/**

.iti--separate-dial-code {
    display: block !important;
}
label.file_upload {
    border: hidden!important;
}

.profile-cover {
    position: relative;
    height: 7.5rem;
    padding: 1.75rem 2rem;
    border-radius: .75rem
}

.profile-cover-content {
    position: relative;
    z-index: 1
}

.profile-cover-img-wrapper {
    position: absolute;
    top: 0;
    inset-inline-end: 0;
    inset-inline-start: 0;
    height: 7.5rem;
    background-color: #e7eaf3;
    border-radius: .75rem
}

.profile-cover-img {
    width: 100%;
    height: 7.5rem;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: top;
    border-radius: .75rem
}

.profile-cover-avatar {
    display: -ms-flexbox;
    display: flex;
    margin: -6.3rem auto .5rem auto
}

.card > .profile-cover, .card > .profile-cover .profile-cover-img, .card > .profile-cover .profile-cover-img-wrapper {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.card > .card-header ~ .profile-cover, .card > .card-header ~ .profile-cover .profile-cover-img, .card > .card-header ~ .profile-cover .profile-cover-img-wrapper {
    border-radius: 0
}


@media (min-width: 992px) {
    .profile-cover {
        height: 10rem
    }

    .profile-cover-img-wrapper {
        height: 10rem
    }

    .profile-cover-img {
        height: 10rem
    }
}

.avatar-circle {
    border-radius: 50%
}

.avatar-circle .avatar-img, .avatar-circle .avatar-initials {
    border-radius: 50%
}


.avatar-uploader {
    cursor: pointer;
    display: inline-block;
    transition: .2s;
    margin-bottom: 0
}

.avatar-uploader:hover {
    border-color: #FC6A57
}

.avatar-uploader-input {
    position: absolute;
    top: 0;
    inset-inline-end: 0;
    inset-inline-start: 0;
    z-index: -1;
    opacity: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(19, 33, 68, .25);
    border-radius: 50%;
    transition: .2s
}

.avatar-uploader-trigger {
    position: absolute;
    bottom: 0;
    inset-inline-end: 0;
    cursor: pointer;
    border-radius: 50%
}

.avatar-uploader-icon {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    color: #677788;
    background-color: #fff;
    border-radius: 50%;
    transition: .2s
}

.avatar-uploader:hover .avatar-uploader-icon {
    color: #fff;
    background-color: #FC6A57
}

.avatar-lg .avatar-uploader-icon {
    font-size: .75rem;
    width: 1.3125rem;
    height: 1.3125rem
}

.avatar-border-lg {
    border: .1875rem solid #fff
}

**/

.list-group-notification {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: var(--bs-list-group-border-radius);
    max-height: 280px;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}

.iti--allow-dropdown {
    width: 100%;
}

.ratio50_40 {
    aspect-ratio: 50 /40;
}

.col-mx-w300 td,
.col-mx-w300 th {
    max-width: 300px;
}

.truncate-line2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.map-height {
    height: 310px !important;
}

.word-break {
    word-break: break-all;
}

/* .iti input, .iti input[type=tel], .iti input[type=text] {
    margin-right: 300px!important;
}

@media (max-width: 1441px) {
    .iti input, .iti input[type=tel], .iti input[type=text] {
        margin-right: 100px!important;
    }
} */

/* ripple effect  */

.ripple-animation {
    line-height: 1;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
    cursor: pointer;
    border-radius: 50%;
    transition: 250ms color;
    animation-name: wave;
    animation-duration: 1.3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes wave {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
    }

    100% {
        box-shadow: 0 0 0 10px transparent;
    }
}

.mx-h-190-scroll {
    max-height: 190px;
    overflow-y: auto;
}

.text-dir-start {
    text-align: start !important;
}

[dir="rtl"] .text-dir-start {
    text-align: end !important;
}

.w-50px {
    width: 50px;
}

.w-80px {
    width: 80px;
}

.w-100px {
    width: 100px;
}

.aspect-ratio-3-1 {
    aspect-ratio: 3/1 !important;
}

.aspect-ratio-auto {
    aspect-ratio: auto !important;
}

.alert--primary {
    color: #133e38;
    background: #bff5ef;
    font-size: 12px;
}

.alert--primary .btn-close {
    box-shadow: none;
    outline: none;
}

.check-toggle-item .custom-checkbox {
    margin-bottom: 10px;
}

.check-toggle-item .check-toggle-content {
    display: none;
}

.status-warning-modal h5 {
    font-family: "Roboto", sans-serif;
}

.status-warning-modal {
    max-width: 436px !important;
    font-weight: 400;
    font-size: 13px;
    line-height: 21px;
    color: #a0a0a0;
}

.status-warning-modal h5 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 9px;
}

.btn--cancel {
    color: #ff6d6d !important;
    background: #ffdcdc !important;
    border-radius: 5px;
    height: 45px;
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
}

.text--primary-2 {
    color: var(--primary);
}

.max-349 {
    max-width: 349px;
}

.mb-20 {
    margin-bottom: 20px;
}

.btn--container {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.min-w-120 {
    min-width: 120px;
}

.btn--container .btn {
    display: inline-flex;
    justify-content: center;
    text-align: center;
}

.absolute-white {
    color: var(--absolute-white);
}

/* New CSS */
.parcel-info-text {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--title-color);
}
.parcel-info-text .left {
    width: 85px;
}
.refund-reason {
    width: 310px;
}
.refund-reason-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.refund-reason-tooltip {
    --bs-tooltip-max-width: 287px;
    --bs-tooltip-arrow-width: 1.4rem;
    --bs-tooltip-arrow-height: 0.8rem;
    --bs-tooltip-padding-x: 1.2rem;
    --bs-tooltip-padding-y: 1rem;
    --bs-tooltip-border-radius: 0.6rem;
    --bs-tooltip-opacity: 1;
    --bs-tooltip-bg: #334257;
}
.refund-reason-tooltip .tooltip-inner {
    text-align: start;
    font-size: 11px;
}
.refund-reason-tooltip .tooltip-arrow {
    transform: translateX(-35px) !important;
    left: unset !important;
    right: 0;
}
.form--check {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding: 7px 12px;
    cursor: pointer;
    margin: 0;
}
.form--check .form-check-input {
    position: relative !important;
    margin: 0;
    inset: unset;
    box-shadow: none !important;
    pointer-events: none;
}
.edit-fare-dropdown {
    min-width: 223px;
    padding: 20px;
    top: unset !important;
    bottom: calc(100% + 18px) !important;
}
.edit-fare-dropdown::after {
    content: "";
    border-right: 1px solid var(--bs-primary);
    border-bottom: 1px solid var(--bs-primary);
    left: 20px;
    top: 100%;
    width: 10px;
    height: 10px;
    position: absolute;
    background: var(--bs-white);
    transform: translateY(-5px) rotate(45deg);
}
.dropdown .edit-fare-dropdown {
    display: block !important;
    margin-top: 0;
    transition: all ease 0.2s;
}
.dropdown:not(:hover) .edit-fare-dropdown {
    visibility: hidden;
    opacity: 0;
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
}
@media screen and (min-width: 992px) {
    .edit-fare-dropdown::after {
        left: unset;
        right: 20px;
    }
    .edit-fare-dropdown {
        right: 0 !important;
        left: unset !important;
    }
    .extra-fare-setup-modal {
        max-width: 744px;
    }
}
@media screen and (min-width: 768px) {
    .extra-fare-setup-modal .modal-header {
        padding-inline: 30px;
    }
    .extra-fare-setup-modal .modal-body {
        padding-inline: 30px;
        padding-bottom: 30px;
    }
    .p-md-30px {
        padding: 30px;
    }
}
.border-e2e2e2 {
    border-color: #e2e2e2 !important;
}
.border-ced4da {
    border-color: #ced4da !important;
}
[theme="dark"] .form--check,
[theme="dark"] .border-e2e2e2,
[theme="dark"] .border-ced4da {
    border-color: var(--bs-border-color) !important;
}
.instruction-info {
    font-size: 13px;
    line-height: 18px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.list-lower-alpha {
    list-style: lower-alpha;
}
.extra-fare-setup-modal .btn-close {
    transform: translate(20px, -8px);
}
.mb-12px {
    margin-bottom: 12px;
}
.gap-10px {
    gap: 10px;
}
.mb-10px {
    margin-bottom: 10px;
}
.proof-file-item {
    display: block;
    width: 100%;
    max-width: 138px;
    position: relative;
}
.proof-file-item img {
    width: 100%;
    aspect-ratio: 148/100;
    object-fit: cover;
    border-radius: 5px;
}
.proof-file-item .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    aspect-ratio: 1;
}
.proof-file-item > * {
    height: 148px;
    overflow: hidden;
    object-fit: cover;
}
@media screen and (min-width: 768px) {
    .proof-file-item {
        max-width: 148px;
    }
}
.zone-action-dropdown {
    padding: 0;
}
.zone-action-dropdown li {
    padding: 0;
}
.zone-action-dropdown li:not(:last-child) {
    border-bottom: 1px solid var(--bs-border-color);
}
.zone-action-dropdown .dropdown-item {
    padding: 10px 20px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.zone-action-dropdown .dropdown-item:not(hover) .bi-pencil-fill {
    color: var(--bs-primary);
}
.zone-action-dropdown .dropdown-item:not(hover) .bi-gear-fill {
    color: var(--bs-info);
}
.zone-action-dropdown .dropdown-item:not(hover) .bi-trash3 {
    color: var(--bs-danger);
}

.zone-action-dropdown .dropdown-item:active i,
.zone-action-dropdown .dropdown-item:focus i {
    color: white;
}
.btn-action.btn-outline-info:hover i,
.btn-action.btn-outline-info:focus i {
    color: var(--white);
}
.focus-bg-transparent:active,
.focus-bg-transparent:hover,
.focus-bg-transparent:focus {
    background-color: transparent !important;
}
.min-w-100px {
    min-width: 100px;
}
.text-0177CD {
    color: #0177cd;
}
.order-track-mocup {
    position: relative;
}
.order-track-mocup img {
    pointer-events: none;
}
[theme="dark"] .order-track-mocup img {
    filter: invert(1);
}
.order-track-mocup-text {
    font-size: 10px;
    line-height: 13.4px;
    max-width: 166px;
    padding: 10px 15px;
    border-radius: 5px;
    margin: 0 auto;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}
.max-w-299px {
    max-width: 299px;
}
/* Map CSS */
.gm-ui-hover-effect {
    width: 28px !important;
    height: 28px !important;
}
.gm-ui-hover-effect span {
    margin: 0 !important;
}
.map-clusters-custom-window {
    padding: 12px 18px;
}
.gm-style-iw {
    padding: 0 !important;
}
/* Hide Arrow on Map Tooltip */
.gm-style-iw-chr {
    display: none;
}
.overview-button-group {
    display: flex;
    padding: 2px;
    border-radius: 5px;
    background: var(--input-bg);
    min-width: 250px;
}
.gm-style-iw-d {
    overflow: hidden !important;
}
.gm-style .gm-style-iw-c {
    background-color: var(--bs-white);
    border-radius: 5px;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.12),
        0px 3px 1px 0px rgba(0, 0, 0, 0.04);
}
.gm-style .gm-style-iw-tc::after {
    background-color: var(--bs-white);
}
[theme="dark"] .gm-ui-hover-effect span {
    filter: invert(1);
}
.overview-button-group a {
    color: var(--bs-body-color);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    border-radius: 6px;
    flex-grow: 1;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.overview-button-group a.active {
    font-weight: 600;
    color: var(--bs-white);
    background: var(--bs-primary);
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.12),
        0px 3px 1px 0px rgba(0, 0, 0, 0.04);
}
.zone-lists__left {
    width: 100%;
    max-width: 299px;
}
.zone-lists__map {
    width: 0;
    flex-grow: 1;
    min-height: calc(100vh - 265px);
}
.zone-list {
    padding: 0;
    margin: 0;
    overflow-y: auto;
    max-height: calc(100vh - 360px);
}
.zone-list li {
    list-style: none;
    padding-block: 16px;
}
.zone-list li:not(:last-child) {
    border-bottom: 1px solid var(--bs-border-color);
}
.zone-list li .form-check {
    padding-inline-start: 1.56rem;
    cursor: pointer;
}
.zone-list li .form-check .form-check-input {
    box-shadow: none;
}
.zone-list li .form-check .form-check-input:not(:checked) {
    background-color: var(--bs-white);
    border: 1px solid var(--bs-primary);
}
.zone-list li .form-check .form-check-label {
    font-size: 12px;
}
.zone-list li .form-check .form-check-label .zone-name {
    font-size: 16px;
    margin-bottom: 8px;
}

@media screen and (max-width: 991px) {
    .zone-lists__left {
        max-width: 100%;
    }
    .zone-list {
        max-height: calc(100vh - 265px);
    }
}
.map-search-input {
    position: absolute;
    left: 15px;
    width: calc(100% - 80px);
    top: 9px;
    z-index: 1000;
}
.flet-map-container .map-search-input {
    width: calc(100% - 80px);
}
.nav--tabs-2 {
    column-gap: 25px;
}
.nav--tabs-2 .nav-link {
    border-radius: 0 !important;
    padding-inline: 0 !important;
}
.nav--tabs-2 .nav-link {
    border: none;
    line-height: 1;
    padding: 0.5625rem 0.9375rem;
    font-weight: var(--semi-bold);
    font-size: 0.75rem;
    background-color: transparent;
    border-bottom: 2px solid transparent;
}
.nav--tabs-2 .nav-link.active {
    border-color: var(--text-primary);
    color: var(--text-primary);
}

body *::-webkit-scrollbar-track {
    background-color: var(--bs-card-border-color);
}
body *::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
body *::-webkit-scrollbar-thumb {
    background-color: var(--title-color);
}
body[theme="dark"] *::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.3);
}
.pac-container {
    z-index: 9999;
}
.compare-modal .heat-map {
    height: 504px;
    max-height: 80vh;
}
.heatmap-view-top-modal {
    display: flex;
    flex-wrap: wrap;
    column-gap: 24px;
    row-gap: 16px;
    font-size: 12px;
}
.heatmap-view-top-modal .item {
}
@media screen and (min-width: 768px) {
    .heatmap-view-top-modal .item:not(:last-child) {
        border-right: 1px solid var(--bs-border-color);
        padding-right: 24px;
    }
}
.heatmap-view-top-modal .item h5 {
    font-size: 16px;
    margin: 0;
    margin-top: 8px;
}
.daterangepicker .drp-buttons {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}
.icon-calendar {
    position: absolute;
    inset-inline-end: 10px;
    inset-block-start: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}
.swiper-auto-slider .swiper-slide {
    width: fit-content !important;
}
.zone-compare-slide-item {
    width: 220px;
    padding-bottom: 15px;
}
.zone-compare-slide-item h5 {
    font-size: 14px;
}

.zone-compare-slide-item img {
    border-radius: 5px;
}
.zone-compare-slide-item:hover img {
    box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.1);
}
.bg-denied {
    background: #fff8f2 !important;
    transition: all 0.3s ease;
}
.remove-upload-file.upload-file__img_banner {
    outline: 1px dashed #ddd;
    border-radius: 0.625rem;
}
.remove-upload-file.upload-file__img_banner img {
    border-radius: inherit;
}
#multi_image_picker .file_upload {
    border-width: 1px !important;
}
.remove-img-icon {
    position: absolute;
    inset-block-start: -0.5rem;
    inset-inline-end: -0.5rem;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 100px;
    background: #ff4949;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    color: white !important;
}
.profile-image-upload-file .upload-file__img__img {
    display: none;
}
#multi_image_picker.custom .file_upload {
    aspect-ratio: 2/1;
}
.grecaptcha-badge{
    bottom: 65px !important;
}
