html * {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 1.5;
}

body {
    height: 100vh !important;
    width: 100vw !important;
    margin: 0;
    padding: 0;
    /* overflow: hidden !important; */
}

html * .h1,
html * .h2,
html * .h3,
html * .h4,
html * .h5,
html * .h6,
html * h1,
html * h2,
html * h3,
html * h4,
html * h5,
html * h6,
html * .table thead th,
html * .btn {
    font-weight: 500;
    line-height: 1.2;
}

html * p,
html * span {
    font-size: 15px;
    color: #212529;
}

html * .btn {
    font-weight: 500;
}

.detail-fs {
    font-size: 14px !important;
}

.form-label {
    font-size: 12px !important;
}

.tx-title {
    font-size: 15px !important;
}

.bx-datepicker {
    border-top-right-radius: 0.35rem;
    border-bottom-right-radius: 0.35rem;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.exPlDiagram-col1,
.exPlDiagram-col2 {
    width: 100px;
    height: 42px;
    background: #f6c23e;
    justify-content: center;
    display: flex;
    align-items: center;
    border-radius: 3px;
    margin-top: -10px;
}

.exPlDiagram-col2 {
    background: #4e73df;
}

.sidebar-light .nav-item .nav-link:focus,
.sidebar-light .nav-item .nav-link:hover {
    background: #4e73df;
    color: white !important;
    transition: all 0.1s ease-in-out;
}

.text-white,
.sidebar-light .nav-item .nav-link:hover>span,
.sidebar-light .nav-item .nav-link:hover>i,
.sidebar-light .nav-item .nav-link:focus>span,
.sidebar-light .nav-item .nav-link:focus>i {
    color: white !important;
}

.tx-black {
    color: #222b40 !important;
}

.txt-black {
    color: #000 !important;
}

.Order-btnAdd,
.Order-btnAddOrder {
    margin-top: 7px;
}

.btn.show {
    background-color: #4e73df !important;
}

.form-control,
.form-select,
.MngOrd-btn,
.Order-btnAdd,
.storeMng,
.Order-btnAddOrder,
.tradeHis-btn,
.ht {
    height: 42px !important;
}

.form-control i,
.form-select i,
.MngOrd-btn i,
.Order-btnAdd i,
.storeMng i,
.Order-btnAddOrder i,
.tradeHis-btn i,
.ht i {
    margin-top: -2px;
}

.alg-storeMng,
.alg-MngOrd-btn,
.tradeHis-btn,
.ts {
    margin-top: 14px !important;
}

.alg-btn-promo {
    margin-top: 120px !important;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: flex-start !important;
}

.nav-tabs {
    flex-direction: row;
}

.custom-tab {
    color: #4e73df;
    border: none;
    transition: all 0.3s ease;
    border-radius: 10px;
}

.custom-tab :hover,
.custom-tab :focus {
    background-color: #e9ecef;
}

.custom-tab.active {
    background-color: #4e73df;
    color: white !important;
    border-radius: 10px;
}

.wl-btn-copy {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.form-control[readonly] {
    background: none;
}

.modal-dialog {
    max-width: 900px !important;
    margin: 2rem auto;
}

.modal-content {
    text-align: center;
}

.modal-body img {
    width: 100%;
    height: auto;
}

/* Modal Overlay */

.modal-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    /* Semi-transparent black background */
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Modal Box */

.modal-box {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

/* Modal Title */

.modal-title {
    font-size: 18px;
    font-weight: bold;
}

/* Modal Content */

.modal-content {
    margin-bottom: 20px;
}

/* Modal Buttons */

.modal-buttons {
    display: flex;
    justify-content: flex-end;
}

/* Modal Button */

.modal-button {
    margin-left: 10px;
}

/* Confirm Button */

.modal-button.confirm {
    background-color: #198754;
    /* Green */
    color: #fff;
}

/* Cancel Button */

.modal-button.cancel {
    background-color: #dc3545;
    /* Red */
    color: #fff;
}

.uploaded-image-container {
    position: relative;
}

.uploaded-images {
    display: flex;
    /* justify-content: center; */
    flex-wrap: wrap;
    gap: 5px;
}

.uploaded-image,
.imgQR_detail {
    width: 35px;
    height: 35px;
    object-fit: cover;
    border-radius: 5px;
    cursor: pointer;
}

.txt-acc {
    font-size: 16px;
    font-weight: 600;
}

.imgQR_detail {
    width: 200px;
    height: 200px;
    padding: 5px;
    border: 1px solid #4e73df;
}

.alg-llb-total {
    margin-top: 60px;
    margin-left: 35px;
    padding-right: 0px;
}

.uploaded-image-container span {
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-top: 5px;
}

.image-container {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.image-upload-label {
    cursor: pointer;
}

.image-upload-input {
    display: none;
}

#clicked-image-container {
    max-width: 100%;
    text-align: center;
}

#clicked-image-container img {
    width: 100%;
    max-height: 550px;
    object-fit: contain;
}

.delete-icon {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #ff0000;
    cursor: pointer;
    font-size: 13px;
}

.uploaded-image-container {
    flex: 0 0 auto;
}

.thumbnail-container {
    position: relative;
    width: 70px;
    height: 70px;
    border-radius: 10px;
    overflow: hidden;
}

.thumbnail-label {
    position: absolute;
    bottom: 5px;
    right: 5px;
    background-color: #f5f5f5;
    color: #4e73df;
    font-size: 12px;
    padding: 2px 5px;
    border-radius: 5px;
}

.image-separator {
    display: flex;
    align-items: center;
    color: #000;
    font-size: 14px;
}

.form-check-input:checked,
.btn-primary,
.swal2-styled.swal2-confirm {
    background-color: #4e73df !important;
    border-color: #4e73df !important;
}

.btn.show {
    border-color: #4e73df !important;
}

.btn-primary:hover {
    background-color: white !important;
    border-color: #34539e !important;
    color: #34539e !important
}

.text-primary,
.nav-link,
.sidebar-light .nav-item .nav-link i,
.swal2-styled.swal2-cancel {
    color: #4e73df !important;
}

.swal2-styled.swal2-confirm:focus {
    box-shadow: none !important;
}

.dropdown-item:active,
a.text-warning:focus {
    color: white !important;
}

.input-group-text {
    border-bottom-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
}

.input-group>.form-control {
    margin-right: -1px;
}

.swal2-icon.swal2-warning {
    border-color: #f6c23e !important;
    color: #f6c23e !important;
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
    top: 37px !important;
    left: 6px !important;
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
    top: 32px !important;
    right: 2px !important;
}

.dropdown-submenu-skin .dropdown-field-watch {
    height: 42px !important;
    --bs-form-select-bg-img: url(data:image/svg + xml,
 %3csvgxmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" %3e%3cpathfill="none" stroke="%23343a40" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m2 5 6 6 6-6" /%3e%3c/svg%3e);
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5 !important;
    color: #212529;
    border: 1px solid #dee2e6 !important;
    border-radius: 0.375rem !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.dropdown-submenu-skin .dropdown-field-watch>.content {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    padding-top: 4px;
}

.dropdown-submenu-skin,
.dropdown-submenu-wrapper.dropdown-submenu-open .dropdown-main-list {
    width: 100% !important;
}

.dropdown-submenu-skin .dropdown-main-item {
    color: black;
}

option,
.dropdown-submenu-wrapper li:hover .dropdown-submenu {
    overflow-y: scroll;
}

.select-box,
.dropdown-submenu-wrapper li:hover .dropdown-submenu {
    max-height: 300px !important;
    overflow-y: auto;
}

.date-lb {
    margin-left: -20px !important;
}

.sidebar-light .nav-item.active .nav-link {
    background: #4e73df;
    color: white !important;
    transition: all 0.1s ease-in-out;
}

.sidebar-light .nav-item.active .nav-link>span,
.sidebar-light .nav-item.active .nav-link i {
    color: white !important;
}

.form-height-md {
    height: 650px !important;
}

.form-height-sm {
    height: 400px !important;
}

.w-40 {
    width: 40% !important;
}

@media (min-width: 1200px) {
    .list-store {
        margin-top: 6rem;
    }

    .col-for5 {
        flex: 0 0 25% !important;
        max-width: 25% !important;
    }

    .col-for10 {
        flex: 0 0 40% !important;
        max-width: 40% !important;
    }

    .search-btn-w {
        width: 100%;
    }

    .col-for23 {
        flex: 0 0 23% !important;
        max-width: 23% !important;
    }

    .no_pd {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

@media (min-width: 1326px) {
    .col-for5-orderAdd {
        flex: 0 0 20% !important;
        max-width: 20% !important;
    }
}

.btnExport {
    font-size: 2rem !important;
}

.btnExport-icon {
    font-size: 20px;
    margin-top: 4px !important;
    margin-right: -2px;
}

.block-title-alg,
.block-title-alg-no {
    margin-bottom: 0px;
}

@media screen and (max-width: 1200px) {
    .date-lb {
        margin-left: 0px !important;
    }

    .h75-mb {
        height: 75% !important;
    }

    .block-center-xl {
        display: flex;
        justify-content: center;
    }

    .search-btn-w {
        width: 20% !important;
    }

    .mb-alg-dsb {
        margin-top: 10px;
    }
}

@media screen and (min-width: 576px) {
    .topbar .dropdown .dropdown-menu {
        /* margin-top: 120px !important; */
        margin-left: -57px;
    }

    .topbar-message-block {
        margin-left: -105px !important;
    }

    .col-5-item {
        flex: 0 0 20% !important;
        max-width: 20% !important;
    }

    .select-box-option2-l {
        padding-left: 0rem !important;
    }

    .select-box-option2-r {
        padding-right: 0rem !important;
    }

    .select-box-option2-noalg {
        padding-left: 0rem !important;
        padding-right: 0rem !important;
    }

    .modal-detail {
        width: 600px !important;
    }

    .tt-wallet {
        padding-right: 41px;
    }
}

.h-44 {
    height: 44px !important;
}

@media screen and (max-width: 1599px) and (min-width: 577px) {
    .mr-mb-dsboard {
        margin-bottom: 30px;
    }

    .contact-login {
        margin-bottom: -55px !important;
    }
}

/* For laptop */

@media screen and (min-width: 1050px) {
    .mt-16-mb {
        margin-top: 16px !important;
    }

    .mt-8-mb {
        margin-top: 8px !important;
    }

    .w-23-mb {
        width: 23% !important;
    }

    .h-44-lt {
        height: 46px !important;
    }

    .hideScreen {
        display: none !important;
    }

    .card-mb {
        position: relative;
        display: flex;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: 1px solid #e3e6f0;
        border-radius: 0.35rem;
    }

    .shadow-mb {
        box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
    }

    .border-primary-mb {
        border-color: #4e73df !important;
    }

    .bg-white-mb {
        background-color: white !important;
    }

    .w-95 {
        width: 95% !important;
    }

    .block-center-pc {
        display: flex !important;
        justify-content: center !important;
    }

    .bg-block-pc {
        background-color: #f7f7f7 !important;
    }

    .w-50-pc {
        width: 50% !important;
    }

    .ft-padding {
        padding-bottom: 143px !important;
    }

    .pr-0-lt {
        padding-right: 0px !important;
    }

    .pl-0-lt {
        padding-left: 0px !important;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 5px !important;
        right: 12px !important;
    }
}

.fw-600 {
    font-weight: 600;
}

.pt-2-mb {
    padding-top: 5px;
}

.h-59-mb {
    height: 50px !important;
}

/* For mobile */

@media screen and (max-width: 576px) {
    .pt-2-mb {
        padding-top: 0.5rem !important;
    }

    .h-59-mb {
        height: 59px !important;
    }

    .col-2-5 {
        flex: 0 0 19% !important;
        max-width: 19% !important;
    }

    .col-1-5 {
        flex: 0 0 13% !important;
        max-width: 13% !important;
    }

    .contact-login {
        margin-bottom: -35px !important;
        margin-top: 20px !important;
    }

    .list-store {
        margin-top: 30px;
    }

    .mt-2-mb {
        margin-top: 0.5rem !important;
    }

    .mr-n4-mb {
        margin-right: -1.5rem !important;
    }

    .fs-sm-hd-mb {
        font-size: 28px !important;
    }

    .dropdown-submenu-skin .dropdown-submenu-item {
        width: 200px !important;
    }

    .dropdown-submenu-wrapper.dropdown-submenu-open .dropdown-main-list {
        width: 50% !important;
    }

    .no_pd-1 {
        padding-right: 0px !important;
    }

    .no_pd-3 {
        padding-left: 0px !important;
    }

    .no_pd-2,
    .select2-container {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .tx-center {
        text-align: center !important;
    }

    .alg-block-cent {
        justify-content: center !important;
    }

    .alg-ckb-method {
        margin-top: 10px !important;
    }

    .col-9-orderAdd {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .mb-dsb {
        margin-bottom: 0px !important;
    }

    .Order-Mng {
        margin-top: -30px;
    }

    .mr-10-mb,
    .alg-box {
        margin-top: 10px !important;
    }

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

    .input-select-money {
        margin-left: 0px !important;
    }

    .alg-icon-invent {
        margin-left: 9px !important;
    }

    .alg-icon-invent_add {
        margin-left: -13px !important;
    }

    .imgQR-block {
        margin-left: 55px !important;
    }

    .title-momo-mb {
        margin-top: 295px !important;
    }

    .imgQR {
        margin-top: 220px !important;
    }

    .modal-detail {
        width: 375px !important;
    }

    .switch-order1 {
        order: -1;
    }

    .switch-order2 {
        order: -2;
    }

    .switch-order3 {
        order: -3;
    }

    .switch-order4 {
        order: -4;
    }

    .switch-order5 {
        order: -5;
    }

    .switch-order6 {
        order: -6;
    }

    .switch-order7 {
        order: -7;
    }

    .switch-order8 {
        order: -8;
    }

    .order-1-mb {
        order: 1;
    }

    .order-2-mb {
        order: 2;
    }

    .order-3-mb {
        order: 3;
    }

    .alg-llb-total {
        margin-top: 5px;
        margin-left: 0px;
    }

    .alg-info-txt {
        text-align: end !important;
    }

    .alg-tt {
        margin-right: 33px;
    }

    .alg-tt-wallet {
        margin-right: 15px;
    }

    .col-mb-line {
        width: 70% !important;
    }

    .w-100-mb,
    .select2-container {
        width: 100% !important;
    }

    .w-90 {
        width: 90% !important;
    }

    .no-bd {
        border: none !important;
    }

    .btn-mb-alg {
        margin-top: -15px;
    }

    .fixed-header-mb {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 999;
    }

    .fixed-footer-mb {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 999;
    }

    .content-with-padding {
        padding-bottom: 26px;
    }

    .mt-5-mb {
        margin-top: 3rem !important;
    }

    .mt-4-mb {
        margin-top: 1.5rem !important;
    }

    .mt-3-mb {
        margin-top: 1rem !important;
    }

    .mt-45-mb {
        margin-top: 2rem !important;
    }

    .swal2-html-container {
        padding: 1em 0.1em 0.3em !important;
    }

    .w-25-mb {
        width: 25% !important;
    }

    .float-right-mobile {
        float: right;
    }

    .h-img-mb {
        height: 230px;
        max-width: 100%;
        display: block;
        margin: 0 auto;
        object-fit: contain;
    }
}

.div-custom-combo {
    max-height: 390px;
    margin-top: 10px;
    overflow-y: auto;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-right: none !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    padding: 0px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: white !important;
    border-color: #475799 !important;
}

.alg-info-txt {
    text-align: start;
}

.mb-dsb {
    margin-bottom: 1.5rem;
}

.col-9-orderAdd {
    flex: 0 0 75%;
    max-width: 75%;
}

.h75-mb {
    height: 65%;
}

.col-5-pkg-mng {
    flex: 0 0 20% !important;
    max-width: 20% !important;
}

.no-fc:focus {
    border: none !important;
    box-shadow: none !important;
}

.btn-search-db {
    box-shadow: none !important;
}

.btn-search-hv {
    height: 42px !important;
    margin-top: 2px;
}

.btn-search-hv:hover,
.btn-search-hv:focus,
.active-on-open {
    box-shadow: 0 0 0 0.2rem rgba(105, 136, 228, 0.5);
}

/* For Tablet */
@media screen and (max-width: 900px) and (min-width: 750px) {
    .alg-l {
        display: flex;
        justify-content: space-between;
    }

    .mt-2-mb {
        margin-top: 30px;
    }

    .list-store {
        margin-top: 2.7rem;
    }
}

@media screen and (max-width: 1050px) {
    .w-80-mb {
        width: 80% !important;
    }

    .tx-center-mb {
        text-align: center !important;
        display: flex;
        justify-content: center;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 4px !important;
    }

    .col-12 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .btnAddOrder-col {
        margin-left: 24px;
    }

    .block-center {
        justify-content: center !important;
        display: flex !important;
    }

    .block-end {
        justify-content: end !important;
        display: flex !important;
    }

    .block-title-alg {
        margin-bottom: 6px !important;
    }

    .block-title-alg-no {
        margin-bottom: 0 !important;
    }

    .viewScreen {
        display: none !important;
    }

    .form-height-md,
    .form-height-sm {
        height: 100% !important;
    }

    .date-lb,
    .tab-list-input {
        margin-left: 0px !important;
    }

    .wallet-time,
    .wallet-add-btn {
        margin-top: -20px !important;
    }

    .wallet-add-block {
        margin-right: 0rem !important;
        margin-left: 0rem !important;
    }

    .btn-save {
        margin: -20px;
    }

    .sidebar .nav-item .nav-link {
        width: 100% !important;
    }

    .tab-list-block {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }

    .tab-list-input-block {
        padding-right: 0px !important;
    }

    .no-fc-mb:focus {
        border: none !important;
        box-shadow: none !important;
    }

    .w-30 {
        width: 30% !important;
    }

    .pr-0-mb {
        padding-right: 0px !important;
    }

    .pl-0-mb {
        padding-left: 0px !important;
    }

    .modal-header .close {
        margin: -1.5rem -1rem -1.5rem auto !important;
    }
}

.page-item .page-link {
    cursor: pointer;
}

.page-item .pagging-disable {
    pointer-events: none;
}

/* .dropdown .dropdown-menu {
  inset: -59px auto auto -36px !important;
} */

.store-tb-w {
    width: 50px !important;
}

.positionlb {
    width: 65px !important;
}

.admin_numb-lb {
    width: 10% !important;
}

.table-stt-w {
    width: 44.69px !important;
}

.label-check {
    margin-top: 9px !important;
    margin-left: -7px !important;
}

.label {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 600;
}

.label-active,
.label-inactive {
    background-color: #1cc88a;
    color: white !important;
}

.label-inactive {
    background-color: #e74a3b;
}

.truncate-ssm,
.truncate,
.truncateEmail,
.truncateAddress,
.truncateOthers {
    max-width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.truncate-ssm{
    max-width: 66px;
}

.truncateEmail {
    max-width: 250px;
}

.truncateOthers {
    max-width: 200px;
}

.truncateAddress {
    max-width: 330px;
}

.wallet-code {
    max-width: 125px;
}

.pm-img-up {
    width: 250px !important;
}

.btn-action-size {
    font-size: 16px !important;
    opacity: 1 !important;
    padding-top: 0.6rem !important;
}

a:hover {
    text-decoration: none !important;
}

.table-bordered td:first-child input {
    position: relative;
    transform: translateX(-50%);
    left: 160%;
}

.dropdown-submenu-skin .dropdown-field-watch {
    max-width: 100% !important;
}

.table-bordered thead th {
    position: sticky;
    top: 0;
    z-index: 1;
}

.fixed-table table th {
    position: relative !important;
}

.fixed-table,
.fixed-table-sm {
    /* height: 40vh !important; */
    overflow: auto !important;
}

.fixed-table-sm {
    height: 20vh !important;
}

.table-container::-webkit-scrollbar,
.list-store::-webkit-scrollbar,
.fixed-table::-webkit-scrollbar,
.fixed-table-sm::-webkit-scrollbar {
    width: 5px !important;
    height: 10px !important;
}

.table-container::-webkit-scrollbar-thumb,
.list-store::-webkit-scrollbar-thumb,
.fixed-table::-webkit-scrollbar-thumb,
.fixed-table-sm::-webkit-scrollbar-thumb {
    background-color: #a6bcff !important;
    border-radius: 4px !important;
}

.table-container::-webkit-scrollbar-track,
.fixed-table::-webkit-scrollbar-corner,
.fixed-table-sm::-webkit-scrollbar-corner {
    background-color: transparent !important;
}

.table-bordered td,
.table-bordered th {
    border: 2px solid #e3e6f0 !important;
}

.reportLB-pd {
    padding: 0.75rem !important;
}

.swal2-icon {
    width: 4em !important;
    height: 4em !important;
    margin-top: 20px !important;
}

.swal2-title {
    font-size: 24px !important;
}

.swal2-popup {
    width: 21em !important;
}

.dropdown-submenu-skin .dropdown-submenu-item {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 235px;
}

.swal2-icon.swal2-question {
    border-color: #f6c23e !important;
    color: #eeaa00 !important;
}

.algDB {
    margin-top: -20px !important;
}

.table-border-1 {
    border: 1px solid #e3e6f0 !important;
}

.no-br-r {
    border-right: none !important;
}

.order-btn-action {
    margin-top: 6px !important;
}

.select2-container--default .select2-selection--multiple {
    border: none !important;
}

.select2-container,
.select2-container--default.select2-container--focus .select2-selection--multiple {
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.select2-container--default .select2-selection--single {
    border: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 0.75rem !important;
    color: #6e707e !important;
}

.form-select:disabled {
    background-color: #eaecf4 !important;
    color: #6e707e !important;
}

.bg-white-primary,
.bg-white-warning,
.swal2-styled.swal2-cancel {
    background-color: white !important;
    transition: 0.1s all ease-in-out;
}

.swal2-styled.swal2-cancel:hover {
    background: none !important;
}

.bg-white-warning:hover {
    color: white !important;
    background-color: #f6c23e !important;
}

.bg-white-primary:hover,
.swal2-styled.swal2-cancel:hover {
    background-color: #4e73df !important;
    color: white !important;
}

.swal2-title {
    font-size: 20px !important;
    color: #444 !important;
}

.swal2-styled.swal2-cancel,
.swal2-styled.swal2-confirm {
    border: 2px solid #4e73df !important;
}

.alg-card-mb {
    margin-top: 8px !important;
}

.ckb-method-add {
    margin-top: -3px !important;
}

.wallet-add-btn {
    width: 25% !important;
}

@media screen and (min-width: 310px) and (max-width: 425px) {
    .select-store {
        width: 70% !important;
    }

    .alg-card-mb,
    .ckb-method-add {
        margin-top: 25px !important;
    }

    .wallet-add-btn {
        width: 100% !important;
    }

    .fs-title-mb {
        font-size: 20px !important;
        margin-bottom: 15px !important;
    }

    .bl-tl-p {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
}

.fixed-width-col {
    width: 150px;
    /* Adjust the width value as needed */
}

.fs-datetime-mb option::placeholder,
select::placeholder {
    font-size: 11px !important;
}

input::placeholder,
.fs-validate,
select.form-d nput.form-control,
.form-check-label {
    font-size: 12.5px !important;
}

.home_invent-fs,
.select2-container--default .select2-selection--single .select2-selection__rendered,
.form-control[readonly],
.form-control,
.form-select,
option,
.dropdown-submenu-skin .dropdown-field-watch,
.dropdown-submenu-skin .dropdown-main-item {
    font-size: 12.5px !important;
    color: #6e707e !important;
}

.table-bordered td,
.table-bordered th,
.btn:not(:disabled):not(.disabled),
.btn-outline-primary:disabled,
.col-form-label,
.tx-md {
    font-size: 13px !important;
}

.fs-btn-order,
.menu-fixed-fs {
    font-size: 14px !important;
    font-weight: 600 !important;
}

@media screen and (min-width: 1200px) and (max-width: 1300px) {
    .blk-size-alg-l {
        padding-left: 0px !important;
    }
}

@media screen and (min-width: 1199px) and (max-width: 1351px) {
    .blk-size-alg {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .blk-size-alg-r {
        padding-right: 0px !important;
    }
}

.select2-container--default .select2-search--dropdown .select2-search__field,
.select2-search--dropdown .select2-search__field {
    outline: none !important;
    border-radius: 0.2rem;
}

.swal2-icon.swal2-error [class^="swal2-x-mark-line"][class$="left"] {
    left: 10px !important;
    top: 29px !important;
}

.swal2-icon.swal2-error [class^="swal2-x-mark-line"][class$="right"] {
    right: 10px !important;
    top: 30px !important;
}

.modal-header .close>span {
    color: white !important;
    font-size: 30px !important;
}

/* .tx-white,
.icon-promotion span,
.icon-promotion i {
    color: white !important;
} */

.tx-white {
    color: white !important;
}

.icon-promotion span,
i {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}

.select2-container--open .select2-dropdown--below {
    margin-top: -12px;
    box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important
}

.no_hover:hover {
    background: transparent !important;
}

.fixed-header {
    position: sticky;
    top: 0;
    z-index: 1;
    border: 2px solid #e3e6f0 !important;
}

.fixed-header tr th {
    border: 2px solid #e3e6f0 !important;
}

.optimize_modal {
    padding: 5px 10px !important;
}

.btn-continue {
    padding: 10px 15px !important;
}

.hidden-file-input {
    display: none;
}

.custom-file-input-wrapper {
    position: relative;
}

.custom-choose-file-button {
    height: 42px;
    padding: 10px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.selected-file-name {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.5;
    border: 1px solid #ced4da;
    border-radius: 4px;
}

.selected-file-name {
    display: none;
}

.custom-choose-file-button {
    position: relative;
}

.image-preview {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    margin-top: 40px;
    z-index: 1;
}

.image-preview img {
    max-width: 100%;
    height: 263px !important;
    object-fit: contain;
    border-radius: 5px;
}

.imgQR {
    margin-top: 225px !important;
}

.another-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

.another-container .image-container {
    width: 250px;
    height: 250px;
    border-radius: 5px;
    overflow: hidden;
}

.another-container .uploaded-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-radius: 0.35rem !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-bottom: 1px solid #aaa !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}

.custom-tabs .nav-link {
    border: none;
    border-radius: 0;
    color: #555;
    background-color: transparent;
    text-align: center;
    padding: 0;
    position: relative;
}

.custom-tabs .nav-link.active::after {
    content: "";
    display: block;
    width: 120%;
    height: 2px;
    background-color: #4e73df;
    position: absolute;
    bottom: -5px;
    left: 0;
}

.custom-tabs .nav-link:hover {
    color: #4e73df;
}

.custom-tabs .nav-link:focus {
    box-shadow: none;
}

.custom-button {
    border: none;
    border-radius: 0;
    color: #555;
    background-color: transparent;
    text-align: center;
    padding: 0;
}

.custom-button.active::after {
    content: "";
    display: block;
    width: 120%;
    height: 2px;
    background-color: #4e73df;
    position: absolute;
    bottom: -5px;
    left: 0;
}

.custom-button:hover {
    color: #4e73df;
}

.custom-button:focus {
    box-shadow: none;
}

.h-divider {
    height: 2px;
    border-radius: 2px;
}

.hdr-title {
    width: 450px !important;
}

.table-container {
    max-height: 125px;
    overflow-y: auto;
}

.border-notif {
    border: 1px solid #c4d7f2 !important;
}

.border-top-primary {
    border: 1px solid #4e73df !important;
    border-bottom: 0rem !important;
    border-right: 0rem !important;
    border-left: 0rem !important;
    border-radius: 5px;
}

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

.fixed-comp {
    position: fixed;
    left: 0;
    z-index: 999;
    width: 100%;
}

.badge-noti {
    top: -0.5em;
    position: relative;
}

.qr-icon {
    width: 35px;
    height: 35px;
    margin-top: -3px;
    background-color: #4e73df;
    border-radius: 50%;
    padding: 2px;
    padding-top: 7px;
}

.qr-icon path {
    fill: white;
}

.px-noti {
    padding: 3px 4px 1px !important;
    font-size: 10px !important;
    font-weight: 300 !important;
}

.tableMb-fixed {
    height: 219px;
    overflow-y: auto;
    overflow-x: hidden;
}

.imgLogo-mb-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.imgLogo-mb {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    margin-top: -17px;
}

.imgLogo-mb-container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 28, 0.7);
    z-index: 1;
}

.icon-id {
    margin-top: 3px;
}

.bg-primary-mb-tab,
.tb-bg {
    background-image: linear-gradient(to right, #33539e, #6f5f90) !important;
}

.border-tab {
    border: 1px solid white !important;
    border-radius: 20px !important;
}

.pd-ct {
    padding-top: 5px;
}

.alg-box-mb {
    margin-top: -25px !important;
    z-index: 99;
}

.border-top-radius {
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
}

.text-hf {
    font-size: 15px !important;
}

.fz-icon {
    font-size: 24px;
    /* margin-bottom: 0; */
}

@media screen and (max-width: 576px) {
    .select2-container--open .select2-dropdown--below {
        margin-top: 3px;
    }

    .select-store {
        width: 71.5% !important;
    }

    .select2-container {
        padding: 2px 2.25rem 3px 0.75rem;
    }

    .reportLB-pd {
        padding: 0rem 0.5rem !important;
    }

    .text-hf {
        font-size: 12px !important;
    }

    .fz-icon {
        font-size: 20px !important;
        /* margin-bottom: 0 !important; */
    }

    .px-noti {
        font-size: 8px !important;
    }

    .qr-icon {
        width: 25px;
        height: 25px;
    }

    .pd-ct {
        padding-top: 10px;
    }
}

@media screen and (max-width: 440px) {
    .text-hf {
        font-size: 10px !important;
    }

    .fz-icon {
        margin-bottom: 0 !important;
    }
}

.modal-noti {
    max-width: 500px !important;
}

/* .page-item.active .page-link {
    color: #ffffff !important;
} */

.txt-lable {
    color: #5d5e5c !important;
}

.has-promotion {
    animation: promotion 0.3s infinite;
    color: red !important;
}

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

    25% {
        transform: rotate(10deg);
    }

    50% {
        transform: rotate(0eg);
    }

    75% {
        transform: rotate(-10deg);
    }

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

/* custom footer */
.fixed-qr-icon {
    position: fixed;
    bottom: 35px;
    left: calc(50% - 30px);
    z-index: 1000;
}

.border-top-ct {
    border: 0.5px solid #b3c6ff60 !important;
    border-bottom: 0rem !important;
    border-right: 0rem !important;
    border-left: 0rem !important;
    border-radius: 5px;
}

.qr-icon2 {
    width: 60px;
    height: 60px;
    outline: 1px #fff solid;
    -webkit-box-shadow: 0px 0px 6px 1px #00000069;
    margin-top: -3px;
    background-color: #4e73df;
    -webkit-border-radius: 50%;
    padding: 2px;
    padding-top: 7px;
    fill: #fff;
}

#wave {
    position: relative;
}

#wave-item:after {
    content: "";
    display: block;
    position: absolute;
    border-top-left-radius: 80px;
    width: 50%;
    height: 75px;
    border-top: 1px rgba(78, 115, 223, 0.25) solid;
    bottom: 0px;
    right: -5px;
    background: #f9f9f9;
    z-index: -2;
}

#wave-item:before {
    content: "";
    display: block;
    position: absolute;
    border-top-right-radius: 80px;
    width: 50%;
    height: 75px;
    left: -5px;
    bottom: 0px;
    background: #f9f9f9;
    border-top: 1px rgba(78, 115, 223, 0.25) solid;
    z-index: -2;
}

#qricon:after {
    position: absolute;
    display: block;
    background-color: #f9f9f9;
    width: 30px;
    height: 40px;
    right: calc(50% - 15px);
    content: "";
    bottom: 0px;
    z-index: -1;
}

@media screen and (min-width: 576px) {
    .mt-3-pc {
        margin-top: 3px !important;
    }
}

@media screen and (max-width: 576px) {
    .qr-icon2 {
        width: 50px;
        height: 50px;
    }

    .fixed-qr-icon {
        position: fixed;
        bottom: 25px;
        left: calc(50% - 25px);
        z-index: 1000;
    }

    #wave-item:after {
        height: 64px;
        right: -10px;
    }

    #wave-item:before {
        height: 64px;
        left: -10px;
    }

    #qricon:after {
        width: 44px;
        height: 40px;
        right: calc(50% - 22px);
        bottom: 0px;
    }

    .form-rate {
        padding: 5px 10px;
    }
}

@media screen and (max-width: 440px) {
    .qr-icon2 {
        width: 45px;
        height: 45px;
    }

    .fixed-qr-icon {
        position: fixed;
        bottom: 20px;
        left: calc(50% - 22.5px);
        z-index: 1000;
    }

    #wave-item:after {
        height: 47px;
        right: -7px;
    }

    #wave-item:before {
        height: 47px;
        left: -7px;
    }

    #qricon:after {
        height: 30px;
        bottom: 0px;
    }
}

@media screen and (max-width: 375px) {
    .text-hf {
        font-size: 9px !important;
    }

    .fz-icon {
        font-size: 14px !important;
    }

    .qr-icon2 {
        width: 40px;
        height: 40px;
    }

    .fixed-qr-icon {
        position: fixed;
        bottom: 20px;
        left: calc(50% - 20px);
        z-index: 1000;
    }

    #wave-item:after {
        height: 43px;
        right: -8px;
    }

    #wave-item:before {
        height: 43px;
        left: -8px;
    }

    #qricon:after {
        height: 25px;
        bottom: 0px;
    }
}

div.stars {
    display: inline-block;
    margin-bottom: -15px;
}

input.star {
    display: none;
}

label.star {
    float: right;
    padding-right: 5px;
    font-size: 20px;
    color: #444;
    transition: all 0.2s;
}

input.star:checked~label.star:before {
    content: "\f005";
    color: #fd4;
    transition: all 0.25s;
}

input.star-5:checked~label.star:before {
    color: #fe7;
    text-shadow: 0 0 20px #952;
}

input.star-1:checked~label.star:before {
    color: #f62;
}

/* label.star:hover { transform: rotate(-15deg) scale(1.3); } */
label.star:before {
    content: "\f006";
    font-family: FontAwesome;
}


.visited-footer span,
.visited-footer,
.text-hf:active,
.text-hf:active i,
.text-hf:active h5,
.visited-footer i,
.visited-footer h5 {
    color: #551a8b !important;
}

.visited-footer .qr-icon2 {
    background-color: #551a8b;
}


.text-hf:focus,
.text-hf:focus i,
.text-hf:focus h5 {
    color: #551a8b !important;
    scale: 1.07;
}

@media screen and (max-width: 768px) {

    .sidebar .nav-item .collapse .collapse-inner,
    .sidebar .nav-item .collapsing .collapse-inner {
        display: none !important;
    }

    .exPlDiagram-col1,
    .exPlDiagram-col2 {
        height: 42px !important;
        margin-top: -10px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 3px;
    }
}

@media screen and (max-width: 768px) and (min-width: 577px) {
    .contact-login {
        margin-top: -35px !important;
    }
}

.contact-login {
    z-index: 100;
    margin: 20px 20px 0 20px;
}

.pe-active {
    cursor: pointer !important;
}

.badge-time-check {
    max-width: 150px;
    margin: 0 3px;
    font-size: 11px;
}

.icon-align-back {
    left: 0;
    position: absolute;
}

.select_container {
    background: #fff;
    border-radius: 5px;
    margin-top: -20px;
    height: 43px;
}

.pagination-custom span,
.pagination-custom a {
    display: inline-block;
    padding: 5px;
    border: 1px solid #868484;
    border-radius: 5px;
    margin: 0 1px;
    width: 35px;
    text-align: center;
    font-weight: 600;
    color: #000;
}

.pagination-custom .active {
    border: 2px solid #1602c9;
    border-radius: 5px;
}

.checkout-title {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    height: 100%;
}
.grid-3{
    display: grid;
    grid-template-columns: 33.33333% 33.33333% 33.33333%;
}

.item-custom-combo:hover {
    background: #4e73df;
    cursor: pointer;
}