@charset "UTF-8";

:root {
    --primary-color: #5465ff;
    --bg-sidebar: #00162e;
    --white: #ffffff;
    --font-family: "Poppins", sans-serif;
    --bs-tooltip-font-size: calc(12px + .00125*(100vw - 320px))
}

@keyframes textNoise1 {
    0% {
        clip-path: inset(59% 0 29% 0)
    }

    10% {
        clip-path: inset(76% 0 77% 0)
    }

    20% {
        clip-path: inset(25% 0 93% 0)
    }

    30% {
        clip-path: inset(41% 0 5% 0)
    }

    40% {
        clip-path: inset(91% 0 99% 0)
    }

    50% {
        clip-path: inset(73% 0 55% 0)
    }

    60% {
        clip-path: inset(8% 0 77% 0)
    }

    70% {
        clip-path: inset(11% 0 63% 0)
    }

    80% {
        clip-path: inset(36% 0 66% 0)
    }

    90% {
        clip-path: inset(9% 0 4% 0)
    }

    to {
        clip-path: inset(50% 0 23% 0)
    }
}

@keyframes textNoise2 {
    0% {
        clip-path: inset(53% 0 88% 0)
    }

    10% {
        clip-path: inset(35% 0 78% 0)
    }

    20% {
        clip-path: inset(79% 0 38% 0)
    }

    30% {
        clip-path: inset(25% 0 89% 0)
    }

    40% {
        clip-path: inset(2% 0 67% 0)
    }

    50% {
        clip-path: inset(21% 0 41% 0)
    }

    60% {
        clip-path: inset(45% 0 99% 0)
    }

    70% {
        clip-path: inset(8% 0 28% 0)
    }

    80% {
        clip-path: inset(20% 0 39% 0)
    }

    90% {
        clip-path: inset(85% 0 2% 0)
    }

    to {
        clip-path: inset(63% 0 11% 0)
    }
}

.pos-section .category-box.selected .category-image:before,
.screen-box .box label .screen-img:before,
.booking-details-box .booking-number-list li .booking-number-box .left-box .date:before,
.language-switcher:before,
.explore-tabs .nav-link .image-box:before,
.explore-tabs .nav-item .nav-link .image-box:before,
.tab2-card .nav-tabs .nav-link:before,
.select2.select2-container .select2-selection.select2-selection--multiple .select2-selection__rendered .select2-selection__choice:before,
.select2.select2-container .select2-selection.select2-selection--single .select2-selection__rendered .select2-selection__choice:before,
.modal.address-modal .modal-body .category-list .form-check:has(.form-check-input:checked) label:before,
.modal.booking-modal .modal-body .delivery-location-list .delivery-location .location-header .badge:before,
.modal.import-modal .modal-content .modal-body.upload-report .import-tab .horizontal-tab li .nav-link:after,
.page-main-header .main-header-right .nav-right>ul .quick-onhover-dropdown .quick-dropdown-box .new-btn:before,
.location-icon:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: var(--primary-color)
}

body {
    font-family: var(--font-family);
    position: relative;
    background-color: #f6f6f699;
    font-size: 14px;
    overflow-x: hidden;
    color: #313131
}

body ::selection {
    background-color: var(--primary-color);
    color: #fff
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0
}

h1 {
    font-size: 60px;
    color: #222;
    font-weight: 700;
    text-transform: uppercase
}

h1 span {
    font-size: 107px;
    font-weight: 700;
    color: var(--primary-color)
}

h2 {
    font-size: 36px;
    color: #222;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .02em
}

h3 {
    font-size: 24px;
    font-weight: 400;
    color: #777;
    letter-spacing: .03em
}

h4 {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: .03em;
    line-height: 1
}

h5 {
    font-size: 16px;
    font-weight: 400;
    color: #00162e;
    line-height: 24px;
    letter-spacing: .05em
}

h6 {
    font-size: 14px;
    font-weight: 400;
    color: #777;
    line-height: 24px
}

ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    padding-right: 0
}

li {
    display: inline-block
}

p {
    font-size: 13px;
    line-height: 1;
    letter-spacing: .7px;
    color: #777
}

a {
    transition: .5s ease;
    text-decoration: none
}

a:hover {
    text-decoration: none;
    transition: .5s ease
}

a:focus {
    outline: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: var(--font-family)
}

* a {
    color: var(--primary-color)
}

label {
    margin-bottom: .5rem
}

:focus {
    outline: none
}

.form-control:focus {
    box-shadow: none
}

.form-check-input:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color)
}

:focus {
    outline-color: #5465ff
}

.disabled {
    cursor: not-allowed;
    opacity: .5
}

svg {
    vertical-align: baseline
}

input:focus {
    outline-color: transparent
}

.form-group {
    margin-bottom: 24px
}

.form-group:last-child {
    margin-bottom: 0
}

#settingsForm input[type=password] {
    padding-right: 70%
}

.col-md-2 {
    width: 20%
}

.col-md-10 {
    width: 80%
}

.col-sm-3 {
    width: 30%
}

.col-sm-9 {
    width: 70%
}

.col-sm-1 {
    width: 14%
}

.col-sm-11 {
    width: 86%
}

.p-18 {
    padding: 18px
}

.media {
    display: flex;
    align-items: flex-start
}

.media .media-body {
    flex: 1
}

.form-check,
.form-radio {
    display: flex
}

.bg-transparent {
    background-color: transparent !important
}

.input-group-append {
    display: flex
}

.row div[class*=col-],
.row .col {
    position: relative
}

.sticky-box {
    position: sticky;
    top: 83px;
    left: 0
}

.sticky-box-2 {
    position: sticky;
    top: 102px;
    left: 0
}

.text-muted {
    color: #00162e !important
}

.image-list {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap
}

.image-list .image-list-detail {
    position: relative
}

.image-list .image-list-item {
    width: 90px;
    height: 90px;
    background-color: #edeff199;
    border-radius: 8px;
    margin: 0 0 0 2px;
    border: 1px solid #edeff1;
    padding: 7px;
    object-fit: contain;
    box-shadow: 1px 5px 24px #4466f20d
}

.image-list .close-icon {
    position: absolute;
    right: -11px;
    top: -10px;
    width: 20px;
    height: 20px;
    color: #fff;
    cursor: pointer;
    background-color: #00162e;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.image-list .close-icon svg {
    width: 16px;
    height: 16px
}

.error-note {
    background-color: #ff4b4b1a;
    border: 1px solid rgba(255, 75, 75, .14);
    color: #ff4b4b;
    padding: 5px 10px;
    border-radius: 4px;
    position: relative;
    margin-bottom: 12px
}

.error-note p {
    margin: 0;
    line-height: 1.5;
    color: #ff4b4b
}

.error-note svg {
    position: absolute;
    top: 50%;
    right: 6px;
    transform: translateY(-50%);
    color: #ff4b4b;
    width: 16px;
    height: 16px;
    cursor: pointer
}

.color-picker {
    font-size: 15px;
    font-weight: 400;
    color: #00162e
}

.spinner {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    border-top-color: transparent;
    animation: spin 1s infinite linear
}

.spinner.dark-spinner {
    border: 2px solid #00162e;
    border-top-color: transparent
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg)
    }
}

.custom-scrollbar::-webkit-scrollbar-track,
.custom-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #e8ebf2
}

.custom-scrollbar::-webkit-scrollbar,
.custom-scroll::-webkit-scrollbar {
    width: 6px;
    height: 5px
}

.custom-scrollbar::-webkit-scrollbar-thumb,
.custom-scroll::-webkit-scrollbar-thumb {
    background-color: #5465ff1a;
    border-radius: 100px
}

.h-custom-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #e8ebf2
}

.h-custom-scroll::-webkit-scrollbar {
    width: 6px;
    height: 4px
}

.h-custom-scroll::-webkit-scrollbar-thumb {
    background-color: #5465ff1a
}

.select2-results__options::-webkit-scrollbar-track {
    background-color: #00162e0a
}

.select2-results__options::-webkit-scrollbar {
    width: 3px
}

.select2-results__options::-webkit-scrollbar-thumb {
    background-color: var(--primary-color);
    height: 4px
}

.p-sticky {
    position: sticky;
    top: 107px
}

.cursor-pointer {
    cursor: pointer
}

.primary-color {
    color: var(--primary-color) !important
}

.primary-bg-color {
    background-color: var(--primary-color) !important
}

.activity-dot-FDB448 {
    background-color: #fdb448;
    outline: 5px solid rgba(253, 180, 72, .25)
}

.activity-dot-48BFFD {
    background-color: #48bffd;
    outline: 5px solid rgba(72, 191, 253, .25)
}

.activity-dot-AD46FF {
    background-color: #ad46ff;
    outline: 5px solid rgba(173, 70, 255, .25)
}

.activity-dot-FF4B4B {
    background-color: #ff4b4b;
    outline: 5px solid rgba(255, 75, 75, .25)
}

.activity-dot-FF7456 {
    background-color: #ff7456;
    outline: 5px solid rgba(255, 116, 86, .25)
}

.activity-dot-FF1D53 {
    background-color: #ff1d53;
    outline: 5px solid rgba(255, 29, 83, .25)
}

.activity-dot-5465FF {
    background-color: #27af4d;
    outline: 5px solid rgba(39, 175, 77, .25)
}

.activity-dot-5498FF {
    background-color: #5498ff;
    outline: 5px solid rgba(84, 152, 255, .25)
}

.payment-status-FDB448 {
    background-color: #fdb4481a !important;
    color: #fdb448 !important
}

.payment-status-FDB448:hover {
    color: #fdb448 !important
}

.payment-status-COMPLETED {
    background-color: #27af4d1a !important;
    color: #27af4d !important
}

.payment-status-COMPLETED:hover {
    color: #27af4d !important
}

.payment-status-PENDING {
    background-color: #ffbc581a !important;
    color: #ffbc58 !important
}

.payment-status-PENDING:hover {
    color: #ffbc58 !important
}

.payment-status-PARTIAL {
    background-color: #ffbc581a !important;
    color: #ffbc58 !important
}

.payment-status-PARTIAL:hover {
    color: #ffbc58 !important
}

.payment-status-REFUNDED {
    background-color: #00a8ff1a !important;
    color: #00a8ff !important
}

.payment-status-REFUNDED:hover {
    color: #00a8ff !important
}

.payment-status-FAILED {
    background-color: #ff4b4b1a !important;
    color: #ff4b4b !important
}

.payment-status-FAILED:hover {
    color: #ff4b4b !important
}

.payment-status-5498FF {
    background-color: #5498ff1a !important;
    color: #5498ff !important
}

.payment-status-5498FF:hover {
    color: #5498ff !important
}

.activity-dot-primary {
    background-color: var(--primary-color);
    outline: 5px solid rgba(84, 101, 255, .25)
}

@keyframes round {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.2)
    }

    to {
        transform: scale(1)
    }
}

.booking-status-FDB448 {
    background-color: #fdb4481a;
    color: #fdb448 !important
}

.booking-status-FDB448:hover {
    color: #fdb448
}

.booking-status-48BFFD {
    background-color: #48bffd1a;
    color: #48bffd !important
}

.booking-status-48BFFD:hover {
    color: #48bffd
}

.booking-status-AD46FF {
    background-color: #ad46ff1a;
    color: #ad46ff !important
}

.booking-status-AD46FF:hover {
    color: #ad46ff
}

.booking-status-FF4B4B {
    background-color: #ff4b4b1a;
    color: #ff4b4b !important
}

.booking-status-FF4B4B:hover {
    color: #ff4b4b
}

.booking-status-FF7456 {
    background-color: #ff74561a;
    color: #ff7456 !important
}

.booking-status-FF7456:hover {
    color: #ff7456
}

.booking-status-FF1D53 {
    background-color: #ff1d531a;
    color: #ff1d53 !important
}

.booking-status-FF1D53:hover {
    color: #ff1d53
}

.booking-status-5465FF {
    background-color: #27af4d1a;
    color: #27af4d !important
}

.booking-status-5465FF:hover {
    color: #27af4d
}

.booking-status-5498FF {
    background-color: #5498ff1a;
    color: #5498ff !important
}

.booking-status-5498FF:hover {
    color: #5498ff
}

.badge {
    font-weight: 600;
    display: inline-block;
    padding: 7px 11px 6px;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

.badge-primary {
    background-color: var(--primary-color);
    color: #fff
}

.badge-success {
    background-color: #27af4d;
    color: #fff
}

.badge-warning,
.badge-pending {
    background-color: #ffbc58;
    color: #fff
}

.badge-info {
    background-color: #00a8ff;
    color: #fff
}

.badge-danger {
    background-color: #ff4b4b;
    color: #fff
}

.badge-light,
#f7f8f9 {
    background-color: dark, #00162e;
    color: #fff
}

.badge-primary-light {
    background-color: #5465ff1a;
    color: #5465ff
}

.badge-success-light {
    background-color: #27af4d1a;
    color: #27af4d
}

.badge-warning-light {
    background-color: #ffbc581a;
    color: #ffbc58
}

.badge-info-light {
    background-color: #00a8ff1a;
    color: #00a8ff
}

.badge-danger-light {
    background-color: #ff4b4b1a;
    color: #ff4b4b
}

.badge-light-light {
    background-color: #f7f8f91a;
    color: #f7f8f9
}

.text-primary {
    color: var(--primary-color) !important
}

.text-success {
    color: #27af4d !important
}

.text-warning {
    color: #ffbc58 !important
}

.text-info {
    color: #00a8ff !important
}

.text-danger {
    color: #ff4b4b !important
}

.text-light {
    color: #f7f8f9 !important
}

.btn-success {
    background-color: #27af4d;
    color: #fff;
    border-color: #27af4d
}

.btn-success:hover,
.btn-success:active {
    background-color: transparent;
    color: #27af4d;
    border-color: #27af4d
}

.btn-success:hover span,
.btn-success:active span {
    color: #27af4d !important
}

.btn-success:disabled {
    background-color: #27af4d;
    color: #fff;
    border-color: #27af4d
}

.btn-success span {
    color: #fff !important
}

.btn-warning {
    background-color: #ffbc58;
    color: #fff;
    border-color: #ffbc58
}

.btn-warning:hover,
.btn-warning:active {
    background-color: transparent;
    color: #ffbc58;
    border-color: #ffbc58
}

.btn-warning:hover span,
.btn-warning:active span {
    color: #ffbc58 !important
}

.btn-warning:disabled {
    background-color: #ffbc58;
    color: #fff;
    border-color: #ffbc58
}

.btn-warning span {
    color: #fff !important
}

.btn-info {
    background-color: #00a8ff;
    color: #fff;
    border-color: #00a8ff
}

.btn-info:hover,
.btn-info:active {
    background-color: transparent;
    color: #00a8ff;
    border-color: #00a8ff
}

.btn-info:hover span,
.btn-info:active span {
    color: #00a8ff !important
}

.btn-info:disabled {
    background-color: #00a8ff;
    color: #fff;
    border-color: #00a8ff
}

.btn-info span {
    color: #fff !important
}

.btn-danger {
    background-color: #ff4b4b;
    color: #fff;
    border-color: #ff4b4b
}

.btn-danger:hover,
.btn-danger:active {
    background-color: transparent;
    color: #ff4b4b;
    border-color: #ff4b4b
}

.btn-danger:hover span,
.btn-danger:active span {
    color: #ff4b4b !important
}

.btn-danger:disabled {
    background-color: #ff4b4b;
    color: #fff;
    border-color: #ff4b4b
}

.btn-danger span {
    color: #fff !important
}

.btn-light {
    background-color: #f7f8f9;
    color: #fff;
    border-color: #f7f8f9
}

.btn-light:hover,
.btn-light:active {
    background-color: transparent;
    color: #f7f8f9;
    border-color: #f7f8f9
}

.btn-light:hover span,
.btn-light:active span {
    color: #f7f8f9 !important
}

.btn-light:disabled {
    background-color: #f7f8f9;
    color: #fff;
    border-color: #f7f8f9
}

.btn-light span {
    color: #fff !important
}

.btn-outline-primary {
    background-color: transparent !important;
    color: var(--primary-color) !important;
    border-color: var(--primary-color) !important
}

.btn-outline-primary input {
    color: var(--primary-color) !important
}

.btn-outline-primary:hover {
    background-color: var(--primary-color) !important;
    color: #fff !important;
    border-color: var(--primary-color) !important
}

.btn-outline-primary:hover input {
    color: #fff !important
}

.btn-outline-primary:hover i {
    --Iconsax-Color: #fff
}

.btn-outline-success {
    background-color: transparent !important;
    color: #27af4d !important;
    border-color: #27af4d !important
}

.btn-outline-success input {
    color: #27af4d !important
}

.btn-outline-success:hover {
    background-color: #27af4d !important;
    color: #fff !important;
    border-color: #27af4d !important
}

.btn-outline-success:hover input {
    color: #fff !important
}

.btn-outline-success:hover i {
    --Iconsax-Color: #fff
}

.btn-outline-warning {
    background-color: transparent !important;
    color: #ffbc58 !important;
    border-color: #ffbc58 !important
}

.btn-outline-warning input {
    color: #ffbc58 !important
}

.btn-outline-warning:hover {
    background-color: #ffbc58 !important;
    color: #fff !important;
    border-color: #ffbc58 !important
}

.btn-outline-warning:hover input {
    color: #fff !important
}

.btn-outline-warning:hover i {
    --Iconsax-Color: #fff
}

.btn-outline-info {
    background-color: transparent !important;
    color: #00a8ff !important;
    border-color: #00a8ff !important
}

.btn-outline-info input {
    color: #00a8ff !important
}

.btn-outline-info:hover {
    background-color: #00a8ff !important;
    color: #fff !important;
    border-color: #00a8ff !important
}

.btn-outline-info:hover input {
    color: #fff !important
}

.btn-outline-info:hover i {
    --Iconsax-Color: #fff
}

.btn-outline-danger {
    background-color: transparent !important;
    color: #ff4b4b !important;
    border-color: #ff4b4b !important
}

.btn-outline-danger input {
    color: #ff4b4b !important
}

.btn-outline-danger:hover {
    background-color: #ff4b4b !important;
    color: #fff !important;
    border-color: #ff4b4b !important
}

.btn-outline-danger:hover input {
    color: #fff !important
}

.btn-outline-danger:hover i {
    --Iconsax-Color: #fff
}

.btn-outline-light {
    background-color: transparent !important;
    color: #f7f8f9 !important;
    border-color: #f7f8f9 !important
}

.btn-outline-light input {
    color: #f7f8f9 !important
}

.btn-outline-light:hover {
    background-color: #f7f8f9 !important;
    color: #fff !important;
    border-color: #f7f8f9 !important
}

.btn-outline-light:hover input {
    color: #fff !important
}

.btn-outline-light:hover i {
    --Iconsax-Color: #fff
}

.btn-outline-primary i {
    --Iconsax-Color: var(--primary-color)
}

.btn-outline-secondary i {
    --Iconsax-Color: #ff6161
}

.btn-outline-success i {
    --Iconsax-Color: #27af4d
}

.btn-outline-info i {
    --Iconsax-Color: #00a8ff
}

.btn-outline-warning i {
    --Iconsax-Color: #ffbc58
}

.btn-outline-danger i {
    --Iconsax-Color: #27af4d
}

.btn-outline-tertairy i {
    --Iconsax-Color: #ad46ff
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center
}

.flex-align-center {
    display: flex;
    align-items: center
}

.instruction-box {
    margin-top: 28px
}

.instruction-box .instruction-title h4 {
    font-size: 20px;
    font-weight: 600;
    position: relative;
    text-transform: capitalize;
    margin-bottom: 9px
}

.instruction-box .list-box {
    margin-top: 20px
}

.instruction-box .list-box h5,
.instruction-box .list-box .h5 {
    margin-bottom: 9px;
    font-size: 17px;
    color: #00162ecc;
    font-weight: 600
}

.instruction-box .list-box ul {
    list-style-type: disc;
    padding-left: 20px;
    display: grid;
    gap: 5px
}

.instruction-box .list-box ul li {
    color: #4a5568;
    font-weight: 300;
    display: list-item
}

.instruction-box p {
    line-height: 1.7;
    letter-spacing: .4px;
    font-weight: 600;
    font-size: 14px
}

.notify-main {
    position: relative;
    width: calc(273px + (300 - 273) * ((100vw - 991px) / (1920 - 991)));
    margin: 0 auto
}

@media (max-width: 991.98px) {
    .notify-main {
        width: calc(225px + (280 - 225) * ((100vw - 320px) / (992 - 320)))
    }
}

.notify-img {
    width: 100%;
    height: 100%
}

.push-notification .form-group:last-child {
    margin-top: calc(17px + (30 - 17) * ((100vw - 320px) / (1920 - 320)));
    padding-top: calc(15px + .00625*(100vw - 320px));
    border-top: 1px dashed rgba(0, 22, 46, .1)
}

.notification-mobile-box {
    background-color: #edeff166;
    border: 1px solid #edeff1;
    border-radius: 10px;
    padding: calc(9px + (12 - 9) * ((100vw - 320px) / (1920 - 320))) calc(9px + (16 - 9) * ((100vw - 320px) / (1920 - 320)))
}

.notify-content {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%);
    width: 84%;
    border-radius: 8px;
    box-shadow: 0 4px 8px #0000001a;
    opacity: .9;
    padding: 5px
}

.notify-content .current-time {
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 20px;
    color: #fff
}

.notify-content .notifi-head {
    margin-top: 3px;
    justify-content: space-between;
    display: flex;
    align-items: center;
    width: 100%;
    gap: 8px
}

.notify-content .notifi-head h5 {
    margin: 0;
    font-weight: 600;
    line-height: 1;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: start;
    word-break: break-all;
    font-size: 15px;
    color: #00162e;
    width: auto
}

.notify-content .notifi-footer {
    margin-top: 11px
}

.notify-content .notifi-footer h5 {
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    color: #00162e;
    line-height: 1;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
    text-align: start;
    word-break: break-all
}

.notify-content .notifi-footer p {
    text-align: start;
    font-size: 11px;
    line-height: 1.4;
    margin-top: 5px;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
    margin-bottom: 0
}

.notify-content .notify-data {
    background-color: #ffffffe6;
    padding: 15px 13px;
    border-radius: 7px;
    margin: 5px;
    position: relative
}

.notify-content .notify-data .title {
    display: flex;
    align-items: center;
    gap: 2px;
    border-radius: 6px
}

.notify-content .notify-data .title i {
    font-size: 1px;
    color: #00162e;
    line-height: 1
}

.notify-content .notify-data .title h5 {
    font-size: 10px;
    margin: 0;
    line-height: 1;
    font-weight: 700
}

.notify-content .notify-data i {
    color: #00162e80;
    font-size: 2px;
    line-height: 1
}

.notify-content .notify-data .message {
    display: flex;
    align-items: flex-start;
    gap: 4px;
    border-radius: 6px
}

.notify-content .notify-data .message img {
    width: 20px;
    height: auto
}

.notify-content .notify-data .message span {
    font-size: 10px;
    font-weight: 400;
    color: #00162ea6;
    line-height: 1;
    text-transform: capitalize;
    white-space: nowrap
}

.notify-content .notify-data .message p {
    text-align: start;
    font-size: 11px;
    line-height: 1.2;
    margin-top: 4px;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
    margin-bottom: 0
}

.note {
    font-size: calc(15px + (16 - 15) * ((100vw - 320px) / (1920 - 320)));
    color: #7a8591;
    margin-bottom: 33px;
    padding-bottom: 19px;
    border-bottom: 1px solid #f7f8f9
}

.note a {
    font-weight: 600
}

label.error:empty {
    display: none !important
}

.fw-500 {
    font-weight: 500 !important
}

input:parent(.form-check) {
    background-color: red
}

.upload-image-box {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap
}

.upload-image-box .upload-input {
    background-color: #edeff199;
    border-radius: 8px;
    margin: 0;
    width: 90px;
    height: 90px;
    border: 1px solid #eeeeee;
    box-shadow: 1px 5px 24px #4466f20d;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.upload-image-box .upload-input i {
    font-size: 20px;
    color: #00162e99
}

.upload-image-box .upload-input .form-control {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

hr {
    border-color: #eee;
    opacity: 1
}

.justify-content-unset {
    justify-content: unset !important
}

.tooltip {
    z-index: 9;
    font-family: var(--font-family)
}

.tooltip.show {
    opacity: 1
}

.screen-title {
    font-size: calc(14px + .00125*(100vw - 320px));
    font-weight: 400;
    letter-spacing: .45px;
    color: #00162ecc;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 13px;
    margin-bottom: 22px;
    line-height: 1.3
}

.pac-container {
    margin-top: -73px
}

.alert.alert-info {
    background-color: #5465ff26;
    border-color: #5465ff;
    align-items: center;
    border-left: 4px solid #5465ff;
    gap: 10px;
    padding-block: 10px
}

.alert.alert-info .alert__icon {
    height: 30px;
    width: 30px;
    background: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    color: #fff;
    padding: 0;
    font-size: 20px;
    cursor: pointer
}

.alert.alert-info .alert__content p {
    margin: 0;
    font-size: 14px;
    color: #5465ff
}

.btn.ai-generate-btn,
.btn.ai-generate-content-btn,
.btn.ai-generate-title-btn,
.btn.ai-generate-description-btn,
.btn.ai-generate-faq-btn {
    background: white;
    position: absolute;
    right: 25px;
    top: -15px;
    border-radius: 50px !important;
    box-shadow: 2px 1px 10px #ddd;
    transition: all .4s ease-in-out !important;
    padding: 4px 10px !important;
    color: #6d6d6d;
    font-size: 14px !important;
    border: none !important;
    z-index: 1
}

.btn.ai-generate-btn:hover,
.btn.ai-generate-btn:focus,
.btn.ai-generate-btn:focus-visible,
.btn.ai-generate-btn.active,
.btn.ai-generate-btn:active,
.btn.ai-generate-content-btn:hover,
.btn.ai-generate-content-btn:focus,
.btn.ai-generate-content-btn:focus-visible,
.btn.ai-generate-content-btn.active,
.btn.ai-generate-content-btn:active,
.btn.ai-generate-title-btn:hover,
.btn.ai-generate-title-btn:focus,
.btn.ai-generate-title-btn:focus-visible,
.btn.ai-generate-title-btn.active,
.btn.ai-generate-title-btn:active,
.btn.ai-generate-description-btn:hover,
.btn.ai-generate-description-btn:focus,
.btn.ai-generate-description-btn:focus-visible,
.btn.ai-generate-description-btn.active,
.btn.ai-generate-description-btn:active,
.btn.ai-generate-faq-btn:hover,
.btn.ai-generate-faq-btn:focus,
.btn.ai-generate-faq-btn:focus-visible,
.btn.ai-generate-faq-btn.active,
.btn.ai-generate-faq-btn:active {
    box-shadow: inset 2px 1px 10px #ddd !important;
    background-color: #fff !important;
    transition: all .4s ease-in-out !important;
    color: #333;
    border: none !important
}

.btn.ai-generate-faq-btn {
    right: 116px
}

.btn.ai-generate-faq-btn.faq-generate {
    right: 154px
}

.btn.ai-generate-btn {
    z-index: 1
}

.form-control:has(~.ai-generate-btn.animate, ~.ai-generate-content-btn.animate, ~.ai-generate-title-btn.animate, ~.ai-generate-description-btn.animate, .form-control.ai-generate-faq-btn, .input-copy-box.ai-generate-faq-btn),
.input-copy-box:has(~.ai-generate-btn.animate, ~.ai-generate-content-btn.animate, ~.ai-generate-title-btn.animate, ~.ai-generate-description-btn.animate, .form-control.ai-generate-faq-btn, .input-copy-box.ai-generate-faq-btn) {
    box-shadow: inset 0 0 5px #5465ff4d !important;
    border: 1px solid rgba(84, 101, 255, .3) !important;
    transition: all .6s ease-in-out
}

.unverified-btn-group .btn span {
    font-size: 14px !important
}

.theme-accordion {
    margin-top: 18px
}

.theme-accordion .accordion-item {
    border: 1px solid #edeff1;
    background-color: transparent;
    border-radius: 6px;
    overflow: hidden
}

.theme-accordion .accordion-item+.accordion-item {
    margin-top: 19px
}

.theme-accordion .accordion-item .accordion-header .accordion-button {
    font-size: 16px;
    font-weight: 400;
    color: #00162e;
    background-color: #edeff166;
    box-shadow: none;
    font-family: inherit;
    padding: calc(15px + (18 - 15) * ((100vw - 320px) / (1920 - 320))) calc(17px + (22 - 17) * ((100vw - 320px) / (1920 - 320)))
}

.theme-accordion .accordion-item .accordion-header .accordion-button:after {
    content: "";
    font-family: remixicon;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    border: none;
    background: unset;
    width: auto;
    height: auto;
    font-size: 21px;
    line-height: 1;
    color: #777
}

.theme-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    background-color: #edeff1;
    font-weight: 500
}

.theme-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed):after {
    font-weight: 400;
    color: #00162e
}

.theme-accordion .accordion-item .accordion-body {
    padding: calc(10px + .00375*(100vw - 320px)) calc(14px + .00375*(100vw - 320px))
}

button {
    cursor: pointer
}

button:focus {
    outline: none
}

button:disabled {
    cursor: not-allowed
}

.btn {
    font-size: 14px;
    padding: calc(7px + .00125*(100vw - 320px)) calc(14px + .00375*(100vw - 320px));
    border-radius: 6px;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    --Iconsax-Size: 20px;
    --Iconsax-Color: #fff
}

.btn:focus {
    box-shadow: none !important
}

.btn.btn-secondary {
    background-color: #ff6161;
    border: 1px solid #ff6161
}

.btn.btn-secondary:active,
.btn.btn-secondary:focus {
    background-color: #ff6161;
    border: 1px solid #ff6161;
    box-shadow: none
}

.btn.btn-secondary .cancel {
    background-color: #00162e0a;
    color: #00162ecc
}

.btn.btn-secondary span {
    color: #fff !important;
    font-size: 14px !important
}

.btn.btn-secondary.deleteConfirmationBtn {
    display: flex;
    align-items: center;
    gap: 6px
}

.btn.btn-gray {
    background-color: #00162e0a;
    border: 1px solid rgba(0, 22, 46, .01);
    color: #00162ecc
}

.btn.btn-gray:focus {
    background-color: #00162e0a;
    border: 1px solid rgba(0, 22, 46, .01);
    color: #00162ecc
}

.trash-icon-btn {
    color: #ff4b4b;
    font-size: calc(20px + .00125*(100vw - 320px)) !important;
    line-height: 1;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 1px solid #ff4b4b;
    border-radius: 6px
}

.trash-icon-btn:hover,
.trash-icon-btn:active {
    background-color: #ff4b4b;
    color: #fff !important
}

.add-body {
    right: 0;
    position: absolute;
    top: 0
}

.btn-close:focus {
    box-shadow: none
}

.edit-button {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-left: auto;
    margin-top: 24px
}

.btn-popup a {
    background-color: var(--primary-color);
    color: #fff;
    display: flex;
    align-items: center;
    gap: 6px
}

.btn-popup a.btn:hover {
    color: #fff;
    background-color: var(--primary-color)
}

.btn-popup a.btn:hover svg {
    color: var(--primary-color)
}

.btn-popup i {
    --Iconsax-Size: 19px;
    --Iconsax-Color: White
}

.credit,
.debit {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px !important
}

.credit input,
.debit input {
    background-color: transparent;
    border: none;
    box-shadow: none;
    color: #fff;
    font-size: 14px
}

.credit svg,
.debit svg {
    width: 20px;
    height: 20px
}

.clear-btn {
    padding: 5px 11px;
    font-size: 13px;
    font-weight: 500;
    background-color: #ff4b4b1a;
    color: #ff4b4b !important;
    border-color: #ff4b4b80 !important
}

.clear-btn:hover {
    background-color: #ff4b4b;
    color: #fff !important;
    border-color: #ff4b4b !important
}

.btn-primary {
    background-color: var(--primary-color) !important;
    color: #fff !important;
    border: 1px solid transparent !important
}

.btn-primary:hover {
    background-color: transparent !important;
    color: var(--primary-color) !important;
    border-color: var(--primary-color) !important
}

.cancel-btn {
    background-color: #00162e0a;
    border: 1px solid rgba(0, 22, 46, .01);
    border-radius: 6px;
    font-size: 14px;
    padding: calc(7px + .00125*(100vw - 320px)) calc(14px + .00375*(100vw - 320px));
    color: #00162ecc
}

.delete-confirmation-btn {
    background-color: #ff4b4b;
    color: #fff;
    border: 1px solid #ff4b4b
}

.delete-confirmation-btn:hover {
    background-color: transparent;
    color: #ff4b4b;
    border: 1px solid #ff4b4b
}

.delete-confirmation-btn:hover span {
    color: #ff4b4b !important
}

.delete-confirmation-btn span {
    color: #fff !important
}

.badge-version-primary {
    background-color: rgba(var(--primary-color), .1) !important;
    color: var(--primary-color);
    border: 1px solid var(--primary-color)
}

.badge-version-secondary {
    background-color: #ff61611a !important;
    color: #ff6161;
    border: 1px solid #ff6161
}

.badge-version-success {
    background-color: #27af4d1a !important;
    color: #27af4d;
    border: 1px solid #27af4d
}

.badge-version-danger {
    background-color: #ff4b4b1a !important;
    color: #ff4b4b;
    border: 1px solid #ff4b4b
}

.badge-version-info {
    background-color: #00a8ff1a !important;
    color: #00a8ff;
    border: 1px solid #00a8ff
}

.badge-version-light {
    background-color: #f7f8f91a !important;
    color: #f7f8f9;
    border: 1px solid #f7f8f9
}

.badge-version-dark {
    background-color: #00162e1a !important;
    color: #00162e;
    border: 1px solid #00162e
}

.badge-version-warning {
    background-color: #ffbc581a !important;
    color: #ffbc58;
    border: 1px solid #ffbc58
}

.badge-version-primary {
    background-color: transparent !important;
    position: relative;
    z-index: 0;
    overflow: hidden
}

.badge-version-primary:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--primary-color);
    opacity: .1;
    z-index: -1
}

[class*=badge-version-].badge {
    border-radius: .3125rem;
    padding: 5px 10px;
    display: inline-block;
    width: max-content;
    height: auto;
    font-weight: 700;
    letter-spacing: .75px;
    line-height: 1.1
}

.badge-booking {
    font-size: 14px;
    font-weight: 500;
    padding: 5px 14px;
    color: var(--primary-color);
    position: relative;
    line-height: 1.3;
    border-radius: 5px;
    display: inline-flex;
    z-index: 0;
    overflow: hidden
}

.badge-booking:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--primary-color);
    opacity: .1;
    z-index: -1
}

.flatpickr-calendar {
    z-index: 3;
    width: 324.875px;
    padding: 16px;
    margin-top: -69px
}

.flatpickr-calendar.open {
    z-index: 13
}

.flatpickr-calendar:before,
.flatpickr-calendar:after {
    display: none
}

.flatpickr-calendar .flatpickr-innerContainer {
    font-size: 14px;
    background-color: #edeff166;
    border-radius: 8px;
    align-items: center;
    justify-content: center
}

.flatpickr-calendar .flatpickr-weekdays {
    padding: 16px 16px 0
}

.flatpickr-calendar .flatpickr-weekdays .flatpickr-weekdaycontainer .flatpickr-weekday {
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 600
}

.flatpickr-calendar .flatpickr-day {
    max-width: 37px;
    height: 35px;
    line-height: 35px;
    color: #00162e;
    font-size: 16px;
    box-shadow: none !important
}

.flatpickr-calendar .flatpickr-day:hover {
    background-color: #5465ff1a;
    color: var(--primary-color);
    font-weight: 600
}

.flatpickr-calendar .flatpickr-day.today {
    background-color: transparent;
    color: #00162e;
    border: none
}

.flatpickr-calendar .flatpickr-day.selected,
.flatpickr-calendar .flatpickr-day.startRange,
.flatpickr-calendar .flatpickr-day.endRange {
    color: #fff;
    background-color: var(--primary-color);
    box-shadow: none !important
}

.flatpickr-calendar .flatpickr-day.prevMonthDay,
.flatpickr-calendar .flatpickr-day.flatpickr-disabled,
.flatpickr-calendar .flatpickr-day.flatpickr-disabled:hover,
.flatpickr-calendar .flatpickr-day.nextMonthDay,
.flatpickr-calendar .flatpickr-day.notAllowed,
.flatpickr-calendar .flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-calendar .flatpickr-day.notAllowed.nextMonthDay {
    color: #898989
}

.flatpickr-calendar .flatpickr-day.inRange {
    background-color: #5465ff1a;
    box-shadow: none
}

.flatpickr-calendar .flatpickr-day.inRange.today {
    background-color: var(--primary-color)
}

.flatpickr-calendar .flatpickr-day.nextMonthDay.selected,
.flatpickr-calendar .flatpickr-day.nextMonthDay.startRange,
.flatpickr-calendar .flatpickr-day.nextMonthDay.endRange {
    color: #fff;
    background-color: var(--primary-color);
    box-shadow: none !important
}

.flatpickr-calendar .dayContainer {
    padding: 16px
}

.flatpickr-calendar .flatpickr-months {
    margin-bottom: 16px
}

.flatpickr-calendar .flatpickr-months .flatpickr-month {
    color: #00162e
}

.flatpickr-calendar .flatpickr-months .flatpickr-current-month {
    padding: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center
}

.flatpickr-calendar .flatpickr-months .flatpickr-current-month input.cur-year {
    font-size: 16px;
    font-family: var(--font-family)
}

.flatpickr-calendar .flatpickr-months .flatpickr-prev-month,
.flatpickr-calendar .flatpickr-months .flatpickr-next-month {
    background-color: #edeff166;
    border-radius: 100%;
    padding: 8px;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 18px
}

.flatpickr-calendar .flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-calendar .flatpickr-months .flatpickr-next-month:hover svg {
    fill: #00162e
}

.flatpickr-calendar .flatpickr-months .flatpickr-prev-month svg,
.flatpickr-calendar .flatpickr-months .flatpickr-next-month svg {
    width: 12px;
    height: 12px
}

.flatpickr-calendar .flatpickr-months .flatpickr-prev-month {
    left: 16px !important
}

.flatpickr-calendar .flatpickr-months .flatpickr-next-month {
    right: 16px !important
}

.flatpickr-calendar .flatpickr-months .flatpickr-monthDropdown-months {
    background-color: #edeff166;
    border-radius: 6px;
    font-size: 16px;
    padding: 6px 12px;
    background-image: none !important
}

.flatpickr-calendar .flatpickr-months .numInputWrapper {
    background-color: #edeff166;
    border-radius: 6px;
    font-size: 14px;
    padding: 6px 12px;
    width: 80px
}

.flatpickr-calendar .numInputWrapper:hover {
    background-color: #5465ff0a
}

.flatpickr-calendar .numInputWrapper:hover span {
    border: none
}

.flatpickr-calendar .numInputWrapper span:hover {
    background-color: unset;
    border: none
}

.flatpickr-calendar .numInputWrapper span.arrowUp:after {
    top: 55%
}

.flatpickr-calendar .numInputWrapper span.arrowDown:after {
    top: 20%
}

.flatpickr-calendar.hasTime .flatpickr-time {
    border: none;
    line-height: unset;
    gap: 10px
}

.flatpickr-calendar.hasTime .flatpickr-time:after {
    display: none
}

.flatpickr-calendar.hasTime .flatpickr-time .numInputWrapper input {
    border: 1px solid rgba(84, 101, 255, .6);
    border-radius: 8px
}

.flatpickr-calendar.hasTime .flatpickr-time .numInputWrapper input:hover,
.flatpickr-calendar.hasTime .flatpickr-time .numInputWrapper input:focus {
    background: transparent
}

.flatpickr-calendar.hasTime .flatpickr-time .numInputWrapper span {
    right: 16px
}

.flatpickr-calendar.hasTime .flatpickr-time .numInputWrapper span.arrowUp:after {
    border-bottom-color: var(--primary-color);
    border-width: 5px;
    top: unset;
    bottom: 13%
}

.flatpickr-calendar.hasTime .flatpickr-time .numInputWrapper span.arrowDown:after {
    border-top-color: var(--primary-color);
    border-width: 5px;
    top: 13%
}

.flatpickr-calendar.hasTime .flatpickr-time input {
    text-align: left;
    padding-left: 20px;
    font-size: 18px;
    color: var(--primary-color);
    font-weight: 500
}

.flatpickr-calendar.hasTime .flatpickr-time .flatpickr-time-separator {
    width: 2%;
    color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px
}

.flatpickr-calendar.hasTime .flatpickr-time .flatpickr-am-pm {
    height: 40px;
    position: relative;
    z-index: 0;
    width: 29%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: var(--primary-color);
    border: 1px solid rgba(84, 101, 255, .6);
    border-radius: 8px
}

.flatpickr-calendar.hasTime .flatpickr-time .flatpickr-am-pm:hover {
    background-color: #5465ff0a
}

.main-inline-calender.input-group {
    flex-direction: column
}

.main-inline-calender.input-group .form-control {
    width: 100%;
    border-radius: 6px !important;
    color: var(--primary-color);
    padding: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 23px
}

.main-inline-calender.input-group .form-control:focus {
    border: none
}

.main-inline-calender.input-group .form-control:focus,
.main-inline-calender.input-group .form-control:disabled {
    box-shadow: unset;
    border: none;
    background-color: unset
}

.main-inline-calender.input-group .form-control[readonly] {
    box-shadow: unset;
    border: none;
    background-color: unset
}

.main-inline-calender.input-group .flatpickr-calendar.inline {
    width: 100%;
    border-radius: 6px !important
}

.main-inline-calender.input-group .flatpickr-innerContainer,
.main-inline-calender.input-group .flatpickr-rContainer {
    display: block
}

.main-inline-calender.input-group .flatpickr-rContainer .flatpickr-weekdays,
.main-inline-calender.input-group .flatpickr-rContainer .flatpickr-days {
    width: 100%
}

.main-inline-calender.input-group .flatpickr-rContainer .flatpickr-days .dayContainer {
    width: 100%;
    max-width: none;
    min-width: unset;
    gap: 20px
}

.main-inline-calender.input-group .flatpickr-rContainer .flatpickr-days .dayContainer .flatpickr-day {
    border-radius: 100%;
    width: 100%;
    color: #00162e
}

.main-inline-calender.input-group .flatpickr-rContainer .flatpickr-days .dayContainer .flatpickr-day:hover {
    color: var(--primary-color)
}

.main-inline-calender.input-group .flatpickr-rContainer .flatpickr-days .dayContainer .flatpickr-day.selected,
.main-inline-calender.input-group .flatpickr-rContainer .flatpickr-days .dayContainer .flatpickr-day.today {
    color: #fff
}

.input-icon {
    position: absolute;
    top: 14px;
    right: 28px;
    --Iconsax-Size: 20px;
    --Iconsax-Color: #808B97;
    z-index: 3
}

.card {
    border: 0px;
    transition: all .3s ease;
    letter-spacing: .5px;
    border-radius: 8px;
    box-shadow: 1px 5px 24px #4466f20d
}

.card .card-header {
    background-color: #fff;
    padding: 20px;
    border-bottom: 1px solid rgba(238, 238, 238, .7)
}

.card .card-header:has(>*+*) {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 4px
}

.card .card-header .title-box {
    display: flex;
    align-items: center;
    gap: 10px
}

.card .card-header .title-box svg {
    width: 40px;
    height: 40px;
    border: 1px solid #eeeeee;
    border-radius: 7px;
    fill: transparent;
    stroke: #00162e99;
    padding: 7px
}

.card .card-header .header-img {
    display: flex;
    align-items: center;
    gap: 8px
}

.card .card-header .header-img img {
    height: 20px
}

.card .card-header .status-div {
    display: flex;
    align-items: center;
    gap: 16px
}

.card .card-header .status-div label {
    margin: 0;
    font-weight: 500
}

.card .card-header .select2 {
    width: 149px !important;
    margin: 0
}

.card .card-header .nav-material {
    margin-bottom: -13px
}

.card .card-header .card-header-right {
    border-radius: 0 0 0 7px;
    right: 20px;
    top: 25px;
    display: inline-block;
    padding: 7px 0;
    position: absolute
}

.card .card-header .card-header-right .card-option {
    text-align: right;
    width: 35px;
    height: 20px;
    overflow: hidden;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.card .card-header .card-header-right .card-option li {
    display: inline-block
}

.card .card-header .card-header-right i {
    margin: 0 5px;
    cursor: pointer;
    color: #2a3142;
    line-height: 20px
}

.card .card-header .card-header-right i.icofont-refresh {
    font-size: 13px
}

.card .card-header .btn-action {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap
}

.card .card-header h5 {
    font-size: 20px;
    margin-bottom: 0;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 25px;
    color: #00162e
}

.card .card-header>span {
    font-size: 12px;
    color: #777;
    margin-top: 5px;
    display: block;
    letter-spacing: 1px
}

.card .card-header .btn-popup a {
    background-color: var(--primary-color);
    color: #fff;
    display: flex;
    align-items: center;
    gap: 6px;
    border-color: transparent
}

.card .card-header .btn-popup a.link-btn {
    background-color: transparent;
    padding: 0;
    text-decoration: underline;
    border: none
}

.card .card-header .btn-popup svg {
    width: 18px;
    height: 18px;
    color: #fff
}

.card .card-header span {
    font-size: 13px;
    color: #00162eb3
}

.card .card-header .view-all {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px
}

.card .card-header .view-all svg {
    width: 20px;
    height: 20px;
    color: var(--primary-color);
    transform: translate(0);
    transition: all .2s ease
}

.card .card-header .view-all:hover {
    text-decoration: underline;
    color: var(--primary-color)
}

.card .card-header .view-all:hover svg {
    transform: translate(5px);
    transition: all .2s ease
}

.card .card-header .card-head-select {
    background-color: #edeff166;
    border: 1px solid #eeeeee;
    border-radius: 6px;
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 400;
    color: #7a8591;
    font-family: var(--font-family);
    text-transform: capitalize;
    box-shadow: none
}

body.dark .card .card-header .card-head-select {
    background-color: #1a1c28;
    border-color: #fff3
}

.card .card-body {
    padding: 20px;
    background-color: transparent
}

.card .card-body p:last-child {
    margin-bottom: 0
}

.card .sub-title {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 5px;
    margin-bottom: 8px;
    font-size: 18px
}

.card .card-footer {
    padding: 0;
    background-color: transparent;
    border: none;
    text-align: right;
    display: flex;
    justify-content: end;
    align-items: center;
    margin-top: 24px;
    gap: 12px
}

.card .card-footer .btn.cancel {
    background-color: #00162e0a;
    border: 1px solid rgba(0, 22, 46, .01);
    border-radius: 6px;
    font-size: 14px;
    padding: calc(7px + .00125*(100vw - 320px)) calc(14px + .00375*(100vw - 320px));
    color: #00162ecc
}

.card .card-footer .btn.cancel:hover {
    background-color: #00162e0f
}

.card.time-slot-card {
    padding: 0;
    box-shadow: none;
    border-radius: 0
}

.card.time-slot-card+.time-slot-card {
    padding-top: calc(15px + (18 - 15) * ((100vw - 320px) / (1920 - 320)));
    margin-top: calc(15px + (18 - 15) * ((100vw - 320px) / (1920 - 320)));
    border-top: 1px solid #eee
}

.card.time-slot-card .position-relative {
    display: flex;
    align-items: center;
    margin-bottom: 18px
}

.card.time-slot-card .position-relative:has(.ms-auto .switch .form-check-input:not(:checked))~.time-slot-main-box {
    opacity: .6;
    cursor: not-allowed
}

.card.time-slot-card .position-relative:has(.ms-auto .switch .form-check-input:not(:checked))~.time-slot-main-box>.time-slot-box input {
    cursor: not-allowed
}

.card.time-slot-card .position-relative label {
    font-size: calc(17px + (18 - 17) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1
}

.card.time-slot-card .position-relative input {
    margin-right: calc(8px + .005*(100vw - 320px));
    width: 1.35rem;
    height: 1.35rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent
}

.card.time-slot-card .position-relative input:after {
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.card.time-slot-card .position-relative input:before {
    left: 5px;
    top: 6px
}

.card.time-slot-card .time-slot-main-box {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: calc(8px + .00375*(100vw - 320px));
    flex-wrap: wrap;
    padding: calc(8px + .00375*(100vw - 320px));
    background-color: #f8f9f9;
    border: 1px solid #eee;
    border-radius: 9px
}

@media (max-width: 767.98px) {
    .card.time-slot-card .time-slot-main-box {
        display: grid;
        grid-template-columns: repeat(5, 1fr)
    }
}

@media (max-width: 520.98px) {
    .card.time-slot-card .time-slot-main-box {
        display: grid;
        grid-template-columns: repeat(4, 1fr)
    }
}

@media (max-width: 390.98px) {
    .card.time-slot-card .time-slot-main-box {
        display: grid;
        grid-template-columns: repeat(3, 1fr)
    }
}

.card.time-slot-card .time-slot-main-box .time-slot-box {
    background-color: #fff;
    border: 1px solid #eee;
    position: relative;
    z-index: 0;
    line-height: 1;
    padding: calc(11px + .00125*(100vw - 320px)) calc(15px + .0025*(100vw - 320px));
    overflow: hidden;
    text-align: center;
    border-radius: 6px;
    transition: all .2s ease-in-out
}

.card.time-slot-card .time-slot-main-box .time-slot-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--primary-color);
    z-index: -1;
    opacity: 0;
    transition: all .2s ease-in-out
}

.card.time-slot-card .time-slot-main-box .time-slot-box:after {
    content: "";
    position: absolute;
    top: 0;
    transition: all .2s ease-in-out;
    left: 0;
    width: 100%;
    border-radius: 6px;
    height: 100%;
    opacity: 0;
    border: 1px solid var(--primary-color);
    z-index: -1
}

.card.time-slot-card .time-slot-main-box .time-slot-box:has(input:checked) {
    background-color: transparent;
    border-color: transparent
}

.card.time-slot-card .time-slot-main-box .time-slot-box:has(input:checked):before {
    opacity: .1
}

.card.time-slot-card .time-slot-main-box .time-slot-box:has(input:checked):after {
    opacity: .6
}

.card.time-slot-card .time-slot-main-box .time-slot-box:has(input:checked) label {
    color: var(--primary-color);
    font-weight: 500
}

.card.time-slot-card .time-slot-main-box .time-slot-box input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    cursor: pointer;
    height: 100%;
    opacity: 0
}

.card.time-slot-card .time-slot-main-box .time-slot-box label {
    margin: 0;
    line-height: 1;
    transition: all .2s ease-in-out
}

.map-box .order-last {
    border-right: 1px solid #eee
}

@media (max-width: 1199.98px) {
    .map-box .order-last {
        border-right: none
    }
}

.payment-card {
    overflow: hidden
}

.payment-card .card-header .header-img img {
    width: 88px;
    height: 53px;
    object-fit: contain;
    padding: 6px;
    border-radius: 5px;
    background-color: #edeff166;
    border: 1px solid #eeeeee
}

.payment-card .ribbon {
    padding-left: 20px;
    height: 30px;
    line-height: 30px;
    display: flex;
    align-items: center;
    gap: 8px;
    clear: left;
    position: absolute;
    top: 12px;
    left: 0;
    color: #fff;
    z-index: 2
}

.payment-card .ribbon span {
    min-width: 61px;
    text-align: center
}

.payment-card .ribbon.ribbon-theme {
    background: var(--primary-color)
}

.payment-card .ribbon.ribbon-bookmark {
    background: #199675
}

.payment-card .ribbon.ribbon-bookmark:before {
    position: absolute;
    top: 0;
    left: 100%;
    display: block;
    width: 0;
    height: 0;
    content: "";
    border: 15px solid #199675;
    border-right: 10px solid transparent
}

.payment-card .ribbon.ribbon-bookmark.ribbon-vertical-left:before,
.payment-card .ribbon.ribbon-bookmark.ribbon-vertical-right:before {
    top: 100%;
    left: 0;
    margin-top: -14px;
    border-right: 15px solid #F39159;
    border-bottom: 10px solid transparent
}

.payment-card .ribbon.ribbon-orange {
    background: #F39159
}

.payment-card .ribbon.ribbon-orange:before {
    border: 15px solid #F39159;
    border-right: 10px solid transparent
}

.payment-card .ribbon.ribbon-success {
    background: #199675
}

.payment-card .ribbon.ribbon-success.ribbon-bookmark:before {
    border: 15px solid #199675;
    border-right: 10px solid transparent
}

.payment-card .ribbon.ribbon-success.ribbon-bookmark.ribbon-vertical-left:before,
.payment-card .ribbon.ribbon-success.ribbon-bookmark.ribbon-vertical-right:before {
    border-right: 15px solid #199675;
    border-bottom: 10px solid transparent
}

.payment-card .vertical-left-animate .ribbon-wrapper {
    overflow: hidden
}

.payment-card .vertical-left-animate .ribbon-wrapper .ribbon {
    left: -90px;
    transition: all .2s ease
}

.payment-card .vertical-left-animate .ribbon-wrapper .ribbon i {
    font-size: 16px;
    position: relative;
    left: 10px
}

.payment-card .vertical-left-animate .ribbon-wrapper .ribbon span {
    opacity: 0;
    transition: all .2s ease
}

.payment-card .vertical-left-animate .ribbon-wrapper .ribbon-bookmark:before {
    left: 100%
}

.payment-card .vertical-left-animate:hover .ribbon-wrapper .ribbon {
    left: 0;
    transition: all .2s ease;
    padding-left: 8px;
    gap: 0
}

.payment-card .vertical-left-animate:hover .ribbon-wrapper .ribbon span {
    opacity: 1;
    transition: all .2s ease;
    font-size: 14px;
    font-weight: 500
}

.payment-keys {
    display: grid;
    gap: 3px
}

.payment-keys li {
    font-size: 14px;
    color: #777;
    position: relative;
    padding-left: 23px;
    line-height: 1.9
}

.payment-keys li i {
    position: absolute;
    top: 5px;
    line-height: 1;
    left: 0;
    font-size: 16px
}

.payment-keys li span {
    color: #222;
    font-weight: 500
}

.card-header:has(.btn-action .btn-popup)~.card-body .common-table-select {
    top: 0
}

.footer,
.profile-btn {
    display: flex;
    justify-content: end;
    align-items: center;
    margin-top: 24px;
    gap: 12px
}

.footer .submit-form,
.footer .cancel,
.profile-btn .submit-form,
.profile-btn .cancel {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding: 0 !important
}

.footer .submit-form input,
.footer .submit-form a,
.footer .cancel input,
.footer .cancel a,
.profile-btn .submit-form input,
.profile-btn .submit-form a,
.profile-btn .cancel input,
.profile-btn .cancel a {
    color: #fff;
    border: none;
    background-color: transparent;
    margin: 0;
    padding: calc(7px + .00125*(100vw - 320px)) calc(14px + .00375*(100vw - 320px));
    font-size: calc(14px + .00125*(100vw - 320px))
}

.footer .submit-form .spinner-border,
.footer .cancel .spinner-border,
.profile-btn .submit-form .spinner-border,
.profile-btn .cancel .spinner-border {
    margin-right: 20px;
    margin-left: -8px
}

.footer .cancel,
.profile-btn .cancel {
    background-color: #00162e0a;
    border: 1px solid rgba(0, 22, 46, .01);
    border-radius: 6px;
    font-size: 14px;
    padding: calc(7px + .00125*(100vw - 320px)) calc(14px + .00375*(100vw - 320px)) !important;
    color: #00162ecc
}

.footer .cancel .spinner-border,
.profile-btn .cancel .spinner-border {
    color: #00162eb3;
    border-width: .18em
}

.footer .cancel:focus,
.footer .cancel:active,
.profile-btn .cancel:focus,
.profile-btn .cancel:active {
    border: 1px solid rgba(0, 22, 46, .01);
    background-color: #00162e0a
}

.footer .btn-primary {
    position: relative;
    overflow: hidden;
    z-index: 0
}

.footer .btn-primary:before {
    z-index: -1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--primary-color);
    opacity: 0;
    transition: all .15s ease-in-out
}

.footer .btn-primary:hover {
    background-color: transparent
}

.footer .btn-primary:hover:before {
    opacity: .9
}

.footer .btn.cancel:hover {
    background-color: #00162e0f
}

.footer .app-version-box {
    gap: .5rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
    justify-content: center;
    display: flex
}

@media (min-width: 767.98px) {
    .footer .app-version-box {
        margin-top: 0;
        margin-right: 0;
        justify-content: flex-end
    }
}

.button-container {
    padding: 15px 20px;
    display: flex;
    align-items: center;
    gap: 11px
}

.button-container .shortcode-button {
    background-color: #5465ff21;
    border: none;
    color: var(--primary-color);
    padding: 12px 21px;
    font-size: 15px;
    border-radius: 6px;
    font-weight: 500;
    white-space: nowrap
}

.button-container .shortcode-button.active {
    background-color: var(--primary-color);
    color: #fff
}

.button-container .shortcode-button:active {
    background-color: #5465ff33;
    color: var(--primary-color)
}

.user-details-dashboard .button-container {
    margin-bottom: calc(18px + (23 - 18) * ((100vw - 320px) / (1920 - 320)));
    display: flex;
    align-items: center;
    padding: calc(11px + .0025*(100vw - 320px)) 0 0;
    gap: calc(6px + (11 - 6) * ((100vw - 320px) / (1920 - 320)));
    border-bottom: 1px solid #edeff1;
    overflow-x: hidden
}

.user-details-dashboard .button-container .shortcode-button {
    border: none;
    border-bottom: 1px solid transparent;
    padding: 0 calc(14px + (21 - 14) * ((100vw - 320px) / (1920 - 320))) calc(7px + .0025*(100vw - 320px));
    font-size: calc(14px + .00125*(100vw - 320px));
    border-radius: 0;
    font-weight: 500;
    color: #777;
    background-color: transparent
}

.user-details-dashboard .button-container .shortcode-button.active {
    border-color: var(--primary-color);
    color: var(--primary-color);
    font-weight: 600
}

@media (max-width: 575px) {
    .user-details-dashboard .button-container .shortcode-button.active {
        font-weight: 500
    }
}

.user-details-dashboard .button-container .shortcode-button:active {
    border-color: var(--primary-color);
    color: var(--primary-color)
}

@media (max-width: 575px) {
    .user-details-dashboard .button-container .shortcode-button:active {
        font-weight: 500
    }
}

.user-details-dashboard>.card .card-body.common-table {
    padding: 0
}

.tox.tox-tinymce {
    background-color: #edeff166;
    border: 1px solid #edeff1 !important;
    border-radius: 10px !important;
    padding: 0;
    min-height: 350px
}

.tox.tox-tinymce .tox-toolbar-overlord {
    background-color: unset !important
}

.tox.tox-tinymce .tox-toolbar-overlord .tox-toolbar {
    background: unset !important;
    border-bottom: 1px solid rgba(0, 22, 46, .2);
    cursor: pointer
}

.tox.tox-tinymce .tox-edit-area__iframe {
    background-color: unset !important
}

.tox.tox-tinymce .tox-edit-area__iframe p {
    text-align: right
}

.tox.tox-tinymce .tox-statusbar__path {
    font-size: 14px
}

.tox.tox-tinymce .tox-statusbar {
    height: 30px !important;
    padding: 16px 12px !important;
    background-color: unset !important
}

.tox.tox-tinymce .tox-tbtn svg {
    color: #222f3ecc
}

.tox .tox-split-button:hover {
    box-shadow: none !important
}

.mce-content-body {
    font-size: 14px !important;
    height: calc(100% - 20px)
}

.mce-content-body[data-mce-placeholder]:not(.mce-visualblocks):before {
    color: #00162e80;
    content: attr(data-mce-placeholder);
    position: absolute;
    font-weight: 400;
    font-size: 14px
}

.contentbox {
    position: relative;
    background: #ffffff;
    letter-spacing: .5px;
    border-radius: 12px
}

.contentbox .contentbox-title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 25px
}

.contentbox .contentbox-title h3 {
    font-size: calc(17px + .00125*(100vw - 320px));
    font-weight: 600;
    color: #00162e
}

.contentbox .contentbox-title .header-action {
    display: flex;
    align-items: center
}

.contentbox .contentbox-title .header-action i {
    font-size: 22px;
    line-height: 1;
    color: #00162e;
    cursor: pointer
}

.contentbox .contentbox-title .action-btn {
    gap: 6px
}

.contentbox .contentbox-title .action-btn .btn {
    border: none;
    padding: 0;
    border-radius: 0;
    background-color: unset
}

.contentbox .contentbox-title .action-btn .btn i {
    font-size: 20px
}

.contentbox .contentbox-title .action-btn .btn.gray i {
    color: #00162eb3
}

.contentbox .contentbox-title .action-btn .btn.secondary i {
    color: #ff6161
}

.contentbox .contentbox-title .contentbox-subtitle {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap
}

.contentbox .contentbox-title .contentbox-subtitle a {
    line-height: 1
}

.contentbox .contentbox-title .contentbox-subtitle a i {
    font-weight: 900
}

.contentbox .contentbox-title .more-action {
    padding: 4px 17px;
    gap: 6px !important;
    line-height: 1.6
}

.contentbox .contentbox-title .more-action i {
    font-size: 16px
}

.contentbox .inside {
    padding: 20px;
    font-size: 13px
}

.contentbox .inside .table-main {
    margin-top: -12px
}

.contentbox .inside .blog-item-tab .nav-tabs .nav-item .nav-link {
    font-size: 12px !important;
    padding: 4px 8px;
    background-color: transparent;
    color: var(--primary-color)
}

.contentbox .inside .blog-item-tab .nav-tabs .nav-item .nav-link.active {
    color: #00162ecc
}

.contentbox .inside .blog-item-tab .tab-content {
    border: 1px solid #dee2e6;
    margin-top: -1px
}

.contentbox .inside .blog-item-tab .tab-content .tab-pane {
    padding: 0 12px
}

.contentbox .inside .categorychecklist {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 13px 0;
    min-height: 42px;
    max-height: 200px;
    overflow: auto
}

.contentbox .inside .categorychecklist li {
    font-size: 13px;
    line-height: 1;
    display: block
}

.contentbox .inside .categorychecklist li label {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    width: 100%;
    cursor: pointer;
    color: #00162ecc;
    font-size: 14px;
    font-weight: 400
}

.contentbox .inside .categorychecklist li label .form-check {
    padding: 0;
    margin: 0;
    min-height: unset
}

.contentbox .inside .categorychecklist li label .form-check .form-check-input {
    padding: 0;
    margin: 0
}

.contentbox .inside .categorychecklist.category {
    background-color: transparent;
    border: 1px solid #eeeeee;
    border-radius: 6px;
    padding: 15px;
    margin: 0
}

.contentbox .inside .categorychecklist.category li {
    font-size: 14px
}

.contentbox .inside .categorychecklist.category li .form-check {
    padding: 0;
    min-height: unset
}

.contentbox .inside .categorychecklist.category li .form-check .form-check-input {
    margin-right: 8px
}

.contentbox .inside .categorychecklist.category li ul {
    width: 100%;
    padding-left: 26px;
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.contentbox .inside .categorychecklist .no-data img {
    width: calc(100px + .0125*(100vw - 320px))
}

.contentbox .inside h6 {
    color: #00162e;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(0, 22, 46, .15)
}

.contentbox .inside .publishing p {
    margin: 0
}

.contentbox .inside .publishing h4 {
    font-size: 13px;
    font-weight: 500;
    color: #00162e;
    line-height: 1
}

.contentbox .inside .publishing ul {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.contentbox .inside .publishing ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px
}

.contentbox .inside .publishing ul li p {
    color: #313131
}

.contentbox .inside .publishing ul li i {
    font-size: 16px;
    color: #7a8591
}

.contentbox .inside .variant-main {
    border: 1px solid rgba(0, 22, 46, .2);
    border-radius: 6px
}

.contentbox .inside .variant-main .variant-item {
    padding: 14px
}

.contentbox .inside .variant-main .variant-item .col-11 {
    width: 97%
}

.contentbox .inside .variant-main .variant-item .col-1 {
    width: 3%
}

.contentbox .inside .variant-main .variant-item+.variant-item {
    border-top: 1px solid rgba(0, 22, 46, .2)
}

.contentbox .inside .variant-main .variant-item .variant-values>.row {
    margin-bottom: 8px
}

.contentbox .inside .variant-main .variant-item .variant-values>.row:last-child {
    margin-bottom: 0
}

.contentbox .inside .variant-main .variant-footer {
    padding: 14px;
    border-top: 1px solid rgba(0, 22, 46, .2)
}

.contentbox .inside .btn {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px
}

.contentbox .inside .btn.delete-head,
.contentbox .inside .btn.delete-param {
    padding: 10px 14px
}

.contentbox+.contentbox {
    margin-top: 20px
}

@media (max-width: 1199px) {
    .contentbox+.contentbox {
        margin-top: 16px
    }
}

.contentbox .publish-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
    margin-bottom: 12px
}

.contentbox .major-publish-actions .post-status {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px
}

.contentbox .major-publish-actions .post-status i {
    font-size: 16px;
    color: #00162ecc
}

.contentbox .major-publish-actions .post-status .post-status-display {
    font-weight: 600
}

.contentbox .major-publish-actions .post-status:last-child {
    margin-bottom: 0
}

.contentbox .input-group.weight {
    gap: 8px
}

.contentbox .input-group.weight input {
    border-radius: 4px !important
}

.contentbox .footer {
    padding-top: 20px !important;
    border-top: 1px solid #eeeeee;
    display: flex;
    justify-content: flex-end
}

.contentbox.column-count-3 .inside .form-group {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.contentbox.column-count-3 .inside .form-group label {
    margin-bottom: 0
}

.icon-position i {
    position: unset !important;
    color: var(--primary-color)
}

.icon-position .feather {
    width: 18px
}

.more-detail-btn {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 14px
}

.media-upload-message {
    text-align: center
}

.media-upload-message h5 {
    font-weight: 500;
    font-size: 14px;
    color: #00162e
}

.media-upload-message button {
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    background: #f6f7f7;
    font-size: 14px;
    min-height: 46px;
    line-height: 3.14285714;
    padding: 0 36px;
    cursor: pointer !important;
    border-radius: 5px
}

.media-upload-message button.btn-sm {
    font-size: 12px;
    min-height: unset;
    line-height: 1;
    padding: 8px 10px
}

.media-upload-message span {
    margin-top: 4px;
    font-size: 14px
}

#attribute_values .form-group:first-child:last-child .remove-value {
    display: none
}

#attribute_values .form-group .invalid-error {
    display: none;
    color: #ff6161;
    font-size: 13px;
    font-weight: 500;
    margin: 4px 0 0;
    letter-spacing: .7px;
    line-height: 1.5
}

#attribute_values .form-group .form-control.invalid {
    border: 1px solid rgba(255, 97, 97, .6);
    box-shadow: 0 0 0 2px #ff61611a
}

.color-box {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: calc(4px + (5 - 4) * ((100vw - 320px) / (1920 - 320))) calc(6px + (7 - 6) * ((100vw - 320px) / (1920 - 320)));
    border: 1px solid rgba(0, 22, 46, .45);
    width: max-content;
    border-radius: 6px
}

.color-box .form-control {
    border: none;
    padding: 0;
    width: 22px;
    height: 22px;
    cursor: pointer
}

.color-box .form-control:focus {
    border: none;
    outline: none;
    box-shadow: none
}

.color-box h6 {
    color: #00162e;
    font-weight: 400;
    font-size: 14px;
    padding: 0 !important;
    margin: 0;
    border: none !important
}

.variants .form-group.variant-group:first-child:last-child .variant-action {
    display: none
}

.permalink-section {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 8px;
    font-size: 15px
}

.wallet-main .wallet-detail-content {
    display: flex;
    gap: 15px;
    align-items: center;
    width: 100%;
    justify-content: space-between
}

.wallet-main .wallet-detail-content .wallet-amount {
    width: 25%;
    display: flex;
    align-items: center;
    gap: 15px
}

@media (max-width: 991.98px) {
    .wallet-main .wallet-detail-content .wallet-amount {
        width: 25%
    }
}

.wallet-main .wallet-detail-content .wallet-amount .wallet-icon {
    line-height: 1.25
}

.wallet-main .wallet-detail-content .wallet-amount .wallet-icon img {
    width: 40px;
    height: 40px
}

.wallet-main .wallet-detail-content .wallet-amount .wallet-icon i {
    font-size: 40px;
    color: var(--primary-color)
}

.wallet-main .wallet-detail-content .wallet-amount h5 {
    text-wrap: nowrap;
    color: #00162eb3;
    margin-bottom: 1px
}

.wallet-main .wallet-detail-content .wallet-amount h4 {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0;
    display: flex;
    align-items: center
}

.wallet-main .wallet-detail-content .wallet-amount div[class*=col-] {
    padding: 0
}

.wallet-main .wallet-detail-content .wallet-amount .form-group {
    margin: 0
}

.wallet-main .wallet-detail-content .wallet-amount .form-group .form-control:disabled,
.wallet-main .wallet-detail-content .wallet-amount .form-group .form-control[readonly] {
    background-color: unset !important;
    padding: 0 !important;
    font-size: 20px;
    color: #00162e;
    font-weight: 600
}

.wallet-main .wallet-detail-content .wallet-form {
    width: auto;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    margin: 0
}

.wallet-main .wallet-detail-content .wallet-form .form-group {
    margin: 0;
    width: auto
}

@media (max-width: 575px) {
    .wallet-main .wallet-detail-content .wallet-form .form-group {
        width: 100%
    }
}

.wallet-main .wallet-detail-content .wallet-form .form-group:has(.wallet-box .form-check-input:checked~.form-control).amount {
    width: 100%
}

.wallet-main .wallet-detail-content .wallet-form .form-group.row div[class*=col-] {
    margin: 0;
    padding: 0;
    width: 100%
}

.wallet-main .wallet-detail-content .wallet-form .credit i,
.wallet-main .wallet-detail-content .wallet-form .debit i {
    font-size: 20px;
    line-height: 1.2
}

.wallet-main .wallet-detail-content .amount .error-div .input-group .input-group-text {
    border-color: #00162e0a;
    border-right: none;
    border-radius: 5px 0 0 5px;
    padding: 0 !important;
    height: 47px;
    width: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #edeff1;
    font-size: 19px;
    color: #00162e99;
    font-weight: 500
}

@media (max-width: 767px) {
    .wallet-main .wallet-detail-content .amount .error-div .input-group .input-group-text {
        height: 43px
    }
}

.wallet-main .wallet-detail-content .amount .error-div .input-group .form-control {
    border-radius: 0 5px 5px 0;
    border-left: 1px solid #edeff1
}

.wallet-main .wallet-detail-content .amount .error-div .input-group .form-control::-webkit-inner-spin-button {
    display: none
}

@media (max-width: 1400px) and (min-width: 1199.98px) {
    .wallet-main .wallet-detail-content {
        flex-wrap: wrap;
        flex-direction: column
    }

    .wallet-main .wallet-detail-content .wallet-amount {
        width: 100%
    }

    .wallet-main .wallet-detail-content .wallet-form {
        width: 100%;
        gap: 10px
    }
}

@media (max-width: 1199.98px) {
    .wallet-main .wallet-detail-content {
        flex-wrap: nowrap
    }
}

@media (max-width: 767.98px) {
    .wallet-main .wallet-detail-content {
        flex-direction: column
    }

    .wallet-main .wallet-detail-content .wallet-amount {
        width: 100%
    }
}

@media (max-width: 575.98px) {
    .wallet-main .wallet-detail-content .wallet-form {
        width: 100%;
        gap: 10px
    }

    .wallet-main .wallet-detail-content .credit-debit-buttons {
        width: 100%;
        justify-content: flex-end
    }
}

.wallet-main .wallet-detail-content .credit-debit-buttons {
    display: flex;
    align-items: center;
    gap: .5rem
}

.select-item .select2-container .select2-selection--single {
    height: 50px
}

.select-item .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 6px 8px !important;
    height: 100%
}

.select-item .select2-container .select2-selection--single .select2-selection__arrow {
    height: 43px
}

.selected-item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px
}

.selected-item img {
    width: calc(38px + .00125*(100vw - 320px));
    height: calc(38px + .00125*(100vw - 320px))
}

.selected-item .detail {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.selected-item .detail h6 {
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    margin: 0;
    border: none;
    line-height: 1;
    color: #00162ecc
}

.selected-item .detail p {
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    color: #00162e99;
    line-height: 1
}

.top-part {
    clear: both;
    height: 36px
}

.top-part .btn {
    padding: 10px;
    line-height: 1
}

.top-part .top-part-left {
    float: left;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 13px;
    margin-bottom: 16px
}

.top-part .top-part-left li {
    border-right: 1px solid #ddd;
    padding: 0px calc(5px + (10 - 5) * ((100vw - 320px) / (1920 - 320)));
    line-height: 1.5;
    font-size: calc(12px + .00125*(100vw - 320px));
    display: flex;
    align-items: center;
    gap: 2px
}

.top-part .top-part-left li:first-child {
    padding-left: 0
}

.top-part .top-part-left li:last-child {
    border: none;
    padding-right: 0
}

.top-part .top-part-left li a {
    color: #00162ecc
}

.top-part .top-part-left li a.current {
    color: #00162e;
    font-weight: 600
}

.top-part .top-part-left li a.current~.count {
    color: #00162e;
    font-weight: 600
}

.top-part .top-part-left .form-select {
    padding: 6px 30px 6px 12px
}

.top-part .top-part-right {
    float: right;
    margin-bottom: 16px
}

.top-part .top-part-right .form-control {
    width: 200px
}

.bottom-part {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
    width: 100%
}

.bottom-part .form-select,
.bottom-part .form-control {
    padding: 6px 30px 6px 12px
}

.title-panel {
    padding: 14px;
    background-color: #f8f8f8;
    border-radius: 6px
}

.profile-contentbox .driver-detail-card .detail-card {
    padding: 20px;
    background-color: #00162e0a;
    border-radius: 8px
}

.profile-contentbox .driver-detail-card .detail-card h6 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 24px;
    line-height: 1.2;
    border: none;
    padding: 0
}

.profile-contentbox .driver-detail-card .detail-card+.detail-card {
    margin-top: 20px
}

.profile-contentbox .driver-detail-card .detail-card .profile-bg {
    background-color: #e5e8ea;
    padding: 50px;
    border-radius: 8px
}

.profile-contentbox .driver-detail-card .detail-card .profile {
    text-align: center;
    margin-top: -50px
}

.profile-contentbox .driver-detail-card .detail-card .profile .img {
    border-radius: 100%;
    width: 90px;
    height: 90px
}

.profile-contentbox .driver-detail-card .detail-card .profile h4 {
    font-weight: 500;
    font-size: 16px;
    margin: 0;
    line-height: 1
}

.profile-contentbox .driver-detail-card .detail-card .profile .rate {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin-top: 6px
}

.profile-contentbox .driver-detail-card .detail-card .profile .rate i {
    color: #e5e8ea;
    font-size: 16px;
    line-height: 1
}

.profile-contentbox .driver-detail-card .detail-card .profile .rate i.fill {
    color: #ffbc58
}

.profile-contentbox .driver-detail-card .detail-card .profile .balance {
    margin: 12px 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2
}

.profile-contentbox .driver-detail-card .detail-card .profile .more-detail {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 20px
}

.profile-contentbox .driver-detail-card .detail-card .profile .more-detail li {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2
}

.profile-contentbox .driver-detail-card .detail-card .profile .more-detail li i {
    font-size: 18px;
    color: var(--primary-color)
}

.customer-detail .profile {
    text-align: center;
    margin-bottom: 20px
}

.customer-detail .profile .img {
    border-radius: 100%;
    width: 90px;
    height: 90px
}

.customer-detail .profile h4 {
    font-weight: 500;
    font-size: 16px;
    margin: 0;
    line-height: 1
}

.customer-detail .profile .rate-box {
    width: max-content;
    padding: 3px 6px;
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    border-radius: 4px;
    color: #fff;
    background-color: #ffbc58
}

.wallet-box {
    padding: 0
}

.wallet-box .form-check-input:checked~.add-note-label {
    display: none;
    white-space: nowrap
}

.wallet-box .form-check-input:checked~.form-check-label {
    display: none
}

.dropdown .dropdown-menu {
    margin: 0;
    padding: 10px;
    width: max-content !important;
    min-width: 13rem;
    left: 0
}

.dropdown .dropdown-menu .form-check-label {
    margin-bottom: 0;
    font-size: 14px
}

.dropdown .dropdown-menu .form-check {
    margin-bottom: 4px
}

.btn-group .dropdown-menu {
    top: 55px;
    margin: 0;
    padding: 10px;
    width: max-content !important;
    min-width: 13rem
}

.btn-group .dropdown-menu #table-filter-status-wrapper,
.btn-group .dropdown-menu #coupons-filter-status-wrapper {
    padding: 0 !important
}

.btn-group .dropdown-menu #table-filter-status-wrapper label,
.btn-group .dropdown-menu #coupons-filter-status-wrapper label {
    font-size: 14px;
    font-weight: 500
}

.btn-group .dropdown-menu #table-filter-status-wrapper .form-select,
.btn-group .dropdown-menu #coupons-filter-status-wrapper .form-select {
    width: 100%
}

.btn-group .dropdown-menu #table-filter-status-wrapper .form-select option:hover,
.btn-group .dropdown-menu #coupons-filter-status-wrapper .form-select option:hover {
    background-color: #ff0
}

.btn-group .dropdown-menu button.dropdown-item {
    font-size: 14px;
    font-weight: 500;
    background-color: var(--primary-color);
    border-radius: 8px;
    padding: 12px;
    color: #fff;
    margin-top: 10px
}

.btn-group .dropdown-menu button.dropdown-item:hover {
    color: var(--primary-color) !important;
    background-color: #5465ff1a
}

.btn-group .dropdown-menu .dropdown-divider {
    display: none
}

.dropdown-item:hover {
    color: var(--primary-color) !important;
    background-color: #5465ff1a
}

.select-service-dropdown .select2.select2-container .select2-selection.select2-selection--multiple,
.select-service-dropdown .select2.select2-container .select2-selection.select2-selection--single {
    height: auto
}

.select-service-dropdown .select2.select2-container .select2-selection.select2-selection--multiple .selected-item img,
.select-service-dropdown .select2.select2-container .select2-selection.select2-selection--single .selected-item img {
    width: 35px;
    height: 35px;
    object-fit: cover
}

.select-service-dropdown .select2.select2-container .select2-selection.select2-selection--multiple .selected-item .detail h6,
.select-service-dropdown .select2.select2-container .select2-selection.select2-selection--single .selected-item .detail h6 {
    font-weight: 400;
    color: #333
}

.select-service-dropdown .select2.select2-container .select2-selection.select2-selection--single .select2-selection__rendered {
    padding: 8px 11px
}

.shortcode-dropdown-box .dropdown-btn {
    border-radius: 6px;
    line-height: 1.3;
    padding: 12px 19px;
    font-size: 15px;
    font-weight: 400;
    position: relative;
    background-color: #edeff166;
    border: 1px solid #eeeeee;
    display: flex;
    color: #00162ecc;
    gap: 5px;
    align-items: center;
    justify-content: center;
    letter-spacing: unset
}

.shortcode-dropdown-box .dropdown-btn:active {
    background-color: #edeff166;
    border: 1px solid #edeff1
}

.shortcode-dropdown-box .dropdown-btn:after {
    content: "";
    font-family: remixicon;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    margin-left: calc(13px + .0025*(100vw - 320px));
    font-size: calc(18px + .00125*(100vw - 320px));
    line-height: 1
}

.shortcode-dropdown-box .dropdown-menu {
    padding: 0;
    width: 100% !important;
    background-color: #fff;
    min-width: unset;
    border: 1px solid #eeeeee
}

.shortcode-dropdown-box .dropdown-menu li {
    display: block
}

.shortcode-dropdown-box .dropdown-menu li+li {
    border-top: 1px solid #eeeeee
}

.shortcode-dropdown-box .dropdown-menu li .dropdown-item {
    font-size: 15px;
    cursor: pointer;
    line-height: 1.3;
    padding: 10px 15px;
    color: #777
}

.shortcode-dropdown-box .dropdown-menu li .dropdown-item:hover {
    color: #00162e !important;
    background-color: #f8f9f9
}

input::-webkit-inner-spin-button {
    display: none
}

input:-webkit-autofill {
    box-shadow: 0 0 0 1000px #f8f9f9 inset !important;
    -webkit-text-fill-color: #00162e !important
}

input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s !important
}

.forgot-pass {
    padding: 0;
    margin-left: auto;
    color: var(--primary-color)
}

.form-control,
.roles .form-control {
    background-color: #edeff166;
    border: 1px solid #eeeeee;
    border-radius: 6px;
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 400;
    color: #00162e;
    font-family: var(--font-family)
}

.form-control::placeholder,
.roles .form-control::placeholder {
    color: #7a8591
}

.form-control:focus,
.form-control:active,
.roles .form-control:focus,
.roles .form-control:active {
    background-color: #edeff166;
    border: 1px solid #eeeeee
}

.form-control[type=color],
.roles .form-control[type=color] {
    width: 50px;
    height: 40px;
    padding: 8px !important
}

.form-control.is-invalid:focus,
.roles .form-control.is-invalid:focus {
    box-shadow: none
}

.start-time input[type=time i]::-webkit-calendar-picker-indicator,
.end-time input[type=time i]::-webkit-calendar-picker-indicator {
    width: 100%;
    background-position-x: right;
    position: relative;
    z-index: 0
}

.start-time .form-control::-webkit-datetime-edit,
.end-time .form-control::-webkit-datetime-edit {
    position: absolute
}

.was-validated .form-control:valid:focus {
    box-shadow: unset;
    outline: none;
    border: 1px solid #eeeeee
}

.was-validated .form-check-input:valid {
    border-color: #eee
}

.was-validated .form-check-input:valid~.form-check-label {
    color: #00162e
}

.was-validated .form-check-input:valid:focus {
    box-shadow: 0 0 0 .25rem #5465ff40
}

.form-check-input.is-valid {
    border-color: #eee
}

.form-check-input.is-valid~.form-check-label {
    color: #00162e
}

.form-control.is-valid:focus {
    box-shadow: unset;
    outline: none;
    border: 1px solid #eeeeee
}

.search-form,
.search-full {
    position: relative
}

.search-form svg,
.search-full svg {
    position: absolute;
    left: 18px;
    top: 14px;
    width: 20px;
    height: 20px;
    color: #7a8591
}

.form-control.search-input {
    padding: 12px 48px !important
}

.form-check {
    align-items: center;
    margin: 0 !important
}

.form-check .form-check-input {
    border: 1px solid #eeeeee;
    height: 20px;
    width: 20px
}

.form-check.form-switch .form-check-input {
    position: relative;
    width: 50px;
    height: 25px;
    background-color: #eee;
    border: none
}

.form-check.form-switch .form-check-input:checked {
    background-color: #00162e;
    border-color: #00162e
}

.form-check.form-switch .form-check-input:focus {
    box-shadow: none
}

.form-check.form-radio {
    padding: 0
}

.form-check.form-radio .form-check-input {
    width: 14px;
    height: 14px
}

.form-check.form-radio .form-check-input:before,
.form-check.form-radio .form-check-input:after {
    content: "";
    position: absolute;
    width: 1.05rem;
    height: 1.05rem;
    top: -2px;
    left: -2px;
    border-radius: 100%
}

.form-check.form-radio .form-check-input:after {
    border: 1px solid #eeeeee
}

.form-check.form-radio .form-check-input:before {
    border: 5px solid var(--primary-color)
}

.editor-space {
    display: flex;
    align-items: center;
    gap: 8px
}

.status-chechbox {
    position: relative
}

.status-chechbox .form-check-input {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer
}

.status-chechbox .form-check-input:checked~span.box-1 {
    background-color: transparent;
    font-weight: 400;
    color: #00162e
}

.status-chechbox .form-check-input:checked~span.box-2 {
    background-color: #00162e0b;
    font-weight: 500;
    color: var(--primary-color)
}

.status-chechbox .switch-letter {
    border: 1px solid #eeeeee;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 400;
    color: #00162e;
    width: 100%;
    display: flex;
    align-items: center;
    background-color: transparent;
    padding: 4px;
    gap: 8px;
    height: auto
}

.status-chechbox .switch-letter span {
    margin: 0;
    color: #7a8591;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 4px
}

.status-chechbox .switch-letter span.box-1 {
    background-color: #00162e0b;
    font-weight: 500;
    color: var(--primary-color)
}

.switch {
    position: relative;
    display: inline-block;
    width: 36.25px;
    height: 20px;
    margin-bottom: 0
}

.switch input {
    display: none
}

.switch input:checked+.switch-state {
    background-color: transparent
}

.switch input:checked+.switch-state:before {
    transform: translate(17px);
    background-color: var(--primary-color)
}

.switch input:checked+.switch-state:after {
    opacity: .2
}

.switch input.toggle-status:disabled~.switch-state {
    cursor: auto;
    opacity: .6
}

.switch .switch-state {
    border-radius: 20px;
    position: absolute;
    transition: .4s;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #eee;
    overflow: hidden;
    z-index: 0
}

.switch .switch-state:before {
    content: "";
    height: 15px;
    width: 15px;
    left: 2px;
    bottom: 2.6px;
    background-color: #fff;
    border-radius: 100px;
    position: absolute;
    transition: .4s
}

.switch .switch-state:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--primary-color);
    transition: .4s;
    opacity: 0;
    z-index: -1
}

.switch-sm .switch {
    width: 25px;
    height: 16px;
    margin-top: 0;
    margin-bottom: 0
}

.form-group {
    position: relative;
    align-items: center
}

.form-group.percentage {
    display: none
}

.form-group:has(.toggle-password .feather) .form-control {
    padding-right: calc(44px + .00125*(100vw - 320px)) !important
}

.form-group label {
    font-size: calc(14px + .00125*(100vw - 320px));
    font-weight: 400;
    color: #00162e;
    letter-spacing: .45px
}

.form-group label span {
    color: #fe3d3d;
    font-size: 16px;
    font-weight: 500
}

.form-group label.error {
    color: #ff4b4b !important;
    font-size: 13px;
    font-weight: 400;
    margin: 4px 0 0;
    letter-spacing: .7px;
    line-height: 1.5
}

.form-group .input-group .select2-selection {
    border-radius: 6px 0 0 6px !important
}

.form-group .input-group .form-control {
    border-radius: 0 6px 6px 0
}

.form-group .input-group .w-100:first-child .form-control {
    border-radius: 6px 0 0 6px !important
}

.form-group .input-group.mb-3 {
    margin-bottom: 0 !important
}

.form-group .input-group .input-group-text {
    border-color: #00162e0a;
    border-right: none;
    border-radius: 6px;
    padding: 12px 16px;
    height: 47px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #edeff1
}

@media (max-width: 768px) {
    .form-group .input-group .input-group-text {
        padding: 7px 12px !important;
        height: 43px
    }
}

.form-group .input-group.phone-detail {
    position: relative
}

.form-group .input-group.phone-detail .select2.select2-container .select2-selection.select2-selection--single {
    border-radius: 6px 0 0 6px !important
}

.form-group .col-md-10 .editor-space {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: baseline
}

.form-group .position-relative .toggle-password {
    position: absolute;
    top: calc(11px + .00125*(100vw - 320px));
    right: 16px;
    left: unset;
    cursor: pointer
}

.form-group .position-relative .toggle-password svg {
    width: 20px !important;
    height: 20px !important;
    color: #7a8591 !important;
    position: relative !important;
    inset: unset !important
}

.form-group .position-relative input[type=password]~.toggle-password svg.eye {
    display: block
}

.form-group .position-relative input[type=password]~.toggle-password svg.eye-off {
    display: none
}

.form-group .position-relative input[type=text]~.toggle-password svg.eye {
    display: none
}

.form-group .position-relative input[type=text]~.toggle-password svg.eye-off {
    display: block
}

.invalid-feedback {
    color: #ff4b4b;
    font-size: 13px;
    font-weight: 400;
    margin: 4px 0 0;
    letter-spacing: .7px;
    line-height: 1.5
}

.invalid-feedback strong {
    font-weight: 400
}

.help-text {
    margin-top: 6px;
    font-size: 14px;
    color: #777;
    font-weight: 400;
    display: inline-block
}

.input-group .btn.btn-outline-secondary {
    border: 1px solid #eeeeee;
    border-left: none;
    background-color: #edeff166
}

.input-group .btn.btn-outline-secondary svg {
    width: 16px !important;
    height: 16px !important
}

.form-control:disabled {
    opacity: .6;
    background-color: #00162e26 !important
}

.form-control[readonly] {
    opacity: 1
}

.parameters,
.bodies,
.head {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr 50px;
    gap: calc(12px + .005*(100vw - 320px))
}

@media (max-width: 575.98px) {

    .parameters,
    .bodies,
    .head {
        display: flex;
        flex-wrap: wrap
    }

    .parameters>div,
    .bodies>div,
    .head>div {
        flex: 0 0 auto;
        width: calc(50% - 7px)
    }

    .parameters>div:last-child,
    .bodies>div:last-child,
    .head>div:last-child {
        margin-left: auto
    }

    .parameters>div:last-child button,
    .bodies>div:last-child button,
    .head>div:last-child button {
        width: calc(56px + (74 - 56) * ((100vw - 320px) / (576 - 320))) !important;
        margin-left: auto
    }
}

.bodies:first-child:last-child,
.head:first-child:last-child,
.parameters:first-child:last-child {
    display: grid;
    grid-template-columns: 1fr 1fr
}

.bodies:first-child:last-child>div,
.head:first-child:last-child>div,
.parameters:first-child:last-child>div {
    width: 100%
}

.bodies:first-child:last-child>div>*,
.head:first-child:last-child>div>*,
.parameters:first-child:last-child>div>* {
    width: 100%
}

.bodies:first-child:last-child>div .btn,
.head:first-child:last-child>div .btn,
.parameters:first-child:last-child>div .btn {
    display: none !important
}

.service-address {
    background-color: #f7f8f9;
    border-radius: 10px;
    padding: 20px
}

.service-address .service-add-detail {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: space-between
}

.service-address .service-add-detail .address {
    display: flex;
    align-items: center;
    gap: 14px
}

.service-address .service-add-detail .address .address-detail h4 {
    color: #00162e;
    font-size: calc(13px + .00125*(100vw - 320px));
    margin: 0 0 2px;
    line-height: 1.3;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis
}

.service-address .service-add-detail .address .address-detail h5 {
    color: #808b97;
    font-size: calc(13px + .00125*(100vw - 320px));
    margin: 0;
    line-height: 1.3;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis
}

.service-address .service-add-detail .action i {
    --Iconsax-Size: 20px;
    --Iconsax-Color: #7a8591
}

.address-body {
    padding: 0 !important;
    height: 445px;
    overflow-y: auto;
    overflow-x: hidden
}

.address-body .service-address-box:first-child:last-child .service-address .service-add-detail .action .delete-icon {
    display: none
}

.advertisement-box {
    flex-direction: column !important
}

.advertisement-box .help-text {
    font-weight: 500;
    color: #27af4d;
    margin-top: 5px
}

.payment-btn {
    font-size: 16px;
    padding: 11px;
    text-transform: capitalize
}

.advertisement-list-box {
    background-color: #edeff166;
    border: 1px solid #eeeeee;
    border-radius: 6px;
    padding: 12px calc(13px + (16 - 13) * ((100vw - 320px) / (1920 - 320)))
}

.advertisement-list-box .title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 22, 46, .15);
    color: #00162ecc;
    letter-spacing: .3px
}

.advertisement-list-box .total-box {
    font-size: calc(14px + .00125*(100vw - 320px));
    color: #00162ecc;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-block: calc(4px + .00375*(100vw - 320px)) 16px;
    margin-bottom: calc(10px + .00375*(100vw - 320px));
    letter-spacing: 0;
    gap: calc(5px + .0025*(100vw - 320px));
    border-bottom: 1px solid rgba(0, 22, 46, .08)
}

.advertisement-list-box .total-box h4 {
    font-size: calc(15px + (18 - 15) * ((100vw - 320px) / (1920 - 320)))
}

.advertisement-list-box .total-box h6 {
    font-weight: 600;
    font-size: calc(32px + .00375*(100vw - 320px));
    line-height: 1.1;
    color: var(--primary-color);
    letter-spacing: .6px
}

.advertisement-list-box .advertisement-list {
    height: calc(100% - 97px)
}

.advertisement-list-box .advertisement-list li {
    width: 100%;
    font-weight: 500;
    color: #00162ecc;
    font-size: calc(14px + (17 - 14) * ((100vw - 320px) / (1920 - 320)));
    display: flex;
    align-items: center;
    justify-content: space-between
}

.advertisement-list-box .advertisement-list li+li {
    margin-top: calc(7px + .00125*(100vw - 320px));
    padding-top: calc(7px + .00125*(100vw - 320px));
    border-top: 1px solid rgba(0, 22, 46, .08)
}

.advertisement-list-box .advertisement-list li.total {
    font-size: calc(19px + .00125*(100vw - 320px));
    color: #00162ecc;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: calc(7px + (10 - 7) * ((100vw - 320px) / (1920 - 320)));
    letter-spacing: 0
}

.advertisement-list-box .advertisement-list li.total h6 {
    font-weight: 600;
    font-size: calc(20px + .00125*(100vw - 320px));
    line-height: 1.1;
    color: var(--primary-color);
    letter-spacing: .6px
}

.advertisement-list-box .advertisement-list li h6 {
    font-weight: 500;
    color: #00162ecc;
    font-size: 17px
}

.wallet-deduction-message {
    color: #ff6161;
    font-weight: 500;
    margin-top: 15px;
    line-height: 1.4;
    font-size: calc(13px + .00125*(100vw - 320px))
}

.location-icon {
    padding: 10px;
    overflow: hidden;
    border-radius: 100%;
    z-index: 0;
    position: relative
}

.location-icon:before {
    opacity: .15
}

.delete-icon {
    background-color: #ff4b4b26;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 100%;
    height: 40px;
    width: 40px
}

.delete-icon i {
    color: #ff4b4bcc;
    background-color: transparent !important;
    font-size: 20px
}

.set-address-box {
    display: flex;
    align-items: center;
    gap: 14px
}

.set-address-box label {
    margin-bottom: 0
}

.set-address-box .form-check-input {
    margin: 0;
    width: 1.35rem;
    height: 1.35rem;
    border: none;
    background-color: transparent
}

.set-address-box .form-check-input:after {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.edit-icon {
    background-color: #eee;
    padding: 10px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.edit-icon svg {
    width: 18px;
    height: 18px;
    color: #00162eb3
}

.add-more {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px
}

.add-more h5 {
    font-size: 18px;
    margin-bottom: 0;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 25px;
    color: #00162ecc
}

.add-more .add-more-div {
    background-color: #edeff18c;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center
}

.add-more .add-more-div svg {
    width: 20px;
    height: 20px;
    color: #00162e
}

.address-list {
    max-height: 500px;
    overflow: auto
}

.withdraw-icon {
    background-image: url(/build/assets/add-c0680b88.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px;
    width: 40px;
    height: 40px
}

#toast-container.toast-top-center {
    top: 12px
}

#toast-container .toast {
    border: 1px solid;
    border-left: 5px solid;
    border-radius: 5px;
    font-size: 16px;
    width: max-content !important;
    background-color: #fff !important;
    max-width: 500px !important;
    box-shadow: #1d23271a 0 4px 12px
}

#toast-container .toast.toast-success {
    border-color: var(--primary-color);
    color: var(--primary-color);
    background-image: url(/build/assets/primary-4dd87a7d.svg) !important
}

#toast-container .toast.toast-success .toast-progress {
    background-color: transparent
}

#toast-container .toast.toast-warning {
    border-color: #ffbc58;
    color: #ffbc58;
    box-shadow: 0 0 12px #ffbc582b !important;
    background-image: url(/build/assets/warning-a069c3a4.svg) !important
}

#toast-container .toast.toast-warning .toast-progress {
    background-color: transparent
}

#toast-container .toast.toast-error {
    border-color: #ff4b4b;
    color: #ff4b4b;
    box-shadow: 0 0 12px #ff4b4b2b !important;
    background-image: url(/build/assets/danger-207c331e.svg) !important
}

#toast-container .toast.toast-error .toast-progress {
    background-color: transparent
}

#toast-container>div {
    opacity: 1
}

#toast-container>div:hover {
    box-shadow: 0 0 7px #7777778a
}

.checkbox_animated,
.form-check .form-check-input {
    cursor: pointer;
    position: relative;
    margin: 0 1rem 0 0;
    filter: none
}

.checkbox_animated:focus,
.form-check .form-check-input:focus {
    box-shadow: none
}

.checkbox_animated:before,
.form-check .form-check-input:before {
    transition: transform .4s cubic-bezier(.45, 1.8, .5, .75);
    transform: rotate(-45deg) scale(0);
    content: "";
    position: absolute;
    left: .25rem;
    top: .25rem;
    z-index: 1;
    width: .75rem;
    height: .375rem;
    border: 2px solid var(--primary-color);
    border-top-style: none;
    border-right-style: none
}

.checkbox_animated:after,
.form-check .form-check-input:after {
    content: "";
    position: absolute;
    top: -.125rem;
    left: -1px;
    width: 1.35rem;
    height: 1.35rem;
    background: #ffffff;
    border: 2px solid #e8ebf2;
    cursor: pointer;
    border-radius: 4px
}

.checkbox_animated:checked:before,
.form-check .form-check-input:checked:before {
    transform: rotate(-45deg) scale(1)
}

.radio_animated {
    position: relative;
    margin: 0 1rem 0 0;
    cursor: pointer
}

.radio_animated:before {
    transition: transform .4s cubic-bezier(.45, 1.8, .5, .75);
    transform: scale(0);
    content: "";
    position: absolute;
    top: 0;
    left: .125rem;
    z-index: 1;
    width: .75rem;
    height: .75rem;
    background: var(--primary-color);
    border-radius: 50%
}

.radio_animated:after {
    content: "";
    position: absolute;
    top: -.25rem;
    left: -.125rem;
    width: 1.25rem;
    height: 1.25rem;
    background: #ffffff;
    border: 2px solid #e8ebf2;
    border-radius: 50%
}

.radio_animated:checked:before {
    transform: scale(1)
}

.error-div {
    display: flex;
    flex-direction: column-reverse
}

.error-div.disable-select .select2-container.select2-container--disabled .selection .select2-selection {
    opacity: 1;
    background-color: #00162e14 !important
}

.error-div.disable-select .select2-container.select2-container--disabled .selection .select2-selection .select2-selection__choice {
    opacity: .9
}

.error-div.disable-select .select2-container.select2-container--disabled .selection .select2-selection .select2-selection__choice:before {
    opacity: 1;
    background-color: #fff
}

.error-div:has(span.help-text, label.error) {
    display: grid
}

.error-div:has(span.help-text, label.error) .help-text {
    order: 2
}

.error-div .input-group .form-control.error~label.error {
    margin-left: -42px
}

.error-div .input-group .form-control~label.error {
    margin-left: -42px
}

.error-div .input-group .percent .form-control.error~label.error {
    margin-left: 0
}

.error-div .input-group .percent .form-control~label.error {
    margin-left: 0
}

.error-div .select2 {
    order: 1
}

.error-div .error {
    order: 2
}

.percentage .price .input-group .form-control {
    border-radius: 6px 0 0 6px !important
}

.percentage .price .input-group .form-control.fix-input {
    border-radius: 0 6px 6px 0 !important
}

.map-warper {
    height: calc(250px + .09375*(100vw - 320px))
}

.page-wrapper .page-body-wrapper footer {
    margin-left: 255px;
    transition: all .3s ease-in-out;
    z-index: 8;
    background-color: #fff;
    padding: calc(13px + (20 - 13) * ((100vw - 320px) / (1920 - 320))) calc(10px + (15 - 10) * ((100vw - 320px) / (1920 - 320))) !important;
    bottom: 0;
    left: 0;
    position: sticky;
    margin-top: 0
}

@media (max-width: 767px) {
    .page-wrapper .page-body-wrapper footer {
        margin-left: 0;
        width: 100%
    }
}

.page-wrapper .page-body-wrapper footer p {
    color: #00162ecc;
    line-height: inherit;
    font-size: 14px
}

.page-wrapper .page-body-wrapper footer p i {
    color: #ff4b4b;
    margin-left: 5px
}

.page-wrapper .page-body-wrapper footer a {
    font-weight: 600
}

.page-wrapper .page-body-wrapper footer.footer-starter-kit {
    bottom: -52px
}

.onhover-show-div {
    box-shadow: 1px 2px 3px -3px #00162e99;
    transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
    left: 0
}

.nav-menus .onhover-dropdown:hover .onhover-show-div {
    opacity: 1;
    transform: translateY(0);
    visibility: visible
}

.page-wrapper .page-main-header {
    background-color: #fff;
    height: 67px;
    position: fixed;
    top: 0;
    z-index: 7;
    width: calc(100% - 255px);
    display: flex;
    align-items: center;
    padding: 0 25px;
    margin-left: 255px
}

@media (max-width: 575.98px) {
    .page-wrapper .page-main-header {
        margin: 0
    }
}

.page-wrapper .page-main-header.open {
    margin-left: 0;
    width: calc(100% - 90px);
    right: 0
}

@media (max-width: 575.98px) {
    .page-wrapper .page-main-header.open {
        margin: 0;
        width: 100%
    }
}

.page-wrapper .page-body-wrapper .page-body {
    min-height: calc(100vh - 132px);
    margin-top: 67px;
    padding: calc(16px + (27 - 16) * ((100vw - 320px) / (1920 - 320))) calc(4px + (15 - 4) * ((100vw - 320px) / (1920 - 320)));
    position: relative;
    background-color: #f7f8f9
}

.page-main-header {
    max-width: 100vw
}

.page-main-header .main-header-right {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 25px;
    margin: 0;
    flex-wrap: nowrap
}

.page-main-header .main-header-right .mobile-sidebar {
    padding: 0;
    margin-top: 6px
}

.page-main-header .main-header-right .mobile-sidebar i {
    --Iconsax-Size: 24px;
    --Iconsax-Color: #00162E
}

.page-main-header .main-header-right .nav-left i {
    margin-right: 20px
}

.page-main-header .main-header-right .nav-left input:focus {
    outline: 0 !important
}

.page-main-header .main-header-right .nav-right {
    text-align: right;
    padding: 0
}

.page-main-header .main-header-right .nav-right ul li svg {
    width: 22px;
    height: 22px
}

.page-main-header .main-header-right .nav-right ul li a {
    color: #313131
}

.page-main-header .main-header-right .nav-right .notification {
    position: absolute;
    top: 21px;
    right: -1px;
    font-size: 9px;
    animation: blink 1.5s infinite
}

@keyframes blink {
    0% {
        opacity: 1
    }

    70% {
        opacity: 1
    }

    80% {
        opacity: 0
    }

    to {
        opacity: 0
    }
}

.page-main-header .main-header-right .nav-right .icon-user {
    font-size: 16px
}

@keyframes heartbit {
    0% {
        transform: scale(0);
        opacity: 0
    }

    25% {
        transform: scale(.1);
        opacity: .1
    }

    50% {
        transform: scale(.5);
        opacity: .3
    }

    75% {
        transform: scale(.8);
        opacity: .5
    }

    to {
        transform: scale(1);
        opacity: 0
    }
}

.page-main-header .main-header-right .nav-right>ul {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.page-main-header .main-header-right .nav-right>ul>li {
    position: relative;
    border-right: 1px solid #eeeeee;
    padding: 0 12px;
    line-height: 0;
    color: #00162ecc
}

.page-main-header .main-header-right .nav-right>ul>li:first-child {
    border-left: none
}

.page-main-header .main-header-right .nav-right>ul>li:last-child {
    padding-right: 0;
    border-right: none
}

.page-main-header .main-header-right .nav-right>ul>li h6 {
    margin-top: 4px;
    margin-bottom: 4px;
    color: #00162e;
    font-size: 16px;
    line-height: 1
}

.page-main-header .main-header-right .nav-right>ul>li h6 ul {
    left: inherit;
    right: -10px;
    width: 130px
}

.page-main-header .main-header-right .nav-right>ul>li h6 ul:before,
.page-main-header .main-header-right .nav-right>ul>li h6 ul:after {
    left: inherit;
    right: 10px
}

.page-main-header .main-header-right .nav-right>ul>li h6 ul li {
    display: block
}

.page-main-header .main-header-right .nav-right>ul>li h6 ul li a {
    font-size: 14px;
    color: #2a3142
}

.page-main-header .main-header-right .nav-right>ul>li h6 ul li a i {
    margin-left: 10px;
    font-size: 13px;
    color: #2a3142
}

.page-main-header .main-header-right .nav-right>ul .cache-button {
    line-height: 1
}

.page-main-header .main-header-right .nav-right>ul .cache-button i {
    font-size: 23px
}

.page-main-header .main-header-right .nav-right>ul .quick-onhover-dropdown {
    line-height: 1;
    border: 0;
    padding: 0;
    margin: 0 calc(4px + .005*(100vw - 320px))
}

@media (max-width: 575.98px) {
    .page-main-header .main-header-right .nav-right>ul .quick-onhover-dropdown {
        margin: 0;
        border-right: 1px solid #eeeeee
    }
}

.page-main-header .main-header-right .nav-right>ul .quick-onhover-dropdown .quick-dropdown-box .new-btn {
    gap: .25rem;
    align-items: center;
    display: flex;
    padding: calc(9px + (12 - 9) * ((100vw - 320px) / (1920 - 320)));
    position: relative;
    font-weight: 500;
    border-radius: 4px;
    color: var(--primary-color);
    overflow: hidden;
    z-index: 0
}

@media (max-width: 1199.98px) and (min-width: 991.98px) {
    .page-main-header .main-header-right .nav-right>ul .quick-onhover-dropdown .quick-dropdown-box .new-btn {
        padding: 0
    }

    .page-main-header .main-header-right .nav-right>ul .quick-onhover-dropdown .quick-dropdown-box .new-btn i {
        font-size: 20px;
        color: #313131
    }
}

@media (max-width: 767.98px) {
    .page-main-header .main-header-right .nav-right>ul .quick-onhover-dropdown .quick-dropdown-box .new-btn {
        padding: 0
    }

    .page-main-header .main-header-right .nav-right>ul .quick-onhover-dropdown .quick-dropdown-box .new-btn i {
        font-size: 20px;
        color: #313131
    }
}

.page-main-header .main-header-right .nav-right>ul .quick-onhover-dropdown .quick-dropdown-box .new-btn:before {
    opacity: .1
}

@media (max-width: 1199.98px) and (min-width: 991.98px) {
    .page-main-header .main-header-right .nav-right>ul .quick-onhover-dropdown .quick-dropdown-box .new-btn:before {
        content: none
    }
}

@media (max-width: 767.98px) {
    .page-main-header .main-header-right .nav-right>ul .quick-onhover-dropdown .quick-dropdown-box .new-btn:before {
        content: none
    }
}

.page-main-header .main-header-right .nav-right>ul .quick-onhover-dropdown .quick-dropdown-box .onhover-show-div {
    top: auto;
    box-shadow: 1px 2px 8px #00162e26;
    right: 0;
    margin-top: 8px;
    left: unset;
    overflow: hidden
}

@media (max-width: 575.98px) {
    .page-main-header .main-header-right .nav-right>ul .quick-onhover-dropdown .quick-dropdown-box .onhover-show-div {
        position: fixed;
        right: 17px
    }
}

.page-main-header .main-header-right .nav-right>ul .quick-onhover-dropdown .quick-dropdown-box .onhover-show-div .dropdown-list a {
    gap: 9px
}

.page-main-header .main-header-right .nav-right>ul .dark-light-mode {
    cursor: pointer
}

.page-main-header .main-header-right .nav-right>ul .dark-light-mode .light-mode {
    display: flex
}

.page-main-header .main-header-right .nav-right>ul .dark-light-mode .dark-mode {
    display: none
}

.page-main-header .main-header-right .nav-right>ul .flag-icon {
    font-size: 16px
}

.page-main-header .main-header-right .nav-right .notification-dropdown {
    top: 32px
}

.page-main-header .main-header-right .nav-right .language-dropdown {
    min-width: 160px;
    width: max-content;
    text-align: left;
    top: 32px;
    left: unset;
    right: 0
}

.page-main-header .main-header-right .nav-right .language-dropdown li {
    padding-top: 10px;
    display: block
}

.page-main-header .main-header-right .nav-right .language-dropdown li a {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px
}

.page-main-header .main-header-right .nav-right .language-dropdown li a i {
    margin-right: 10px
}

.page-main-header .main-header-right .nav-right .language-dropdown li a span {
    transition: all .35s ease;
    transform: translate(0)
}

.page-main-header .main-header-right .nav-right .language-dropdown li img {
    width: 25px
}

.page-main-header .main-header-right .nav-right .language-dropdown li:first-child {
    padding-top: 0
}

.page-main-header .main-header-right .nav-right .language-dropdown li:hover a span {
    transition: all .35s ease;
    transform: translate(4px);
    color: var(--primary-color)
}

.page-main-header .main-header-right .nav-right .profile-dropdown {
    right: -10px;
    left: inherit;
    width: 150px;
    top: 42px
}

.page-main-header .main-header-right .nav-right .profile-dropdown:before,
.page-main-header .main-header-right .nav-right .profile-dropdown:after {
    left: inherit;
    right: 10px
}

.page-main-header .main-header-right .nav-right .profile-dropdown li {
    display: block;
    text-align: left;
    padding-top: 10px
}

.page-main-header .main-header-right .nav-right .profile-dropdown li:nth-child(3) {
    padding-bottom: 10px
}

.page-main-header .main-header-right .nav-right .profile-dropdown li:nth-child(4) {
    border-top: 1px solid #eff0f1
}

.page-main-header .main-header-right .nav-right .profile-dropdown li:first-child {
    padding-top: 0
}

.page-main-header .main-header-right .nav-right .profile-dropdown li:hover a span {
    transition: all .35s ease;
    transform: translate(4px);
    color: var(--primary-color)
}

.page-main-header .main-header-right .nav-right .profile-dropdown li a {
    color: #00162e;
    display: flex;
    align-items: center
}

.page-main-header .main-header-right .nav-right .profile-dropdown li a span {
    transition: all .35s ease;
    transform: translate(0)
}

.page-main-header .main-header-right .nav-right .profile-dropdown li a svg {
    margin-right: 10px;
    color: #00162e
}

.page-main-header .main-header-right li {
    display: inline-block;
    position: relative
}

.page-main-header .main-header-right .search-full {
    background-color: #fff;
    position: absolute;
    right: 0;
    z-index: 1;
    height: 0;
    width: 0;
    transform: scale(0);
    transition: all .3s ease;
    top: 7px
}

.page-main-header .main-header-right .search-full.open {
    height: auto;
    width: 100%;
    animation: zoomIn .5s ease-in-out;
    transform: scale(1);
    transition: all .3s ease
}

.page-main-header .main-header-right .search-full input {
    padding-left: 60px;
    width: 100% !important
}

.page-main-header .main-header-right .search-full input:focus {
    outline: none !important
}

.page-main-header .main-header-right .search-full .form-group .search-icon {
    top: 50%;
    transform: translateY(-50%)
}

.page-main-header .main-header-right .search-full .form-group .close-search {
    position: absolute;
    right: 10px;
    left: unset;
    top: 50%;
    transform: translateY(-50%);
    color: #898989;
    cursor: pointer;
    --Iconsax-Size: 24px
}

[dir=rtl] .page-main-header .main-header-right .search-full .form-group .close-search {
    left: 10px;
    right: unset
}

@media (min-width: 768px) and (max-width: 991px) {
    .page-main-header .main-header-right .search-full {
        top: 18px
    }
}

.page-main-header .main-header-right .search-input-btn {
    width: calc(259px + (369 - 259) * ((100vw - 991px) / (1920 - 991)));
    padding: calc(10px + (12 - 10) * ((100vw - 991px) / (1920 - 991))) calc(38px + (48 - 38) * ((100vw - 991px) / (1920 - 991)));
    font-size: 14px;
    font-weight: 400;
    color: #7a8591;
    position: relative;
    font-family: var(--font-family);
    text-align: unset;
    letter-spacing: unset
}

.page-main-header .main-header-right .search-input-btn:hover {
    background-color: #edeff166;
    border: 1px solid #eeeeee
}

.page-main-header .main-header-right .search-input-btn svg {
    position: absolute;
    left: calc(12px + (18 - 12) * ((100vw - 991px) / (1920 - 991)));
    top: 50%;
    transform: translateY(-50%);
    width: calc(18px + (20 - 18) * ((100vw - 991px) / (1920 - 991)));
    height: calc(18px + (20 - 18) * ((100vw - 991px) / (1920 - 991)));
    color: #7a8591
}

.page-main-header .main-header-right .search-input-btn span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 11px;
    font-size: 10px;
    letter-spacing: .2px;
    font-weight: 500;
    background-color: #00162e1a;
    padding: 2px 5px;
    border-radius: 4px
}

.nav-menus .notification-badge {
    position: absolute;
    right: 7px;
    top: -7px;
    padding: 5px 5px 3px;
    border-radius: 100%;
    font-size: 10px;
    font-weight: 600;
    background-color: #fe3d3d;
    color: #fff
}

.nav-menus .onhover-dropdown {
    cursor: pointer;
    position: relative
}

.nav-menus .onhover-dropdown:before {
    display: none
}

.notification-dropdown {
    padding: 0 !important
}

.notification-dropdown li {
    padding: 0 16px;
    display: flex;
    text-align: left;
    align-items: center;
    gap: 8px
}

.notification-dropdown li:first-child {
    padding: 0
}

.notification-dropdown li:first-child h4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #e8ebf2;
    padding: calc(14px + .00375*(100vw - 320px));
    margin-bottom: 0
}

.notification-dropdown li:last-child {
    margin-top: 15px;
    border-top: 1px solid #e8ebf2;
    padding: 15px
}

.notification-dropdown li:last-child a {
    display: block;
    width: 100%
}

.notification-dropdown li svg {
    width: 14px !important;
    height: 14px !important;
    color: var(--primary-color)
}

.notification-dropdown li p {
    margin: 0;
    font-size: 14px;
    text-transform: capitalize;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: all .35s ease;
    transform: translate(0)
}

.notification-dropdown li+li {
    padding-top: 20px;
    padding-bottom: 0
}

.notification-dropdown .no-data-detail img {
    height: 110px;
    width: 110px;
    margin: 20px auto
}

ul .notification-dropdown.onhover-show-div {
    width: 330px;
    right: 0;
    left: initial
}

ul .notification-dropdown.onhover-show-div:before,
ul .notification-dropdown.onhover-show-div:after {
    left: inherit !important;
    right: 35px !important
}

ul .notification-dropdown.onhover-show-div li {
    display: flex;
    text-align: left;
    align-items: center;
    gap: 8px
}

ul .notification-dropdown.onhover-show-div li h4 {
    font-size: 20px;
    font-weight: 500
}

ul .notification-dropdown.onhover-show-div li h6 small {
    padding-top: 5px;
    color: #898989;
    font-size: 12px
}

ul .notification-dropdown.onhover-show-div li span svg {
    margin-top: 0 !important;
    margin-right: 10px;
    vertical-align: text-top
}

ul .notification-dropdown.onhover-show-div li+li:hover p {
    color: var(--primary-color);
    transition: all .35s ease;
    transform: translate(4px)
}

ul .notification-dropdown .clear-box-link {
    padding-top: 0 !important
}

ul .notification-dropdown .notification-main-box {
    max-height: 240px;
    overflow: auto
}

ul .notification-dropdown .notification-main-box::-webkit-scrollbar {
    width: 5px
}

ul .notification-dropdown .notification-main-box::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px transparent;
    border-radius: 10px
}

ul .notification-dropdown .notification-main-box::-webkit-scrollbar-thumb {
    background-color: #0003;
    border-radius: 10px
}

ul .notification-dropdown .notification-main-box .notification-box {
    display: block !important;
    width: 100%
}

ul .notification-dropdown .notification-main-box .notification-box+.notification-box {
    padding-top: 12px
}

ul .notification-dropdown .notification-main-box .notification-box p {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    position: relative;
    padding-left: 15px;
    font-size: 14px;
    line-height: 1.5
}

ul .notification-dropdown .notification-main-box .notification-box p:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 5px;
    height: 1px;
    border-top: 1px solid #7f786d
}

.onhover-show-div {
    top: 67px;
    position: absolute;
    z-index: 8;
    background-color: #fff;
    transition: all linear .3s;
    padding: 20px;
    border-radius: 6px;
    box-shadow: 1px 2px 8px -3px #00162e99
}

.onhover-show-div li a svg {
    margin-top: 0 !important;
    color: #00162e
}

.nav-menus .search-form input {
    border: 1px solid #eff0f1;
    padding: 10px 10px 10px 70px;
    border-radius: 50px;
    background-color: #f7f8f9
}

.search-list {
    position: absolute;
    top: 50px;
    left: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #ffffff;
    border: 1px solid rgba(84, 101, 255, .1);
    border-radius: 6px;
    box-shadow: 0 6px 10px 4px #00162e1a;
    max-height: 333px;
    overflow: auto;
    padding: 0
}

.search-list li {
    font-size: 15px;
    padding: 0;
    border-bottom: 1px solid rgba(84, 101, 255, .1);
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    padding: calc(8px + .0025*(100vw - 320px)) calc(12px + (15 - 12) * ((100vw - 320px) / (1920 - 320)))
}

.search-list li a:before {
    content: none !important
}

.search-list li a svg {
    display: none
}

.search-list li .badge {
    background-color: var(--primary-color);
    border-radius: 4px;
    width: 20px;
    height: 20px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.search-list li .sidebar-header,
.search-list li a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #313131
}

.search-list li:last-child {
    border-bottom: none
}

.search-list li:hover {
    background-color: #edeff166
}

.search-list li:hover:before {
    content: "";
    width: 3px;
    height: 45px;
    background-color: var(--primary-color);
    position: absolute;
    top: 0;
    left: 0
}

.search-list li:hover a {
    color: #00162e
}

.search-list li .sidebar-header {
    position: relative
}

.search-list li .sidebar-header:hover {
    background-color: #edeff166
}

.search-list li .sidebar-header:hover:before {
    content: "";
    width: 3px;
    height: 45px;
    background-color: var(--primary-color);
    position: absolute;
    top: 0;
    left: 0
}

.search-list li .sidebar-header:hover a {
    color: #00162e
}

.search-list li .sidebar-submenu {
    display: flex;
    flex-direction: column;
    border-top: 1px solid rgba(84, 101, 255, .1)
}

.search-list li .sidebar-submenu li {
    padding: calc(8px + .0025*(100vw - 320px)) calc(12px + (15 - 12) * ((100vw - 320px) / (1920 - 320)))
}

.search-list li .sidebar-submenu li:last-child {
    border-bottom: none
}

.search-list li .sidebar-submenu li a {
    color: #313131;
    padding: 0 0 0 30px
}

.search-list li.no-data {
    text-align: center;
    padding: 12px
}

.profile-box {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    gap: 8px;
    color: #00162e;
    line-height: 1
}

.profile-box .profile-image {
    width: 33px;
    height: 33px;
    min-width: 33px
}

.quick-dropdown-box .onhover-show-div {
    right: unset;
    padding: 0
}

.quick-dropdown-box .onhover-show-div .dropdown-title {
    padding: 18px;
    border-bottom: 1px dashed #eeeeee;
    color: #222
}

.quick-dropdown-box .onhover-show-div .dropdown-title h4 {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600
}

.quick-dropdown-box .onhover-show-div .dropdown-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 350px;
    text-align: center;
    margin-bottom: -1px
}

@media (max-width: 575.98px) {
    .quick-dropdown-box .onhover-show-div .dropdown-list {
        width: calc(287px + (350 - 287) * ((100vw - 320px) / (576 - 320)))
    }
}

.quick-dropdown-box .onhover-show-div .dropdown-list li {
    margin-bottom: 0
}

.quick-dropdown-box .onhover-show-div .dropdown-list li:nth-child(odd) {
    border-right: 1px dashed #eeeeee
}

.quick-dropdown-box .onhover-show-div .dropdown-list a {
    display: grid !important;
    font-size: 13px;
    padding: 12px;
    border-top: unset;
    border-bottom: 1px dashed #eeeeee;
    opacity: 1;
    color: #222 !important
}

.quick-dropdown-box .onhover-show-div .dropdown-list a .svg-box {
    width: 40px;
    height: 40px;
    border: 1px solid #eeeeee;
    background-color: #f3f3f3;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-inline: auto;
    font-size: 20px
}

.quick-dropdown-box .onhover-show-div .dropdown-list a .svg-box i {
    color: #232323
}

.quick-dropdown-box .onhover-show-div .dropdown-list a span {
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 15px;
    line-height: 1.3
}

.img-fix {
    width: 40px;
    min-width: 40px;
    background: transparent;
    height: 40px;
    border: none;
    object-fit: cover;
    border-radius: 100%;
    padding: 0;
    margin-right: 8px
}

.notification-setting {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.notification-setting li {
    padding: 14px;
    border-radius: 5px;
    position: relative;
    background-color: #00162e0a;
    text-transform: capitalize
}

.notification-setting li.unread {
    background-color: #5465ff1a;
    border-left: 2px solid var(--primary-color)
}

.notification-setting li i {
    --Iconsax-Size: 16px;
    --Iconsax-Color: #00162e8c
}

.notification-setting li h4 {
    margin-bottom: 6px;
    color: #00162ecc;
    font-size: calc(14px + .00125*(100vw - 320px));
    font-weight: 500;
    line-height: 1.25
}

.notification-setting li h5 {
    color: #00162e80;
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    font-size: 14px
}

.notification-setting li h5 svg {
    width: 18px;
    height: 18px
}

.notification-setting .no-data-detail {
    min-height: 700px;
    align-items: center;
    justify-content: center
}

.notification-setting .no-data-detail img {
    height: 150px;
    width: 150px;
    margin: 20px auto
}

.header-form-control~.select2.select2-container .select2-selection.select2-selection--single .select2-selection__rendered {
    padding: 12px 40px 12px 16px !important;
    min-width: 180px
}

.auth-page {
    background-color: #00162e;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 0;
    min-height: 100vh;
    overflow: auto;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding: calc(25px + (60 - 25) * ((100vw - 320px) / (1920 - 320))) 0;
    background-position: center
}

@media (max-width: 1199px) {
    .auth-page .ms-auto {
        margin: 0 auto
    }
}

.auth-page [class*=badge-version-].badge {
    position: absolute;
    bottom: 30px;
    right: 30px
}

.auth-page .auth-card {
    border-radius: calc(11px + (20 - 11) * ((100vw - 320px) / (1920 - 320)));
    position: relative;
    padding: 40px;
    background-color: #fff;
    box-shadow: 0 0 35px 2px #0000000d
}

.auth-page .auth-card .login-img {
    width: calc(96px + .015*(100vw - 320px))
}

.auth-page .auth-card .welcome {
    border-left: 3px solid var(--primary-color);
    padding: calc(2px + .00125*(100vw - 320px)) 0 calc(2px + .00125*(100vw - 320px)) calc(10px + .00375*(100vw - 320px));
    margin: calc(21px + (30 - 21) * ((100vw - 320px) / (1920 - 320))) 0 calc(16px + .00875*(100vw - 320px))
}

.auth-page .auth-card .welcome h3 {
    font-size: calc(20px + .00375*(100vw - 320px));
    font-weight: 600;
    color: #00162e;
    margin-bottom: calc(2px + .00125*(100vw - 320px))
}

.auth-page .auth-card .welcome p {
    margin-bottom: 0;
    font-size: calc(13px + (14 - 13) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 400;
    line-height: 1.4;
    color: #808b97
}

.auth-page .auth-card .main svg {
    width: 22px;
    height: 22px;
    color: #7a8591;
    position: absolute;
    top: 44px;
    left: 16px;
    z-index: 1
}

.auth-page .auth-card .main .submit {
    cursor: pointer;
    border-radius: 10px;
    color: #fff;
    background-color: var(--primary-color);
    padding: 12px;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    margin-top: 30px
}

.auth-page .auth-card .main .forgot-pass {
    padding: 10px 0 0;
    text-align: end;
    font-size: 14px
}

.auth-page .auth-card .main .forgot-pass a {
    padding: 0;
    color: var(--primary-color);
    font-size: calc(14px + .00125*(100vw - 320px));
    letter-spacing: .5px;
    display: flex;
    border: none;
    align-items: center;
    justify-content: end;
    gap: 6px
}

.auth-page .auth-card .main .forgot-pass a svg {
    position: static;
    color: var(--primary-color);
    transform: translate(0);
    transition: all .2s ease
}

.auth-page .auth-card .main .forgot-pass a:hover svg {
    transform: translate(calc(-2px + (-5 - -2) * ((100vw - 320px) / (1920 - 320))));
    transition: all .2s ease
}

.auth-page .auth-card .main .form-group .position-relative .toggle-password i {
    position: unset
}

.auth-page .auth-card .main:has(.forgot-pass) {
    position: relative
}

.auth-page .auth-card .main:has(.forgot-pass) .forgot-pass {
    display: inline-block;
    position: absolute;
    bottom: calc(5px + (10 - 5) * ((100vw - 320px) / (1920 - 320)));
    left: 0;
    padding: 0
}

.auth-page .auth-card .main .login-form .forgot-pass {
    position: relative;
    inset: unset;
    display: block
}

.auth-page .alert.alert-success {
    color: #27af4d;
    background-color: #27af4d1a;
    padding: 12px 16px;
    border-color: #27af4d80;
    border-radius: 6px
}

@media (max-width: 1199px) {
    .auth-page .animate-object {
        display: none
    }
}

.auth-page .animate-object .vase-img {
    position: absolute;
    left: 100px;
    bottom: 60px;
    height: 140px
}

@media (min-width: 1399px) {
    .auth-page .animate-object .vase-img {
        height: 170px
    }
}

.auth-page .animate-object .girl-img {
    position: absolute;
    left: 250px;
    bottom: 30px;
    height: 390px
}

@media (min-width: 1399px) {
    .auth-page .animate-object .girl-img {
        height: 430px
    }
}

.auth-page .animate-object .lamp-img {
    position: absolute;
    left: 250px;
    top: 0;
    height: 330px
}

.auth-page .animate-object .clockbox {
    position: absolute;
    top: 160px;
    opacity: .3;
    padding: 8px;
    left: 43%
}

.auth-page .auth-form .tab-content {
    overflow: hidden auto
}

.auth-page .auth-form .tab-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #e8ebf2
}

.auth-page .auth-form .tab-content::-webkit-scrollbar {
    width: 6px;
    height: 5px
}

.auth-page .auth-form .tab-content::-webkit-scrollbar-thumb {
    background-color: #5465ff1a;
    border-radius: 100px
}

.auth-page .auth-form .footer .btn-primary:before {
    content: none
}

.auth-page .auth-form .tab2-card .nav-tabs .nav-link.active .feather {
    color: var(--primary-color)
}

.auth-page .auth-form .tab2-card .nav-tabs .nav-link .feather {
    position: relative;
    inset: unset
}

@media (min-width: 420px) {
    .auth-page .auth-form .phone-detail .col-sm-1 {
        width: 25%
    }
}

@media (max-width: 420.98px) {
    .auth-page .auth-form .phone-detail .col-sm-1 {
        width: 32%
    }
}

@media (min-width: 420px) {
    .auth-page .auth-form .phone-detail .col-sm-11 {
        width: 75%
    }
}

@media (max-width: 420.98px) {
    .auth-page .auth-form .phone-detail .col-sm-11 {
        width: 68%
    }
}

.clockbox {
    background-color: #8396ab;
    border-radius: 4px;
    box-shadow: 6px 1px 13px 5px #001324
}

.clockbox svg {
    width: 75px;
    height: 75px
}

.circle {
    fill: #bccfe5;
    stroke: #485a7029;
    stroke-width: 80px;
    stroke-miterlimit: 10
}

.mid-circle {
    fill: #000
}

.hour-marks {
    fill: none;
    stroke: #000;
    stroke-width: 9;
    stroke-miterlimit: 10
}

.hour-hand {
    fill: none;
    stroke: #000;
    stroke-width: 17;
    stroke-miterlimit: 10
}

.minute-hand {
    fill: none;
    stroke: #000;
    stroke-width: 11;
    stroke-miterlimit: 10
}

.second-hand {
    fill: none;
    stroke: #000;
    stroke-width: 15px;
    stroke-miterlimit: 10
}

.sizing-box {
    fill: none
}

#hour,
#minute,
#second {
    transform-origin: 300px 300px;
    transition: transform .5s ease-in-out
}

.demo-credential {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px
}

.demo-credential .btn {
    width: 100%;
    background-color: transparent;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    line-height: 1.75
}

.demo-credential .btn:hover {
    background-color: var(--primary-color);
    color: #fff
}

.copy-data {
    margin-top: 24px;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    background: rgba(242, 242, 242, .1);
    border-radius: 4px;
    border: none;
    padding: 10px 13px;
    box-shadow: none;
    outline: none;
    border: 1px dashed #ffffff42
}

.copy-data .copy-data-div label {
    font-size: 16px;
    color: #00162ef2
}

.copy-data .copy-data-div p {
    color: #00162ef2;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 5px
}

.copy-data .copy-data-div p span i {
    font-size: 20px
}

.copy-data .copy-data-div p:last-child {
    margin-bottom: 0
}

.copy-data .code-box-copy__btn {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 20px
}

#loader {
    position: absolute;
    background: white;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1050
}

.notLoaded {
    height: 100vh;
    overflow: hidden;
    position: fixed;
    margin: 0;
    width: 100%
}

.page-loader .page-loader-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    gap: 12px
}

.page-loader .page-loader-wrapper img {
    width: 50px;
    height: 50px
}

.dataTables_wrapper .dataTables_processing[style="display: block;"] {
    display: none !important
}

.dataTables_wrapper .dataTables_processing[style="display: block;"]~.dataTable tbody {
    position: relative
}

.dataTables_wrapper .dataTables_processing[style="display: block;"]~.dataTable tbody:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #edeff180;
    -webkit-backdrop-filter: blur(1.3px);
    backdrop-filter: blur(1.3px)
}

.dataTables_wrapper .dataTables_processing[style="display: block;"]~.dataTable tbody:after {
    content: "Processing...";
    position: absolute;
    top: 50%;
    z-index: 2;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 17px;
    font-weight: 500
}

.dataTables_wrapper .dataTables_processing[style="display: block;"]~.dataTable tbody:empty {
    height: 83px
}

.table-responsive table.dataTable thead .sorting:before,
.table-responsive table.dataTable thead .sorting_desc:before,
.table-responsive table.dataTable thead .sorting_asc:before,
.table-responsive table.dataTable thead .sorting_desc_disabled:before {
    right: 20px !important
}

table.dataTable.table thead td.sorting_asc,
table.dataTable.table thead td.sorting_desc,
table.dataTable.table thead td.sorting,
table.dataTable.table thead th.sorting_asc,
table.dataTable.table thead th.sorting_desc,
table.dataTable.table thead th.sorting {
    padding-right: 38px
}

table.dataTable.table thead td:first-child,
table.dataTable.table thead th:first-child {
    padding-right: 9px
}

.selected-booking {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-inline: auto;
    color: var(--primary-color);
    padding: 4px 9px 3px;
    border-radius: 100px;
    gap: 3px;
    background-color: #5465ff14
}

.selected-booking>span {
    line-height: 1.3;
    font-weight: 500;
    font-size: 12px;
    white-space: nowrap
}

.select-service-box {
    display: flex;
    flex-direction: column;
    gap: 6px
}

.table-responsive table.dataTable thead tr th:first-child:after,
.table-responsive table.dataTable thead tr th:first-child:before {
    display: none !important
}

#map-container {
    height: 100%;
    width: 100%
}

#coords {
    margin-top: 10px
}

.map-instruction {
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.map-instruction h4 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 12px
}

.map-instruction p {
    font-size: 14px;
    color: #00162e;
    margin: 0;
    font-weight: 500
}

.map-instruction .map-detail {
    display: flex;
    align-items: start;
    gap: 8px;
    color: #00162ebf
}

.map-instruction .map-detail svg {
    width: 18px;
    height: 18px;
    min-width: 18px;
    margin-top: 3px
}

.map-instruction .notify-img {
    height: 100%;
    width: 100%;
    margin-top: 10px
}

.ui-menu.ui-widget {
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(84, 101, 255, .1);
    border-radius: 6px;
    box-shadow: 0 6px 10px 4px #00162e1a;
    max-height: 333px;
    overflow: auto;
    padding: 0;
    background-color: #fff;
    width: 39% !important;
    z-index: 13
}

.ui-menu.ui-widget .ui-menu-item {
    font-size: 15px;
    white-space: wrap;
    word-break: break-all;
    border-bottom: 1px solid rgba(84, 101, 255, .1);
    position: relative;
    cursor: pointer;
    padding: calc(8px + .0025*(100vw - 320px)) calc(12px + (15 - 12) * ((100vw - 320px) / (1920 - 320)))
}

.ui-menu.ui-widget .ui-menu-item:last-child {
    border-bottom: none
}

.ui-menu.ui-widget::-webkit-scrollbar-track {
    background-color: #00162e0a
}

.ui-menu.ui-widget::-webkit-scrollbar {
    width: 3px
}

.ui-menu.ui-widget::-webkit-scrollbar-thumb {
    background-color: var(--primary-color);
    height: 4px
}

.location-list {
    display: flex;
    flex-direction: column;
    max-height: 500px;
    overflow: auto;
    gap: 16px
}

.location-list li {
    display: flex;
    align-items: center;
    gap: calc(8px + .0025*(100vw - 320px));
    flex-wrap: wrap
}

.location-list li+li {
    padding-top: 16px;
    border-top: 1px solid rgba(229, 232, 234, .5)
}

.location-list li .user-image {
    width: calc(44px + .0075*(100vw - 320px));
    height: calc(44px + .0075*(100vw - 320px));
    border-radius: 4px;
    overflow: hidden
}

.location-list li .user-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.location-list li .user-name {
    display: flex;
    align-items: end;
    justify-content: space-between;
    width: calc(100% - (8px + .0025*(100vw - 320px)) - (44px + .0075*(100vw - 320px)))
}

.location-list li .user-name h5 {
    font-size: calc(14px + .00125*(100vw - 320px));
    line-height: 1.4;
    font-weight: 500;
    color: #00162ecc
}

.location-list li .user-name .rate-box {
    margin-top: 2px;
    font-size: 14px;
    font-weight: 500
}

@media (max-width: 420px) {
    .location-list li .user-name .rate-box {
        font-weight: 400
    }
}

.location-list li .user-name .rate-box i {
    color: #ffbc58
}

.location-list li .btn {
    padding: calc(6px + .00125*(100vw - 320px)) calc(11px + .0025*(100vw - 320px));
    letter-spacing: .5px
}

.location-list li .user-box {
    gap: 10px
}

.location-list li .user-box img {
    position: relative
}

.location-list li .user-box span[class*=driver-] {
    min-width: 6px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    z-index: 1;
    animation: round 1.3s ease-in-out infinite;
    font-size: 0;
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 3px
}

.location-list li .user-box .rate-box {
    padding: 2px 4px
}

.gm-style .gm-style-iw {
    border: none;
    padding: 15px !important
}

.gm-style .gm-ui-hover-effect {
    width: 28px !important;
    height: 28px !important;
    position: absolute !important;
    top: 8px;
    right: 10px;
    background-color: var(--primary-color) !important;
    opacity: 1;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 4px
}

.gm-style .gm-ui-hover-effect>span {
    margin: 0 !important;
    background-color: #fff;
    width: 18px !important;
    height: 18px !important
}

.gm-style img {
    max-width: none;
    width: 72px;
    aspect-ratio: auto 72/72;
    height: 72px;
    border-radius: 9px !important
}

.gm-style p {
    font-weight: 500
}

.gm-style p strong {
    color: #313131;
    font-weight: 500
}

.gm-style p+p {
    margin-top: 6px !important
}

.gm-style h3 {
    margin: 5px 0 8px !important;
    font-size: 17px !important;
    font-weight: 500 !important;
    color: var(--primary-color) !important
}

.gm-style .gm-style-iw-ch:empty {
    display: none
}

.gm-style .gm-style-iw-d {
    padding: 0;
    max-height: unset !important;
    overflow: unset !important
}

.gm-style .gm-style-iw-d>div>div {
    font-family: var(--font-family) !important
}

.fade {
    transition: opacity .15s ease-in-out
}

.modal {
    z-index: 13;
    padding-left: 0 !important
}

.modal.fade .modal-dialog {
    transform: none;
    transition: transform .15s ease-out
}

.modal .modal-content {
    border-radius: calc(8px + .0025*(100vw - 320px));
    border: none
}

.modal .modal-content .modal-header h5 {
    font-size: 20px;
    margin-bottom: 0;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 25px;
    color: #00162e
}

.modal .modal-content .modal-header .btn-close {
    background: unset;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 4px;
    width: 30px;
    height: 30px;
    padding: 0;
    font-size: 20px;
    margin: 0 0 0 auto
}

.modal .modal-content .modal-header .btn-close img,
.modal .modal-content .modal-header .btn-close svg {
    width: 16px;
    height: 16px;
    color: #00162e
}

.modal .modal-content .modal-body .main-img {
    background-color: #edeff166;
    width: calc(58px + .01375*(100vw - 320px));
    height: calc(58px + .01375*(100vw - 320px));
    border-radius: 100%;
    margin: 0 auto 10px;
    display: flex;
    align-items: center;
    justify-content: center
}

.modal .modal-content .modal-body .main-img i {
    --Iconsax-Size: calc(30px + .0125*(100vw - 320px));
    --Iconsax-Color: rgba($dark-color, .8);
    background-color: #edeff166
}

.modal .modal-content .modal-body .main-img img,
.modal .modal-content .modal-body .main-img svg {
    width: calc(31px + .005*(100vw - 320px));
    height: auto;
    color: #00162ebf
}

.modal .modal-content .modal-body .text-center {
    margin: 0 calc(0px + .025*(100vw - 320px))
}

.modal .modal-content .modal-body .modal-title {
    font-weight: 500;
    color: #00162ee0;
    font-size: calc(17px + .00375*(100vw - 320px));
    margin-bottom: 7px;
    line-height: 1.4
}

.modal .modal-content .modal-body p {
    font-size: 14px;
    color: #7a8591;
    white-space: normal;
    line-height: 1.5
}

.modal .modal-content .modal-body.export-data .form-group {
    margin-top: 10px
}

.modal .modal-content .modal-body.export-data .form-group .form-select {
    background-color: #edeff140;
    border: 1px solid #eeeeee;
    padding: 10px 37px 10px 15px;
    font-size: 14px;
    color: #00162ecc;
    margin-top: 0;
    border-radius: 6px;
    font-weight: 500;
    line-height: 1.3
}

.modal .modal-content .modal-body.export-data .d-flex {
    margin-top: 30px;
    flex-wrap: nowrap
}

.modal .modal-content .modal-body.export-data .d-flex .btn {
    width: 100%;
    justify-content: center;
    border-radius: 6px
}

.modal .modal-content .modal-body.export-data .d-flex .btn:first-child {
    background-color: unset !important;
    color: var(--primary-color) !important
}

.modal .modal-content .modal-body.export-data~.modal-footer .btn {
    font-size: 16px
}

.modal .modal-content .modal-footer {
    padding: 1rem;
    margin: 0;
    border-top: 1px solid #eeeeee
}

.modal.wallet-modal .modal-content .modal-body {
    padding: 1rem
}

.modal.wallet-modal .modal-content .modal-body .col-md-2,
.modal.wallet-modal .modal-content .modal-body .col-md-10 {
    width: 100%
}

.modal.wallet-modal .modal-content .modal-body .form-group {
    margin-bottom: 0
}

.modal.wallet-modal .modal-content .modal-body .wallet h5 {
    font-size: 16px;
    margin: 0;
    color: #00162ecc
}

.modal.wallet-modal .modal-content .modal-body .wallet h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    color: #00162e
}

.modal.wallet-modal .modal-content .modal-body .wallet-icon {
    height: 40px;
    width: 40px;
    padding: 0;
    background-color: unset;
    color: var(--primary-color)
}

.modal.wallet-modal .modal-content .modal-footer .btn {
    margin: 0;
    width: 100%;
    padding: .75rem;
    justify-content: center
}

.modal.wallet-modal .modal-content .modal-footer .btn svg {
    height: 20px;
    width: 20px
}

.modal .submit-form {
    display: flex;
    align-items: center;
    justify-content: end;
    width: max-content;
    margin-left: auto;
    margin-top: 24px
}

.modal .submit-form input {
    background: transparent;
    border: none;
    box-shadow: none;
    color: #fff
}

.modal.withdrow-modal .modal-body {
    padding: 1rem
}

.modal.withdrow-modal .modal-body .form-group .col-md-10 {
    width: 100%
}

.modal.withdrow-modal .modal-body textarea.form-control {
    min-height: 80px
}

.modal.withdrow-modal .modal-body .modal-message {
    color: #00162e;
    opacity: .8
}

.modal.withdrow-modal .modal-footer {
    justify-content: center
}

.modal.withdrow-modal .modal-footer .submit-form {
    margin: 0;
    width: 100%;
    justify-content: center;
    font-size: calc(14px + .00125*(100vw - 320px));
    padding: .75rem
}

.modal.withdrow-modal .modal-footer .submit-form input {
    line-height: 1.25
}

.modal.export-data-modal .modal-body {
    padding: 15px
}

.modal.export-data-modal .modal-body .main-img img {
    width: 30px
}

.modal.export-data-modal .modal-body .form-group {
    margin-bottom: 18px
}

.modal.export-data-modal .modal-body .form-group .form-select {
    box-shadow: none;
    border-color: var(--bs-border-color)
}

.modal.export-data-modal .modal-body .modal-footer {
    padding: 18px 0 0;
    border-top: 1px solid #eeeeee
}

.modal.export-data-modal .modal-body .modal-footer .btn {
    width: 100%
}

.modal.export-data-modal .modal-body .modal-footer .btn.btn-outline-primary:hover {
    color: #fff !important;
    background-color: var(--primary-color) !important
}

.modal.import-modal {
    --bs-modal-width: 600px
}

.modal.import-modal .modal-content .modal-body .form-group .drop-area {
    border: calc(1px + (2 - 1) * ((100vw - 320px) / (1920 - 320))) dashed #eeeeee;
    padding: calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320)));
    text-align: center;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px
}

.modal.import-modal .modal-content .modal-body .form-group .drop-area svg {
    width: 50px;
    height: auto;
    color: #777;
    stroke-width: 1.2px
}

.modal.import-modal .modal-content .modal-body .form-group .drop-area span {
    font-size: 16px;
    font-weight: 500;
    color: #777
}

.modal.import-modal .modal-content .modal-body .form-group .drop-area p {
    color: #555;
    margin-bottom: 0
}

.modal.import-modal .modal-content .modal-body .form-group .drop-area p:empty {
    display: none
}

.modal.import-modal .modal-content .modal-body.upload-report .upload-title {
    display: flex;
    align-items: self-start;
    justify-content: space-between
}

.modal.import-modal .modal-content .modal-body.upload-report .upload-title .d-flex {
    width: 100%;
    gap: 12px;
    align-items: center
}

.modal.import-modal .modal-content .modal-body.upload-report .upload-title .d-flex .import-icon {
    width: 50px;
    height: 50px;
    border-radius: calc(5px + (8 - 5) * ((100vw - 320px) / (1920 - 320)));
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #edeff166;
    border: 1px solid #eeeeee
}

.modal.import-modal .modal-content .modal-body.upload-report .upload-title .d-flex .import-icon img {
    width: 30px;
    filter: invert(13%) sepia(3%) saturate(2847%) hue-rotate(173deg) brightness(96%) contrast(86%);
    height: 30px;
    stroke-width: 1.5
}

.modal.import-modal .modal-content .modal-body.upload-report .upload-title .d-flex .import-icon svg {
    width: 26px;
    stroke: #4c4c4c;
    height: 26px;
    stroke-width: 1.5;
    fill: transparent
}

.modal.import-modal .modal-content .modal-body.upload-report .upload-title .d-flex .import-icon i {
    position: unset;
    font-size: 28px
}

.modal.import-modal .modal-content .modal-body.upload-report .upload-title .d-flex .upload-file {
    width: calc(100% - calc(46px + (55 - 46) * ((100vw - 320px) / (1920 - 320))) - 15px)
}

.modal.import-modal .modal-content .modal-body.upload-report .upload-title .d-flex .upload-file h4 {
    font-size: calc(14px + .00125*(100vw - 320px));
    font-weight: 500;
    line-height: 1.3
}

.modal.import-modal .modal-content .modal-body.upload-report .upload-title .d-flex .upload-file label {
    font-size: 14px;
    margin-block: 3px 0;
    color: #7a8591
}

.modal.import-modal .modal-content .modal-body.upload-report .upload-title .btn-close {
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 0;
    background: unset;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 4px;
    width: 30px;
    height: 30px;
    padding: 0;
    line-height: 1;
    margin: 0 0 0 auto
}

.modal.import-modal .modal-content .modal-body.upload-report .upload-title .btn-close i {
    position: relative;
    inset: unset;
    font-size: 19px
}

.modal.import-modal .modal-content .modal-body.upload-report .common-content {
    margin-bottom: 0;
    margin-top: 5px;
    color: #00162ead;
    font-size: calc(13px + (14 - 13) * ((100vw - 320px) / (1920 - 320)))
}

.modal.import-modal .modal-content .modal-body.upload-report .common-content a {
    font-weight: 500;
    text-transform: capitalize
}

.modal.import-modal .modal-content .modal-body.upload-report .common-content a:hover {
    text-decoration: underline
}

.modal.import-modal .modal-content .modal-body.upload-report .import-tab {
    margin-top: 20px
}

.modal.import-modal .modal-content .modal-body.upload-report .import-tab .horizontal-tab {
    gap: 13px;
    margin-bottom: unset;
    padding-bottom: unset;
    flex-wrap: nowrap;
    border-bottom: none
}

.modal.import-modal .modal-content .modal-body.upload-report .import-tab .horizontal-tab li {
    display: block;
    width: 100%
}

.modal.import-modal .modal-content .modal-body.upload-report .import-tab .horizontal-tab li .nav-link {
    background-color: #edeff166;
    border: 1px solid #eeeeee;
    text-align: center;
    width: 100%;
    margin-bottom: -1px;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    z-index: 0;
    overflow: hidden
}

.modal.import-modal .modal-content .modal-body.upload-report .import-tab .horizontal-tab li .nav-link:after {
    opacity: 0
}

.modal.import-modal .modal-content .modal-body.upload-report .import-tab .horizontal-tab li .nav-link.active {
    background-color: transparent;
    color: var(--primary-color);
    border-color: var(--primary-color);
    font-weight: 500
}

.modal.import-modal .modal-content .modal-body.upload-report .import-tab .horizontal-tab li .nav-link.active:after {
    opacity: .1
}

.modal.import-modal .modal-content .modal-body.upload-report .import-tab~.tab-content .tab-pane .form-group {
    margin-bottom: 15px
}

.modal.import-modal .modal-content .modal-body.upload-report .file-upload-box .form-group {
    margin-bottom: 0 !important
}

.modal.import-modal .modal-content .modal-body.upload-report .file-upload-box.active .form-group .drop-area {
    border-color: #5465ff
}

.modal.import-modal .modal-content .modal-body.upload-report .file-upload-box.active .form-group .drop-area img {
    transform: scale(1.05);
    transition: all .4s ease
}

.modal.import-modal .modal-content .modal-body.upload-report .file-upload-box p {
    margin-bottom: 24px
}

.modal.import-modal .modal-content .modal-body.upload-report .file-upload-box .drop-area img {
    width: calc(140px + (185 - 140) * ((100vw - 320px) / (1920 - 320)));
    transition: all .4s ease
}

.modal.import-modal .modal-content .modal-body.upload-report .file-upload-box .drop-area h5 {
    font-size: calc(15px + (18 - 15) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 600;
    letter-spacing: unset;
    margin-top: 10px;
    margin-bottom: unset
}

.modal.import-modal .modal-content .modal-body.upload-report .file-upload-box .drop-area span {
    font-size: calc(13px + (14 - 13) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 400
}

.modal.import-modal .modal-content .modal-body.upload-report .file-upload-box .drop-area .btn {
    color: #00162ecc;
    margin-top: 20px;
    background-color: #edeff166;
    border: 1px solid #eeeeee
}

.modal.import-modal .modal-content .modal-body.upload-report .file-upload-box .drop-area .import-link {
    display: flex;
    align-items: center;
    margin-top: calc(10px + .00625*(100vw - 320px));
    width: 100%;
    gap: 10px
}

.modal.import-modal .modal-content .modal-body.upload-report .file-upload-box .drop-area .import-link .btn {
    margin-top: 0;
    padding: 6px 14px
}

.modal.import-modal .modal-content .modal-body.upload-report .file-upload-box .drop-area .import-link .btn i {
    padding-top: 1px;
    color: #00162e
}

.modal.import-modal .modal-content .modal-body.upload-report ul.file-list {
    list-style: none;
    width: 100%;
    max-height: 400px;
    overflow-y: auto;
    padding-right: 5px
}

.modal.import-modal .modal-content .modal-body.upload-report ul.file-list .file-item {
    padding: 12px;
    display: flex;
    align-items: center;
    gap: 14px;
    background: #F3F3F3;
    border-radius: 8px;
    margin-top: 15px
}

.modal.import-modal .modal-content .modal-body.upload-report ul.file-list .file-item+.file-item {
    display: none
}

.modal.import-modal .modal-content .modal-body.upload-report ul.file-list .file-item .file-extension {
    width: 45px;
    height: 55px;
    background-image: url(/build/assets/pdf-3347cbc3.svg);
    background-size: cover;
    overflow: hidden;
    color: #fff;
    font-weight: 600;
    display: flex;
    align-items: end;
    justify-content: center;
    border-radius: 5px;
    padding: 6px
}

.modal.import-modal .modal-content .modal-body.upload-report ul.file-list .file-item .file-content-wrapper {
    flex: 1;
    margin-top: 12px
}

.modal.import-modal .modal-content .modal-body.upload-report ul.file-list .file-item .file-content .file-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px
}

.modal.import-modal .modal-content .modal-body.upload-report ul.file-list .file-item .file-name {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 600;
    width: 32%;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal
}

.modal.import-modal .modal-content .modal-body.upload-report ul.file-list .file-item .file-info {
    display: flex;
    gap: 5px;
    padding-right: 25px
}

.modal.import-modal .modal-content .modal-body.upload-report ul.file-list .file-item .file-info small {
    color: #777;
    margin-top: 3px;
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal
}

.modal.import-modal .modal-content .modal-body.upload-report ul.file-list .file-item .file-info .file-status {
    color: var(--primary-color)
}

.modal.import-modal .modal-content .modal-body.upload-report ul.file-list .file-item .file-progress-bar {
    width: 95%;
    height: 4px;
    margin-top: 10px;
    border-radius: 30px;
    background: #d9d9d9;
    position: relative
}

.modal.import-modal .modal-content .modal-body.upload-report ul.file-list .file-item .file-progress-bar .file-progress {
    width: 0%;
    height: inherit;
    border-radius: inherit;
    background: var(--primary-color);
    transition: all .6s ease-in-out
}

.modal.import-modal .modal-content .modal-body.upload-report ul.file-list .file-item .file-progress-bar .cancel-button {
    padding: 0;
    color: #777;
    font-size: 18px;
    border: unset;
    position: absolute;
    right: -35px;
    top: 50%;
    transform: translate(-50%, -50%)
}

.modal.import-modal .modal-content .modal-body.upload-report~.modal-footer {
    justify-content: space-between
}

.modal.import-modal .modal-content .modal-body.upload-report~.modal-footer .btn {
    color: #00162ecc;
    border: 1px solid #f7f8f9;
    background-color: #f7f8f9
}

.modal.import-modal .modal-content .modal-body.upload-report~.modal-footer .btn:nth-child(2) {
    border-color: var(--primary-color);
    background-color: var(--primary-color);
    color: #fff
}

.modal.import-modal .modal-content .modal-body.upload-report~.modal-footer .btn:nth-child(2):hover {
    background-color: transparent;
    color: var(--primary-color)
}

.modal.import-modal .modal-content .modal-footer {
    padding: 15px
}

.modal.search-modal .modal-dialog {
    max-width: 559px
}

.modal.search-modal .modal-content {
    border: 0;
    border-radius: 8px
}

.modal.search-modal .modal-content .modal-header {
    border-color: #eee
}

.modal.search-modal .modal-content .modal-header .btn-close {
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 4px;
    width: 30px;
    height: 30px;
    padding: 0;
    font-size: 20px;
    margin: 0 0 0 auto
}

.modal.search-modal .modal-content .modal-body {
    padding: 16px
}

.modal.search-modal .modal-content .modal-body .from-group {
    position: relative;
    margin-bottom: 20px
}

.modal.search-modal .modal-content .modal-body .from-group .form-control {
    padding-left: calc(36px + .005*(100vw - 320px)) !important
}

.modal.search-modal .modal-content .modal-body .from-group i {
    left: 13px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #7a8591;
    font-size: 18px
}

.modal.search-modal .modal-content .modal-body .search-suggestion-box .search-input-box {
    max-height: 408px;
    min-height: 300px;
    overflow: auto
}

.modal.search-modal .modal-content .modal-body .search-suggestion-box .search-input-box::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #e8ebf2
}

.modal.search-modal .modal-content .modal-body .search-suggestion-box .search-input-box::-webkit-scrollbar {
    width: 6px;
    height: 5px
}

.modal.search-modal .modal-content .modal-body .search-suggestion-box .search-input-box::-webkit-scrollbar-thumb {
    background-color: #5465ff1a;
    border-radius: 100px
}

.modal.search-modal .modal-content .modal-body .search-suggestion-box .search-input-box h6 {
    margin-bottom: 4px;
    letter-spacing: .4px
}

.modal.search-modal .modal-content .modal-body .search-suggestion-box .search-input-box .search-title {
    margin-bottom: 8px
}

.modal.search-modal .modal-content .modal-body .search-suggestion-box .search-input-box .search-title~.search-title {
    margin-top: 20px
}

.modal.search-modal .modal-content .modal-body .search-suggestion-box .search-input-box .search-title h4 {
    color: #7a8591;
    font-size: 15px;
    font-weight: 400;
    text-transform: none;
    line-height: 1.3
}

.modal.search-modal .modal-content .modal-body .search-suggestion-box .search-input-box .search-list {
    position: relative;
    inset: unset;
    box-shadow: none;
    padding: 0;
    background-color: transparent;
    border: 0;
    border-radius: 0
}

.modal.search-modal .modal-content .modal-body .search-suggestion-box .search-input-box .search-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #e8ebf2
}

.modal.search-modal .modal-content .modal-body .search-suggestion-box .search-input-box .search-list::-webkit-scrollbar {
    width: 6px;
    height: 5px
}

.modal.search-modal .modal-content .modal-body .search-suggestion-box .search-input-box .search-list::-webkit-scrollbar-thumb {
    background-color: #5465ff1a;
    border-radius: 100px
}

.modal.search-modal .modal-content .modal-body .search-suggestion-box .search-input-box .search-list li {
    padding: 0;
    background-color: #f8f9f98a;
    border: 1px solid #eeeeee;
    font-size: calc(15px + (16 - 15) * ((100vw - 320px) / (1920 - 320)));
    border-radius: 6px
}

.modal.search-modal .modal-content .modal-body .search-suggestion-box .search-input-box .search-list li+li {
    margin-top: 9px
}

.modal.search-modal .modal-content .modal-body .search-suggestion-box .search-input-box .search-list li:hover {
    background-color: transparent
}

.modal.search-modal .modal-content .modal-body .search-suggestion-box .search-input-box .search-list li:hover:before {
    content: none
}

.modal.search-modal .modal-content .modal-body .search-suggestion-box .search-input-box .search-list li:hover a {
    color: #333
}

.modal.search-modal .modal-content .modal-body .search-suggestion-box .search-input-box .search-list li:hover a b {
    color: var(--primary-color)
}

.modal.search-modal .modal-content .modal-body .search-suggestion-box .search-input-box .search-list li:hover a .close-btn {
    color: #333
}

.modal.search-modal .modal-content .modal-body .search-suggestion-box .search-input-box .search-list li a {
    display: flex;
    align-items: center;
    padding: calc(9px + .0025*(100vw - 320px)) calc(11px + .00125*(100vw - 320px));
    width: 100%;
    color: #7a8591;
    gap: 0
}

.modal.search-modal .modal-content .modal-body .search-suggestion-box .search-input-box .search-list li a i {
    margin-right: 8px
}

.modal.search-modal .modal-content .modal-body .search-suggestion-box .search-input-box .search-list li a b {
    font-weight: 600;
    color: var(--primary-color)
}

.modal.search-modal .modal-content .modal-body .search-suggestion-box .search-input-box .search-list li a b:empty {
    display: none
}

.modal.search-modal .modal-content .modal-body .search-suggestion-box .search-input-box .search-list li a:hover {
    color: #333
}

.modal.search-modal .modal-content .modal-body .search-suggestion-box .search-input-box .search-list li a:hover b {
    color: var(--primary-color)
}

.modal.search-modal .modal-content .modal-body .search-suggestion-box .search-input-box .search-list li a:hover~.close-btn {
    color: #333
}

.modal.search-modal .modal-content .modal-body .search-suggestion-box .search-input-box .search-list li .close-btn {
    padding: 13px;
    color: #7a8591;
    font-size: 16px;
    line-height: 1
}

.modal.search-modal .modal-content .modal-body .search-suggestion-box .search-input-box .search-list li.no-data {
    height: 290px;
    overflow: hidden;
    display: flex !important;
    justify-content: center;
    align-items: center
}

.modal.search-modal .modal-content .modal-body .search-suggestion-box .no-recent-box {
    height: 130px;
    background-color: #f8f9f98a;
    border: 1px solid rgba(238, 238, 238, .58);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center
}

.modal.booking-modal .modal-body .delivery-location-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px
}

.modal.booking-modal .modal-body .delivery-location-list .delivery-location {
    background-color: #fff !important;
    border: 1px solid #eeeeee !important;
    border-radius: 10px;
    margin-bottom: 0;
    height: 100%;
    overflow: unset
}

.modal.booking-modal .modal-body .delivery-location-list .delivery-location .location-header {
    padding: calc(10px + .00625*(100vw - 320px));
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 4px;
    border-bottom: 1px solid #eeeeee
}

@media (max-width: 575.98px) {
    .modal.booking-modal .modal-body .delivery-location-list .delivery-location .location-header {
        flex-direction: column;
        align-items: start
    }
}

.modal.booking-modal .modal-body .delivery-location-list .delivery-location .location-header .location-name {
    display: flex;
    align-items: center;
    gap: 12px
}

.modal.booking-modal .modal-body .delivery-location-list .delivery-location .location-header .location-icon {
    border-radius: 100%;
    height: calc(42px + .005*(100vw - 320px));
    border: calc(2px + .00125*(100vw - 320px)) solid #ffffff;
    outline: 1px solid #eeeeee;
    display: flex;
    align-items: center;
    justify-content: center
}

.modal.booking-modal .modal-body .delivery-location-list .delivery-location .location-header .location-icon:before {
    opacity: .06
}

.modal.booking-modal .modal-body .delivery-location-list .delivery-location .location-header .location-icon img {
    width: 100%;
    height: 100%
}

.modal.booking-modal .modal-body .delivery-location-list .delivery-location .location-header .active-icon {
    border: 1px solid var(--primary-color);
    border-radius: 100%;
    height: calc(42px + .005*(100vw - 320px));
    width: calc(42px + .005*(100vw - 320px));
    display: flex;
    align-items: center;
    justify-content: center
}

.modal.booking-modal .modal-body .delivery-location-list .delivery-location .location-header .active-icon img {
    background-color: var(--primary-color);
    border: 1px solid #ffffff;
    padding: calc(8px + .00125*(100vw - 320px));
    border-radius: 100%;
    height: calc(38px + .0025*(100vw - 320px));
    width: calc(38px + .0025*(100vw - 320px));
    display: flex;
    align-items: center;
    justify-content: center
}

.modal.booking-modal .modal-body .delivery-location-list .delivery-location .location-header .name {
    text-transform: capitalize
}

.modal.booking-modal .modal-body .delivery-location-list .delivery-location .location-header .name h4 {
    font-weight: 500;
    font-size: calc(14px + .00125*(100vw - 320px));
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 1.3
}

.modal.booking-modal .modal-body .delivery-location-list .delivery-location .location-header .name span {
    margin-top: 4px;
    font-size: 14px;
    display: block;
    color: #7a8591
}

.modal.booking-modal .modal-body .delivery-location-list .delivery-location .location-header .badge {
    font-weight: 500;
    position: relative;
    z-index: 0;
    background-color: transparent !important;
    color: var(--primary-color);
    overflow: hidden
}

.modal.booking-modal .modal-body .delivery-location-list .delivery-location .location-header .badge:before {
    opacity: .1
}

@media (max-width: 575.98px) {
    .modal.booking-modal .modal-body .delivery-location-list .delivery-location .location-header .badge {
        margin-left: 50px
    }
}

.modal.booking-modal .modal-body .delivery-location-list .delivery-location .address {
    padding: calc(10px + .00625*(100vw - 320px))
}

.modal.booking-modal .modal-body .delivery-location-list .delivery-location .address label {
    font-size: calc(14px + .00125*(100vw - 320px));
    margin-bottom: 1px;
    line-height: 1.3;
    font-weight: 500
}

.modal.booking-modal .modal-body .delivery-location-list .delivery-location .address p {
    font-size: 16px;
    line-height: 1.5;
    height: 48px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    margin: 3px 0 0;
    font-weight: 300
}

.modal.booking-modal .modal-body .delivery-location-list .delivery-location .address .btn-outline {
    border-width: 1px;
    width: max-content;
    padding: 9px 18px
}

.modal.booking-modal .modal-body .delivery-location-list .delivery-location .address-bottom-box {
    padding: calc(10px + .00625*(100vw - 320px)) calc(16px + .0025*(100vw - 320px));
    border-top: 1px solid #ddd;
    position: relative;
    overflow: unset
}

.modal.booking-modal .modal-body .delivery-location-list .delivery-location .address-bottom-box .action {
    position: relative;
    display: flex;
    align-items: center;
    gap: 13px
}

.modal.booking-modal .modal-body .delivery-location-list .delivery-location .address-bottom-box .action label.error {
    position: absolute;
    bottom: -40px;
    left: 0
}

.modal.booking-modal .modal-body .delivery-location-list .delivery-location .address-bottom-box .btn {
    width: 100%;
    padding-block: 10px;
    font-weight: 500;
    border-radius: 8px;
    font-size: 16px;
    text-transform: capitalize
}

.modal.booking-modal .modal-body .delivery-location-list .delivery-location .address-bottom-box .btn-fill {
    border: transparent;
    color: #fff;
    background-color: var(--primary-color)
}

.modal.booking-modal .modal-body .delivery-location-list .delivery-location .address-bottom-box .btn-fill:hover {
    background-color: transparent;
    color: var(--primary-color);
    border: 1px solid var(--primary-color)
}

.modal.booking-modal .modal-body .delivery-location-list .delivery-location .address-bottom-box .btn-outline {
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    background-color: transparent
}

.modal.booking-modal .modal-body .delivery-location-list .delivery-location .address-bottom-box .btn-outline:hover {
    background-color: var(--primary-color);
    color: #fff;
    border-color: transparent
}

.modal.booking-modal .modal-body .delivery-location-list .delivery-location .address-bottom-box .radio {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer
}

.modal.booking-modal .modal-body .delivery-location-list .delivery-location .radio:checked~button {
    background-color: var(--primary-color);
    color: #fff
}

.modal.booking-modal .modal-body .add-person-box h4 {
    color: #00162ecc;
    font-size: calc(15px + (16 - 15) * ((100vw - 320px) / (1920 - 320)));
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 500
}

.modal.booking-modal .modal-body .add-person-box .select-servicemen {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #E5E8EA;
    padding: calc(13px + (16 - 13) * ((100vw - 320px) / (1920 - 320)));
    border-radius: 10px;
    background-color: #fff;
    gap: 12px
}

@media (max-width: 991.98px) {
    .modal.booking-modal .modal-body .add-person-box .select-servicemen {
        flex-wrap: wrap
    }
}

.modal.booking-modal .modal-body .add-person-box .select-servicemen p {
    margin: 0;
    line-height: 1.5;
    color: #00162e99
}

.modal.booking-modal .modal-body .add-person-box .select-servicemen .plus-minus {
    background-color: #f5f6f7;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 0
}

.modal.booking-modal .modal-body .add-person-box .select-servicemen .plus-minus .feather {
    color: #00162ecc;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 29px;
    height: 29px;
    padding: 6px
}

.modal.booking-modal .modal-body .add-person-box .select-servicemen .plus-minus .feather-plus {
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 4px
}

.modal.booking-modal .modal-body .add-person-box .select-servicemen .plus-minus input {
    color: #00162ecc;
    border: none;
    background-color: #f5f6f7;
    text-align: center;
    width: 30px;
    height: 30px
}

.modal.booking-modal .modal-body .service-title {
    margin-top: 25px;
    margin-bottom: 10px
}

.modal.booking-modal .modal-body .service-title:has(>h4+*) {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.modal.booking-modal .modal-body .service-title button {
    padding: 0;
    display: block;
    white-space: nowrap;
    letter-spacing: calc(0px + (1 - 0)*((100vw - 320px) /(1920 - 320)));
    font-weight: 500;
    line-height: 1.3;
    overflow: unset;
    border: unset;
    color: var(--primary-color)
}

.modal.booking-modal .modal-body .service-title h4 {
    font-size: calc(14px + .00125*(100vw - 320px));
    font-weight: 400;
    color: #00162e;
    letter-spacing: .45px;
    line-height: 1.4
}

.modal.booking-modal .modal-body .consumer-addresses-list:has(.items-no-found) {
    overflow: auto;
    border-radius: 9px;
    margin-bottom: calc(16px + .005*(100vw - 320px));
    background-color: #f6f7f9;
    max-height: unset;
    padding: calc(11px + (20 - 11)*((100vw - 320px) /(1920 - 320)))
}

.modal.booking-modal .modal-body .select-option {
    border: 1px solid #eeeeee;
    padding: calc(13px + (16 - 13) * ((100vw - 320px) / (1920 - 320)));
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    color: #f7f8f9
}

.modal.booking-modal .modal-body .select-option .form-check {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 0;
    margin-bottom: calc(8px + .0025*(100vw - 320px))
}

.modal.booking-modal .modal-body .select-option .form-check+.form-check {
    margin-top: 10px !important;
    padding-top: 10px;
    border-top: 1px solid #eeeeee
}

.modal.booking-modal .modal-body .select-option .form-check label {
    font-size: 16px;
    color: #00162e99;
    cursor: pointer;
    margin: 0;
    width: calc(100% - 35px)
}

.modal.booking-modal .modal-body .select-option .form-check-input:checked~label {
    font-weight: 500;
    color: #00162ee6
}

.modal.address-modal .modal-body .form-group .input-group.phone-number .select2.select2-container .select2-selection.select2-selection--single {
    border-radius: 6px !important;
    background-color: #edeff166;
    border: 1px solid #eeeeee
}

.modal.address-modal .modal-body .category-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px
}

@media (max-width: 575.98px) {
    .modal.address-modal .modal-body .category-list {
        grid-template-columns: 1fr 1fr
    }
}

@media (max-width: 360px) {
    .modal.address-modal .modal-body .category-list {
        grid-template-columns: 1fr
    }
}

.modal.address-modal .modal-body .category-list .form-check {
    position: relative
}

.modal.address-modal .modal-body .category-list .form-check:has(.form-check-input:checked) label {
    border-color: var(--primary-color);
    color: var(--primary-color);
    font-weight: 500;
    position: relative;
    z-index: 0;
    overflow: hidden
}

.modal.address-modal .modal-body .category-list .form-check:has(.form-check-input:checked) label:before {
    opacity: .12
}

.modal.address-modal .modal-body .category-list .form-check .form-check-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0
}

.modal.address-modal .modal-body .category-list .form-check .form-check-input:before,
.modal.address-modal .modal-body .category-list .form-check .form-check-input:after {
    content: none
}

.modal.address-modal .modal-body .category-list .form-check .form-check-input:checked~.form-check-label .check-box:before {
    transform: rotate(-45deg) scale(1)
}

.modal.address-modal .modal-body .category-list .form-check .form-check-input:checked~.form-check-label .check-box:after {
    background-color: var(--primary-color);
    border-color: var(--primary-color)
}

.modal.address-modal .modal-body .category-list .form-check .form-check-label {
    font-size: 17px;
    font-weight: 400;
    color: #00162ecc;
    width: 100%;
    border: 1px solid #e5e8ea;
    border-radius: 8px;
    padding: 11px 15px;
    justify-content: space-between;
    cursor: pointer;
    margin: 0;
    display: flex;
    align-items: center
}

.modal.address-modal .modal-body .category-list .form-check .form-check-label .check-box {
    cursor: pointer;
    position: relative;
    border: none;
    width: 20px;
    height: 20px;
    box-shadow: none;
    background-color: transparent;
    display: flex;
    align-items: center;
    filter: none;
    float: unset;
    margin: 0
}

.modal.address-modal .modal-body .category-list .form-check .form-check-label .check-box:before {
    transition: transform .4s cubic-bezier(.45, 1.8, .5, .75);
    transform: rotate(-45deg) scale(0);
    content: "";
    position: absolute;
    left: 4px;
    top: 5px;
    z-index: 1;
    width: .75rem;
    height: .3rem;
    border: 2px solid #ffffff;
    border-top-style: none;
    border-right-style: none
}

.modal.address-modal .modal-body .category-list .form-check .form-check-label .check-box:after {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 20px;
    height: 20px;
    background: #ffffff;
    border: 2px solid #E5E8EA;
    border-radius: 4px;
    cursor: pointer
}

.modal-header {
    padding: 1rem;
    border-color: #eee
}

.modal-footer {
    padding: 1rem;
    border: none;
    gap: 12px;
    flex-wrap: nowrap
}

.modal-footer .btn {
    margin: 0 !important
}

.modal-footer.category-footer .btn {
    margin: 0
}

.modal-footer.category-footer input {
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 16px
}

.modal-footer.category-footer input.confirm {
    background-color: var(--primary-color)
}

.modal-footer form {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 0
}

.modal-footer .cancel {
    width: 100%;
    background-color: #00162e0a;
    border: none;
    border-radius: 6px;
    padding: .75rem;
    color: #00162ecc;
    font-size: calc(14px + .00125*(100vw - 320px))
}

.modal-footer .cancel:active {
    background-color: #00162e0a;
    color: #00162ecc
}

.modal-footer .delete,
.modal-footer .confirm {
    width: 100%;
    border: none;
    border-radius: 6px;
    padding: .75rem;
    color: #fff;
    font-size: calc(14px + .00125*(100vw - 320px))
}

.service-man .modal-body {
    padding: 20px !important
}

.service-man .service-man-detail .form-group .col-md-2,
.service-man .service-man-detail .form-group .col-md-10 {
    width: 100%
}

.service-man .assign-btn {
    background-color: var(--primary-color);
    color: #fff;
    padding: 10px 18px;
    border-radius: 8px
}

.modal-backdrop {
    z-index: 12
}

.import-export .file-upload-box .form-group {
    margin-bottom: 0 !important
}

.import-export .file-upload-box.active .form-group .drop-area {
    border-color: #5465ff
}

.import-export .file-upload-box.active .form-group .drop-area img {
    transform: scale(1.05);
    transition: all .4s ease
}

.import-export .file-upload-box p {
    margin-bottom: 24px
}

.import-export .file-upload-box .drop-area img {
    width: calc(140px + (185 - 140) * ((100vw - 320px) / (1920 - 320)));
    transition: all .4s ease
}

.import-export .file-upload-box .drop-area h5 {
    font-size: calc(15px + (18 - 15) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 600;
    letter-spacing: unset;
    margin-top: 10px;
    margin-bottom: unset
}

.import-export .file-upload-box .drop-area span {
    font-size: calc(13px + (14 - 13) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 400
}

.import-export .file-upload-box .drop-area .btn {
    color: #00162ecc;
    margin-top: 20px;
    background-color: #edeff166;
    border: 1px solid #eeeeee
}

.import-export .file-upload-box .drop-area .import-link {
    display: flex;
    align-items: center;
    margin-top: calc(10px + .00625*(100vw - 320px));
    width: 100%;
    gap: 10px
}

.import-export .file-upload-box .drop-area .import-link .btn {
    margin-top: 0;
    padding: 6px 14px
}

.import-export .file-upload-box .drop-area .import-link .btn i {
    padding-top: 1px;
    color: #00162e
}

.import-export ul.file-list {
    list-style: none;
    width: 100%;
    max-height: 400px;
    overflow-y: auto;
    padding-right: 5px
}

.import-export ul.file-list .file-item {
    padding: 12px;
    display: flex;
    align-items: center;
    gap: 14px;
    background: #F3F3F3;
    border-radius: 8px;
    margin-top: 15px
}

.import-export ul.file-list .file-item+.file-item {
    display: none
}

.import-export ul.file-list .file-item .file-name-box {
    z-index: 0;
    position: relative
}

.import-export ul.file-list .file-item .file-name-box svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 55px;
    z-index: -1
}

.import-export ul.file-list .file-item .file-extension {
    width: 45px;
    height: 55px;
    background-size: cover;
    overflow: hidden;
    color: #fff;
    font-weight: 600;
    display: flex;
    align-items: end;
    justify-content: center;
    border-radius: 5px;
    padding: 6px
}

.import-export ul.file-list .file-item .file-content-wrapper {
    flex: 1;
    margin-top: 12px
}

.import-export ul.file-list .file-item .file-content .file-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px
}

.import-export ul.file-list .file-item .file-name {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 600;
    width: 32%;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal
}

.import-export ul.file-list .file-item .file-info {
    display: flex;
    gap: 5px;
    padding-right: 25px
}

.import-export ul.file-list .file-item .file-info small {
    color: #777;
    margin-top: 3px;
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal
}

.import-export ul.file-list .file-item .file-info .file-status {
    color: var(--primary-color)
}

.import-export ul.file-list .file-item .file-progress-bar {
    width: 95%;
    height: 4px;
    margin-top: 10px;
    border-radius: 30px;
    background: #d9d9d9;
    position: relative
}

.import-export ul.file-list .file-item .file-progress-bar .file-progress {
    width: 0%;
    height: inherit;
    border-radius: inherit;
    background: var(--primary-color);
    transition: all .6s ease-in-out
}

.import-export ul.file-list .file-item .file-progress-bar .cancel-button {
    padding: 0;
    color: #777;
    font-size: 18px;
    border: unset;
    position: absolute;
    right: -35px;
    top: 50%;
    transform: translate(-50%, -50%)
}

.import-export .drop-area {
    border: calc(1px + (2 - 1) * ((100vw - 320px) / (1920 - 320))) dashed #eeeeee;
    padding: calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320)));
    text-align: center;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px
}

.import-export .drop-area svg {
    width: 50px;
    height: auto;
    color: #777;
    stroke-width: 1.2px
}

.import-export .drop-area span {
    font-size: 16px;
    font-weight: 500;
    color: #777
}

.import-export .drop-area p {
    color: #555;
    margin-bottom: 0
}

.import-export .drop-area p:empty {
    display: none
}

.extra-charge-modal .charge-details-form+.charge-details-form {
    border-top: 1px solid #edeff1;
    margin-top: calc(9px + (12 - 9) * ((100vw - 320px) / (1920 - 320)));
    padding-top: calc(9px + (12 - 9) * ((100vw - 320px) / (1920 - 320)))
}

.extra-charge-modal .charge-details-form .charge-details-box {
    display: flex;
    justify-content: space-between
}

.extra-charge-modal .charge-list {
    display: grid;
    gap: 6px
}

.extra-charge-modal .charge-list li {
    width: 100%;
    font-size: calc(14px + .00125*(100vw - 320px));
    color: #777;
    font-weight: 400
}

.extra-charge-modal .charge-list li span {
    font-weight: 600;
    color: #222
}

.extra-charge-modal .delete-btn {
    color: #ff4b4b;
    padding: 0;
    font-size: calc(18px + .00125*(100vw - 320px))
}

.pagination-main {
    display: flex;
    flex-direction: row-reverse;
    border-top: 1px dashed rgba(0, 22, 46, .1);
    padding-top: 24px
}

.pagination-main .text-muted {
    color: #00162e !important
}

.pagination-main .text-muted strong {
    font-weight: 400 !important
}

.pagination-main .pagination {
    gap: 12px;
    justify-content: end;
    overflow: hidden
}

.pagination-main .pagination nav {
    width: 100%
}

.pagination-main .pagination .page-item.active span {
    background-color: var(--primary-color) !important;
    color: #fff
}

.pagination-main .pagination .page-item:first-child span,
.pagination-main .pagination .page-item:first-child button,
.pagination-main .pagination .page-item:last-child span,
.pagination-main .pagination .page-item:last-child button {
    font-size: 26px !important;
    font-weight: 300 !important
}

.pagination-main .pagination .page-item .page-link {
    font-size: 14px;
    font-weight: 400;
    width: 24px;
    height: 24px;
    border-radius: 100% !important;
    border: none
}

.pagination-main .pagination .page-item.disabled {
    color: #7a8591
}

@media (max-width: 991px) {
    .pagination-main {
        justify-content: unset
    }
}

.pagination-main .page-item:first-child .page-link {
    border-radius: 4px
}

.pagination-main .page-item:first-child>span,
.pagination-main .page-item:first-child a,
.pagination-main .page-item:last-child>span,
.pagination-main .page-item:last-child a {
    font-size: 18px;
    line-height: .1
}

.pagination-main .page-item:not(:first-child) .page-link {
    margin: 0;
    border-radius: 4px
}

.pagination-main .page-item.active span {
    background-color: var(--primary-color);
    border-color: var(--primary-color)
}

.pagination-main .page-link {
    color: #00162e;
    border-radius: 4px;
    border-color: #ddd;
    width: 32px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0
}

.pagination-main .page-link:focus {
    box-shadow: none
}

.pagination-main .page-link:hover {
    background-color: #fff
}

.page-item.active .page-link {
    background-color: var(--primary-color);
    border-color: var(--primary-color)
}

.pagination {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    margin-top: 10px
}

@media (max-width: 575.98px) {
    .pagination {
        justify-content: unset;
        overflow: auto
    }
}

.pagination nav {
    width: 100%
}

.pagination nav .flex-sm-fill p.small {
    padding-top: 8px;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    color: #757575 !important
}

.pagination nav .flex-sm-fill p.small span {
    color: #333
}

.pagination nav .flex-sm-fill p.small span.fw-semibold {
    font-weight: 500 !important
}

.pagination nav .flex-sm-fill .pagination {
    margin-top: 0
}

.pagination nav .flex-sm-fill .pagination .page-item:first-child .page-link {
    font-size: 0
}

.pagination nav .flex-sm-fill .pagination .page-item:first-child .page-link:before {
    content: "";
    font-family: remixicon !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 21px
}

.pagination nav .flex-sm-fill .pagination .page-item:last-child .page-link {
    font-size: 0
}

.pagination nav .flex-sm-fill .pagination .page-item:last-child .page-link:before {
    content: "";
    font-family: remixicon !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-size: calc(19px + .00125*(100vw - 320px))
}

.pagination .page-item {
    box-shadow: none;
    outline: none
}

.pagination .page-item .page-link {
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    min-width: 30px;
    line-height: 1;
    color: #00162ecc;
    font-size: 14px;
    border: none;
    box-shadow: none;
    outline: none;
    background-color: transparent
}

.pagination .page-item .page-link[aria-label="« Previous"],
.pagination .page-item .page-link[aria-label="Next »"] {
    color: #00162ecc !important;
    background: unset !important
}

.pagination .page-item .page-link[aria-label="« Previous"] .page-link,
.pagination .page-item .page-link[aria-label="Next »"] .page-link {
    color: #00162ecc !important
}

.pagination .page-item:first-child .page-link {
    font-size: 0
}

.pagination .page-item:first-child .page-link:before {
    content: "";
    font-family: remixicon !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 21px
}

.pagination .page-item:last-child .page-link {
    font-size: 0
}

.pagination .page-item:last-child .page-link:before {
    content: "";
    font-family: remixicon !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-size: calc(19px + .00125*(100vw - 320px))
}

.pagination .page-item.active .page-link,
.pagination .page-item.active:hover .page-link {
    border-color: var(--primary-color);
    background-color: var(--primary-color);
    color: #fff !important
}

.pagination .page-item:hover .page-link,
.pagination .page-item:focus .page-link {
    color: var(--primary-color) !important;
    border-color: #5465ff03;
    background-color: #5465ff1a;
    box-shadow: unset
}

.pagination .page-item[aria-label="« Previous"] .page-link,
.pagination .page-item[aria-label="Next »"] .page-link {
    color: #00162ecc !important;
    background: unset !important
}

.pagination span {
    display: inline-flex;
    align-items: center;
    gap: 5px
}

.roles .card-header {
    padding: 0 0 20px
}

@media (max-width: 575px) {
    .roles .card-header {
        padding: 0 0 15px !important
    }
}

.roles .card-body {
    padding: 20px 0 0
}

@media (max-width: 575px) {
    .roles .card-body {
        padding: 15px 0 0 !important
    }
}

.permission {
    position: relative
}

.permission .card-header {
    border: none;
    display: block;
    padding: 20px 0
}

@media (max-width: 575px) {
    .permission .card-header {
        padding: 15px 0 !important
    }
}

.permission .card-header h5 {
    font-size: 16px;
    font-weight: 400
}

.permission .card-header span {
    color: #fe3d3d
}

.permission .permission-section {
    display: flex;
    flex-direction: column
}

.permission .permission-section ul {
    background-color: #fff;
    padding: calc(12px + .00375*(100vw - 320px)) 12px;
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    overflow: auto;
    border-bottom: 1px solid rgba(237, 239, 241, .8);
    margin-bottom: 0 !important
}

@media (max-width: 1399px) {
    .permission .permission-section ul {
        column-count: 1
    }
}

.permission .permission-section li {
    width: 14%;
    white-space: nowrap;
    display: flex;
    align-items: center;
    text-transform: capitalize
}

.permission .permission-section li:first-child {
    font-weight: 600;
    width: 20%
}

@media (max-width: 768px) {

    .permission .permission-section li,
    .permission .permission-section li:first-child {
        width: max-content
    }
}

.permission .permission-section li h5 {
    font-weight: 500;
    margin-bottom: 0;
    text-transform: capitalize;
    width: calc(150px + .03125*(100vw - 320px));
    font-size: calc(14px + .00125*(100vw - 320px))
}

.permission .permission-section li .form-group {
    width: calc(100% - 180px)
}

.permission .permission-section li label {
    text-transform: capitalize;
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 0;
    white-space: nowrap;
    color: #00162ecc;
    width: 100%
}

.permission .permission-section li label+label {
    margin-left: 26px
}

.permission .footer {
    padding: 20px 0 0;
    margin-top: 0
}

.page-wrapper .page-body-wrapper .sidebar {
    box-shadow: 0 0 11px #8fa4e814
}

.page-wrapper .page-body-wrapper .sidebar:hover .page-sidebar .sidebar-menu::-webkit-scrollbar {
    width: 6px
}

.page-wrapper .page-body-wrapper .page-sidebar {
    width: 255px;
    position: fixed;
    background-color: var(--bg-sidebar);
    top: 0;
    height: 100vh;
    z-index: 9;
    border-radius: 0;
    background-size: 600%;
    background-position: 0 0;
    transition: all .3s ease
}

.page-wrapper .page-body-wrapper .page-sidebar .sidebar-button {
    position: absolute;
    top: 23px;
    right: -13px;
    background-color: #fff;
    width: 26px;
    height: 26px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(45deg);
    box-shadow: 0 0 9px #2222222e
}

.page-wrapper .page-body-wrapper .page-sidebar .sidebar-button svg {
    transform: rotate(-45deg);
    width: 20px;
    height: auto
}

.page-wrapper .page-body-wrapper .page-sidebar .main-header-left {
    display: inline-flex;
    width: 100%;
    height: 67px;
    padding: 0 25px;
    align-items: center;
    background-color: transparent;
    z-index: 8;
    box-shadow: -3px 1px 3px 1px #4466f21a
}

.page-wrapper .page-body-wrapper .page-sidebar .main-header-left .logo-wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.page-wrapper .page-body-wrapper .page-sidebar .main-header-left .logo-wrapper a {
    height: 53px;
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.page-wrapper .page-body-wrapper .page-sidebar .main-header-left .logo-wrapper a img {
    height: 32px
}

.page-wrapper .page-body-wrapper .page-sidebar .main-header-left .logo-wrapper a i {
    --Iconsax-Size: 18px;
    --Iconsax-Color: White
}

.page-wrapper .page-body-wrapper .page-sidebar .main-header-left .logo-wrapper a.favicon-img {
    display: none
}

.page-wrapper .page-body-wrapper .page-sidebar .main-header-left .logo-wrapper .close-sidebar {
    color: #fff;
    width: 22px;
    height: 22px;
    cursor: pointer;
    display: none
}

@media (max-width: 991px) {
    .page-wrapper .page-body-wrapper .page-sidebar .main-header-left .logo-wrapper .close-sidebar {
        display: flex
    }
}

.page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu {
    list-style: none;
    margin: 0;
    padding: 20px 20px 75px;
    height: calc(100vh - 119px);
    overflow: auto;
    display: flex;
    flex-direction: column
}

.page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu.custom-scrollbar::-webkit-scrollbar {
    width: 0;
    transition: .1s
}

.page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu.custom-scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: none
}

.page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu.custom-scrollbar::-webkit-scrollbar-thumb {
    background-color: #f7f7f74d;
    border-radius: 100px
}

.page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu .sidebar-main-title {
    border-top: 1px solid rgba(247, 247, 247, .15);
    margin-top: 12px;
    padding-top: 20px;
    padding-bottom: 10px
}

.page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu .sidebar-main-title div h6 {
    font-size: 14px;
    font-weight: 500;
    color: #fffc;
    text-transform: uppercase;
    margin-bottom: 0;
    letter-spacing: .75px
}

.page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu .sidebar-main-title:first-child {
    border-top: none;
    margin-top: 0;
    padding-top: 0
}

.page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu .sidebar-main-title.pin-title {
    display: none;
    order: -1;
    border-top: 0;
    margin-top: 0;
    padding-top: 0
}

.page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu .sidebar-main-title.pin-title.show {
    display: block
}

.page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu .sidebar-main-title.pin-title.show+.sidebar-main-title {
    border-top: 1px solid rgba(247, 247, 247, .15);
    margin-top: 12px;
    padding-top: 20px
}

.page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu .sidebar-main-title.pin-title+.sidebar-main-title {
    border-top: 0;
    margin-top: 0;
    padding-top: 0
}

.page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu li {
    width: 100%;
    position: relative
}

.page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu li:hover .ri-pushpin-2-line,
.page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu li:hover .ri-pushpin-2-fill {
    opacity: 1;
    visibility: visible
}

.page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu li.pined {
    order: -1
}

.page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu li.pined .ri-pushpin-2-line,
.page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu li.pined .ri-pushpin-2-fill {
    opacity: 1;
    visibility: visible
}

.page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu li .ri-pushpin-2-line,
.page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu li .ri-pushpin-2-fill {
    margin-left: auto;
    font-size: 17px;
    line-height: 1;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    color: #fff;
    top: 17px;
    z-index: 1;
    right: 20px;
    cursor: pointer
}

.page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu li .sidebar-header {
    font-size: 14px;
    letter-spacing: .5px;
    padding: 14px 0;
    text-transform: capitalize;
    font-weight: 400;
    color: #f7f7f7e6;
    display: flex;
    align-items: center;
    position: relative
}

.page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu li .sidebar-header .stroke-icon {
    width: 18px;
    height: 18px;
    stroke: #fff;
    margin-left: auto;
    margin-right: 0;
    filter: invert(1) brightness(100);
    transition: all .25s ease
}

.page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu li .sidebar-header .inactive-icon {
    margin-right: 8px;
    stroke-width: 2px;
    vertical-align: text-bottom;
    width: 20px;
    height: 20px;
    filter: invert(1) brightness(100)
}

.page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu li .sidebar-header svg {
    margin-right: 14px;
    stroke-width: 2px;
    vertical-align: text-bottom;
    width: 20px;
    height: 20px
}

.page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu li .sidebar-header .active-icon {
    width: 20px;
    height: 20px
}

.page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu li .sidebar-header.active .feather {
    display: none
}

.page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu li .sidebar-header.active .active-icon {
    display: block
}

.page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu li .sidebar-submenu {
    display: none;
    transform-style: preserve-3d;
    transform: rotateX(-90deg);
    list-style: none;
    position: relative
}

.page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu li .sidebar-submenu:before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #f7f7f726;
    position: absolute;
    left: -13px;
    top: 50%;
    transform: translateY(-50%)
}

.page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu li .sidebar-submenu>li {
    padding-left: 6px;
    position: relative
}

.page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu li .sidebar-submenu>li .badge {
    margin-left: auto;
    background-color: #f7f7f740;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0
}

.page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu li .sidebar-submenu>li>a {
    padding: 14px 0;
    font-size: 14px;
    color: #f7f7f780;
    transition: .3s;
    text-transform: capitalize;
    position: relative;
    line-height: 2.5;
    letter-spacing: .7px
}

.page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu li .sidebar-submenu>li>a:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -21px;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: #25384c
}

.page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu li .sidebar-submenu>li>a:hover {
    color: #f7f7f7;
    font-weight: 600
}

.page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu li .sidebar-submenu>li>a.active {
    color: #f7f7f7;
    font-weight: 600
}

.page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu li .sidebar-submenu>li>a.active:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -21px;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: #f7f7f7
}

.page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu li .sidebar-submenu>li>a.active~.badge {
    background-color: transparent;
    z-index: 0;
    overflow: hidden
}

.page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu li .sidebar-submenu>li>a.active~.badge:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--primary-color);
    opacity: .6;
    z-index: -1
}

.page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu li .sidebar-submenu>li.active>a {
    color: #313131
}

.page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu li .sidebar-submenu>li.active>a.active {
    color: var(--primary-color)
}

.page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu li .sidebar-submenu.menu-open {
    display: block;
    transform: rotateX(0);
    transform-origin: 10% 10%;
    transition: transform .3s, opacity .3s;
    transform-style: preserve-3d;
    margin-left: 23px;
    margin-top: 7px;
    margin-bottom: 10px
}

.page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu li .sidebar-submenu.menu-open li.active .fa-angle-down:before {
    content: "";
    transition: .3s
}

.page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu li.active .stroke-icon {
    transform: rotate(90deg);
    transition: all .25s ease
}

.page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu>li:has(>a.active) {
    margin-block: 3px
}

.page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu>li>a {
    display: block;
    position: relative;
    transition: .3s
}

.page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu>li>a span {
    line-height: 1.3;
    transform: translate(0);
    transition: all .3s ease;
    white-space: nowrap;
    opacity: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden
}

.page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu>li>a:hover span {
    transform: translate(3px);
    transition: all .3s ease
}

.page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu>li>a.active {
    font-weight: 600;
    z-index: 0
}

.page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu>li>a.active:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    transform: translate(-50%);
    width: calc(100% + 26px);
    border-radius: 6px;
    height: 100%;
    background-color: #fff3
}

.page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu>li>a.active:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    left: 50%;
    transform: translate(-50%);
    width: calc(100% + 26px);
    border-radius: 6px;
    padding: 1px;
    background: linear-gradient(120deg, rgba(255, 255, 255, .341) 0%, rgba(238, 238, 238, .012) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude
}

.page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu>li>a.active .without-active {
    display: none
}

.page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu>li>a.active .inactive-icon {
    display: none
}

.page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu>li>a.active .active-icon {
    display: none;
    filter: invert(1) brightness(100);
    margin-right: 8px
}

.page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu>li>a .active-icon {
    display: none
}

.page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu>li>a i {
    --Iconsax-Size: 20px;
    --Iconsax-Color: White
}

.page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu .fix-bottom-box {
    position: sticky;
    bottom: 0;
    left: 0;
    background-color: var(--bg-sidebar);
    z-index: 1;
    padding-inline: 20px;
    width: calc(100% + 40px);
    margin-inline: -20px;
    padding-bottom: 10px;
    box-shadow: 0 -3px 3px 1px #4466f21a
}

.page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu .fix-bottom-box .fix-bottom-list {
    display: block !important
}

.page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu .fix-bottom-box .fix-bottom-list li .sidebar-header {
    border-bottom: 1px solid rgba(247, 247, 247, .15)
}

.page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu .fix-bottom-box .fix-bottom-list li .theme-option-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px
}

.page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu .fix-bottom-box .fix-bottom-list li .theme-option-box .dark-light-mode {
    display: flex;
    align-items: center;
    font-size: 18px;
    gap: 3px
}

.page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu .fix-bottom-box .fix-bottom-list li .theme-option-box .dark-light-mode svg {
    color: #fff;
    width: 40px;
    height: 35px;
    display: flex;
    transition: transform .4s cubic-bezier(.45, 1.8, .5, .75);
    padding: 8px;
    transition: all .2s ease-in-out;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    display: block !important
}

.page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu .fix-bottom-box .fix-bottom-list li .theme-option-box .dark-light-mode svg.dark-mode {
    background-color: var(--primary-color);
    fill: #fff
}

.page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu .fix-bottom-box .fix-bottom-list li .theme-option-box .log-out-btn {
    padding: 0;
    border: 0;
    line-height: 1;
    font-size: 18px;
    color: #fff
}

.page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu .fix-bottom-box .fix-bottom-list li .theme-option-box .log-out-btn svg {
    width: 18px;
    height: auto
}

.page-wrapper .page-body-wrapper .page-sidebar .fix-bottom-box {
    position: sticky;
    bottom: 0;
    left: 0;
    background-color: var(--bg-sidebar);
    z-index: 1;
    padding-inline: 20px;
    width: 100%;
    padding-bottom: 10px;
    box-shadow: 0 -3px 3px 1px #4466f21a
}

.page-wrapper .page-body-wrapper .page-sidebar .fix-bottom-box .fix-bottom-list {
    display: block !important
}

.page-wrapper .page-body-wrapper .page-sidebar .fix-bottom-box .fix-bottom-list li .sidebar-header {
    border-bottom: 1px solid rgba(247, 247, 247, .15)
}

.page-wrapper .page-body-wrapper .page-sidebar .fix-bottom-box .fix-bottom-list li .theme-option-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px
}

.page-wrapper .page-body-wrapper .page-sidebar .fix-bottom-box .fix-bottom-list li .theme-option-box .dark-light-mode {
    display: flex;
    align-items: center;
    font-size: 18px;
    gap: 3px
}

.page-wrapper .page-body-wrapper .page-sidebar .fix-bottom-box .fix-bottom-list li .theme-option-box .dark-light-mode svg {
    color: #fff;
    width: 40px;
    height: 35px;
    display: flex;
    transition: transform .4s cubic-bezier(.45, 1.8, .5, .75);
    padding: 8px;
    transition: all .2s ease-in-out;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    display: block !important
}

.page-wrapper .page-body-wrapper .page-sidebar .fix-bottom-box .fix-bottom-list li .theme-option-box .dark-light-mode svg.dark-mode {
    background-color: var(--primary-color);
    fill: #fff
}

.page-wrapper .page-body-wrapper .page-sidebar .fix-bottom-box .fix-bottom-list li .theme-option-box .log-out-btn {
    padding: 0;
    border: 0;
    line-height: 1;
    font-size: 18px;
    color: #fff
}

.page-wrapper .page-body-wrapper .page-sidebar .fix-bottom-box .fix-bottom-list li .theme-option-box .log-out-btn svg {
    width: 18px;
    height: auto
}

.page-wrapper .page-body-wrapper .page-sidebar~.page-body {
    margin-left: 255px;
    transition: .3s
}

.page-wrapper .page-body-wrapper .page-sidebar.open {
    display: block;
    width: 90px
}

.page-wrapper .page-body-wrapper .page-sidebar.open .sidebar-button svg {
    transform: rotate(-226deg)
}

@media (min-width: 991.98px) {
    .page-wrapper .page-body-wrapper .page-sidebar.open .main-header-left {
        padding: 25px;
        height: auto
    }
}

@media (min-width: 991.98px) {
    .page-wrapper .page-body-wrapper .page-sidebar.open .main-header-left .logo-wrapper {
        display: block;
        height: auto
    }

    .page-wrapper .page-body-wrapper .page-sidebar.open .main-header-left .logo-wrapper .favicon-img {
        width: auto;
        height: auto
    }

    .page-wrapper .page-body-wrapper .page-sidebar.open .main-header-left .logo-wrapper .favicon-img img {
        height: 40px;
        width: 40px
    }
}

.page-wrapper .page-body-wrapper .page-sidebar.open .main-header-left .logo-wrapper .favicon-img {
    display: block
}

.page-wrapper .page-body-wrapper .page-sidebar.open .main-header-left .logo-wrapper .logo-img {
    display: none
}

.page-wrapper .page-body-wrapper .page-sidebar.open .sidebar-menu .sidebar-main-title {
    border-top: 1px solid rgba(247, 247, 247, .19);
    margin-top: 8px;
    padding-top: 8px;
    padding-bottom: 0
}

.page-wrapper .page-body-wrapper .page-sidebar.open .sidebar-menu .sidebar-main-title:first-child {
    border-top: none;
    margin-top: 0;
    padding-top: 0
}

.page-wrapper .page-body-wrapper .page-sidebar.open .sidebar-menu .sidebar-main-title div {
    display: none
}

.page-wrapper .page-body-wrapper .page-sidebar.open .sidebar-menu li.pined .ri-pushpin-2-line,
.page-wrapper .page-body-wrapper .page-sidebar.open .sidebar-menu li.pined .ri-pushpin-2-fill {
    top: 3px;
    right: 2px;
    font-size: 14px;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    transform: rotate(45deg)
}

.page-wrapper .page-body-wrapper .page-sidebar.open .sidebar-menu li .ri-pushpin-2-line,
.page-wrapper .page-body-wrapper .page-sidebar.open .sidebar-menu li .ri-pushpin-2-fill {
    display: none
}

.page-wrapper .page-body-wrapper .page-sidebar.open .sidebar-menu li>a span {
    opacity: 0
}

.page-wrapper .page-body-wrapper .page-sidebar.open .sidebar-menu li .sidebar-header {
    text-align: center;
    padding-left: 14px
}

.page-wrapper .page-body-wrapper .page-sidebar.open .sidebar-menu li .sidebar-header .stroke-icon,
.page-wrapper .page-body-wrapper .page-sidebar.open .sidebar-menu li .sidebar-submenu {
    display: none
}

.page-wrapper .page-body-wrapper .page-sidebar.open .sidebar-menu>li.active .sidebar-submenu {
    height: 0;
    overflow: hidden;
    margin-block: 0
}

.page-wrapper .page-body-wrapper .page-sidebar.open .sidebar-menu>li>a.active:before {
    width: 100%;
    border-radius: 5px
}

.page-wrapper .page-body-wrapper .page-sidebar.open .sidebar-menu>li>a.active:after {
    width: 100%
}

@media (min-width: 767.98px) {
    .page-wrapper .page-body-wrapper .page-sidebar.open .sidebar-menu .fix-bottom-box {
        left: -20px
    }

    .page-wrapper .page-body-wrapper .page-sidebar.open .sidebar-menu .fix-bottom-box .fix-bottom-list .theme-option-box {
        justify-content: center;
        padding-top: 15px
    }

    .page-wrapper .page-body-wrapper .page-sidebar.open .sidebar-menu .fix-bottom-box .fix-bottom-list .theme-option-box .form-check {
        width: 40px
    }

    .page-wrapper .page-body-wrapper .page-sidebar.open .sidebar-menu .fix-bottom-box .fix-bottom-list .theme-option-box .form-check .form-check-input:checked:before {
        transform: unset
    }

    .page-wrapper .page-body-wrapper .page-sidebar.open .sidebar-menu .fix-bottom-box .fix-bottom-list .theme-option-box .form-check .form-bottom-box svg {
        display: none
    }

    .page-wrapper .page-body-wrapper .page-sidebar.open .sidebar-menu .fix-bottom-box .fix-bottom-list .theme-option-box .form-check .form-bottom-box svg.dark-mode {
        display: block
    }

    .page-wrapper .page-body-wrapper .page-sidebar.open .sidebar-menu .fix-bottom-box .fix-bottom-list .theme-option-box .d-flex {
        display: none !important
    }
}

.page-wrapper .page-body-wrapper .page-sidebar.open .fix-bottom-box .fix-bottom-list li .theme-option-box .dark-light-mode .light-mode,
.page-wrapper .page-body-wrapper .page-sidebar.open .fix-bottom-box .fix-bottom-list li .theme-option-box .d-flex.align-items-center.gap-3 {
    display: none !important
}

.page-wrapper .page-body-wrapper .page-sidebar.open:hover {
    width: 255px
}

@media (min-width: 991.98px) {
    .page-wrapper .page-body-wrapper .page-sidebar.open:hover .main-header-left {
        padding: 25px;
        height: 80px
    }
}

@media (min-width: 991.98px) {
    .page-wrapper .page-body-wrapper .page-sidebar.open:hover .main-header-left .logo-wrapper {
        height: 100%;
        display: flex
    }

    .page-wrapper .page-body-wrapper .page-sidebar.open:hover .main-header-left .logo-wrapper .favicon-img {
        width: auto;
        height: auto
    }

    .page-wrapper .page-body-wrapper .page-sidebar.open:hover .main-header-left .logo-wrapper .favicon-img img {
        height: auto
    }
}

.page-wrapper .page-body-wrapper .page-sidebar.open:hover .main-header-left .logo-wrapper .favicon-img {
    display: none
}

.page-wrapper .page-body-wrapper .page-sidebar.open:hover .main-header-left .logo-wrapper .logo-img {
    display: flex
}

.page-wrapper .page-body-wrapper .page-sidebar.open:hover .sidebar-menu .sidebar-main-title {
    border-top: 1px solid rgba(247, 247, 247, .15);
    margin-top: 12px;
    padding-top: 20px;
    padding-bottom: 10px
}

.page-wrapper .page-body-wrapper .page-sidebar.open:hover .sidebar-menu .sidebar-main-title.pin-title.show+.sidebar-main-title {
    border-top: 1px solid rgba(247, 247, 247, .15);
    margin-top: 12px;
    padding-top: 20px
}

.page-wrapper .page-body-wrapper .page-sidebar.open:hover .sidebar-menu .sidebar-main-title.pin-title+.sidebar-main-title {
    border-top: 0;
    margin-top: 0;
    padding-top: 0
}

.page-wrapper .page-body-wrapper .page-sidebar.open:hover .sidebar-menu .sidebar-main-title div {
    display: block
}

.page-wrapper .page-body-wrapper .page-sidebar.open:hover .sidebar-menu li.pined .ri-pushpin-2-line,
.page-wrapper .page-body-wrapper .page-sidebar.open:hover .sidebar-menu li.pined .ri-pushpin-2-fill {
    font-size: 17px;
    line-height: 1;
    opacity: 1;
    visibility: visible;
    position: absolute;
    top: 17px;
    z-index: 1;
    right: 20px;
    cursor: pointer;
    transform: unset;
    background-color: transparent;
    width: auto;
    height: auto
}

.page-wrapper .page-body-wrapper .page-sidebar.open:hover .sidebar-menu li .ri-pushpin-2-line,
.page-wrapper .page-body-wrapper .page-sidebar.open:hover .sidebar-menu li .ri-pushpin-2-fill {
    display: block
}

.page-wrapper .page-body-wrapper .page-sidebar.open:hover .sidebar-menu li>a span {
    display: block;
    opacity: 1
}

.page-wrapper .page-body-wrapper .page-sidebar.open:hover .sidebar-menu li .sidebar-header {
    display: flex;
    align-items: center;
    position: relative;
    padding: 14px 0;
    text-align: unset
}

.page-wrapper .page-body-wrapper .page-sidebar.open:hover .sidebar-menu li .sidebar-header:before {
    width: calc(100% + 26px);
    border-radius: 6px
}

.page-wrapper .page-body-wrapper .page-sidebar.open:hover .sidebar-menu li .sidebar-header:after {
    width: calc(100% + 26px);
    border-radius: 6px
}

.page-wrapper .page-body-wrapper .page-sidebar.open:hover .sidebar-menu li .sidebar-header img {
    margin: 0 8px 0 0
}

.page-wrapper .page-body-wrapper .page-sidebar.open:hover .sidebar-menu li .sidebar-header .stroke-icon {
    display: block;
    margin: 0 0 0 auto
}

.page-wrapper .page-body-wrapper .page-sidebar.open:hover .sidebar-menu li .sidebar-submenu {
    display: none
}

.page-wrapper .page-body-wrapper .page-sidebar.open:hover .sidebar-menu>li.active .sidebar-submenu {
    height: auto;
    overflow: visible;
    margin-top: 7px;
    margin-bottom: 10px
}

@media (min-width: 767.98px) {
    .page-wrapper .page-body-wrapper .page-sidebar.open:hover .sidebar-menu .fix-bottom-box {
        left: -20px
    }

    .page-wrapper .page-body-wrapper .page-sidebar.open:hover .sidebar-menu .fix-bottom-box .fix-bottom-list .theme-option-box {
        justify-content: space-between;
        padding-top: 15px
    }

    .page-wrapper .page-body-wrapper .page-sidebar.open:hover .sidebar-menu .fix-bottom-box .fix-bottom-list .theme-option-box .form-check {
        width: auto
    }

    .page-wrapper .page-body-wrapper .page-sidebar.open:hover .sidebar-menu .fix-bottom-box .fix-bottom-list .theme-option-box .form-check .form-check-input:checked:before {
        transform: translate(43px)
    }

    .page-wrapper .page-body-wrapper .page-sidebar.open:hover .sidebar-menu .fix-bottom-box .fix-bottom-list .theme-option-box .form-check .form-bottom-box svg {
        display: block
    }

    .page-wrapper .page-body-wrapper .page-sidebar.open:hover .sidebar-menu .fix-bottom-box .fix-bottom-list .theme-option-box .d-flex {
        display: flex !important
    }
}

.page-wrapper .page-body-wrapper .page-sidebar.open:hover~.page-body,
.page-wrapper .page-body-wrapper .page-sidebar.open:hover~.footer {
    width: calc(100% - 255px)
}

@media (max-width: 991.98px) {

    .page-wrapper .page-body-wrapper .page-sidebar.open:hover~.page-body,
    .page-wrapper .page-body-wrapper .page-sidebar.open:hover~.footer {
        width: 100%
    }
}

.page-wrapper .page-body-wrapper .page-sidebar.open:hover .fix-bottom-box .fix-bottom-list li .theme-option-box .dark-light-mode .light-mode {
    display: block !important
}

.page-wrapper .page-body-wrapper .page-sidebar.open:hover .fix-bottom-box .fix-bottom-list li .theme-option-box .d-flex.align-items-center.gap-3 {
    display: flex !important
}

.page-wrapper .page-body-wrapper .page-sidebar.open~.page-body {
    width: calc(100% - 90px);
    margin-left: auto;
    transition: .3s
}

@media (max-width: 575.98px) {
    .page-wrapper .page-body-wrapper .page-sidebar.open~.page-body {
        margin-left: 0
    }
}

.page-wrapper .page-body-wrapper .page-sidebar.open~.page-body .serviceman-location {
    left: 90px;
    width: calc(100% - 90px)
}

.page-wrapper .page-body-wrapper .page-sidebar.open~.page-body .serviceman-location>.position-relative .service-list-box.show {
    left: 90px
}

@media (max-width: 991.98px) {
    .page-wrapper .page-body-wrapper .page-sidebar.open~.page-body .serviceman-location {
        width: 100%;
        left: 0
    }

    .page-wrapper .page-body-wrapper .page-sidebar.open~.page-body .serviceman-location>.position-relative .service-list-box.show {
        left: 0
    }
}

.page-wrapper .page-body-wrapper .page-sidebar.open~.page-body .serviceman-location .toggle-menu {
    left: 110px
}

@media (max-width: 991.98px) {
    .page-wrapper .page-body-wrapper .page-sidebar.open~.page-body .serviceman-location .toggle-menu {
        left: 20px
    }
}

.page-wrapper .page-body-wrapper .page-sidebar.open~footer {
    margin-left: auto;
    padding-right: 15px;
    width: calc(100% - 90px)
}

@media (max-width: 767px) {
    .page-wrapper .page-body-wrapper .page-sidebar.open~footer {
        margin-left: 0;
        width: 100%
    }
}

.page-wrapper .page-body-wrapper .sidebar-close .page-sidebar {
    transition: .3s;
    transform: translate(-255px)
}

.page-wrapper .page-body-wrapper .sidebar-close .page-body {
    transition: .3s;
    margin-left: 0 !important
}

.select2-container .select2-dropdown {
    transition: none !important
}

.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option {
    display: block
}

.select2-container.select2-container--disabled .selection .select2-selection {
    opacity: .6;
    background-color: #00162e26 !important
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #00162e14
}

.select2-container--open .select2-dropdown--below,
.select2-container--open .select2-dropdown--above {
    border: 1px solid rgba(84, 101, 255, .1);
    border-radius: 6px;
    box-shadow: 0 6px 10px 4px #00162e1a;
    top: 0;
    left: 0;
    right: 0;
    z-index: 13
}

.select2-container--open .select2-dropdown--below .select2-search--dropdown,
.select2-container--open .select2-dropdown--above .select2-search--dropdown {
    padding: 6px
}

.select2-container--open .select2-dropdown--below .select2-search--dropdown .select2-search__field,
.select2-container--open .select2-dropdown--above .select2-search--dropdown .select2-search__field {
    background-color: transparent;
    border: 1px solid rgba(84, 101, 255, .1);
    border-radius: 4px;
    padding: 9px 11px;
    font-size: 14px;
    font-weight: 400;
    color: #00162e
}

.select2-container--open .select2-dropdown--below .select2-search--dropdown .select2-search__field .selected-item,
.select2-container--open .select2-dropdown--above .select2-search--dropdown .select2-search__field .selected-item {
    gap: 12px
}

.select2-container--open .select2-dropdown--below .select2-results .select2-results__options .select2-results__option,
.select2-container--open .select2-dropdown--above .select2-results .select2-results__options .select2-results__option {
    font-size: calc(14px + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
    padding: calc(8px + (11 - 8) * ((100vw - 320px) / (1920 - 320))) calc(8px + (11 - 8) * ((100vw - 320px) / (1920 - 320))) calc(8px + (11 - 8) * ((100vw - 320px) / (1920 - 320))) calc(10px + (15 - 10) * ((100vw - 320px) / (1920 - 320)));
    border-bottom: 1px solid rgba(84, 101, 255, .1);
    border-left: 3px solid transparent;
    color: #00162e99
}

.select2-container--open .select2-dropdown--below .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted,
.select2-container--open .select2-dropdown--above .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted {
    background-color: #edeff166;
    color: #00162e;
    border-left: 3px solid var(--primary-color)
}

.select2-container--open .select2-dropdown--below .select2-results .select2-results__options .select2-results__option .flag-img,
.select2-container--open .select2-dropdown--above .select2-results .select2-results__options .select2-results__option .flag-img {
    width: 22px
}

.select2-container--open .select2-dropdown--below .select2-results .select2-results__options .select2-results__option .selected-item,
.select2-container--open .select2-dropdown--above .select2-results .select2-results__options .select2-results__option .selected-item {
    gap: 12px
}

.select2-container--open .select2-dropdown--below .select2-results .select2-results__options .select2-results__option .selected-item .initial-letterP .detail:has(p:empty) h6,
.select2-container--open .select2-dropdown--above .select2-results .select2-results__options .select2-results__option .selected-item .initial-letterP .detail:has(p:empty) h6 {
    margin-bottom: 0
}

.select2-container--open .select2-dropdown--below .select2-results .select2-results__options .select2-results__option .selected-item .initial-letterP .detail h6,
.select2-container--open .select2-dropdown--above .select2-results .select2-results__options .select2-results__option .selected-item .initial-letterP .detail h6 {
    font-size: 15px;
    color: #00162e;
    line-height: 1.3
}

.select2-container--open .select2-dropdown--below .select2-results .select2-results__options .select2-results__option .selected-item .initial-letterP .detail p,
.select2-container--open .select2-dropdown--above .select2-results .select2-results__options .select2-results__option .selected-item .initial-letterP .detail p {
    margin: 0
}

.select2-container--open .select2-dropdown--below .select2-results .select2-results__options .select2-results__option .selected-item .initial-letterP .detail p:empty,
.select2-container--open .select2-dropdown--above .select2-results .select2-results__options .select2-results__option .selected-item .initial-letterP .detail p:empty {
    display: none
}

.phone-detail>div.col-sm-11>.form-control {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

@media (max-width: 420px) {
    .phone-detail>div.col-sm-11>.form-control.error {
        margin-left: unset
    }
}

.phone-detail>.col-sm-3 {
    width: 25%
}

.phone-detail>.col-sm-9 {
    width: 75%
}

.profile-detail .phone-detail .select2.select2-container .select2-selection.select2-selection--single {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #e9ecef
}

.profile-detail .phone-detail .select2.select2-container .select2-selection.select2-selection--single .select2-selection__rendered {
    color: #00162e
}

.profile-detail .phone-detail .form-control {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.select2.select2-container {
    width: 100% !important;
    height: 100%
}

.select2.select2-container .select2-selection {
    height: 100%
}

.select2.select2-container .select2-selection.select2-selection--multiple,
.select2.select2-container .select2-selection.select2-selection--single {
    background-color: #edeff166;
    border: 1px solid #edeff1;
    border-radius: 6px;
    min-height: auto;
    height: 47px;
    position: relative
}

@media (max-width: 768px) {

    .select2.select2-container .select2-selection.select2-selection--multiple,
    .select2.select2-container .select2-selection.select2-selection--single {
        height: 43px
    }
}

.select2.select2-container .select2-selection.select2-selection--multiple .select2-selection__rendered,
.select2.select2-container .select2-selection.select2-selection--single .select2-selection__rendered {
    color: #7a8591;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    flex-wrap: wrap;
    font-size: calc(13px + (14 - 13)*((100vw - 320px) /(1920 - 320)));
    line-height: 1.5 !important;
    height: 100%
}

@media (max-width: 767.98px) {

    .select2.select2-container .select2-selection.select2-selection--multiple .select2-selection__rendered,
    .select2.select2-container .select2-selection.select2-selection--single .select2-selection__rendered {
        padding: 10px 12px !important
    }
}

.select2.select2-container .select2-selection.select2-selection--multiple .select2-selection__rendered .selected-item,
.select2.select2-container .select2-selection.select2-selection--single .select2-selection__rendered .selected-item {
    gap: 12px
}

.select2.select2-container .select2-selection.select2-selection--multiple .select2-selection__rendered .selected-item .detail h6,
.select2.select2-container .select2-selection.select2-selection--single .select2-selection__rendered .selected-item .detail h6 {
    font-size: 14px;
    color: var(--primary-color);
    line-height: 1.3
}

.select2.select2-container .select2-selection.select2-selection--multiple .select2-selection__rendered .selected-item .detail .small,
.select2.select2-container .select2-selection.select2-selection--single .select2-selection__rendered .selected-item .detail .small {
    margin: 0;
    font-weight: 400;
    font-size: 14px
}

.select2.select2-container .select2-selection.select2-selection--multiple .select2-selection__rendered .selected-item .detail .small:empty,
.select2.select2-container .select2-selection.select2-selection--single .select2-selection__rendered .selected-item .detail .small:empty {
    display: none
}

.select2.select2-container .select2-selection.select2-selection--multiple .select2-selection__rendered .select2-selection__choice,
.select2.select2-container .select2-selection.select2-selection--single .select2-selection__rendered .select2-selection__choice {
    border: none;
    background-color: transparent;
    color: var(--primary-color);
    border-radius: 5px;
    font-size: 14px;
    margin: 0;
    line-height: 1;
    padding: 6px 13px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 500;
    position: relative;
    z-index: 0
}

.select2.select2-container .select2-selection.select2-selection--multiple .select2-selection__rendered .select2-selection__choice img,
.select2.select2-container .select2-selection.select2-selection--single .select2-selection__rendered .select2-selection__choice img {
    width: 35px;
    height: 35px;
    object-fit: cover
}

.select2.select2-container .select2-selection.select2-selection--multiple .select2-selection__rendered .select2-selection__choice:before,
.select2.select2-container .select2-selection.select2-selection--single .select2-selection__rendered .select2-selection__choice:before {
    opacity: .1
}

.select2.select2-container .select2-selection.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove,
.select2.select2-container .select2-selection.select2-selection--single .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
    color: var(--primary-color);
    border: none;
    height: auto;
    padding: 0;
    margin: 0;
    line-height: 1;
    position: relative;
    inset: unset;
    font-size: 18px;
    font-weight: 500
}

.select2.select2-container .select2-selection.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover,
.select2.select2-container .select2-selection.select2-selection--single .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover {
    background-color: transparent
}

.select2.select2-container .select2-selection.select2-selection--multiple .select2-selection__rendered .select2-search--inline .select2-search__field,
.select2.select2-container .select2-selection.select2-selection--single .select2-selection__rendered .select2-search--inline .select2-search__field {
    margin-top: 0;
    height: unset;
    margin-left: 0;
    line-height: 1;
    font-family: var(--font-family);
    width: max-content !important
}

.select2.select2-container .select2-selection.select2-selection--multiple .select2-selection__rendered .select2-selection__clear,
.select2.select2-container .select2-selection.select2-selection--single .select2-selection__rendered .select2-selection__clear {
    margin: 0;
    right: 10px;
    top: 8px;
    font-size: 18px;
    font-weight: 500
}

.select2.select2-container .select2-selection.select2-selection--multiple .select2-selection__placeholder,
.select2.select2-container .select2-selection.select2-selection--single .select2-selection__placeholder {
    color: #7a8591;
    font-size: 14px
}

.select2.select2-container .select2-selection.select2-selection--multiple .select2-selection__arrow,
.select2.select2-container .select2-selection.select2-selection--single .select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%);
    height: 12px;
    right: 17px;
    width: 12px
}

.select2.select2-container .select2-selection.select2-selection--multiple .select2-selection__arrow b,
.select2.select2-container .select2-selection.select2-selection--single .select2-selection__arrow b {
    border: 2px solid rgba(0, 22, 46, .6);
    width: 8px;
    height: 8px;
    transform: rotate(45deg) scale(-1);
    border-bottom: 0;
    border-right: 0;
    margin-top: -6px
}

.select2.select2-container .select2-selection.select2-selection--multiple {
    padding: 0 16px;
    height: auto
}

@media (max-width: 768px) {
    .select2.select2-container .select2-selection.select2-selection--multiple {
        padding: 0 12px !important
    }
}

.select2.select2-container .select2-selection.select2-selection--multiple .select2-selection__rendered {
    margin: 0 !important;
    padding: 12px 0 !important
}

@media (max-width: 768px) {
    .select2.select2-container .select2-selection.select2-selection--multiple .select2-selection__rendered {
        padding: 9px 0 !important
    }
}

.select2.select2-container .select2-selection.select2-selection--single .select2-selection__rendered {
    color: #00162e !important;
    padding: 12px 16px;
    line-height: 1.15 !important
}

.select2.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b {
    transform: rotate(45deg);
    margin-top: -4px
}

.select-dropdown .select2.select2-container .select2-selection.select2-selection--multiple,
.select-dropdown .select2.select2-container .select2-selection.select2-selection--single {
    height: 100%
}

.service-user-dropdown .select2.select2-container .select2-selection.select2-selection--single {
    height: auto
}

.phone-detail .select2-selection.select2-selection--single {
    background-color: #edeff1 !important
}

.select-2.language~.select2.select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search--inline {
    padding-left: 16px
}

.select-2.language~.select2.select2-container .select2-selection.select2-selection--multiple .select2-selection__rendered {
    padding-top: 13px;
    padding-left: 0;
    margin-left: 16px
}

.select-2.language~.select2.select2-container .select2-selection.select2-selection--multiple .select2-selection__rendered .select2-search--inline {
    padding-left: 0
}

.phone-detail .phone-fill-input {
    background-color: #edeff166;
    border: 1px solid #edeff1;
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 400;
    color: #00162e;
    border-radius: 0 6px 6px 0;
    border-left: unset;
    font-family: var(--font-family);
    width: 100%
}

.horizontal-tab {
    border: none;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 12px
}

.horizontal-tab .nav-item .nav-link {
    margin: 0;
    border-radius: 6px;
    padding: 9px 17px;
    font-size: 14px;
    background-color: #edeff166;
    border: 1px solid #eeeeee;
    color: #7a8591;
    font-weight: 500
}

.horizontal-tab .nav-item .nav-link.active {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #fff
}

.add-payload-btn {
    position: absolute;
    top: 0;
    right: 0
}

.payload .payload-items {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    gap: 10px
}

@media (max-width: 400.98px) {
    .payload .payload-items {
        grid-template-columns: 1fr 1fr
    }

    .payload .payload-items>div:last-child {
        grid-area: 2/1/3/3
    }
}

.tab2-card .media {
    align-items: center
}

.tab2-card .media img {
    margin-right: 20px
}

.tab2-card .nav-tabs {
    margin-bottom: 25px;
    border: 1px solid rgba(0, 22, 46, .01);
    background-color: #edeff166;
    border-radius: 6px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    flex-wrap: nowrap
}

.tab2-card .nav-tabs .nav-item+.nav-item .nav-link {
    border-left: 1px solid rgba(122, 133, 145, .3)
}

.tab2-card .nav-tabs .nav-item+.nav-item .nav-link.active {
    border-color: var(--primary-color)
}

.tab2-card .nav-tabs .nav-link {
    color: #7a8591;
    padding: calc(12px + .00125*(100vw - 320px)) calc(14px + .00375*(100vw - 320px));
    border-radius: unset;
    font-size: calc(14px + .00125*(100vw - 320px));
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 8px;
    border: none;
    position: relative;
    z-index: 0
}

.tab2-card .nav-tabs .nav-link:before {
    opacity: 0
}

.tab2-card .nav-tabs .nav-link.active {
    border-color: 1px solid var(--primary-color);
    color: var(--primary-color);
    font-weight: 500;
    background-color: transparent
}

.tab2-card .nav-tabs .nav-link.active:before {
    opacity: .1
}

.tab2-card .nav-tabs .nav-link.active:hover {
    border-color: 1px solid var(--primary-color)
}

.tab2-card .nav-tabs .nav-link:hover {
    border-color: transparent
}

.tab2-card .nav-tabs .nav-link svg {
    width: 18px;
    height: 18px
}

.tab2-card.card .form-group .input-group.mb-3 {
    margin-bottom: 0 !important
}

.tab2-card.card .input-group:has(.input-group-text) .w-100 .form-control {
    border-radius: 0 6px 6px 0
}

.tab2-card.card .form-control {
    background-color: #edeff166;
    border: 1px solid #edeff1;
    border-radius: 6px;
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 400;
    color: #00162e
}

.tab2-card.card .form-control::placeholder {
    color: #7a8591
}

.tab2-card.card .form-control.flatpickr-input {
    background-color: #edeff166 !important;
    border: 1px solid #edeff1;
    opacity: 1
}

.tab2-card.card form {
    margin: 0
}

.tab2-card.card .tab-content .tab-pane .row .form-group:last-child {
    margin-bottom: 0 !important
}

.tab2-card.card .switch-field {
    display: flex;
    align-items: center;
    background-color: transparent;
    padding: 4px;
    gap: 8px
}

.tab2-card.card .switch-field .switch-field-box {
    position: relative;
    width: 100%
}

.tab2-card.card .switch-field .switch-field-box input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer
}

.tab2-card.card .switch-field .switch-field-box input:checked~label {
    background-color: #00162e0b;
    font-weight: 500;
    color: var(--primary-color)
}

.tab2-card.card .switch-field label {
    margin: 0;
    color: #7a8591;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 4px
}

.tab2-card.sms-card {
    height: 100%
}

.tab2-card.sms-card .status-div .editor-space .switch input:checked+.switch-state:before {
    transform: translateY(-50%) translate(16px)
}

.tab2-card.sms-card .status-div .editor-space .switch .switch-state:before {
    bottom: unset;
    top: 50%;
    left: 3px;
    transform: translateY(-50%);
    height: 14px;
    width: 14px
}

.phone-detail .form-control~.error {
    margin-left: -16%
}

.category-label {
    font-size: 16px;
    font-weight: 400;
    color: #00162e
}

.category-label span {
    color: #fe3d3d;
    font-size: 16px;
    font-weight: 500
}

.booking-detail,
.wallet-detail {
    padding: 20px;
    border-radius: 8px;
    box-shadow: 1px 5px 24px #4466f20d
}

.booking-detail .booking-header,
.booking-detail .wallet-header,
.wallet-detail .booking-header,
.wallet-detail .wallet-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
    justify-content: space-between;
    flex-wrap: wrap
}

.booking-detail .booking-header .btn-popup,
.booking-detail .wallet-header .btn-popup,
.wallet-detail .booking-header .btn-popup,
.wallet-detail .wallet-header .btn-popup {
    margin: 0 !important
}

.booking-detail .booking-header .btn-popup a,
.booking-detail .wallet-header .btn-popup a,
.wallet-detail .booking-header .btn-popup a,
.wallet-detail .wallet-header .btn-popup a {
    padding: 8px 16px
}

.booking-detail .send-req button,
.wallet-detail .send-req button {
    background-color: unset;
    border: none;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    font-family: var(--font-family)
}

.booking-detail:last-child,
.wallet-detail:last-child {
    margin-bottom: 0
}

.booking-detail h4,
.wallet-detail h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0
}

.booking-detail ul,
.wallet-detail ul {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.booking-detail ul li,
.wallet-detail ul li {
    flex-direction: column;
    align-items: start;
    justify-content: unset;
    gap: 4px;
    display: flex
}

.booking-detail ul li p,
.booking-detail ul li span,
.wallet-detail ul li p,
.wallet-detail ul li span {
    font-size: calc(14px + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
    margin: 0
}

.booking-detail ul li span,
.wallet-detail ul li span {
    font-weight: 500
}

.booking-detail.summary-detail ul li,
.wallet-detail.summary-detail ul li {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 4px
}

.booking-detail .position-relative~h4,
.wallet-detail .position-relative~h4 {
    font-weight: 400;
    line-height: 1.2
}

.booking-detail-2 {
    padding: 0;
    background-color: #fff;
    height: 100%
}

.booking-detail-2 .provider-details-box {
    padding: 21px
}

.booking-detail-2 .provider-details-box:has(.customer-image) .list-unstyled {
    width: calc(100% - 108px)
}

.booking-detail-2 .provider-details-box .customer-image {
    width: 88px;
    height: 88px;
    object-fit: cover;
    margin: 0;
    border-radius: 8px;
    overflow: hidden
}

.booking-detail-2 .provider-details-box .customer-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0;
    border-radius: 0
}

.booking-detail-2 .provider-details-box .list-unstyled {
    width: 100%
}

@media (max-width: 767px) {
    .booking-detail-2 .provider-details-box .list-unstyled {
        gap: 12px
    }
}

.booking-detail-2 .provider-details-box .list-unstyled li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: calc(0px + .01*(100vw - 320px));
    font-size: calc(14px + .00125*(100vw - 320px));
    font-weight: 500;
    color: #00162ecc;
    text-transform: capitalize
}

.booking-detail-2 .provider-details-box .list-unstyled li+li {
    padding-top: calc(9px + .00375*(100vw - 320px));
    margin-top: calc(9px + .00375*(100vw - 320px));
    border-top: 1px solid #eeeeee
}

.booking-detail-2 .provider-details-box .list-unstyled li span {
    font-weight: 400;
    font-size: calc(14px + .00125*(100vw - 320px));
    width: auto;
    display: block;
    line-height: 1.3;
    color: #777
}

.booking-details-tabs .nav-tabs {
    background-color: #fff
}

.user-details-box {
    text-align: center;
    padding: 64px 33px;
    position: relative;
    overflow: hidden;
    z-index: 0
}

.user-details-box .cover-image {
    height: calc(145px + (280 - 145) * ((100vw - 320px) / (1920 - 320)));
    overflow: hidden;
    border-radius: calc(5px + (8 - 5) * ((100vw - 320px) / (1920 - 320)))
}

.user-details-box .cover-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.user-details-box .left-image {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30%;
    height: auto
}

.user-details-box .right-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 22%;
    height: auto
}

.user-details-box .customer-image {
    width: calc(89px + (120 - 89) * ((100vw - 320px) / (1920 - 320)));
    height: calc(89px + (120 - 89) * ((100vw - 320px) / (1920 - 320)));
    overflow: hidden;
    border-radius: 100%;
    margin: 0 auto calc(11px + (16 - 11) * ((100vw - 320px) / (1920 - 320)));
    box-shadow: 1px 5px 24px #4466f20d;
    border: 4px solid rgba(0, 22, 46, .07);
    position: relative
}

.user-details-box .customer-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.user-details-box .customer-image .initial-letter {
    width: 100%;
    height: 100%;
    min-width: 100%;
    background-color: #e5e7e9;
    font-size: calc(40px + .01*(100vw - 320px));
    color: #00162ecc
}

.user-details-box .customer-name {
    display: inline-block;
    margin-bottom: 6px
}

.user-details-box .customer-name h3 {
    font-weight: 500;
    color: #00162e;
    letter-spacing: .3px;
    font-size: calc(19px + .0025*(100vw - 320px))
}

@media (max-width: 575px) {
    .user-details-box .list-unstyled {
        margin-bottom: 0 !important
    }
}

.user-details-box .list-unstyled li {
    position: relative
}

.user-details-box .list-unstyled li+li {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid rgba(122, 133, 145, .15)
}

@media (max-width: 575.98px) {
    .user-details-box .list-unstyled li+li {
        margin-left: unset;
        padding-left: unset;
        border-left: 0;
        margin-top: 7px
    }
}

.user-details-box .list-unstyled li p {
    margin: 0;
    display: flex;
    align-items: center;
    width: 100%;
    gap: 5px;
    font-size: 15px;
    color: #00162e;
    line-height: 1.3
}

@media (max-width: 575.98px) {
    .user-details-box .list-unstyled li p {
        justify-content: center
    }
}

.user-details-box .list-unstyled li p .iconsax {
    --Iconsax-Color: #00162e;
    --Iconsax-Size: 17px
}

@media (max-width: 575.98px) {
    .user-details-box .list-unstyled li p .iconsax {
        display: none
    }
}

.user-details-box .list-unstyled li p span {
    font-weight: 400;
    display: block;
    line-height: 1.3;
    color: #777
}

.user-details-box~.card-body .card {
    box-shadow: none
}

.wallet-detail-content {
    display: flex;
    gap: 15px;
    align-items: start;
    width: 100%;
    justify-content: space-between
}

.wallet-detail-content .wallet-amount {
    width: 25%;
    display: flex;
    align-items: center;
    gap: 15px
}

.wallet-detail-content .wallet-amount .wallet-icon {
    line-height: 1
}

.wallet-detail-content .wallet-amount .wallet-icon svg {
    width: 40px;
    height: auto;
    color: var(--primary-color)
}

.wallet-detail-content .wallet-amount h5 {
    text-wrap: nowrap;
    color: #00162eb3;
    margin-bottom: 3px
}

.wallet-detail-content .wallet-amount div[class*=col-] {
    padding: 0
}

.wallet-detail-content .wallet-amount .form-group {
    margin: 0
}

.wallet-detail-content .wallet-amount .form-group .form-control:disabled,
.wallet-detail-content .wallet-amount .form-group .form-control[readonly] {
    background-color: unset !important;
    padding: 0 !important;
    border: none !important;
    font-size: 20px;
    opacity: .9;
    color: #00162e;
    font-weight: 500
}

.wallet-detail-content .wallet-form {
    width: 75%;
    display: flex;
    align-items: start;
    gap: 20px;
    justify-content: space-between
}

.wallet-detail-content .wallet-form .form-group {
    margin: 0;
    width: 70%
}

.wallet-detail-content .wallet-form .form-group.row div[class*=col-] {
    margin: 0;
    padding: 0
}

@media (max-width: 1400px) {
    .wallet-detail-content {
        flex-wrap: wrap
    }

    .wallet-detail-content .wallet-form {
        width: 100%
    }
}

.wallet-detail-content .credit,
.wallet-detail-content .debit {
    padding: 14px
}

.booking-status .booking-log {
    margin-left: 8px;
    box-shadow: #959da533 0 8px 24px;
    border-radius: 8px;
    padding: 20px
}

.booking-status .booking-log .status-body {
    height: 400px;
    overflow: auto
}

.booking-status .booking-log ul {
    position: relative
}

.booking-status .booking-log ul:before {
    position: absolute;
    content: "";
    border: 1px dashed #52526c;
    opacity: .3;
    top: 12px;
    left: 2px;
    height: calc(100% - 12px)
}

.booking-status .booking-log li {
    padding-bottom: 22px
}

.booking-status .booking-log li:last-child {
    padding-bottom: 0
}

.booking-status .booking-log div[class*=activity-dot-] {
    min-width: 6px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    position: relative;
    z-index: 2;
    margin-top: 12px;
    animation: round 1.3s ease-in-out infinite;
    font-size: 0
}

.booking-status .booking-log .no-status {
    margin: 8px 0
}

.booking-status .booking-log .date-content {
    background-color: #00162e0a;
    padding: 8px 10px;
    border-radius: 4px
}

.fill-alert {
    height: 20px;
    width: 20px;
    margin-left: 16px
}

.fill-alert.error {
    display: flex !important
}

.nav-pills .nav-link.active,
.nav-pills .nav-link>.nav-link,
.nav-pills .show.active,
.nav-pills .show>.nav-link {
    background-color: var(--primary-color)
}

.booking-tabs.tab2-card .nav-tabs {
    background-color: #fff
}

.swiper-wrapper {
    height: auto
}

.explore-tabs {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 2px dashed #eeeeee
}

.explore-tabs .nav-item {
    display: block;
    width: 100%
}

.explore-tabs .nav-item .nav-link {
    margin: 0;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid rgba(238, 238, 238, .71);
    padding: 6px 15px 6px 6px;
    line-height: 1.3;
    display: flex;
    align-items: center;
    gap: 8px;
    width: max-content;
    max-width: 175px;
    cursor: pointer
}

.explore-tabs .nav-item .nav-link h5 {
    font-size: 14px;
    font-weight: 500;
    color: #00162ecc;
    line-height: 1.3
}

.explore-tabs .nav-item .nav-link span {
    color: #00162e99;
    letter-spacing: .3px;
    line-height: 1.2;
    margin-top: 2px;
    display: block
}

.explore-tabs .nav-item .nav-link .image-box {
    background-color: #f8f9f9;
    width: 44px;
    min-width: 44px;
    border: 1px solid rgba(238, 238, 238, .71);
    height: 44px;
    padding: 10px;
    border-radius: 5px;
    position: relative;
    opacity: .8;
    z-index: 0;
    overflow: hidden
}

.explore-tabs .nav-item .nav-link .image-box:before {
    opacity: 0
}

.explore-tabs .nav-item .nav-link.active {
    border-color: var(--primary-color)
}

.explore-tabs .nav-item .nav-link.active .image-box {
    background-color: transparent;
    border-color: transparent;
    opacity: 1
}

.explore-tabs .nav-item .nav-link.active .image-box:before {
    opacity: .15
}

.explore-tabs .nav-link {
    margin: 0;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid rgba(238, 238, 238, .71);
    padding: 6px 15px 6px 6px;
    line-height: 1.3;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer
}

.explore-tabs .nav-link h5 {
    font-size: 14px;
    font-weight: 500;
    color: #00162ecc;
    line-height: 1.3
}

.explore-tabs .nav-link span {
    color: #00162e99;
    letter-spacing: .3px;
    line-height: 1.2;
    margin-top: 2px;
    display: block
}

.explore-tabs .nav-link .image-box {
    background-color: #f8f9f9;
    width: 44px;
    min-width: 44px;
    border: 1px solid rgba(238, 238, 238, .71);
    height: 44px;
    padding: 10px;
    border-radius: 5px;
    position: relative;
    opacity: .8;
    z-index: 0;
    overflow: hidden
}

.explore-tabs .nav-link .image-box:before {
    opacity: 0
}

.explore-tabs .nav-link.active {
    border-color: var(--primary-color)
}

.explore-tabs .nav-link.active .image-box {
    background-color: transparent;
    border-color: transparent;
    opacity: 1
}

.explore-tabs .nav-link.active .image-box:before {
    opacity: .15
}

.table>:not(caption)>*>* {
    background-color: transparent
}

.user-info {
    display: flex;
    align-items: center;
    text-align: left;
    gap: calc(8px + .00125*(100vw - 320px));
    color: #00162eb3
}

.user-info:hover .user-details .user-email .feather {
    opacity: 1
}

.user-info .initial-letter {
    width: calc(40px + .0025*(100vw - 320px));
    min-width: auto;
    height: calc(38px + .00375*(100vw - 320px));
    font-size: calc(20px + .00125*(100vw - 320px));
    font-weight: 600
}

.user-info .user-name {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: unset;
    color: #00162e
}

.user-info .user-name:has(.rate) {
    display: flex;
    align-items: center;
    gap: 8px
}

.user-info .user-name .rate {
    gap: 4px
}

.user-info .user-name .rate img.star {
    width: 14px;
    height: auto;
    margin-top: -3px
}

.user-info .user-name .rate small {
    font-size: 14px;
    font-weight: 400;
    line-height: 1
}

.user-info .user-email {
    font-size: 12px;
    line-height: 1.3;
    font-weight: 400;
    margin-top: calc(1px + .00125*(100vw - 320px));
    display: flex;
    align-items: flex-end
}

.user-info .user-email a {
    line-height: 1;
    color: #777
}

.user-info .user-email .feather {
    width: 14px;
    height: auto;
    margin-left: 10px;
    color: var(--primary-color);
    cursor: pointer
}

.user-info .user-details .user-email .feather {
    opacity: 0;
    transition: all .1s ease-in-out
}

.provider-report-table .table tbody tr td .ri-star-fill {
    color: #fdb448
}

.service-list-item {
    display: flex;
    align-items: center;
    text-align: left;
    gap: calc(8px + .00125*(100vw - 320px));
    color: #00162eb3
}

.service-list-item .img-thumbnail {
    margin: 0
}

.service-list-item .initial-letter {
    width: calc(40px + .0025*(100vw - 320px));
    min-width: auto;
    height: calc(38px + .00375*(100vw - 320px));
    font-size: calc(20px + .00125*(100vw - 320px));
    font-weight: 600
}

.service-list-item .details h5 {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: unset
}

.service-list-item .details h5 a {
    color: #00162e
}

.service-list-item .user-email {
    font-size: 13px;
    line-height: 1.3;
    font-weight: 400;
    margin-top: calc(1px + .00125*(100vw - 320px))
}

.action-div>.d-inline-block>a {
    color: #00162eb3
}

.action-div .no-date {
    font-size: calc(14px + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
    letter-spacing: 0;
    font-weight: 500
}

.table .badge-PENDING {
    background-color: #fdb4481a;
    color: #fdb448 !important
}

.table .badge-PENDING:hover {
    color: #fdb448
}

.table .badge-Pending {
    background-color: #fdb4481a;
    color: #fdb448 !important
}

.table .badge-Pending:hover {
    color: #fdb448
}

.table .badge-EXPIRED {
    background-color: #48bffd1a;
    color: #48bffd !important
}

.table .badge-EXPIRED:hover {
    color: #48bffd
}

.table .badge-Accepted {
    background-color: #27af4d1a;
    color: #27af4d !important
}

.table .badge-Accepted:hover {
    color: #27af4d
}

.table .badge-PROCESSING {
    background-color: #ff74561a;
    color: #ff7456 !important
}

.table .badge-PROCESSING:hover {
    color: #ff7456
}

.table .badge-Start {
    background-color: #48bffd1a;
    color: #48bffd !important
}

.table .badge-Start:hover {
    color: #48bffd
}

.table .badge-On {
    background-color: #fdb4481a;
    color: #fdb448 !important
}

.table .badge-On:hover {
    color: #fdb448
}

.table .badge-Decline {
    background-color: #ff4b4b1a;
    color: #ff4b4b !important
}

.table .badge-Decline:hover {
    color: #ff4b4b
}

.table .badge-CANCELLED {
    background-color: #ff4b4b1a;
    color: #ff4b4b !important
}

.table .badge-CANCELLED:hover {
    color: #ff4b4b
}

.table .badge-Cancel {
    background-color: #ff4b4b1a;
    color: #ff4b4b !important
}

.table .badge-Cancel:hover {
    color: #ff4b4b
}

.table .badge-FAILED {
    background-color: #ff74561a;
    color: #ff7456 !important
}

.table .badge-FAILED:hover {
    color: #ff7456
}

.table .badge-COMPLETED {
    background-color: #27af4d1a;
    color: #27af4d !important
}

.table .badge-COMPLETED:hover {
    color: #27af4d
}

.table .badge-Completed {
    background-color: #27af4d1a;
    color: #27af4d !important
}

.table .badge-Completed:hover {
    color: #27af4d
}

.table .badge-Assigned {
    background-color: #5498ff1a;
    color: #5498ff !important
}

.table .badge-Assigned:hover {
    color: #5498ff
}

.table .badge-EXPIRED {
    background-color: #5498ff1a;
    color: #5498ff !important
}

.table .badge-EXPIRED:hover {
    color: #5498ff
}

.table.dataTable:has(tbody tr td:nth-child(2) .action-div .user-info) thead tr th:nth-child(2) {
    text-align: left
}

.table.dataTable .action-div>.d-inline-block>a {
    color: #00162eb3
}

.table.dataTable .action-div:has(.switch) {
    display: flex;
    align-items: center;
    justify-content: center
}

.table.dataTable .action-div .switch {
    width: 46px;
    height: 24px
}

.table.dataTable .action-div .switch input:checked+.switch-state:before {
    transform: translate(24px) translateY(-50%);
    background-color: var(--primary-color)
}

.table.dataTable .action-div .switch .switch-state {
    top: 50%;
    transform: translateY(-50%);
    height: 100%
}

.table.dataTable .action-div .switch .switch-state:before {
    bottom: unset;
    top: 50%;
    transform: translate(3px) translateY(-50%)
}

.booking-report-table .table-responsive:has(.report-loader-wrapper[style="display: block;"], .report-loader-wrapper[style=""]) .table tbody {
    height: 108px;
    position: relative
}

.booking-report-table .table-responsive:has(.report-loader-wrapper[style="display: block;"], .report-loader-wrapper[style=""]) .table tbody:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff94;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px)
}

.booking-report-table .table-responsive .table {
    margin: 0
}

.booking-report-table .table-responsive .report-loader-wrapper .loader {
    z-index: 9;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 35px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 4px solid var(--primary-color);
    animation: l20-1 .9s infinite linear alternate, l20-2 1.8s infinite linear
}

@keyframes l20-1 {
    0% {
        clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%)
    }

    12.5% {
        clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%)
    }

    25% {
        clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%)
    }

    50% {
        clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%)
    }

    62.5% {
        clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%)
    }

    75% {
        clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%)
    }

    to {
        clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%)
    }
}

@keyframes l20-2 {
    0% {
        transform: scaleY(1) rotate(0)
    }

    49.99% {
        transform: scaleY(1) rotate(135deg)
    }

    50% {
        transform: scaleY(-1) rotate(0)
    }

    to {
        transform: scaleY(-1) rotate(-135deg)
    }
}

.ride-report-table .table-responsive:has(.report-loader-wrapper[style="display: block;"], .report-loader-wrapper[style=""]) {
    overflow: hidden
}

.ride-report-table .table-responsive {
    max-height: 456px;
    overflow-y: auto
}

.ride-report-table .table-responsive.custom-scrollbar::-webkit-scrollbar {
    width: 0
}

.ride-report-table .table thead {
    position: sticky;
    top: 0;
    z-index: 1
}

.ride-report-table .table tbody tr td .badge {
    margin: 0
}

.ride-report-table .table tbody tr td .PENDING {
    background-color: #fdb4481a;
    color: #fdb448 !important
}

.ride-report-table .table tbody tr td .COMPLETED {
    color: #27af4d;
    background-color: #27af4d1a
}

.common-table .d-flex.flex-column .mb-3 small {
    font-size: 14px
}

.common-table .d-flex.flex-column .mb-3 .badge.bg-info {
    background-color: var(--primary-color) !important;
    line-height: 1.5;
    padding: .25em .65em
}

.common-table .d-flex.flex-column .mb-3 .badge.rounded-pill {
    font-weight: 500;
    font-size: 12px;
    padding: 3px 8px
}

.common-table .d-flex.flex-column .mb-3 .badge.rounded-pill a .visually-hidden {
    display: none
}

.common-table .d-flex.flex-column .mb-3 .badge.rounded-pill a svg {
    width: 8px !important;
    height: 8px !important
}

.common-table .d-flex.flex-column .d-md-flex.justify-content-between.mb-3 {
    flex-direction: row-reverse !important
}

.common-table .d-flex.flex-column .d-md-flex.justify-content-between.mb-3 .d-md-flex {
    flex-direction: row-reverse;
    gap: 12px;
    position: relative
}

.common-table .d-flex.flex-column .d-md-flex.justify-content-between.mb-3 .d-md-flex .ms-md-2 {
    margin-left: 0 !important
}

.common-table .d-flex.flex-column .d-md-flex.justify-content-between.mb-3 .d-md-flex .btn.dropdown-toggle {
    background-color: #edeff166;
    border: 1px solid rgba(0, 22, 46, .1);
    padding: 12px 16px;
    font-size: calc(12px + .00125*(100vw - 320px));
    font-weight: 400;
    border-radius: 6px
}

@media (max-width: 768px) {
    .common-table .d-flex.flex-column .d-md-flex.justify-content-between.mb-3 .d-md-flex .btn.dropdown-toggle {
        padding: 10px 12px
    }
}

.common-table .d-flex.flex-column .d-md-flex.justify-content-between.mb-3 .d-md-flex .form-select {
    background-color: #edeff166;
    border: 1px solid rgba(0, 22, 46, .1);
    padding: 12px 16px;
    font-size: calc(12px + .00125*(100vw - 320px));
    font-weight: 400;
    border-radius: 6px;
    width: 80px
}

.common-table .d-flex.flex-column .d-md-flex.justify-content-between.mb-3 .d-md-flex .form-select:focus {
    box-shadow: none
}

@media (max-width: 768px) {
    .common-table .d-flex.flex-column .d-md-flex.justify-content-between.mb-3 .d-md-flex .form-select {
        padding: 10px 12px
    }
}

.common-table .d-flex.flex-column .d-md-flex.justify-content-between.mb-3 .d-md-flex .dropdown-menu .form-select {
    width: 100%
}

.common-table:has(.common-table-select) .table-responsive .dataTables_wrapper .dataTables_filter {
    right: 185px
}

@media (max-width: 768px) {
    .common-table:has(.common-table-select) .table-responsive .dataTables_wrapper .dataTables_filter {
        right: 0
    }
}

.table-responsive {
    border-radius: 8px;
    position: relative
}

.table-responsive .dataTables_wrapper {
    font-family: var(--font-family);
    position: static;
    overflow: auto
}

.table-responsive .dataTables_wrapper .dataTables_length {
    position: absolute;
    left: 0;
    top: 0
}

.table-responsive .dataTables_wrapper .dataTables_length label {
    display: flex;
    align-items: center;
    gap: 10px
}

.table-responsive .dataTables_wrapper .dataTables_length select {
    background-color: #edeff166;
    border: 1px solid #edeff1;
    padding: 12px 16px;
    font-size: calc(12px + .00125*(100vw - 320px));
    font-weight: 400;
    border-radius: 6px;
    width: 80px;
    background-image: url(/build/assets/down-arrow-8f2b48b6.svg);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 18px 18px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.table-responsive .dataTables_wrapper .dataTables_length select:focus {
    box-shadow: none
}

@media (max-width: 768px) {
    .table-responsive .dataTables_wrapper .dataTables_length select {
        padding: 10px 12px
    }
}

.table-responsive .dataTables_wrapper .dataTables_filter {
    position: absolute;
    right: 0;
    top: 0
}

.table-responsive .dataTables_wrapper .dataTables_filter input {
    background-color: #edeff166;
    border: 1px solid #edeff1;
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 400;
    color: #00162e;
    width: 220px !important;
    margin-top: 0;
    margin-left: 8px;
    border-radius: 6px
}

.table-responsive .dataTables_wrapper .dataTables_filter input::placeholder {
    color: #7a8591
}

.table-responsive .dataTables_wrapper .dataTables_filter input:focus,
.table-responsive .dataTables_wrapper .dataTables_filter input:active {
    background-color: #edeff166;
    border: 1px solid rgba(0, 22, 46, .1)
}

.table-responsive .dataTables_wrapper .dataTables_filter input[type=color] {
    width: 50px;
    height: 40px;
    padding: 8px !important
}

.table-responsive .dataTables_wrapper .dataTables_info {
    position: absolute;
    bottom: 10px;
    left: 0
}

.table-responsive .dataTables_wrapper .dataTables_paginate {
    display: flex;
    align-items: center;
    gap: 8px;
    position: absolute;
    bottom: 10px;
    right: 0
}

.table-responsive .dataTables_wrapper .dataTables_paginate .paginate_button {
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    min-width: 30px;
    line-height: 1;
    color: #00162ecc !important
}

.table-responsive .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: var(--primary-color) !important;
    border-color: #5465ff03;
    background: rgba(84, 101, 255, .1);
    box-shadow: unset
}

.table-responsive .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    color: #fff !important;
    border-color: var(--primary-color);
    background: var(--primary-color)
}

.table-responsive .dataTables_wrapper .dataTables_paginate .paginate_button.previous,
.table-responsive .dataTables_wrapper .dataTables_paginate .paginate_button.next {
    padding: 0;
    background: unset;
    box-shadow: unset;
    border: unset;
    outline: unset
}

.table-responsive .dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover,
.table-responsive .dataTables_wrapper .dataTables_paginate .paginate_button.previous:active,
.table-responsive .dataTables_wrapper .dataTables_paginate .paginate_button.next:hover,
.table-responsive .dataTables_wrapper .dataTables_paginate .paginate_button.next:active {
    background: unset;
    box-shadow: unset;
    border: unset;
    outline: unset;
    color: #00162ecc !important
}

.table-responsive .dataTables_wrapper .dataTables_paginate .paginate_button.previous {
    width: 60px
}

.table-responsive .dataTables_wrapper .dataTables_paginate .paginate_button.next {
    width: 35px
}

.table-responsive .dataTables_wrapper .dataTables_paginate span {
    display: inline-flex;
    align-items: center;
    gap: 5px
}

.table-responsive table {
    display: inline-table;
    width: 100% !important;
    height: 100%
}

.table-responsive table .form-check {
    padding: 0;
    width: fit-content
}

.table-responsive table .form-check input {
    margin: 0
}

.table-responsive table thead tr th {
    background-color: var(--primary-color);
    color: #fff;
    font-size: calc(14px + .00125*(100vw - 320px));
    font-weight: 400;
    padding: calc(12px + .0025*(100vw - 320px)) calc(16px + .0025*(100vw - 320px));
    vertical-align: middle;
    white-space: nowrap;
    border: none !important;
    text-align: center
}

.table-responsive table thead tr th .form-check .form-check-input:after {
    background-color: var(--primary-color);
    border: 1px solid rgba(255, 255, 255, .38);
    z-index: 1
}

.table-responsive table thead tr th .form-check .form-check-input:checked:before {
    border: 2px solid #ffffff;
    border-top-style: none !important;
    border-right-style: none !important
}

.table-responsive table thead tr th div {
    gap: 20px
}

.table-responsive table thead tr th:first-child {
    border-radius: 8px 0 0
}

.table-responsive table thead tr th:last-child {
    border-radius: 0 10px 0 0
}

.table-responsive table tbody tr {
    border: none
}

.table-responsive table tbody tr td {
    padding: calc(12px + .00375*(100vw - 320px)) calc(16px + .0025*(100vw - 320px));
    padding-inline: 18px;
    font-size: 14px;
    font-weight: 400;
    border: none;
    color: #00162e;
    vertical-align: middle;
    text-align: center
}

.table-responsive table tbody tr td.title {
    padding-right: 9px
}

.table-responsive table tbody tr td .badge.badge-success {
    background-color: #27af4d;
    color: #fff;
    font-weight: 500;
    line-height: 1.3;
    border: 1px solid #27af4d;
    padding: .25em .65em
}

.table-responsive table tbody tr td .edit-icon,
.table-responsive table tbody tr td .show-icon,
.table-responsive table tbody tr td .lock-icon,
.table-responsive table tbody tr td .delete-svg {
    background-color: #00162e1a;
    border-radius: 6px;
    padding: 8px;
    width: calc(32px + (35 - 32) * ((100vw - 320px) / (1920 - 320)));
    height: calc(32px + (35 - 32) * ((100vw - 320px) / (1920 - 320)));
    display: flex;
    align-items: center;
    justify-content: center
}

.table-responsive table tbody tr td .edit-icon img,
.table-responsive table tbody tr td .show-icon img,
.table-responsive table tbody tr td .lock-icon img,
.table-responsive table tbody tr td .delete-svg img {
    width: calc(18px + .00125*(100vw - 320px));
    height: calc(18px + .00125*(100vw - 320px))
}

.table-responsive table tbody tr td .edit-icon svg,
.table-responsive table tbody tr td .show-icon svg,
.table-responsive table tbody tr td .lock-icon svg,
.table-responsive table tbody tr td .delete-svg svg {
    width: calc(17px + (18 - 17) * ((100vw - 320px) / (1920 - 320)));
    height: calc(17px + (18 - 17) * ((100vw - 320px) / (1920 - 320)));
    color: #00162eb3
}

.table-responsive table tbody tr td .edit-icon i,
.table-responsive table tbody tr td .show-icon i,
.table-responsive table tbody tr td .lock-icon i,
.table-responsive table tbody tr td .delete-svg i {
    font-size: calc(17px + (18 - 17) * ((100vw - 320px) / (1920 - 320)));
    color: #00162eb3
}

.table-responsive table tbody tr td .show-icon {
    background-color: #00162e0a
}

.table-responsive table tbody tr td .delete-svg {
    background-color: #ff4b4b1a
}

.table-responsive table tbody tr td .delete-svg i,
.table-responsive table tbody tr td .delete-svg svg {
    color: #ff4b4bcc
}

.table-responsive table tbody tr td .wallet-icon {
    background-color: #ffbc5833;
    border-radius: 6px;
    padding: 8px;
    width: calc(32px + (35 - 32) * ((100vw - 320px) / (1920 - 320)));
    height: calc(32px + (35 - 32) * ((100vw - 320px) / (1920 - 320)));
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffbc58
}

.table-responsive table tbody tr td .wallet-icon svg {
    width: calc(17px + (18 - 17) * ((100vw - 320px) / (1920 - 320)));
    height: calc(17px + (18 - 17) * ((100vw - 320px) / (1920 - 320)))
}

.table-responsive table tbody tr td:last-child .action-div {
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 8px
}

.table-responsive table tbody tr td .switch {
    margin-bottom: -6px
}

.table-responsive table tbody tr td .input-group-text {
    border: none
}

.table-responsive table tbody tr:nth-child(2n) {
    background-color: #00162e0a
}

.table-responsive table tbody tr:nth-child(2n) td {
    background: transparent
}

.table-responsive table tbody tr:nth-child(odd) {
    background-color: #fff;
    background-image: unset
}

.table-responsive table tbody tr:nth-child(odd) td {
    background: transparent
}

.table-responsive table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 8px
}

.table-responsive table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 8px
}

.table-responsive table.dataTable thead .sorting,
.table-responsive table.dataTable thead .sorting_asc,
.table-responsive table.dataTable thead .sorting_desc,
.table-responsive table.dataTable thead .sorting_asc_disabled,
.table-responsive table.dataTable thead .sorting_desc_disabled {
    position: relative
}

.table-responsive table.dataTable thead .sorting:before,
.table-responsive table.dataTable thead .sorting:after,
.table-responsive table.dataTable thead .sorting_asc:before,
.table-responsive table.dataTable thead .sorting_asc:after,
.table-responsive table.dataTable thead .sorting_desc:before,
.table-responsive table.dataTable thead .sorting_desc:after,
.table-responsive table.dataTable thead .sorting_asc_disabled:before,
.table-responsive table.dataTable thead .sorting_asc_disabled:after,
.table-responsive table.dataTable thead .sorting_desc_disabled:before,
.table-responsive table.dataTable thead .sorting_desc_disabled:after {
    top: 50% !important;
    transform: translateY(-50%);
    bottom: unset;
    font-size: 20px !important
}

.table-responsive table.dataTable thead .sorting:before,
.table-responsive table.dataTable thead .sorting_asc:before,
.table-responsive table.dataTable thead .sorting_desc:before,
.table-responsive table.dataTable thead .sorting_asc_disabled:before,
.table-responsive table.dataTable thead .sorting_desc_disabled:before {
    right: 14px
}

.table-responsive table.dataTable.no-footer {
    margin-block: 62px 56px !important;
    padding-bottom: 16px;
    border-bottom: 1px dashed rgba(0, 22, 46, .1)
}

.table-responsive table.dataTable.no-footer:has(~.dataTables_info:empty, ~.dataTables_paginate[style="display: none;"]) {
    margin-bottom: 0 !important;
    padding-bottom: 0;
    border-bottom: 0
}

.table-responsive.modal-table {
    overflow-x: unset
}

.table-responsive.modal-table table {
    margin: 0 !important;
    box-shadow: 0 0 0 1px #00162e1a;
    border-radius: 8px;
    overflow: hidden
}

.table-responsive.modal-table table tbody tr td {
    padding: 12px;
    text-align: left;
    font-size: 14px
}

.table-responsive.modal-table table tbody tr td:first-child {
    min-width: 170px;
    font-weight: 500
}

.table-responsive.modal-table table tbody tr td textarea.form-control {
    min-height: 80px
}

.table-responsive.modal-table table tbody tr td .form-control {
    background: unset !important;
    border: none !important;
    padding: 0;
    opacity: .8
}

.table-responsive.language-table table {
    margin-top: 12px !important
}

.table-responsive.language-table table thead tr th {
    min-width: 250px
}

.table-responsive.language-table table tbody tr td input {
    background-color: transparent
}

.table-responsive.service-detail table {
    margin: 0 !important
}

.table-responsive.service-detail table thead tr th:first-child {
    width: 250px
}

.table-responsive.service-detail table tbody tr td .booking-icon {
    display: inline-block;
    width: max-content
}

.table-responsive.review-box {
    border: 1px solid #edeff1
}

.table-responsive.review-box .table {
    margin: 0 !important
}

.table-responsive.review-box .table thead tr th:first-child {
    min-width: 218px
}

.table-responsive.review-box .table thead tr th:nth-child(2) {
    min-width: 190px
}

.table-responsive.review-box .table thead tr th:last-child {
    min-width: 156px
}

.table-responsive.review-box .table tbody tr {
    background-color: #fff !important;
    border-bottom: 1px solid #edeff1
}

.table-responsive.review-box .table tbody tr:last-child {
    border-bottom: none
}

.table-responsive.review-box .table tbody tr td {
    padding: 12px 13px;
    vertical-align: middle
}

.table-responsive.review-box .table tbody tr td .review-content {
    display: flex;
    align-items: center;
    gap: 10px
}

.table-responsive.review-box .table tbody tr td .review-content .img-box {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden
}

.table-responsive.review-box .table tbody tr td .review-content span {
    text-align: left;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.table-responsive.review-box .table tbody tr td.review-rate {
    white-space: nowrap
}

.table-responsive.review-box .table tbody tr td:nth-child(1) {
    width: auto;
    min-width: 218px
}

.table-responsive.review-box .table tbody tr td:nth-child(2) {
    width: auto;
    min-width: 150px;
    text-align: center
}

.table-responsive.provider-box .table {
    margin: 0 !important
}

.table-responsive.provider-box tbody tr td {
    padding: 12px 14px
}

.table-responsive.provider-box tbody tr td .provider-detail {
    display: flex;
    align-items: center;
    gap: 10px
}

.table-responsive.provider-box tbody tr td .provider-detail .provider-img {
    width: 45px;
    height: 45px;
    border-radius: 100%
}

.table-responsive.provider-box tbody tr td .provider-detail .location svg {
    width: 18px;
    height: 18px;
    color: #898989
}

.table-responsive.provider-box tbody tr td .provider-detail h5 {
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 0
}

.table-responsive.provider-box tbody tr td:first-child {
    width: auto;
    min-width: 320px
}

.table-responsive.provider-box tbody tr td:last-child {
    width: auto;
    min-width: 70px
}

.table-responsive.provider-box tbody tr:last-child td {
    border: none
}

.table-responsive.provider-box tbody .rate small {
    line-height: 1;
    padding-top: 2px
}

.table-responsive.service-box .table {
    margin: 0 !important
}

.table-responsive.service-box thead tr th:last-child {
    text-align: end
}

.table-responsive.service-box thead tr th:first-child {
    text-align: start
}

.table-responsive.service-box tbody tr td {
    padding: 12px 14px
}

.table-responsive.service-box tbody tr td .service-detail {
    display: flex;
    align-items: center;
    gap: 10px;
    text-align: left
}

.table-responsive.service-box tbody tr td .service-detail .service-img {
    width: 45px;
    height: 45px;
    border-radius: 6px
}

.table-responsive.service-box tbody tr td .service-detail h5 {
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 0
}

.table-responsive.service-box tbody tr td:nth-child(1) {
    width: 100%;
    min-width: 310px
}

.table-responsive.service-box tbody tr td:nth-child(2) {
    width: auto;
    min-width: 95px
}

.table-responsive.service-box tbody tr td:nth-child(3) {
    width: auto;
    min-width: 80px
}

.table-responsive.service-box tbody tr:last-child td {
    border: none
}

.table-responsive.booking-box .table {
    margin: 0 !important
}

.table-responsive.booking-box thead tr th:last-child {
    text-align: end
}

.table-responsive.booking-box thead tr th:first-child {
    text-align: start
}

.table-responsive.booking-box tbody tr td {
    padding: 14px 16px
}

.table-responsive.booking-box tbody tr td .booking-data {
    display: flex;
    align-items: center;
    gap: 10px
}

.table-responsive.booking-box tbody tr td .booking-data .booking-img {
    width: 50px;
    height: 50px;
    border-radius: 6px
}

.table-responsive.booking-box tbody tr td .booking-data h5 {
    text-transform: capitalize;
    font-weight: 400;
    margin-bottom: 0;
    color: #00162e
}

.table-responsive.booking-box tbody tr td .booking-data h5:hover {
    color: var(--primary-color)
}

.table-responsive.booking-box tbody tr td .booking-data h6 {
    color: #808b97;
    text-align: left
}

.table-responsive.booking-box tbody tr td:first-child {
    width: 100%;
    min-width: 270px
}

.table-responsive.booking-box tbody tr td:nth-last-child(2) {
    width: auto
}

.table-responsive.booking-box tbody tr:last-child td {
    border: none
}

.table-responsive .top-service-table {
    margin: 0
}

.table-responsive .top-service-table tr th,
.table-responsive .top-service-table tr td {
    padding: 12px 20px;
    border-radius: 0 !important
}

.table-responsive .top-service-table thead tr th {
    background-color: #e8e8e85e;
    font-size: 14px;
    font-weight: 500;
    color: #5a5b67;
    border: 0;
    line-height: 16.94px;
    text-align: center
}

.table-responsive .top-service-table thead tr th:first-child,
.table-responsive .top-service-table thead tr th:nth-child(2) {
    text-align: left
}

.table-responsive .top-service-table tbody tr:last-child td {
    border: 0
}

.table-responsive .top-service-table tbody tr td {
    padding: 18px;
    font-size: 14px;
    font-weight: 500;
    color: #171829;
    vertical-align: middle;
    border-bottom: 1px solid #edeff1;
    text-align: center
}

.table-responsive .top-service-table tbody tr td .rating {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px
}

.table-responsive .top-service-table tbody tr td .rating h6 {
    font-size: 14px;
    font-weight: 500;
    color: #171829
}

.table-responsive .consumer-reviews-table {
    margin: 0
}

.table-responsive .consumer-reviews-table tr th,
.table-responsive .consumer-reviews-table tr td {
    padding: 12px 20px;
    border-radius: 0 !important
}

.table-responsive .consumer-reviews-table thead tr th {
    background-color: #e8e8e85e;
    font-size: 14px;
    font-weight: 500;
    color: #5a5b67;
    border: 0;
    line-height: 16.94px;
    text-align: center
}

.table-responsive .consumer-reviews-table thead tr th:first-child,
.table-responsive .consumer-reviews-table thead tr th:nth-child(2) {
    text-align: left
}

.table-responsive .consumer-reviews-table tbody tr:last-child td {
    border: 0
}

.table-responsive .consumer-reviews-table tbody tr td {
    padding: 18px;
    font-size: 14px;
    font-weight: 500;
    color: #171829;
    vertical-align: middle;
    border-bottom: 1px solid #edeff1;
    text-align: center
}

.table-responsive .consumer-reviews-table tbody tr td:has(.reviews) {
    max-width: 250px
}

.table-responsive .consumer-reviews-table tbody tr td .reviews {
    font-size: 14px;
    font-weight: 500;
    color: #171829;
    vertical-align: middle;
    text-align: center;
    -webkit-line-clamp: 2;
    margin: 0;
    line-height: 1.3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden
}

.table-responsive .consumer-reviews-table tbody tr td .rating {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px
}

.table-responsive .consumer-reviews-table tbody tr td .rating h6 {
    font-size: 14px;
    font-weight: 500;
    color: #171829
}

.table-responsive .top-providers-table {
    margin: 0
}

.table-responsive .top-providers-table tr th,
.table-responsive .top-providers-table tr td {
    padding: 12px 20px
}

.table-responsive .top-providers-table thead tr th {
    background-color: #e8e8e85e;
    font-size: 14px;
    font-weight: 500;
    color: #5a5b67;
    border: 0;
    line-height: 16.94px;
    text-align: center
}

.table-responsive .top-providers-table thead tr th:first-child {
    text-align: left
}

.table-responsive .top-providers-table tbody tr:last-child td {
    border: 0
}

.table-responsive .top-providers-table tbody tr td {
    padding: 18px;
    font-size: 14px;
    font-weight: 500;
    color: #171829;
    vertical-align: middle;
    border-bottom: 1px solid #edeff1;
    text-align: center
}

.table-responsive .top-providers-table tbody tr td .rating {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px
}

.table-responsive .top-providers-table tbody tr td .rating h6 {
    font-size: 14px;
    font-weight: 500;
    color: #171829
}

.table-responsive .recent-booking-table {
    margin: 0
}

.table-responsive .recent-booking-table tr th,
.table-responsive .recent-booking-table tr td {
    padding: 12px 20px
}

.table-responsive .recent-booking-table thead tr th {
    background-color: #e8e8e85e;
    font-size: 14px;
    font-weight: 500;
    color: #5a5b67;
    border: 0;
    line-height: 16.94px;
    text-align: center
}

.table-responsive .recent-booking-table thead tr th:nth-child(2),
.table-responsive .recent-booking-table thead tr th:nth-child(3) {
    text-align: left
}

.table-responsive .recent-booking-table tbody tr:last-child td {
    border: 0
}

.table-responsive .recent-booking-table tbody tr td {
    padding: 18px;
    font-size: 14px;
    font-weight: 500;
    color: #171829;
    vertical-align: middle;
    border-bottom: 1px solid #edeff1;
    text-align: center
}

.table-responsive .recent-booking-table tbody tr td .rating {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px
}

.table-responsive .recent-booking-table tbody tr td .rating h6 {
    font-size: 14px;
    font-weight: 500;
    color: #171829
}

.table-responsive .consumer-recent-booking-table {
    margin: 0
}

.table-responsive .consumer-recent-booking-table tr th,
.table-responsive .consumer-recent-booking-table tr td {
    padding: 12px 20px
}

.table-responsive .consumer-recent-booking-table thead tr th {
    background-color: #e8e8e85e;
    font-size: 14px;
    font-weight: 500;
    color: #5a5b67;
    border: 0;
    line-height: 16.94px;
    text-align: center
}

.table-responsive .consumer-recent-booking-table thead tr th:nth-child(2),
.table-responsive .consumer-recent-booking-table thead tr th:nth-child(3) {
    text-align: left
}

.table-responsive .consumer-recent-booking-table tbody tr:last-child td {
    border: 0
}

.table-responsive .consumer-recent-booking-table tbody tr td {
    padding: 18px;
    font-size: 14px;
    font-weight: 500;
    color: #171829;
    vertical-align: middle;
    border-bottom: 1px solid #edeff1;
    text-align: center
}

.table-responsive .consumer-recent-booking-table tbody tr td:nth-child(2) {
    max-width: 230px
}

.table-responsive .consumer-recent-booking-table tbody tr td .rating {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px
}

.table-responsive .consumer-recent-booking-table tbody tr td .rating h6 {
    font-size: 14px;
    font-weight: 500;
    color: #171829
}

.table-responsive .recent-withdraw-requests-table {
    margin: 0
}

.table-responsive .recent-withdraw-requests-table tr th,
.table-responsive .recent-withdraw-requests-table tr td {
    padding: 12px 20px
}

.table-responsive .recent-withdraw-requests-table tr th:first-child,
.table-responsive .recent-withdraw-requests-table tr td:first-child {
    width: 243px
}

.table-responsive .recent-withdraw-requests-table thead tr th {
    background-color: #e8e8e85e;
    font-size: 14px;
    font-weight: 500;
    color: #5a5b67;
    border: 0;
    line-height: 16.94px;
    text-align: center
}

.table-responsive .recent-withdraw-requests-table thead tr th:first-child {
    text-align: left
}

.table-responsive .recent-withdraw-requests-table tbody tr:last-child td {
    border: 0
}

.table-responsive .recent-withdraw-requests-table tbody tr td {
    padding: 18px;
    font-size: 14px;
    font-weight: 500;
    color: #171829;
    vertical-align: middle;
    border-bottom: 1px solid #edeff1;
    text-align: center
}

.table-responsive .recent-withdraw-requests-table tbody tr td .rating {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px
}

.table-responsive .recent-withdraw-requests-table tbody tr td .rating h6 {
    font-size: 14px;
    font-weight: 500;
    color: #171829
}

.table-responsive .documents-list-table {
    margin: 0
}

.table-responsive .documents-list-table tr th,
.table-responsive .documents-list-table tr td {
    padding: 12px 20px
}

.table-responsive .documents-list-table thead tr th {
    background-color: #e8e8e85e;
    font-size: 14px;
    font-weight: 500;
    color: #5a5b67;
    border: 0;
    line-height: 16.94px;
    text-align: center
}

.table-responsive .documents-list-table thead tr th:nth-child(3) {
    text-align: left
}

.table-responsive .documents-list-table tbody tr:last-child td {
    border: 0
}

.table-responsive .documents-list-table tbody tr td {
    padding: 18px;
    font-size: 14px;
    font-weight: 500;
    color: #171829;
    vertical-align: middle;
    border-bottom: 1px solid #edeff1;
    text-align: center
}

.table-responsive .documents-list-table tbody tr td .card-image {
    height: 36px;
    border-radius: 5px
}

.table-responsive .documents-list-table tbody tr td .rating {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px
}

.table-responsive .documents-list-table tbody tr td .rating h6 {
    font-size: 14px;
    font-weight: 500;
    color: #171829
}

.table-responsive .provider-reviews-table {
    margin: 0
}

.table-responsive .provider-reviews-table tr th,
.table-responsive .provider-reviews-table tr td {
    padding: 12px 20px;
    border-radius: 0 !important
}

.table-responsive .provider-reviews-table thead tr th {
    background-color: #e8e8e85e;
    font-size: 14px;
    font-weight: 500;
    color: #5a5b67;
    border: 0;
    line-height: 16.94px;
    text-align: center
}

.table-responsive .provider-reviews-table thead tr th:first-child,
.table-responsive .provider-reviews-table thead tr th:nth-child(2) {
    text-align: left
}

.table-responsive .provider-reviews-table tbody tr:last-child td {
    border: 0
}

.table-responsive .provider-reviews-table tbody tr td {
    padding: 18px;
    font-size: 14px;
    font-weight: 500;
    color: #171829;
    vertical-align: middle;
    border-bottom: 1px solid #edeff1;
    text-align: center
}

.table-responsive .provider-reviews-table tbody tr td:last-child {
    max-width: 310px
}

.table-responsive .provider-reviews-table tbody tr td p {
    font-size: 14px;
    font-weight: 500;
    color: #171829;
    line-height: 1.3;
    margin-bottom: 0;
    text-align: center;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden
}

.table-responsive .provider-reviews-table tbody tr td .rating {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px
}

.table-responsive .provider-reviews-table tbody tr td .rating h6 {
    font-size: 14px;
    font-weight: 500;
    color: #171829
}

.table-responsive .top-providers-table thead tr th:first-child,
.table-responsive .top-providers-table thead tr th:last-child {
    border-radius: 0
}

.latest-blogs .col-12 {
    display: flex;
    align-items: center;
    justify-content: center
}

.latest-blogs .no-data-detail {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.table-no-data {
    text-align: center;
    padding: 60px 0
}

.table-no-data h4 {
    font-size: calc(18px + .00125*(100vw - 320px));
    font-weight: 500;
    color: #898989
}

.initial-letter {
    width: calc(38px + .00125*(100vw - 320px));
    min-width: 38px;
    height: calc(38px + .00125*(100vw - 320px));
    border-radius: 100%;
    display: inline-flex;
    color: #00162eb3;
    align-items: center;
    justify-content: center;
    background-color: #00162e14;
    font-size: 20px;
    text-transform: uppercase
}

.data-not-found {
    text-align: center;
    padding: 8px 0
}

.data-not-found span {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #00162eb3
}

.wallet-main label.col-md-2 {
    display: none
}

.wallet-main .col-md-10,
.full-width {
    width: 100%
}

.user-table .table.dataTable thead .sorting:first-child:before,
.user-table .table.dataTable thead .sorting:first-child:after,
.user-table .table.dataTable thead .sorting_asc:first-child:before,
.user-table .table.dataTable thead .sorting_asc:first-child:after,
.user-table .table.dataTable thead .sorting_desc:first-child:before,
.user-table .table.dataTable thead .sorting_desc:first-child:after,
.user-table .table.dataTable thead .sorting_asc_disabled:first-child:before,
.user-table .table.dataTable thead .sorting_asc_disabled:first-child:after,
.user-table .table.dataTable thead .sorting_desc_disabled:first-child:before,
.user-table .table.dataTable thead .sorting_desc_disabled:first-child:after {
    display: none !important
}

.user-table .table thead tr th:nth-child(3) {
    min-width: 150px
}

.user-table .table thead tr th:nth-child(4) {
    min-width: 150px
}

.user-table .table thead tr th:nth-child(5) {
    min-width: 140px
}

.user-table .table thead tr th:nth-child(6) {
    min-width: 240px
}

.user-table .table thead tr th:nth-child(7) {
    min-width: 80px
}

.user-table .table thead tr th:last-child {
    min-width: 150px
}

.user-table .table tbody tr td:last-child .action-div {
    justify-content: center
}

.customer-table .table.dataTable thead .sorting:first-child:before,
.customer-table .table.dataTable thead .sorting:first-child:after,
.customer-table .table.dataTable thead .sorting_asc:first-child:before,
.customer-table .table.dataTable thead .sorting_asc:first-child:after,
.customer-table .table.dataTable thead .sorting_desc:first-child:before,
.customer-table .table.dataTable thead .sorting_desc:first-child:after,
.customer-table .table.dataTable thead .sorting_asc_disabled:first-child:before,
.customer-table .table.dataTable thead .sorting_asc_disabled:first-child:after,
.customer-table .table.dataTable thead .sorting_desc_disabled:first-child:before,
.customer-table .table.dataTable thead .sorting_desc_disabled:first-child:after {
    display: none !important
}

.customer-table .table tbody tr td .action-div {
    text-align: left
}

.customer-table .table tbody tr td .action-div .user-info {
    display: flex;
    align-items: center;
    gap: 7px
}

.customer-table .table tbody tr td .action-div .user-details {
    color: #00162e
}

.role-table .table.dataTable thead .sorting:first-child:before,
.role-table .table.dataTable thead .sorting:first-child:after,
.role-table .table.dataTable thead .sorting_asc:first-child:before,
.role-table .table.dataTable thead .sorting_asc:first-child:after,
.role-table .table.dataTable thead .sorting_desc:first-child:before,
.role-table .table.dataTable thead .sorting_desc:first-child:after,
.role-table .table.dataTable thead .sorting_asc_disabled:first-child:before,
.role-table .table.dataTable thead .sorting_asc_disabled:first-child:after,
.role-table .table.dataTable thead .sorting_desc_disabled:first-child:before,
.role-table .table.dataTable thead .sorting_desc_disabled:first-child:after {
    display: none !important
}

.role-table .table thead tr th:nth-child(2) {
    min-width: 220px
}

.role-table .table thead tr th:nth-child(3) {
    min-width: 200px
}

.role-table .table thead tr th:nth-child(4) {
    min-width: 200px
}

.provider-table .table.dataTable thead .sorting:first-child:before,
.provider-table .table.dataTable thead .sorting:first-child:after,
.provider-table .table.dataTable thead .sorting_asc:first-child:before,
.provider-table .table.dataTable thead .sorting_asc:first-child:after,
.provider-table .table.dataTable thead .sorting_desc:first-child:before,
.provider-table .table.dataTable thead .sorting_desc:first-child:after,
.provider-table .table.dataTable thead .sorting_asc_disabled:first-child:before,
.provider-table .table.dataTable thead .sorting_asc_disabled:first-child:after,
.provider-table .table.dataTable thead .sorting_desc_disabled:first-child:before,
.provider-table .table.dataTable thead .sorting_desc_disabled:first-child:after {
    display: none !important
}

.provider-table .table thead tr th:nth-child(2) {
    min-width: 50px
}

.provider-transaction-table .table thead tr th:nth-child(1) {
    min-width: calc(120px + .03125*(100vw - 320px))
}

.provider-transaction-table .table thead tr th:nth-child(2) {
    min-width: calc(60px + .0375*(100vw - 320px))
}

.provider-transaction-table .table thead tr th:nth-child(3) {
    min-width: 300px
}

.provider-transaction-table .table thead tr th:nth-child(4) {
    min-width: calc(120px + .075*(100vw - 320px))
}

.provider-transaction-table .table tbody tr td .badge {
    padding: 7px 12px;
    border-radius: 6px
}

.provider-wallet-table .table {
    margin-top: 0 !important
}

.provider-wallet-table .table thead tr th:nth-child(2) {
    min-width: 160px
}

.provider-wallet-table .table thead tr th:nth-child(3) {
    min-width: 170px
}

.provider-wallet-table .table thead tr th:nth-child(4) {
    min-width: 350px
}

.provider-wallet-table .table thead tr th:nth-child(5) {
    min-width: 250px
}

.provider-document-table .table.dataTable thead .sorting:first-child:before,
.provider-document-table .table.dataTable thead .sorting:first-child:after,
.provider-document-table .table.dataTable thead .sorting_asc:first-child:before,
.provider-document-table .table.dataTable thead .sorting_asc:first-child:after,
.provider-document-table .table.dataTable thead .sorting_desc:first-child:before,
.provider-document-table .table.dataTable thead .sorting_desc:first-child:after,
.provider-document-table .table.dataTable thead .sorting_asc_disabled:first-child:before,
.provider-document-table .table.dataTable thead .sorting_asc_disabled:first-child:after,
.provider-document-table .table.dataTable thead .sorting_desc_disabled:first-child:before,
.provider-document-table .table.dataTable thead .sorting_desc_disabled:first-child:after {
    display: none !important
}

.provider-document-table .table thead tr th:nth-child(2) {
    min-width: 100px
}

.provider-document-table .table thead tr th:nth-child(3) {
    min-width: 240px
}

.provider-document-table .table thead tr th:nth-child(4) {
    min-width: 170px
}

.provider-time-slot-table .table.dataTable thead .sorting:first-child:before,
.provider-time-slot-table .table.dataTable thead .sorting:first-child:after,
.provider-time-slot-table .table.dataTable thead .sorting_asc:first-child:before,
.provider-time-slot-table .table.dataTable thead .sorting_asc:first-child:after,
.provider-time-slot-table .table.dataTable thead .sorting_desc:first-child:before,
.provider-time-slot-table .table.dataTable thead .sorting_desc:first-child:after,
.provider-time-slot-table .table.dataTable thead .sorting_asc_disabled:first-child:before,
.provider-time-slot-table .table.dataTable thead .sorting_asc_disabled:first-child:after,
.provider-time-slot-table .table.dataTable thead .sorting_desc_disabled:first-child:before,
.provider-time-slot-table .table.dataTable thead .sorting_desc_disabled:first-child:after {
    display: none !important
}

.provider-time-slot-table .table thead tr th:nth-child(2) {
    min-width: 250px
}

.provider-time-slot-table .table thead tr th:nth-child(3) {
    min-width: 80px
}

.provider-time-slot-table .table thead tr th:nth-child(4) {
    min-width: 200px
}

.service-table .table.dataTable thead .sorting:first-child:before,
.service-table .table.dataTable thead .sorting:first-child:after,
.service-table .table.dataTable thead .sorting_asc:first-child:before,
.service-table .table.dataTable thead .sorting_asc:first-child:after,
.service-table .table.dataTable thead .sorting_desc:first-child:before,
.service-table .table.dataTable thead .sorting_desc:first-child:after,
.service-table .table.dataTable thead .sorting_asc_disabled:first-child:before,
.service-table .table.dataTable thead .sorting_asc_disabled:first-child:after,
.service-table .table.dataTable thead .sorting_desc_disabled:first-child:before,
.service-table .table.dataTable thead .sorting_desc_disabled:first-child:after {
    display: none !important
}

.service-table .table.dataTable thead tr th:nth-child(2),
.service-table .table.dataTable thead tr th:nth-child(3) {
    text-align: left
}

.service-table .table thead tr th:nth-child(2) {
    min-width: 350px
}

.service-package-table .table.dataTable thead .sorting:first-child:before,
.service-package-table .table.dataTable thead .sorting:first-child:after,
.service-package-table .table.dataTable thead .sorting_asc:first-child:before,
.service-package-table .table.dataTable thead .sorting_asc:first-child:after,
.service-package-table .table.dataTable thead .sorting_desc:first-child:before,
.service-package-table .table.dataTable thead .sorting_desc:first-child:after,
.service-package-table .table.dataTable thead .sorting_asc_disabled:first-child:before,
.service-package-table .table.dataTable thead .sorting_asc_disabled:first-child:after,
.service-package-table .table.dataTable thead .sorting_desc_disabled:first-child:before,
.service-package-table .table.dataTable thead .sorting_desc_disabled:first-child:after {
    display: none !important
}

.service-package-table .table thead tr th:nth-child(2) {
    min-width: 100px
}

.service-package-table .table thead tr th:nth-child(3) {
    min-width: 300px
}

.service-package-table .table thead tr th:nth-child(4) {
    min-width: 140px
}

.service-package-table .table thead tr th:nth-child(5) {
    min-width: 240px
}

.service-package-table .table thead tr th:nth-child(6) {
    min-width: 80px
}

.zone-table .table thead tr th:nth-child(2) {
    min-width: 300px
}

.blog-table .table.dataTable thead .sorting:first-child:before,
.blog-table .table.dataTable thead .sorting:first-child:after,
.blog-table .table.dataTable thead .sorting_asc:first-child:before,
.blog-table .table.dataTable thead .sorting_asc:first-child:after,
.blog-table .table.dataTable thead .sorting_desc:first-child:before,
.blog-table .table.dataTable thead .sorting_desc:first-child:after,
.blog-table .table.dataTable thead .sorting_asc_disabled:first-child:before,
.blog-table .table.dataTable thead .sorting_asc_disabled:first-child:after,
.blog-table .table.dataTable thead .sorting_desc_disabled:first-child:before,
.blog-table .table.dataTable thead .sorting_desc_disabled:first-child:after {
    display: none !important
}

.blog-table .table thead tr th:nth-child(2) {
    min-width: 320px;
    max-width: 320px
}

.blog-table .table thead tr th:nth-child(3) {
    min-width: 240px
}

.blog-table .table thead tr th:nth-child(4) {
    min-width: 160px
}

.blog-table .table thead tr th:nth-child(5) {
    min-width: 80px
}

.blog-table .table tbody tr td:nth-child(2) h5 {
    white-space: normal
}

.tag-table .table.dataTable thead .sorting:first-child:before,
.tag-table .table.dataTable thead .sorting:first-child:after,
.tag-table .table.dataTable thead .sorting_asc:first-child:before,
.tag-table .table.dataTable thead .sorting_asc:first-child:after,
.tag-table .table.dataTable thead .sorting_desc:first-child:before,
.tag-table .table.dataTable thead .sorting_desc:first-child:after,
.tag-table .table.dataTable thead .sorting_asc_disabled:first-child:before,
.tag-table .table.dataTable thead .sorting_asc_disabled:first-child:after,
.tag-table .table.dataTable thead .sorting_desc_disabled:first-child:before,
.tag-table .table.dataTable thead .sorting_desc_disabled:first-child:after {
    display: none !important
}

.tag-table .table thead tr th:nth-child(2) {
    min-width: 230px
}

.tag-table .table thead tr th:nth-child(3) {
    min-width: 240px
}

.tag-table .table thead tr th:nth-child(4) {
    min-width: 80px
}

.page-table .table.dataTable thead .sorting:first-child:before,
.page-table .table.dataTable thead .sorting:first-child:after,
.page-table .table.dataTable thead .sorting_asc:first-child:before,
.page-table .table.dataTable thead .sorting_asc:first-child:after,
.page-table .table.dataTable thead .sorting_desc:first-child:before,
.page-table .table.dataTable thead .sorting_desc:first-child:after,
.page-table .table.dataTable thead .sorting_asc_disabled:first-child:before,
.page-table .table.dataTable thead .sorting_asc_disabled:first-child:after,
.page-table .table.dataTable thead .sorting_desc_disabled:first-child:before,
.page-table .table.dataTable thead .sorting_desc_disabled:first-child:after {
    display: none !important
}

.page-table .table thead tr th:nth-child(2) {
    min-width: 100px
}

.page-table .table thead tr th:nth-child(3) {
    min-width: 240px
}

.page-table .table thead tr th:nth-child(4) {
    min-width: 240px
}

.page-table .table thead tr th:nth-child(5) {
    min-width: 80px
}

.tax-table .table.dataTable thead .sorting:first-child:before,
.tax-table .table.dataTable thead .sorting:first-child:after,
.tax-table .table.dataTable thead .sorting_asc:first-child:before,
.tax-table .table.dataTable thead .sorting_asc:first-child:after,
.tax-table .table.dataTable thead .sorting_desc:first-child:before,
.tax-table .table.dataTable thead .sorting_desc:first-child:after,
.tax-table .table.dataTable thead .sorting_asc_disabled:first-child:before,
.tax-table .table.dataTable thead .sorting_asc_disabled:first-child:after,
.tax-table .table.dataTable thead .sorting_desc_disabled:first-child:before,
.tax-table .table.dataTable thead .sorting_desc_disabled:first-child:after {
    display: none !important
}

.tax-table .table thead tr th:nth-child(2) {
    min-width: 220px
}

.tax-table .table thead tr th:nth-child(3) {
    min-width: 240px
}

.tax-table .table thead tr th:nth-child(4) {
    min-width: 80px
}

.zone-table .table.dataTable thead .sorting:first-child:before,
.zone-table .table.dataTable thead .sorting:first-child:after,
.zone-table .table.dataTable thead .sorting_asc:first-child:before,
.zone-table .table.dataTable thead .sorting_asc:first-child:after,
.zone-table .table.dataTable thead .sorting_desc:first-child:before,
.zone-table .table.dataTable thead .sorting_desc:first-child:after,
.zone-table .table.dataTable thead .sorting_asc_disabled:first-child:before,
.zone-table .table.dataTable thead .sorting_asc_disabled:first-child:after,
.zone-table .table.dataTable thead .sorting_desc_disabled:first-child:before,
.zone-table .table.dataTable thead .sorting_desc_disabled:first-child:after {
    display: none !important
}

.zone-table .table thead tr th:nth-child(2) {
    min-width: 220px
}

.zone-table .table thead tr th:nth-child(3) {
    min-width: 240px
}

.zone-table .table thead tr th:nth-child(4) {
    min-width: 80px
}

.currency-table .table.dataTable thead .sorting:first-child:before,
.currency-table .table.dataTable thead .sorting:first-child:after,
.currency-table .table.dataTable thead .sorting_asc:first-child:before,
.currency-table .table.dataTable thead .sorting_asc:first-child:after,
.currency-table .table.dataTable thead .sorting_desc:first-child:before,
.currency-table .table.dataTable thead .sorting_desc:first-child:after,
.currency-table .table.dataTable thead .sorting_asc_disabled:first-child:before,
.currency-table .table.dataTable thead .sorting_asc_disabled:first-child:after,
.currency-table .table.dataTable thead .sorting_desc_disabled:first-child:before,
.currency-table .table.dataTable thead .sorting_desc_disabled:first-child:after {
    display: none !important
}

.currency-table .table thead tr th:nth-child(2) {
    min-width: 100px
}

.currency-table .table thead tr th:nth-child(3) {
    min-width: 240px
}

.currency-table .table thead tr th:nth-child(4) {
    min-width: 80px
}

.transaction-table .table thead tr th:nth-child(1) {
    min-width: 100px
}

.transaction-table .table thead tr th:nth-child(2) {
    min-width: 150px
}

.transaction-table .table thead tr th:nth-child(3) {
    min-width: 150px
}

.transaction-table .table thead tr th:nth-child(4) {
    min-width: 300px
}

.transaction-table .table thead tr th:nth-child(5) {
    min-width: 230px
}

.serviceman-table .table.dataTable thead .sorting:first-child:before,
.serviceman-table .table.dataTable thead .sorting:first-child:after,
.serviceman-table .table.dataTable thead .sorting_asc:first-child:before,
.serviceman-table .table.dataTable thead .sorting_asc:first-child:after,
.serviceman-table .table.dataTable thead .sorting_desc:first-child:before,
.serviceman-table .table.dataTable thead .sorting_desc:first-child:after,
.serviceman-table .table.dataTable thead .sorting_asc_disabled:first-child:before,
.serviceman-table .table.dataTable thead .sorting_asc_disabled:first-child:after,
.serviceman-table .table.dataTable thead .sorting_desc_disabled:first-child:before,
.serviceman-table .table.dataTable thead .sorting_desc_disabled:first-child:after {
    display: none !important
}

.serviceman-table .table thead tr th:nth-child(3) {
    min-width: 240px
}

.serviceman-table .table thead tr th:nth-child(5) {
    min-width: 240px
}

.serviceman-table .table thead tr th:nth-child(6) {
    min-width: 80px
}

.document-table .table.dataTable thead .sorting:first-child:before,
.document-table .table.dataTable thead .sorting:first-child:after,
.document-table .table.dataTable thead .sorting_asc:first-child:before,
.document-table .table.dataTable thead .sorting_asc:first-child:after,
.document-table .table.dataTable thead .sorting_desc:first-child:before,
.document-table .table.dataTable thead .sorting_desc:first-child:after,
.document-table .table.dataTable thead .sorting_asc_disabled:first-child:before,
.document-table .table.dataTable thead .sorting_asc_disabled:first-child:after,
.document-table .table.dataTable thead .sorting_desc_disabled:first-child:before,
.document-table .table.dataTable thead .sorting_desc_disabled:first-child:after {
    display: none !important
}

.document-table .table thead tr th:nth-child(2) {
    min-width: 250px
}

.document-table .table thead tr th:nth-child(3) {
    min-width: 240px
}

.document-table .table thead tr th:nth-child(4) {
    min-width: 80px
}

.coupon-table .table.dataTable thead .sorting:first-child:before,
.coupon-table .table.dataTable thead .sorting:first-child:after,
.coupon-table .table.dataTable thead .sorting_asc:first-child:before,
.coupon-table .table.dataTable thead .sorting_asc:first-child:after,
.coupon-table .table.dataTable thead .sorting_desc:first-child:before,
.coupon-table .table.dataTable thead .sorting_desc:first-child:after,
.coupon-table .table.dataTable thead .sorting_asc_disabled:first-child:before,
.coupon-table .table.dataTable thead .sorting_asc_disabled:first-child:after,
.coupon-table .table.dataTable thead .sorting_desc_disabled:first-child:before,
.coupon-table .table.dataTable thead .sorting_desc_disabled:first-child:after {
    display: none !important
}

.coupon-table .table thead tr th:nth-child(2) {
    min-width: 150px
}

.coupon-table .table thead tr th:nth-child(3) {
    min-width: 240px
}

.coupon-table .table thead tr th:nth-child(4) {
    min-width: 80px
}

.plan-table .table thead tr th:nth-child(2) {
    min-width: 160px
}

.plan-table .table thead tr th:nth-child(3) {
    min-width: 150px
}

.plan-table .table thead tr th:nth-child(6) {
    min-width: 230px
}

.banner-table .table.dataTable thead .sorting:first-child:before,
.banner-table .table.dataTable thead .sorting:first-child:after,
.banner-table .table.dataTable thead .sorting_asc:first-child:before,
.banner-table .table.dataTable thead .sorting_asc:first-child:after,
.banner-table .table.dataTable thead .sorting_desc:first-child:before,
.banner-table .table.dataTable thead .sorting_desc:first-child:after,
.banner-table .table.dataTable thead .sorting_asc_disabled:first-child:before,
.banner-table .table.dataTable thead .sorting_asc_disabled:first-child:after,
.banner-table .table.dataTable thead .sorting_desc_disabled:first-child:before,
.banner-table .table.dataTable thead .sorting_desc_disabled:first-child:after {
    display: none !important
}

.banner-table .table thead tr th:nth-child(2) {
    min-width: 100px
}

.banner-table .table thead tr th:nth-child(3) {
    min-width: 230px
}

.banner-table .table thead tr th:nth-child(4) {
    min-width: 180px
}

.banner-table .table thead tr th:nth-child(5) {
    min-width: 240px
}

.banner-table .table thead tr th:nth-child(6) {
    min-width: 80px
}

.booking-table,
.service-table {
    position: relative
}

.booking-table:has(.table-responsive .table tbody) .common-table-select,
.service-table:has(.table-responsive .table tbody) .common-table-select {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    max-width: 170px;
    width: 100%;
    display: block
}

.common-table-select {
    display: none
}

.common-table-select .select2.select2-container .select2-selection.select2-selection--single {
    height: auto
}

.common-table-select .select2.select2-container .select2-selection.select2-selection--single .select2-selection__placeholder {
    line-height: 1.2
}

.common-table-select:has(~:not(.table-responsive)) {
    background-color: red
}

.booking-table .table thead tr th:nth-child(2) {
    min-width: 170px
}

.booking-table .table thead tr th:nth-child(3) {
    min-width: 160px
}

.booking-table .table thead tr th:nth-child(4) {
    min-width: 120px
}

.booking-table .table thead tr th:nth-child(5) {
    min-width: 140px
}

.booking-table .table thead tr th:nth-child(6) {
    min-width: 90px
}

.booking-table .table thead tr th:nth-child(7) {
    min-width: 150px
}

.booking-table .table thead tr th:nth-child(8) {
    min-width: 126px
}

.booking-table tbody tr td .form-controll {
    color: #00162e
}

.booking-table tbody tr td .form-controll:hover {
    color: var(--primary-color)
}

.booking-table tbody tr td .badge {
    padding-block: 6px
}

.booking-table tbody tr td .badge.COMPLETED {
    color: #27af4d;
    background-color: #27af4d1a
}

.booking-table tbody tr td .badge.PENDING {
    color: #ffbc58;
    background-color: #ffbc581a
}

.booking-table tbody tr td .badge.FAILED {
    color: #ff4b4b;
    background-color: #ff4b4b1a
}

.booking-table tbody tr td .badge.PARTIAL {
    color: #ffbc58;
    background-color: #ffbc581a
}

.booking-table tbody tr td span {
    color: var(--primary-color)
}

.commission-history-table .table.dataTable thead .sorting:first-child:before,
.commission-history-table .table.dataTable thead .sorting:first-child:after,
.commission-history-table .table.dataTable thead .sorting_asc:first-child:before,
.commission-history-table .table.dataTable thead .sorting_asc:first-child:after,
.commission-history-table .table.dataTable thead .sorting_desc:first-child:before,
.commission-history-table .table.dataTable thead .sorting_desc:first-child:after,
.commission-history-table .table.dataTable thead .sorting_asc_disabled:first-child:before,
.commission-history-table .table.dataTable thead .sorting_asc_disabled:first-child:after,
.commission-history-table .table.dataTable thead .sorting_desc_disabled:first-child:before,
.commission-history-table .table.dataTable thead .sorting_desc_disabled:first-child:after {
    display: none !important
}

.commission-history-table .table thead tr th:nth-child(2) {
    min-width: 180px
}

.commission-history-table .table thead tr th:nth-child(3) {
    min-width: 250px
}

.commission-history-table .table thead tr th:nth-child(4) {
    min-width: 170px
}

.commission-history-table .table thead tr th:nth-child(5) {
    min-width: 170px
}

.serviceman-info-table .table thead tr th:nth-child(1) {
    min-width: 210px
}

.serviceman-info-table .table thead tr th:nth-child(2) {
    min-width: 270px
}

.serviceman-info-table .table thead tr th:nth-child(3) {
    min-width: 180px
}

.withdraw-request-table .table thead tr th:nth-child(1) {
    min-width: 250px
}

.withdraw-request-table .table thead tr th:nth-child(2) {
    min-width: 170px
}

.withdraw-request-table .table thead tr th:nth-child(3) {
    min-width: 170px
}

.withdraw-request-table .table thead tr th:nth-child(4) {
    min-width: 250px
}

.notification-table .table.dataTable thead .sorting:first-child:before,
.notification-table .table.dataTable thead .sorting:first-child:after,
.notification-table .table.dataTable thead .sorting_asc:first-child:before,
.notification-table .table.dataTable thead .sorting_asc:first-child:after,
.notification-table .table.dataTable thead .sorting_desc:first-child:before,
.notification-table .table.dataTable thead .sorting_desc:first-child:after,
.notification-table .table.dataTable thead .sorting_asc_disabled:first-child:before,
.notification-table .table.dataTable thead .sorting_asc_disabled:first-child:after,
.notification-table .table.dataTable thead .sorting_desc_disabled:first-child:before,
.notification-table .table.dataTable thead .sorting_desc_disabled:first-child:after {
    display: none !important
}

.notification-table .table thead tr th:nth-child(2) {
    min-width: 230px
}

.notification-table .table thead tr th:nth-child(3) {
    min-width: 300px
}

.notification-table .table thead tr th:nth-child(4) {
    min-width: 200px
}

.notification-table .table thead tr th:nth-child(5) {
    min-width: 200px
}

.consumer-transaction-table .table thead tr th:nth-child(1) {
    min-width: 180px
}

.consumer-transaction-table .table thead tr th:nth-child(2) {
    min-width: 200px
}

.consumer-transaction-table .table thead tr th:nth-child(3) {
    min-width: 300px
}

.consumer-transaction-table .table thead tr th:nth-child(4) {
    min-width: 240px
}

.userreview-table .table.dataTable thead .sorting:first-child:before,
.userreview-table .table.dataTable thead .sorting:first-child:after,
.userreview-table .table.dataTable thead .sorting_asc:first-child:before,
.userreview-table .table.dataTable thead .sorting_asc:first-child:after,
.userreview-table .table.dataTable thead .sorting_desc:first-child:before,
.userreview-table .table.dataTable thead .sorting_desc:first-child:after,
.userreview-table .table.dataTable thead .sorting_asc_disabled:first-child:before,
.userreview-table .table.dataTable thead .sorting_asc_disabled:first-child:after,
.userreview-table .table.dataTable thead .sorting_desc_disabled:first-child:before,
.userreview-table .table.dataTable thead .sorting_desc_disabled:first-child:after {
    display: none !important
}

.userreview-table .table thead tr th:nth-child(2) {
    min-width: 230px
}

.userreview-table .table thead tr th:nth-child(3) {
    min-width: 230px
}

.userreview-table .table thead tr th:nth-child(4) {
    min-width: 120px
}

.userreview-table .table thead tr th:nth-child(5) {
    min-width: 300px
}

@media (max-width: 600px) {
    .language-table~.pagination {
        justify-content: unset;
        overflow: auto
    }
}

.service-list-item {
    display: flex;
    align-items: center
}

.service-list-item .img-thumbnail {
    width: 50px;
    min-width: 50px;
    object-fit: cover;
    height: 50px
}

.service-list-item .details {
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0
}

.service-list-item .details h5 {
    margin-bottom: 0
}

.service-list-item .details .info {
    font-size: small;
    color: #6c757d;
    display: flex;
    margin-top: 3px
}

.service-list-item .details .info:empty {
    display: none
}

.service-list-item .details .info span {
    position: relative
}

.service-list-item .details .info span+span {
    margin-left: 6px;
    padding-left: 6px
}

.service-list-item .details .info span+span:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 1px;
    height: calc(100% - 4px);
    border-left: 1px solid #6c757d38
}

.service-table thead tr th:first-child,
.service-table thead tr td:first-child,
.service-table tbody tr th:first-child,
.service-table tbody tr td:first-child {
    width: auto
}

.service-details-box {
    display: flex;
    align-items: center;
    gap: 8px;
    text-align: left
}

.service-details-box .service-image {
    width: 43px;
    height: 43px;
    object-fit: cover;
    border-radius: 7px
}

.service-details-box .initial-letter {
    width: 43px;
    height: 43px
}

.service-details-box .service-details {
    width: calc(100% - 51px)
}

.service-details-box .service-details h5 {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    color: #00162e;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.service-details-box .service-details h6 {
    letter-spacing: .4px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 12px;
    line-height: 1.3;
    font-weight: 400;
    margin-top: calc(1px + .00125*(100vw - 320px))
}

.service-requests-table .table-responsive table tbody tr td:nth-child(3) {
    display: flex;
    justify-content: center;
    align-items: center
}

.custom-job-details-modal .custom-job-details-body {
    padding: 1rem 1.25rem
}

.custom-job-details-modal .detail-row {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: .625rem 0;
    border-bottom: 1px solid var(--bs-border-color-translucent, #eee)
}

.custom-job-details-modal .detail-row-last {
    border-bottom: none
}

.custom-job-details-modal .detail-row-description {
    align-items: flex-start
}

.custom-job-details-modal .detail-label {
    flex: 0 0 10rem;
    font-size: .8125rem;
    color: var(--bs-secondary-color, #6c757d);
    font-weight: 500;
    line-height: 1.4
}

.custom-job-details-modal .detail-value {
    flex: 1;
    font-size: .875rem;
    color: var(--bs-body-color);
    line-height: 1.4
}

.custom-job-details-modal .detail-value-block {
    background: var(--bs-light, #f8f9fa);
    padding: .5rem .75rem;
    border-radius: .375rem;
    margin-top: .125rem;
    white-space: pre-wrap;
    word-break: break-word
}

.jstree-default .jstree-anchor {
    width: auto;
    line-height: calc(26px + (29 - 26) * ((100vw - 320px) / (1920 - 320)))
}

.jstree-default .jstree-hovered {
    box-shadow: unset
}

.jstree-default .jstree-children ul[role=group] .jstree-node {
    margin-left: 30px
}

@media (max-width: 575px) {
    .jstree-default .jstree-children ul[role=group] .jstree-node {
        margin-left: 15px
    }
}

.jstree-default .jstree-search {
    color: #00162ee6;
    font-weight: 400;
    font-style: normal
}

.jstree-default .jstree-icon,
.jstree-default .jstree-node {
    color: #00162ee6
}

.jstree .edit-icon {
    background-color: unset;
    border-radius: 0;
    padding: 0
}

.jstree .jstree-container-ul.jstree-children .jstree-node .jstree-anchor {
    position: relative;
    border: none;
    margin: 0;
    font-size: 14px
}

.jstree .jstree-container-ul.jstree-children .jstree-node .jstree-anchor .jstree-icon {
    background-image: url(/build/assets/folder-77c3094b.svg) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    margin: 0 !important
}

.jstree .jstree-container-ul.jstree-children .jstree-node .jstree-anchor .actions {
    opacity: 1;
    transform: scale(1);
    visibility: visible;
    transition: all .2s ease;
    position: absolute;
    left: 100%;
    top: 0;
    margin-left: 4px;
    display: flex;
    align-items: center;
    gap: 4px
}

@media (max-width: 575px) {
    .jstree .jstree-container-ul.jstree-children .jstree-node .jstree-anchor .actions {
        margin-left: 2px
    }
}

.jstree .jstree-container-ul.jstree-children .jstree-node .jstree-anchor .actions .edit-icon,
.jstree .jstree-container-ul.jstree-children .jstree-node .jstree-anchor .actions .remove-icon,
.jstree .jstree-container-ul.jstree-children .jstree-node .jstree-anchor .actions .edit-child,
.jstree .jstree-container-ul.jstree-children .jstree-node .jstree-anchor .actions .delete-child {
    width: calc(14px + .00125*(100vw - 320px));
    height: calc(14px + .00125*(100vw - 320px))
}

@media (min-width: 992px) {
    .jstree .jstree-container-ul.jstree-children .jstree-node .jstree-anchor .actions {
        opacity: 0;
        transform: scale(.8);
        visibility: hidden
    }

    .jstree .jstree-container-ul.jstree-children .jstree-node .jstree-anchor:hover .actions {
        opacity: 1;
        transform: scale(1);
        visibility: visible;
        transition: all .2s ease
    }
}

.jstree .jstree-container-ul.jstree-children .jstree-node .jstree-anchor.jstree-hovered {
    background: unset
}

.jstree .jstree-container-ul.jstree-children .jstree-node .jstree-anchor.jstree-clicked {
    color: var(--primary-color);
    background: unset;
    border: unset;
    box-shadow: none
}

.jstree .jstree-container-ul.jstree-children .jstree-node.jstree-open .jstree-anchor .jstree-icon {
    background-image: url(/build/assets/folder-77c3094b.svg) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px 30px
}

.jstree .jstree-container-ul.jstree-children .jstree-node ul li .jstree-anchor .jstree-icon.ti-file {
    background-image: url(/build/assets/file-f63630a7.svg) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px 30px
}

.jstree .jstree-container-ul.jstree-children .jstree-node ul li .jstree-anchor .jstree-icon.ti-file:before {
    display: none
}

.jstree .jstree-container-ul.jstree-children i {
    --Iconsax-Size: 20px;
    --Iconsax-Color: #0b64c3
}

.no-data .form-group {
    margin-bottom: 0
}

.no-data .jstree {
    min-height: 220px;
    padding-top: 24px
}

.no-data-detail {
    margin-left: 0 !important
}

.no-data-detail .jstree-anchor {
    height: 220px
}

.no-data-detail img {
    height: calc(170px + .0125*(100vw - 320px));
    width: calc(220px + .01875*(100vw - 320px))
}

.no-data-detail .jstree-icon {
    display: none
}

.address-body .no-data-detail {
    align-items: center;
    justify-content: center
}

.address-body .no-data-detail .data-not-found {
    margin-top: 20px
}

.left-jstree-box {
    position: sticky;
    top: calc(103px - var(--bs-gutter-y))
}

.left-jstree-box .no-data .jstree {
    height: calc(100vh - 356px);
    min-height: unset;
    overflow: auto
}

.left-jstree-box .no-data .jstree::-webkit-scrollbar-track {
    background-color: #f8f9f9
}

.left-jstree-box .no-data .jstree::-webkit-scrollbar {
    width: 6px;
    height: 5px
}

.left-jstree-box .no-data .jstree::-webkit-scrollbar-thumb {
    background-color: #5465ff1a
}

@keyframes gradient {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    to {
        background-position: 0% 50%
    }
}

@keyframes gradients-2 {
    0% {
        background-position: 0 0
    }

    25% {
        background-position: 50% 0
    }

    50% {
        background-position: 100% 0
    }

    75% {
        background-position: 50% 0
    }

    to {
        background-position: 0 0
    }
}

.jstree-main-box {
    position: relative;
    margin-top: 24px
}

.jstree-main-box:has(.jstree-loader[style="display: block;"], .jstree-loader[style*=opacity], .jstree-loader[style*=""]) {
    height: 220px
}

.jstree-main-box .jstree-loader[style="display: block;"],
.jstree-main-box .jstree-loader[style*=opacity],
.jstree-main-box .jstree-loader[style*=""] {
    background-color: #f8f9f9;
    height: 220px;
    display: flex !important;
    z-index: 1;
    border-radius: 8px;
    position: relative;
    inset: unset
}

.jstree-main-box .jstree-loader[style="display: block;"]~.jstree.jstree-1.jstree-default,
.jstree-main-box .jstree-loader[style*=opacity]~.jstree.jstree-1.jstree-default,
.jstree-main-box .jstree-loader[style*=""]~.jstree.jstree-1.jstree-default {
    display: none !important
}

.jstree-main-box .jstree {
    padding-top: 0
}

.vertical-tabs {
    position: sticky;
    top: 110px
}

.vertical-tabs .nav-pills {
    border: none;
    position: sticky !important;
    top: 87px;
    flex-wrap: nowrap;
    flex-direction: column;
    border-right: 1px dashed #eeeeee;
    padding-right: 24px;
    margin-right: 24px
}

.vertical-tabs .nav-pills .nav-link {
    margin: 0 0 6px;
    position: relative;
    border-radius: 6px;
    width: 100%;
    text-align: left;
    padding: 12px 25px;
    display: flex;
    align-items: center;
    gap: 13px;
    color: #00162e99;
    font-size: calc(14px + .00125*(100vw - 320px));
    font-weight: 500;
    text-transform: capitalize;
    background-color: #edeff166;
    border: 1px solid #edeff1
}

.vertical-tabs .nav-pills .nav-link:focus-visible {
    box-shadow: unset
}

.vertical-tabs .nav-pills .nav-link+.nav-link {
    margin-top: 8px
}

.vertical-tabs .nav-pills .nav-link.active {
    background-color: var(--primary-color);
    color: #fff
}

.vertical-tabs .nav-pills .nav-link.active i {
    --Iconsax-Color: #ffff
}

.vertical-tabs .nav-pills .nav-link svg {
    width: 18px !important;
    height: 18px !important
}

.vertical-tabs .nav-pills .nav-link i {
    font-size: 18px
}

.vertical-tabs .tab-content {
    height: 100%
}

.vertical-tabs .tab-content .tab-content {
    border-left: none;
    padding-left: 0
}

.vertical-tabs .tab-content .button-box {
    border-top: 1px dashed #edeff1;
    margin-top: calc(20px + (25 - 20) * ((100vw - 320px) / (1920 - 320)))
}

.vertical-tabs .tab-content .btn {
    display: flex;
    margin-left: auto;
    margin-top: calc(20px + .0025*(100vw - 320px));
    padding: calc(9px + .00125*(100vw - 320px)) calc(24px + (29 - 24) * ((100vw - 320px) / (1920 - 320)));
    font-size: calc(14px + .00125*(100vw - 320px))
}

.vertical-tabs .tab-content .btn.ai-generate-btn {
    margin-top: 0
}

.vertical-tabs .col-md-2 {
    width: 25%
}

.vertical-tabs .col-md-10 {
    width: 75%
}

.vertical-tabs .submit-form {
    display: flex;
    align-items: center;
    justify-content: end;
    width: max-content;
    margin-left: auto;
    margin-top: 24px
}

.vertical-tabs .submit-form input {
    background: transparent;
    border: none;
    box-shadow: none;
    color: #fff
}

.service-package-section .service-package-content .service-detail {
    color: #fff;
    margin: 30px;
    width: auto
}

.service-package-section .service-package-content .service-detail .service-icon {
    border-radius: 10px;
    background-color: #e5e8ea;
    padding: 12px;
    width: 60px;
    height: 60px;
    margin-bottom: 20px
}

.service-package-section .service-package-content .service-detail .price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
    margin-top: 6px
}

.service-package-section .service-package-content .service-detail .price span {
    font-size: 26px;
    font-weight: 700;
    line-height: 33px
}

.service-package-section .service-package-content .service-detail .price i {
    --Iconsax-Size: 24px;
    --Iconsax-Color: white;
    transform: translate(0);
    transition: all .2s ease
}

.service-package-section .service-package-content .service-detail .price:hover i {
    transform: translate(5px);
    transition: all .2s ease
}

.service-package-section .service-package-content .service-bg {
    width: 100%;
    border-radius: 15px;
    height: 200px;
    position: relative;
    overflow: hidden
}

.service-package-section .service-package-content .service-bg .service-1 {
    position: absolute;
    bottom: -90px;
    right: -160px;
    height: 250px
}

.service-package-section .service-package-content .service-bg .service-2 {
    position: absolute;
    top: -120px;
    right: -90px;
    height: 250px;
    transform: rotate(230deg)
}

.service-package-section .service-package-content .service-bg .service-3 {
    position: absolute;
    bottom: -100px;
    left: -70px;
    height: 250px;
    transform: rotate(49deg)
}

.service-package-section .service-package-content .service-bg .service-4 {
    position: absolute;
    top: -92px;
    left: -80px;
    height: 250px;
    transform: rotate(190deg)
}

.service-package-section .service-package-content .service-bg:hover .service-icon img {
    animation: tada 1.5s ease infinite
}

.service-package-section .service-package-content .service-bg-primary {
    background-color: #5465ffcc
}

.service-package-section .service-package-content .service-bg-secondary {
    background-color: #ff6161
}

.service-package-section .service-package-content .service-bg-info {
    background-color: #00a8ff
}

.service-package-section .service-package-content .service-bg-success {
    background-color: #27af4d
}

.service-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px
}

.service-title h4,
.service-title h4 a {
    font-size: calc(14px + .00125*(100vw - 320px));
    font-weight: 500;
    line-height: 1.3;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    text-overflow: ellipsis
}

.service-title span {
    font-size: 14px;
    line-height: 20px;
    color: #f7f8f9
}

.service-title small {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px
}

.service-detail ul {
    display: flex;
    align-items: start
}

.service-detail ul li+li {
    padding-left: 10px;
    border-left: 1px solid #e5e8ea
}

[dir=rtl] .service-detail ul li+li {
    border-right: 1px solid #e5e8ea;
    border-left: unset
}

.service-detail ul li:first-child {
    padding-left: 0
}

.service-detail ul li:last-child {
    border: none;
    padding-right: 0;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis
}

.service-detail p {
    font-size: 14px;
    color: #f7f8f9;
    position: relative;
    padding: 0 0 0 22px;
    margin: 12px 0 0;
    line-height: 23px
}

.service-detail p:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #f7f8f9;
    border-radius: 100%;
    top: 10px;
    left: 6px
}

.time {
    display: flex;
    align-items: start;
    gap: 4px;
    color: #27af4d;
    font-size: 14px
}

.time i {
    --Iconsax-Size: 18px;
    --Iconsax-Color: #27AF4D
}

.time span {
    font-weight: 500
}

.date-time li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
    flex-wrap: wrap
}

.date-time li span {
    color: #f7f8f9;
    font-size: 16px
}

.date-time li small {
    font-weight: 500;
    color: #00162e;
    font-size: 16px
}

.service-list-section {
    background-color: #7f786d
}

.service-list-section.bg-white {
    background-color: #fff
}

.service-list-section .service-list-content .card .card-footer {
    position: relative
}

.service-list-section .service-list-content .card .card-footer:before {
    content: "";
    width: 91%;
    position: absolute;
    height: 1px;
    border: 1px dashed #e5e8ea;
    left: 15px;
    top: 0;
    transform: translateY(-50%)
}

.service-list-section .service-list-content .card .card-footer:after {
    content: "";
    position: absolute;
    right: 14px;
    top: -3px;
    border-bottom: 2px solid #e5e8ea;
    border-right: 2px solid #e5e8ea;
    width: 6px;
    height: 6px;
    transform: rotate(312deg)
}

.service-list-section .service-list-content .card .card-footer .footer-detail {
    display: flex;
    align-items: center;
    gap: 8px
}

.service-list-section .service-list-content .card .card-footer .footer-detail img {
    width: 45px;
    height: 45px;
    border-radius: 100%
}

.service-list-section .service-list-content .card .card-footer .footer-detail img.star {
    width: 16px;
    height: 16px
}

.service-list-section .service-list-content .card .card-footer .footer-detail p {
    margin: 0;
    font-weight: 500;
    color: #00162e;
    font-size: 14px;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    text-overflow: ellipsis
}

.service-list-section .service-list-content .card .card-footer .footer-detail i {
    --Iconsax-Size: 18px;
    --Iconsax-Color: #FFC412
}

.service-list-section .service-list-content .card .card-footer a {
    display: flex;
    align-items: center;
    gap: 2px
}

.service-list-section .service-list-content .card .card-footer a.btn {
    width: max-content
}

.service-list-section .service-list-content .card .card-footer a.btn.btn-outline {
    color: var(--primary-color);
    font-size: 18px;
    line-height: 1
}

.service-list-section .service-list-content .card .card-footer a i {
    --Iconsax-Size: 19px;
    --Iconsax-Color: #0019ff
}

.service-list-section .service-list-content .service-detail-slider .service-img {
    border-radius: 15px
}

.service-list-section .service-list-content .service-detail .service-type {
    font-weight: 400;
    font-size: 14px;
    color: #f7f8f9
}

.service-list-section .service-list-content .service-detail p {
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis
}

.detail-content {
    margin-top: 24px
}

.detail-content .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border: none;
    margin: 0;
    padding-bottom: 4px
}

.detail-content .title:before {
    display: none
}

.detail-content .title h3 {
    font-size: calc(20px + .0025*(100vw - 320px));
    font-weight: 500
}

.detail-content p {
    color: #f7f8f9;
    font-size: 16px;
    margin: 12px 0
}

.detail-content label {
    font-size: 16px;
    margin-bottom: 4px
}

.detail-content .lists {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 24px
}

.detail-content .detail-sec {
    background-color: #7f786d;
    border-radius: 10px
}

.detail-content .detail-sec .overview-list {
    color: #f7f8f9
}

.service-item {
    gap: 16px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e5e8ea
}

.service-item:first-child {
    padding-top: 0
}

.service-item:last-child {
    border: none;
    padding-bottom: 0
}

.service-item img {
    width: calc(80px + .025*(100vw - 320px));
    height: calc(80px + .025*(100vw - 320px))
}

.amount-value {
    font-weight: 700;
    font-size: 22px;
    line-height: 40px
}

.amount {
    border-radius: 12px
}

.amount-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #5465ff1a;
    color: var(--primary-color);
    padding: 16px
}

.amount-header span {
    font-size: 16px
}

.amount-header small {
    font-weight: 700;
    font-size: 20px;
    line-height: 40px
}

.amount-detail {
    padding: 16px
}

.amount-detail i {
    --Iconsax-Size: 24px;
    --Iconsax-Color: #00162E;
    border-right: 1px solid #e5e8ea;
    padding-right: 10px
}

.amount-detail ul {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.amount-detail ul li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    font-weight: 500;
    color: #00162e
}

.service-img .favourite {
    top: calc(10px + .0125*(100vw - 320px));
    right: calc(10px + .0125*(100vw - 320px));
    left: unset
}

.favourite {
    width: max-content;
    border-radius: 100%;
    background-color: #ff4b4b;
    padding: calc(5px + (8 - 5) * ((100vw - 320px) / (1920 - 320)));
    position: absolute;
    top: 20px;
    left: 20px;
    cursor: pointer
}

.favourite .nolike {
    --Iconsax-Size: calc(16px + .0025*(100vw - 320px));
    --Iconsax-Color: white;
    display: block
}

.favourite .nolike.hide {
    display: none
}

.favourite .like {
    height: calc(16px + .0025*(100vw - 320px)) !important;
    width: calc(16px + .0025*(100vw - 320px)) !important;
    display: none
}

.favourite .like.show {
    display: block
}

.servicemen-lists {
    background-color: #5465ff1a;
    width: 100%;
    padding: 16px;
    border: 1px dashed var(--primary-color);
    color: var(--primary-color);
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500
}

.time-container .time-slot:first-child:last-child .remove-time-slot {
    display: none
}

.time-container .time-slot+.time-slot {
    padding-top: 24px;
    border-top: 1px dashed #eeeeee
}

.time-container .time-slot:first-child:last-child>.form-group>.col-md-10>.row .col-md-11.col-sm-10 {
    width: 100%
}

.time-container .time-slot:first-child:last-child>.form-group>.col-md-10>.row .col-md-1.col-sm-2 {
    display: none
}

.time-container .time-slot:first-child:last-child>.form-group .remove-time-slot {
    display: none !important
}

.time-container .time-slot .time-slots-structure {
    grid-template-columns: 1fr 1fr
}

.time-container .time-slot .remove-time-slot button {
    border: 1px solid #fe3d3d;
    border-radius: 4px;
    color: #fe3d3d;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    height: 46px;
    width: 100%;
    background-color: transparent;
    margin-top: 30px
}

@media (max-width: 575.98px) {
    .time-container .time-slot .remove-time-slot button {
        margin-top: 7px
    }
}

.time-container .time-slot .remove-time-slot button:hover {
    background-color: #fe3d3d;
    color: #fff
}

.time-container .time-slot .remove-time-slot button .feather {
    width: 22px
}

.time-slots-structure {
    display: grid;
    grid-template-columns: 1fr 40px;
    gap: calc(12px + .005*(100vw - 320px))
}

.time-slots-structure .time-slots-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: calc(12px + .005*(100vw - 320px))
}

@media (max-width: 575.98px) {
    .time-slots-structure .time-slots-group {
        grid-template-columns: 1fr
    }
}

.time-slots-structure .form-group {
    margin-bottom: 0
}

.time-slots-structure .form-group .form-control.is-invalid {
    padding-right: 26px !important
}

.time-slots-structure .form-group .position-relative {
    font-family: var(--font-family)
}

.time-slots-structure .form-group .position-relative input {
    font-size: 14px;
    letter-spacing: .7px;
    z-index: 1;
    position: relative
}

.time-slots-structure .form-group .position-relative svg {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    color: #00162ecc
}

.faq-container .faqs-structure:first-child:last-child .remove-time-slot {
    display: none
}

.faq-container .faqs-structure+.faqs-structure {
    border-top: 1px dashed #eeeeee;
    padding-top: 20px
}

.faq-container .faqs-structure.faq-page input {
    width: 83%
}

.service-main .summary-detail {
    height: 100%
}

.service-main .summary-detail .card-header {
    padding: 0 0 12px
}

.service-main .summary-detail .card-header h5 {
    font-weight: 500;
    line-height: 1.4
}

.service-main .booking-details-box {
    align-items: center;
    padding: 21px 24px;
    background-color: #f8f9f9;
    border-radius: calc(6px + (11 - 6) * ((100vw - 320px) / (1920 - 320)));
    display: grid;
    grid-template-columns: 1fr 1fr;
    background-image: url(/build/assets/booking-bg-67a69e5f.png);
    background-size: 440px;
    background-position: left center;
    background-blend-mode: multiply
}

@media (max-width: 1399.98px) and (min-width: 1199.98) {
    .service-main .booking-details-box {
        grid-template-columns: 1fr;
        height: auto
    }
}

@media (max-width: 1199.98px) {
    .service-main .booking-details-box {
        grid-template-columns: 144px 1fr
    }
}

@media (max-width: 991.98px) {
    .service-main .booking-details-box {
        grid-template-columns: 1fr;
        height: auto
    }
}

.service-main .booking-details-box .left-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center
}

.service-main .booking-details-box .left-box .img-box {
    width: 83px;
    height: 83px;
    overflow: hidden;
    border-radius: 100%
}

.service-main .booking-details-box .left-box .img-box .initial-letter {
    width: 100%;
    height: 100%;
    background-color: #ebedef;
    font-size: calc(27px + .0025*(100vw - 320px));
    font-weight: 600
}

.service-main .booking-details-box .left-box .details-box {
    text-align: left;
    width: calc(100% - 95px)
}

.service-main .booking-details-box .left-box .details-box a {
    font-weight: 500;
    font-size: calc(15px + (16 - 15) * ((100vw - 320px) / (1920 - 320)));
    color: #00162e;
    line-height: 1.4;
    letter-spacing: .05em
}

.service-main .booking-details-box .left-box .details-box .name {
    font-size: 14px;
    color: #777;
    font-weight: 400;
    text-transform: none;
    margin-top: 2px;
    display: block;
    line-height: 1.4;
    letter-spacing: .05em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    text-overflow: ellipsis
}

.service-main .booking-details-box .left-box .details-box .rate small {
    font-size: 14px;
    color: #777
}

.service-main .booking-details-box .right-box {
    border-left: 1px solid #eeeeee;
    padding-left: 20px;
    margin-left: 20px
}

@media (max-width: 1399.98px) and (min-width: 1199.98) {
    .service-main .booking-details-box .right-box {
        border-top: 1px solid #eeeeee;
        padding-top: calc(15px + (20 - 15) * ((100vw - 1199px) / (1400 - 1199)));
        margin-top: 20px;
        border-left: unset;
        padding-left: unset;
        margin-left: unset
    }
}

@media (max-width: 1199.98px) {
    .service-main .booking-details-box .right-box {
        padding-left: calc(15px + (20 - 15) * ((100vw - 991px) / (1200 - 991)));
        margin-left: calc(15px + (20 - 15) * ((100vw - 991px) / (1200 - 991)))
    }
}

@media (max-width: 991.98px) {
    .service-main .booking-details-box .right-box {
        border-top: 1px solid #eeeeee;
        padding-top: calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320)));
        margin-top: 20px;
        border-left: unset;
        padding-left: unset;
        margin-left: unset
    }
}

.service-main .booking-details-box .right-box .list-unstyled {
    display: flex;
    flex-direction: column;
    gap: 11px
}

@media (max-width: 575.98px) {
    .service-main .booking-details-box .right-box .list-unstyled {
        margin-bottom: 0 !important
    }
}

.service-main .booking-details-box .right-box .list-unstyled li {
    width: 100%
}

.service-main .booking-details-box .right-box .list-unstyled li p {
    line-height: 1.3;
    font-size: calc(14px + .00125*(100vw - 320px));
    margin: 0;
    font-weight: 500;
    color: #777;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: calc(4px + .00375*(100vw - 320px))
}

@media (max-width: 575.98px) {
    .service-main .booking-details-box .right-box .list-unstyled li p {
        flex-direction: column;
        align-items: unset;
        gap: 3px
    }
}

.service-main .booking-details-box .right-box .list-unstyled li p span {
    font-size: calc(15px + (16 - 15) * ((100vw - 320px) / (1920 - 320)));
    color: #00162e
}

.service-main .provider-details-box .list-unstyled {
    gap: 0
}

@media (max-width: 575px) {
    .service-main .provider-details-box .list-unstyled {
        margin-bottom: 0 !important
    }
}

.service-main .provider-details-box .list-unstyled li {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 8px
}

@media (max-width: 575px) {
    .service-main .provider-details-box .list-unstyled li {
        display: flex;
        flex-direction: column;
        align-items: unset;
        gap: 3px
    }
}

.service-main .provider-details-box .list-unstyled li+li {
    border-top: 1px dashed #eeeeee;
    padding-top: calc(8px + (11 - 8) * ((100vw - 320px) / (1920 - 320)));
    margin-top: calc(8px + (11 - 8) * ((100vw - 320px) / (1920 - 320)))
}

.service-main .provider-details-box .list-unstyled li p {
    font-size: calc(15px + (16 - 15) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 500;
    margin: 0;
    color: #00162e
}

.service-main .provider-details-box .list-unstyled li span {
    font-weight: 500;
    color: #777
}

.service-main .booking-detail-2 {
    box-shadow: none;
    height: 100%;
    overflow: hidden;
    padding: 20px
}

.service-main .booking-detail-2 .card-header {
    padding: 0 0 calc(9px + (12 - 9) * ((100vw - 320px) / (1920 - 320)));
    background-color: transparent;
    margin-bottom: 12px
}

.service-main .booking-detail-2 .card-header h4 {
    font-weight: 500;
    font-size: calc(17px + .00125*(100vw - 320px))
}

.service-main .booking-detail-2 .card-header .btn-popup .link-btn {
    color: #222
}

.service-main .booking-detail-2 .provider-details-box {
    background-color: #fff;
    height: 100%;
    padding: 0
}

.service-main .booking-detail-2 .provider-details-box .list-unstyled,
.service-main .booking-detail-2 .provider-details-box .list-unstyled li {
    display: block
}

.service-main .booking-detail-2 .provider-details-box .list-unstyled li+li {
    border-top: 1px dashed #eeeeee;
    margin-top: 11px;
    padding-top: 11px
}

.service-main .booking-detail-2 .provider-details-box .list-unstyled li p {
    margin: 0;
    width: 100%;
    gap: 11px;
    font-size: calc(14px + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 500;
    color: #777;
    line-height: 1.3;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.service-main .booking-detail-2 .provider-details-box .list-unstyled li p span {
    color: #00162e;
    font-weight: 500
}

.service-main .service-right-box {
    padding: 20px;
    border-radius: 8px;
    box-shadow: 1px 5px 24px #4466f20d;
    background-color: #fff
}

.service-main .service-right-box .service-title {
    background-color: transparent;
    padding-bottom: 14px;
    margin-bottom: 17px;
    border-bottom: 1px solid #f7f8f9
}

.service-main .service-right-box .service-title h4 {
    font-size: 20px;
    font-weight: 600
}

@media (max-width: 767px) {
    .service-main .service-right-box .booking-date-detail {
        flex-direction: column
    }
}

.service-main .service-right-box .booking-date-detail .form-control:disabled,
.service-main .service-right-box .booking-date-detail .form-control[readonly] {
    opacity: 1;
    background-color: #f8f9f9 !important
}

@media (max-width: 767px) {
    .service-main .service-right-box .payment-status {
        flex-direction: column
    }
}

.jstree-loader {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff
}

.jstree-loader img {
    width: 70px
}

.no-icons li i,
.no-icons li svg,
.no-icons li img {
    display: none
}

.row>div:nth-child(1) .widget-card {
    background-color: #89898933
}

.row>div:nth-child(1) .widget-card .widget-icon {
    background-color: #898989
}

.row>div:nth-child(2) .widget-card {
    background-color: #ffbc5833
}

.row>div:nth-child(2) .widget-card .widget-icon {
    background-color: #ffbc58
}

.row>div:nth-child(3) .widget-card {
    background-color: #27af4d33
}

.row>div:nth-child(3) .widget-card .widget-icon {
    background-color: #27af4d
}

.row>div:nth-child(4) .widget-card {
    background-color: #ad46ff33
}

.row>div:nth-child(4) .widget-card .widget-icon {
    background-color: #ad46ff
}

.row>div:nth-child(5) .widget-card {
    background-color: #ff4b4b33
}

.row>div:nth-child(5) .widget-card .widget-icon {
    background-color: #ff4b4b
}

.widget-card,
.booking-widget-card {
    padding: 16px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    gap: 4px
}

.widget-card h3,
.booking-widget-card h3 {
    color: #00162e;
    font-size: calc(20px + .005*(100vw - 320px));
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 0;
    display: flex;
    align-items: end;
    gap: 4px
}

.widget-card h5,
.booking-widget-card h5 {
    margin-bottom: 0
}

.widget-card svg,
.booking-widget-card svg {
    color: #fff;
    width: 22px;
    height: 22px
}

.widget-card .widget-icon,
.widget-card .booking-widget-icon,
.booking-widget-card .widget-icon,
.booking-widget-card .booking-widget-icon {
    padding: 10px;
    border-radius: 4px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center
}

.row>div:nth-child(1) .widget-card-2 {
    background-color: #89898933
}

.row>div:nth-child(1) .widget-card-2 .widget-icon {
    background-color: #898989
}

.row>div:nth-child(2) .widget-card-2 {
    background-color: #ffbc5833
}

.row>div:nth-child(2) .widget-card-2 .widget-icon {
    background-color: #ffbc58
}

.row>div:nth-child(3) .widget-card-2 {
    background-color: #27af4d33
}

.row>div:nth-child(3) .widget-card-2 .widget-icon {
    background-color: #27af4d
}

.row>div:nth-child(4) .widget-card-2 {
    background-color: #ad46ff33
}

.row>div:nth-child(4) .widget-card-2 .widget-icon {
    background-color: #ad46ff
}

.row>div:nth-child(5) .widget-card-2 {
    background-color: #ff4b4b33
}

.row>div:nth-child(5) .widget-card-2 .widget-icon {
    background-color: #ff4b4b
}

.widget-card-2 {
    padding: calc(12px + .0025*(100vw - 320px));
    display: flex;
    flex-direction: row;
    justify-content: unset;
    gap: calc(9px + .0025*(100vw - 320px));
    align-items: flex-start;
    border-radius: calc(6px + .00125*(100vw - 320px))
}

.widget-card-2 h3 {
    display: block;
    font-size: calc(20px + .00375*(100vw - 320px));
    line-height: 1;
    margin-top: calc(4px + .00125*(100vw - 320px));
    font-weight: 500;
    color: #00162e;
    margin-bottom: 0
}

.widget-card-2 h5 {
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: .8px;
    color: #777;
    font-size: calc(14px + (15 - 14) * ((100vw - 320px) / (1920 - 320)))
}

.widget-card-2 .widget-icon {
    padding: 0;
    width: calc(38px + .005*(100vw - 320px));
    height: calc(38px + .005*(100vw - 320px));
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center
}

.widget-card-2 .widget-icon svg {
    width: calc(20px + .0025*(100vw - 320px));
    height: auto;
    color: #fff
}

.booking-status-main .booking-status-card .booking-widget-card {
    border: 1px solid #edeff1;
    background-color: transparent
}

.booking-status-main .booking-status-card .booking-widget-card .booking-widget-icon svg {
    width: 22px;
    height: 22px
}

.booking-status-main .booking-status-card:nth-child(1) .booking-widget-card {
    border-bottom: 2px solid var(--primary-color)
}

.booking-status-main .booking-status-card:nth-child(1) .booking-widget-card .booking-widget-icon {
    background-color: #5465ff33
}

.booking-status-main .booking-status-card:nth-child(1) .booking-widget-card .booking-widget-icon svg {
    color: var(--primary-color)
}

.booking-status-main .booking-status-card:nth-child(2) .booking-widget-card {
    border-bottom: 2px solid #ffbc58
}

.booking-status-main .booking-status-card:nth-child(2) .booking-widget-card .booking-widget-icon {
    background-color: #ffbc5833
}

.booking-status-main .booking-status-card:nth-child(2) .booking-widget-card .booking-widget-icon svg {
    color: #ffbc58
}

.booking-status-main .booking-status-card:nth-child(3) .booking-widget-card {
    border-bottom: 2px solid #ad46ff
}

.booking-status-main .booking-status-card:nth-child(3) .booking-widget-card .booking-widget-icon {
    background-color: #ad46ff33
}

.booking-status-main .booking-status-card:nth-child(3) .booking-widget-card .booking-widget-icon svg {
    color: #ad46ff
}

.booking-status-main .booking-status-card:nth-child(4) .booking-widget-card {
    border-bottom: 2px solid #00162e
}

.booking-status-main .booking-status-card:nth-child(4) .booking-widget-card .booking-widget-icon {
    background-color: #00162e33
}

.booking-status-main .booking-status-card:nth-child(4) .booking-widget-card .booking-widget-icon svg {
    color: #00162e
}

.booking-status-main .booking-status-card:nth-child(5) .booking-widget-card {
    border-bottom: 2px solid #ff4b4b
}

.booking-status-main .booking-status-card:nth-child(5) .booking-widget-card .booking-widget-icon {
    background-color: #ff4b4b33
}

.booking-status-main .booking-status-card:nth-child(5) .booking-widget-card .booking-widget-icon svg {
    color: #ff4b4b
}

.booking-status-main .booking-status-card:nth-child(6) .booking-widget-card {
    border-bottom: 2px solid #00a8ff
}

.booking-status-main .booking-status-card:nth-child(6) .booking-widget-card .booking-widget-icon {
    background-color: #00a8ff33
}

.booking-status-main .booking-status-card:nth-child(6) .booking-widget-card .booking-widget-icon svg {
    color: #00a8ff
}

.blog-box .blog-img {
    margin-bottom: 12px;
    display: block;
    overflow: hidden
}

.blog-box .blog-img img {
    object-fit: cover;
    width: 100%;
    height: 180px;
    border-radius: 8px
}

.blog-box .blog-content a {
    color: #00162ecc;
    font-size: 16px;
    margin-bottom: 4px;
    display: block;
    font-weight: 500;
    letter-spacing: .01em;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.blog-box .blog-content h6 {
    color: #00162e99;
    margin-bottom: 0;
    line-height: 1.3
}

.rate {
    display: flex;
    align-items: center;
    gap: 6px
}

.rate small {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2
}

.rate img.star {
    width: 15px;
    height: 15px
}

.location {
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 4px
}

.location i {
    --Iconsax-Size: 18px;
    --Iconsax-Color: #808b97;
    margin-top: 3px
}

.location h6 {
    line-height: 20px;
    color: #898989;
    margin: 0;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.static-top-widget {
    gap: 15px
}

.static-top-widget div.align-self-center svg {
    width: 25px;
    height: 25px;
    vertical-align: middle
}

.static-top-widget .media-body {
    align-self: center !important
}

.static-top-widget .media-body h3 {
    font-family: var(--font-family);
    color: #fff
}

.static-top-widget .media-body h3 small {
    font-size: 11px
}

.static-top-widget .icons-widgets .text-center {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

.account-setting h5 {
    margin-bottom: 20px
}

.language-list {
    display: flex;
    align-items: center;
    gap: 12px;
    white-space: nowrap;
    overflow: auto
}

.language-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #e8ebf2
}

.language-list::-webkit-scrollbar {
    height: 6px
}

.language-list::-webkit-scrollbar-thumb {
    background-color: #5f57ea1a
}

.language-switcher {
    padding: 8px;
    background-color: #edeff166;
    border: 1px solid #eeeeee;
    border-radius: 6px;
    color: #777;
    gap: 8px;
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
    transition: all .25s ease-in-out
}

.language-switcher:before {
    transition: all .25s ease-in-out;
    opacity: 0;
    border-radius: 6px
}

.language-switcher img {
    width: auto;
    height: 20px
}

.language-switcher svg {
    width: 18px;
    height: 18px;
    margin-left: calc(7px + .00375*(100vw - 320px));
    vertical-align: -4px
}

.language-switcher:hover,
.language-switcher.active {
    background-color: transparent;
    color: var(--primary-color);
    border-color: transparent
}

.language-switcher:hover:before,
.language-switcher.active:before {
    opacity: .1
}

.input-copy-box {
    position: relative
}

.input-copy-box .input-copy-icon {
    position: absolute;
    top: 12px;
    right: calc(calc(var(--bs-gutter-x) * .5) + 10px);
    display: none;
    cursor: pointer;
    line-height: 1;
    color: #333
}

.input-copy-box .input-copy-icon:after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 120%;
    left: 50%;
    transform: translate(-50%);
    background-color: #333;
    color: #fff;
    padding: 5px 8px;
    font-size: 12px;
    border-radius: 4px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease, visibility .2s ease;
    pointer-events: none
}

.input-copy-box .input-copy-icon svg {
    width: 18px;
    color: var(--primary-color)
}

.input-copy-box .input-copy-icon:hover:after {
    opacity: 1;
    visibility: visible
}

.input-copy-box .input-copy-icon:hover {
    color: #333
}

.input-copy-box textarea:placeholder-shown~.input-copy-icon,
.input-copy-box input:placeholder-shown~.input-copy-icon {
    display: none
}

.input-copy-box textarea:has(~.input-copy-icon),
.input-copy-box input:has(~.input-copy-icon) {
    padding-right: 35px
}

.input-copy-box:hover .input-copy-icon {
    display: inline-block
}

.tox.tox-tinymce .tox-toolbar-overlord .tox-toolbar {
    border-bottom: 1px solid #eeeeee !important
}

.tox .tox-statusbar {
    border-top: 1px solid #eeeeee !important
}

.tox:not([dir=rtl]) .tox-toolbar__group:not(:last-of-type) {
    border-right: 1px solid #eeeeee !important
}

#booking-status-chart .apexcharts-legend.apx-legend-position-bottom.apexcharts-align-center,
#booking-status-chart .apexcharts-legend.apx-legend-position-top.apexcharts-align-center {
    display: block;
    padding: 0;
    column-rule: 1px outset #eeeeee;
    column-count: 3;
    column-gap: 0
}

@media (max-width: 450px) {

    #booking-status-chart .apexcharts-legend.apx-legend-position-bottom.apexcharts-align-center,
    #booking-status-chart .apexcharts-legend.apx-legend-position-top.apexcharts-align-center {
        column-count: 2
    }
}

#booking-status-chart .apexcharts-legend.apx-legend-position-bottom.apexcharts-align-center .apexcharts-legend-series,
#booking-status-chart .apexcharts-legend.apx-legend-position-top.apexcharts-align-center .apexcharts-legend-series {
    justify-content: center;
    margin: 0 !important;
    padding: calc(6px + .0025*(100vw - 320px))
}

#booking-status-chart .apexcharts-legend.apx-legend-position-bottom.apexcharts-align-center .apexcharts-legend-series .apexcharts-legend-marker,
#booking-status-chart .apexcharts-legend.apx-legend-position-top.apexcharts-align-center .apexcharts-legend-series .apexcharts-legend-marker {
    border-radius: 4px !important;
    margin-right: 7px;
    inset: unset !important
}

.main-dashboard-box .short-box {
    padding: 6px 6px 6px calc(6px + .00875*(100vw - 320px));
    background-color: #fff;
    transition: all .2s ease-in-out;
    border-radius: 7px;
    display: inline-flex;
    align-items: center;
    margin-left: auto;
    gap: calc(14px + .00375*(100vw - 320px))
}

@media (max-width: 575.98px) {
    .main-dashboard-box .short-box {
        width: 100%
    }
}

.main-dashboard-box .short-box:hover {
    box-shadow: 4px 5px 18px #dddddd69
}

.main-dashboard-box .short-box .form-label {
    white-space: nowrap;
    margin: 0;
    font-size: calc(14px + .00125*(100vw - 320px));
    color: #777;
    letter-spacing: .5px
}

.main-dashboard-box .short-box .form-select {
    min-width: calc(211px + .0025*(100vw - 320px));
    background-color: #f3f3f3;
    border: none;
    box-shadow: none
}

@media (max-width: 767.98px) {
    .main-dashboard-box .short-box .form-select {
        min-width: auto;
        width: 100%
    }
}

.main-dashboard-box .dashboard-card {
    background-color: #fff;
    box-shadow: 0 4px 40px #acabb61a;
    border-radius: calc(6px + .0025*(100vw - 320px));
    height: 100%;
    transition: all .15s ease-in-out;
    overflow: hidden
}

.main-dashboard-box .dashboard-card:hover {
    transform: translateY(calc(-2px + (-5 - -2) * ((100vw - 320px) / (1920 - 320))));
    box-shadow: 4px 5px 18px #dddddd69
}

.main-dashboard-box .dashboard-card:hover .card-title h4 {
    color: var(--primary-color);
    letter-spacing: .9px
}

.main-dashboard-box .dashboard-card:hover .card-title a {
    letter-spacing: .3px
}

.main-dashboard-box .dashboard-card .card-title {
    padding: calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320)));
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: calc(10px + .0025*(100vw - 320px))
}

.main-dashboard-box .dashboard-card .card-title h4 {
    font-size: calc(18px + .00125*(100vw - 320px));
    font-weight: 600;
    transition: all .2s ease-in-out;
    line-height: 1.3
}

.main-dashboard-box .dashboard-card .card-title .chart-list {
    display: flex;
    align-items: center;
    gap: calc(12px + (27 - 12) * ((100vw - 320px) / (1920 - 320)))
}

.main-dashboard-box .dashboard-card .card-title .chart-list li {
    display: flex;
    align-items: center;
    gap: 4px;
    font-weight: 400;
    font-size: calc(12px + .00125*(100vw - 320px));
    line-height: 1
}

.main-dashboard-box .dashboard-card .card-title .chart-list li span {
    width: calc(10px + .00125*(100vw - 320px));
    height: calc(10px + .00125*(100vw - 320px));
    border-radius: 3px
}

.main-dashboard-box .dashboard-card .card-title .chart-list li span.color-1 {
    background-color: var(--primary-color)
}

.main-dashboard-box .dashboard-card .card-title .chart-list li span.color-2 {
    background-color: #c9ced4
}

.main-dashboard-box .dashboard-card .card-title .chart-list li span.color-3 {
    background-color: #ffbc58
}

.main-dashboard-box .dashboard-card .card-title a {
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    color: var(--primary-color);
    display: flex;
    align-items: center;
    line-height: 1;
    gap: 5px;
    transition: all .15s ease-in-out
}

.main-dashboard-box .dashboard-card .card-title a i {
    line-height: 1;
    transition: all .15s ease-in-out
}

.main-dashboard-box .dashboard-card .card-body {
    padding: calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320)))
}

.main-dashboard-box .dashboard-card .card-body:has(.no-table-data) .table-responsive {
    display: flex;
    flex-direction: column-reverse
}

.main-dashboard-box .dashboard-card .dashboard-box-list-2 {
    display: flex
}

.main-dashboard-box .dashboard-card .dashboard-box-list-2.row>.col+.col {
    padding-left: calc(12px + .01125*(100vw - 320px));
    border-left: 1px solid #eeeeee
}

@media (max-width: 575.98px) {
    .main-dashboard-box .dashboard-card .dashboard-box-list-2.row>.col+.col {
        padding-left: unset;
        border-left: 0
    }
}

@media (max-width: 1399px) and (min-width: 1199.98px) {
    .main-dashboard-box .dashboard-card .dashboard-box-list-2.row>.col:nth-child(5) {
        padding-left: unset;
        border-left: 0
    }
}

@media (max-width: 1199.98px) and (min-width: 767.98px) {
    .main-dashboard-box .dashboard-card .dashboard-box-list-2.row>.col:nth-child(4) {
        padding-left: unset;
        border-left: 0
    }
}

@media (max-width: 767.98px) and (min-width: 575.98px) {
    .main-dashboard-box .dashboard-card .dashboard-box-list-2.row>.col:nth-child(odd) {
        padding-left: unset;
        border-left: 0
    }
}

.main-dashboard-box .dashboard-card .dashboard-box-list-2 .dashboard-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    transition: all .2s ease-in-out
}

.main-dashboard-box .dashboard-card .dashboard-box-list-2 .dashboard-box.box-color-1:hover .svg-icon:before {
    transform: rotate(177deg)
}

.main-dashboard-box .dashboard-card .dashboard-box-list-2 .dashboard-box.box-color-1 .svg-icon:before {
    background: linear-gradient(144.16deg, rgba(115, 102, 255, .1) 19.06%, rgba(115, 102, 255, 0) 79.03%)
}

.main-dashboard-box .dashboard-card .dashboard-box-list-2 .dashboard-box.box-color-1 .svg-icon svg {
    fill: var(--primary-color)
}

.main-dashboard-box .dashboard-card .dashboard-box-list-2 .dashboard-box.box-color-2:hover .svg-icon:before {
    transform: rotate(177deg)
}

.main-dashboard-box .dashboard-card .dashboard-box-list-2 .dashboard-box.box-color-2 .svg-icon:before {
    background: linear-gradient(144.16deg, rgba(255, 188, 88, .1) 19.06%, rgba(255, 188, 88, 0) 79.03%)
}

.main-dashboard-box .dashboard-card .dashboard-box-list-2 .dashboard-box.box-color-2 .svg-icon svg {
    fill: #ffbc58
}

.main-dashboard-box .dashboard-card .dashboard-box-list-2 .dashboard-box.box-color-3:hover .svg-icon:before {
    transform: rotate(177deg)
}

.main-dashboard-box .dashboard-card .dashboard-box-list-2 .dashboard-box.box-color-3 .svg-icon:before {
    background: linear-gradient(144.16deg, rgba(173, 70, 255, .1) 19.06%, rgba(173, 70, 255, 0) 79.03%)
}

.main-dashboard-box .dashboard-card .dashboard-box-list-2 .dashboard-box.box-color-3 .svg-icon svg {
    fill: #ad46ff
}

.main-dashboard-box .dashboard-card .dashboard-box-list-2 .dashboard-box.box-color-4:hover .svg-icon:before {
    transform: rotate(177deg)
}

.main-dashboard-box .dashboard-card .dashboard-box-list-2 .dashboard-box.box-color-4 .svg-icon:before {
    background: linear-gradient(144.16deg, rgba(39, 175, 77, .1) 19.06%, rgba(39, 175, 77, 0) 79.03%)
}

.main-dashboard-box .dashboard-card .dashboard-box-list-2 .dashboard-box.box-color-4 .svg-icon svg {
    fill: #27af4d
}

.main-dashboard-box .dashboard-card .dashboard-box-list-2 .dashboard-box.box-color-5:hover .svg-icon:before {
    transform: rotate(177deg)
}

.main-dashboard-box .dashboard-card .dashboard-box-list-2 .dashboard-box.box-color-5 .svg-icon:before {
    background: linear-gradient(144.16deg, rgba(106, 114, 122, .1) 19.06%, rgba(106, 114, 122, 0) 79.03%)
}

.main-dashboard-box .dashboard-card .dashboard-box-list-2 .dashboard-box.box-color-5 .svg-icon svg {
    fill: #6a727a
}

.main-dashboard-box .dashboard-card .dashboard-box-list-2 .dashboard-box.box-color-6:hover .svg-icon:before {
    transform: rotate(177deg)
}

.main-dashboard-box .dashboard-card .dashboard-box-list-2 .dashboard-box.box-color-6 .svg-icon:before {
    background: linear-gradient(144.16deg, rgba(255, 75, 75, .1) 19.06%, rgba(255, 75, 75, 0) 79.03%)
}

.main-dashboard-box .dashboard-card .dashboard-box-list-2 .dashboard-box.box-color-6 .svg-icon svg {
    fill: #ff4b4b
}

.main-dashboard-box .dashboard-card .dashboard-box-list-2 .dashboard-box .svg-icon {
    width: calc(50px + .01*(100vw - 320px));
    height: calc(50px + .01*(100vw - 320px));
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 0;
    overflow: hidden
}

.main-dashboard-box .dashboard-card .dashboard-box-list-2 .dashboard-box .svg-icon:before {
    transition: all .2s ease-in-out;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%
}

.main-dashboard-box .dashboard-card .dashboard-box-list-2 .dashboard-box .svg-icon svg {
    width: calc(21px + .0025*(100vw - 320px));
    height: calc(21px + .0025*(100vw - 320px))
}

.main-dashboard-box .dashboard-card .dashboard-box-list-2 .dashboard-box h3 {
    font-size: calc(22px + .0025*(100vw - 320px));
    font-weight: 600;
    margin-top: calc(3px + .00125*(100vw - 320px));
    color: #051a1a
}

.main-dashboard-box .dashboard-card .dashboard-box-list-2 .dashboard-box h5 {
    font-size: calc(15px + (18 - 15) * ((100vw - 320px) / (1920 - 320)));
    line-height: 1.4;
    font-weight: 400;
    color: #777
}

.main-dashboard-box .dashboard-card .dashboard-box-list-2 li+li {
    margin-left: calc(23px + .0175*(100vw - 320px));
    padding-left: calc(24px + (50.6 - 24) * ((100vw - 320px) / (1920 - 320)));
    border-left: 1px solid #eeeeee
}

.main-dashboard-box .dashboard-card .dashboard-box-list-2 li.line {
    width: 1px;
    height: 100%;
    border-left: 1px solid #eeeeee
}

.main-dashboard-box .dashboard-card .dashboard-box-list-2 li .dashboard-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    transition: all .2s ease-in-out
}

.main-dashboard-box .dashboard-card .dashboard-box-list-2 li .dashboard-box.box-color-1:hover .svg-icon:before {
    transform: rotate(177deg)
}

.main-dashboard-box .dashboard-card .dashboard-box-list-2 li .dashboard-box.box-color-1 .svg-icon:before {
    background: linear-gradient(144.16deg, rgba(115, 102, 255, .1) 19.06%, rgba(115, 102, 255, 0) 79.03%)
}

.main-dashboard-box .dashboard-card .dashboard-box-list-2 li .dashboard-box.box-color-1 .svg-icon svg {
    fill: var(--primary-color)
}

.main-dashboard-box .dashboard-card .dashboard-box-list-2 li .dashboard-box.box-color-2:hover .svg-icon:before {
    transform: rotate(177deg)
}

.main-dashboard-box .dashboard-card .dashboard-box-list-2 li .dashboard-box.box-color-2 .svg-icon:before {
    background: linear-gradient(144.16deg, rgba(255, 188, 88, .1) 19.06%, rgba(255, 188, 88, 0) 79.03%)
}

.main-dashboard-box .dashboard-card .dashboard-box-list-2 li .dashboard-box.box-color-2 .svg-icon svg {
    fill: #ffbc58
}

.main-dashboard-box .dashboard-card .dashboard-box-list-2 li .dashboard-box.box-color-3:hover .svg-icon:before {
    transform: rotate(177deg)
}

.main-dashboard-box .dashboard-card .dashboard-box-list-2 li .dashboard-box.box-color-3 .svg-icon:before {
    background: linear-gradient(144.16deg, rgba(173, 70, 255, .1) 19.06%, rgba(173, 70, 255, 0) 79.03%)
}

.main-dashboard-box .dashboard-card .dashboard-box-list-2 li .dashboard-box.box-color-3 .svg-icon svg {
    fill: #ad46ff
}

.main-dashboard-box .dashboard-card .dashboard-box-list-2 li .dashboard-box.box-color-4:hover .svg-icon:before {
    transform: rotate(177deg)
}

.main-dashboard-box .dashboard-card .dashboard-box-list-2 li .dashboard-box.box-color-4 .svg-icon:before {
    background: linear-gradient(144.16deg, rgba(39, 175, 77, .1) 19.06%, rgba(39, 175, 77, 0) 79.03%)
}

.main-dashboard-box .dashboard-card .dashboard-box-list-2 li .dashboard-box.box-color-4 .svg-icon svg {
    fill: #27af4d
}

.main-dashboard-box .dashboard-card .dashboard-box-list-2 li .dashboard-box.box-color-5:hover .svg-icon:before {
    transform: rotate(177deg)
}

.main-dashboard-box .dashboard-card .dashboard-box-list-2 li .dashboard-box.box-color-5 .svg-icon:before {
    background: linear-gradient(144.16deg, rgba(7, 27, 54, .1) 19.06%, rgba(7, 27, 54, 0) 79.03%)
}

.main-dashboard-box .dashboard-card .dashboard-box-list-2 li .dashboard-box.box-color-5 .svg-icon svg {
    fill: #071b36
}

.main-dashboard-box .dashboard-card .dashboard-box-list-2 li .dashboard-box.box-color-6:hover .svg-icon:before {
    transform: rotate(177deg)
}

.main-dashboard-box .dashboard-card .dashboard-box-list-2 li .dashboard-box.box-color-6 .svg-icon:before {
    background: linear-gradient(144.16deg, rgba(255, 75, 75, .1) 19.06%, rgba(255, 75, 75, 0) 79.03%)
}

.main-dashboard-box .dashboard-card .dashboard-box-list-2 li .dashboard-box.box-color-6 .svg-icon svg {
    fill: #ff4b4b
}

.main-dashboard-box .dashboard-card .dashboard-box-list-2 li .dashboard-box .svg-icon {
    width: calc(50px + .01*(100vw - 320px));
    height: calc(50px + .01*(100vw - 320px));
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 0;
    overflow: hidden
}

.main-dashboard-box .dashboard-card .dashboard-box-list-2 li .dashboard-box .svg-icon:before {
    transition: all .2s ease-in-out;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%
}

.main-dashboard-box .dashboard-card .dashboard-box-list-2 li .dashboard-box .svg-icon svg {
    width: calc(21px + .0025*(100vw - 320px));
    height: calc(21px + .0025*(100vw - 320px))
}

.main-dashboard-box .dashboard-card .dashboard-box-list-2 li .dashboard-box h3 {
    font-size: calc(22px + .0025*(100vw - 320px));
    font-weight: 600;
    margin-top: calc(3px + .00125*(100vw - 320px));
    color: #051a1a
}

.main-dashboard-box .dashboard-card .dashboard-box-list-2 li .dashboard-box h5 {
    font-size: calc(15px + (18 - 15) * ((100vw - 320px) / (1920 - 320)));
    line-height: 1.4;
    font-weight: 400;
    color: #777
}

.main-dashboard-box .dashboard-card .table-responsive {
    border-radius: 0
}

.main-dashboard-box .dashboard-card .table-responsive table thead tr th:last-child,
.main-dashboard-box .dashboard-card .table-responsive table thead tr th:first-child {
    border-radius: 0
}

.main-dashboard-box .dashboard-card .table-responsive table tbody tr:last-child td:first-child,
.main-dashboard-box .dashboard-card .table-responsive table tbody tr:last-child td:last-child {
    border-radius: 0
}

.main-dashboard-box .service-pie-chart .apexcharts-legend-text {
    font-size: calc(15px + (18 - 15) * ((100vw - 320px) / (1920 - 320))) !important
}

.main-dashboard-box .service-pie-chart .apexcharts-legend.apx-legend-position-bottom.apexcharts-align-center,
.main-dashboard-box .service-pie-chart .apexcharts-legend.apx-legend-position-top.apexcharts-align-center {
    justify-content: space-around
}

@media (max-width: 576px) {

    .main-dashboard-box .service-pie-chart .apexcharts-legend.apx-legend-position-bottom.apexcharts-align-center,
    .main-dashboard-box .service-pie-chart .apexcharts-legend.apx-legend-position-top.apexcharts-align-center {
        justify-content: center
    }
}

.main-dashboard-box .service-pie-chart .apexcharts-legend-series {
    gap: 6px
}

.main-dashboard-box .service-pie-chart .apexcharts-legend-series .apexcharts-legend-marker {
    border-radius: 3px !important
}

.main-dashboard-box .total-box {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 40px #acabb617;
    transition: all .2s ease-in-out
}

.main-dashboard-box .total-box:hover {
    transform: translateY(-5px);
    box-shadow: 4px 5px 18px #dddddd69
}

.main-dashboard-box .total-box.color-1 .top-box svg {
    background-color: #dde0ff
}

.main-dashboard-box .total-box.color-2 .top-box svg {
    background-color: #fff2de
}

.main-dashboard-box .total-box.color-3 .top-box svg {
    background-color: #efdaff
}

.main-dashboard-box .total-box.color-4 .top-box svg {
    background-color: #ccd0d5
}

.main-dashboard-box .total-box.color-5 .top-box svg {
    background-color: #d2eeda
}

.main-dashboard-box .total-box.color-6 .top-box svg {
    background-color: #ffdbdb
}

.main-dashboard-box .total-box.color-7 .top-box svg {
    background-color: #cef
}

.main-dashboard-box .total-box .top-box {
    padding: calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320))) calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320))) calc(12px + .005*(100vw - 320px));
    display: flex;
    align-items: center;
    gap: 12px
}

.main-dashboard-box .total-box .top-box>div {
    width: calc(100% - 12px - (43px + .00375*(100vw - 320px)))
}

.main-dashboard-box .total-box .top-box svg {
    background-color: #dde0ff;
    width: calc(43px + .00375*(100vw - 320px));
    height: calc(43px + .00375*(100vw - 320px));
    border-radius: calc(5px + .00125*(100vw - 320px));
    padding: calc(9px + (12 - 9) * ((100vw - 320px) / (1920 - 320)));
    fill: transparent
}

.main-dashboard-box .total-box .top-box h4 {
    font-size: calc(20px + .00125*(100vw - 320px));
    font-weight: 600;
    color: #00162ecc;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    word-break: break-all
}

.main-dashboard-box .total-box .top-box h6 {
    font-weight: 500;
    line-height: 1.3;
    margin-top: calc(3px + (4 - 3) * ((100vw - 320px) / (1920 - 320)));
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden
}

.main-dashboard-box .total-box .progress-box {
    height: 88px;
    display: flex;
    align-items: center;
    padding: calc(12px + .005*(100vw - 320px)) calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320)))
}

.main-dashboard-box .total-box .progress-box .progress {
    width: 100%;
    height: 12px;
    border-radius: 100px;
    background-color: #f7f8f9
}

.main-dashboard-box .total-box .progress-box .progress.progress-info {
    background-color: #cef
}

.main-dashboard-box .total-box .progress-box .progress.progress-info .progress-bar {
    background-color: #00a8ff
}

.main-dashboard-box .total-box .progress-box .progress .progress-bar.progress-bar-striped {
    background-color: transparent;
    background-image: linear-gradient(45deg, #ffaa05 25%, transparent 25%, transparent 50%, #ffaa05 50%, #ffaa05 75%, transparent 75%, transparent)
}

.main-dashboard-box .total-box .bottom-box {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: calc(12px + .005*(100vw - 320px)) calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320))) calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320)))
}

.main-dashboard-box .total-box .bottom-box.up svg {
    background-color: #19967566;
    fill: #199675;
    transform: rotate(180deg)
}

.main-dashboard-box .total-box .bottom-box.up span {
    color: #199675
}

.main-dashboard-box .total-box .bottom-box.down svg {
    background-color: #e4414166;
    fill: #e44141
}

.main-dashboard-box .total-box .bottom-box.down span {
    color: #e44141
}

.main-dashboard-box .total-box .bottom-box svg {
    width: 15px;
    min-width: 15px;
    height: 15px;
    border-radius: 4px;
    padding: 3px
}

.main-dashboard-box .total-box .bottom-box span {
    font-size: 13px;
    font-weight: 500
}

.main-dashboard-box .total-box .bottom-box h6 {
    font-weight: 500;
    color: #888;
    line-height: 1.5
}

.no-table-data {
    text-align: center;
    padding: 14px;
    min-height: calc(180px + (250 - 180) * ((100vw - 320px) / (1920 - 320)));
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: calc(9px + .00125*(100vw - 320px))
}

.no-table-data img {
    width: calc(76px + .00875*(100vw - 320px))
}

.no-table-data svg {
    width: calc(76px + .00875*(100vw - 320px));
    height: calc(76px + .00875*(100vw - 320px))
}

.no-table-data p {
    font-size: calc(14px + .00125*(100vw - 320px));
    text-transform: capitalize;
    margin: 0;
    font-weight: 500
}

.tooltip-inner {
    background-color: var(--primary-color)
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before,
.bs-tooltip-bottom .tooltip-arrow:before {
    border-bottom-color: var(--primary-color)
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before,
.bs-tooltip-start .tooltip-arrow:before {
    border-left-color: var(--primary-color)
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before,
.bs-tooltip-top .tooltip-arrow:before {
    border-top-color: var(--primary-color)
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before,
.bs-tooltip-end .tooltip-arrow:before {
    border-right-color: var(--primary-color)
}

.provider-dashboard-main-box .welcome-box .top-box {
    height: calc(73px + (98 - 73) * ((100vw - 320px) / (1920 - 320)))
}

.provider-dashboard-main-box .short-box {
    padding: 6px 6px 6px 20px;
    background-color: #fff;
    transition: all .2s ease-in-out;
    border-radius: 7px;
    display: inline-flex;
    align-items: center;
    margin-left: auto;
    gap: 20px
}

.provider-dashboard-main-box .short-box:hover {
    box-shadow: 4px 5px 18px #dddddd69
}

.provider-dashboard-main-box .short-box .form-label {
    white-space: nowrap;
    margin: 0;
    font-size: 16px;
    color: #777;
    letter-spacing: .5px
}

.provider-dashboard-main-box .short-box .form-select {
    min-width: 215px;
    background-color: #f3f3f3;
    border: none;
    box-shadow: none
}

.provider-dashboard-main-box .dashboard-card {
    background-color: #fff;
    box-shadow: 0 4px 40px #acabb61a;
    border-radius: calc(6px + .0025*(100vw - 320px));
    height: 100%;
    transition: all .2s ease-in-out
}

.provider-dashboard-main-box .dashboard-card:hover {
    transform: translateY(-5px);
    box-shadow: 4px 5px 18px #dddddd69
}

.provider-dashboard-main-box .dashboard-card:hover .card-title h4 {
    color: var(--primary-color);
    letter-spacing: .9px
}

.provider-dashboard-main-box .dashboard-card:hover .card-title a {
    letter-spacing: .3px
}

.provider-dashboard-main-box .dashboard-card .card-title {
    padding: calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320)));
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: calc(10px + .0025*(100vw - 320px))
}

.provider-dashboard-main-box .dashboard-card .card-title h4 {
    font-size: calc(18px + .00125*(100vw - 320px));
    font-weight: 600;
    transition: all .2s ease-in-out;
    line-height: 1.3
}

.provider-dashboard-main-box .dashboard-card .card-title:has(.chart-list) {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: calc(10px + .0025*(100vw - 320px))
}

.provider-dashboard-main-box .dashboard-card .card-title .chart-list {
    display: flex;
    align-items: center;
    gap: calc(12px + (27 - 12) * ((100vw - 320px) / (1920 - 320)))
}

.provider-dashboard-main-box .dashboard-card .card-title .chart-list li {
    display: flex;
    align-items: center;
    gap: 4px;
    font-weight: 400;
    font-size: calc(12px + .00125*(100vw - 320px));
    line-height: 1
}

.provider-dashboard-main-box .dashboard-card .card-title .chart-list li span {
    width: calc(10px + .00125*(100vw - 320px));
    height: calc(10px + .00125*(100vw - 320px));
    border-radius: 3px
}

.provider-dashboard-main-box .dashboard-card .card-title .chart-list li span.color-1 {
    background-color: var(--primary-color)
}

.provider-dashboard-main-box .dashboard-card .card-title .chart-list li span.color-2 {
    background-color: #c9ced4
}

.provider-dashboard-main-box .dashboard-card .card-title .chart-list li span.color-3 {
    background-color: #ffbc58
}

.provider-dashboard-main-box .dashboard-card .card-title a {
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    color: var(--primary-color);
    display: flex;
    align-items: center;
    line-height: 1;
    gap: 5px;
    transition: all .15s ease-in-out
}

.provider-dashboard-main-box .dashboard-card .card-title a i {
    line-height: 1;
    transition: all .15s ease-in-out
}

.provider-dashboard-main-box .dashboard-card .card-body {
    padding: calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320)))
}

.provider-dashboard-main-box .dashboard-card .card-body:has(.no-table-data) .table-responsive {
    display: flex;
    flex-direction: column-reverse
}

.provider-dashboard-main-box .dashboard-card .dashboard-box-list {
    display: grid;
    grid-template-columns: repeat(11, auto)
}

.provider-dashboard-main-box .dashboard-card .dashboard-box-list li.line {
    width: 1px;
    height: 100%;
    border-left: 1px solid #eeeeee
}

.provider-dashboard-main-box .dashboard-card .dashboard-box-list li .dashboard-box {
    display: flex;
    align-items: center;
    gap: 14px;
    transition: all .2s ease-in-out
}

.provider-dashboard-main-box .dashboard-card .dashboard-box-list li .dashboard-box.box-color-1:hover .svg-icon:before {
    transform: rotate(177deg)
}

.provider-dashboard-main-box .dashboard-card .dashboard-box-list li .dashboard-box.box-color-1 .svg-icon:before {
    background: linear-gradient(144.16deg, rgba(115, 102, 255, .1) 19.06%, rgba(115, 102, 255, 0) 79.03%)
}

.provider-dashboard-main-box .dashboard-card .dashboard-box-list li .dashboard-box.box-color-1 .svg-icon svg {
    fill: var(--primary-color)
}

.provider-dashboard-main-box .dashboard-card .dashboard-box-list li .dashboard-box.box-color-2:hover .svg-icon:before {
    transform: rotate(177deg)
}

.provider-dashboard-main-box .dashboard-card .dashboard-box-list li .dashboard-box.box-color-2 .svg-icon:before {
    background: linear-gradient(144.16deg, rgba(255, 188, 88, .1) 19.06%, rgba(255, 188, 88, 0) 79.03%)
}

.provider-dashboard-main-box .dashboard-card .dashboard-box-list li .dashboard-box.box-color-2 .svg-icon svg {
    fill: #ffbc58
}

.provider-dashboard-main-box .dashboard-card .dashboard-box-list li .dashboard-box.box-color-3:hover .svg-icon:before {
    transform: rotate(177deg)
}

.provider-dashboard-main-box .dashboard-card .dashboard-box-list li .dashboard-box.box-color-3 .svg-icon:before {
    background: linear-gradient(144.16deg, rgba(173, 70, 255, .1) 19.06%, rgba(173, 70, 255, 0) 79.03%)
}

.provider-dashboard-main-box .dashboard-card .dashboard-box-list li .dashboard-box.box-color-3 .svg-icon svg {
    fill: #ad46ff
}

.provider-dashboard-main-box .dashboard-card .dashboard-box-list li .dashboard-box.box-color-4:hover .svg-icon:before {
    transform: rotate(177deg)
}

.provider-dashboard-main-box .dashboard-card .dashboard-box-list li .dashboard-box.box-color-4 .svg-icon:before {
    background: linear-gradient(144.16deg, rgba(39, 175, 77, .1) 19.06%, rgba(39, 175, 77, 0) 79.03%)
}

.provider-dashboard-main-box .dashboard-card .dashboard-box-list li .dashboard-box.box-color-4 .svg-icon svg {
    fill: #27af4d
}

.provider-dashboard-main-box .dashboard-card .dashboard-box-list li .dashboard-box.box-color-5:hover .svg-icon:before {
    transform: rotate(177deg)
}

.provider-dashboard-main-box .dashboard-card .dashboard-box-list li .dashboard-box.box-color-5 .svg-icon:before {
    background: linear-gradient(144.16deg, rgba(7, 27, 54, .1) 19.06%, rgba(7, 27, 54, 0) 79.03%)
}

.provider-dashboard-main-box .dashboard-card .dashboard-box-list li .dashboard-box.box-color-5 .svg-icon svg {
    fill: #071b36
}

.provider-dashboard-main-box .dashboard-card .dashboard-box-list li .dashboard-box.box-color-6:hover .svg-icon:before {
    transform: rotate(177deg)
}

.provider-dashboard-main-box .dashboard-card .dashboard-box-list li .dashboard-box.box-color-6 .svg-icon:before {
    background: linear-gradient(144.16deg, rgba(255, 75, 75, .1) 19.06%, rgba(255, 75, 75, 0) 79.03%)
}

.provider-dashboard-main-box .dashboard-card .dashboard-box-list li .dashboard-box.box-color-6 .svg-icon svg {
    fill: #ff4b4b
}

.provider-dashboard-main-box .dashboard-card .dashboard-box-list li .dashboard-box .svg-icon {
    width: 66px;
    height: 66px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 0;
    overflow: hidden
}

.provider-dashboard-main-box .dashboard-card .dashboard-box-list li .dashboard-box .svg-icon:before {
    transition: all .2s ease-in-out;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%
}

.provider-dashboard-main-box .dashboard-card .dashboard-box-list li .dashboard-box .svg-icon svg {
    width: 25px;
    height: 25px
}

.provider-dashboard-main-box .dashboard-card .dashboard-box-list li .dashboard-box h3 {
    font-size: 26px;
    font-weight: 600;
    margin-top: 5px;
    color: #051a1a
}

.provider-dashboard-main-box .dashboard-card .dashboard-box-list li .dashboard-box h5 {
    font-size: 18px;
    font-weight: 400;
    color: #777
}

.provider-dashboard-main-box .dashboard-card .table-responsive {
    border-radius: 0
}

.provider-dashboard-main-box .dashboard-card .table-responsive table thead tr th:last-child,
.provider-dashboard-main-box .dashboard-card .table-responsive table thead tr th:first-child {
    border-radius: 0
}

.provider-dashboard-main-box .dashboard-card .table-responsive table tbody tr:last-child td:first-child,
.provider-dashboard-main-box .dashboard-card .table-responsive table tbody tr:last-child td:last-child {
    border-radius: 0
}

.provider-dashboard-main-box .service-pie-chart .apexcharts-legend.apx-legend-position-bottom.apexcharts-align-center,
.provider-dashboard-main-box .service-pie-chart .apexcharts-legend.apx-legend-position-top.apexcharts-align-center {
    justify-content: space-around
}

.provider-dashboard-main-box .service-pie-chart .apexcharts-legend-series {
    gap: 6px
}

.provider-dashboard-main-box .service-pie-chart .apexcharts-legend-series .apexcharts-legend-marker {
    border-radius: 3px !important
}

.provider-dashboard-main-box .total-box {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 40px #acabb617;
    transition: all .2s ease-in-out
}

.provider-dashboard-main-box .total-box:hover {
    transform: translateY(-5px);
    box-shadow: 4px 5px 18px #dddddd69
}

.provider-dashboard-main-box .total-box.color-1 .top-box svg {
    background-color: #dde0ff
}

.provider-dashboard-main-box .total-box.color-2 .top-box svg {
    background-color: #fff2de
}

.provider-dashboard-main-box .total-box.color-3 .top-box svg {
    background-color: #efdaff
}

.provider-dashboard-main-box .total-box.color-4 .top-box svg {
    background-color: #ccd0d5
}

.provider-dashboard-main-box .total-box.color-5 .top-box svg {
    background-color: #d2eeda
}

.provider-dashboard-main-box .total-box.color-6 .top-box svg {
    background-color: #ffdbdb
}

.provider-dashboard-main-box .total-box.color-7 .top-box svg {
    background-color: #cef
}

.provider-dashboard-main-box .total-box .top-box {
    padding: calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320))) calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320))) calc(12px + .005*(100vw - 320px));
    display: flex;
    align-items: center;
    gap: 12px
}

.provider-dashboard-main-box .total-box .top-box>div {
    width: calc(100% - 12px - (43px + .00375*(100vw - 320px)))
}

.provider-dashboard-main-box .total-box .top-box svg {
    background-color: #dde0ff;
    width: calc(43px + .00375*(100vw - 320px));
    height: calc(43px + .00375*(100vw - 320px));
    border-radius: calc(5px + .00125*(100vw - 320px));
    padding: calc(9px + (12 - 9) * ((100vw - 320px) / (1920 - 320)));
    fill: transparent
}

.provider-dashboard-main-box .total-box .top-box h4 {
    font-size: calc(20px + .00125*(100vw - 320px));
    font-weight: 600
}

.provider-dashboard-main-box .total-box .top-box h6 {
    font-weight: 500;
    line-height: 1.3;
    margin-top: calc(3px + (4 - 3) * ((100vw - 320px) / (1920 - 320)));
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden
}

.provider-dashboard-main-box .total-box .progress-box {
    height: calc(65px + (88 - 65) * ((100vw - 320px) / (1920 - 320)));
    display: flex;
    align-items: center;
    padding: calc(12px + .005*(100vw - 320px)) calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320)))
}

.provider-dashboard-main-box .total-box .progress-box .progress {
    width: 100%;
    height: 12px;
    border-radius: 100px;
    background-color: #f7f8f9
}

.provider-dashboard-main-box .total-box .progress-box .progress.progress-info {
    background-color: #cef
}

.provider-dashboard-main-box .total-box .progress-box .progress.progress-info .progress-bar {
    background-color: #00a8ff
}

.provider-dashboard-main-box .total-box .progress-box .progress .progress-bar.progress-bar-striped {
    background-color: transparent;
    background-image: linear-gradient(45deg, #ffaa05 25%, transparent 25%, transparent 50%, #ffaa05 50%, #ffaa05 75%, transparent 75%, transparent)
}

.provider-dashboard-main-box .total-box .bottom-box {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: calc(12px + .005*(100vw - 320px)) calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320))) calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320)))
}

.provider-dashboard-main-box .total-box .bottom-box.up svg {
    background-color: #19967566;
    fill: #199675;
    transform: rotate(180deg)
}

.provider-dashboard-main-box .total-box .bottom-box.up span {
    color: #199675
}

.provider-dashboard-main-box .total-box .bottom-box.down svg {
    background-color: #e4414166;
    fill: #e44141
}

.provider-dashboard-main-box .total-box .bottom-box.down span {
    color: #e44141
}

.provider-dashboard-main-box .total-box .bottom-box svg {
    width: 15px;
    min-width: 15px;
    height: 15px;
    border-radius: 4px;
    padding: 3px
}

.provider-dashboard-main-box .total-box .bottom-box span {
    font-size: 13px;
    font-weight: 500
}

.provider-dashboard-main-box .total-box .bottom-box h6 {
    font-weight: 500;
    color: #888;
    line-height: 1.5
}

.table-height {
    max-height: 358px;
    overflow: auto;
    height: auto
}

.welcome-box {
    background-color: #fff;
    border-radius: calc(7px + (10 - 7) * ((100vw - 320px) / (1920 - 320)));
    height: 100%;
    overflow: hidden;
    box-shadow: 0 4px 40px #acabb61a;
    transition: all .2s ease-in-out
}

.welcome-box:hover {
    transform: translateY(-5px);
    box-shadow: 4px 5px 18px #dddddd69
}

.welcome-box .top-box {
    background: linear-gradient(92.02deg, var(--primary-color) -1.97%, #1b447b 179.09%);
    overflow: hidden;
    height: 64px;
    position: relative
}

.welcome-box .top-box .shape {
    width: 130%;
    height: 130%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover
}

.welcome-box .user-image {
    width: calc(67px + (74 - 67) * ((100vw - 320px) / (1920 - 320)));
    height: calc(67px + (74 - 67) * ((100vw - 320px) / (1920 - 320)));
    border-radius: 100%;
    margin: calc(-31px + -.005*(100vw - 320px)) auto 0;
    z-index: 1;
    position: relative
}

.welcome-box .user-image .circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 20px);
    height: calc(100% + 20px)
}

.welcome-box .user-image .check-icon {
    position: absolute;
    bottom: 7px;
    right: -11px;
    background-color: #61ae41;
    border-radius: 100%;
    padding: 5px;
    stroke-width: 3px;
    color: #fff;
    outline: 3px solid #ffffff;
    width: 20px;
    height: 20px
}

.welcome-box .user-image img {
    border-radius: 100%
}

.welcome-box .user-image .initial-letter {
    width: 100%;
    height: 100%;
    background-color: #f3f3f3;
    font-size: 34px;
    font-weight: 500
}

.welcome-box .user-details {
    padding: 16px calc(16px + .0025*(100vw - 320px)) 20px;
    text-align: center
}

.welcome-box .user-details h3 {
    font-size: calc(18px + .0025*(100vw - 320px));
    font-weight: 600;
    color: #071b36
}

.welcome-box .user-details p {
    font-size: calc(14px + .00125*(100vw - 320px));
    font-weight: 400;
    margin-block: 6px 0;
    line-height: 1.4;
    color: #888
}

.welcome-box .user-details .btn {
    display: block;
    margin-inline: auto;
    margin-top: 13px
}

.welcome-box .person-info-list {
    margin-inline: calc(16px + .0025*(100vw - 320px));
    padding-block: 14px 20px;
    border-top: 1px solid #eeeeee;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.welcome-box .person-info-list li {
    font-size: calc(14px + .00125*(100vw - 320px));
    color: #777;
    display: flex;
    flex-wrap: wrap
}

.welcome-box .person-info-list li span {
    font-weight: 500;
    min-width: 87px;
    color: #00162ecc;
    display: block
}

.booking-details-box {
    border-radius: 10px;
    transition: all .2s ease-in-out;
    background-color: #fff;
    box-shadow: 0 4px 40px #acabb61a;
    padding: calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320)));
    height: 100%
}

.booking-details-box .p-20 {
    padding: calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320)))
}

.booking-details-box:hover {
    transform: translateY(calc(-2px + (-5 - -2) * ((100vw - 320px) / (1920 - 320))));
    box-shadow: 4px 5px 18px #dddddd69
}

.booking-details-box .booking-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    flex-wrap: wrap
}

.booking-details-box .booking-title .invoice-btn {
    padding: 0;
    font-size: calc(14px + .00125*(100vw - 320px));
    text-decoration: underline;
    font-weight: 500;
    text-transform: capitalize;
    border: none;
    display: block
}

.booking-details-box .booking-title h4 {
    font-size: calc(18px + .00125*(100vw - 320px));
    font-weight: 600;
    line-height: 1.3;
    color: #00162ecc
}

.booking-details-box .booking-title h5 {
    color: #888;
    font-size: calc(14px + .00125*(100vw - 320px));
    line-height: 1.3
}

.booking-details-box .booking-content {
    margin-top: 15px
}

.booking-details-box .booking-details-list li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: calc(0px + .01*(100vw - 320px));
    font-size: calc(14px + .00125*(100vw - 320px));
    font-weight: 500;
    color: #00162ecc;
    text-transform: capitalize
}

.booking-details-box .booking-details-list li+li {
    margin-top: calc(9px + .00375*(100vw - 320px));
    padding-top: calc(9px + .00375*(100vw - 320px));
    border-top: 1px solid #eeeeee
}

.booking-details-box .booking-details-list li.commission {
    align-items: unset
}

.booking-details-box .booking-details-list li.commission>span {
    display: grid;
    text-align: right;
    gap: 4px
}

.booking-details-box .booking-details-list li span {
    color: #888
}

.booking-details-box .booking-details-list li span.badge {
    padding: calc(6px + .00125*(100vw - 320px)) calc(6px + .0025*(100vw - 320px));
    font-size: calc(12px + (13 - 12) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 500;
    letter-spacing: .3px;
    color: #fff;
    border-radius: calc(3px + (4 - 3) * ((100vw - 320px) / (1920 - 320)))
}

.booking-details-box .booking-address-list li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: calc(0px + .01*(100vw - 320px));
    font-size: calc(14px + .00125*(100vw - 320px));
    font-weight: 500;
    color: #00162ecc;
    text-transform: capitalize;
    padding: calc(10px + (15 - 10) * ((100vw - 320px) / (1920 - 320))) calc(13px + (18 - 13) * ((100vw - 320px) / (1920 - 320)))
}

.booking-details-box .booking-address-list li:first-child {
    padding-top: 0
}

.booking-details-box .booking-address-list li:nth-child(2n) {
    background-color: #f6f6f6
}

.booking-details-box .booking-address-list li span {
    color: #888
}

.booking-details-box .booking-address-list li span.badge {
    padding: 8px 10px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .3px;
    color: #fff
}

.booking-details-box .booking-number-list {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 12px 0 12px calc(35px + (42 - 35) * ((100vw - 320px) / (1920 - 320)))
}

.booking-details-box .booking-number-list:before {
    content: "";
    position: absolute;
    top: 0;
    left: 11px;
    width: 1px;
    height: 100%;
    border-inline: 1.5px solid #8d8d8d40
}

.booking-details-box .booking-number-list li {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px
}

.booking-details-box .booking-number-list li:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    border-top: 1px solid #eeeeee
}

.booking-details-box .booking-number-list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0
}

.booking-details-box .booking-number-list li:last-child:before {
    content: none
}

.booking-details-box .booking-number-list li.color-1 .circle {
    background-color: var(--primary-color)
}

.booking-details-box .booking-number-list li.color-1 .circle:before {
    background-color: var(--primary-color);
    opacity: .2
}

.booking-details-box .booking-number-list li.color-1 .circle:after {
    border-color: var(--primary-color)
}

.booking-details-box .booking-number-list li.color-2 .circle {
    background-color: #ffbc58
}

.booking-details-box .booking-number-list li.color-2 .circle:before {
    background-color: #ffbc58
}

.booking-details-box .booking-number-list li.color-2 .circle:after {
    border-color: #ffbc58
}

.booking-details-box .booking-number-list li.color-3 .circle {
    background-color: #27af4d
}

.booking-details-box .booking-number-list li.color-3 .circle:before {
    background-color: #27af4d
}

.booking-details-box .booking-number-list li.color-3 .circle:after {
    border-color: #27af4d
}

.booking-details-box .booking-number-list li.color-4 .circle {
    background-color: #ad46ff
}

.booking-details-box .booking-number-list li.color-4 .circle:before {
    background-color: #ad46ff
}

.booking-details-box .booking-number-list li.color-4 .circle:after {
    border-color: #ad46ff
}

.booking-details-box .booking-number-list li .circle,
.booking-details-box .booking-number-list li .activity-dot {
    position: absolute;
    top: 11px;
    left: calc(-28px + -.005*(100vw - 320px));
    width: calc(10px + .00125*(100vw - 320px));
    height: calc(10px + .00125*(100vw - 320px));
    border-radius: 100%;
    z-index: 0
}

@keyframes rounded-2 {
    0% {
        transform: translate(-50%, -50%) scale(1)
    }

    50% {
        transform: translate(-50%, -50%) scale(1.2)
    }

    to {
        transform: translate(-50%, -50%) scale(1)
    }
}

.booking-details-box .booking-number-list li .circle:before,
.booking-details-box .booking-number-list li .activity-dot:before {
    animation: rounded-2 1.3s ease-in-out infinite;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 8px + .00125*(100vw - 320px));
    height: calc(100% + 8px + .00125*(100vw - 320px));
    border-radius: 100%;
    z-index: -1;
    opacity: .2
}

.booking-details-box .booking-number-list li .booking-number-box {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.booking-details-box .booking-number-list li .booking-number-box .left-box .date {
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 500;
    padding: calc(3px + .00125*(100vw - 320px)) calc(11px + .0025*(100vw - 320px));
    position: relative;
    z-index: 0;
    display: inline-flex;
    overflow: hidden;
    line-height: 1.6;
    border-radius: 4px
}

.booking-details-box .booking-number-list li .booking-number-box .left-box .date:before {
    opacity: .1
}

.booking-details-box .booking-number-list li .booking-number-box .left-box .name {
    margin-top: calc(7px + .00125*(100vw - 320px));
    font-size: calc(14px + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 500;
    color: #00162ecc;
    line-height: 1.3
}

.booking-details-box .booking-number-list li .booking-number-box .left-box .content {
    margin-top: 5px;
    font-weight: 400;
    font-size: calc(13px + (14 - 13) * ((100vw - 320px) / (1920 - 320)));
    letter-spacing: .3px;
    color: #888;
    line-height: 1.3
}

.booking-details-box .booking-number-list li .booking-number-box .right-box h6 {
    line-height: 1.4;
    padding: 5px 16px;
    font-weight: 500;
    background-color: #f6f6f6;
    border-radius: 4px
}

.booking-details-box .booking-profile-box .profile-image-box {
    padding-top: calc(21px + .005*(100vw - 320px));
    text-align: center;
    position: relative;
    z-index: 0
}

.booking-details-box .booking-profile-box .profile-image-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(66px + .01*(100vw - 320px));
    background-color: #f6f6f6;
    border-radius: 4px;
    z-index: -1
}

.booking-details-box .booking-profile-box .profile-image-box img {
    width: calc(74px + (85 - 74) * ((100vw - 320px) / (1920 - 320)));
    height: calc(74px + (85 - 74) * ((100vw - 320px) / (1920 - 320)));
    border-radius: 100%
}

.booking-details-box .booking-profile-box .profile-image-box h4 {
    font-size: calc(18px + .00125*(100vw - 320px));
    font-weight: 500;
    color: #00162ecc
}

.booking-details-box .booking-profile-box .profile-image-box h5 {
    font-size: calc(14px + .00125*(100vw - 320px));
    font-weight: 400;
    margin-top: calc(3px + .00125*(100vw - 320px));
    color: #888
}

.booking-details-box .booking-profile-box .profile-image-box h5:has(span) {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px
}

.booking-details-box .booking-profile-box .profile-image-box h5 span {
    gap: 3px;
    display: flex;
    align-items: center;
    color: #00162ecc;
    font-size: 15px;
    font-weight: 400
}

.booking-details-box .booking-profile-box .profile-image-box h5 span img {
    width: 15px;
    height: 15px;
    border-radius: 0
}

.booking-details-box .booking-profile-box .profile-image-box .initial-letter {
    background-color: #ebedef;
    font-size: 35px;
    font-weight: 500;
    width: calc(74px + (85 - 74) * ((100vw - 320px) / (1920 - 320)));
    height: calc(74px + (85 - 74) * ((100vw - 320px) / (1920 - 320)))
}

.booking-details-box .booking-profile-box .profile-content-box {
    padding-top: calc(15px + .005*(100vw - 320px));
    margin-top: calc(10px + (19 - 10) * ((100vw - 320px) / (1920 - 320)));
    border-top: 1px solid #eeeeee;
    display: grid;
    gap: calc(8px + .00375*(100vw - 320px))
}

.booking-details-box .booking-profile-box .profile-content-box li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    font-size: calc(14px + .00125*(100vw - 320px));
    font-weight: 500;
    color: #00162ecc
}

.booking-details-box .booking-profile-box .profile-content-box li span {
    color: #888
}

.dashboard-short-form {
    display: flex;
    gap: calc(10px + .00375*(100vw - 320px));
    flex-wrap: wrap
}

.dashboard-short-form .custom-date-range {
    padding: 6px 6px 6px calc(6px + .00875*(100vw - 320px));
    background-color: #fff;
    transition: all .2s ease-in-out;
    border-radius: 7px;
    display: inline-flex;
    align-items: center;
    gap: calc(14px + .00375*(100vw - 320px))
}

@media (max-width: 575.98px) {
    .dashboard-short-form .custom-date-range {
        width: 100%
    }
}

.dashboard-short-form .custom-date-range label {
    white-space: nowrap;
    margin: 0;
    font-size: calc(14px + .00125*(100vw - 320px));
    color: #777;
    letter-spacing: .5px
}

.dashboard-short-form .custom-date-range .flatpickr-input {
    max-width: calc(179px + .02875*(100vw - 320px));
    background-color: #f3f3f3 !important;
    border: none;
    box-shadow: none;
    opacity: 1;
    padding: .375rem .75rem;
    font-size: calc(14px + .00125*(100vw - 320px))
}

@media (max-width: 575.98px) {
    .dashboard-short-form .custom-date-range .flatpickr-input {
        max-width: 100%
    }
}

#booking-status-chart .apexcharts-datalabels-group {
    opacity: 1 !important
}

.page-wrapper:has(.page-body-wrapper .page-sidebar.open:hover) .page-main-header.open {
    width: calc(100% - 255px)
}

@media (max-width: 991.98px) {
    .page-wrapper:has(.page-body-wrapper .page-sidebar.open:hover) .page-main-header.open {
        width: 100%
    }
}

.page-wrapper .page-main-header {
    display: block;
    height: auto
}

@media (max-width: 767px) {
    .page-wrapper .page-main-header {
        height: auto !important
    }
}

.page-wrapper .page-main-header .main-header-right {
    padding-inline: 3px;
    margin-block: 10px;
    width: calc(100% - 6px)
}

.booking-details-main-box .table-responsive {
    border-radius: 0
}

.page-wrapper {
    position: relative
}

.page-wrapper .sub-header {
    padding: calc(10px + .0025*(100vw - 320px));
    background-color: #5465ff;
    margin: 0;
    text-align: center;
    border-radius: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
    background-image: url(/build/assets/announcement-bar-8ea84bab.svg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center
}

.page-wrapper .offer-text {
    color: #fff;
    letter-spacing: .4px;
    line-height: 1.3;
    font-size: calc(13px + (14 - 13) * ((100vw - 320px) / (1920 - 320)));
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px
}

.page-wrapper .offer-text .btn {
    color: #5465ff;
    display: inline-block;
    margin-left: 3px;
    padding: 4px;
    border-radius: 4px;
    transition: all .4s ease-in-out;
    font-weight: 600;
    font-size: calc(12px + .00125*(100vw - 320px));
    line-height: 1;
    background-color: #fff
}

.page-wrapper .offer-text .btn:hover {
    background-color: #fff3;
    border-color: #fff;
    transition: all .4s ease-in-out;
    color: #fff
}

.page-wrapper:has(.sub-header .offer-text) .page-main-header,
.page-wrapper:has(.sub-header .offer-text) .page-sidebar {
    margin-top: 52px
}

.page-wrapper:has(.sub-header .offer-text) .page-main-header .main-header-left,
.page-wrapper:has(.sub-header .offer-text) .page-sidebar .main-header-left {
    height: 67px
}

.page-wrapper:has(.sub-header .offer-text) .page-body-wrapper .page-body {
    min-height: calc(100vh - 184px);
    margin-top: 112px
}

.setting-box-tab {
    top: 130px
}

.setting-box-tab .nav-pills {
    position: relative !important;
    inset: unset;
    height: calc(100vh - 215px);
    overflow: auto
}

.email-template-box {
    height: 40rem;
    box-shadow: none
}

@media (max-width: 757.98px) {
    .email-template-box {
        height: auto
    }
}

.email-template-box .card-body {
    background-color: #f8f9f9;
    border-radius: 6px
}

.email-template-box .card-title {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 9px;
    color: #00162e;
    font-weight: 500;
    font-size: calc(15px + (18 - 15) * ((100vw - 320px) / (1920 - 320)));
    line-height: 1.4;
    margin-bottom: 13px
}

.email-template-box h4 {
    font-weight: 500;
    font-size: calc(14px + .00125*(100vw - 320px));
    margin-bottom: 8px
}

.email-template-box p {
    font-size: calc(14px + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
    line-height: 1.3;
    letter-spacing: 0
}

.email-template-box ul {
    display: grid;
    gap: calc(3px + .00125*(100vw - 320px))
}

.email-template-box ul li {
    display: block;
    font-size: calc(14px + (15 - 14) * ((100vw - 320px) / (1920 - 320)))
}

.email-template-box ul li strong {
    font-weight: 600
}

.email-template-box ul~p {
    margin-top: 15px;
    font-size: calc(15px + (16 - 15) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 500;
    color: #00162e;
    line-height: 1.5
}

.email-template-box .card-text:empty {
    display: none
}

.email-template-box .email-btn {
    margin-top: 15px;
    border-top: 1px solid #eeeeee;
    padding-top: 15px
}

.email-template-box .card-footer {
    border-top: 1px dashed rgba(0, 22, 46, .1)
}

.create-blog-min-box .categorychecklist {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 42px;
    max-height: 200px;
    overflow: auto;
    background-color: transparent;
    border: 1px solid #eeeeee;
    border-radius: 4px;
    padding: 15px;
    margin: 0
}

.create-blog-min-box .categorychecklist li {
    display: block;
    width: 100%
}

.create-blog-min-box .categorychecklist li .form-check {
    padding: 0;
    min-height: unset
}

.create-blog-min-box .categorychecklist li .form-check label {
    margin: 0
}

.create-blog-min-box .categorychecklist li .form-check .form-check-input {
    margin: 0 10px 0 0
}

.create-blog-min-box .categorychecklist li .form-check .form-check-input:after {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.create-blog-min-box .categorychecklist li ul {
    width: 100%;
    padding-left: 14px;
    padding-top: 8px;
    display: flex;
    flex-direction: column;
    gap: 6px
}

.more-option-dropdown .dropdown-toggle {
    padding: 0;
    background-color: #edeff166;
    border: 1px solid #eeeeee;
    width: calc(32px + (35 - 32)*((100vw - 320px) /(1920 - 320)));
    height: calc(32px + (35 - 32)*((100vw - 320px) /(1920 - 320)));
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center
}

.more-option-dropdown .dropdown-toggle:active {
    background-color: #edeff199;
    border: 1px solid #eeeeee
}

.more-option-dropdown .dropdown-toggle i {
    line-height: 1;
    font-weight: 600
}

.more-option-dropdown .dropdown-toggle:after {
    content: none
}

.more-option-dropdown .dropdown-menu {
    padding: 0;
    width: max-content !important;
    min-width: unset;
    z-index: 1;
    border: 1px solid #eeeeee;
    overflow: hidden
}

.more-option-dropdown .dropdown-menu li {
    display: block;
    width: 100%
}

.more-option-dropdown .dropdown-menu li+li {
    border-top: 1px solid #eeeeee
}

.more-option-dropdown .dropdown-menu li button {
    padding-block: 8px;
    color: #00162ecc;
    line-height: inherit;
    font-size: 14px;
    display: flex;
    font-weight: 600;
    align-items: center;
    gap: 6px
}

.more-option-dropdown .dropdown-menu li button:hover,
.more-option-dropdown .dropdown-menu li button:active,
.more-option-dropdown .dropdown-menu li button.active {
    background-color: #edeff166;
    color: var(--primary-color)
}

.more-option-dropdown .dropdown-menu li button:hover .feather,
.more-option-dropdown .dropdown-menu li button:active .feather,
.more-option-dropdown .dropdown-menu li button.active .feather {
    color: var(--primary-color)
}

.more-option-dropdown .dropdown-menu li button .feather {
    width: 15px;
    height: auto;
    color: #00162ecc
}

.serviceman-location {
    position: fixed;
    top: calc(60px + .0125*(100vw - 320px));
    left: 255px;
    transition: .3s;
    width: calc(100% - 255px)
}

@media (max-width: 991.98px) {
    .serviceman-location {
        width: 100%;
        left: 0
    }
}

.serviceman-location .toggle-menu {
    position: fixed;
    background-color: var(--primary-color);
    z-index: 1;
    top: 101px;
    left: 274px;
    color: #fff;
    width: calc(40px + .00625*(100vw - 320px));
    height: calc(40px + .00625*(100vw - 320px));
    box-shadow: 0 3px 4px #77777778;
    border-radius: 6px;
    padding: 7px;
    border: none
}

@media (max-width: 991.98px) {
    .serviceman-location .toggle-menu {
        left: 20px
    }
}

.serviceman-location .toggle-menu:active {
    background-color: var(--primary-color);
    color: #fff
}

.serviceman-location .toggle-menu svg {
    width: 100%;
    height: 100%
}

.serviceman-location>.position-relative {
    display: flex
}

.serviceman-location>.position-relative .service-list-box {
    padding: calc(14px + .0025*(100vw - 320px));
    position: relative;
    height: calc(100vh - 144px);
    overflow: auto;
    background-color: #fff;
    border-radius: 0
}

@media (min-width: 1200px) {
    .serviceman-location>.position-relative .service-list-box {
        width: 37%
    }
}

@media (min-width: 1620px) {
    .serviceman-location>.position-relative .service-list-box {
        width: 27%
    }
}

@media (max-width: 1199.98px) {
    .serviceman-location>.position-relative .service-list-box {
        position: fixed;
        top: calc(60px + .0125*(100vw - 320px));
        left: calc(-320px + -.0375*(100vw - 320px));
        width: calc(300px + .03125*(100vw - 320px));
        z-index: 1;
        transition: all .3s ease-in-out
    }

    .serviceman-location>.position-relative .service-list-box.show {
        left: 255px
    }
}

@media (max-width: 991.98px) {
    .serviceman-location>.position-relative .service-list-box.show {
        left: 0
    }
}

.serviceman-location>.position-relative .service-list-box::-webkit-scrollbar-track {
    background-color: #00162e1a
}

.serviceman-location>.position-relative .service-list-box::-webkit-scrollbar {
    width: 6px;
    height: 5px
}

.serviceman-location>.position-relative .service-list-box::-webkit-scrollbar-thumb {
    background-color: #00162e4d;
    border-radius: 100px
}

.serviceman-location>.position-relative .service-list-box .inside {
    padding: 0
}

.serviceman-location>.position-relative .service-list-box .inside .contentbox-title {
    margin-bottom: 11px
}

.serviceman-location>.position-relative .service-list-box .inside .search-box-group {
    position: relative;
    display: flex;
    gap: 14px;
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #eeeeee
}

.serviceman-location>.position-relative .service-list-box .inside .search-box-group .form-control {
    width: calc(100% - 62px)
}

.serviceman-location>.position-relative .service-list-box .inside .search-box-group i {
    width: 48px;
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px
}

.serviceman-location>.position-relative .service-list-box .inside .location-close-btn {
    color: #00162eb3;
    background-color: #00162e14;
    width: 40px;
    font-size: 20px;
    line-height: 1;
    border: none
}

.serviceman-location>.position-relative .service-list-box .inside .location-list {
    max-height: unset
}

@media (max-width: 767.98px) {
    .serviceman-location>.position-relative .service-list-box .inside .location-list .location-item .user-name .view-location-btn {
        padding: 0;
        width: 38px;
        height: 38px;
        display: flex;
        place-items: center
    }

    .serviceman-location>.position-relative .service-list-box .inside .location-list .location-item .user-name .view-location-btn .feather {
        width: 20px;
        height: auto
    }
}

@media (min-width: 1200px) {
    .serviceman-location>.position-relative .location-map {
        width: 63%
    }
}

@media (min-width: 1620px) {
    .serviceman-location>.position-relative .location-map {
        width: 73%
    }
}

@media (max-width: 1199.98px) {
    .serviceman-location>.position-relative .location-map {
        width: 100%;
        height: calc(100vh - 144px)
    }
}

.serviceman-location>.position-relative .location-map #map_canvas,
.serviceman-location>.position-relative .location-map iframe {
    width: 100%;
    height: 100%
}

.screen-box {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: calc(11px + (16 - 11) * ((100vw - 320px) / (1920 - 320)))
}

@media (max-width: 1340.98px) {
    .screen-box {
        grid-template-columns: repeat(4, 1fr)
    }
}

@media (max-width: 767.98px) {
    .screen-box {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media (max-width: 575.98px) {
    .screen-box {
        grid-template-columns: repeat(2, 1fr)
    }
}

.screen-box .box label {
    margin: 0;
    text-align: center;
    position: relative
}

.screen-box .box label:has(input:checked) .screen-img {
    border-color: transparent;
    background-color: transparent
}

.screen-box .box label:has(input:checked) .screen-img:before {
    opacity: .07
}

.screen-box .box label:has(input:checked) .screen-img:after {
    border-color: var(--primary-color);
    opacity: .5
}

.screen-box .box label:has(input:checked) p {
    font-weight: 500;
    color: var(--primary-color)
}

.screen-box .box label input {
    position: absolute;
    top: 13px;
    right: 13px;
    margin: 0;
    width: 1.35rem;
    height: 1.35rem;
    opacity: 0;
    border: none;
    z-index: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all .4s cubic-bezier(.45, 1.8, .5, .75)
}

.screen-box .box label .screen-img {
    border: 1px solid #eeeeee;
    cursor: pointer;
    border-radius: 9px;
    background-color: #edeff166;
    padding: 13px;
    transition: all .4s cubic-bezier(.45, 1.8, .5, .75);
    z-index: 0;
    position: relative;
    overflow: hidden
}

.screen-box .box label .screen-img:before {
    opacity: 0;
    transition: all .4s cubic-bezier(.45, 1.8, .5, .75)
}

.screen-box .box label .screen-img:after {
    content: "";
    position: absolute;
    border-radius: 9px;
    top: 0;
    left: 0;
    transition: all .4s cubic-bezier(.45, 1.8, .5, .75);
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    z-index: -1
}

.screen-box .box label p {
    font-size: calc(14px + .00125*(100vw - 320px));
    line-height: 1.3;
    font-weight: 400;
    color: #00162e99;
    margin-top: 8px
}

.pos-section .category-slider .swiper-wrapper {
    height: auto
}

.pos-section .pos-category-box {
    border: none
}

.pos-section .pos-category-box .nav-link {
    width: 100%;
    padding: 0;
    border: none;
    margin: 0;
    background-color: transparent;
    position: relative;
    z-index: 0;
    overflow: hidden
}

.pos-section .pos-category-box .nav-link.active .category-box {
    border: 1px solid var(--primary-color)
}

.pos-section .pos-category-box .nav-link.active .category-box .category-image {
    background-color: #edeff1
}

.pos-section .pos-category-box .nav-link.active .category-box h5 {
    font-weight: 500;
    color: var(--primary-color)
}

.pos-section .category-box {
    background-color: #fff;
    border-radius: 8px;
    padding: calc(7px + .0025*(100vw - 320px));
    display: flex;
    flex-direction: column;
    gap: calc(7px + (10 - 7) * ((100vw - 320px) / (1920 - 320)));
    text-align: center;
    cursor: pointer;
    border: 1px solid rgba(238, 238, 238, .71);
    position: relative;
    z-index: 0;
    overflow: hidden
}

.pos-section .category-box.selected {
    border-color: var(--primary-color)
}

.pos-section .category-box.selected .category-image {
    background-color: transparent;
    border-bottom: transparent;
    position: relative;
    z-index: 0;
    overflow: hidden
}

.pos-section .category-box.selected .category-image:before {
    opacity: .1
}

.pos-section .category-box.selected h5 {
    color: var(--primary-color);
    font-weight: 600
}

.pos-section .category-box .category-image {
    background-color: #edeff166;
    padding: 17px;
    height: 68px;
    border-radius: 5px
}

.pos-section .category-box .category-image img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.pos-section .category-box h5 {
    color: #00162ecc;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: calc(14px + .00125*(100vw - 320px));
    text-overflow: ellipsis
}

.pos-section .contentbox .contentbox-title {
    margin-bottom: calc(8px + .00625*(100vw - 320px));
    display: block
}

.pos-section .contentbox .contentbox-title .contentbox-subtitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: calc(7px + (10 - 7) * ((100vw - 320px) / (1920 - 320)))
}

.pos-section .contentbox .contentbox-title .contentbox-subtitle a {
    font-size: 15px;
    font-weight: 500
}

.pos-section .contentbox .contentbox-title .contentbox-subtitle .slider-buttons {
    display: flex;
    align-items: center;
    gap: calc(7px + (10 - 7) * ((100vw - 320px) / (1920 - 320)))
}

.pos-section .contentbox .contentbox-title .contentbox-subtitle .slider-buttons .swiper-button-next,
.pos-section .contentbox .contentbox-title .contentbox-subtitle .slider-buttons .swiper-button-prev {
    position: relative;
    inset: unset;
    width: calc(30px + .0025*(100vw - 320px));
    height: calc(30px + .0025*(100vw - 320px));
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(238, 238, 238, .71);
    background-color: #fff;
    border-radius: 6px;
    margin: 0;
    z-index: 0;
    color: #7a8591;
    font-size: calc(19px + (22 - 19) * ((100vw - 320px) / (1920 - 320)))
}

.pos-section .contentbox .contentbox-title .contentbox-subtitle .slider-buttons .swiper-button-next:after,
.pos-section .contentbox .contentbox-title .contentbox-subtitle .slider-buttons .swiper-button-prev:after {
    content: none
}

.pos-section .contentbox .contentbox-title .contentbox-subtitle .search-box {
    position: relative
}

.pos-section .contentbox .contentbox-title .contentbox-subtitle .search-box .form-control {
    padding-left: calc(38px + .00625*(100vw - 320px));
    background-color: #fff;
    color: #00162ecc
}

.pos-section .contentbox .contentbox-title .contentbox-subtitle .search-box .form-control:-webkit-autofill {
    box-shadow: 0 0 0 1000px #fff inset !important;
    -webkit-text-fill-color: rgba(0, 22, 46, .8) !important
}

.pos-section .contentbox .contentbox-title .contentbox-subtitle .search-box .feather {
    position: absolute;
    left: calc(12px + .00375*(100vw - 320px));
    top: 50%;
    transform: translateY(-50%);
    width: calc(18px + .00125*(100vw - 320px));
    height: calc(18px + .00125*(100vw - 320px));
    color: #7a8591
}

.pos-section .contentbox .contentbox-title h3 {
    text-transform: capitalize
}

.pos-section .contentbox .contentbox-title .timer {
    display: flex;
    align-items: center;
    background-color: #fff;
    border: 1px solid rgba(238, 238, 238, .71);
    padding: 5px 13px;
    gap: 6px;
    border-radius: 7px
}

.pos-section .contentbox .contentbox-title .timer h5 {
    line-height: 1.4;
    color: #00162ecc
}

.pos-section .contentbox .contentbox-title .timer ul {
    display: flex;
    line-height: 1;
    gap: 3px;
    align-items: center
}

.pos-section .contentbox .contentbox-title .timer ul li {
    color: var(--primary-color);
    font-weight: 500;
    font-size: 16px
}

.pos-section .contentbox .contentbox-title .timer ul li .counter h4 {
    color: var(--primary-color);
    font-weight: 500
}

.pos-section .contentbox .inside .btn:active {
    background-color: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color)
}

.pos-section .details-servicemen-box {
    position: sticky;
    top: 110px
}

.pos-section .details-servicemen-box .card {
    box-shadow: none;
    margin-bottom: 30px
}

.pos-section .details-servicemen-box .card:last-child {
    margin-bottom: 0
}

.pos-section .details-servicemen-box .clear-btn {
    padding: 0;
    font-weight: 500;
    display: block;
    border: none;
    background-color: transparent
}

.pos-section .details-servicemen-box .clear-btn:hover,
.pos-section .details-servicemen-box .clear-btn:active {
    color: #ff4b4b !important;
    background-color: transparent !important
}

.pos-section .details-servicemen-box .servicemen-list-box {
    max-height: 430px;
    overflow: auto;
    padding: 10px;
    border-radius: 9px;
    background-color: #f6f7f9
}

.pos-section .details-servicemen-box .servicemen-list-box:has(.servicemen-list .items-no-found) {
    max-height: unset;
    padding: calc(16px + .0025*(100vw - 320px))
}

.pos-section .details-servicemen-box .servicemen-list-box .servicemen-list>li {
    width: 100%
}

.pos-section .details-servicemen-box .servicemen-list-box .servicemen-list>li+li {
    margin-top: 13px
}

.pos-section .details-servicemen-box .payment-summery {
    margin-bottom: calc(12px + (15 - 12) * ((100vw - 320px) / (1920 - 320)));
    padding-bottom: calc(12px + (15 - 12) * ((100vw - 320px) / (1920 - 320)));
    border-bottom: 1px dashed #eeeeee
}

.pos-section .details-servicemen-box .payment-list {
    padding: calc(12px + .00125*(100vw - 320px));
    border-radius: calc(6px + (9 - 6) * ((100vw - 320px) / (1920 - 320)));
    background-color: #f6f7f9;
    display: flex;
    flex-direction: column
}

.pos-section .details-servicemen-box .payment-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: calc(15px + (16 - 15) * ((100vw - 320px) / (1920 - 320)));
    color: #00162ecc
}

.pos-section .details-servicemen-box .payment-list li+li {
    margin-top: calc(6px + .00375*(100vw - 320px))
}

.pos-section .details-servicemen-box .payment-list li:last-child {
    font-size: calc(18px + .00125*(100vw - 320px));
    font-weight: 500;
    border-top: 1px dashed rgba(0, 22, 46, .1);
    padding-top: calc(6px + .00125*(100vw - 320px));
    margin-top: calc(6px + .00125*(100vw - 320px));
    color: #00162ecc
}

.pos-section .details-servicemen-box .payment-list li:last-child span {
    color: var(--primary-color);
    font-weight: 600
}

.pos-section .details-servicemen-box .payment-list li span {
    font-weight: 500
}

.pos-section .details-servicemen-box .discount-box {
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(238, 238, 238, .71)
}

.pos-section .details-servicemen-box .discount-box:has(.radio-buttons-box .form-check #fixed:checked) .position-relative .feather.feather-percent {
    display: none
}

.pos-section .details-servicemen-box .discount-box:has(.radio-buttons-box .form-check #fixed:checked) .position-relative .custom-currency {
    display: block
}

.pos-section .details-servicemen-box .discount-box:has(.radio-buttons-box .form-check #percent:checked) .position-relative .feather.feather-percent {
    display: block
}

.pos-section .details-servicemen-box .discount-box:has(.radio-buttons-box .form-check #percent:checked) .position-relative .custom-currency {
    display: none
}

.pos-section .details-servicemen-box .discount-box .position-relative .feather,
.pos-section .details-servicemen-box .discount-box .position-relative .custom-currency {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: calc(12px + (17 - 12) * ((100vw - 320px) / (1920 - 320)));
    width: calc(14px + .00125*(100vw - 320px));
    color: #00162ecc
}

.pos-section .details-servicemen-box .radio-buttons-box {
    display: flex;
    align-items: center;
    gap: 14px
}

.pos-section .details-servicemen-box .radio-buttons-box .form-check {
    width: 100%;
    padding: calc(10px + .0025*(100vw - 320px));
    border-radius: calc(6px + (9 - 6) * ((100vw - 320px) / (1920 - 320)));
    background-color: #edeff166;
    border: 1px solid #eeeeee
}

.pos-section .details-servicemen-box .radio-buttons-box .form-check-label {
    margin: 0
}

.pos-section .details-servicemen-box .place-btn {
    width: 100%;
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 6px;
    margin-top: 14px;
    text-transform: capitalize;
    font-size: calc(15px + .00125*(100vw - 320px));
    font-weight: 500;
    padding: calc(10px + .00125*(100vw - 320px));
    border: 1px solid var(--primary-color)
}

.pos-section .details-servicemen-box .place-btn:hover {
    background-color: transparent;
    color: var(--primary-color)
}

.pos-section-2 .discount-slider .swiper-wrapper {
    height: auto
}

.pos-section-2 .contentbox .contentbox-title {
    margin-bottom: 18px;
    display: block
}

.pos-section-2 .contentbox .contentbox-title .contentbox-subtitle {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.pos-section-2 .contentbox .contentbox-title .contentbox-subtitle a {
    font-size: 15px;
    font-weight: 500
}

.pos-section-2 .contentbox .contentbox-title .contentbox-subtitle .slider-buttons {
    display: flex;
    align-items: center;
    gap: 10px
}

.pos-section-2 .contentbox .contentbox-title .contentbox-subtitle .slider-buttons .swiper-button-next,
.pos-section-2 .contentbox .contentbox-title .contentbox-subtitle .slider-buttons .swiper-button-prev {
    position: relative;
    inset: unset;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(238, 238, 238, .71);
    background-color: #fff;
    border-radius: 6px;
    margin: 0;
    z-index: 0;
    color: #7a8591;
    font-size: 22px
}

.pos-section-2 .contentbox .contentbox-title .contentbox-subtitle .slider-buttons .swiper-button-next:after,
.pos-section-2 .contentbox .contentbox-title .contentbox-subtitle .slider-buttons .swiper-button-prev:after {
    content: none
}

.pos-section-2 .contentbox .contentbox-title h3 {
    text-transform: capitalize
}

.pos-section-2 .contentbox .contentbox-title .timer {
    display: flex;
    align-items: center;
    background-color: #fff;
    border: 1px solid rgba(238, 238, 238, .71);
    padding: 5px 13px;
    gap: 6px;
    border-radius: 7px
}

.pos-section-2 .contentbox .contentbox-title .timer h5 {
    line-height: 1.4;
    color: #00162ecc
}

.pos-section-2 .contentbox .contentbox-title .timer ul {
    display: flex;
    line-height: 1;
    gap: 3px;
    align-items: center
}

.pos-section-2 .contentbox .contentbox-title .timer ul li {
    color: var(--primary-color);
    font-weight: 500;
    font-size: 16px
}

.pos-section-2 .contentbox .contentbox-title .timer ul li .counter h4 {
    color: var(--primary-color);
    font-weight: 500
}

.servicemen-box {
    background-color: #fff;
    border-radius: 12px;
    padding: 11px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border: 1px solid rgba(238, 238, 238, .71)
}

.servicemen-box:hover .servicemen-image img {
    transform: scale(1.1)
}

.servicemen-box .servicemen-image {
    border-radius: 7px;
    overflow: hidden;
    position: relative
}

.servicemen-box .servicemen-image img {
    aspect-ratio: 9/5;
    object-fit: cover;
    transition: opacity .5s, transform 1.25s cubic-bezier(0, 0, .44, 1.18)
}

.servicemen-box .servicemen-image span {
    position: absolute;
    top: 5px;
    right: 9px;
    background-color: #fe3d3d;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    padding: 3px 10px;
    letter-spacing: 0;
    border-radius: 100px
}

.servicemen-box .servicemen-details h4 {
    font-weight: 500;
    color: #00162ecc;
    line-height: 1.3;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    font-size: 16px
}

.servicemen-box .servicemen-details h5 {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.3;
    color: #7a8591;
    margin-top: 1px;
    letter-spacing: .2px
}

.servicemen-box .servicemen-details h3 {
    font-size: 17px;
    margin-top: calc(10px + .00125*(100vw - 320px));
    font-weight: 600;
    letter-spacing: 0;
    color: var(--primary-color);
    display: flex;
    align-items: flex-end;
    gap: 6px
}

.servicemen-box .servicemen-details h3 del {
    font-size: 15px;
    color: #00162e4d;
    font-weight: 500
}

.servicemen-box .servicemen-details .service-list {
    display: flex;
    align-items: center;
    margin-top: calc(3px + .00125*(100vw - 320px))
}

.servicemen-box .servicemen-details .service-list li {
    line-height: 1.3;
    display: flex;
    align-items: center;
    gap: 4px
}

.servicemen-box .servicemen-details .service-list li+li {
    border-left: 2px solid #eeeeee;
    padding-left: calc(6px + .0025*(100vw - 320px));
    margin-left: calc(6px + .0025*(100vw - 320px))
}

.servicemen-box .servicemen-details .service-list li .feather {
    width: calc(13px + (14 - 13) * ((100vw - 320px) / (1920 - 320)));
    height: auto
}

.servicemen-box .servicemen-details .service-list li span {
    font-size: calc(13px + (14 - 13) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 400
}

.servicemen-box .service-bottom-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px dashed #eeeeee;
    padding-top: 12px;
    gap: 14px
}

.servicemen-box .service-bottom-box .footer-detail {
    display: flex;
    align-items: center;
    gap: 10px
}

.servicemen-box .service-bottom-box .footer-detail a img {
    width: 46px;
    height: auto;
    border-radius: 4px
}

.servicemen-box .service-bottom-box .footer-detail p {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: .3px;
    margin-bottom: 0;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    color: #00162ecc
}

.servicemen-box .service-bottom-box .footer-detail .rate {
    margin-top: calc(2px + .00125*(100vw - 320px))
}

.servicemen-box .service-bottom-box button {
    white-space: nowrap
}

.servicemen-horizontal-box {
    background-color: #fff;
    border-radius: 12px;
    padding: 11px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border: 1px solid rgba(238, 238, 238, .71);
    position: relative
}

.servicemen-horizontal-box .delete-icon {
    padding: 0;
    position: absolute;
    top: 9px;
    right: 9px;
    z-index: 2;
    color: #ff4b4b;
    font-size: 17px;
    line-height: 1;
    width: 32px;
    height: 32px;
    border-radius: 4px;
    border: none
}

.servicemen-horizontal-box .delete-icon:hover,
.servicemen-horizontal-box .delete-icon:active {
    color: #ff4b4b;
    background-color: #ff4b4b2e
}

.servicemen-horizontal-box .top-box {
    display: flex;
    align-items: center;
    gap: 14px
}

.servicemen-horizontal-box:hover .servicemen-image img {
    transform: scale(1.1)
}

.servicemen-horizontal-box .servicemen-image {
    border-radius: 7px;
    overflow: hidden;
    position: relative
}

.servicemen-horizontal-box .servicemen-image img {
    width: 110px;
    height: 82px;
    object-fit: cover;
    transition: opacity .5s, transform 1.25s cubic-bezier(0, 0, .44, 1.18)
}

.servicemen-horizontal-box .servicemen-image span {
    position: absolute;
    top: 5px;
    right: 9px;
    background-color: #fe3d3d;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    padding: 3px 10px;
    letter-spacing: 0;
    border-radius: 100px
}

.servicemen-horizontal-box .servicemen-details {
    width: calc(100% - 124px)
}

.servicemen-horizontal-box .servicemen-details h4 {
    font-weight: 500;
    color: #00162ecc;
    line-height: 1.3;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    font-size: 16px;
    width: calc(100% - 34px)
}

.servicemen-horizontal-box .servicemen-details h5 {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.3;
    color: #7a8591;
    margin-top: 2px;
    letter-spacing: .2px
}

.servicemen-horizontal-box .servicemen-details h5 span {
    color: #00162ecc;
    font-weight: 500
}

.servicemen-horizontal-box .servicemen-details h3 {
    font-size: 16px;
    margin-top: 12px;
    font-weight: 500;
    letter-spacing: 0;
    color: var(--primary-color);
    display: flex;
    align-items: flex-end;
    gap: 6px
}

.servicemen-horizontal-box .servicemen-details h3 del {
    font-size: 14px;
    color: #00162e66;
    font-weight: 500
}

.servicemen-horizontal-box .servicemen-details .service-list {
    display: flex;
    align-items: center;
    margin-top: 5px
}

.servicemen-horizontal-box .servicemen-details .service-list li {
    line-height: 1.3;
    display: flex;
    align-items: center;
    gap: 4px
}

.servicemen-horizontal-box .servicemen-details .service-list li+li {
    border-left: 2px solid #eeeeee;
    padding-left: 10px;
    margin-left: 10px
}

.servicemen-horizontal-box .servicemen-details .service-list li .feather {
    width: calc(13px + (14 - 13) * ((100vw - 320px) / (1920 - 320)));
    height: auto
}

.servicemen-horizontal-box .servicemen-details .service-list li span {
    font-size: calc(13px + (14 - 13) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 400
}

.servicemen-horizontal-box .service-bottom-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px dashed #eeeeee;
    padding-top: 12px
}

.servicemen-horizontal-box .service-bottom-box .footer-detail {
    display: flex;
    align-items: center;
    gap: 10px
}

.servicemen-horizontal-box .service-bottom-box .footer-detail a img {
    width: 46px;
    height: auto;
    border-radius: 4px
}

.servicemen-horizontal-box .service-bottom-box .footer-detail p {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: .3px;
    margin-bottom: 0;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    color: #00162ecc
}

.servicemen-horizontal-box .service-bottom-box .footer-detail .rate {
    margin-top: 4px
}

.items-no-found {
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: center
}

.items-no-found svg {
    width: calc(106px + .0275*(100vw - 320px));
    height: calc(106px + .0275*(100vw - 320px))
}

.items-no-found p {
    font-size: calc(14px + .00125*(100vw - 320px));
    text-transform: capitalize;
    margin: 0;
    font-weight: 500
}

.chatting-main-box .left-sidebar-wrapper {
    padding: 0;
    box-shadow: 0 4px 40px #acabb61a;
    display: block;
    position: sticky;
    top: 94px;
    border: none
}

body.dark .chatting-main-box .left-sidebar-wrapper {
    box-shadow: unset
}

.chatting-main-box .left-sidebar-wrapper .contentbox {
    overflow: hidden
}

.chatting-main-box .left-sidebar-wrapper .contentbox .inside {
    padding: 0
}

.chatting-main-box .left-sidebar-wrapper .contentbox .inside .contentbox-title {
    padding: calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320)));
    border: none;
    margin: 0
}

.chatting-main-box .left-sidebar-wrapper .driver-tabs {
    margin-inline: calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320)));
    justify-content: space-between;
    flex-wrap: nowrap;
    border-bottom: 1px dashed rgba(106, 113, 133, .3)
}

.chatting-main-box .left-sidebar-wrapper .driver-tabs .nav-item .nav-link {
    background-color: transparent;
    width: 100%;
    font-size: calc(14px + .00125*(100vw - 320px));
    box-shadow: none;
    font-weight: 500;
    border: none;
    color: #6d6d6d;
    margin-bottom: 0;
    padding: 0 0 8px;
    text-align: center;
    position: relative;
    z-index: 0
}

.chatting-main-box .left-sidebar-wrapper .driver-tabs .nav-item .nav-link:before {
    position: absolute;
    content: "";
    bottom: -1px;
    left: 0;
    width: 100%;
    border-bottom: 3px solid transparent;
    z-index: -1;
    transition: all .15s ease-in-out
}

.chatting-main-box .left-sidebar-wrapper .driver-tabs .nav-item .nav-link.active {
    color: var(--primary-color)
}

.chatting-main-box .left-sidebar-wrapper .driver-tabs .nav-item .nav-link.active:before {
    border-color: var(--primary-color)
}

.chatting-main-box .left-sidebar-wrapper .driver-tabs .nav-item .nav-link:hover {
    color: var(--primary-color);
    transition: all .15s ease-in-out
}

.chatting-main-box .left-sidebar-wrapper .tab-content {
    height: calc(100vh - 328px);
    overflow: auto;
    padding-inline: calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320)));
    margin-top: 22px
}

@media (max-width: 767.98px) {
    .chatting-main-box .left-sidebar-wrapper .tab-content {
        height: calc(100vh - 470px)
    }
}

.chatting-main-box .left-sidebar-wrapper .tab-content .tab-pane:has(.chats-user .chat-item.no-data-tab) {
    height: 100%
}

.chatting-main-box .left-sidebar-wrapper .tab-content .chat-search-box {
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: #fff
}

body.dark .chatting-main-box .left-sidebar-wrapper .tab-content .chat-search-box,
body.dark .chatting-main-box .left-sidebar-wrapper .tab-content .chat-search-box input {
    background-color: #1a1c28 !important
}

.chatting-main-box .left-sidebar-wrapper .tab-content .chat-search-box .form-control {
    padding-left: 46px !important;
    background-color: #f7f8f6 !important;
    border-radius: 5px
}

.chatting-main-box .left-sidebar-wrapper .tab-content .chat-search-box i {
    position: absolute;
    font-size: 20px;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    color: #3d434a
}

.chatting-main-box .left-sidebar-wrapper .chats-user {
    display: flex;
    flex-direction: column;
    margin-top: 10px
}

.chatting-main-box .left-sidebar-wrapper .chats-user:has(.chat-item.no-data-tab) {
    text-align: center
}

.chatting-main-box .left-sidebar-wrapper .chats-user .chat-item {
    padding-block: calc(13px + (16 - 13) * ((100vw - 320px) / (1920 - 320)));
    border-bottom: 1px dashed rgba(106, 113, 133, .3);
    position: relative;
    z-index: 0;
    cursor: pointer;
    background-color: transparent
}

.chatting-main-box .left-sidebar-wrapper .chats-user .chat-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(-15px + (-20 - -15) * ((100vw - 320px) / (1920 - 320)));
    width: calc(100% + 30px + .00625*(100vw - 320px));
    height: 100%;
    background-color: var(--primary-color);
    opacity: 0;
    visibility: hidden;
    z-index: -1
}

.chatting-main-box .left-sidebar-wrapper .chats-user .chat-item.active:before {
    opacity: .07;
    visibility: visible
}

.chatting-main-box .left-sidebar-wrapper .chats-user .chat-item:last-child {
    border-bottom: none
}

.chatting-main-box .left-sidebar-wrapper .chats-user .chat-item .chat-box {
    display: flex;
    align-items: center;
    gap: 10px
}

.chatting-main-box .left-sidebar-wrapper .chats-user .chat-item .chat-box img {
    width: calc(39px + .00375*(100vw - 320px));
    height: calc(39px + .00375*(100vw - 320px));
    border-radius: 100%
}

.chatting-main-box .left-sidebar-wrapper .chats-user .chat-item .chat-box .active-profile .user-round {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #00162e14;
    text-transform: uppercase
}

.chatting-main-box .left-sidebar-wrapper .chats-user .chat-item .chat-box .active-profile .user-round h6 {
    font-size: 20px;
    color: #00162eb3;
    line-height: 1.3;
    padding: 0;
    border: none;
    margin: 0
}

.chatting-main-box .left-sidebar-wrapper .chats-user .chat-item .chat-box .name-chat {
    display: flex;
    align-items: flex-end;
    width: calc(100% - 10px - (39px + .00375*(100vw - 320px)));
    justify-content: space-between;
    gap: 15px
}

.chatting-main-box .left-sidebar-wrapper .chats-user .chat-item .chat-box .name-chat h5 {
    font-size: 14px;
    font-weight: 500;
    color: #3d434a;
    line-height: 1.3;
    margin: 0
}

body.dark .chatting-main-box .left-sidebar-wrapper .chats-user .chat-item .chat-box .name-chat h5 {
    color: #fff
}

.chatting-main-box .left-sidebar-wrapper .chats-user .chat-item .chat-box .name-chat h6 {
    font-size: 14px;
    font-weight: 400;
    color: #8d8d8d;
    padding: 0;
    margin-block: 6px 0;
    border: 0;
    line-height: 1.3
}

.chatting-main-box .left-sidebar-wrapper .chats-user .chat-item .chat-box .name-chat small {
    font-size: 14px;
    font-weight: 400;
    color: #8d8d8d;
    margin-top: 4px;
    display: block
}

.chatting-main-box .left-sidebar-wrapper .chats-user .chat-item .chat-box .name-chat .badge {
    background-color: var(--primary-color);
    color: #fff
}

.chatting-main-box .left-sidebar-wrapper .chats-user .chat-item .chat-box .name-chat .text-end {
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

.chatting-main-box .left-sidebar-wrapper .chats-user .chat-item.no-data-tab {
    height: 100%;
    margin-top: 50px;
    cursor: auto
}

.chatting-main-box .left-sidebar-wrapper .chats-user .chat-item.no-data-tab.active:before {
    content: none
}

.chatting-main-box .left-sidebar-wrapper .chats-user .chat-item.no-data-tab img {
    width: calc(92px + .015*(100vw - 320px))
}

.chatting-main-box .left-sidebar-wrapper .chats-user .chat-item.no-data-tab h6 {
    font-size: calc(14px + .00125*(100vw - 320px));
    font-weight: 500;
    color: #1f1f1f;
    border: none;
    line-height: 1.3;
    margin: 5px 0 0;
    padding: 0
}

.chatting-main-box .right-sidebar-chat {
    padding: 0;
    box-shadow: 0 4px 40px #acabb61a;
    display: block;
    position: sticky;
    top: 94px;
    border: none
}

body.dark .chatting-main-box .right-sidebar-chat {
    box-shadow: unset
}

.chatting-main-box .right-sidebar-chat .contentbox .inside {
    padding: 15px 18px
}

.chatting-main-box .right-sidebar-chat .contentbox .inside .no-data-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    z-index: 1;
    display: none;
    padding: 15px 18px;
    border-radius: 12px
}

body.dark .chatting-main-box .right-sidebar-chat .contentbox .inside .no-data-container,
body.dark .chatting-main-box .right-sidebar-chat .contentbox .inside .no-data-container .d-flex {
    background-color: #1a1c28
}

.chatting-main-box .right-sidebar-chat .contentbox .inside .no-data-container .d-flex {
    justify-content: center;
    align-items: center;
    height: 100%;
    background-color: #f7f8f6;
    border-radius: 10px
}

.chatting-main-box .right-sidebar-chat .contentbox .inside .no-data-container img {
    max-width: 50%;
    max-height: 50%
}

.chatting-main-box .right-sidebar-chat .contentbox .inside .chat-item.active {
    background-color: #f0f0f0
}

.chatting-main-box .right-sidebar-chat .contentbox .inside .user-round {
    width: calc(39px + .00375*(100vw - 320px));
    height: calc(39px + .00375*(100vw - 320px));
    border-radius: 100%;
    background-color: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center
}

.chatting-main-box .right-sidebar-chat .contentbox .inside .msger-inputarea {
    position: relative
}

.chatting-main-box .right-sidebar-chat .contentbox .inside .msger-input.error {
    border-color: red !important
}

.chatting-main-box .right-sidebar-chat .contentbox .inside .msger-input-error-icon {
    display: none;
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    color: red;
    font-size: 18px
}

.chatting-main-box .right-sidebar-chat .contentbox .inside .msger-input.error~.msger-input-error-icon {
    display: block
}

.chatting-main-box .right-sidebar-chat .contentbox .inside .right-sidebar-title {
    padding: 0;
    box-shadow: none
}

.chatting-main-box .right-sidebar-chat .contentbox .inside .right-sidebar-title .common-space .chat-time-chat {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.chatting-main-box .right-sidebar-chat .contentbox .inside .right-sidebar-title .common-space .chat-time-chat .chat-top-box {
    display: flex;
    align-items: center;
    gap: 10px
}

.chatting-main-box .right-sidebar-chat .contentbox .inside .right-sidebar-title .common-space .chat-time-chat .chat-top-box .chat-profile {
    position: relative;
    width: calc(39px + .00375*(100vw - 320px));
    height: calc(39px + .00375*(100vw - 320px));
    border-radius: 100%
}

.chatting-main-box .right-sidebar-chat .contentbox .inside .right-sidebar-title .common-space .chat-time-chat .chat-top-box .chat-profile img {
    height: 100%;
    width: 100%
}

.chatting-main-box .right-sidebar-chat .contentbox .inside .right-sidebar-title .common-space .chat-time-chat .chat-top-box .chat-profile>div {
    height: 100%
}

.chatting-main-box .right-sidebar-chat .contentbox .inside .right-sidebar-title .common-space .chat-time-chat .chat-top-box .chat-profile .user-round {
    width: 100%;
    min-width: 100%;
    height: 100%;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #00162e14;
    text-transform: uppercase
}

.chatting-main-box .right-sidebar-chat .contentbox .inside .right-sidebar-title .common-space .chat-time-chat .chat-top-box .chat-profile .user-round h6 {
    font-size: 20px;
    color: #00162eb3;
    line-height: 1.3;
    padding: 0;
    border: none;
    margin: 0
}

.chatting-main-box .right-sidebar-chat .contentbox .inside .right-sidebar-title .common-space .chat-time-chat .chat-top-box .chat-profile .status {
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    bottom: 5%;
    right: -2px;
    border: 3px solid #ffffff
}

.chatting-main-box .right-sidebar-chat .contentbox .inside .right-sidebar-title .common-space .chat-time-chat .chatting-option {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(35px + (40 - 35) * ((100vw - 320px) / (1920 - 320)));
    height: calc(35px + (40 - 35) * ((100vw - 320px) / (1920 - 320)));
    background-color: #f3f3f3;
    border-radius: 50%;
    font-size: 20px
}

body.dark .chatting-main-box .right-sidebar-chat .contentbox .inside .right-sidebar-title .common-space .chat-time-chat .chatting-option {
    background-color: #1a1c28
}

body.dark .chatting-main-box .right-sidebar-chat .contentbox .inside .right-sidebar-title .common-space .chat-time-chat .chatting-option a {
    color: #fff
}

.chatting-main-box .right-sidebar-chat .contentbox .inside .right-sidebar-title .common-space .chat-time-chat .chatting-option a {
    color: #00162ebf
}

.chatting-main-box .right-sidebar-chat .contentbox .inside .right-sidebar-title .common-space h5 {
    font-size: 14px;
    margin: 0;
    line-height: 1.3;
    font-weight: 500;
    color: #3d434a
}

body.dark .chatting-main-box .right-sidebar-chat .contentbox .inside .right-sidebar-title .common-space h5 {
    color: #fff
}

.chatting-main-box .right-sidebar-chat .contentbox .inside .right-sidebar-title .common-space h6 {
    font-size: 14px;
    line-height: 1.3;
    font-weight: 400;
    color: #8d8d8d;
    margin: 3px 0 0;
    padding: 0;
    border: none
}

.chatting-main-box .right-sidebar-chat .contentbox .inside .right-sidebar-Chats {
    margin-top: 14px;
    background-color: #5465ff0f;
    border-radius: 6px
}

.chatting-main-box .right-sidebar-chat .contentbox .inside .right-sidebar-Chats .message .msger-inputarea {
    align-items: unset;
    padding: 10px
}

.chatting-main-box .right-sidebar-chat .contentbox .inside .right-sidebar-Chats .message .msger-inputarea .msger-input {
    border: 1px solid #eeeeee;
    border-radius: 4px;
    padding: calc(8px + .00125*(100vw - 320px)) 10px;
    padding-right: 60px;
    font-size: calc(14px + .00125*(100vw - 320px));
    font-weight: 400;
    color: #00162ecc;
    line-height: 1.5;
    background-color: #fff;
    width: 100%
}

body.dark .chatting-main-box .right-sidebar-chat .contentbox .inside .right-sidebar-Chats .message .msger-inputarea .msger-input {
    background-color: #1a1c28;
    border-color: #ffffff25
}

.chatting-main-box .right-sidebar-chat .contentbox .inside .right-sidebar-Chats .message .msger-inputarea .msger-send-btn {
    font-size: 20px;
    font-weight: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 43px;
    color: #fff;
    border-radius: 3px;
    border: none;
    background-color: var(--primary-color);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 4px;
    height: calc(100% - 7px)
}

.chatting-main-box .right-sidebar-chat .contentbox .inside .right-sidebar-Chats .message .msger-inputarea .msger-send-btn i {
    line-height: 1
}

.chatting-main-box .right-sidebar-chat .contentbox .inside .right-sidebar-Chats .message .msger-inputarea button {
    position: absolute;
    right: 56px;
    height: calc(100% - 6px);
    width: 45px;
    top: 3px;
    margin-left: 10px;
    border: none;
    border-radius: 4px
}

.chatting-main-box .right-sidebar-chat .contentbox .inside .right-sidebar-Chats .message .msger-inputarea button.gallery {
    margin-left: 10px;
    background-color: #f3f3f3
}

body.dark .chatting-main-box .right-sidebar-chat .contentbox .inside .right-sidebar-Chats .message .msger-inputarea button.gallery {
    background-color: #292d41
}

body.dark .chatting-main-box .right-sidebar-chat .contentbox .inside .right-sidebar-Chats .message .msger-inputarea button.gallery i {
    color: #fff
}

.chatting-main-box .right-sidebar-chat .contentbox .inside .right-sidebar-Chats .message .msger-inputarea button.gallery i:before {
    font-size: 20px
}

.chatting-main-box .right-sidebar-chat .contentbox .inside .right-sidebar-Chats .message .msger-inputarea .progress {
    position: absolute
}

.chatting-main-box .right-sidebar-chat .contentbox .inside .right-sidebar-Chats .message .msger-inputarea .progress .progress-bar {
    background-color: var(--primary-color)
}

.chatting-main-box .right-sidebar-chat .contentbox .inside .right-sidebar-Chats .message .msger-chat {
    display: flex;
    padding: 10px;
    overflow-y: auto;
    flex-direction: column;
    gap: calc(15px + .00625*(100vw - 320px));
    height: calc(100vh - 369px)
}

.chatting-main-box .right-sidebar-chat .contentbox .inside .right-sidebar-Chats .message .msger-chat .admin-reply,
.chatting-main-box .right-sidebar-chat .contentbox .inside .right-sidebar-Chats .message .msger-chat .user-reply {
    display: flex;
    align-items: flex-end;
    gap: calc(10px + .0025*(100vw - 320px))
}

.chatting-main-box .right-sidebar-chat .contentbox .inside .right-sidebar-Chats .message .msger-chat .admin-reply .message-profile,
.chatting-main-box .right-sidebar-chat .contentbox .inside .right-sidebar-Chats .message .msger-chat .user-reply .message-profile {
    width: calc(39px + .00375*(100vw - 320px));
    height: calc(39px + .00375*(100vw - 320px));
    border-radius: 100%
}

.chatting-main-box .right-sidebar-chat .contentbox .inside .right-sidebar-Chats .message .msger-chat .admin-reply .message-profile.user-round,
.chatting-main-box .right-sidebar-chat .contentbox .inside .right-sidebar-Chats .message .msger-chat .user-reply .message-profile.user-round {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #00162e14;
    text-transform: uppercase
}

body.dark .chatting-main-box .right-sidebar-chat .contentbox .inside .right-sidebar-Chats .message .msger-chat .admin-reply .message-profile.user-round,
body.dark .chatting-main-box .right-sidebar-chat .contentbox .inside .right-sidebar-Chats .message .msger-chat .user-reply .message-profile.user-round {
    background-color: #3c3c3c
}

.chatting-main-box .right-sidebar-chat .contentbox .inside .right-sidebar-Chats .message .msger-chat .admin-reply .message-profile.user-round h6,
.chatting-main-box .right-sidebar-chat .contentbox .inside .right-sidebar-Chats .message .msger-chat .user-reply .message-profile.user-round h6 {
    font-size: 20px;
    color: #00162eb3;
    line-height: 1.3;
    padding: 0;
    border: none;
    margin: 0
}

body.dark .chatting-main-box .right-sidebar-chat .contentbox .inside .right-sidebar-Chats .message .msger-chat .admin-reply .message-profile.user-round h6,
body.dark .chatting-main-box .right-sidebar-chat .contentbox .inside .right-sidebar-Chats .message .msger-chat .user-reply .message-profile.user-round h6 {
    color: #ffffffb3
}

.chatting-main-box .right-sidebar-chat .contentbox .inside .right-sidebar-Chats .message .msger-chat .admin-reply .chatting-box,
.chatting-main-box .right-sidebar-chat .contentbox .inside .right-sidebar-Chats .message .msger-chat .user-reply .chatting-box {
    background-color: #fff;
    max-width: 75%;
    padding: calc(7px + .0025*(100vw - 320px)) calc(9px + .00375*(100vw - 320px));
    border-radius: calc(8px + (11 - 8) * ((100vw - 320px) / (1920 - 320))) calc(8px + (11 - 8) * ((100vw - 320px) / (1920 - 320))) calc(8px + (11 - 8) * ((100vw - 320px) / (1920 - 320))) 0
}

body.dark .chatting-main-box .right-sidebar-chat .contentbox .inside .right-sidebar-Chats .message .msger-chat .admin-reply .chatting-box,
body.dark .chatting-main-box .right-sidebar-chat .contentbox .inside .right-sidebar-Chats .message .msger-chat .user-reply .chatting-box {
    background-color: #1a1c28
}

@media (max-width: 575.98px) {

    .chatting-main-box .right-sidebar-chat .contentbox .inside .right-sidebar-Chats .message .msger-chat .admin-reply .chatting-box,
    .chatting-main-box .right-sidebar-chat .contentbox .inside .right-sidebar-Chats .message .msger-chat .user-reply .chatting-box {
        max-width: 65%
    }
}

.chatting-main-box .right-sidebar-chat .contentbox .inside .right-sidebar-Chats .message .msger-chat .admin-reply .chatting-box p,
.chatting-main-box .right-sidebar-chat .contentbox .inside .right-sidebar-Chats .message .msger-chat .user-reply .chatting-box p {
    font-size: 14px;
    text-align: left;
    font-weight: 400;
    color: #1f1f1f;
    margin-bottom: 0;
    width: fit-content;
    margin-left: auto;
    word-wrap: break-word;
    display: block;
    word-break: break-word
}

body.dark .chatting-main-box .right-sidebar-chat .contentbox .inside .right-sidebar-Chats .message .msger-chat .admin-reply .chatting-box p,
body.dark .chatting-main-box .right-sidebar-chat .contentbox .inside .right-sidebar-Chats .message .msger-chat .user-reply .chatting-box p {
    color: #fff
}

.chatting-main-box .right-sidebar-chat .contentbox .inside .right-sidebar-Chats .message .msger-chat .admin-reply .chatting-box h6,
.chatting-main-box .right-sidebar-chat .contentbox .inside .right-sidebar-Chats .message .msger-chat .user-reply .chatting-box h6 {
    font-size: 12px;
    font-weight: 400;
    color: #777;
    margin-block: 5px 0;
    padding-bottom: 0;
    border: none
}

.chatting-main-box .right-sidebar-chat .contentbox .inside .right-sidebar-Chats .message .msger-chat .admin-reply .chatting-box:has(img),
.chatting-main-box .right-sidebar-chat .contentbox .inside .right-sidebar-Chats .message .msger-chat .user-reply .chatting-box:has(img) {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column
}

.chatting-main-box .right-sidebar-chat .contentbox .inside .right-sidebar-Chats .message .msger-chat .admin-reply .chatting-box img,
.chatting-main-box .right-sidebar-chat .contentbox .inside .right-sidebar-Chats .message .msger-chat .user-reply .chatting-box img {
    width: 175px
}

.chatting-main-box .right-sidebar-chat .contentbox .inside .right-sidebar-Chats .message .msger-chat .admin-reply {
    flex-direction: row-reverse
}

.chatting-main-box .right-sidebar-chat .contentbox .inside .right-sidebar-Chats .message .msger-chat .admin-reply .chatting-box {
    background-color: var(--primary-color) !important;
    text-align: right;
    border-radius: calc(8px + (11 - 8) * ((100vw - 320px) / (1920 - 320))) calc(8px + (11 - 8) * ((100vw - 320px) / (1920 - 320))) 0 calc(8px + (11 - 8) * ((100vw - 320px) / (1920 - 320)))
}

.chatting-main-box .right-sidebar-chat .contentbox .inside .right-sidebar-Chats .message .msger-chat .admin-reply .chatting-box p,
.chatting-main-box .right-sidebar-chat .contentbox .inside .right-sidebar-Chats .message .msger-chat .admin-reply .chatting-box h6 {
    color: #fff
}

.chatting-main-box .right-sidebar-chat .contentbox .inside .right-sidebar-Chats .msger-inputarea {
    background: transparent
}

@media (max-width: 1660px) {
    .col-sm-1 {
        width: 17%
    }

    .col-sm-11 {
        width: 83%
    }

    #phone-error.error {
        margin-left: -20%
    }
}

@media (max-width: 1600px) {
    .col-md-2 {
        width: 25%
    }

    .col-md-10 {
        width: 75%
    }

    .ui-menu.ui-widget {
        width: 37% !important
    }

    .widget-card h5,
    .booking-widget-card h5 {
        font-size: 14px
    }

    .widget-card .widget-icon,
    .widget-card .booking-widget-icon,
    .booking-widget-card .widget-icon,
    .booking-widget-card .booking-widget-icon {
        width: 40px !important;
        height: 40px !important
    }

    .widget-card .widget-icon i,
    .widget-card .booking-widget-icon i,
    .booking-widget-card .widget-icon i,
    .booking-widget-card .booking-widget-icon i {
        --Iconsax-Size: 22px
    }
}

@media (max-width: 1500px) {
    .col-sm-1 {
        width: 19%
    }

    .col-sm-11 {
        width: 81%
    }

    #phone-error.error {
        margin-left: -23%
    }

    .map-instruction .notify-img {
        width: 100% !important
    }
}

@media (max-width: 1399px) {
    .col-sm-1 {
        width: 18%
    }

    .col-sm-11 {
        width: 82%
    }

    #phone-error.error {
        margin-left: -22%
    }
}

@media (max-width: 1367px) {
    h2 {
        font-size: 32px
    }
}

@media (max-width: 1199px) {
    .vertical-tabs .nav-pills {
        flex-direction: row;
        gap: calc(10px + (15 - 10) * ((100vw - 320px) / (1200 - 320)));
        overflow: auto hidden;
        border-right: unset;
        padding-right: 1px;
        margin-right: unset
    }

    .vertical-tabs .nav-pills .nav-link {
        white-space: nowrap;
        margin: 0;
        padding: calc(11px + (12 - 11) * ((100vw - 320px) / (1200 - 320))) calc(15px + (25 - 15) * ((100vw - 320px) / (1200 - 320)));
        gap: calc(10px + (13 - 10) * ((100vw - 320px) / (1200 - 320)))
    }

    .vertical-tabs .nav-pills .nav-link:last-child {
        margin-bottom: 0
    }

    .vertical-tabs .nav-pills .nav-link+.nav-link {
        margin: 0
    }

    .vertical-tabs .tab-content {
        border-top: 1px dashed #ddd;
        margin-top: 16px !important;
        border-left: none;
        padding-top: 16px;
        padding-left: 0
    }

    .col-sm-1 {
        width: 19%
    }

    .col-sm-11 {
        width: 81%
    }
}

@media (max-width: 1199.98px) and (min-width: 991.98px) {
    .page-main-header .main-header-right .nav-right>ul .quick-onhover-dropdown {
        border-right: 1px solid #eeeeee;
        margin: 0;
        padding: 0 calc(4px + .005*(100vw - 320px))
    }
}

@media (max-width: 991px) {
    .ui-menu.ui-widget {
        width: 57% !important
    }

    .sidebar.overflow-hidden {
        overflow: auto !important
    }

    h2 {
        font-size: 28px
    }

    h4 {
        font-size: 16px
    }

    .col-sm-1 {
        width: 18%
    }

    .col-sm-11 {
        width: 82%
    }

    .mobile-logo {
        height: calc(24px + (49 - 24) * ((100vw - 320px) / (1920 - 320)))
    }

    .mobile-logo .dark-logo {
        display: flex
    }

    .mobile-logo .light-logo {
        display: none
    }

    #phone-error.error {
        margin-left: -22%
    }

    .page-wrapper .page-body-wrapper .page-sidebar {
        top: 0 !important;
        height: 100vh !important;
        z-index: 12;
        transition: .3s
    }

    .page-wrapper .page-body-wrapper .page-sidebar.open {
        width: 255px;
        margin-left: -270px
    }

    .page-wrapper .page-body-wrapper .page-sidebar.open:hover .sidebar-menu .sidebar-main-title {
        border-top: 1px solid rgba(247, 247, 247, .19);
        margin-top: 8px;
        padding-top: 20px;
        padding-bottom: 10px
    }

    .page-wrapper .page-body-wrapper .page-sidebar.open:hover .main-header-left .logo-wrapper .logo-img {
        display: flex
    }
}

@media (max-width: 991px) and (min-width: 991.98px) {
    .page-wrapper .page-body-wrapper .page-sidebar.open .main-header-left {
        padding: 25px;
        height: 80px
    }
}

@media (max-width: 991px) and (min-width: 991.98px) {
    .page-wrapper .page-body-wrapper .page-sidebar.open .main-header-left .logo-wrapper {
        height: 100%;
        display: flex
    }

    .page-wrapper .page-body-wrapper .page-sidebar.open .main-header-left .logo-wrapper .favicon-img {
        width: auto;
        height: auto
    }

    .page-wrapper .page-body-wrapper .page-sidebar.open .main-header-left .logo-wrapper .favicon-img img {
        height: auto
    }
}

@media (max-width: 991px) {
    .page-wrapper .page-body-wrapper .page-sidebar.open .main-header-left .logo-wrapper .favicon-img {
        display: none
    }
}

@media (max-width: 991px) {
    .page-wrapper .page-body-wrapper .page-sidebar.open .main-header-left .logo-wrapper .logo-img {
        display: flex
    }
}

@media (max-width: 991px) {
    .page-wrapper .page-body-wrapper .page-sidebar.open .sidebar-menu .sidebar-main-title {
        border-top: 1px solid rgba(247, 247, 247, .19);
        margin-top: 8px;
        padding-top: 20px;
        padding-bottom: 10px
    }

    .page-wrapper .page-body-wrapper .page-sidebar.open .sidebar-menu .sidebar-main-title:first-child {
        border-top: none;
        margin-top: 0;
        padding-top: 0
    }

    .page-wrapper .page-body-wrapper .page-sidebar.open .sidebar-menu .sidebar-main-title div {
        display: block
    }

    .page-wrapper .page-body-wrapper .page-sidebar.open .sidebar-menu li.pined .ri-pushpin-2-line,
    .page-wrapper .page-body-wrapper .page-sidebar.open .sidebar-menu li.pined .ri-pushpin-2-fill {
        font-size: 17px;
        line-height: 1;
        opacity: 1;
        visibility: visible;
        position: absolute;
        top: 17px;
        z-index: 1;
        right: 20px;
        cursor: pointer;
        transform: unset;
        background-color: transparent;
        width: auto;
        height: auto
    }

    .page-wrapper .page-body-wrapper .page-sidebar.open .sidebar-menu li .ri-pushpin-2-line,
    .page-wrapper .page-body-wrapper .page-sidebar.open .sidebar-menu li .ri-pushpin-2-fill {
        display: block
    }

    .page-wrapper .page-body-wrapper .page-sidebar.open .sidebar-menu li>a span {
        display: block
    }

    .page-wrapper .page-body-wrapper .page-sidebar.open .sidebar-menu li .sidebar-header {
        display: flex;
        align-items: center;
        position: relative;
        padding: 15px 0 15px 8px;
        text-align: unset
    }

    .page-wrapper .page-body-wrapper .page-sidebar.open .sidebar-menu li .sidebar-header img {
        margin: 0 8px 0 0
    }

    .page-wrapper .page-body-wrapper .page-sidebar.open .sidebar-menu li .sidebar-header .stroke-icon {
        display: block;
        margin: 0 0 0 auto
    }

    .page-wrapper .page-body-wrapper .page-sidebar.open .sidebar-menu li .sidebar-submenu {
        display: none
    }
}

@media (max-width: 991px) {

    .page-wrapper .page-body-wrapper .page-sidebar.open~.page-body,
    .page-wrapper .page-body-wrapper .page-sidebar.open~footer {
        width: 100%
    }
}

@media (max-width: 991px) {
    .page-wrapper .page-body-wrapper .page-sidebar~.page-body {
        margin-left: 0
    }
}

@media (max-width: 991px) {
    .page-wrapper .page-body-wrapper .sidebar {
        height: calc(100vh - 60px)
    }
}

@media (max-width: 991px) {
    .page-wrapper .page-body-wrapper .page-sidebar.open~.page-body .activity .media .gradient-round.gradient-line-1:after {
        bottom: -45px
    }

    .page-wrapper .page-body-wrapper .page-sidebar.open~.page-body .activity .media .gradient-round.small-line:after {
        bottom: -28px
    }

    .page-wrapper .page-body-wrapper .page-sidebar.open~.page-body .activity .media .gradient-round.medium-line:after {
        bottom: -41px
    }
}

@media (max-width: 991px) {
    .page-wrapper .page-body-wrapper footer {
        margin-left: 0
    }
}

@media (max-width: 991px) {
    .page-wrapper .page-main-header {
        margin-left: 0;
        width: 100%;
        z-index: 11
    }

    .page-wrapper .page-main-header.open {
        width: 100%
    }
}

@media (max-width: 768px) {
    .col-md-2 {
        width: 100%
    }

    .form-control,
    .roles .form-control {
        padding: 10px 12px !important
    }

    .col-md-10 {
        width: 100%
    }

    .ui-menu.ui-widget {
        width: 85% !important
    }

    label {
        margin-bottom: .25rem
    }

    .tab2-card.card .form-control {
        padding: 10px 12px !important
    }

    .form-group {
        margin-bottom: 16px
    }

    .phone-detail .col-md-2 {
        width: 30%
    }

    .phone-detail .col-md-10 {
        width: 70%
    }

    .vertical-tabs .col-md-2,
    .vertical-tabs .col-md-10 {
        width: 100%
    }

    .wallet-detail-content .credit,
    .wallet-detail-content .debit {
        padding: 10px
    }

    .select-2.language~.select2.select2-container .select2-selection.select2-selection--multiple .select2-selection__rendered {
        padding-top: 7px;
        margin-bottom: 0 !important;
        margin-left: 12px
    }

    .select-2.language~.select2.select2-container .select2-selection.select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
        line-height: 1.25;
        font-size: 13px;
        margin-top: 0
    }

    .table-responsive .dataTables_wrapper .dataTables_filter {
        margin-top: 0
    }

    .table-responsive .dataTables_wrapper .dataTables_filter input {
        padding: 10px 12px
    }

    .table-responsive .dataTables_wrapper .dataTables_info {
        left: 50%;
        transform: translate(-50%);
        bottom: 6px
    }

    .table-responsive .dataTables_wrapper .dataTables_paginate {
        right: unset;
        left: 50%;
        transform: translate(-50%);
        bottom: 33px
    }

    .table-responsive .dataTables_wrapper table {
        margin-top: 58px !important
    }

    .table-responsive .dataTables_wrapper table.dataTable.no-footer {
        margin-bottom: 76px !important;
        margin-top: 105px !important
    }
}

@media (max-width: 767px) {

    .table.dataTable td.dataTables_empty,
    table.dataTable td.dataTables_empty {
        text-align: left !important
    }

    .table-responsive .dataTables_wrapper .dataTables_filter {
        left: 0;
        top: 48px;
        right: unset
    }

    .table-responsive .dataTables_wrapper .dataTables_filter input {
        width: 190px !important
    }

    .table-responsive .dataTables_wrapper table {
        margin-top: 116px !important
    }

    .card-right {
        margin-left: 0
    }

    .page-wrapper .page-body-wrapper .page-sidebar {
        position: fixed;
        top: 0;
        left: 0
    }

    .page-wrapper .page-body-wrapper .page-sidebar~.page-body {
        margin-top: 60px;
        margin-left: 0 !important
    }

    .page-wrapper .page-body-wrapper .page-sidebar .main-header-left {
        height: 60px
    }

    .page-wrapper .page-body-wrapper .page-sidebar .main-header-left .logo-wrapper a img {
        height: 26px
    }

    .page-wrapper .page-body-wrapper footer .row div {
        text-align: center
    }

    .page-wrapper .page-body-wrapper footer .row div .pull-right {
        float: none
    }

    .page-wrapper .page-main-header {
        height: 60px;
        margin-left: 0 !important;
        width: 100% !important
    }

    .page-wrapper .main-header-right {
        padding: 0 20px
    }

    .select2-container--open .select2-dropdown--below .select2-results .select2-results__options .select2-results__option,
    .select2-container--open .select2-dropdown--above .select2-results .select2-results__options .select2-results__option {
        font-size: 14px
    }

    .page-main-header .main-header-right .nav-right>ul .quick-onhover-dropdown {
        border-right: 1px solid #eeeeee;
        margin: 0;
        padding: 0 calc(4px + .005*(100vw - 320px))
    }
}

@media (max-width: 577px) {
    footer {
        margin-bottom: 0 !important
    }

    .col-sm-1 {
        width: 19%
    }

    .col-sm-11 {
        width: 81%
    }
}

@media (max-width: 575px) {
    .demo-credential {
        flex-wrap: wrap;
        justify-content: center
    }

    .demo-credential .btn {
        width: auto;
        min-width: 118px
    }

    .service-address {
        padding: 12px
    }

    .service-address .location-icon {
        padding: 6px;
        width: 32px
    }

    .service-address .service-add-detail .action i {
        --Iconsax-Size: 16px
    }

    .ui-menu.ui-widget {
        width: 79% !important
    }

    .page-wrapper .page-main-header .main-header-right {
        padding: 0 14px
    }

    .page-wrapper .page-main-header .main-header-right .nav-right>ul>li {
        padding: 0 8px
    }

    .page-wrapper .page-main-header .main-header-right .nav-right>ul>li:last-child {
        padding-right: 0
    }

    .page-wrapper .page-main-header .main-header-right .nav-right>ul>li svg {
        width: 20px;
        height: 20px
    }

    .edit-icon,
    .delete-icon {
        padding: 6px
    }

    .auth-page .auth-card {
        padding: 20px
    }

    .card .card-header {
        padding: 15px
    }

    .card .card-header h5 {
        font-size: 17px
    }

    .card .card-header .card-header-right {
        right: 6px;
        top: 10px
    }

    .card .card-body {
        padding: 15px
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .d-sm-none:after {
        display: none
    }

    ul.notification-dropdown.onhover-show-div {
        width: 284px;
        right: -55px
    }

    ul.notification-dropdown.onhover-show-div:before,
    ul.notification-dropdown.onhover-show-div:after {
        right: 135px !important
    }

    .profile-details img {
        margin-bottom: 15px
    }

    .tab2-card ul {
        margin-bottom: 15px !important
    }

    .tab2-card ul li {
        display: block
    }

    .tab2-card ul li a {
        text-align: center
    }

    .account-setting h5 {
        margin-bottom: 15px
    }

    h2 {
        font-size: 24px
    }

    .btn-solid,
    .btn-outline {
        padding: 7px 15px
    }

    .wallet-detail-content {
        gap: 8px
    }

    .wallet-detail-content .wallet-form {
        flex-direction: column;
        align-items: start;
        gap: 16px
    }

    .wallet-detail-content .wallet-form .form-group {
        width: 100%
    }

    .booking-detail.summary-detail ul {
        gap: 16px
    }

    .booking-detail.summary-detail ul li {
        flex-direction: column;
        gap: 4px;
        justify-content: unset;
        align-items: start
    }

    .pagination>nav {
        display: block !important
    }

    .pagination>nav>.d-none.flex-sm-fill.d-sm-flex.align-items-sm-center.justify-content-sm-between {
        display: block !important;
        text-align: center
    }

    .pagination>nav>.d-none.flex-sm-fill.d-sm-flex.align-items-sm-center.justify-content-sm-between>div .pagination {
        justify-content: center;
        margin-top: 13px
    }

    .pagination>nav>.d-flex.justify-content-between.flex-fill.d-sm-none {
        display: none !important
    }
}

@media (max-width: 520px) {
    .col-sm-1 {
        width: 25%
    }

    .col-sm-11 {
        width: 75%
    }

    .col-sm-3 {
        width: 37%
    }

    .col-sm-9 {
        width: 63%
    }

    #phone-error.error {
        margin-left: -33%
    }
}

@media (max-width: 450px) {
    .common-table:has(.common-table-select) .common-table-select {
        right: unset;
        left: 0;
        top: 47px !important;
        max-width: unset !important
    }

    .common-table:has(.common-table-select) .dataTables_wrapper .dataTables_length {
        width: 100%
    }

    .common-table:has(.common-table-select) .dataTables_wrapper .dataTables_length>label {
        width: 100%
    }

    .common-table:has(.common-table-select) .dataTables_wrapper .dataTables_length>label>select {
        width: 100%
    }

    .common-table:has(.common-table-select) .dataTables_wrapper .dataTables_filter {
        right: unset !important;
        top: 96px;
        width: 100%
    }

    .common-table:has(.common-table-select) .dataTables_wrapper .dataTables_filter>label {
        width: 100%
    }

    .common-table:has(.common-table-select) .dataTables_wrapper .dataTables_filter>label input {
        width: calc(100% - 64px) !important
    }

    .common-table:has(.common-table-select) .dataTables_wrapper table.dataTable.no-footer {
        margin-top: 148px !important
    }
}

@media (max-width: 420px) {
    h2 {
        font-size: 22px
    }

    footer p {
        line-height: 25px
    }

    .col-sm-1 {
        width: 35%
    }

    .col-sm-11 {
        width: 65%
    }

    .col-sm-3,
    .col-sm-9 {
        width: 50%
    }

    .phone-detail .error {
        margin-left: -54%
    }

    .jstree .jstree-container-ul.jstree-children .jstree-node .jstree-anchor .jstree-anchor {
        width: auto
    }

    .jstree .jstree-container-ul.jstree-children .jstree-node .jstree-anchor .jstree-anchor span {
        width: 130px;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
        white-space: normal
    }

    #phone-error.error {
        margin-left: -51%
    }
}

@media (max-width: 360px) {
    .notify-img {
        width: 260px !important
    }

    .btn-solid,
    .btn-outline {
        padding: 10px 15px
    }

    h2 {
        font-size: 25px
    }

    footer .btn-solid {
        padding: 7px 8px
    }

    .footer {
        padding-left: 0;
        padding-right: 0 !important
    }

    .footer p {
        font-size: 12px
    }

    .page-wrapper .page-main-header .main-header-right .nav-right>ul>li {
        padding: 0 6px
    }
}

@media (min-width: 576px) {
    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0
    }
}

body.rtl {
    direction: rtl
}

.rtl .me-2 {
    margin-right: unset !important;
    margin-left: .5rem !important
}

.rtl .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: unset;
    margin-right: calc(var(--bs-border-width) * -1)
}

.rtl .ms-auto {
    margin-left: unset !important;
    margin-right: auto !important
}

.rtl .text-end {
    text-align: left !important
}

.rtl .text-start {
    text-align: right !important
}

.rtl .form-check {
    padding-left: 0;
    padding-right: 1.5em
}

.rtl .form-check .form-check-input {
    float: right;
    margin-right: -1.5em;
    margin-left: 0
}

.rtl .language-switcher svg {
    margin-left: unset;
    margin-right: calc(7px + .00375*(100vw - 320px))
}

.rtl .tox .tox-form__group--stretched .tox-textarea {
    text-align: right
}

.rtl .tox.tox-tinymce .tox-statusbar__path,
.rtl .tox.tox-tinymce .tox-toolbar-overlord .tox-toolbar {
    justify-content: flex-end
}

.rtl .ms-3 {
    margin-left: unset !important;
    margin-right: 1rem !important
}

.rtl .notification-setting li.unread {
    border-left: unset;
    border-right: 2px solid var(--primary-color)
}

.rtl .notification-setting li.unread h5 {
    color: #f1f1f1cc
}

.rtl .notification-setting li.unread h4 {
    color: #dee2e6
}

.rtl .page-main-header .main-header-right .nav-right>ul>li:first-child {
    border-left: none
}

.rtl .page-main-header .main-header-right .nav-right>ul .quick-onhover-dropdown .quick-dropdown-box .onhover-show-div {
    right: unset;
    left: 0
}

@media (max-width: 420px) {
    .rtl .page-main-header .main-header-right .nav-right>ul .quick-onhover-dropdown {
        margin-left: 0 !important;
        padding-left: 0 !important;
        margin-right: 6px !important;
        padding-right: 6px !important
    }
}

.rtl .page-main-header .main-header-right .nav-right .profile-dropdown {
    left: 0;
    right: inherit
}

.rtl .page-main-header .main-header-right .nav-right .language-dropdown {
    left: 0;
    right: unset
}

.rtl .page-main-header .main-header-right .search-input-btn {
    text-align: right
}

.rtl .page-main-header .main-header-right .search-input-btn svg {
    left: unset;
    right: calc(12px + (18 - 12) * ((100vw - 991px) / (1920 - 991)))
}

.rtl .page-main-header .main-header-right .search-input-btn span {
    right: unset;
    left: 11px
}

.rtl .screen-title {
    border-color: #404040
}

.rtl .form-control,
.rtl .select2-selection {
    background-position: center left 11px
}

.rtl .add-body {
    right: unset;
    left: 0
}

.rtl .payment-card .vertical-left-animate:hover .ribbon-wrapper .ribbon {
    right: 0;
    padding-left: unset;
    padding-right: 20px
}

.rtl .payment-card .ribbon {
    left: unset;
    right: 0;
    padding-left: unset;
    padding-right: 20px
}

.rtl .payment-card .ribbon.ribbon-bookmark:before {
    left: unset;
    right: 100%;
    border-left: 10px solid transparent;
    border-right: unset
}

.rtl .payment-card .vertical-left-animate .ribbon-wrapper .ribbon {
    left: unset;
    right: -69px
}

.rtl .vertical-tabs .tab-content {
    border-left: unset
}

.rtl .vertical-tabs .tab-content .tab-content {
    border-right: none;
    padding-right: 0
}

.rtl .vertical-tabs .tab-content .btn {
    margin-left: unset;
    margin-right: auto
}

.rtl .user-details-box .list-unstyled li+li {
    margin-left: unset;
    padding-left: unset;
    border-left: unset;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid rgba(122, 133, 145, .15)
}

.rtl .dashboard-short-form .custom-date-range {
    padding: 6px calc(6px + .00875*(100vw - 320px)) 6px 6px
}

.rtl .main-dashboard-box .short-box {
    margin-left: unset;
    margin-right: auto;
    padding: 6px calc(6px + .00875*(100vw - 320px)) 6px 6px
}

.rtl .main-dashboard-box .short-box .form-select {
    padding: .375rem .75rem .375rem 2.25rem;
    background-position: left .75rem center
}

.rtl .main-dashboard-box .dashboard-box-list-2 {
    display: flex
}

.rtl .main-dashboard-box .dashboard-box-list-2.row>.col+.col {
    padding-left: unset;
    padding-right: calc(12px + .01125*(100vw - 320px));
    border-left: unset;
    border-right: 1px solid #eeeeee
}

@media (max-width: 575.98px) {
    .rtl .main-dashboard-box .dashboard-box-list-2.row>.col+.col {
        padding-inline: unset;
        border-inline: 0
    }
}

@media (max-width: 1399px) and (min-width: 1199.98px) {
    .rtl .main-dashboard-box .dashboard-box-list-2.row>.col:nth-child(5) {
        padding-right: unset;
        border-right: 0
    }
}

@media (max-width: 1199.98px) and (min-width: 767.98px) {
    .rtl .main-dashboard-box .dashboard-box-list-2.row>.col:nth-child(4) {
        padding-right: unset;
        border-right: 0
    }
}

@media (max-width: 767.98px) and (min-width: 575.98px) {
    .rtl .main-dashboard-box .dashboard-box-list-2.row>.col:nth-child(odd) {
        padding-right: unset;
        border-right: 0
    }
}

.rtl .main-dashboard-box .table-responsive .recent-withdraw-requests-table thead tr th:first-child {
    text-align: right
}

.rtl .main-dashboard-box .table-responsive .recent-booking-table thead tr th:nth-child(2),
.rtl .main-dashboard-box .table-responsive .recent-booking-table thead tr th:nth-child(3) {
    text-align: right
}

.rtl .service-details-box {
    text-align: right
}

.rtl .page-wrapper .page-main-header {
    margin-left: unset;
    margin-right: 255px
}

.rtl .page-wrapper .page-main-header .nav-right>ul>li {
    border-right: unset;
    border-left: 1px solid #eeeeee
}

.rtl .page-wrapper .page-main-header .nav-right>ul>li:last-child {
    padding-left: 0;
    padding-right: 12px;
    border-left: none
}

.rtl .page-wrapper .page-main-header .nav-right .nav-menus .onhover-dropdown:hover .onhover-show-div {
    left: 0;
    right: unset
}

.rtl .page-wrapper .page-main-header .nav-right .nav-menus ul.notification-dropdown.onhover-show-div li {
    text-align: right
}

.rtl .page-wrapper .page-main-header .nav-right .profile-dropdown li a svg,
.rtl .page-wrapper .page-main-header .nav-right .language-dropdown li a svg {
    margin-left: 10px;
    margin-right: unset
}

.rtl .page-wrapper .page-main-header .nav-right .profile-dropdown li:hover a span,
.rtl .page-wrapper .page-main-header .nav-right .language-dropdown li:hover a span {
    transform: translate(-4px)
}

.rtl .page-wrapper .page-main-header.open {
    margin-right: 90px;
    width: calc(100% - 90px)
}

.rtl .page-wrapper .page-body-wrapper .page-sidebar~.page-body {
    margin-left: unset;
    margin-right: 255px
}

.rtl .page-wrapper .page-body-wrapper .page-sidebar .sidebar-button {
    transform: rotate(45deg) scale(-1);
    right: unset;
    left: -13px
}

.rtl .page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu li .sidebar-header {
    padding-left: unset;
    padding-right: 14px
}

.rtl .page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu li .sidebar-header .stroke-icon {
    margin-left: unset;
    margin-right: auto
}

.rtl .page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu li .sidebar-header .inactive-icon {
    margin-right: 0;
    margin-left: 8px
}

.rtl .page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu li .sidebar-header svg {
    margin-right: unset;
    margin-left: 14px
}

.rtl .page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu li .sidebar-header:hover span {
    transform: translate(-3px);
    transition: all .3s ease
}

.rtl .page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu li .sidebar-submenu li {
    padding-right: 12px;
    padding-left: unset
}

.rtl .page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu li .sidebar-submenu:before {
    left: unset;
    right: -7px
}

.rtl .page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu li .sidebar-submenu.menu-open {
    margin-right: 23px;
    margin-left: unset
}

.rtl .page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu li .sidebar-submenu>li>a:after {
    left: unset;
    right: -21px
}

.rtl .page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu li .sidebar-submenu>li .badge {
    right: unset;
    left: 0
}

.rtl .page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu li .ri-pushpin-2-line,
.rtl .page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu li .ri-pushpin-2-fill {
    margin-left: unset;
    margin-right: auto;
    right: unset;
    left: 20px
}

.rtl .page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu>li>a.active .active-icon {
    margin-right: unset;
    margin-left: 14px
}

.rtl .page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu>li>a.active:after {
    left: unset;
    right: 50%;
    transform: translate(50%);
    background: linear-gradient(313deg, #ffffff57 0%, rgba(238, 238, 238, .012) 100%)
}

.rtl .page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu .fix-bottom-box .fix-bottom-list li .theme-option-box .form-check .form-check-input:checked:before {
    transform: translate(-43px)
}

.rtl .page-wrapper .page-body-wrapper .page-sidebar.open~.page-body {
    margin-right: 90px
}

.rtl .page-wrapper .page-body-wrapper .page-sidebar.open~.page-body .serviceman-location {
    left: unset;
    right: 90px
}

.rtl .page-wrapper .page-body-wrapper .page-sidebar.open~footer {
    margin-left: unset;
    margin-right: 90px
}

.rtl .page-wrapper .page-body-wrapper .page-sidebar.open:hover .sidebar-menu li .sidebar-header img {
    margin: 0 0 0 8px
}

.rtl .page-wrapper .page-body-wrapper .page-sidebar.open:hover .sidebar-menu li .sidebar-header .stroke-icon {
    margin: 0 auto 0 0
}

.rtl .page-wrapper .page-body-wrapper footer {
    margin-left: unset;
    margin-right: 255px
}

.rtl .service-list-item .details {
    text-align: right
}

.rtl .service-list-item .details .info span+span {
    margin-right: 6px;
    margin-left: unset;
    padding-right: 6px;
    padding-left: unset
}

.rtl .service-list-item .details .info span+span:before {
    left: unset;
    right: 0
}

.rtl table.dataTable:has(tbody tr td:nth-child(2) .action-div .user-info) thead tr th:nth-child(2) {
    text-align: right
}

.rtl table.dataTable.table thead th:first-child,
.rtl table.dataTable.table thead td:first-child {
    padding-right: 20px;
    padding-left: 9px
}

.rtl table.dataTable.table thead th.sorting_desc,
.rtl table.dataTable.table thead th.sorting_asc,
.rtl table.dataTable.table thead th.sorting,
.rtl table.dataTable.table thead td.sorting_desc,
.rtl table.dataTable.table thead td.sorting_asc,
.rtl table.dataTable.table thead td.sorting {
    padding-right: calc(16px + .0025*(100vw - 320px));
    padding-left: 38px
}

.rtl table.dataTable.table thead th.sorting_desc:after,
.rtl table.dataTable.table thead th.sorting_asc:after,
.rtl table.dataTable.table thead th.sorting:after,
.rtl table.dataTable.table thead td.sorting_desc:after,
.rtl table.dataTable.table thead td.sorting_asc:after,
.rtl table.dataTable.table thead td.sorting:after {
    right: unset;
    left: 8px
}

.rtl .user-info {
    text-align: right
}

.rtl .user-info .user-email .feather {
    margin-left: unset;
    margin-right: 10px
}

.rtl .instruction-box .list-box ul {
    padding-left: unset;
    padding-right: 20px
}

.rtl #settingsForm input[type=password] {
    padding-left: 70%;
    padding-right: 16px
}

.rtl hr {
    border-color: #404040;
    opacity: 1
}

.rtl .form-group .position-relative .toggle-password {
    left: 16px;
    right: unset
}

.rtl .form-group .input-group.phone-detail .select2.select2-container .select2-selection.select2-selection--single {
    border-radius: 0 10px 10px 0 !important
}

.rtl .form-group .input-group .form-control {
    border-radius: 6px 0 0 6px !important
}

.rtl .form-group .input-group .input-group-text,
.rtl .form-group .input-group .percent .form-control {
    border-radius: 0 10px 10px 0 !important
}

.rtl .form-group .input-group .percent~.input-group-text {
    border-radius: 6px 0 0 6px !important
}

.rtl .form-group.row .col-md-10 .input-copy-icon {
    right: unset;
    left: calc(calc(var(--bs-gutter-x)* .5) + 10px)
}

.rtl .form-group.row .col-md-10 textarea:has(~.input-copy-icon),
.rtl .form-group.row .col-md-10 input:has(~.input-copy-icon) {
    padding-right: 16px;
    padding-left: 35px
}

.rtl .form-group label.switch {
    margin-left: auto
}

.rtl .select2.select2-container .select2-selection.select2-selection--multiple .select2-selection__arrow,
.rtl .select2.select2-container .select2-selection.select2-selection--single .select2-selection__arrow {
    right: unset;
    left: 10px
}

.rtl .select2.select2-container .select2-selection.select2-selection--multiple .select2-selection__rendered,
.rtl .select2.select2-container .select2-selection.select2-selection--single .select2-selection__rendered {
    justify-content: end;
    padding-right: 14px
}

.rtl .select2.select2-container .select2-selection.select2-selection--multiple .select2-selection__rendered .select2-search--inline .select2-search__field,
.rtl .select2.select2-container .select2-selection.select2-selection--single .select2-selection__rendered .select2-search--inline .select2-search__field {
    text-align: end
}

.rtl .select2.select2-container .select2-selection.select2-selection--multiple .select2-selection__rendered {
    flex-direction: row-reverse
}

.rtl .select2-container--open .select2-dropdown--below .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted,
.rtl .select2-container--open .select2-dropdown--above .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted {
    border-left: unset;
    border-right: 3px solid var(--primary-color)
}

.rtl .select2-container {
    direction: ltr
}

.rtl .search-list li:hover:before {
    right: 0;
    left: unset
}

.rtl .search-list li:hover .sidebar-header:before {
    display: none
}

.rtl .shortcode-dropdown-box .dropdown-btn:after {
    margin-left: unset;
    margin-right: calc(13px + .0025*(100vw - 320px))
}

.rtl .accordion-button:after {
    margin-left: unset;
    margin-right: auto
}

.rtl .selected-item {
    flex-direction: row-reverse
}

.rtl .selected-item .detail {
    text-align: right
}

.rtl .serviceman-location {
    left: unset;
    right: 255px
}

.rtl .serviceman-location .toggle-menu {
    left: unset;
    right: 274px;
    transform: scaleX(-1)
}

.rtl .select2-results .select2-results__options .select2-results__option .selected-item {
    flex-direction: unset
}

.rtl .booking-status .booking-log ul:before {
    left: unset;
    right: 2px
}

.rtl .table-responsive table.dataTable thead .sorting_desc_disabled:before,
.rtl .table-responsive table.dataTable thead .sorting_desc:before,
.rtl .table-responsive table.dataTable thead .sorting_asc:before,
.rtl .table-responsive table.dataTable thead .sorting:before {
    right: unset !important;
    left: 20px !important
}

.rtl .table-responsive table thead tr th:first-child {
    border-radius: 0 10px 0 0
}

.rtl .table-responsive table thead tr th:last-child {
    border-radius: 8px 0 0
}

.rtl .table-responsive table tbody tr td.title {
    padding-right: 18px;
    padding-left: 9px
}

.rtl .table-responsive table tbody tr:last-child td:first-child {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: unset
}

.rtl .table-responsive table tbody tr:last-child td:last-child {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: unset
}

.rtl .table-responsive.booking-box tbody tr td .booking-data h6 {
    text-align: right
}

.rtl .table-responsive .dataTables_wrapper .dataTables_filter input {
    margin-left: unset;
    margin-right: 8px
}

.rtl .table-responsive .dataTables_wrapper .dataTables_length select {
    background-position: left .75rem center
}

.rtl .table-responsive.review-box .table tbody tr td .review-content span,
.rtl .table-responsive.modal-table table tbody tr td {
    text-align: right
}

.rtl .apexcharts-canvas {
    direction: ltr
}

.rtl .quick-dropdown-box .onhover-show-div .dropdown-list li:nth-child(odd) {
    border-right: unset;
    border-left: 1px dashed #eeeeee
}

.rtl .search-form svg,
.rtl .search-full svg {
    right: 18px;
    left: unset
}

.rtl .checkbox_animated,
.rtl .form-check .form-check-input {
    margin: 0 0 0 1rem
}

.rtl .map-box .order-last {
    border-right: unset;
    border-left: 1px solid #eee
}

@media (max-width: 1199.98px) {
    .rtl .map-box .order-last {
        border: none
    }
}

.rtl .map-instruction {
    text-align: right
}

.rtl ul .notification-dropdown.onhover-show-div {
    left: 0;
    right: initial
}

.rtl .tab2-card .nav-tabs .nav-item+.nav-item .nav-link {
    border-right: 1px solid rgba(122, 133, 145, .3);
    border-left: unset
}

.rtl .time-slot-card .position-relative input {
    margin-right: unset;
    margin-left: calc(8px + .005*(100vw - 320px))
}

.rtl .booking-details-box .booking-number-list {
    padding: 12px calc(35px + (42 - 35) * ((100vw - 320px) / (1920 - 320))) 12px 0
}

.rtl .booking-details-box .booking-number-list:before {
    left: unset;
    right: 11px
}

.rtl .booking-details-box .booking-number-list .circle {
    left: unset;
    right: calc(-28px + -.005*(100vw - 320px))
}

.rtl .booking-details-box .booking-number-list .circle:after {
    left: unset;
    right: 100%
}

.rtl .service-main .booking-details-box .right-box {
    border-right: 1px solid #eeeeee;
    padding-right: 20px;
    margin-right: 20px;
    border-left: unset;
    padding-left: unset;
    margin-left: unset
}

.rtl .modal .modal-content {
    border-radius: 12px;
    border: none
}

.rtl .modal .modal-content .modal-header .btn-close {
    margin-left: unset;
    margin-right: auto
}

.rtl .modal.wallet-modal .modal-content .modal-body .amount .input-group .form-control .w-100 {
    margin-left: unset;
    margin-right: calc(var(--bs-border-width) * -1)
}

.rtl .modal.search-modal .modal-content .modal-header .btn-close {
    margin-left: unset;
    margin-right: auto
}

.rtl .modal.search-modal .modal-content .modal-body .search-suggestion-box .search-input-box .search-list li a i {
    margin-left: 8px;
    margin-right: unset
}

.rtl .customer-table .table tbody tr td .action-div .user-details {
    text-align: right
}

.rtl .jstree .jstree-container-ul.jstree-children .jstree-node .jstree-anchor {
    padding-right: 8px;
    padding-left: unset
}

.rtl .jstree .jstree-container-ul.jstree-children .jstree-node .jstree-anchor .actions {
    right: unset;
    left: -60px
}

.rtl .jstree-default .jstree-children ul[role=group] .jstree-node {
    margin-right: 30px;
    margin-left: unset
}

.rtl .jstree-default.jstree-rtl .jstree-node {
    margin: 0 24px 0 0;
    min-height: 24px;
    line-height: 32px;
    min-width: 24px;
    background-position: -291px -4px;
    background-repeat: repeat-y
}

.rtl .servicemen-box .servicemen-details .service-list li+li {
    border-right: 2px solid #eeeeee;
    padding-right: calc(6px + .0025*(100vw - 320px));
    margin-right: calc(6px + .0025*(100vw - 320px));
    border-left: unset;
    padding-left: unset;
    margin-left: unset
}

.rtl .vertical-tabs .nav-pills {
    border-left: 1px dashed #eeeeee;
    padding-left: 24px;
    margin-left: 24px;
    border-right: none;
    padding-right: unset;
    margin-right: unset
}

.rtl .pos-section .details-servicemen-box .discount-box .position-relative .feather,
.rtl .pos-section .details-servicemen-box .discount-box .position-relative .custom-currency {
    right: unset;
    left: calc(12px + (17 - 12) * ((100vw - 320px) / (1920 - 320)))
}

.rtl .page-wrapper .page-main-header .offer-text .btn {
    margin-left: unset;
    margin-right: 3px
}

@media (max-width: 1199.98px) {
    .rtl .page-wrapper .page-main-header.open {
        width: 100%
    }

    .rtl .page-wrapper .serviceman-location>.position-relative .service-list-box {
        left: unset;
        right: calc(-320px + -.0375*(100vw - 320px))
    }

    .rtl .page-wrapper .serviceman-location>.position-relative .service-list-box.show {
        left: unset;
        right: 0
    }
}

@media (max-width: 991px) {
    .rtl .service-main .booking-details-box .right-box {
        border-right: unset;
        padding-right: unset;
        margin-right: unset;
        border-top: 1px solid #eeeeee;
        padding-top: calc(15px + (20 - 15)*((100vw - 320px) /(1920 - 320)));
        margin-top: 20px
    }

    .rtl .serviceman-location {
        right: 0
    }

    .rtl .page-wrapper .page-main-header,
    .rtl .page-wrapper .page-main-header.open {
        margin-right: 0
    }

    .rtl .page-wrapper .page-body-wrapper .page-sidebar~.page-body {
        margin-right: 0
    }

    .rtl .page-wrapper .page-body-wrapper .page-sidebar.open {
        margin-left: unset;
        margin-right: -270px
    }

    .rtl .page-wrapper .page-body-wrapper .page-sidebar.open~.page-body .serviceman-location {
        right: 0
    }

    .rtl .page-wrapper .page-body-wrapper .page-sidebar.open~.page-body .serviceman-location .toggle-menu {
        left: unset;
        right: 20px
    }

    .rtl .page-wrapper .page-body-wrapper footer {
        margin-right: 0
    }
}

@media (max-width: 767px) {
    .rtl .page-wrapper .page-body-wrapper .page-sidebar {
        left: unset;
        right: 0
    }

    .rtl .page-wrapper .page-body-wrapper .page-sidebar.open~.page-body {
        margin-inline: unset !important
    }

    .rtl .page-wrapper .page-body-wrapper .page-sidebar.open~footer {
        margin-right: unset
    }
}

.rtl.dark .page-wrapper .page-main-header .nav-right>ul>li {
    border-left-color: #f1f1f14d
}

.dark {
    background-color: #1a1c28;
    color: #f1f1f1
}

.dark h1 {
    color: #fff
}

.dark h2 {
    color: #f1f3f5
}

.dark h3 {
    color: #eaedef
}

.dark h4 {
    color: #e7eaec
}

.dark h5 {
    color: #dee2e6
}

.dark h6,
.dark p,
.dark li {
    color: #cfd4da
}

.dark hr {
    border-color: #404040
}

.dark .text-muted {
    color: #ddd !important
}

.dark .mobile-logo .dark-logo {
    display: none
}

.dark .mobile-logo .light-logo {
    display: flex
}

.dark .form-control,
.dark .select2-selection {
    color: #f1f1f1;
    background-color: #1a1c28 !important;
    transition: all .3s ease;
    border: 1px solid #404040 !important
}

.dark .form-control::-webkit-inner-spin-button,
.dark .select2-selection::-webkit-inner-spin-button {
    filter: invert(1)
}

.dark .form-control:disabled {
    background-color: #1a1c2873 !important
}

.dark .service-list-item .details h5 a {
    color: #ddd
}

.dark .service-list-item .details .info {
    color: #f1f1f1ad
}

.dark .pagination .page-item .page-link {
    color: #fffc
}

.dark .pagination .page-item .page-link[aria-label="« Previous"],
.dark .pagination .page-item .page-link[aria-label="Next »"],
.dark .pagination .page-item[aria-label="Next »"] .page-link,
.dark .pagination .page-item[aria-label="« Previous"] .page-link {
    color: #fffc !important
}

.dark .pagination nav .flex-sm-fill p.small {
    color: #cfd4da !important
}

.dark .pagination nav .flex-sm-fill p.small span {
    color: #f1f1f1
}

.dark .user-details-dashboard .button-container .shortcode-button {
    color: #808b97
}

.dark .user-details-dashboard .button-container .shortcode-button.active {
    color: var(--primary-color)
}

.dark .widget-card-2 h5 {
    color: #ddd
}

.dark .widget-card-2 h3 {
    color: #fff
}

.dark .map-box .order-last {
    border-color: #3a3d48
}

.dark .user-details-box .customer-name h3 {
    color: #fff
}

.dark .user-details-box .list-unstyled li+li {
    border-color: #f1f1f14d
}

.dark .user-details-box .list-unstyled li p {
    color: #fff
}

.dark .user-details-box .list-unstyled li p span,
.dark .user-details-box .list-unstyled li p .iconsax {
    color: #808b97;
    --Iconsax-Color: #808b97
}

.dark .user-details-box .left-image,
.dark .user-details-box .right-image {
    filter: brightness(.3)
}

.dark .booking-report-table .table-responsive:has(.report-loader-wrapper[style="display: block;"]) .table tbody:before {
    background-color: #262935b0
}

.dark select {
    color: #f1f1f1;
    background-color: #1a1c28;
    border: #404040;
    background-image: url(/build/assets/select-white-arrow-68f81f6c.svg) !important;
    background-repeat: no-repeat;
    background-position: center right 16px
}

.dark select:focus {
    box-shadow: none
}

.dark option {
    background-color: #1a1c28;
    transition: all .3s ease
}

.dark .dark-light-mode .light-mode {
    display: none !important
}

.dark .dark-light-mode .dark-mode {
    display: flex !important
}

.dark .page-main-header .main-header-right .nav-right ul li {
    color: #f1f1f1;
    border-right-color: #ffffff4d
}

.dark .page-main-header .main-header-right .nav-right ul li h6,
.dark .page-main-header .main-header-right .nav-right ul li .profile-box {
    color: #f1f1f1
}

.dark .page-main-header .main-header-right .nav-right ul li .profile-box .initial-letter {
    color: #f1f1f1;
    background-color: #f1f1f114
}

.dark .page-main-header .main-header-right .nav-right .profile-dropdown li a svg {
    color: #f1f1f1
}

.dark .page-main-header .main-header-right .mobile-sidebar i {
    --Iconsax-Color: #F1F1F1
}

.dark .page-main-header .main-header-right .search-input-btn {
    color: #f1f1f1
}

.dark .page-main-header .main-header-right .search-input-btn span {
    color: #f1f1f1c4;
    background-color: #f1f1f114
}

.dark .jstree-loader {
    background-color: #262935
}

.dark .tab2-card .nav-tabs .nav-link {
    color: #cbcbcb;
    border-color: #404040
}

.dark .tab2-card.card .form-control {
    color: #f1f1f1;
    background-color: #1a1c28;
    transition: all .3s ease;
    border: 1px solid #404040
}

.dark .tab2-card.card .form-control.flatpickr-input {
    background-color: #1a1c28 !important
}

.dark .initial-letter {
    color: #f1f1f1;
    background-color: #f1f1f114
}

.dark .quick-dropdown-box .onhover-show-div .dropdown-list a {
    border-color: #404040
}

.dark .quick-dropdown-box .onhover-show-div .dropdown-list a .svg-box {
    color: #f1f1f1;
    background-color: #f1f1f114;
    border-color: #404040
}

.dark .quick-dropdown-box .onhover-show-div .dropdown-list a .svg-box i {
    color: #f1f1f1
}

.dark .quick-dropdown-box .onhover-show-div .dropdown-list li:nth-child(odd) {
    border-color: #404040
}

.dark .payment-card .card-header .header-img img {
    background-color: #1a1c28;
    border-color: #404040
}

.dark #revenue-chart .apexcharts-canvas .apexcharts-text tspan {
    fill: #cfd4da
}

.dark #service-pie-chart .apexcharts-series path {
    stroke: #1f212c
}

.dark #service-pie-chart .apexcharts-pie g circle {
    fill: #363944
}

.dark #service-pie-chart .apexcharts-pie .apexcharts-datalabels-group .apexcharts-text {
    fill: #cfd4da
}

.dark .booking-details-box {
    background-color: #262935;
    box-shadow: 0 4px 40px #77777717
}

.dark .booking-details-box:hover {
    box-shadow: 4px 5px 18px #7777771f
}

.dark .booking-details-box .booking-title h4 {
    color: #f1f1f1
}

.dark .booking-details-box .booking-details-list li {
    color: #cfd4da
}

.dark .booking-details-box .booking-details-list li+li {
    border-color: #404040
}

.dark .booking-details-box .booking-details-list li span {
    color: #ddd
}

.dark .booking-details-box .booking-details-list li span.badge {
    color: #fff
}

.dark .booking-details-box .booking-profile-box .profile-image-box:before {
    background-color: #f1f1f114
}

.dark .booking-details-box .booking-profile-box .profile-image-box h4 {
    color: #f1f1f1
}

.dark .booking-details-box .booking-profile-box .profile-image-box h5,
.dark .booking-details-box .booking-profile-box .profile-image-box h5 span {
    color: #ddd
}

.dark .booking-details-box .booking-profile-box .profile-content-box {
    border-color: #404040
}

.dark .booking-details-box .booking-profile-box .profile-content-box li {
    color: #cfd4da
}

.dark .booking-details-box .booking-profile-box .profile-content-box li span {
    color: #ddd
}

.dark .table-responsive .provider-reviews-table tbody tr td .rating h6,
.dark .table-responsive .provider-reviews-table tbody tr td p,
.dark .table-responsive .consumer-reviews-table tbody tr td .rating h6,
.dark .table-responsive .consumer-reviews-table tbody tr td .reviews {
    color: #f1f1f1
}

.dark .page-wrapper .page-main-header {
    background-color: #262935
}

.dark .page-wrapper .page-body-wrapper,
.dark .page-wrapper .page-body-wrapper .page-body,
.dark .page-wrapper .page-body-wrapper .page-sidebar {
    background-color: #1a1c28
}

.dark .page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu li .sidebar-submenu:before {
    background-color: #64666e
}

.dark .page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu li .sidebar-submenu li a:before {
    border-color: #64666e
}

.dark .page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu li .sidebar-submenu li a.active:after {
    border-color: #fff;
    background-color: #fff
}

.dark .page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu li .sidebar-submenu>li>a:after {
    background-color: #585a60
}

.dark .page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu>li>a.active:after {
    background: linear-gradient(120deg, rgba(241, 241, 241, .08) 0%, rgba(238, 238, 238, .012) 100%)
}

.dark .page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu>li>a.active:before {
    background-color: #f1f1f114
}

.dark .page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu .fix-bottom-box {
    background-color: #1a1c28
}

.dark .page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu .fix-bottom-box .fix-bottom-list li .theme-option-box .dark-light-mode svg.dark-mode {
    background-color: transparent;
    fill: transparent
}

.dark .page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu .fix-bottom-box .fix-bottom-list li .theme-option-box .dark-light-mode svg.light-mode {
    fill: #fff;
    background-color: var(--primary-color)
}

.dark .page-wrapper .page-body-wrapper .page-sidebar .fix-bottom-box {
    background-color: #1a1c28
}

.dark .page-wrapper .page-body-wrapper .page-sidebar .fix-bottom-box .fix-bottom-list li .theme-option-box .dark-light-mode svg.dark-mode {
    background-color: transparent;
    fill: transparent
}

.dark .page-wrapper .page-body-wrapper .page-sidebar .fix-bottom-box .fix-bottom-list li .theme-option-box .dark-light-mode svg.light-mode {
    fill: #fff;
    background-color: var(--primary-color)
}

.dark .page-wrapper .page-body-wrapper .page-sidebar .sidebar-button {
    color: #f1f1f1;
    background-color: #585a60
}

.dark .page-wrapper .page-body-wrapper footer {
    background-color: #262935
}

.dark .page-wrapper .page-body-wrapper footer p {
    color: #cfd4da
}

.dark .page-wrapper .main-header-right .nav-right ul li a,
.dark .widget-card h3,
.dark .booking-widget-card h3 {
    color: #f1f1f1
}

.dark .booking-status-main .booking-status-card .booking-widget-card {
    border-color: #3a3d48
}

.dark .booking-status-main .booking-status-card:nth-child(4) .booking-widget-card {
    border-bottom-color: #ffffff80
}

.dark .booking-status-main .booking-status-card:nth-child(4) .booking-widget-card .booking-widget-icon {
    background-color: #ffffff14
}

.dark .booking-status-main .booking-status-card:nth-child(4) .booking-widget-card .booking-widget-icon svg {
    color: #f1f1f1cc
}

.dark .page-wrapper .page-main-header .sub-header {
    background-color: #1a1c28
}

.dark .select2-container--open .select2-dropdown--above .select2-results .select2-results__options .select2-results__option,
.dark .select2-container--open .select2-dropdown--below .select2-results .select2-results__options .select2-results__option {
    color: #f1f3f5b3
}

.dark .booking-detail-2 .provider-details-box .list-unstyled li p {
    color: #ddd
}

.dark .booking-detail-2 .provider-details-box .list-unstyled li p span {
    color: #f1f3f5b3
}

.dark .card {
    background-color: #262935
}

.dark .card .card-header {
    background-color: #262935;
    border-color: #3a3d48
}

.dark .card .card-header h5 {
    color: #f1f1f1
}

.dark .card .card-header span {
    color: #f1f3f5b3
}

.dark .card .card-header .status-div label {
    color: #f1f1f1
}

.dark .card .card-body {
    background-color: #262935
}

.dark .card .card-footer .btn.cancel {
    background-color: #585a605c;
    color: #cfd4da
}

.dark .card .card-footer .btn.cancel:hover {
    background-color: #585a6073
}

.dark .card.time-slot-card .time-slot-main-box {
    background-color: #1a1c28;
    border-color: #404040
}

.dark .card.time-slot-card .time-slot-main-box .time-slot-box {
    background-color: #262935;
    border-color: #404040;
    color: #cfd4da
}

.dark .card.time-slot-card+.time-slot-card {
    border-color: #404040
}

.dark .card.time-slot-card .position-relative label {
    color: #cfd4da
}

.dark .tab2-card .nav-tabs {
    background-color: #1a1c28
}

.dark .upload-image-box .upload-input {
    background-color: #1a1c28;
    border-color: #404040
}

.dark .upload-image-box .upload-input i,
.dark .payment-keys li span {
    color: #f1f1f1
}

.dark .vertical-tabs .nav-pills .nav-link {
    background-color: #1a1c28;
    color: #f1f1f1b3;
    border-color: #404040
}

.dark .vertical-tabs .nav-pills .nav-link.active {
    background-color: var(--primary-color);
    color: #f1f1f1;
    border-color: transparent
}

.dark .vertical-tabs .tab-content,
.dark .vertical-tabs .tab-content .button-box,
.dark .email-template-box .email-btn {
    border-color: #404040
}

.dark .email-template-box .card-body {
    background-color: #1a1c28
}

.dark .email-template-box .card-body .card-title {
    border-color: #404040;
    color: #ddd
}

.dark .email-template-box .card-body h1,
.dark .email-template-box .card-body h2,
.dark .email-template-box .card-body h3,
.dark .email-template-box .card-body h4,
.dark .email-template-box .card-body h5,
.dark .email-template-box .card-body h6 {
    color: #fff
}

.dark .email-template-box .card-body ul~p {
    color: #ddd
}

.dark .booking-detail ul li p,
.dark .wallet-detail ul li p {
    color: #f1f1f180
}

.dark .booking-detail .send-req button,
.dark .wallet-detail .send-req button,
.dark .booking-detail ul li span,
.dark .wallet-detail ul li span {
    color: #f1f1f1
}

.dark .map-instruction .map-detail {
    color: #ddd
}

.dark .theme-accordion .accordion-item {
    border-color: #404040
}

.dark .theme-accordion .accordion-item .accordion-header .accordion-button {
    color: #f1f1f1b3;
    background-color: #1a1c28
}

.dark .theme-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    background-color: #1a1c28
}

.dark .theme-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed):after {
    color: #ddd
}

.dark .notification-mobile-box {
    background-color: #1a1c28;
    border-color: #404040
}

.dark .shortcode-dropdown-box .dropdown-btn {
    background-color: #1a1c28;
    border-color: #404040;
    color: #ddd
}

.dark .shortcode-dropdown-box .dropdown-menu {
    background-color: #1a1c28;
    border-color: #404040
}

.dark .shortcode-dropdown-box .dropdown-menu li span {
    color: #ddd
}

.dark .shortcode-dropdown-box .dropdown-menu li span:hover {
    color: #ddd !important;
    background-color: #f7f7f726
}

.dark .auth-page .auth-card {
    background-color: #262935
}

.dark .auth-page .auth-card .welcome h3 {
    color: #ddd
}

.dark .service-list-box,
.dark .contentbox {
    background-color: #262935
}

.dark .service-list-box .contentbox-title h3,
.dark .contentbox .contentbox-title h3 {
    color: #fff
}

.dark .horizontal-tab .nav-item .nav-link {
    color: #ddd
}

.dark .note {
    color: #ddd;
    border-color: #404040
}

.dark .location-list li .user-name h5,
.dark .booking-table tbody tr td .form-controll,
.dark .user-info .user-name {
    color: #ddd
}

.dark .user-info .user-email a {
    color: #f1f1f1ad
}

.dark .booking-tabs.tab2-card .nav-tabs {
    background-color: #262935
}

.dark .language-switcher {
    background-color: #1a1c28;
    border-color: #404040;
    color: #f1f1f1
}

.dark .language-switcher.active,
.dark .language-switcher:hover {
    background-color: transparent;
    color: var(--primary-color);
    border-color: transparent
}

.dark .table-responsive .dataTables_wrapper .dataTables_info,
.dark .table-responsive .dataTables_wrapper .dataTables_length,
.dark .table-responsive .dataTables_wrapper .dataTables_filter {
    color: #f1f1f1
}

.dark .table-responsive .dataTables_wrapper .dataTables_length select,
.dark .table-responsive .dataTables_wrapper .dataTables_length input,
.dark .table-responsive .dataTables_wrapper .dataTables_filter select,
.dark .table-responsive .dataTables_wrapper .dataTables_filter input {
    background-color: #1a1c28;
    border-color: #404040;
    color: #f1f1f1
}

.dark .table-responsive .dataTables_wrapper .dataTables_paginate .paginate_button,
.dark .table-responsive .dataTables_wrapper .dataTables_paginate .ellipsis,
.dark .table-responsive .dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dark .table-responsive .dataTables_wrapper .dataTables_paginate .ellipsis:hover {
    color: #f1f1f1cc !important
}

.dark .table-responsive .dataTables_wrapper .dataTables_processing {
    background: rgba(38, 41, 53, .5);
    color: #f1f1f1
}

.dark .table-responsive table tbody tr:nth-child(2n) {
    background-color: #1a1c28
}

.dark .table-responsive table tbody tr:nth-child(2n) td {
    background: transparent
}

.dark .table-responsive table tbody tr:nth-child(odd) {
    background-color: #262935;
    background-image: unset
}

.dark .table-responsive table tbody tr:nth-child(odd) td {
    background: transparent
}

.dark .table-responsive table tbody tr td {
    color: #ddd
}

.dark .table-responsive table tbody tr td .show-icon {
    background-color: #3a3d4899
}

.dark .table-responsive table tbody tr td .show-icon img {
    filter: invert(.6)
}

.dark .table-responsive table tbody tr td .show-icon svg {
    color: #f1f1f199
}

.dark .table-responsive table tbody tr td .edit-icon,
.dark .table-responsive table tbody tr td .show-icon,
.dark .table-responsive table tbody tr td .lock-icon {
    background-color: #3a3d4899
}

.dark .table-responsive table tbody tr td .edit-icon img,
.dark .table-responsive table tbody tr td .show-icon img,
.dark .table-responsive table tbody tr td .lock-icon img {
    filter: invert(.6)
}

.dark .table-responsive table tbody tr td .edit-icon svg,
.dark .table-responsive table tbody tr td .show-icon svg,
.dark .table-responsive table tbody tr td .lock-icon svg {
    color: #ddd
}

.dark .table-responsive table.dataTable.no-footer {
    border-bottom-color: #3a3d48
}

.dark .table-responsive.provider-box tbody tr td .location svg {
    color: #808b97
}

.dark .table-responsive.booking-box tbody tr td .booking-data h6 {
    color: #808b97
}

.dark .table-responsive.booking-box tbody tr td .booking-data h5 {
    color: #ddd
}

.dark .table-responsive.review-box {
    border-color: #3a3d48
}

.dark .table-responsive.review-box .table tbody tr {
    background-color: #262935 !important;
    border-color: #3a3d48
}

.dark .table-responsive.modal-table table tbody tr td:first-child {
    color: #f1f1f1
}

.dark div.dataTables_wrapper:has(.dataTables_processing[style="display: block;"]):before {
    background-color: #262935b0
}

.dark .blog-box .blog-content a {
    color: #f1f1f1
}

.dark .blog-box .blog-content h6 {
    color: #808b97
}

.dark .onhover-show-div {
    background-color: #1a1c28
}

.dark .notification-dropdown li:first-child,
.dark .notification-dropdown li:last-child {
    border-color: #3a3d48
}

.dark .notification-dropdown li:first-child h4,
.dark .notification-dropdown li:last-child h4 {
    border-color: #3a3d48
}

.dark .search-list {
    background-color: #1a1c28;
    transition: all .3s ease;
    border: 1px solid #404040
}

.dark .search-list li a {
    color: #f1f1f1
}

.dark .search-list li .sidebar-header:hover,
.dark .search-list li:hover {
    background-color: #f1f1f10a
}

.dark .dataTables_wrapper .dataTables_processing[style="display: block;"]~.dataTable tbody:after {
    color: #cfd4da
}

.dark .dataTables_wrapper .dataTables_processing[style="display: block;"]~.dataTable tbody:before {
    background-color: #1a1c28cc
}

.dark .checkbox_animated:after,
.dark .form-check .form-check-input:after {
    background-color: #262935;
    border-color: #e8ebf233
}

.dark .dashboard-short-form .custom-date-range,
.dark .welcome-box {
    background-color: #262935
}

.dark .welcome-box:hover {
    box-shadow: 4px 5px 18px #7777771f
}

.dark .welcome-box .user-image .check-icon {
    outline: 3px solid #262935
}

.dark .welcome-box .user-image .initial-letter {
    background-color: #1a1c28
}

.dark .welcome-box .user-details h3 {
    color: #f1f1f1
}

.dark .welcome-box .user-details p {
    color: #cfd4da
}

.dark .service-pie-chart .apexcharts-legend-text {
    color: #f1f1f1 !important
}

.dark .welcome-box .person-info-list li {
    color: #f1f1f1c4
}

.dark .welcome-box .person-info-list li span {
    color: #cfd4da
}

.dark .booking-details-box .table-responsive table thead tr th {
    color: #f1f1f1;
    background-color: #f1f1f114
}

.dark .booking-details-box .table-responsive table tbody tr td {
    border-color: #404040
}

.dark .booking-details-box .table-responsive table tbody tr td .rating h6 {
    color: #f1f1f1
}

.dark .booking-details-box .booking-title h5 {
    color: #ddddddbd
}

.dark .booking-details-box .booking-title .invoice-btn {
    color: #cfd4da
}

.dark .booking-details-box .booking-address-list li {
    color: #f1f1f1
}

.dark .booking-details-box .booking-address-list li:nth-child(2n) {
    background-color: #1a1c28
}

.dark .booking-details-box .booking-address-list li span {
    color: #ddddddcf
}

.dark .booking-details-box .booking-number-list li:before {
    border-color: #404040
}

.dark .booking-details-box .booking-number-list li .booking-number-box .right-box h6 {
    color: #f1f1f1;
    background-color: #f1f1f114
}

.dark .booking-details-box .booking-number-list li .booking-number-box .left-box .name {
    color: #f1f1f1
}

.dark .booking-details-box .booking-number-list li .booking-number-box .left-box .content {
    color: #ddddddad
}

.dark .main-dashboard-box .dashboard-card,
.dark .provider-dashboard-main-box .dashboard-card {
    background-color: #262935;
    box-shadow: 0 4px 40px #77777717
}

.dark .main-dashboard-box .dashboard-card:hover,
.dark .provider-dashboard-main-box .dashboard-card:hover {
    box-shadow: 4px 5px 18px #7777771f
}

.dark .main-dashboard-box .dashboard-card .dashboard-box-list-2.row>.col+.col,
.dark .provider-dashboard-main-box .dashboard-card .dashboard-box-list-2.row>.col+.col {
    border-color: #404040
}

.dark .main-dashboard-box .dashboard-card .dashboard-box-list-2 .dashboard-box h5,
.dark .provider-dashboard-main-box .dashboard-card .dashboard-box-list-2 .dashboard-box h5 {
    color: #dee2e6
}

.dark .main-dashboard-box .dashboard-card .dashboard-box-list-2 .dashboard-box h3,
.dark .provider-dashboard-main-box .dashboard-card .dashboard-box-list-2 .dashboard-box h3 {
    color: #eaedef
}

.dark .main-dashboard-box .table-responsive table thead tr th,
.dark .provider-dashboard-main-box .table-responsive table thead tr th {
    color: #f1f1f1;
    background-color: #f1f1f114
}

.dark .main-dashboard-box .table-responsive table tbody tr td,
.dark .provider-dashboard-main-box .table-responsive table tbody tr td {
    border-color: #404040
}

.dark .main-dashboard-box .table-responsive table tbody tr td .rating h6,
.dark .provider-dashboard-main-box .table-responsive table tbody tr td .rating h6 {
    color: #cfd4da
}

.dark .main-dashboard-box .total-box,
.dark .provider-dashboard-main-box .total-box {
    background-color: #262935;
    box-shadow: 0 4px 40px #77777717
}

.dark .main-dashboard-box .total-box:hover,
.dark .provider-dashboard-main-box .total-box:hover {
    box-shadow: 4px 5px 18px #7777771f
}

.dark .main-dashboard-box .total-box .progress-box .progress,
.dark .provider-dashboard-main-box .total-box .progress-box .progress {
    background-color: #f1f1f114
}

.dark .main-dashboard-box .total-box .progress-box .progress.progress-info,
.dark .provider-dashboard-main-box .total-box .progress-box .progress.progress-info {
    background-color: #324650
}

.dark .main-dashboard-box #booking-status-chart .apexcharts-legend.apx-legend-position-bottom.apexcharts-align-center,
.dark .main-dashboard-box #booking-status-chart #booking-status-chart .apexcharts-legend.apx-legend-position-top.apexcharts-align-center,
.dark .provider-dashboard-main-box #booking-status-chart .apexcharts-legend.apx-legend-position-bottom.apexcharts-align-center,
.dark .provider-dashboard-main-box #booking-status-chart #booking-status-chart .apexcharts-legend.apx-legend-position-top.apexcharts-align-center {
    column-rule: 1px outset #404040
}

.dark .main-dashboard-box #booking-status-chart .apexcharts-slices .apexcharts-series path,
.dark .provider-dashboard-main-box #booking-status-chart .apexcharts-slices .apexcharts-series path {
    stroke: #1c1e2a
}

.dark .main-dashboard-box #booking-status-chart .apexcharts-legend-text,
.dark .provider-dashboard-main-box #booking-status-chart .apexcharts-legend-text {
    color: #cfd4da !important
}

.dark .main-dashboard-box #booking-status-chart .apexcharts-datalabels-group .apexcharts-datalabel-value,
.dark .provider-dashboard-main-box #booking-status-chart .apexcharts-datalabels-group .apexcharts-datalabel-value {
    color: #cfd4da !important;
    fill: #cfd4da !important
}

.dark .service-details-box .service-details h5 {
    color: #f1f1f1
}

.dark .quick-dropdown-box .onhover-show-div .dropdown-list a {
    color: #cfd4da !important
}

.dark .main-dashboard-box .total-box {
    background-color: #262935;
    box-shadow: 0 4px 40px #77777717
}

.dark .main-dashboard-box .total-box:hover {
    box-shadow: 4px 5px 18px #7777771f
}

.dark .main-dashboard-box .total-box .progress-box .progress {
    background-color: #f1f1f114
}

.dark .main-dashboard-box .total-box .progress-box .progress.progress-info {
    background-color: #324650
}

.dark .main-dashboard-box .short-box {
    background-color: #262935
}

.dark .main-dashboard-box .short-box:hover {
    box-shadow: 4px 5px 18px #77777736
}

.dark .main-dashboard-box .short-box .form-label {
    color: #f1f1f1
}

.dark .main-dashboard-box .short-box .form-select {
    background-color: #1a1c28;
    border: 1px solid #404040
}

.dark .form-check.form-radio .form-check-input:after {
    border-color: #404040
}

.dark ::file-selector-button {
    background-color: #1a1c28;
    color: #f1f1f1
}

.dark .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #262935;
    color: #f1f1f1
}

.dark .jstree-main-box .jstree-loader[style="display: block;"],
.dark .jstree-main-box .jstree-loader[style*=opacity],
.dark .jstree-main-box .jstree-loader[style*=""] {
    background-color: #1a1c28
}

.dark .form-group label {
    color: #f1f1f1
}

.dark .select2-dropdown {
    background-color: #1a1c28
}

.dark .select2-search__field {
    color: #f1f1f1 !important
}

.dark .select2-results__option--highlighted {
    background-color: #ffffff0a !important;
    color: #f1f1f1 !important
}

.dark .phone-detail .select2-selection.select2-selection--single {
    background-color: #3a3d4899 !important;
    border-color: #3a3d4899 !important
}

.dark .phone-detail .select2-selection.select2-selection--single .select2-selection__rendered {
    color: #f1f1f1 !important
}

.dark .modal .modal-content {
    background-color: #262935
}

.dark .modal .modal-content .modal-header {
    border-bottom-color: #3a3d48
}

.dark .modal .modal-content .modal-body .modal-title {
    color: #f1f1f1
}

.dark .modal .modal-content .modal-body p {
    color: #808b97
}

.dark .modal .modal-content .modal-body .main-img {
    background-color: #262935
}

.dark .modal .modal-content .modal-body .main-img img {
    filter: invert(.5)
}

.dark .modal .modal-content .modal-body .main-img svg {
    color: #f1f1f1d9
}

.dark .modal .modal-content .modal-body.export-data .main-img {
    background-color: #1a1c28
}

.dark .modal .modal-content .modal-body.export-data .form-group .form-select {
    color: #f1f1f1;
    background-color: #1a1c28;
    transition: all .3s ease;
    border: 1px solid #404040
}

.dark .modal .modal-content .modal-footer {
    border-color: #404040
}

.dark .modal .modal-content .modal-footer .cancel {
    background-color: #585a605c;
    color: #cfd4da;
    border: 1px solid transparent
}

.dark .modal.wallet-modal .modal-content .modal-body .wallet h5 {
    color: #f1f1f1cc
}

.dark .modal.wallet-modal .modal-content .modal-body .wallet h3 {
    color: #f1f1f1
}

.dark .modal.search-modal .modal-content .modal-body .search-suggestion-box .search-input-box .search-list li {
    background-color: #262935;
    border-color: #404040
}

.dark .modal.search-modal .modal-content .modal-body .search-suggestion-box .search-input-box .search-list li a {
    color: #cfd4da
}

.dark .modal.search-modal .modal-content .modal-body .search-suggestion-box .search-input-box .search-list li:hover {
    background-color: #2a2d38
}

.dark .modal.search-modal .modal-content .modal-body .search-suggestion-box .search-input-box .search-list li:hover a {
    color: #f1f1f1
}

.dark .modal.import-modal .modal-content .modal-body .form-group .drop-area {
    border-color: #404040
}

.dark .modal.import-modal .modal-content .modal-body.upload-report .upload-title .d-flex .import-icon {
    background-color: #1a1c28;
    color: #f1f1f1;
    border-color: #404040
}

.dark .modal.import-modal .modal-content .modal-body.upload-report .upload-title .d-flex .import-icon svg {
    stroke: #f1f1f1
}

.dark .modal.import-modal .modal-content .modal-body.upload-report .upload-title .d-flex .upload-file label {
    color: #f1f1f1a1
}

.dark .modal.import-modal .modal-content .modal-body.upload-report .import-tab .horizontal-tab li .nav-link {
    background-color: #1a1c28;
    color: #f1f1f1;
    border-color: #404040
}

.dark .modal.import-modal .modal-content .modal-body.upload-report .import-tab .horizontal-tab li .nav-link.active {
    background-color: transparent;
    color: var(--primary-color);
    border-color: var(--primary-color)
}

.dark .modal.import-modal .modal-content .modal-body.upload-report .file-upload-box .drop-area span {
    color: #f1f1f1a1
}

.dark .modal.import-modal .modal-content .modal-body.upload-report .file-upload-box .drop-area .btn {
    border-color: #404040;
    color: #f1f1f1;
    background-color: #585a6066
}

.dark .modal.import-modal .modal-content .modal-body.upload-report .common-content {
    color: #cfd4da
}

.dark .modal.import-modal .modal-content .modal-body.upload-report~.modal-footer .btn {
    border-color: #404040;
    color: #f1f1f1;
    background-color: #585a6066
}

.dark .modal.address-modal .modal-body .category-list .form-check {
    padding: 0
}

.dark .modal.address-modal .modal-body .category-list .form-check .form-check-input {
    margin: 0
}

.dark .modal.address-modal .modal-body .category-list .form-check .form-check-label {
    border-color: #404040;
    color: #f1f1f1
}

.dark .modal.address-modal .modal-body .category-list .form-check .form-check-label .check-box:after {
    background: transparent;
    border-color: #404040
}

.dark .modal.address-modal .modal-footer .btn.btn-light.text-dark {
    background-color: #1a1c28;
    border: 1px solid #404040;
    color: #fff !important
}

.dark .modal.booking-modal .modal-body .service-title h4 {
    color: #f1f1f1
}

.dark .modal.booking-modal .modal-body .consumer-addresses-list:has(.items-no-found) {
    background-color: #1a1c28;
    border: 1px solid #404040
}

.dark .modal.booking-modal .modal-body .consumer-addresses-list:has(.items-no-found) p {
    color: #cfd4da
}

.dark .modal.booking-modal .modal-body .add-person-box h4 {
    color: #f1f1f1
}

.dark .modal.booking-modal .modal-body .add-person-box .select-servicemen {
    background-color: #1a1c28;
    border-color: #404040
}

.dark .modal.booking-modal .modal-body .add-person-box .select-servicemen p {
    color: #cfd4da
}

.dark .modal.booking-modal .modal-body .add-person-box .select-servicemen .plus-minus {
    background-color: #262935
}

.dark .modal.booking-modal .modal-body .add-person-box .select-servicemen .plus-minus .feather {
    color: #cfd4da
}

.dark .modal.booking-modal .modal-body .add-person-box .select-servicemen .plus-minus .feather-plus {
    background-color: var(--primary-color);
    color: #fff
}

.dark .modal.booking-modal .modal-body .add-person-box .select-servicemen .plus-minus input {
    color: #cfd4da;
    background-color: #262935
}

.dark .select2.select2-container .select2-selection.select2-selection--single .select2-selection__rendered,
.dark .select2.select2-container .select2-selection.select2-selection--multiple .select2-selection__rendered {
    color: #f1f1f1 !important
}

.dark .select2.select2-container .select2-selection.select2-selection--single .select2-selection__rendered .selected-item .detail h6,
.dark .select2.select2-container .select2-selection.select2-selection--multiple .select2-selection__rendered .selected-item .detail h6 {
    color: #ddd
}

.dark .select2.select2-container .select2-selection.select2-selection--single .select2-selection__arrow b,
.dark .select2.select2-container .select2-selection.select2-selection--multiple .select2-selection__arrow b {
    border-color: #fff9
}

.dark .selected-item .detail p {
    color: #ddd9
}

.dark .selected-item .detail h6,
.dark .wallet-main .wallet-detail-content .amount .error-div .input-group .input-group-text {
    color: #ddd
}

.dark .more-option-dropdown .dropdown-toggle {
    color: #f1f1f1;
    background-color: #3a3d4899;
    border-color: #3a3d48
}

.dark .more-option-dropdown .dropdown-menu {
    background-color: #323540;
    border-color: #3a3d48
}

.dark .more-option-dropdown .dropdown-menu li+li {
    border-color: #3a3d48
}

.dark .more-option-dropdown .dropdown-menu li button,
.dark .more-option-dropdown .dropdown-menu li button .feather {
    color: #f1f1f1ad
}

.dark .more-option-dropdown .dropdown-menu li button:hover,
.dark .more-option-dropdown .dropdown-menu li button:active,
.dark .more-option-dropdown .dropdown-menu li button.active {
    background-color: #1a1c28
}

.dark .more-option-dropdown .dropdown-menu li button:hover .feather,
.dark .more-option-dropdown .dropdown-menu li button:active .feather,
.dark .more-option-dropdown .dropdown-menu li button.active .feather {
    color: var(--primary-color)
}

.dark .serviceman-location>.position-relative .service-list-box {
    background-color: #262935
}

.dark .serviceman-location>.position-relative .service-list-box .inside .search-box-group {
    border-color: #404040
}

.dark .serviceman-location>.position-relative .service-list-box .inside .location-close-btn {
    color: #cfd4da;
    background-color: #f1f1f114
}

.dark .serviceman-location>.position-relative .service-list-box .inside .location-list li+li {
    border-color: #404040
}

.dark .user-details-dashboard .button-container {
    border-color: #f7f7f726
}

.dark .help-text {
    color: #f1f1f1ad
}

.dark .select2-container--open .select2-dropdown--below,
.dark .select2-container--open .select2-dropdown--above {
    border-color: #3a3d48;
    box-shadow: 0 1px 8px -1px #787a8080
}

.dark .select2-container--open .select2-dropdown--below .select2-search--dropdown .select2-search__field,
.dark .select2-container--open .select2-dropdown--above .select2-search--dropdown .select2-search__field {
    border-color: #3a3d48;
    background-color: #262935
}

.dark .permission .permission-section ul {
    background-color: #262935;
    border-bottom-color: #3a3d48
}

.dark .permission .permission-section ul li label {
    color: #cfd4da
}

.dark .switch .switch-state {
    background-color: #3a3d48
}

.dark .color-picker {
    color: #f1f1f1
}

.dark .image-list .image-list-item {
    border: 1px solid #3a3d48;
    background-color: #1a1c28
}

.dark .service-address {
    background-color: #1a1c28
}

.dark .service-address .service-add-detail .address .address-detail h4 {
    color: #f1f1f1
}

.dark .edit-icon {
    background-color: #3a3d4899
}

.dark .edit-icon svg {
    color: #f1f1f199
}

.dark .add-more .add-more-div {
    background-color: #3a3d4899
}

.dark .add-more .add-more-div svg {
    color: #fff
}

.dark .form-group .input-group .input-group-text {
    background-color: #3a3d4899 !important;
    border-color: #3a3d4899 !important;
    color: #f1f1f1
}

.dark .wallet-detail-content .wallet-amount h5 {
    color: #f1f1f180
}

.dark .wallet-detail-content .wallet-amount .form-group .form-control[readonly] {
    color: #f1f1f1
}

.dark .footer .cancel,
.dark .profile-btn .cancel {
    background-color: #3a3d48;
    border-color: #3a3d48;
    color: #f1f1f1
}

.dark .data-not-found span {
    color: #f1f1f1
}

.dark .faq-container .faqs-structure+.faqs-structure {
    border-top-color: #3a3d48
}

.dark .jstree-default .jstree-icon,
.dark .jstree-default .jstree-node,
.dark .jstree-default .jstree-search {
    color: #f1f1f1e6
}

.dark .jstree-default .jstree-icon.jstree-ocl {
    filter: invert(1)
}

.dark .actions .edit-icon,
.dark .actions .edit-child {
    background-color: unset;
    filter: invert(.7)
}

.dark .flatpickr-calendar {
    background-color: #1a1c28;
    box-shadow: none;
    border: 1px solid #3a3d48
}

.dark .flatpickr-calendar .flatpickr-months .flatpickr-current-month input.cur-year {
    color: #f1f1f1
}

.dark .flatpickr-calendar .flatpickr-months .flatpickr-prev-month,
.dark .flatpickr-calendar .flatpickr-months .flatpickr-next-month {
    background-color: #262935;
    color: #f1f1f1;
    fill: #f1f1f1
}

.dark .flatpickr-calendar .flatpickr-months .flatpickr-monthDropdown-months,
.dark .flatpickr-calendar .flatpickr-months .numInputWrapper,
.dark .flatpickr-calendar .flatpickr-innerContainer {
    background-color: #262935;
    color: #f1f1f1
}

.dark .flatpickr-calendar .flatpickr-day {
    color: #f7f7f7e6
}

.dark .flatpickr-calendar .flatpickr-day:hover {
    color: var(--primary-color)
}

.dark .flatpickr-calendar .flatpickr-day.inRange {
    border: none;
    color: #f1f1f180
}

.dark .flatpickr-calendar .flatpickr-day.selected,
.dark .flatpickr-calendar .flatpickr-day.startRange,
.dark .flatpickr-calendar .flatpickr-day.endRange {
    border-color: transparent
}

.dark .flatpickr-calendar .flatpickr-day.selected:hover,
.dark .flatpickr-calendar .flatpickr-day.startRange:hover,
.dark .flatpickr-calendar .flatpickr-day.endRange:hover {
    color: #fff
}

.dark .flatpickr-calendar .flatpickr-day.prevMonthDay,
.dark .flatpickr-calendar .flatpickr-day.flatpickr-disabled,
.dark .flatpickr-calendar .flatpickr-day.flatpickr-disabled:hover,
.dark .flatpickr-calendar .flatpickr-day.nextMonthDay,
.dark .flatpickr-calendar .flatpickr-day.notAllowed,
.dark .flatpickr-calendar .flatpickr-day.notAllowed.prevMonthDay,
.dark .flatpickr-calendar .flatpickr-day.notAllowed.nextMonthDay {
    color: #898989
}

.dark .booking-details-tabs .nav-tabs {
    background-color: #262935
}

.dark .booking-status .booking-log .date-content {
    background-color: #1a1c28b8
}

.dark .service-main .booking-detail ul li p,
.dark .service-main .wallet-detail ul li p {
    color: #f1f3f5b3
}

.dark .service-main .booking-details-box {
    background-color: #1a1c28;
    background-blend-mode: color-burn
}

.dark .service-main .booking-details-box .left-box .details-box a {
    color: #f1f1f1
}

.dark .service-main .booking-details-box .left-box .details-box .rate small {
    color: #f1f3f5b3
}

.dark .service-main .booking-details-box .right-box {
    border-color: #3a3d48
}

.dark .service-main .booking-details-box .right-box .list-unstyled li p {
    color: #f1f3f5b3
}

.dark .service-main .booking-details-box .right-box .list-unstyled li p span,
.dark .service-main .provider-details-box .list-unstyled li p {
    color: #f1f1f1
}

.dark .service-main .provider-details-box .list-unstyled li span {
    color: #f1f3f5b3
}

.dark .service-main .provider-details-box .list-unstyled li+li {
    border-color: #3a3d48
}

.dark .service-main .booking-detail-2 .provider-details-box {
    background-color: transparent
}

.dark .service-main .booking-detail-2 .card-header .btn-popup .link-btn {
    color: #ddd
}

.dark .service-main .service-right-box {
    background-color: #262935
}

.dark .service-main .service-right-box .service-title {
    border-color: #3a3d48
}

.dark .service-main .service-right-box .form-control:disabled {
    background-color: #1a1c28 !important
}

.dark .notify-content .notifi-head h5 {
    color: #f1f1f1
}

.dark .notify-content .notifi-footer h5 {
    color: #dee2e6
}

.dark .notify-content .notify-data {
    background-color: #262935
}

.dark .notify-content .notify-data .message span {
    color: #dee2e6
}

.dark .flatpickr-day.inRange,
.dark .flatpickr-day.prevMonthDay.inRange,
.dark .flatpickr-day.nextMonthDay.inRange,
.dark .flatpickr-day.today.inRange,
.dark .flatpickr-day.prevMonthDay.today.inRange,
.dark .flatpickr-day.nextMonthDay.today.inRange,
.dark .flatpickr-day:hover,
.dark .flatpickr-day.prevMonthDay:hover,
.dark .flatpickr-day.nextMonthDay:hover,
.dark .flatpickr-day:focus,
.dark .flatpickr-day.prevMonthDay:focus,
.dark .flatpickr-day.nextMonthDay:focus {
    border-color: #f7f7f726
}

.dark .notification-setting li {
    background-color: #1a1c28
}

.dark .notification-setting li h4 {
    color: #f1f1f1cc
}

.dark .notification-setting li h5 {
    color: #cfd4da80
}

.dark .notification-setting li h5 i {
    --Iconsax-Color: #cfd4da80
}

.dark .notification-setting li.unread {
    background-color: #5465ff1a
}

.dark .status-chechbox .switch-letter {
    border-color: #3a3d48
}

.dark .advertisement-list-box {
    background-color: #1a1c28;
    border-color: #3a3d48
}

.dark .advertisement-list-box .total-box {
    border-color: #3a3d48
}

.dark .advertisement-list-box .advertisement-list li {
    color: #cfd4da
}

.dark .advertisement-list-box .advertisement-list li+li {
    border-color: #3a3d48
}

.dark .wallet-deduction-message {
    color: #ff6161
}

.dark .status-chechbox .switch-letter span.box-1 {
    background-color: #1a1c28
}

.dark .status-chechbox .switch-letter span.box-2 {
    color: #cfd4da
}

.dark .status-chechbox .form-check-input:checked~span.box-1 {
    background-color: #262935;
    color: #cfd4da
}

.dark .status-chechbox .form-check-input:checked~span.box-2 {
    background-color: #1a1c28
}

.dark .tox.tox-tinymce {
    background-color: #1a1c28;
    color: #f1f1f1;
    border-color: #404040 !important
}

.dark .tox.tox-tinymce .tox-statusbar {
    background-color: #1a1c28 !important;
    border-top-color: #404040 !important
}

.dark .tox.tox-tinymce .tox-statusbar .tox-statusbar__path-item {
    color: #f1f1f1
}

.dark .tox.tox-tinymce .tox-toolbar-overlord .tox-toolbar {
    border-bottom: 1px solid #404040 !important
}

.dark .tox.tox-tinymce .tox-sidebar-wrap {
    filter: invert(.85)
}

.dark .tox .tox-collection--list .tox-collection__item--active,
.dark .tox .tox-collection--toolbar .tox-collection__item--active {
    background-color: #262935;
    color: #f1f1f1
}

.dark .tox .tox-collection--list .tox-collection__item--active:not(.tox-collection__item--state-disabled),
.dark .tox .tox-collection--toolbar .tox-collection__item--active:not(.tox-collection__item--state-disabled) {
    color: #f1f1f1
}

.dark .tox .tox-menu {
    background-color: #1a1c28;
    color: #f1f1f1;
    border-color: #404040 !important
}

.dark .tox .tox-menu .tox-collection__item {
    color: #f1f1f1
}

.dark .tox .tox-menu .tox-collection__item.tox-collection__item--enabled {
    background-color: #262935
}

.dark .tox .tox-tbtn {
    color: #f1f1f199
}

.dark .tox .tox-tbtn svg {
    color: #f1f1f199;
    fill: #f1f1f199
}

.dark .tox .tox-tbtn:hover,
.dark .tox .tox-tbtn:focus {
    background: #262935;
    color: #f1f1f1 !important
}

.dark .tox .tox-tbtn:hover svg,
.dark .tox .tox-tbtn:focus svg {
    color: #f1f1f199;
    fill: #f1f1f199 !important
}

.dark .tox .tox-tbtn--enabled:hover,
.dark .tox .tox-tbtn--enabled {
    background: rgba(58, 61, 72, .2)
}

.dark .tox:not([dir=rtl]) .tox-toolbar__group:not(:last-of-type) {
    border-right: 1px solid #404040 !important
}

.dark .apexcharts-text tspan {
    fill: #f1f1f1
}

.dark .apexcharts-svg .apexcharts-inner .apexcharts-xaxis-tick {
    stroke: #e8ebf24d
}

.dark .apexcharts-svg .apexcharts-inner .apexcharts-grid .apexcharts-gridlines-horizontal .apexcharts-gridline {
    stroke: #404040
}

.dark .apexcharts-svg .apexcharts-inner .apexcharts-grid-borders .apexcharts-gridline {
    stroke: #e8ebf24d
}

.dark .image-list-item {
    color: #f1f1f1
}

.dark #toast-container .toast {
    background-color: #1a1c28 !important
}

.dark .modal .modal-header h5 {
    color: #f1f1f1
}

.dark .screen-box .box label p {
    color: #cfd4da
}

.dark .screen-box .box label .screen-img {
    background-color: #1a1c28;
    color: #f1f1f1b3;
    border-color: #404040
}

.dark .horizontal-tab .nav-item .nav-link {
    background-color: #1a1c28;
    border-color: #404040
}

.dark .horizontal-tab .nav-item .nav-link.active {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #fff
}

.dark .vertical-tabs .nav-pills {
    border-color: #404040
}

.dark .start-time input[type=time i]::-webkit-calendar-picker-indicator,
.dark .end-time input[type=time i]::-webkit-calendar-picker-indicator {
    filter: invert(1)
}

.dark .instruction-box .list-box h5,
.dark .instruction-box .list-box ul li {
    color: #f1f1f1e6
}

.dark .main-dashboard-box .total-box .top-box h4 {
    color: #f1f1f1
}

.dark .servicemen-box {
    background-color: #262935;
    border: 1px solid #404040
}

.dark .servicemen-box .service-bottom-box {
    border-color: #404040
}

.dark .servicemen-box .service-bottom-box .footer-detail p {
    color: #f1f1f1
}

.dark .servicemen-box .servicemen-details h3 del {
    color: #cfd4da
}

.dark .servicemen-box .servicemen-details .service-list li.time {
    color: #27af4d
}

.dark .servicemen-box .servicemen-details .service-list li+li {
    border-color: #404040
}

.dark .servicemen-box .servicemen-details h4 {
    font-weight: 500;
    color: #cfd4da
}

.dark .pos-section .contentbox .contentbox-title .contentbox-subtitle .slider-buttons .swiper-button-next,
.dark .pos-section .contentbox .contentbox-title .contentbox-subtitle .slider-buttons .swiper-button-prev {
    background-color: #262935;
    border-color: #404040;
    color: #cfd4da
}

.dark .pos-section .pos-category-box .nav-link.active .category-box .category-image {
    background-color: #f1f1f1cc
}

.dark .pos-section .category-box {
    background-color: #262935;
    border: 1px solid #404040
}

.dark .pos-section .category-box .category-image {
    background-color: #f1f1f114
}

.dark .pos-section .category-box h5 {
    color: #cfd4da
}

.dark .pos-section .details-servicemen-box .discount-box {
    border-color: #404040
}

.dark .pos-section .details-servicemen-box .discount-box .position-relative .feather,
.dark .pos-section .details-servicemen-box .radio-buttons-box .form-check-label {
    color: #cfd4da
}

.dark .pos-section .details-servicemen-box .radio-buttons-box .form-check,
.dark .pos-section .details-servicemen-box .servicemen-list-box,
.dark .pos-section .details-servicemen-box .payment-list {
    background-color: #1a1c28;
    border: 1px solid #404040
}

.dark .pos-section .details-servicemen-box .payment-list li {
    color: #cfd4da
}

.dark .pos-section .details-servicemen-box .payment-list li:last-child {
    border-color: #404040;
    color: #fff
}

.dark .pos-section .details-servicemen-box .payment-summery {
    border-color: #404040
}

.dark .screen-title {
    border-color: #3a3d48
}

@media (max-width: 575.98px) {
    .dark .page-main-header .main-header-right .nav-right>ul .quick-onhover-dropdown .quick-dropdown-box .new-btn i {
        color: #f1f1f1
    }
}

@media (max-width: 1199.98px) and (min-width: 991.98px) {
    .dark .page-main-header .main-header-right .nav-right>ul .quick-onhover-dropdown .quick-dropdown-box .new-btn i {
        color: #f1f1f1
    }
}

@media (max-width: 767.98px) {
    .dark .page-main-header .main-header-right .nav-right>ul .quick-onhover-dropdown .quick-dropdown-box .new-btn i {
        color: #f1f1f1
    }
}

.dark span.text-gray {
    color: #fff !important
}