﻿/*default style*/
*, body, h1, h2, h3, h4, h5, h6, p, ul {
    font-family: 'Helvetica Neue';
    margin: 0;
    padding: 0;
    transition: all 0.3s;
}

/*---edited---*/
.is-invalid {
    border-color: #dc3545 !important;
}

.invalid-feedback {
    color: #dc3545;
    font-size: 0.85rem;
    margin-top: 4px;
}
/*---edited end---*/

li {
    list-style: none;
}

a {
    display: inline-block;
    text-decoration: none;
}

.type-card {
    box-shadow: 0px 2px 4px 0px rgb(50 60 76 / 25%);
    border-radius: 10px;
    overflow: hidden;
}

.container {
    max-width: 1664px;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    background: #F4F6F7;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb {
    background: #3C2753;
    border-radius: 5px;
}

::-moz-scrollbar {
    width: 6px;
    height: 6px;
}

::-moz-scrollbar-track {
    background: #F4F6F7;
    border-radius: 5px;
}

::-moz-scrollbar-thumb {
    background: #3C2753;
    border-radius: 5px;
}
input::placeholder {
    padding-top: 5px;
}
.form-control:focus {
    border-color: #3c2752;
    box-shadow: none; 
}

/*default style*/

/*text color*/
.text-purple {
    color: #3C2753;
}
.text-red {
    color: #ff0000;
}
/*text color*/

/*BG color*/
.bg-purple {
    background: #3C2753;
}

.bg-light-purple {
    background: #A68EC8;
}

.green {
    background: #37BD93
}

.sky {
    background: #00A3FF
}

.pink {
    background: #D57BFF
}

.red {
    background: #FF3535
}
.yellow {
    background: #FFE819;
}
/*BG color*/

/*button style*/
.theme-btn {
    border: 1px solid #3C2753;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 0.75px;
}
.td-hover {
    cursor: pointer;
    border : 3px solid black;
}
.btn-filled {
    background: #3C2753;
    color: #fff;
    font-weight: 700;
}

.btn-border {
    border-color: rgba(60, 39, 83, 0.5);
    color: #3C2753;
    background: transparent;
}

    .btn-filled:hover, .btn-border:hover {
        background: #A68EC8;
        border-color: #A68EC8 !important;
        color: #fff
    }
/*button style*/

.dropdown-center button.btn.dropdown-toggle, .imp-btn {
    display: flex;
    align-items: center;
    border: 1px solid #3C2753;
    padding: 0px 40px 0 15px;
    font-size: 13px;
    line-height: 13px;
    font-weight: 600;
    gap: 15px;
    border-radius: 3px;
    transition: initial;
    height: 40px;
    letter-spacing: 0.75px;
    color: #3C2753;
}

.highlight {
    display: none; /* Highlight for demonstration */
}

.dropdown-center button.btn::after {
    right: 15px;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    border-top: 5px solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.dropdown-center button.btn.dropdown-toggle.show {
    background: #3C2753;
    color: #fff;
    border-radius: 3px 3px 0px 0px;
}

    .dropdown-center button.btn.dropdown-toggle.show::after {
        transform: rotate(180deg);
    }

.dropdown-center .dropdown-menu {
    width: 100%;
    transform: translate(0px, 39px) !important;
    background: #3C2753;
    border: none;
    border-radius: 0px 0px 3px 3px;
    padding: 0;
}

.dropdown-menu .dropdown-item {
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.75px;
    padding: 12px 20px;
    font-size: 13px;
    line-height: 13px;
}

.dropdown-menu .dropdown-item:hover {
    background: rgba(255, 255, 255, 0.2);
}
.dropdown-center.sort-btn .dropdown-menu {
    background: #fff;
}
.dropdown-center.sort-btn .dropdown-menu .dropdown-item {
    color: #3C2753;
}
.dropdown-center.sort-btn .dropdown-menu .dropdown-item:hover, .dropdown-center.sort-btn .dropdown-menu li.active .dropdown-item {
    background: rgba(60, 39, 83, 1);
    color: #fff;
}

.dropdown-menu.dropdown-checkbox {
    padding-right: 12px;
}

.dropdown-menu.show {
    display: inline-table;
    top: 5px !important;
}


.destination-text {
    white-space: nowrap; /* Prevents the text from wrapping */
    overflow: hidden; /* Hides any text overflow */
    text-overflow: ellipsis; /* Indicates that the text has been truncated */
    max-width: 100%; /* Ensures it fits within the container */
    display: block; /* Makes the element act as a block */
}
.drop-fields {
    background: #3c2752;
    min-width: 200px !important;
    padding-right: 10px;
    overflow: auto;
    max-height: 222px;
}

    .drop-fields::-webkit-scrollbar-track {
        background: rgba(244, 246, 247, 0.20);
    }

    .drop-fields::-webkit-scrollbar-thumb {
        background: #fff;
    }


/*login page style*/
.login-wrap .top-logo img {
    width: 180px;
}
.login-wrap {
    background: #3C2753;
    background-image: url(../images/login-banner.svg);
    height: 100vh;
    padding: 70px 0px;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    position: relative;
}

    .login-wrap:before {
        content: "";
        width: 940px;
        height: 720px;
        background: url(../images/map-line.svg);
        position: absolute;
        right: 21%;
        top: 17%;
        background-repeat: no-repeat;
        background-position: center;
        z-index: 9
    }

    .login-wrap .container {
        max-width: 1640px;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        height: 100%
    }

.earth-wrap {
    position: absolute;
    right: 19%;
    top: 38%;
    width: 280px;
    height: 280px;
    border-radius: 280px;
    overflow: hidden;
    pointer-events: none;
}

    .earth-wrap video {
        width: 100%;
        height: 100%;
    }

.login-form-wrap {
    position: relative;
    z-index: 9;
}

    .login-form-wrap h1 {
        font-size: 60px;
        margin-bottom: 50px;
    }

    .login-form-wrap form {
        max-width: 490px;
        background: #fff;
        padding: 40px;
        border-radius: 10px;
        display: grid;
        gap: 30px;
    }

        .login-form-wrap form input{
            background: #F3FBF7;
           padding: 20px;
            font-size: 16px;
            box-shadow: inset 1px 1px 2px 0px rgba(0, 0, 0, 0.25);
        }

            .login-form-wrap form input::placeholder {
                color: rgb(60 39 83 / 50%);
            }

            .login-form-wrap form input:focus {
                box-shadow: none;
                outline: none;
            }

.submit-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

    .submit-wrap .theme-btn {
        padding: 17px;
        letter-spacing: 0.75px;
    }

.copyright-txt {
    font-size: 13px;
}

#loginLoader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(/images/loader.gif);
    background-repeat: no-repeat;
    background-position: center;
}
#sessionExpiredToast {
    position: fixed;
    bottom: 20px;
    z-index: 9;
    right: 10px;
}

    #sessionExpiredToast .toast-body {
        background: #fff;
    }

.login-wrap .copyright-txt {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.login-wrap .right-menus a {
    color: #fff;
    letter-spacing: 0.5px;
}
.login-wrap .right-menus a:hover {
    text-decoration: underline;
}






    /*login page style*/
    /*forgot password page style*/
    .forgot-wrap .login-form-wrap {
        width: 100%
    }

.login-wrap.forgot-wrap {
    background-image: initial;
    display: flex;
    align-items: center;
    justify-content: center;
}

.forgot-wrap.login-wrap:before {
    display: none;
}

.forgot-wrap h1 {
    font-size: 50px;
    margin: 50px 0 10px;
}

.forgot-wrap form {
    margin: auto;
    gap: 20px;
    text-align: left;
}

    .forgot-wrap form a {
        text-align: center;
    }

.login-form-wrap p.subhead {
    margin-bottom: 35px;
    font-size: 16px;
    letter-spacing: 0.25px;
}

.forgot-wrap .submit-wrap {
    display: block;
}

    .forgot-wrap .submit-wrap button {
        width: 100%;
    }
/*forgot password page style*/

/*header style*/
.header-outer {
    padding: 22px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.account-modal-open .header-outer {
    position: relative;
    overflow: visible;
    z-index: 9999;
}

.header-outer nav.navbar {
    width: 100%;
    padding: 0;
}

.menu-setting-outer {
    display: flex;
    align-items: center;
    gap: 70px;
}

.header-menus {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 70px;
}
.header-menus a {
    font-size: 18px;
    letter-spacing: 1px;
}

.setting-profile-wrap {
    display: flex;
    align-items: center;
    gap: 70px;
}

.header-menus li a.text-white.active {
    color: #A68EC8 !important;
    position: relative;
}

    .header-menus li a.text-white.active:before {
        content: "";
        width: 100%;
        height: 5px;
        background: #A68EC8;
        position: absolute;
        bottom: -38px;
        border-radius: 5px 5px 0px 0px;
    }

.mob-menus {
    display: none;
}

.setting-wrap, .profile-wrap {
    cursor: pointer;
}
.logo-wrap {
    width: 160px;
}
    .logo-wrap img {
        width: 100%;
    }



/*header style*/

/*tracking page style*/
.page-outer {
    background: #ECECEC;
    padding: 20px;
    min-height: 100vh;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: space-between;
}

.tracking-wrap {
    display: flex;
    gap: 20px;
    width: 50%;
}

.shipment-tracking-wrap {
    padding: 20px;
    width: 100%;
}
    .shipment-tracking-wrap.type-card {
        overflow: visible;
    }
.shipment-tracking-inner {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
}

    .tracking-box {
        width: 260px;
        min-width: 260px;
        background-image: url(../images/box-shapes.svg);
        background-repeat: no-repeat;
        background-position: bottom left;
        position: relative;
        display: flex;
        padding: 10px;
        border-radius: 5px;
    }

    .tracking-box img {
        position: absolute;
        left: 25px;
        top: 120px;
    }

    .tracking-box h3 {
        
        margin-top: 40px;
        margin-left: 25px;
        display: inline-block;
        font-size: 35px;
        letter-spacing: 0.25px;
    }

    .tracking-box a.theme-btn {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 20px;
        width: 180px;
        height: 40px;
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
        letter-spacing: 0.75px;
        gap: 10px;
        font-size: 14px;
    }

        .tracking-box a.theme-btn img {
            position: initial;
        }


.shipment-tracking-wrap .tracking-box2 {
    min-width: 260px;
    padding: 17px;
    display: flex;
    gap: 10px;
}
    .shipment-tracking-wrap .tracking-box2 img {
        width: 26px;
    }

    .tracking-box2 h3 {
        font-size: 22px;
    }

    .tracking-box2 a.theme-btn {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 20px;
        width: 180px;
        height: 40px;
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
        letter-spacing: 0.75px;
        gap: 10px;
    }

        .tracking-box2 a.theme-btn img {
            position: initial;
        }

.top-search-box {
    width: 100%;
    position: relative;
}
    .top-search-box img#searchReset {
        position: absolute;
        right: 15px;
        top: 20px;
        cursor: pointer;
    }
.text-area-wrapper input[type="search"] {
    width: 100%;
    background: transparent;
    outline: none;
    border: none;
    padding: 0 10px;
}
.filter-drop-outer .dropdown .dropdown-menu input:-webkit-autofill {
    background-color: transparent !important;
    box-shadow: 0 0 0px 1000px white inset !important;
    color: inherit !important;
    transition: background-color 5000s ease-in-out 0s;
}
.top-search-box textarea:-webkit-autofill {
    background-color: transparent !important;
    box-shadow: 0 0 0px 1000px #F3FBF7 inset !important;
    color: inherit !important;
    transition: background-color 5000s ease-in-out 0s;
}

    .text-area-wrapper input[type="search"]::-webkit-search-cancel-button {
        position: relative;
        right: 0px;
        -webkit-appearance: none;
        height: 15px;
        width: 15px;
        background: url(../images/input-cross.svg);
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat;
        cursor: pointer;
        opacity: 0;
        visibility: hidden;
    }
.awb-btns .theme-btn[aria-expanded="true"] {
    position: relative;
    background: #a68ec7;
    color: #fff !important;
    border-color: #a68ec7;
}
    .awb-btns .theme-btn[aria-expanded="true"]:before {
        content: "";
        width: 15px;
        height: 15px;
        background: #a68ec7;
        position: absolute;
        left: 50%;
        bottom: -8px;
        transform: translateX(-50%) rotate(45deg);
    }


    a.theme-btn.bg-light-purple:hover {
        background: #3C2753
    }

.awb-number-box {
    width: 100%;
    gap: 20px;
}
    .awb-number-box textarea {
        border: none;
        width: 100%;
        background: #F3FBF7;
        padding: 7px 45px 7px 7px;
        font-size: 16px;
        box-shadow: inset 1px 1px 2px 0px rgba(0, 0, 0, 0.25);
        border-radius: 3px;
        min-height: 60px;
    }

.awb-btns {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

    .awb-btns .theme-btn {
        min-width: 130px;
        border-width: 1px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        height: 45px;
        font-size: 15px;
    }

        .awb-btns .theme-btn img {
            width: 16px;
        }

    .awb-btns .theme-btn.btn-border {
        color: #3C2753;
    }

        .awb-btns .theme-btn.btn-border:hover {
            background: #A68EC8;
            border-color: #A68EC8;
            color: #fff
        }
            .awb-btns .theme-btn.btn-border:hover img, .awb-btns .theme-btn[aria-expanded="true"] img {
                filter: brightness(100);
            }

    .awb-btns .theme-btn.btn-filled:hover {
        border-color: #a68ec7;
    }

.tracking-filter-wrap {
    display: flex;
    gap: 20px;
    flex-flow:wrap;
}

.filter-wrap {
    width: 100%;
    margin-top: 20px;
}

.filter-mob-content {
    background: #fff
}

    .filter-wrap h3, .filter-mob-content h3 {
        padding: 20px 30px;
        display: flex;
        gap: 15px;
        align-items: center;
        font-size: 20px;
        line-height: 20px;
        width: 100%;
    }

.filters-value-wrap {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;

}
    .filters-value-wrap .filter-tabs, .right-tabs-top {
        display: flex;
    }
    .filters-value-wrap .filterRight-tabs {
        flex-direction: column;
    }

.left-filters {
    width: 100%;
    max-width: 260px;
    background: #f4f6f7;
}

    .left-filters button {
        width: 100%;
        position: relative;
    }

        .left-filters button img, .left-filters button span {
            position: relative;
        }

        .left-filters button:before {
            content: "";
            width: 0;
            height: 100%;
            background: #fff;
            position: absolute;
            left: 0;
            top: 0;
            transition: all 0.3s;
        }

        .left-filters button:hover:before, .left-filters button[aria-selected="true"]::before {
            width: 100%;
            transition: all 0.3s;
        }

    .left-filters button, .filter-value li {
        padding: 15px 33px;
        display: flex;
        align-items: center;
        gap: 15px;
    }

        .left-filters button span, .filter-value li {
            font-size: 15px;
            line-height: 15px;
            font-weight: 500;
        }

.reset-all-wrap {
    display: flex;
    justify-content: flex-end;

}
    .reset-all-wrap button {
        font-size: 16px;
        background: transparent;
        text-transform: capitalize;
        border: none;
        display: flex;
        align-items: center;
        gap: 7px;
        font-weight: 600;
    }
.filter-value li {
    border-top: 1px solid rgb(60 39 83 / 25%);
}
    .filter-value li:first-child {
        border: none;
    }

.filter-value {
    width: 100%;
}
.filterleft-tabs .filter-value {
    min-height: 218px;
}
.result-table {
    background: #F4F6F7;
    margin-top: 20px;
}

.table-head-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
}

    .table-head-inner h3, #raiseModal .modal-header h3, .raisemodalwrap .modal-header h3, #emailModal .modal-header h3, .toast-header h3, #imageModal .modal-header h3{
        display: flex;
        align-items: center;
        gap: 15px;
    }
.updateModal .modal-header h3 {
    display: flex
}
        .table-head-inner h3 span, #raiseModal .modal-header h3 span, .raisemodalwrap .modal-header h3 span, #emailModal .modal-header h3 span, #imageModal .modal-header h3 span, .updateModal .modal-header h3 span {
            font-size: 20px;
            line-height: 14px;
        }

.right-filters {
    display: flex;
    align-items: center;
    gap: 20px;
}
.filter-drop-outer {
    display: flex;
    row-gap: 20px;
    flex-flow: wrap;
}
.filter-drop-outer .dropdown {
    display: flex;
    flex-direction: column;
    gap: 10px;
        width: 25%;
        padding: 0 10px;
}
    .filter-drop-outer .dropdown label {
        font-size: 15px;
        font-weight: 600;
        text-transform: capitalize;
        letter-spacing: 0.25px;
    }
    .filter-drop-outer .dropdown label.checkbox-wrap {
        font-weight: 500;
    }
        .filter-drop-outer .dropdown label.checkbox-wrap:hover {
            background: rgb(60, 39, 81);
            color: #fff;
        }
    .filter-drop-outer .dropdown button, .filter-drop-outer .daterange-toggle {
        background: #F4F6F7;
        border: none;
        height: 50px;
        padding: 0 50px 0 20px;
        font-size: 15px;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-image: url(../images/drop-arrow.svg);
        background-position: center right 20px;
        background-repeat: no-repeat;
    }
        .filter-drop-outer .dropdown button.show {
            background: #3c2752;
            color: #fff;
            background-image: url(../images/drop-arrow-open.svg);
            background-position: center right 20px;
            background-repeat: no-repeat;
        }
            .filter-drop-outer .dropdown button.show .text-purple {
                color: #fff;
            }
            .filter-drop-outer .dropdown button.show img {
                filter: brightness(100);
            }
    .filter-drop-outer .dropdown .drop-left-box {
        display: flex;
        align-items: center;
        gap: 12px;
            max-width: 100%;
    }

    .filter-drop-outer .dropdown .dropdown-toggle::after {
        border: none;
    }
.desktop-btns {
    display: flex;
    gap: 20px;
}
.exp-btns {
    display: flex;
    align-items: center;
    gap: 20px;
}
.history-table .exp-btns {
    display: none
}

    .exp-btns .btn-border, .exp-btns .btn-filled {
        display: flex;
        align-items: center;
        border: 1px solid #3C2753;
        padding: 9px 20px;
        font-size: 13px;
        font-weight: 600;
        gap: 15px;
        border-radius: 3px;
        letter-spacing: 0.75px;
    }

.right-filters .dropdown-center button.btn img, .exp-btn img {
    transition: initial;
}

.right-filters .dropdown-center button.btn.show img, .imp-btn:hover img {
    filter: brightness(100);
    transition: initial;
}

.mob-btns, .exp-btns a.mob-filter, .mob-filters {
    display: none;
}

.result-table table {
    margin: 0;
}

.result-table thead {
    box-shadow: 0px 1px 2px 0px rgb(50, 60, 76, 0.2 );
    border-top: 1px solid rgb(60 39 83 / 20%);
    margin-bottom: 10px;
    width: calc(100% - 5.5px);
    display: table;
}

.result-table tbody {
    min-height: 200px;
    max-height: 740px;
    overflow-y: scroll;
    overflow-x: hidden;
    display: block;
}
.result-table tr {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.result-table tr:hover {
    box-shadow: inset 0px 0px 0px 1px #3C2753;
}

.result-table thead th, .result-table td {
    padding: 17px 5px;
    font-size: 15px;
    border: none;
    border-right: 1px solid rgb(60 39 83 / 20%);
    vertical-align: middle;
    color: #3C2753;
    letter-spacing: 0.25px;
    text-align: center;
    text-transform: capitalize;
    word-wrap: break-word;
}
.history-table.result-table thead th, .history-table.result-table td {
    padding: 17px 10px 17px 40px;
    text-align: left;
}

    .result-table thead th:last-child, .result-table td:last-child {
        border: none;
        justify-items: center;
    }

.result-table thead th {
    background: #f4f6f7;
    font-weight: 600;
}

.result-table td {
    font-weight: 500;
    background: transparent;
    position: relative;
}

.result-table td .status-dot {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.history-table.result-table td .status-dot {
    z-index: 9;
}

.result-table thead th .form-check, .result-table td .form-check {
    margin-bottom: 0;
}

.result-table thead th .form-check input, .result-table td .form-check input {
    margin-bottom: 0;
    margin-right: 25px;
}

.result-table-outer {
    padding: 0px 10px;
    position: relative;
}

.result-table .table > tbody > tr:nth-child(odd) {
    background: #F9FBFB;
}

.page-outer .copyright-txt {
    padding: 25px 20px 0;
    font-weight: 400;
}

.filter-value .tab-pane {
    padding: 8px;
    position: relative;
    height: 100%;
}

.filter-value .default-value {
    padding: 0px 20px 0px;
}

.checkbox-wrap {
    display: block;
    position: relative;
    padding-left: 45px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .checkbox-wrap input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.checkmark {
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0px;
    top: 0px;
    background: #F3FBF7;
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
}

    .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

.checkbox-wrap input:checked ~ .checkmark:after {
    display: block;
}

.checkbox-wrap .checkmark:after {
    left: 50%;
    top: 50%;
    width: 12px;
    height: 12px;
    background: #37BD93;
    transform: translate(-50%, -50%);
    border-radius: 3px;
}

.tab-checkbox-outer {
    max-height: 300px;
    overflow-y: auto;
    padding-right: 10px;
    margin-top: 10px;
}

    .tab-checkbox-outer .checkbox-wrap {
        font-size: 15px;
        line-height: 15px;
        font-weight: 500;
        letter-spacing: 0.25px;
        color: #3C2753;
        padding: 10px 20px 10px 65px;
    }

        .tab-checkbox-outer .checkbox-wrap:nth-child(odd) {
            background: #F9FBFB;
        }

        .tab-checkbox-outer .checkbox-wrap .checkmark {
            left: 20px;
            top: 50%;
            transform: translateY(-50%);
        }
        .tab-checkbox-outer .checkbox-wrap:first-child {
            font-weight: bold;
            font-size: 18px;
            text-transform: capitalize;
        }

.result-table thead th:last-child .checkbox-wrap {
    padding: 0 0 0 25px;
    text-align: center;
}

    .result-table thead th:last-child .checkbox-wrap .checkmark {
        left: -10px;
    }

.result-table td:last-child .checkbox-wrap {
    padding: 0;
    width: 20px;
    height: 20px;
    margin: auto;
}

.tab-search-box, .tab-search-box form {
    display: flex;
    position: relative;
}

.tab-search-box {
    position: absolute;
    width: 100%;
    bottom: 0px;
}

    .tab-search-box form {
        width: 100%;
        max-width: 390px;
        margin-right: 10px;
        border-radius: 3px;
        overflow: hidden;
    }

        .tab-search-box form input[type="text"] {
            width: 100%;
            background: #F3FBF7;
            padding: 12px 20px;
            font-size: 14px;
            box-shadow: inset 1px 1px 2px 0px rgba(0, 0, 0, 0.25);
            border-radius: 0px;
            height: 35px;
        }

        .tab-search-box form input[type="submit"] {
            position: absolute;
            right: 0;
            height: 100%;
            font-size: 0;
            width: 35px;
            background: #3C2753;
            border: none;
            background-image: url(../images/search-white.svg);
            background-position: center;
            background-repeat: no-repeat;
        }

.tab-search-btns .save-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 12px;
    font-weight: 700;
    border-radius: 5px;
    padding: 10px;
}

.tab-search-box form input[type="text"]::placeholder {
    color: rgba(0,0,0, 0.5);
    font-size: 14px;
    letter-spacing: 0.25px;
}

.tab-search-btns {
    display: flex;
    gap: 10px;
    margin-top: 7px;
}

.mob-filters {
    padding: 0 20px;
}

    .mob-filters button.theme-btn {
        letter-spacing: 0.75px;
        width: 100%;
        padding: 12.5px;
        line-height: 13px;
    }

    .mob-filters .modal {
        z-index: 9999;
    }

#raiseModal .modal-dialog, .raisemodalwrap .modal-dialog{
    max-width: 740px;
}
#updatePrice .modal-dialog {
    max-width: 600px;
}

#raiseModal .modal-header, .raisemodalwrap .modal-header, #emailModal .modal-header, .default_modal .modal-header, #imageModal .modal-header, .updateModal .modal-header {
    padding: 20px 30px;
}

    #raiseModal .modal-body, .raisemodalwrap .modal-body, .updateModal .modal-body{
        padding: 30px;
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
.raisemodalwrap .modal-body, .updateModal .modal-body{
    gap: 15px;
    max-height: 600px;
    overflow-y: auto;
}
.raisemodalwrap .modal-body .form-label {
    font-weight: 500;
}
.updateModal .modal-body img {
    height: 50px;
}
.updateModal p {
    font-weight: 500;
}
#raiseModal .item-btns, .updateModal .track-btns{
    display: flex;
    gap: 30px;
    justify-content: center;
    text-align: center;
}
.updateModal .track-btns button {
    padding: 12px 50px;
}
    #raiseModal .item-btns a {
        background: #37BD93;
        border-radius: 5px;
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        letter-spacing: 0.75px;
        color: #fff;
        font-weight: 700;
        width: 100%;
        max-width: 280px;
        border: none;
    }

#raiseModal .item-btns a:hover {
    background: #DAFFEF;
    color: #3C2753
}

.cancel-wrap a.btn-border {
    letter-spacing: 0.75px;
    justify-content: center;
    font-weight: 500;
    padding: 9px 20px;
    font-size: 13px;
    display: flex;
}

.filter-details {
    width: 0;
    position: fixed;
    top: 69px;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
}

.fd-header {
    background: #503D64;
    padding: 15px 30px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 320px
}

.fd-header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.filter-name-back {
    display: flex;
    align-items: center;
    gap: 15px;
}

    .filter-name-back .filter-name img {
        height: 20px;
        filter: brightness(100);
    }

    .filter-name-back .filter-name span {
        font-size: 20px;
        line-height: 14px;
        color: #fff;
        font-weight: 400;
        letter-spacing: 0.25px;
    }

.fd-header-top a.save-btn {
    font-size: 12px;
    letter-spacing: 0.75px;
    width: 70px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .fd-header-top a.save-btn.btn-border {
        border-color: #fff;
    }

.fd-header .tab-search-box form {
    max-width: initial;
    margin: 0;
}

    .fd-header .tab-search-box form input[type="text"] {
        border-radius: 3px;
    }

.fd-details {
    padding: 20px 27px;
    min-width: 320px;
    overflow: auto;
    height: 100%;
}

    .fd-details .tab-checkbox-outer {
        padding: 0;
        margin: 0;
        max-height: initial;
    }

        .fd-details .tab-checkbox-outer .checkbox-wrap {
            padding-top: 17.5px;
            padding-bottom: 17.5px;
        }

.date-btns.tab-search-btns .save-btn {
    max-width: initial;
    height: 35px;
    letter-spacing: 0.75px;
}
.default_modal {
    max-width: 600px;
}
    .default_modal .modal-header img {
        width: 80px;
    }
.toast-header img {
    width: 60px;
}
    .default_modal .modal-body .cancel-wrap a {
        padding: 9px 20px;
        font-size: 13px;
        font-weight: 600;
        border-radius: 3px;
        letter-spacing: 0.75px;
        margin: 30px auto 0;
    }
.filter-drop-outer .dropdown .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: 0px 0px 10px 2px rgba(0,0,0, 0.1);
    padding: 15px;
}
    .filter-drop-outer .dropdown .dropdown-menu form input[type="text"] {
        padding-top: 0;
        padding-bottom: 0;
        height: 40px;
    }
    .filter-drop-outer .dropdown .dropdown-menu .form-check {
        margin-bottom: 0;
        padding: 5px 0 5px 30px;
        position: relative;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .filter-drop-outer .dropdown .dropdown-menu .form-check input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
            height: 0;
            width: 0;
        }

        .filter-drop-outer .dropdown .dropdown-menu .form-check .checkmark {
            position: absolute;
            width: 20px;
            height: 20px;
            left: 0px;
            top: 7px;
            background: #F3FBF7;
            box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.25);
            border-radius: 3px;
        }

        .filter-drop-outer .dropdown .dropdown-menu .form-check .checkmark:after {
            content: "";
            position: absolute;
            display: none;
            left: 50%;
            top: 50%;
            width: 12px;
            height: 12px;
            background: #37BD93;
            transform: translate(-50%, -50%);
            border-radius: 3px;
        }
        .filter-drop-outer .dropdown .dropdown-menu .form-check input:checked ~ .checkmark:after {
            display: block;
        }
.pagination-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 10px 30px;
}
.pagination a {
    color: #3c2752;
    padding: 8px 12px;
    text-decoration: none;
    background: #fff;
    border-radius: 4px;
    display: inline-block;
}
.pagination a img {
    height: 13px;
}
.pagination .active {
    background: #3c2752;
    color: #fff;
    border-color: #3c2752;
    pointer-events: none;
}

.pagination {
    display: flex;
    list-style: none;
    padding: 0;
}
.pagination li {
    margin: 0 5px;
}
.pagination a.disabled {
    background: #d7d7d7;
    pointer-events: none;
    opacity: 0.5;
}
.pagination a.first-page {
    margin-right: 5px;
}
.pagination a.last-page {
    margin-left: 5px;
}
.head-sort {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.asc-dsc-wrap {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.asc-dsc-wrap img {
    width: 9px;
    opacity: 0.4;
}
.asc-dsc-wrap img.asc, .asc-dsc-wrap img.dsc {
    opacity: 1;
}

.custom-tooltip {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s;
    position: absolute;
    background-color: #333;
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    padding: 5px;
    width: calc(100% - 10px);
    z-index: 9;
}

.custom-tooltip::before {
    content: '';
    position: absolute;
    top: -7px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #333333;
}

td:hover .custom-tooltip {
    visibility: visible;
    opacity: 1;
}
.page-box-wrap, .page-search-box, .search-box-inner {
    display: flex;
    align-items: center;
}
.page-box-wrap .s-icon {
    padding: 8px 12px;
    background: #fff;
    border-radius: 4px;
    display: inline-block;
    cursor: pointer;
}
.page-search-box #pageSearchNumber {
    width: 68px;
    height: 40px;
}
.page-search-box input[type="button"] {
    height: 40px;
    border: none;
    padding: 0 10px;
    border-radius: 5px;
    letter-spacing: 0.75px;
    font-size: 15px;
    font-weight: 500;
}
.page-search-box {
    gap: 5px;
}
.filter-drop-outer .dropdown .dropdown-menu .checkbox-wrap.indent {
    padding-left: 80px;
}
.tab-checkbox-outer .checkbox-wrap.indent .checkmark {
    left: 50px;
}
.custom-tooltip-outer {
    position: absolute;
    left: 50%;
    top: 65px;
    transform: translate(-50%, -50%);
    width: 100%;
}
.custom-tooltip-outer .custom-tooltip {
    position: initial;
    padding: 6px 15px;
}
.desktop-btns .raise-btn {
    padding: 9px 20px;
    background: #37BD93;
    border: none;
    height: 40px;
}
.result-table .raisemodalwrap .modal-content .col-form-label {
    font-size: 16px;
    font-weight: 500;
}

.custom-select {
    position: relative;
    cursor: pointer;
    user-select: none;
    padding-right: 0;
}
    .custom-select .selected-option {
        display: flex;
        align-items: center;
        z-index: 9;
        position: relative;
    }
        .custom-select .selected-option img {
            width: 20px;
            height: 20px;
            margin-right: 8px;
            object-fit: contain;
        }

    .custom-select .options {
        background: #fff;
        border: none;
        display: none;
        max-height: 200px;
        overflow-y: auto;
        z-index: 999;
    }

    .custom-select.open .options {
        display: block;
        padding-right: 12px;
    }

    .custom-select .options input.form-control {
        margin: 10px 0;
    }

    .custom-select .options li {
        padding: 8px 0px;
        display: flex;
        align-items: center;
    }

        .custom-select .options li:hover {
            background: #f0f0f0;
        }

        .custom-select .options li img {
            width: 20px;
            height: 20px;
            margin-right: 8px;
            object-fit: contain;
        }

    .custom-select.is-invalid {
        padding-right: 0 !important;
    }
.raisemodalwrap .modal-body .step .order-label {
    display: flex;
}
.raisemodalwrap .modal-body .step .order-label .info-img-box .hover-img {
    display: none;
}
.raisemodalwrap .modal-body .step .order-label .info-img-box {
    padding-left: 7px;
    position: relative;
}
        .raisemodalwrap .modal-body .step .order-label .info-img-box img {
            cursor: pointer
        }
.raisemodalwrap .modal-body .step .order-label .info-img-box .hover-img {
    position: absolute;
    z-index: 9;
    box-shadow: 0px 0px 12px 5px rgba(0, 0, 0, 0.1);
    max-width: 580px;
    top: 7px;
    left: 24px;
    cursor: default;
}
.raisemodalwrap .modal-body .step .order-label .info-img-box:hover .hover-img {
    display: block;
}

.order-label, .label-info {
    display: flex;
}

.raisemodalwrap .modal-body .step .order-label .info-img-box .hover-img {
    display: none;
}

.info-img-box {
    padding-left: 7px;
    position: relative;
}

    .info-img-box img {
        cursor: pointer
    }

    .info-img-box .hover-img {
        position: absolute;
        z-index: 9;
        box-shadow: 0px 0px 12px 5px rgba(0, 0, 0, 0.1);
        max-width: 700px;
        top: 7px;
        left: 24px;
        cursor: default;
    }

    .info-img-box .hover-data {
        display: none;
        position: absolute;
        width: 340px;
        z-index: 9;
        background: #fff;
        padding: 10px;
        box-shadow: 0px 0px 13px 0px rgba(0,0,0, 0.1);
        border-radius: 3px;
    }

    .info-img-box:hover .hover-img, .info-img-box:hover .hover-data {
        display: block;
    }



/*tracking page style*/
/*tracking details page style*/
.tracking-wrap.reference-details-wrap, .reference-details-wrap .details-box {
    width: 100%;
}

.reference-details-wrap .awb-number-box {
    max-width: 400px;
}

.details-box {
    background: #F4F6F7;
}
.reference-details-wrap .details-box {
    text-align: right
}
.box-header {
    padding: 20px 30px;
}
.reference-details-wrap .details-box {
    text-align: right
}
    .box-header h3 {
        display: flex;
        gap: 15px;
        align-items: center;
        font-size: 20px;
        line-height: 14px;
        letter-spacing: 0.25px;
    }

.box-details {
    padding: 0px 30px 0px;
    display: flex;
    gap: 40px;
}

    .box-details ul {
        width: 100%;
        position: relative;
    }

    .box-details li {
        padding: 15px 0;
        display: flex;
        align-items: center;
        border-bottom: 1px solid #C6C2CE;
    }

        .box-details li span {
            font-size: 15px;
            line-height: 15px;
            font-weight: 500;
            color: #3C2753;
            text-transform: capitalize;
        }

            .box-details li span:first-child {
                min-width: 200px;
                display: flex;
                align-items: center;
                gap: 10px;
            }
        .box-details ul:first-child li:last-child, .box-details li.last-list {
            border: none;
        }

.reference-details-wrap .details-box .box-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 30px;
}
.reference-details-wrap .details-box .raise-btn {
    padding: 7px 20px;
}
.reference-details-wrap .details-box .raise-btn.green, .reference-details-wrap .details-box .raise-btn.green:hover {
    background: #37BD93;
    border-color: #37BD93 !important;
}
.reference-details-wrap .tracking-box {
    padding: 0;
}


    .box-details li a.raise-btn {
        width: 100%;
        letter-spacing: 0.75px;
        padding: 12.5px;
        line-height: 13px;
    }
.history-table td {
    text-transform: initial
}

.history-table tbody tr {
    cursor: auto;
}

    .history-table tbody tr:hover {
        box-shadow: initial;
    }

.history-table td:first-child:before{
    content: "";
    width: 2px;
    height: 100%;
    border: 1px dashed #CEC9D4;
    position: absolute;
    left: 19px;
    top: 30px;
    z-index: 9;
}

.history-table tr:last-child td:first-child:before, .history-table.import-table tr:last-child td:nth-child(2):before {
    display: none;
}

/*date picker style*/
.daterangepicker td.in-range {
    background-color: rgba(55, 189, 147, 0.10);
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #37BD93;
}
.date-range-filter input#dateRange {
    font-size: 0;
    line-height: 0;
    padding: 0;
    border: none;
    width: 100%;
}

.date-range-filter {
    height: 0;
}

.filter-value .tab-pane#date-range {
    padding: 0;
    line-height: 0;
    height: 0;
}

.daterangepicker-open .daterangepicker{
    display: flex !important;
}

.daterangepicker {
    box-shadow: 0px 0px 10px 2px rgba(0,0,0, 0.1);
}

.daterangepicker:before, .daterangepicker:after {
    display: none;
}

.daterangepicker .drp-selected {
    display: none;
}

.daterangepicker .calendar-table thead tr:last-child th {
    color: #37BD93;
}

.daterangepicker .calendar-table, .daterangepicker td.off, .daterangepicker td.off.in-range {
    background-color: #F4F6F7;
}

.daterangepicker .ranges li, .daterangepicker .drp-buttons .cancelBtn {
    color: #3c2752;
    letter-spacing: 0.75px;
}
.daterangepicker .ranges li.active {
    background-color: #3c2752;
}
    .daterangepicker .drp-buttons .applyBtn {
        padding: 8px 12px;
        background: #3c2752;
        border-color: #3c2752;
    }
    .daterangepicker .drp-buttons .cancelBtn {
        padding: 8px 12px;
    }
    .daterangepicker .ranges li:hover, .daterangepicker .drp-buttons .cancelBtn:hover, .daterangepicker .drp-buttons .applyBtn:hover {
        background: #A68EC8;
        border-color: #A68EC8;
        color: #fff;
    }




/*date picker style*/
.history-table.result-table thead th:last-child, .history-table.result-table td:last-child {
    width: auto;
    padding: 17px 10px 17px 40px;
}

.details-page .tracking-box h3 {
    font-size: 25px;
    margin-left: 20px;
}
.reference-details-wrap .tracking-box a.theme-btn {
    left: 20px;
    transform: initial;
}
.btn-value {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 90%;
    opacity: 0.9;
}
#emailModal table td:first-child:before {
    display: none;
}
#emailModal tbody {
    overflow-y: initial;
    max-height: initial;
    min-height: initial;
    display: table-row-group;
}

#emailModal table table tbody tr:first-child, #emailModal table table tbody tr:nth-child(2), #emailModal table table thead tr:first-child, #emailModal table table thead tr:nth-child(2) {
    display: table;
}
#emailModal table table tbody tr td {
    width: auto !important;
}
#emailModal table table tbody {
    min-height: initial !important;
    padding-bottom: 20px;
}
#emailModal table table tbody tr td:first-child {
    width: 25% !important;
}
#emailModal table table thead {
    width: 100%;
    margin: 0;
}
#emailModal table table thead tr th, #emailModal table table tbody tr td {
    padding-left: 24px !important;
    padding-right: 24px !important;
}
#emailModal table table thead tr th:first-child {
    width: 25%;
}
#emailModal #checksum {
    display: none;
}
#emailModal table tr {
    display: table-row;
}
#emailContent .CGBannerCode {
    display: none;
}
.respond-mail {
    position: relative;
    margin-top: 30px;
}
.respond-mail .respond-close {
    position: absolute;
    right: -10px;
    top: -10px;
    background-color: #3c2752;
    opacity: 100%;
    width: 20px;
    height: 20px;
    border-radius: 15px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.respond-mail .respond-close img {
    width: 8px;
    filter: brightness(100) invert(1);
}
.respond-mail #editor-container {
    min-height: 150px;
    max-height: 200px;
    overflow: auto;
}
    .respond-mail button.ql-attach img {
        width: 15px;
        display: block;
        margin: 3px 0 0 0;
    }

#emailModal .respond-wrap {
    margin-top: 10px
}

.raisemodalwrap {
    text-align: left;
}

    .raisemodalwrap .modal-footer button.theme-btn {
        padding: 9px 20px;
        margin-left: 10px;
    }
#claimRaised .modal-dialog {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 20px;
    width: 300px;
    height: 220px;
    margin: 0;
}

#claimRaised .modal-content {
    padding: 20px;
    border: none;
    height: 100%;
    box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.45);
}

#claimRaised .modal-dialog .btn-close {
    position: absolute;
    right: 15px;
    top: 15px;
    filter: brightness(100) invert(1);
    opacity: 100;
    z-index: 9;
}

#claimRaised .modal-body {
    padding: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

    #claimRaised .modal-body img {
        margin-bottom: 20px;
        width: 80px;
    }

#claimRaised .modal-dialog .btn-close:focus {
    box-shadow: none;
}
.btn-border.theme-btn.update-btn {
    border: 1px solid #3C2753;
    font-weight: 600;
    border-radius: 3px;
}

.cos-wrap {
    gap: 20px;
}


/*tracking details page style*/
/*claims details page style*/
.claim-details-box .box-details ul:last-child li:nth-child(3) {
    border-bottom: 1px solid #C6C2CE;
}

.claim-details-box .box-details ul:last-child li:last-child {
    padding: 15px 0;
}

.result-table td .mail-btn {
    max-width: 160px;
    padding: 5px 0;
    width: 100%;
}

.result-table td .file-download-btn {
    max-width: 160px;
    padding: 5px 0;
    width: 100%;
}

.tab-title-wrap {
    display: flex;
}

.tab-divider {
    width: 1px;
    margin: 0 25px;
}

.table-head-inner .tab-title-wrap h3 {
    opacity: 0.35;
}

    .table-head-inner .tab-title-wrap h3.active {
        opacity: 100;
    }

#emailModal .modal-dialog {
    max-width: 940px;
}

#emailModal .from-date-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#emailModal .email-body-wrap {
    padding: 25px 0;
    border: 1px solid rgb(60, 39, 83, 0.25);
    border-left: 0;
    border-right: 0;
    margin: 25px 0 10px;
}

    #emailModal .email-body-wrap p, #emailModal .email-body-wrap .user-name-wrap {
        color: #3C2753;
    }

.respond-wrap {
    text-align: right;
}

    .respond-wrap button {
        min-width: 140px;
        height: 40px;
        letter-spacing: 0.75px;
        padding: 0px 15px;
    }

#emailModal table {
    width: 100% !important;
}

#emailModal .modal-body {
    max-height: 80vh;
    overflow: auto;
}

.from-date-wrap p {
    display: flex;
    align-items: center;
    gap: 10px;
}

#emailModal .email-body-wrap .user-name-wrap {
    margin-top: 20px;
}
#imageModal .modal-body {
    height: 400px;
}
#imageModal .modal-body img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.history-table.result-table #emailModal td:last-child, .history-table.result-table #emailModal td {
    padding: inherit;
    color: inherit;
    background: inherit;
    border: inherit;
    font-weight: inherit;
}
.result-table #emailModal td {
    justify-items: initial
}
/*claims details page style*/
/*import page style*/
.import-field-wrap .down-btn {
    margin: 0 0 20px 20px;
    padding: 9px 20px;
    letter-spacing: 0.75px;
}

#importModal .modal-dialog {
    max-width: 700px;
}

.import-field-wrap {
    padding: 30px 20px;
    text-align:right;
}

.import-wrap .tracking-wrap, .import-field-wrap {
    width: 100%;
}
.file-note {
    width: 100%;
    display: inline-block;
    text-align: left;
}
.select-file-wrap form {
    max-width: 1100px;
    width: 100%;
}

.select-file-wrap .input-group input {
    height: 40px;
}

.select-file-wrap .input-group label {
    background: #3c2752;
    border: 1px solid #3c2752;
    color: #fff;
    padding: 7px 20px;
    cursor: pointer;
}

    .select-file-wrap .input-group label:hover {
        background: #A68EC8;
        border-color: #A68EC8;
    }

.select-file-wrap .input-group input[type=file]::file-selector-button {
    padding: 7px 20px;
    background-color: #a68ec7;
    color: #fff;
}

.select-file-wrap .input-group input[type=file]:hover::file-selector-button {
    background-color: #a68ec7;
    color: #fff;
}

.no-data-wrap {
    background: #F4F6F7;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44vh;
}

.select-file-wrap .input-group input:focus {
    box-shadow: none;
    outline: none;
}
.upload-container {
    text-align: center;
    width: 100%;
    max-width: 1100px;
}
.drop-file-wrap, .import-field-wrap .select-file-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.drag-area {
        border: 2px dashed #3c2752;
        padding: 50px 10px;
        background-color: #fff;
        border-radius: 5px;
        cursor: pointer;
        width: 100%;
    }

    .drag-area.drag-over {
        background-color: rgba(60, 39, 82, 0.1);
    }

.drag-area input[type="file"] {
    display: none;
}
.drop-file-wrap {
    margin-top: 10px;
}
    .drop-file-wrap button {
        padding: 9px 20px;
        letter-spacing: 0.75px;
        margin-left: auto;
    }
    .drop-file-wrap #file-list {
        width: 100%;
        text-align: left;
        padding-right: 50px;
    }
        .drop-file-wrap #file-list li{
            font-weight :700;
        }

.import-table .table-head-inner .tab-title-wrap h3 {
    opacity: 100;
}
.import-table .table-head-inner .tab-title-wrap h3 span {
    line-height: 40px;
}
.history-table.import-table td:first-child:before {
    display: none
}
.import-field-wrap .select-file-wrap {
    border: none;
    padding: 0;
}

/*import page style*/
/*account popup style*/
.profile-wrap .modal {
    position: initial;
}

#accountModal .modal-dialog {
    margin: 0;
    position: absolute;
    right: 0px;
    top: 120px;
    width: 100%;
    max-width: 540px;
}
#confirmLogout .modal-dialog, #newPassword .modal-dialog {
    position: absolute;
    z-index: 9999;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    margin: 0;
}
#confirmLogout .modal-footer button, #newPassword .modal-footer button {
    padding: 5px 10px;
    margin-left: 15px;
}
#confirmLogout .modal-header, #newPassword .modal-header {
    padding: 20px;
}
.profile-wrap .modal-header {
    padding: 25px 40px;
}

    .profile-wrap .modal-header h3, #confirmLogout .modal-header h3, #newPassword .modal-header h3{
        display: flex;
        gap: 20px;
        align-items: center;
        font-size: 20px;
        line-height: 18px;
        letter-spacing: 0.25px;
    }


    .mob-menus button.btn-close, .mob-filters .filter-header button.btn-close, .profile-wrap .modal-header button.btn-close, #raiseModal .modal-header button.btn-close, .raisemodalwrap .modal-header button.btn-close, #importModal .modal-header button.btn-close, #emailModal .modal-header button.btn-close, .default_modal .modal-header button.btn-close, .toast-header button.btn-close, #imageModal .modal-header button.btn-close, .updateModal .modal-header button.btn-close {
        filter: brightness(100) invert(1);
        opacity: 100;
        background-size: 20px;
        padding: 0;
        width: 30px;
        height: 30px;
    }

    .profile-wrap .modal-header button.btn-close, #raiseModal .modal-header button.btn-close, .raisemodalwrap .modal-header button.btn-close, #importModal .modal-header button.btn-close, #emailModal .modal-header button.btn-close, #imageModal .modal-header button.btn-close, .default_modal .modal-header button.btn-close, .updateModal .modal-header button.btn-close {
        width: 20px;
        height: 20px;
    }

#accountModal .account-form {
    padding: 30px 40px;
    max-height: 63vh;
    overflow: auto;
    position: relative;
}

    #accountModal .account-form .form-title {
        font-size: 17px;
        letter-spacing: 0.25px;
        padding-bottom: 28px;
    }

    #accountModal .account-form .form-row {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 20px;
    }

        #accountModal .account-form .form-row input.form-control, #newPassword .form-row input.form-control {
            height: 50px;
            background-color: #F4F6F7;
            border-radius: 3px;
            border: none;
        }
#newPassword .form-row input.form-control {
    height: 40px;
}

            #accountModal .account-form .form-fields {
                display: flex;
                flex-direction: column;
                gap: 10px;
                padding: 20px 0;
                border-top: 1px solid #CEC9D4;
                border-bottom: 1px solid #CEC9D4;
            }

    #accountModal .account-form .form-row label.col-form-label, #newPassword .form-row label.col-form-label {
        font-size: 15px;
        font-weight: 500;
        padding: 0;
        min-width: 120px;
    }

    #accountModal .account-form .form-wrap + .form-wrap {
        padding-top: 30px;
    }

        #accountModal .account-form .form-wrap + .form-wrap .form-fields {
            border-bottom: none;
        }

#accountModal .modal-dialog .modal-footer {
    background: #F4F6F7;
    padding: 15px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    #accountModal .modal-dialog .modal-footer button.theme-btn {
        min-width: 150px;
        height: 40px;
        margin: 0
    }
#accountModal .account-form .edit-wrap {
    position: absolute;
    right: 40px;
    top: 30px;
    background: #fff;
}
.warn-wrap {
    cursor: default;
}
.warn-wrap p{
    font-weight: 500;
}
.warn-wrap .btns-wrap {
    margin-top: 10px;
}
.warn-wrap .btns-wrap button {
    padding: 7px 10px;
    margin-right: 6px;
    font-weight: 500;
}
#newPassword .form-row {
    margin-bottom: 10px
}

    #newPassword .form-row label {
        margin-bottom: 5px
    }




/*account popup style*/
.check div {
    position: relative;
    padding-left: 20px;
}
.check i {
    font-style: normal;
    position: absolute;
    left: 0;
}
.toast-header {
    justify-content: space-between;
}

    .toast-header h3 span {
        font-size: 16px;
    }
.toast-header button.btn-close {
    width: 15px;
    height: 15px;
    margin-right: 0px;
}
.text-area-wrapper {
    border-radius: 3px;
    width: 100%;
}
.text-area-wrapper button {
    min-width: 122px;
    gap: 10px;
    font-size: 15px;
    font-weight: 500;
    align-items: center;
    padding: 10px;
    justify-content: center;
}

.awb-number-box textarea:focus {
    outline: none;
}

/*dashboard page style*/
.dash-top-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.dash-left span {
    font-size: 20px;
    font-weight: 500;
}
.page-title-btn {
    max-width: 260px;
    height: 60px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-left: 17px;
    border-radius: 10px;
}
.page-title-wrap {
    margin-bottom: 20px;
}
.page-title-btn span {
    font-size: 22px;
    text-transform: none;
    letter-spacing: 0.25px;
}
.page-content {
    padding: 30px 20px;
    position:relative;
}
.dash-boxes-outer {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 20px;
}
.dash-box {
    background: #f3fbf7;
    border-radius: 10px;
    box-shadow: 0px 0px 2px 0px rgba(50,60,76, 0.2);
    padding: 35px 30px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.number-wrap h5 {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.25px;
    margin-bottom: 20px;
}
.number-wrap h2 {
    font-size: 40px;
    font-weight: 500;
}
.days-wrap .text-purple {
    font-size: 17px;
    font-weight: 500;
    border: none;
    color: #3C2753;
    background: transparent;
}
.days-wrap .dropdown-menu li:hover button {
    background: #3c2752;
    color: #fff;
}
.days-wrap .dropdown-menu {
    padding: 0;
}
.shipment-boxes-outer {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.shipment-boxes-outer .type-card, .top-destinations {
    padding: 20px 0;
    box-shadow: 0px 0px 4px 0px rgba(50, 60, 76, 0.2);
}
.shipment-boxes-outer .type-card h4, .top-destinations h3 {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 20px;
    padding: 0 20px;
}
.shipment-boxes-outer .type-card ul {
    display: flex;
    flex-direction: column;
}
.shipment-boxes-outer .type-card li span, .top-destinations li span {
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
}
.shipment-boxes-outer li, .ship-box-left {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.shipment-boxes-outer li {
    cursor: pointer;
    padding: 7px 20px;
}
.ship-box-left {
    justify-content: flex-start;
    gap: 20px;
}
.ship-box-left .status-dot {
    width: 15px;
    height: 15px;
    border-radius: 15px;
}
.claim-type-box .ship-box-left .status-dot {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #3c2752;
    font-size: 14px;
    font-weight: 600;
}
.world-map-box {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}
.map-box {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}
.top-destinations {
    max-width: 350px;
    width: 100%;
}
.map-box #map, .map-box #map_background, .map-box #map svg {
    width: 100% !important;
}
.top-destinations h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}
.top-destinations li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    cursor: pointer;
}
.top-destinations li .dest-name-wrap {
    display: flex;
    align-items: center;
    gap: 15px;
}
.shipment-boxes-outer .type-card:hover, .top-destinations:hover {
    background: #3c2752;
}
.shipment-boxes-outer .type-card:hover .text-purple, .top-destinations:hover .text-purple {
    color: #fff
}
.shipment-boxes-outer .type-card.claim-type-box:hover .status-dot {
    color: #fff;
    border-color: #fff;
}
.shipment-boxes-outer .type-card li:hover, .top-destinations li:hover {
    background: rgba(255, 255, 255, 0.1);
}
.days-wrap .dropdown-menu.show {
    background: #3c2752;
}
.days-wrap .dropdown-menu.show a.dropdown-item {
    color: #fff;
}
.days-wrap .dropdown-menu.show a.dropdown-item.active {
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
}
.click-box {
    cursor: pointer;
}
.cr-box li {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 10px;
}

    .cr-box li:last-child {
        margin-bottom: 0
}
.cr-box li h3 {
        font-size: 18px;
        line-height: 18px;
    }

    .cr-box li h2 {
        font-size: 26px;
        line-height: 30px;
}





/*dashboard page style*/

.modal-header {
    justify-content: space-between;
}

.modal-content button.btn-close {
    margin: 0;
}

.modal-footer > * {
    margin: 0
}
.page-loader {
    position: fixed;
    width: 100%;
    height: calc(100% - 58px);
    background: rgba(255,255,255, 0.7);
    left: 0;
    top: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-loader .spinner-border {
    border-color: #3C2753;
    border-right-color: transparent;
    width: 80px;
    height: 80px;
    border-width: 5px;
}
.page-loader.table-loader {
    position: absolute;
}
.result-table-inner {
    position: relative;
}

/*raise claim 2 popup design*/

.raisemodalwrap .upload-container {
    text-align: left;
    display: inline-block;
    width: auto;
    position: relative;
}

.raisemodalwrap .drag-area {
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2px 10px 2px 2px;
    border: 1px dashed rgba(60, 39, 82, 0.3);
}
.raisemodalwrap .drag-area span {
    color: #ff0000;
    padding: 5px 10px;
    background: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    margin-right: 10px;
}
.raisemodalwrap #drop-area-Purchase-Invoice span {
    color: #ff0000;
    padding: 5px 10px;
    background: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    margin-right: 10px;
}
.pop-radio-wrap {
    display: flex;
    gap: 40px;
}
.pop-radio-wrap .form-check-input:checked {
    background-color: #767676;
    border-color: #767676;
}
.pop-radio-wrap .form-check-input:focus {
    box-shadow: none;
}

/*raise claim 2 popup design*/

/*raise claim evri popup design*/
.dor-modal .select-file-wrap, .evriLostdrop-area .select-file-wrap {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 10px;
    border: 1px dashed rgba(60, 39, 82, 0.3);
    border-radius: 5px;
}
.dor-modal .select-file-wrap .drag-area, .evriLostdrop-area .select-file-wrap .drag-area {
    border: none;
    flex-direction: column;
    padding: 0;
    gap: 10px;
}
.dor-modal .select-file-wrap .drag-area span, .evriLostdrop-area .select-file-wrap .drag-area span {
    margin: 0;
}
#raiseModalost .modal-body h3, .raiseDeutsche .modal-body h3 {
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
}
.raiseDeutsche .modal-body h3 {
    margin: 0;
}
    #raiseModalost .modal-body button.btn.btn-border {
    font-size: 16px;
}

.evriLostdrop-area {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: center;
    margin: 0 auto 0;
}

    #raiseModalost .select-file-wrap button.theme-btn, .deutsche-drop-box .select-file-wrap button.theme-btn, .evriLostdrop-area .select-file-wrap button.theme-btn {
        padding: 6px 20px;
        margin-top: 10px;
    }

.evriLostdrop-area .form-label {
    font-size: 18px;
    font-weight: 500;
}
/*raise claim evri popup design*/

.raiseDeutsche .top-drop-box .select-file-wrap {
    border: none;
    padding: 0;
}
#claimFormDeutsche .high-text {
    font-size: 17px;
    font-weight: 500;
}
    #claimFormDeutsche .high-text.dor-text {
        max-width: 90%;
        margin: auto;
    }

#claimFormDeutsche .top-drop-box .high-text {
    margin-top: 10px;
    text-align: left;
}

.switch-wrap .form-switch {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
    max-width: 100px;
}
.switch-wrap .form-switch input {
    margin: 0;
}
.selectWrap select:focus {
    box-shadow: none;
    border-color: #3c2752;
}
.switch-wrap .form-switch .form-check-input:checked {
    background-color: #54BC89;
    border-color: #54BC89;
}
.form-check-input:checked {
    background-color: #3c2752;
    border-color: #3c2752;
}
/*raise claim DPD popup design*/
.raisemodalwrap .modal-body .step {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.upload-outer strong {
    display: block;
    width: 100%;
    font-size: 13px;
    letter-spacing: 0.3px;
    font-weight: 500;
}
.item-box {
    padding: 12px;
    gap: 15px;
    display: flex;
    flex-direction: column;
}
.item-box:last-child {
    padding-bottom: 0;
}
.item-box .remove-itm {
    position: absolute;
    right: -10px;
    top: 2px;
    background: #3c2752;
    border-radius: 10px;
    width: 20px;
    height: 20px;
    text-align: center;
}
.item-box .remove-itm .remove-item-btn.btn-close {
    filter: brightness(100) invert(1);
    opacity: 100;
    background-size: 8px;
    padding: 0;
    width: 20px;
    height: 20px;
}
.add-item-btn .theme-btn {
    padding: 9px 20px;
}
.add-item-box {
    row-gap: 15px;
    box-shadow: 0px 0px 4px 1px rgba(60, 39, 82, 0.1);
    padding: 15px 3px;
}
.upload-instruction {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 5px;
}
.raisemodalwrap .modal-body h5 {
    text-align: center;
}





@media only screen and (max-width: 1700px) {
    .tracking-wrap {
        width: 45%;
    }

    .tracking-box {
        width: 240px;
        min-width: 240px;
    }

    .left-filters {
        max-width: 240px;
    }

    .filterleft-tabs .left-filters {
        max-width: 180px;
    }

    .left-filters button, .filter-value li {
        padding: 24.5px 10px 24.5px 15px;
    }
}

@media only screen and (max-width: 1500px) {
    .left-filters {
        max-width: 200px;
    }

    .daterangepicker .drp-calendar {
        max-width: 260px;
    }

    .daterangepicker .ranges li, .daterangepicker .drp-buttons .cancelBtn {
        padding: 8px;
    }

    .filters-value-wrap {
        grid-template-columns: repeat(1, 1fr);
    }

    .filterleft-tabs .left-filters {
        max-width: 200px;
    }

    .filterRight-tabs .filter-value li:first-child {
        border-top: 1px solid rgb(60 39 83 / 25%);
    }

    .left-filters button, .filter-value li {
        padding: 20px 10px 20px 20px;
    }
}
@media only screen and (max-width: 1400px) {
    .result-table-outer {
        overflow: auto;
    }
    .box-details {
        padding: 0px 20px 0px;
        gap: 20px;
    }
    .box-details li span:first-child {
        min-width: 150px;
    }
    .tracking-filter-wrap {
        flex-direction: column;
    }

    .tracking-wrap, .filter-wrap {
        width: 100%;
    }
    .result-table-inner {
        min-width: 1300px;
    }
    }

    @media only screen and (max-width: 1299px) {
        .login-wrap {
            padding: 70px;
            background-size: contain;
        }

            .login-wrap:before {
                width: 784px;
                height: 630px;
                right: 18%;
                top: 15%;
                background-size: 100%;
            }

        .forgot-wrap h1 {
            font-size: 50px;
            margin: 50px 0 10px;
        }

        .left-filters {
            max-width: 200px;
        }

        .awb-btns .theme-btn {
            min-width: 115px;
        }

        .tracking-box {
            width: 250px;
            min-width: 250px;
        }
        .result-table thead th, .result-table td {
            padding: 15px 5px;
            width: 160px
        }

        .history-table.result-table thead th, .history-table.result-table td {
            padding: 15px 10px 15px 40px;
        }

        .result-table td:nth-child(5) div {
            left: 10px;
        }

        .reference-details-wrap .awb-number-box {
            max-width: 300px;
        }

        .box-details li span {
            font-size: 13px;
        }

        .result-table.history-table thead th, .result-table.history-table td {
            width: auto;
        }
        .filter-drop-outer .dropdown {
            width: 33.3%;
            padding: 0 5px;
        }


    }

    @media only screen and (max-width: 1199px) {
        .login-form-wrap h1 {
            font-size: 50px;
        }

        .forgot-wrap h1 {
            margin: 50px 0 10px;
        }

        .earth-wrap {
            width: 200px;
            height: 200px;
        }

        .setting-profile-wrap, .header-menus, .menu-setting-outer {
            gap: 50px;
        }

        .right-filters .dropdown-center button.btn {
            min-width: 200px;
        }

        .history-table table {
            width: 100%;
        }

        .table-head-inner {
            padding: 15px;
        }

        .reference-details-wrap .tracking-box {
            order: 1;
            width: 25%;
        }

        .reference-details-wrap .awb-number-box {
            order: 2;
            max-width: calc(75% - 20px);
        }

        .reference-details-wrap .details-box {
            order: 3;
        }

        .right-filters .dropdown-center button.btn, .right-filters .dropdown-center button.btn.exp-btn {
            min-width: initial;
            padding: 12.5px 40px 12.5px 10px;
        }

        .import-field-wrap form {
            max-width: 100%;
        }
        .import-field-wrap {
            order: 2;
        }
        .dash-box {
            flex-direction: column;
        align-items: center;
        }
        .dash-box .box-icon {
            order: 1;
        }
        .dash-box .number-wrap {
            order: 2;
            text-align:center;
        }
        .number-wrap h5 {
            margin-bottom: 10px;
            margin-top: 10px;
        }
    }

    @media only screen and (max-width: 1024px) {
        .desktop-btns, .right-filters, .exp-btns {
            gap: 10px;
        }
    }

    @media only screen and (max-width: 991px) {
        .login-wrap {
            padding: 50px 15px;
        }

            .login-wrap:before {
                width: 650px;
                height: 550px;
                right: 14%;
                top: 25%;
            }

        .login-form-wrap h1 {
            font-size: 40px;
        }

        .header-outer {
            padding: 10px 30px;
        }

        .setting-profile-wrap, .header-menus, .menu-setting-outer {
            gap: 30px;
        }
        .header-outer nav.navbar button.navbar-toggler {
            border: none;
            padding: 0;
        }

            .header-outer nav.navbar button.navbar-toggler span.navbar-toggler-icon {
                background-image: url(../images/menu-toggle.svg);
            }

            .header-outer nav.navbar button.navbar-toggler:focus {
                box-shadow: none;
            }

        .desktop-menus {
            display: none;
        }

        .mob-menus {
            order: 2;
            display: block;
        }

        .table-head-inner {
            padding: 15px;
        }

        .right-filters .dropdown-center button.btn {
            min-width: 170px;
        }

        .right-filters .dropdown-center + .dropdown-center button.btn {
            min-width: 140px;
        }

        .exp-btns .btn-border, .exp-btns .btn-filled {
            padding: 9px 10px;
        }

        .exp-btns .exp-btn {
            max-width: 40px;
            overflow: hidden;
        }

        .mob-menus .offcanvas.offcanvas-end {
            width: 100%;
        }

        .mob-menus .offcanvas-header, .mob-filters .filter-header {
            padding: 15px 27px;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .mob-menus .offcanvas-body {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .header-menus {
            display: flex;
            flex-flow: column;
            gap: 100px;
        }

            .header-menus li a {
                font-size: 40px;
                line-height: 40px;
                text-transform: capitalize !important;
                text-align: center;
                display: block;
            }

                .header-menus li a.active:before {
                    display: none;
                }

        #accountModal .modal-dialog {
            top: 85px;
        }

        #raiseModal .modal-dialog, .raisemodalwrap .modal-dialog, #emailModal .modal-dialog, #imageModal .modal-dialog, .updateModal .modal-dialog {
            max-width: 95%;
        }

        #raiseModal .item-btns a {
            height: 60px;
        }
        .reference-details-wrap .awb-number-box {
            max-width: calc(65% - 20px);
        }

        .right-filters .dropdown-center button.btn.exp-btn, .exp-btns .btn-border.imp-btn {
            padding: 10px 12px;
        }

            .right-filters .dropdown-center button.btn.exp-btn::after {
                display: none;
            }

        .exp-btns .dropdown-center .dropdown-menu {
            transform: translateY(39px) !important;
            right: 0px !important;
            left: auto !important;
        }

        .import-field-wrap .file-note {
            font-size: 15px;
        }

        .tracking-wrap.reference-details-wrap {
            flex-flow: wrap;
        }

        .reference-details-wrap .tracking-box {
            width: 100%;
            background-image: url(../images/mob-box-shapes.svg);
            padding: 20px 22px;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .shipment-tracking-wrap .tracking-box2 {
            width: 100%;
            background-image: url(../images/mob-box-shapes.svg);
            padding: 20px 22px;
            display: flex;
            align-items: center;
        }

        .details-page .tracking-box h3 {
            padding-left: 32px;
            margin: 0;
        }

            .reference-details-wrap .tracking-box img {
                position: initial;
            }

            .reference-details-wrap .tracking-box a.theme-btn {
                background: transparent;
                font-size: 0;
                width: auto;
                height: auto;
                gap: 0;
                left: 20px;
                transform: initial;
                bottom: auto;
            }

        .tracking-box a.theme-btn img {
            width: 12px;
        }
        .filter-drop-outer .dropdown {
            width: 50%;
        }
        .shipment-tracking-inner {
            flex-direction: column;
        }
        .logo-wrap {
            width: 130px;
        }
        .tracking-box h3 {
            margin-top: 0px;
        }
        .dash-boxes-outer {
            grid-template-columns: repeat(2, 1fr);
        }

        .shipment-boxes-outer {
            grid-template-columns: repeat(1, 1fr);
        }

        .world-map-box {
            flex-flow: wrap;
        }

        .top-destinations {
            max-width: initial;
        }
        .login-wrap .top-logo img {
            width: 150px;
        }
        #raiseModal .item-btns {
            gap: 20px;
        }
        #raiseModal .modal-body, .raisemodalwrap .modal-body, .updateModal .modal-body {
            padding: 20px;
        }
        .raisemodalwrap .modal-body .step .order-label .info-img-box .hover-img {
            max-width: 550px;
        }



    .info-img-box .hover-data {
        width: 350px;
    }
    }

    @media only screen and (max-width: 767px) {
        .login-wrap {
            padding: 20px 10px;
            background-image: url(../images/login-banner-mob.svg);
            background-position: top center;
            background-repeat: no-repeat;
            background-size: cover;
            height: initial;
        }

            .login-wrap::before {
                background: url(../images/map-line-mob.svg);
                background-repeat: no-repeat;
                width: 230px;
                height: 370px;
                top: 65px;
                right: 40%;
            }

        .earth-wrap {
            right: 32%;
            top: 18%;
        }

        .login-wrap.forgot-wrap {
            height: 100vh;
        }

        .login-form-wrap {
            padding-top: 370px;
            padding-bottom: 40px;
        }

        .forgot-wrap .login-form-wrap {
            padding: 0;
        }

        .login-form-wrap h1 {
            margin-bottom: 30px;
            text-align: center;
        }

        .forgot-wrap h1 {
            margin: 50px 0 10px;
        }

        .login-form-wrap form {
            padding: 30px 20px;
        }

        .copyright-txt {
            text-align: center;
        }

        .page-outer {
            padding: 10px 5px;
        }

        .page-outer .container {
            padding: 0;
        }

        .tracking-wrap {
            flex-flow: wrap;
            gap: 10px
        }

        .tracking-box {
            width: 100%;
            background-image: url(../images/mob-box-shapes.svg);
            padding: 20px 22px;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

            .tracking-box h3 {
                font-size: 30px;
            }

            .tracking-box img {
                position: initial;
            }

        .header-outer {
            margin-bottom: 10px;
        }

        .awb-number-box textarea {
            min-height: initial;
            padding: 7px 40px 7px 7px;
        }
            .awb-btns .theme-btn {
                min-width: 100px;
                width: 100%;
            }

        .desktop-btns {
            display: none;
        }

        .mob-btns, .exp-btns a.mob-filter {
            display: block;
        }

            .mob-btns button.btn.dropdown-toggle, .imp-btn {
                width: 100%;
                margin-bottom: 10px;
            }

        .table-head-inner, .mob-btns {
            padding-left: 22px;
            padding-right: 22px;
        }

        .exp-btns .raise-btn {
            order: 1;
        }

        .exp-btns .exp-btn {
            order: 2;
        }

        .exp-btns .mob-filter {
            order: 3;
        }

        .desktop-filters {
            display: block;
        }

        .mob-filters {
            display: none;
        }

        .filter-mob-content h3 {
            padding: 20px 30px;
            background: #503D64;
        }

        .filter-mob-content .filter-name-outer {
            background: #F4F6F7;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 15px 30px;
        }

        .filter-name {
            display: flex;
            align-items: center;
            gap: 15px;
        }

            .filter-name span {
                font-size: 15px;
                line-height: 15px;
                font-weight: 600;
            }

        .filter-mob-content .filter-value {
            background: #fff;
            padding: 22.5px 15px 22.5px 60px;
            letter-spacing: 0.25px;
            font-weight: 600;
            font-size: 15px;
            line-height: 15px;
        }
        #raiseModal .item-btns a {
            height: 50px;
            font-size: 14px;
        }

        #raiseModal .modal-body, .raisemodalwrap .modal-body {
            padding: 20px;
        }

        .reference-details-wrap .awb-number-box {
            max-width: 100%;
        }

        .history-table table {
            width: 800px;
        }

        .history-table td:first-child {
            padding-left: 40px;
        }

        .tab-divider {
            margin: 0 15px;
        }

        .exp-btns .dropdown-center, .exp-btns .imp-btn {
            display: none;
        }

        .mob-btns button.exp-btn.btn.show img {
            filter: brightness(100);
            transition: initial;
        }

        #importModal .modal-dialog {
            max-width: 90%;
            margin: auto;
        }

        .import-wrap .tracking-box img {
            width: 25px;
        }

        #emailModal .modal-body, #imageModal .modal-body {
            padding: 20px;
        }

        #emailModal .email-body-wrap {
            margin: 15px 0 10px;
        }
        .import-field-wrap .select-file-wrap {
            flex-flow: wrap;
            justify-content: flex-end;
        }

        .import-field-wrap .down-btn {
            order: 1;
        }

        .upload-container {
            order: 2;
        }
        .box-details {
            flex-flow: wrap;
            gap: 0;
        }
        .filter-drop-outer .dropdown {
            width: 100%;
        }
        .filter-drop-outer .dropdown button[aria-expanded="false"] {
            max-width: initial
        }

    .text-area-wrapper button {
        min-width: initial;
        font-size: 0;
        gap: 0;
    }
        .pagination-wrap {
            flex-direction: column;
        }
        .pagination {
            order: 1;
            max-width: 100%;
            overflow-x: scroll;
        }
        .showing-text {
            order: 2;
            margin-top: 10px;
        }
        #raiseModal .modal-header h3 span, .raisemodalwrap .modal-header h3 span, .updateModal .modal-header h3 span {
            font-size: 20px;
            line-height: 24px;
            text-align: left;
        }
        .details-page .tracking-box h3 {
            font-size: 20px;
        }
        .awb-number-box {
            flex-direction: column;
        }

        .awb-btns {
            gap: 10px;
            width: 100%;
        }
        #sessionExpiredToast {
            position: fixed;
            top: 20px;
            width: calc(100% - 30px);
            z-index: 9;
            left: 50%;
            transform: translateX(-50%);
            bottom: auto;
            right: auto;
        }
        #raiseModal .modal-header, .raisemodalwrap .modal-header, #emailModal .modal-header, .default_modal .modal-header, #imageModal .modal-header, .updateModal .modal-header {
            padding: 20px;
        }
        #imageModal .modal-body {
            height: 300px;
        }
        .box-details ul:first-child li:last-child {
            border-bottom: 1px solid #C6C2CE;
        }
        .login-wrap .copyright-txt {
            flex-flow: wrap;
            flex-direction: column;
        }
        .pop-radio-wrap {
            flex-direction: column;
            gap: 0;
        }
        #raiseModal .item-btns {
            flex-direction: column;
            align-items: center;
        }
        .result-table.history-table {
            width: 100%;
        }
        .dor-modal .select-file-wrap .upload-container, .evriLostdrop-area .select-file-wrap .upload-container {
            order: 1;
        }
        .dor-modal .select-file-wrap .file-list, .evriLostdrop-area .select-file-wrap .file-list {
            order: 2;
        }
        .dor-modal .select-file-wrap button, .evriLostdrop-area .select-file-wrap button {
            order: 3;
        }
        .page-box-wrap #pagination {
            --bs-pagination-padding-y: 0 !important;
            --bs-pagination-padding-x: 0 !important;
            padding: 0 !important;
        }

        .page-box-wrap {
            flex-direction: column;
            gap: 10px;
            width: 100%;
        }
        .exp-btns {
            display: flex;
            align-items: center;
            gap: 20px;
        }
        .mob-btns .btn-border.theme-btn.update-btn {
            width: 100%;
            text-align: left;
            margin-bottom: 10px;
            height: 40px;
        }
        .history-table .exp-btns {
            display: block;
        }
        #claimFormDeutsche .high-text.dor-text {
            max-width: 100%;
        }
        .raisemodalwrap .modal-body .step .order-label .info-img-box .hover-img {
            max-width: 500px;
            top: 22px;
            left: -120px;
        }
        .cr-box li {
            gap: 30px;
        }
    .raisemodalwrap .modal-body .step .order-label .info-img-box .hover-img {
        max-width: 500px;
        top: 22px;
        left: -120px;
    }

    .info-img-box .hover-data {
        width: 300px;
        left: -150px;
    }
    }
@media only screen and (max-width: 729px) {
    .daterangepicker .ranges ul {
        display: flex;
        align-items: center;
        width: 100%;
    }
}
    @media only screen and (max-width: 575px) {
        #raiseModal .modal-header, .raisemodalwrap .modal-header, #emailModal .modal-header, .default_modal .modal-header, #imageModal .modal-header, .updateModal .modal-header {
            padding: 10px 20px;
        }
        #raiseModal .modal-header h3, .raisemodalwrap .modal-header h3 {
            padding-right: 20px;
        }
        #raiseModal .item-btns {
            grid-template-columns: repeat(1, 1fr);
        }
        #raiseModal .modal-body, .raisemodalwrap .modal-body {
            gap: 20px;
        }
        .box-details {
            flex-flow: wrap;
            gap: 0;
        }
        .box-details ul:first-child li:last-child {
            border-bottom: 1px solid #C6C2CE;
        }
        .table-head-inner .tab-title-wrap h3 span {
            font-size: 16px;
            line-height: 20px;
        }
        .drop-file-wrap {
            flex-direction: column;
        }
        .drop-file-wrap #file-list {
            padding-right: 0px;
            padding-bottom: 10px
        }
        .logo-wrap {
            width: 100px;
        }
        .shipment-tracking-wrap {
            padding: 10px;
        }
    .dash-boxes-outer {
        grid-template-columns: repeat(1, 1fr);
    }
        .profile-wrap .modal-header, #accountModal .modal-dialog .modal-footer, #confirmLogout .modal-header, #newPassword .modal-header {
            padding: 15px;
        }
        #confirmLogout .modal-dialog, #newPassword .modal-dialog {
            max-width: 90%;
            margin: auto
        }
        #emailModal table table thead tr th:first-child, #emailModal table table tbody tr td:first-child {
            width: 30% !important;
        }
    .raisemodalwrap .modal-body .step .order-label .info-img-box .hover-img {
        max-width: 420px;
    }
        .raisemodalwrap .modal-body .step .order-label .info-img-box .hover-img {
            max-width: 420px;
        }
    .info-img-box .hover-data {
        width: 250px;
        left: -160px;
    }
    }

    @media only screen and (max-width: 480px) {
        .login-form-wrap h1 {
            font-size: 40px;
        }

        .submit-wrap {
            grid-template-columns: repeat(1, 1fr);
        }

        .login-form-wrap form {
            gap: 20px;
        }

        #accountModal .account-form {
            padding: 30px 20px;
        }
        .select-file-wrap .input-group input[type=file]::file-selector-button, .select-file-wrap .input-group label {
            padding: 5px 10px;
            font-size: 13px;
        }

        .select-file-wrap .input-group input[type=file]::file-selector-button {
            line-height: 18px;
            padding: 10px;
        }

        .import-field-wrap {
            padding: 30px 15px;
        }

            .import-field-wrap .select-file-wrap {
                padding: 15px;
            }

        .select-file-wrap .input-group input {
            height: 36px;
        }

        #emailModal .from-date-wrap {
            flex-flow: wrap
        }
        .drop-left-box .btn-value {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            max-width: 180px;
        }
        
    .ship-box-left {
        gap: 10px;
    }
        .ship-box-left .status-dot {
            width: 10px;
            height: 10px;
        }
    .shipment-boxes-outer .type-card li span, .top-destinations li span {
        font-size: 16px;
    }

    .top-destinations h3 {
        font-size: 18px;
    }
        .page-title-btn {
            max-width: 100%;
        }
        .dash-box {
            padding: 30px 10px;
        }
        #accountModal .account-form .form-row {
            flex-direction: column;
            align-items: flex-start;
            gap: 5px;
        }
        #accountModal .account-form .form-fields {
            gap: 15px;
        }
        .profile-wrap .modal-header h3, #confirmLogout .modal-header h3, #newPassword .modal-header h3 {
        gap: 15px;
        font-size: 18px;
        }
        .reference-details-wrap .details-box .box-header {
            padding: 7px 15px;
        }
        .updateModal .track-btns {
            gap: 10px;
        }
        .updateModal .track-btns button {
            padding: 10px 30px;
        }
    .raisemodalwrap .modal-body .step .order-label .info-img-box .hover-img {
        max-width: 260px;
    }
        .raisemodalwrap .modal-body .step .order-label .info-img-box .hover-img {
            max-width: 260px;
        }
    .info-img-box .hover-data {
        width: 200px;
        left: -170px;
    }
    }

    @media only screen and (max-width: 420px) {
        .header-outer {
            padding: 10px 15px;
        }

        .logo-wrap img {
            max-width: 100px;
        }

        .table-head-inner, .mob-btns {
            padding-left: 15px;
            padding-right: 15px;
        }

        .table-head-inner h3, #raiseModal .modal-header h3, .raisemodalwrap .modal-header h3 {
            gap: 8px
        }

            .table-head-inner h3 span, #raiseModal .modal-header h3 span, .raisemodalwrap .modal-header h3 span, .updateModal .modal-header h3 span, .raisemodalwrap#updatePrice .modal-header h3 span {
                font-size: 16px;
                line-height: 20px;
            }

        .table-head-inner h3 img, #raiseModal h3 img, .raisemodalwrap h3 img {
            width: 15px;
        }

        .exp-btns .btn-border, .exp-btns .btn-filled {
            padding: 5px;
        }

        .exp-btns .exp-btn {
            max-width: 26px;
        }

        .login-wrap::before {
            right: 25%;
        }

        .earth-wrap {
            right: 16%;
        }

        .filter-details {
            top: 65px;
            height: 100%;
        }

            .filter-details .fd-header {
                padding: 15px 10px;
                position: sticky;
                top: 0;
                z-index: 9;
            }

        .filter-name-back .filter-name span {
            font-size: 16px;
        }

        .logo-wrap {
            width: 90px;
        }

        .setting-profile-wrap, .header-menus, .menu-setting-outer {
            gap: 20px;
        }
        #accountModal .modal-dialog .modal-footer button.theme-btn {
            min-width: initial;
            width: 48%;
        }
        .days-wrap .text-purple {
            font-size: 16px;
        }
        #emailModal .respond-wrap button {
            margin-bottom: 10px;
        }
        #emailModal table table thead tr th:first-child, #emailModal table table tbody tr td:first-child {
            width: 40% !important;
            padding-left: 15px !important;
            padding-right: 15px !important;
        }

}

.success {
    color: green;
}

.error {
    color: red;
}

.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.disabled-link {
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed;
}

#respondsaveBtn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

#dateTypeSwitch:checked, #claimDateTypeSwitch:checked {
    background-color: #37BD93;
}

#carrierDropdown form {
    position: relative;
}

#carrier-searchbox {
    padding-right: 30px;
}

#clear-carrier {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #666;
    cursor: pointer;
    display: none;
}

    #clear-carrier:hover {
        color: #000;
    }

.carrier-search {
    position: sticky !important;
    top: 0;
}

#carrierDropdown {
    background: transparent;
}

    #carrierDropdown:before {
        content: "";
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
        background-position: center;
        position: absolute;
        width: 20px;
        height: 20px;
        background-size: 100%;
        right: 15px;
        top: 8px;
    }

div#carrierDropdown.open:before {
    transform: rotate(180deg);
}

.info-img-box {
    position: relative;
    display: inline-block;
    margin-left: 6px;
    vertical-align: middle;
}

.info-icon {
    width: 16px;
    height: 16px;
    cursor: pointer;
    filter: brightness(0) saturate(100%) invert(20%) sepia(90%) saturate(500%) hue-rotate(240deg);
}

/* Tooltip container (hidden by default) */
.hover-text {
    display: none;
    position: absolute;
    top: 50%;
    left: 150%;
    transform: translateY(-50%);
    background: #fff;
    color: #333;
    font-size: 13px;
    line-height: 1.4;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 10px 12px;
    width: 260px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 50;
}

    .hover-text::before {
        content: "";
        position: absolute;
        top: 50%;
        left: -8px;
        transform: translateY(-50%);
        border-width: 8px;
        border-style: solid;
        border-color: transparent #ccc transparent transparent;
    }

    .hover-text::after {
        content: "";
        position: absolute;
        top: 50%;
        left: -7px;
        transform: translateY(-50%);
        border-width: 8px;
        border-style: solid;
        border-color: transparent #fff transparent transparent;
    }

.info-img-box:hover .hover-text {
    display: block;
    opacity: 1;
}

.hover-text {
    opacity: 0;
    transition: opacity 0.2s ease;
}
