.norwap {
    white-space: nowrap;
}

/* MIN HEIGHT VIEWPORT */
/* swal2 ======== */
h2.swal2-title {
    font-size: 1.5em !important;
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
    background-color: var(--primary) !important;
    color: var(--secondary) !important;
}

.swal2-actions button {
    border-radius: 0;
}

/* swal2 ======== */

.vanda-main-wrapper {
    position: relative;
    padding-bottom: 600px;
    min-height: 100dvh;
}

/* CSS FOR PAGE SELLER*/
.vanda-main-wrapper-seller {
    position: relative;
    /* padding-bottom: 265px; */
    /* trick fix mobile */
    min-height: 100dvh;
}

#section-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    height: auto;
}

.tabLogin li.active {
    border-bottom: 2px solid var(--primary) !important;
}

.tabLogin a.active {
    color: var(--primary) !important;
}


.unverify-input {
    background: hsl(0, 100%, 98%);
    color: var(--secondary);
    padding: 4px 10px;
    border-radius: 50px;
    position: absolute;
    right: 23px;
    top: 7px;
}

.dt-empty {
    text-align: center;
}

.flex-direction-column {
    display: flex;
    flex-direction: column;
}

#register-choose-image {
    position: relative;
    border-color: white !important;
    width: 120px;
    height: 120px;
    box-shadow: 0px 0px 10px #e7e7e7;
    cursor: pointer;
}

#register-image {
    position: relative;
    width: 120px;
    height: 120px;
    margin: auto;
}

#register-image img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: rgb(231, 231, 231) 0px 0px 10px;
    border-color: white !important;
    border: 3px solid #fff;
}

#register-image span {
    position: absolute;
    top: 5px;
    right: 5px;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid #ccc;
    border-radius: 50%;
    padding: 5px;
    cursor: pointer;
    line-height: 10px;
    width: 25px;
    height: 25px;
    font-size: 20px;
    background: white;
}


.product-detail-thumbnail .slick-prev,
.product-detail-thumbnail .slick-next,
.product-detail-thumbnail .slick-prev:hover,
.product-detail-thumbnail .slick-next:hover {
    background: none !important;
    box-shadow: none !important;
}

.product-detail-thumbnail .slick-prev {
    top: -20px !important;
}

.product-detail-thumbnail .slick-next {
    bottom: -20px !important;
}

.product-detail-thumbnail .slick-next i {
    color: black;
}

.product-detail-thumbnail .la-arrow-left:before {
    content: "\f104";
}

.product-detail-thumbnail .la-arrow-right:before {
    content: "\f105";
}

#lang-change .dropdown-item.active,
#lang-change .dropdown-item:hover,
#lang-change .dropdown-item:active {
    color: var(--secondary) !important;
}

.vanda-user-panel .address-item .btn-addnew {
    color: var(--dark);
}

.vanda-user-panel .address-item .btn-addnew i.la {
    color: #fff;
    background-color: #e4e4e4;
    font-size: 18px;
}

.vanda-user-panel .address-item .btn-addnew:hover {
    color: var(--primary);
}

.vanda-user-panel .address-item .btn-addnew:hover i.la {
    background-color: var(--primary);
}

.select2-container--default .select2-selection--single {
    border: 1px solid #dfdfe6;
    height: calc(1.3125rem + 1.2rem + 2px);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: calc(1.3125rem + 1.2rem + 2px);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: calc(1.3125rem + 1.2rem);
}

.card-address .btns button {
    text-decoration: none;
}

.card-address .btns a,
.card-address .btns button {
    color: var(--primary);
    font-size: 12px;
    line-height: 1 !important;
}

.card-address .btns a:hover,
.card-address .btns button:hover {
    text-decoration: underline;
}

.header-logo {
    background: #EBFFF8;
}

.card-address .btns>*+* {
    border-left: 1px solid #ccc;
}

.card-address .card-header {
    background-color: #EBFFF8;
}

.card-address h4.name {
    font-weight: bold;
}

.address-default .card {
    /* box-shadow: 0 0 13px 0 rgb(82 63 105 / 30%); */
}

.card-address.card-address .card-header {
    padding: 10px 15px;
}

.card-address .card-body {
    padding: 15px;
}

.lang-checkbox input {
    height: 14px;
}

.form-group.required .control-label:after {
    color: #d00;
    content: "*";
    position: absolute;
    margin-left: 8px;
}

.verify_email .inner {
    max-width: 600px;
    padding-top: 50px;
    padding-bottom: 50px;
}

#otp-form-verify_email .otp-inner,
#otp-form-verify_phone .otp-inner {
    max-width: 320px;
    margin: 2rem auto;
}

#modelVerifyEmail .close {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
}

#otp input {
    padding: 0px;
}

.example-code {
    color: var(--secondary) !important;
    font-weight: 700;
    font-size: 12px;
}



.steps {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    position: relative;
}

.step-button {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: none;
    background-color: #F3F3F3;
    transition: .4s;
    filter: grayscale(1);
    line-height: 67px;
}

.step-button img {
    height: 35px;
    opacity: 0.5;
}

.step-button[aria-expanded="true"],
.step-button.active,
.step-button.done {
    background-color: #EBFFF8;
    color: #fff;
    filter: grayscale(0);
}

.step-button[aria-expanded="true"] img,
.step-button.done img,
.step-button.active img {
    opacity: 1;
}

.done {
    background-color: #FFF4F4;
    color: #fff;
    filter: grayscale(0);
}

.step-item {
    pointer-events: none;
    z-index: 10;
    text-align: center;
}

#progress {
    -webkit-appearance: none;
    position: absolute;
    width: 90%;
    z-index: 5;
    height: 1px;
    margin-left: 35px;
    margin-bottom: 34px;
    border-top: 1px dashed var(--primary);
}

@media screen and (max-width: 768px) {
    .order-steps .step-button img {
        height: 25px;
    }

    .order-steps .step-title.mt-3 {
        font-size: 10px;
    }

    .order-steps .step-button {
        width: 40px;
        height: 40px;
    }
}



.address_pickup {
    color: var(--secondary);
    background: var(--soft-danger);
    width: fit-content;
    border-radius: 12px;
    padding: 4px 8px 4px 8px;
}

.address_return {
    color: var(--yellow);
    background: var(--soft-warning);
    width: fit-content;
    border-radius: 12px;
    padding: 4px 8px 4px 8px;
}

.address_default {
    color: var(--blue);
    background: var(--soft-info);
    width: fit-content;
    border-radius: 12px;
    padding: 4px 8px 4px 8px;
}

.unset-border {
    border: unset !important;
}

.qr-box {
    border: 1px dashed #E4E4E4;
    width: 180px;
    height: 180px;
    border-radius: 12px;
}

.qr-box-image {
    border: none;
    width: 180px;
    height: 180px;
    border-radius: 12px;
}

.vanda-brs-button {
    border-radius: 50px;
    background: #F3F3F3;
    padding: 8px 24px 8px 24px;
}

/* RATIO === */
.ratio {
    position: relative;
    width: 100%;
}

.ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: "";
}

.ratio>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ratio-1x1 {
    --bs-aspect-ratio: 100%;
}

.ratio-2x1 {
    --bs-aspect-ratio: 50%;
}

.ratio-3x1 {
    --bs-aspect-ratio: 33.33333%;
}

.ratio-4x3 {
    --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
    --bs-aspect-ratio: 56.25%;
}

.ratio-1x2 {
    --bs-aspect-ratio: 200%;
}

.ratio-3x4 {
    --bs-aspect-ratio: 133.33333%;
}

.object-fit-contain {
    object-fit: contain;
}

.object-fit-cover {
    object-fit: cover;
}

/* === RATIO */

.product-item .rating i {
    font-size: 15px;
}

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

/* RATIO === */
.ratio {
    position: relative;
    width: 100%;
}

.ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: "";
}

.ratio>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ratio-1x1 {
    --bs-aspect-ratio: 100%;
}

.ratio-2x1 {
    --bs-aspect-ratio: 50%;
}

.ratio-3x1 {
    --bs-aspect-ratio: 33.33333%;
}

.ratio-4x3 {
    --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
    --bs-aspect-ratio: 56.25%;
}

.ratio-1x2 {
    --bs-aspect-ratio: 200%;
}

.ratio-3x4 {
    --bs-aspect-ratio: 133.33333%;
}

.object-fit-contain {
    object-fit: contain;
}

/* === RATIO */

.product-item .rating i {
    font-size: 15px;
}

.list-search {
    white-space: nowrap;
    display: block !important;
    flex-wrap: nowrap;
    max-width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.list-search::-webkit-scrollbar {
    display: none;
}

.list-search .active a {
    background: var(--secondary-2) !important;
    color: white !important;
}

.list-search .active select {
    background: var(--secondary-2) !important;
    color: white !important;
}

.ls-5 {
    letter-spacing: 5px !important;
}

.block-center {
    display: flex;
    align-items: center;
    line-height: 0px;
    justify-content: center;
}

a.disabled {
    pointer-events: none;
    cursor: default;
}

.list-order {
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.list-order,
.list-order .list-group-item {
    border-radius: 0 !important;
    color: #000 !important;
    white-space: nowrap;
}

.list-order .list-group-item {
    /*border-bottom: 1px solid #f3f3f3 !important;*/
}

.list-order .active {
    background: white !important;
    border-bottom: 1px solid var(--primary) !important;
}

.list-order .active a {
    color: var(--primary) !important;
}

.seller-tab .active {
    background: white !important;
    border-bottom: 1px solid var(--secondary) !important;
}

.seller-tab .active a {
    /* color: var(--secondary) !important; */
}

.upload-avatar {
    position: absolute;
    font-size: 10px;
    font-weight: 500;
    color: var(--white);
    bottom: 5px;
    width: 100%;
    text-align: center;
}

.profile-choose-image-logo:before {
    position: absolute;
    content: '';
    bottom: 0;
    height: 25%;
    left: 0;
    right: 0;
    background: var(--dark);
    opacity: 0.25;
}

.profile-choose-image-logo {
    height: 100px;
    width: 100px;
    position: relative;
    border-radius: 50%;
    overflow: hidden
}

.profile-choose-image-cover {
    position: relative;
    overflow: hidden;
}

.profile-choose-image-cover:before {
    position: absolute;
    content: '';
    bottom: 0;
    height: 25%;
    left: 0;
    right: 0;
    background: var(--dark);
    opacity: 0.25;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.status-store {
    position: relative;
}

.title {
    text-align: left;
    padding: 8px 65px 8px 10px;
    margin: 0px;
}

.status-store .radio-btn {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translate(-50%, -50%);
}

.store-hero .avatar-lg {
    width: 130px;
    height: 130px;
}

.store-rating-good,
.store-product-total {
    position: relative;
    overflow: hidden;
}

.store-rating-good:before,
.store-product-total:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    /*opacity: 10%;*/
    z-index: -1;
}

.store-rating-good:before {
    background-color: #EBFFF8;
}

.store-product-total:before {
    background-color: #FFF9E9;
}

.store-quick-btn a {
    color: #1b1b28;
    background-color: #fff;
    text-align: left;
}

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

div.loading {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    margin-top: -22px;
    text-align: center;
    padding: 2px;
    z-index: 10;
}

div.loading>div:last-child {
    position: relative;
    width: 80px;
    height: 15px;
    margin: 1em auto;
}

div.loading>div:last-child>div {
    position: absolute;
    top: 0;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: var(--secondary) !important;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

div.loading>div:last-child>div:nth-child(1) {
    left: 8px;
    animation: datatables-loader-1 0.6s infinite;
}

div.loading>div:last-child>div:nth-child(2) {
    left: 8px;
    animation: datatables-loader-2 0.6s infinite;
}

div.loading>div:last-child>div:nth-child(3) {
    left: 32px;
    animation: datatables-loader-2 0.6s infinite;
}

div.loading>div:last-child>div:nth-child(4) {
    left: 56px;
    animation: datatables-loader-3 0.6s infinite;
}

@keyframes datatables-loader-1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes datatables-loader-3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes datatables-loader-2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

#product-list {
    min-height: 100px;
}

#product-list .pagination {
    justify-content: center;
}

.address_status_switch {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(-50%, -50%);
}

.address-store-group {
    position: relative;
}

.pedding {
    color: var(--secondary);
}

.status-store {
    position: relative;
}

/* Ẩn checkbox mặc định */
.custom-vanda-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Tạo hộp checkbox tùy chỉnh */
.custom-vanda-checkbox .checkmark {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 1px solid #949494;
    border-radius: 4px;
    margin-right: 10px;
}

/* Khi checkbox được chọn, đổi màu nền */
.custom-vanda-checkbox input:checked~.checkmark {
    background-color: #0B6E4F;
    border-color: #0B6E4F;
}

/* Tạo dấu tích (checkmark) */
.custom-vanda-checkbox .checkmark::after {
    content: "";
    position: absolute;
    display: none;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* Hiển thị dấu tích khi checkbox được chọn */
.custom-vanda-checkbox input:checked~.checkmark::after {
    display: block;
}

.variant-selector {
    position: relative;
    display: inline-block;
}

.variant-trigger {
    cursor: pointer;
    padding: 4px 8px;
}

.variant-dropdown {
    position: absolute;
    top: 100%;
    left: -20px;
    width: 310px;
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    transition: opacity 0.2s, visibility 0.2s;
}

.variant-dropdown.hidden {
    opacity: 0;
    visibility: hidden;
}

.variant-section {
    margin-bottom: 16px;
}

.variant-title {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
}

.variant-options {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.variant-btn {
    padding: 6px 12px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    background: white;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.2s ease;
}

.variant-btn.active {
    border-color: #00875A;
    color: #00875A;
}

.variant-btn:hover {
    border-color: #00875A;
}

.variant-actions {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #e0e0e0;
}

.btn-cancel {
    padding: 6px 16px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    background: white;
    cursor: pointer;
}

.btn-confirm {
    padding: 6px 16px;
    border: none;
    border-radius: 4px;
    background: var(--primary);
    color: white;
    cursor: pointer;
}

.btn-confirm:hover {
    background: #007048;
}

.variant-dropdown.loading {
    position: relative;
    min-height: 100px;
}

/* .loading-spinner {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.loading-spinner::after {
    content: "";
    width: 30px;
    height: 30px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-left: 10px;
} */

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.dropdown-icon {
    display: inline-block;
    margin-left: 5px;
    transition: transform 0.3s ease;
}

.dropdown-icon.rotated {
    transform: rotate(180deg);
}

.title {
    text-align: left;
    padding: 8px 65px 8px 10px;
    margin: 0px;
}

.status-store .radio-btn {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translate(-50%, -50%);
}

.address_group {
    .select2 {
        width: 100% !important;
    }

    .selection {
        width: 100%;
    }
}

.is-invalid~.select2-container .select2-selection {
    border-color: #dc3545 !important;
}

@media (max-width: 767.95px) {
    .store-filter {
        padding-top: 30px;
    }

    .store-filter .hint {
        position: absolute;
        top: -24px;
    }
}

.verify-input {
    background: #F1FFF5;
    color: #338700;
    padding: 4px 10px;
    border-radius: 50px;
    position: absolute;
    right: 23px;
    top: 7px;
}

.pending-input {
    background: #FFF9E6;
    color: #FFB800;
    padding: 4px 10px;
    border-radius: 50px;
    position: absolute;
    right: 23px;
    top: 7px;
}

/* hide calendar icon */
input.vanda-date-range[type='date']::-webkit-inner-spin-button,
input.vanda-date-range[type='date']::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}


.timeline-wrapper .time {
    position: absolute;
    left: -140px;
    color: #727272;
}

.timeline-wrapper {
    padding-left: 80px;
    font-size: 14px;
}

.timeline-wrapper .step-progress {
    position: relative;
    padding-left: 60px;
    list-style: none;
}

.timeline-wrapper .step-progress::before {
    display: inline-block;
    content: '';
    position: absolute;
    top: 0;
    left: 30px;
    width: 10px;
    height: 100%;
    border-left: 1px dashed #CCC;
}

.timeline-wrapper .step-progress-item {
    position: relative;
    counter-increment: list;
}

.timeline-wrapper .step-progress-item:not(:last-child) {
    padding-bottom: 40px;
}

.timeline-wrapper .step-progress-item::before {
    display: inline-block;
    content: '';
    position: absolute;
    left: -30px;
    height: 100%;
    width: 10px;
}

.timeline-wrapper .step-progress-item::after {
    content: '\f00c';
    display: inline-block;
    position: absolute;
    top: 0;
    left: -37px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #7C7C7C;
    font-family: 'Line Awesome Free';
    font-weight: 900;
    line-height: 10px;
    color: white;
    font-size: 10px;
    padding: 2px 2.5px;
}

.timeline-wrapper .step-progress-item.is-done::after {
    background-color: var(--primary);
}

.timeline-wrapper .step-progress-item.is-done .time {
    color: black;
}

.clearfix:after {
    content: '';
    display: table;
    clear: both;
}

.title-invitation {
    font-weight: 700;
    font-size: 18px;
}

.size-14px {
    font-size: 14px;
}

#modelAddress input[type='radio'] {
    accent-color: var(--secondary);
}


.upload-area {
    width: 100%;
    min-height: 200px;
    padding: 1rem;
    border: 2px dashed #eee;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    overflow: hidden;
}

label.cursor-pointer {
    cursor: pointer;
    display: block;
}

.file-preview:not(:empty) {
    margin-bottom: 2rem !important;
}

#thumb-image .file-preview-item {
    width: 100%;
}

.remove-image-review {
    top: -5px;
    right: -5px;
    position: absolute;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    color: #fff;
    background-color: #727272;
}

.img-review {
    height: 100%;
    object-fit: cover;
}

.remove-image-review:hover {
    cursor: pointer;
}

.select2-search__field {
    padding-bottom: 5px !important;
}

.select2-selection--multiple {
    /*padding: 0.3rem 0.8rem !important;*/
    font-size: 0.875rem !important;
    /* height: calc(1.3125rem + 1.2rem + 2px) !important; */
    border: 1px solid #dfdfe6 !important;
    color: #898b92 !important;
}

.qr-code-ad {
    border: 1px solid;
    border-radius: 12px;
}

figure.image img {
    max-width: 100% !important;
}

.logo-vanda {
    width: 53px;
    height: 17px;
    top: 12px;
    bottom: 12px;
}

.default-wallet {
    margin-top: 2px;
    font-size: 14px;
    line-height: 1;
    white-space: nowrap;
    display: inline-table
}

div.loadingTable {
    position: absolute;
    top: 50%;
    left: 110%;
    margin-left: calc(500px - 20%);
    transform: translate(-50%, -50%);
    width: 150px;
    text-align: center;
    padding: 2px;
    z-index: 10;
}

div.loadingTable>div:last-child {
    position: relative;
    width: 60px;
    height: 12px;
    margin: 1em auto;
}

div.loadingTable>div:last-child>div {
    position: absolute;
    top: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--secondary) !important;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

div.loadingTable>div:last-child>div:nth-child(1) {
    left: 6px;
    animation: datatables-loader-1 0.6s infinite;
}

div.loadingTable>div:last-child>div:nth-child(2) {
    left: 6px;
    animation: datatables-loader-2 0.6s infinite;
}

div.loadingTable>div:last-child>div:nth-child(3) {
    left: 24px;
    animation: datatables-loader-2 0.6s infinite;
}

div.loadingTable>div:last-child>div:nth-child(4) {
    left: 42px;
    animation: datatables-loader-3 0.6s infinite;
}

@media (max-width: 768px) {
    div.loadingTable {
        width: 120px;
        margin-left: calc(-100px - 20%);
        margin-top: 20px;
    }

    div.loadingTable>div:last-child {
        width: 50px;
        height: 10px;
    }

    div.loadingTable>div:last-child>div {
        width: 8px;
        height: 8px;
    }

    div.loadingTable>div:last-child>div:nth-child(1) {
        left: 4px;
    }

    div.loadingTable>div:last-child>div:nth-child(2) {
        left: 4px;
    }

    div.loadingTable>div:last-child>div:nth-child(3) {
        left: 18px;
    }

    div.loadingTable>div:last-child>div:nth-child(4) {
        left: 32px;
    }
}

.with-draw-input {
    color: #0c0c0c !important;
}

.custom-radio:checked {
    background-color: white !important;
    border: 6px solid #0B6E4F;
}

.custom-radio {
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    border-radius: 50%;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
}

.text-muted {
    opacity: 0.6;
}

/* .position-relative i {
    color: #6c757d;
    font-size: 1.2rem;
} */

.text-danger {
    color: red;
    font-weight: bold;
}

.btn-cancel {
    background-color: #d6d6d6;
    color: #333;
    border: 1px solid #ccc;
}

.btn-cancel:hover {
    background-color: #bfbfbf;
    color: #000;
}

.btn-exit {
    background-color: #d6d6d6;
    color: #333;
    border: 1px solid #ccc;
}

.btn-exit:hover {
    background-color: #bfbfbf;
    color: #000;
}

.shipping-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 1rem;
}

.shipping-option img {
    width: 64px;
    height: 64px;
    object-fit: contain;
    border: 1px solid #E4E4E4;
    padding: 8px;
    border-radius: 4px;
}

.shipping-info {
    flex-grow: 1;
    margin-left: 1rem;
}

.shipping-info p {
    margin-bottom: 0.2rem;
}

.shipping-title {
    font-weight: 600;
    margin-bottom: 0.2rem;
    font-size: 18px;
}

.shipping-subtitle {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
}

.shipping-time-line {
    font-size: 12px;
    font-weight: 400;
    color: #7C7C7C;
}

.price {
    font-weight: 700;
    font-size: 14px;
}

.price .currency {
    text-decoration: underline;
}

.deal-row {
    display: flex;
}

.status-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    max-width: 400px;
    width: 100%
}

.status-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 20px;
    text-align: center;
}

.icon {
    width: 90px;
    height: 90px;
    top: 24px;
    left: 24px;
    border-radius: 50%;
    margin-bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon.active {
    background-color: var(--soft-primary);
}

.icon.inactive {
    background-color: var(--soft-danger);
}

.icon-active {
    stroke: var(--danger);
}

.dashed-line {
    width: 100%;
    border-top: 2px dashed var(--primary);
    margin: 10px 0;
    margin-bottom: 20%;
}

.timestamp {
    font-size: 14px;
    color: #888;
}

@media (max-width: 768px) {
    .status-container {
        flex-direction: column;
        padding: 10px;
    }

    .status-item {
        margin: 10px 0;
        width: 100%;
        text-align: center;
    }

    .icon {
        width: 70px;
        height: 70px;
        margin-bottom: 10px;
    }

    .dashed-line {
        margin: 15px 0;
    }

    .timestamp {
        font-size: 10px;
    }
}

@media (max-width: 480px) {
    .status-container {
        padding: 5px;
    }

    .status-item {
        margin: 8px 0;
    }

    .icon {
        width: 60px;
        height: 60px;
    }

    .dashed-line {
        margin: 20px 0;
    }

    .timestamp {
        font-size: 8px;
    }
}

.nav-link.active {
    border-bottom: 2px solid var(--secondary);
}

.is-invalid {
    border: 1px solid red;
    background-color: #f8d7da;
}

.vanda-date-icon:hover {
    cursor: pointer;
}

.fixed-width {
    width: 200px;
}

.fixed-btn {
    width: 180px;
    height: 40px;
    font-size: 14px;
}

div.loadingWithDraw {
    position: absolute;
    width: 200px;
    transform: translate(215%, -500%);
    text-align: center;
    padding: 2px;
    z-index: 10;
}

div.loadingWithDraw>div:last-child {
    position: relative;
    width: 80px;
    height: 15px;
    margin: 1em auto;
}

div.loadingWithDraw>div:last-child>div {
    position: absolute;
    top: 0;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: var(--secondary) !important;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

div.loadingWithDraw>div:last-child>div:nth-child(1) {
    left: 8px;
    animation: datatables-loader-1 0.6s infinite;
}

div.loadingWithDraw>div:last-child>div:nth-child(2) {
    left: 8px;
    animation: datatables-loader-2 0.6s infinite;
}

div.loadingWithDraw>div:last-child>div:nth-child(3) {
    left: 32px;
    animation: datatables-loader-2 0.6s infinite;
}

div.loadingWithDraw>div:last-child>div:nth-child(4) {
    left: 56px;
    animation: datatables-loader-3 0.6s infinite;
}

@keyframes datatables-loader-1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes datatables-loader-3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes datatables-loader-2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

.infor_product {
    margin: 15px !important;
    border: 1px solid #e2e5ec;
    border-radius: 7px;
    padding: 10px;
}

.btn-add-cart:hover {
    background: var(--primary);
    color: var(--white) !important;
}

.la-search {
    transform: scaleX(-1);
}

.dropdown-item.filtered {
    color: var(--primary);
}

.btn-gray {
    background: var(--gray);
    color: var(--white);
}

.btn-outline-rating {
    border: solid 2px var(--gray);
}

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

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

.info-shop {
    fill: red;
    stroke: blue;
}

.classify-item {
    cursor: pointer;
    color: #007bff;
}

.classify-item:hover {
    text-decoration: underline;
}

.classify-card {
    position: absolute;
    z-index: 1000;
    width: 300px;
    background: white;
}

.sku-value {
    display: inline-block;
    padding: 5px 15px;
    margin: 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
}

.sku-value.active {
    background-color: #007bff;
    color: white;
    border-color: #007bff;
}

.sku-option {
    margin-bottom: 15px;
}

.sku-option-label {
    font-weight: 500;
    margin-bottom: 8px;
}

.btn-buy-now {
    border: 2px solid var(--primary);
    color: var(--primary);
    background: transparent;
    transition: all 0.3s ease-in-out;
    padding: 10px 20px;
    border-radius: 0px !important;
    font-size: 16px;
    cursor: pointer;
}

.btn-buy-now:hover {
    background: var(--primary);
    color: var(--white);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    transform: scale(1.05);
}

.refund_status {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.refund_amount {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #EC1E1E;
}

.refund_text {
    font-size: 14px;
    font-weight: 400;
}

.text-sky {
    color: #0095E8;
}

.badge-soft-sky {
    background: rgb(0, 149, 232, 0.45);
}
.btn-cancel-order{
    border: 1px solid #EC1E1E;
    color: #EC1E1E;
    background-color: transparent;
}
.unset-padding {
    padding: unset !important;
}

.card .card-pending {
    background-color: #F3F3F3;
    border: 1px solid #E4E4E4;
}

.pending-name {
    color: #949494;
}

.pending-number {
    color: #949494;
}

.pending-bank-name {
    color: #949494;
}

input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear,
input[type="password"]::-webkit-contacts-auto-fill-button,
input[type="password"]::-webkit-credentials-auto-fill-button {
    display: none !important;
    visibility: hidden;
    pointer-events: none;
}

input[type="password"]::-ms-reveal {
    display: none !important;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff !important;
    border-color: #0B6E4F;
    background-color: #0B6E4F;
}

.modal-body {
    max-height: calc(90vh - 150px);
    overflow-y: auto;
}


.modal-body::-webkit-scrollbar {
    width: 6px;
}

.modal-body::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.modal-body::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
}

.modal-body::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.editable-input {
    position: relative;
}

.editable-input:empty::before {
    content: attr(data-placeholder);
    position: absolute;
    left: 0;
    right: 0;
    color: #6c757d;
    pointer-events: none;
    padding: 8px;
}

.editable-input:not(:empty)::before {
    content: none;
}

.vanda-switch input:empty~span:before {
    background-color: #e0e0e0;
}

.vanda-switch input:checked~span:after {
    background-color: var(--primary);
    margin-left: 20px;
}

.vanda-switch-success input:checked~span:after {
    background-color: var(--white);
}

.vanda-switch input:checked~span:before {
    background-color: #338700;
}

.cursor-pointer:hover {
    cursor: pointer;
}

.form-check-input:checked {
    background-color: #0B6E4F;
    border-color: #0B6E4F !important;
}

/* @@@config css */

@media (max-width:991px) {
    .modal-content {
        margin-top: 70px;
        display: flex;
        padding-top: 30px;
        max-height: 550px;
    }

    .vanda-carousel {
        margin-top: 5px;
        padding: 5px 0;
    }

    .list-inline-item.ml-3.pr-1.pl-0.dropdown {
        display: block !important;
        order: -1;
        margin-right: auto !important;
        margin-left: 0 !important;
    }

    .list-inline.mb-0.h-100.d-none.d-xl-flex {
        display: flex !important;
        justify-content: flex-end;
    }

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

    .notification-click .las.la-bell {
        font-size: 24px;
    }

    .notification-count {
        position: absolute;
        top: -5px;
        right: -5px;
    }

    @media (max-width: 1200px) {
        .list-inline-item.ml-3.pr-1.pl-0.dropdown {
            order: -1;
            margin-left: 10px !important;
        }
    }
}

a.banner-main {
    display: block;
    height: 400px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

a.banner-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.3s ease;
}

.hov-scale-img:hover img {
    transform: scale(1.05);
}

@media (max-width: 1200px) {
    a.banner-main {
        height: 320px;
    }
}

@media (max-width: 992px) {
    a.banner-main {
        height: 280px;
    }
}

@media (max-width: 768px) {
    a.banner-main {
        height: 240px;
    }
}

@media (max-width: 576px) {
    a.banner-main {
        height: 200px;
    }
}

@media (max-width: 450px) {
    a.banner-main {
        height: 180px;
    }
}

.vanda-date-range,
select {
    cursor: pointer;
}

/* custom nút sắp xếp */

table.dataTable thead>tr>th.dt-orderable-asc,
table.dataTable thead>tr>th.dt-orderable-desc,
table.dataTable thead>tr>th.dt-ordering-asc,
table.dataTable thead>tr>th.dt-ordering-desc,
table.dataTable thead>tr>td.dt-orderable-asc,
table.dataTable thead>tr>td.dt-orderable-desc,
table.dataTable thead>tr>td.dt-ordering-asc,
table.dataTable thead>tr>td.dt-ordering-desc {
    position: relative;
    padding-right: 30px;
    cursor: pointer;
}

table.dataTable thead>tr>th.dt-orderable-asc span.dt-column-order,
table.dataTable thead>tr>th.dt-orderable-desc span.dt-column-order,
table.dataTable thead>tr>th.dt-ordering-asc span.dt-column-order,
table.dataTable thead>tr>th.dt-ordering-desc span.dt-column-order,
table.dataTable thead>tr>td.dt-orderable-asc span.dt-column-order,
table.dataTable thead>tr>td.dt-orderable-desc span.dt-column-order,
table.dataTable thead>tr>td.dt-ordering-asc span.dt-column-order,
table.dataTable thead>tr>td.dt-ordering-desc span.dt-column-order {
    position: absolute;
    right: 12px;
    top: 0;
    bottom: 0;
    width: 12px;
}

table.dataTable thead>tr>th.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead>tr>th.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead>tr>td.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead>tr>td.dt-ordering-asc span.dt-column-order:before {
    position: absolute;
    display: block;
    bottom: 50%;
    content: "▲";
    left: 0;
    opacity: 0.125;
    line-height: 9px;
    font-size: 0.8em;
}

table.dataTable thead>tr>th.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead>tr>th.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead>tr>td.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead>tr>td.dt-ordering-desc span.dt-column-order:after {
    position: absolute;
    display: block;
    top: 50%;
    content: "▼";
    left: 0;
    opacity: 0.125;
    line-height: 9px;
    font-size: 0.8em;
}

table.dataTable thead>tr>th.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead>tr>th.dt-orderable-asc span.dt-column-order:after,
table.dataTable thead>tr>th.dt-orderable-desc span.dt-column-order:before,
table.dataTable thead>tr>th.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead>tr>th.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead>tr>th.dt-ordering-asc span.dt-column-order:after,
table.dataTable thead>tr>th.dt-ordering-desc span.dt-column-order:before,
table.dataTable thead>tr>th.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead>tr>td.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead>tr>td.dt-orderable-asc span.dt-column-order:after,
table.dataTable thead>tr>td.dt-orderable-desc span.dt-column-order:before,
table.dataTable thead>tr>td.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead>tr>td.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead>tr>td.dt-ordering-asc span.dt-column-order:after,
table.dataTable thead>tr>td.dt-ordering-desc span.dt-column-order:before,
table.dataTable thead>tr>td.dt-ordering-desc span.dt-column-order:after {
    left: 0;
    opacity: 0.125;
    line-height: 9px;
    font-size: 0.8em;
}

table.dataTable thead>tr>th.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead>tr>td.dt-ordering-asc span.dt-column-order:before {
    opacity: 0.6;
}

table.dataTable thead>tr>th.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead>tr>td.dt-ordering-desc span.dt-column-order:after {
    opacity: 0.6;
}

table.dataTable thead>tr>th.dt-orderable-asc:hover,
table.dataTable thead>tr>th.dt-orderable-desc:hover,
table.dataTable thead>tr>td.dt-orderable-asc:hover,
table.dataTable thead>tr>td.dt-orderable-desc:hover {
    outline: 2px solid rgba(0, 0, 0, 0.05);
    outline-offset: -2px;
}

:root.dark table.dataTable thead>tr>th.dt-orderable-asc:hover,
:root.dark table.dataTable thead>tr>th.dt-orderable-desc:hover,
:root.dark table.dataTable thead>tr>td.dt-orderable-asc:hover,
:root.dark table.dataTable thead>tr>td.dt-orderable-desc:hover,
:root[data-bs-theme=dark] table.dataTable thead>tr>th.dt-orderable-asc:hover,
:root[data-bs-theme=dark] table.dataTable thead>tr>th.dt-orderable-desc:hover,
:root[data-bs-theme=dark] table.dataTable thead>tr>td.dt-orderable-asc:hover,
:root[data-bs-theme=dark] table.dataTable thead>tr>td.dt-orderable-desc:hover {
    outline: 2px solid rgba(255, 255, 255, 0.05);
}

/* General skeleton styles */
.skeleton-image {
    width: 100%;
    height: 100%;
    background-color: #e0e0e0;
    animation: skeleton-loading 1.5s infinite ease-in-out;
}

.skeleton-text {
    height: 12px;
    background-color: #e0e0e0;
    border-radius: 4px;
    animation: skeleton-loading 1.5s infinite ease-in-out;
}

.skeleton-stars {
    display: inline-block;
    width: 80px;
    height: 16px;
    background-color: #e0e0e0;
    border-radius: 4px;
    animation: skeleton-loading 1.5s infinite ease-in-out;
}

.skeleton-star {
    width: 16px;
    height: 16px;
    background-color: #e0e0e0;
    border-radius: 50%;
    animation: skeleton-loading 1.5s infinite ease-in-out;
}

.skeleton-add-to-cart {
    position: absolute;
    right: 13px;
    bottom: 13px;
    width: 25px;
    height: 25px;
    background-color: #e0e0e0;
    border-radius: 50%;
    animation: skeleton-loading 1.5s infinite ease-in-out;
}

@keyframes skeleton-loading {
    0% {
        opacity: 0.6;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.6;
    }
}

.category-link {
    cursor: pointer;
}

.subcategory-menu {
    padding-left: 1rem !important;
}

.subcategory-menu a:hover {
    color: #000000;
}

.dropdown-arrow {
    transition: transform 0.3s ease !important;
}

.category-item.active {
    background-color: #EBFFF8;
}

.slick-slide {
    height: auto !important;
}
.truncate-text {
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 576px) {
    .truncate-text {
        max-width: 100px;
    }
}
.bg-primary-soft{
    background-color: #ebfff8;
}
.bg-warning-soft{
    background-color: #fff9e9;
}