/* @@@@@@@@@@@@@@@ POPPINS FONTS @@@@@@@@@@@@@@@@@@@@ */
@font-face {
    font-family: 'poppins';
    src: url('assets/poppins+lato/poppins/Poppins-Light.ttf') format('truetype');
}

/* @@@@@@@@@@@@@@@ LATO FONTS @@@@@@@@@@@@@@@@@@@@@@@ */
@font-face {
    font-family: 'lato';
    src: url('assets/poppins+lato/Lato/Lato-Light.ttf') format('truetype');
}

body {
    margin: 0;
    font-family: 'poppins';
}

* {
    box-sizing: border-box;
}

.container {
    display: flex;
}

/*========================= Utilities Classes Start =========================== */
.fw-100 {
    font-weight: 100;
}

.fw-200 {
    font-weight: 200;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.fw-900 {
    font-weight: 900;
}

.fw-bolder {
    font-weight: bolder;
}

.listnotstyle {
    list-style: none;
}

.logout-svg {
    margin-left: -8px;
}

.logout-icon {
    display: none;
}

.sidebar.collapsed .logout-icon {
    display: block;
}

.gldbtn-sec {
    text-align: center;
    margin-bottom: 30px;
}

.golden-btn {
    background: linear-gradient(0deg, #FAA642 46.63%, #FCCB91 100%);
    border: none;
    padding: 18px;
    width: 165px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0px 4px 4px 0px #00000026;
    color: white;
    border-radius: 100px;
}

.sidebar.collapsed .golden-btn {
    display: none;
}

.ancher-color {
    text-decoration: none;
    color: #ffffff;
}

.display-flex {
    display: flex !important;
    align-items: center;
    gap: 10px;
}

.justifycontent {
    justify-content: space-between;
}

.orange-gridientcolor {
    background: linear-gradient(0deg, #FAA642 75.48%, #FCCB91 100%);
    cursor: pointer;
}

.justifycontent {
    justify-content: space-between;
}

.text-center {
    text-align: center;
}

.gray-text {
    color: #666666;
}

.bluecolor {
    color: #00779e;
}

label {
    font-family: 'lato';
}

input {
    font-family: 'lato';
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
    opacity: 0;
    transition: 0.4s ease-in-out;
}

#overlay.active {
    opacity: 1;
    z-index: 1;
}

/*========================= Utilities Classes End =========================== */

/*========================= Sidbar Styling Start ============================ */
.header {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .logo-sec {
    text-align: center !important;
    /* padding: 20px 0; */
    padding: 20px 0 0 0;
}

.header .logo-sec img {
    width: 240px;
    height: auto;
}

.mbltoggle {
    display: none;
}

.sidebar {
    position: fixed;
    width: 250px;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, #71b3c9, #00779e);
    color: #fff;
    height: 100%;
    padding: 10px 0 10px 10px;
    transition: 0.5s ease-in-out;
    overflow-y: scroll;
    overflow-x: hidden;
    z-index: 99;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
}

.sidebar .left-links {
    padding-bottom: 30px;
}

.sidebar .left-links :nth-child(3),
.sidebar .left-links :nth-child(4) {
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 7px;
}

.sidebar::-webkit-scrollbar {
    display: none;
}

#toggleBtn {
    position: absolute;
    right: -6px;
    top: 1px;
    z-index: 1;
    background: none;
    color: white;
    border: none;
    font-size: 20px;
    cursor: pointer;
}

#toggleBtn2 {
    background: none;
    color: white;
    border: none;
    font-size: 20px;
    cursor: pointer;
}

.toggleBtn img {
    width: 34px;
    height: 34px;
}

.sidebar.collapsed {
    width: 75px;
    transition: 0.5s ease-in-out;
    text-align: center;
}

.sidebar.collapsed .left-links :nth-child(3),
.sidebar.collapsed .left-links :nth-child(4) {
    border-bottom: 0;
    padding-bottom: 0px;
}

.profile-image {
    width: 100%;
    text-align: center;
    margin-top: 35px;
}

.profile-image img {
    width: 151px;
    height: 151px;
    border-radius: 50%;
    border: 3px solid white;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
}

.profile-name h2 {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 18px;
}

.profile-name p {
    margin-top: 0;

}

.profile-name p a {
    font-size: 12px;
    font-weight: 400;
    color: white;
    text-decoration: none;
}

.drop-menu .item {
    position: relative;
    cursor: pointer;
    margin-right: 10px;
}

.drop-menu .item a {
    font-size: 16px;
    text-decoration: none;
    display: block;
    padding: 8px 0;
    color: white;
    line-height: 23px;
    margin: 7px 0 0 10px;
}

.drop-menu .item .sub-menu a {
    padding: 8px 12px !important;
}

.drop-menu .item .active {
    background: white;
    color: #faa642;
    border-radius: 10px 0 0 10px;
}
.drop-menu .active a{
    color: #faa642 !important;
}


.drop-menu .item .active svg {
    fill: #faa642;
}

.drop-menu .item svg {
    fill: #faa642;
}

.drop-menu .item:hover svg {
    fill: #faa642;
}

.drop-menu .item svg {
    fill: #ffffff;
}

.drop-menu .item:hover {
    background: #ffffff;
    transition: 0.3s ease;
    border-radius: 10px 0 0 10px;
}

.item.active {
    background: white !important;
    color: #faa642 !important;
    border-radius: 10px 0 0 10px;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.drop-menu .item::after {
    content: "";
    display: block;
    background: white;
    width: 4px;
    height: 100%;
    position: absolute;
    right: -9px;
    top: 0;
    box-shadow: 0px 4px 4px 0px #00000040;
    display: none;
}

.item.active span {
    font-weight: 700;
}

.item.active::after {
    font-weight: 700;
    display: block !important;
}

.item:hover::after {
    display: block;
}

.item.active svg {
    fill: #faa642 !important;
}

.drop-menu .item .sub-menu {
    max-height: 0px;
    opacity: 1;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.4s ease;
}

.drop-menu .item .sub-menu,
.sub-btn .dropdown {
    transition: 0.4s ease-in-out;
}

.drop-menu .item .sub-menu a {
    color: #faa642;
    transition: 0.3s ease;
    margin: 5px 0 5px 10px !important;
}

.drop-menu .item .sub-menu a:hover {
    background: #faa642;
    color: white;
    transition: 0.3s ease;
    border-radius: 10px 0 0 10px;
}

.rotate {
    transform: rotate(90deg);
}

.dropdown {
    transition: 0.3s ease-in-out;
}

.dropdown.rotate {
    transform: rotate(90deg);
}

/*========================= Collpased Sidbar Styling START ======================== */
.sidebar.collapsed span,
.sidebar.collapsed .chevron {
    display: none;
}

.sidebar.collapsed .listnotstyle {
    justify-content: center !important;
}

.sidebar.collapsed .drop-menu .item a {
    padding: 10px;
    line-height: 15px;
    margin: 10px 0 0 10px;
}

.sidebar.collapsed .profile-image img {
    width: 50px;
    height: 50px;
    border: 2px solid white;
    transition: all 0.5s ease-in-out;
}

.sidebar.collapsed .profile-image .profile-name {
    display: none;
}

.sidebar.collapsed {
    overflow: visible;
}

.sidebar.collapsed .profile-image {
    padding-right: 10px;
}

.sidebar.collapsed .drop-menu .item .sub-menu {
    transition: 0.4s ease-in-out;
    position: absolute;
    background: white !important;
    width: 200px;
    top: 0;
    z-index: 999;
    left: 56px;
    text-align: left;
}

.sidebar.collapsed .item:hover .sub-menu {
    display: block !important;
    max-height: 500px !important;
    box-shadow: 0px 0px 12px 2px #71B3C9;
}

.sidebar.collapsed .item .sub-menu {
    display: none;
    padding-bottom: 5px;
    transition: 0.4s ease-in-out;
}

.sidebar.collapsed ul {
    padding-left: 0;
}

/*========================= Collpased Sidbar Styling End================ */

.listnotstyle svg {
    fill: #ffffff;
    transition: 0.2s ease-in-out;
}

.listnotstyle:hover svg {
    fill: #faa642 !important;
    transition: 0.2s ease-in-out;
}

.listnotstyle:hover {
    color: #faa642 !important;
    background-color: #ffffff;
    transition: 0.2s ease-in-out;
    border-radius: 10px 0 0 10px;
}

/*========================= Sidbar Styling End=========================== */

/*========================= Main Content Styling START ================== */
.sidebar.collapsed~.content {
    margin-left: 75px;
    transition: 0.5s ease-in-out;
}

.content {
    margin-left: 250px;
    width: 100%;
    transition: 0.5s ease-in-out;
    overflow-x: hidden;
}

.sidebar.collapsed~.content {
    margin-left: 75px;
    transition: 0.5s ease-in-out;
}

.quotes-entries {
    margin-left: 15px;
    margin-right: 15px;
}

.cargotel-logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 15px 0 15px 0;
}

.cargotel-logo svg {
    width: 250px;
    height: auto;
    object-fit: cover;
    margin: 0 auto;
}

/* .loads {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-items: center;
    align-items: center;
    padding: 20px;
    gap: 20px;
} */
.loads {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-items: center;
    align-items: center;
    padding: 12px;
    gap: 10px;
}

.Load-other {
    width: max-content;
}

.loads input {
    padding: 10px 90px 10px 10px;
    border-radius: 5px;
    border: 1px solid #b4b4b4;
    font-size: 16px;
}

.Load-other .dropbutn {
    padding: 5px 23px 5px 23px;
    border-radius: 5px;
    border: 1px solid #b4b4b4;
    color: #ffffff;
    cursor: pointer;
    font-size: 16px;
    border: none;
    font-weight: 700;
}

.load-items1,
.load-items2,
.load-items4 {
    position: relative;
}

.loads {
    background-color: #f8f8f8;
}

.loads .Load-butn {
    padding: 6px 0;
    width: 85px;
    border-radius: 5px;
    color: #ffffff;
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 16px;
    border: none;
    font-weight: 700;
}

.drop-parent {
    position: relative;
}

.myButton {
    top: 41px;
    position: absolute;
    display: none;
    background: #ffffff;
    font-size: 14px;
    border: 1px solid #ccc;
    cursor: pointer;
    box-shadow: 0 12px 13px rgba(0, 0, 0, 0.1);
    text-align: left;
}

.myButton {
    transition: 0.2s ease-in-out;
    width: 100%;
    z-index: 999;
    color: black;


}

.myButton input {
    color: black;


}

.myButton .show {
    display: block;
    background-color: #007399;
    width: 100%;
    transition: 0.2s ease-in-out;
}

#myDropdown2 {
    display: none;
}

.rotatetwo {
    transform: rotate(90deg);
    transition: transform 0.3s;
}

.revert {
    transform: rotate(0deg);
    transition: transform 0.3s;
}

.Quote-heading {
    background: linear-gradient(180deg, #71B3C9 0%, #00779E 45.19%);
    border-radius: 7px;
    text-align: center;
    font-size: 19px;
    color: #ffffff;
    padding: 5px 0;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 12px;
    font-weight: 700;
}

.new-quotacard h3 {
    font-family: 'lato';
}

.e-quota-id {
    font-size: 16px;
    text-align: center;
    margin: 10px 0;
}

.quota-inpt {
    margin: 0 auto;
}

.topdrop {
    cursor: pointer;
}

.quota-inpt input {
    padding: 14px 98px 15px 10px;
    border-radius: 5px;
    border: 1px solid #b4b4b4;
    position: relative;
    width: 31vw;
    min-width: 228px;
    font-family: 'lato';
    font-size: 16px;
}

.quota-inpt button {
    border-radius: 5px;
    padding: 11px 0;
    width: 90px;
    color: #ffffff;
    position: absolute;
    right: 5px;
    top: 10%;
    font-size: 16px;
    border: none;
    font-weight: 700;
}

.quota-inpt {
    width: max-content;
}

.new-quota h1 {
    font-size: 19px;
}

.new-quotacard h3 {
    font-size: 16px;
}

.new-quota {
    margin: 16px auto;
    display: grid;
    grid-template-rows: auto 1fr auto;
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.half-w {
    width: 70% !important;
}

.new-quotacard {
    background-color: #f8f8f8;
    padding: 0 0 45px 0;
    border-radius: 10px;
}

.new-quotacard h6 {
    margin-bottom: 20px;
    font-family: 'lato';
    font-weight: 700;
}

.new-quotacard .tab-section {
    margin-top: 20px;
}

.new-quotacard .hidden {
    display: none;
}

.new-quotacard .display-flex {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-right: 20px;
}

/* tabs css */
.quote-datetime {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    justify-content: center;
    padding: 0 80px;
    gap: 10px;
}

.quote-datetime input {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #b4b4b4;
    font-size: 16px;
}

.dateinpt,
.timepicker {
    position: relative;
}

.dateinpt input,
.timepicker input {
    width: 100%;
    padding-right: 15px;
    box-sizing: border-box;
}

.dateinpt svg,
.timepicker svg {
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    cursor: pointer;
    background-color: #ffffff;
}

.radiobutns {
    justify-content: center;
    gap: 15px;
    margin: 18px 0;
}

.radiobutns input {
    width: 18px;
    height: 18px;
}

.quote-datetime {
    text-align: start;
}

.miles-card {
    text-align: center;
}

.miles-card input {
    padding: 13px;
    border-radius: 5px;
    border: 1px solid #b4b4b4;
    font-size: 14px;
}

.miles-card label {
    margin: 5px 0 10px 0;
}

.miles-card button {
    margin-top: 10px;
    padding: 12px 35px 12px 35px;
    border-radius: 5px;
    border: 1px solid #b4b4b4;
    color: #ffffff;
    border-radius: 5px;
    padding: 12px 0;
    width: 100px;
    font-size: 16px;
    border: none;
    font-weight: 700;
}

.oridion-ipts {
    display: grid;
}

.origion-sec {
    margin: 18px 0;
}

.Equip-unit {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 18px 20px;
}

.unitcountlist {
    padding: 0;
    margin: 0;
}

.drop-links {
    padding: 0;
}

.drop-links li {
    list-style: none;
    margin: 5px 0;
    padding: 0 12px
}

.drop-links li a {
    text-decoration: none;
    color: black;
    font-weight: 500;
}

.drop-links li:hover {
    background: linear-gradient(360deg, #71B3C9 0%, #00779E 100%);
}

.drop-links li:hover a {
    color: white;
}

.unitcountlist li {
    list-style: none;
    margin: 5px 0;
    padding: 0 12px
}

.unitcountlist li:hover {
    background: linear-gradient(360deg, #71B3C9 0%, #00779E 100%);
    color: white;
    transition: 0.5;
}

.unitcountlist li,
.Equip-unit .dropbutn {
    cursor: pointer;
}

.Equip-unit input {
    margin-top: 10px;
    padding: 10px 13px 10px 10px !important;
    padding: 13px;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #b4b4b4;
    width: 22vw;
    min-width: 130px;
}

.selectdrop {
    position: relative;
}

.selectdrop img {
    position: absolute;
    top: 14px;
    right: 10px;
}

.customqouta {
    margin: 18px auto;
    display: grid;
    grid-template-rows: auto 1fr auto;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 4px 0px #00000040;

}

.customqouta .quote-datetime {
    grid-template-columns: repeat(3, 1fr);
}

.origion-outer {
    display: grid;
    grid-template-columns: 1fr 0.5fr 1fr;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.oridion-card {
    height: 100%;
    padding: 10px 45px 31px 45px;
    background-color: #F8F8F8 !important;
    border-radius: 10px;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.oridion-card h3 {
    text-align: center;
    font-size: 16px;
}

.oridion-card label {
    margin: 17px 0 10px 0;
    font-size: 16px;
}

.oridion-card input {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #b4b4b4;
    font-size: 16px;
}

.table-container {
    max-width: 100%;
    overflow-x: auto;
    border-radius: 10px;
    box-shadow: 0px 4px 4px 0px #00000040;
    margin: 20px 15px;
    padding-bottom: 4px;
    background: #F6F6F6;
}

.table-sec .tablebtn {
    text-align: end;
    margin: 10px;
}

.table-sec .tablebtn button {
    border: none;
    padding: 10px;
    width: 120px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0px 4px 4px 0px #00000026;
    color: white;
    border-radius: 100px;
}

.custom-table {
    width: 100%;
    min-width: 900px;
    border-collapse: collapse;
    white-space: nowrap;
}

.custom-table thead {
    background-color: #007799;
    color: #fff;
}

.custom-table th {
    padding: 15px 10px;
    text-align: left;
    font-family: 'lato';
    vertical-align: middle;
    font-size: 14px;
}

.custom-table tbody tr td:nth-child(1) {
    text-align: center;
}

.custom-table td {
    padding: 6px 2px 5px 2px;
    text-align: left;
    font-family: 'lato';
    vertical-align: middle;
    font-size: 14px;
}

.custom-table input {
    padding: 8px 5px;
}

.custom-table td {
    background-color: #F6F6F6;
}

.custom-table tbody tr {
    border-top: 1px solid #eee;
    font-size: 14px;
    font-weight: 400;
    font-family: 'lato';
}

.custom-table tbody tr:last-child {
    border-bottom: none;
}

input[type="checkbox"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
    accent-color: #007399;
    background-color: #cce6f0;
    border: 1px solid #d1d5db;
    border-radius: 4px;
    vertical-align: middle;
}

.special-instruction {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 18px;
    padding: 25px;
    background-color: #f7f7f7;
    border-radius: 10px;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.special-instruction .form-group {
    flex: 1 1 100%;
}

.special-instruction label {
    margin-bottom: 10px;
    color: #0077a3;
    font-weight: 600;
}

.special-instruction textarea {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 14px;
    margin-top: 10px;
}

/*========================= Main Content Styling END ================-=== */

/*========================= Footer Styling START ======================== */
.footer-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    padding: 18px 0;
}

.footer-sec {
    background: linear-gradient(90deg, #6FB2C8 0%, #00779E 61.06%);
    padding: 18px;
    margin-left: 15px;
}

.footer-sec p {
    color: white;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
}

/*========================= Footer Styling END ====================== */


/* @@@@@@@@@@@@@@@ Modira Query for Tablet Devices START @@@@@@@@@@@@@@@@@@@@ */
@media screen and (max-width: 1024px) {
    .sidebar {
        left: -250px;
    }

    .sidebar.open {
        left: 0;
    }

    .sidebar.collapsed {
        width: 220px !important;
    }

    .content {
        margin-left: 15px;
        margin-right: 15px;
        transition: 0.5s ease-in-out;
    }

    .toggleBtn img {
        width: 25px;
        height: 25px;
    }

    .mbltoggle {
        display: block;
    }

    .header {
        justify-content: left;
    }

    .header .logo-sec {
        padding: 10px 0 0 0;
    }

    .quotes-entries {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .loads {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .Equip-unit input {
        width: 28vw;
    }

    .footer-sec {
        background: linear-gradient(90deg, #6FB2C8 0%, #00779E 61.06%);
        padding: 5px 20px;
        margin-left: 0 !important;
    }

}

/* @@@@@@@@@@@@@@@ Modira Query for Tablet Devices END @@@@@@@@@@@@@@@@@@@@@@ */


/* @@@@@@@@@@@@@@@ Modira Query for Madium Devices START @@@@@@@@@@@@@@@@@@@@ */
@media (max-width: 768px) {

    .loads {
        grid-template-columns: repeat(2, 1fr);
    }

    .radio-checks {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .Equip-unit {
        margin: 35px 20px;
    }

    .quote-datetime {
        padding: 0 20px;
    }

    .loads {
        padding: 12px;
        gap: 20px;
    }

    .loads input {
        width: 100% !important;
    }

    .load-items1,
    .load-items2,
    .load-items3,
    .load-items4 {
        width: 100% !important;
    }

    .drop-parent {
        text-align: -webkit-center;
    }

    .oridion-card {
        padding: 10px 20px 31px 20px !important;
    }

    .quota-inpt input {
        width: 100%;
    }

    .origion-outer {
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .Equip-unit input {
        width: 40vw;
    }

    .custom-table {
        font-size: 14px;
    }

    .half-w {
        width: 80% !important;
    }

    .table-sec .tablebtn {
        text-align: center;
    }
}

@media (min-width: 768px) {
    .special-instruction .form-group {
        flex: 1 1 45%;
    }
}

/* @@@@@@@@@@@@@@@ Modira Query for Madium Devices END @@@@@@@@@@@@@@@@ */


/* @@@@@@@@@@@@@@@ Modira Query for Mobile Devices START @@@@@@@@@@@@@@ */
@media (max-width: 576px) {
    .loads {
        grid-template-columns: 1fr !important;
    }

    .quote-datetime {
        grid-template-columns: 1fr !important;
        padding: 0 13px;
        gap: 20px
    }

    .origion-outer {
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .Equip-unit .unit-count-sec,
    .Equip-unit .equipment-sec {
        width: 100%;
    }

    .Equip-unit .unit-count-sec input,
    .Equip-unit .equipment-sec input {
        width: 100%;
    }

    .oridion-card {
        padding: 10px 13px 31px 13px !important;
    }

    .footer-btns {
        gap: 10px !important;
    }

    .Equip-unit {
        margin: 35px 20px 20px 20px;
    }

    .footer-btns {
        padding: 25px 0;
    }

    .half-w {
        width: 100% !important;
    }

    .header .logo-sec img {
        width: 170px;
        height: auto;
    }
}

/* @@@@@@@@@@@@@@@ Modira Query for Mobile Devices END @@@@@@@@@@@@@@@@ */