.base-button {
    padding: 0.75rem 2rem;
}

.base-text {
    font-size: 1rem;
}

.base-card-img {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.bootbox.modal {
    z-index: 9999 !important;
}

.menu-tabs {
    margin-top: 4.75rem !important;
}

.menu-tabs-loading {
    margin-top: 4.85rem !important;
}
.h-100vh {
    height: 100vh !important;
}

#merchantReceipt pre {
    background: #ebeef4;
}

.btn-save {
    position: fixed;
    bottom: 5rem;
    width: 2.5rem;
    height: 2.5rem;
    background: #028824;
    color: #fff;
    text-align: center;
    text-decoration: none;
    z-index: 1030;
    border-radius: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 1.875rem;
    cursor: pointer;
}
.btn-save:hover {
    color: #fff;
    text-decoration: none;
}
.btn-preview {
    position: fixed;
    bottom: 8rem;
    width: 2.5rem;
    height: 2.5rem;
    background: #1f6bff;
    color: #fff;
    text-align: center;
    text-decoration: none;
    z-index: 1030;
    border-radius: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 1.875rem;
    cursor: pointer;
}
.btn-preview:hover {
    color: #fff;
    text-decoration: none;
}
#customerReceipt {
    display: none;
}

.base-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    font-size: 24.5px;
}

.fs-15px {
    font-size: 15px;
}

.pos .pos-header .logo,
.pos .pos-header .time {
    width: 25% !important;
}

.pos .pos-header .nav {
    width: 100% !important;
    justify-content: center !important;
}

@media (min-width: 992px) {
    .w-lg-25 {
        width: 25% !important;
    }
}

.pos .pos-header .nav .nav-item .nav-link {
    padding: .333rem 0.75rem !important;
}

.pos .pos-header .nav-link.active i,
.pos .pos-header .nav-link.active span {
    color: #1f6bff !important;
}

.pos .pos-header .nav-link.active span {
    font-weight: 600 !important;
}

.out-of-stock {
    filter: grayscale(1);
}

.pos .pos-header .time {
    justify-content: end !important;
}



.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-24 {
    font-size: 24px;
}

.fs-64 {
    font-size: 64px;
}

.fs-80 {
    font-size: 80px;
}

.fs-128 {
    font-size: 128px;
}

.h-24 {
    height: 24px;
}

.h-36 {
    height: 36px;
}

.toast-text-color-white .swal2-title {
    color: white;
}

.content-payment .nav-pills .nav-link.active {
    color: #fff !important;
    border: none !important;
    font-weight: 600;
}

.content-payment .nav-pills .nav-link {
    color: #212837;
    border: solid 1px #212837;
    margin-right: 0.5rem;
}

.cash-calculator-numbers {
    font-size: 2rem;
}

.cash-calculator-numbers [class^="button"] {
    padding-top: .75rem;
    padding-bottom: .75rem;
    border: 1px solid #e4e4e4;
    width: 100%;
    height: 100%;
    user-select: none;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.cash-calculator-numbers [class^="button"]:active {
    background-color: #e4e4e4;
}

.cash-calculator-numbers .button.ok:active:active {
    background-color: #1f6bff;
    color: #fff !important;
}

.cash-calculator-numbers .button.backspace:active {
    background-color: rgb(255, 149, 0);
}

.cash-calculator-numbers .button.backspace:active i {
    color: #fff !important;
}

.cash-calculator-wrapper .input {
    font-size: 3rem;
    margin-bottom: 1rem;
    text-align: right;
}

.pos .pos-checkout-table.selected:not(.disabled) .pos-checkout-table-container:before {
    border: none !important;
}

.pos .pos-checkout-table.online.selected:not(.disabled) .pos-checkout-table-container {
    border-width: 2px !important;
}

.pos .pos-checkout-table.selected:not(.disabled) .pos-checkout-table-container:after {
    content: "" !important;
}

@media only screen and (min-width: 768px) {
    .pos .pos-task .pos-task-body {
        width: 70%;
    }
}

.swiper-overflow-container {
    overflow-x: hidden;
}

.swiper-button-next,
.swiper-button-prev {
    color: white !important;
    background: rgba(60, 78, 113, .75);
    width: 3rem !important;
    height: 3rem !important;
    border-radius: 100%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 1.5rem !important;
}

.pad-box {
    width: 72px;
    height: 72px;
}

.pad-box:active {
    background-color: #e4e4e4 !important;
}

.pad-box.remove:active {
    border-radius: 100%;
}

.pad-text {
    letter-spacing: 0.15rem;
    font-size: 0.65rem;
}

.cursor-pointer {
    cursor: pointer;
}

.user-select-none {
    user-select: none;
}

.pad-dot-box {
    width: 16px;
    height: 16px;
}

.split-bills .order-list {
    display: flex;
    flex: 1;
}

.split-bills .order-list .img {
    width: 3.5rem;
    height: 3.5rem;
    background-position: center;
    background-size: cover;
}

.split-bills .order-list>*+* {
    margin-left: 1rem;
}

.split-bills+.split-bills {
    border-top: solid 1px #d1d9e7;
}

.split-bills {
    padding: 1rem;
    position: relative;
    display: flex;
}

.split-nav {
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    scrollbar-width: thin;
    height: calc(100vh - 12.25rem);
    gap: 0.5rem;
    padding-bottom: 0.5rem;
}

.split-nav .nav-link {
    position: relative;
    padding: .75rem;
    white-space: nowrap;
    text-align: center;
    color: #212837;
    border: 1px solid #d1d9e7;
    font-size: .765625rem;
    font-weight: 500;
    border-radius: 9px;
    background: #fff;
}

.split-items-wrapper {
    height: calc(100vh - 20.3rem);
    overflow-y: auto;
}

.splitted-wrapper {
    height: calc(100vh - 25.125rem);
    overflow-y: auto;
    scrollbar-width: thin;
}

.split-amount-nav {
    overflow-y: auto;
    scrollbar-width: thin;
    height: calc(100vh - 12.5rem);
    padding-bottom: 0.5rem;
}

.just-validate-error-label {
    margin-top: .25rem;
    color: #ea868f !important;
}

.just-validate-error-field {
    border-color: #ea868f !important;
}

.just-validate-error-field:focus {
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25) !important;
}

.pos .pos-product .info {
    border-top: solid 1px #d1d9e7;
}

.swal2-popup.swal2-toast .swal2-title {
    margin: 0 1em !important;
    font-weight: 400;
}

.swal2-popup.swal2-toast {
    padding: 0.75em !important;
    display: flex !important;
    align-items: center;
}

.nav.menu-dinein {
    justify-content: flex-end !important;
    width: 66.66% !important;
}

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

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

.mt-6rem {
    margin-top: 6rem !important;
}

@media (min-width: 992px) {
    .pos-sidebar.menu-dinein {
        height: calc(100% - 6rem);
    }
}

.disabled-action {
    pointer-events: none !important;
    cursor: not-allowed !important;
    opacity: 0.5 !important;
}

.register .register-content {
    max-width: 28rem !important;
}

.delivery-active {
    background: #1f6bff25;
    border-color: #1f6bff !important;
}

.iti {
    width: 100%;
}

.input-phone-theme .cpi-flag {
    width: 24px;
    height: 24px;
}

.input-phone-theme .dropdown-menu.show {
    max-height: 300px;
    overflow: auto;
    overflow-x: hidden;
}

#or-line {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 1rem auto;
}

#or-line:before {
    border-top: none;
}

#or-line:before {
    border-top: 2px solid #c9d2e3;
    content: "";
    margin: 0 auto;
    position: absolute;
    inset: 50% 0 0;
    width: 100%;
    z-index: -1;
}

#or-line:after {
    border-bottom: 2px solid #c9d2e3;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    width: 100%;
    z-index: -1;
}

#or-line span {
    background: #ebeef4;
    padding: 0 5px;
    font-size: 14px;
    color: #3c4e71
}

@keyframes pulse-shadow {
    0% {
        box-shadow: 0 0 0 3px rgba(var(--bs-theme-rgb), .2);
    }

    50% {
        box-shadow: 0 0 0 8px rgba(var(--bs-theme-rgb), .2);
    }

    100% {
        box-shadow: 0 0 0 3px rgba(var(--bs-theme-rgb), .2);
    }
}

.nav.nav-wizards-1.nav-payment-status .nav-item .nav-link.active .nav-no {
    animation: pulse-shadow 1.5s ease-in-out infinite;
}

.tyro-pay-wallet-buttons-wrapper {
    padding: 0px !important;
}

.gpay-card-info-container {
    border-radius: 9px !important;
}

.wallet-payments-divider {
    display: none !important;
}

#tyro-pay-iframe,
#pay-form-submit {
    display: none !important;
}

#tyro-pay-iframe.show,
#pay-form-submit.show,
#btn-reset-payment-method.show {
    display: block !important;
}

#tyro-pay-wallet-buttons.pay-another-show,
#btn-reset-payment-method {
    display: none !important;
}

.navbar-logo {
    height: 32px !important;
}

.navbar-logo-bg {
    height: 125px !important;
}
.pos .pos-menu .logo .logo-text {
    text-align: center;
}
.pos.preview {
    height: auto !important;
}
.pos .pos-menu .nav.nav-tabs.preview {
    margin-top: 5.1rem !important;
}
@media (min-width: 992px) {
    .pos.preview.pos-with-sidebar {
        padding-right: 10rem;
    }
}
.pos-sub-menu .nav.nav-tabs .nav-item .nav-link {
    position: relative;
    padding: .75rem;
    white-space: nowrap;
    text-align: center;
    color: #212837;
    border: 1px solid #d1d9e7;
    font-size: .765625rem;
    font-weight: 500;
    border-radius: 9px;
    background: #FFF;
}

.pos-sub-menu .nav.nav-tabs .nav-item {
    padding: .35rem 0.035rem .35rem 1rem;
    min-width: 112px;
}

.pos-sub-menu .nav.nav-tabs {
    border-bottom: none;
}

.pos-sub-menu .nav.nav-tabs .nav-item .nav-link.active {
    color: #ffffff;
    border-color: #1f6bff;
    background: #1f6bff;
}

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

img.store-img {
    height: 183px;
    object-fit: contain;
}

.active-store {
    border: solid 1px #1f6bff;
}

.dataTables_processing {
    padding: 1.5rem !important;
}

.dataTables_processing div:nth-child(2) {
    display: none !important;
}

#loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.75);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
}

#loading-overlay img {
    width: 100px;
    height: 100px;
}

.jquery-uploader-card {
    box-shadow: none !important;
}

.jquery-uploader-select-card,
.jquery-uploader-card {
    border-radius: 8px !important;
}

.file-delete::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('/img/trash-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.file-delete .fa {
    display: none;
}

.no-dropdown-arrow::after {
    display: none !important;
}

.people-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #3c4e71;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
}

.mh-0 {
    min-height: 0 !important;
}

.pos .pos-product .info .desc {
    max-height: 10rem;
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.max-width-100px {
    max-width: 100px;
}
.pos-order.prepared {
    background-color: rgba(2, 136, 36, 0.05);
}

.wrapper {
    margin: 50px auto;
    width: 280px;
    height: 370px;
    background: white;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 90;
}

.ribbon-wrapper-red {
    width: 85px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    top: -3px;
    right: -3px;
}
.text-truncate {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}
.text-truncate-address {
    height: 3rem;
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ribbon-red {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    padding: 7px 0;
    left: -6px;
    top: 15px;
    width: 120px;
    background-color: #ea181e;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ea181e), to(#b90005));
    background-image: -webkit-linear-gradient(top, #ea181e, #b90005);
    background-image: -moz-linear-gradient(top, #BFDC7A, #8EBF45);
    background-image: -ms-linear-gradient(top, #BFDC7A, #8EBF45);
    background-image: -o-linear-gradient(top, #BFDC7A, #8EBF45);
    color: #fff;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}

.ribbon-red.sm-ribbon {
    padding: 4px 0 !important;
    left: 4px !important;
    top: 10px !important;
    font-size: 8px !important;
}

.ribbon-red:before,
.ribbon-red:after {
    content: "";
    border-top: 3px solid #b90005;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    position: absolute;
    bottom: -3px;
}

.ribbon-red:before {
    left: 0;
}

.ribbon-red:after {
    right: 0;
}

.mobile-icon {
    text-align: center;
    width: 16px;
}

.text-color-normal {
    color: #212837 !important;
}

.menu-profile .menu .menu-item .menu-link {
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 1.25rem 1.25rem;
    height: 3.75rem;
    color: #212837;
    justify-content: end;
}

.menu-profile .menu .menu-item .menu-img.online:before {
    content: "";
    position: absolute;
    width: .5rem;
    height: .5rem;
    bottom: .125rem;
    background-color: #20c997;
    border-radius: .5rem;
    right: .125rem;
}

.pos .pos-checkout-table.active:not(.disabled) .pos-checkout-table-container,
.pos .pos-checkout-table.active:not(.disabled):hover .pos-checkout-table-container {
    border-width: 2px !important;
}

.pos .pos-checkout-table.available.active:not(.disabled) .pos-checkout-table-container,
.pos .pos-checkout-table.available.active:not(.disabled):hover .pos-checkout-table-container {
    border-width: 2px !important;
}

.menu-profile .menu .menu-item .menu-text {
    font-weight: 600;
}

.menu-profile .menu .menu-item .menu-img+.menu-text,
.menu-profile .menu .menu-item .menu-img-text+.menu-text {
    margin-left: .5rem;
}

.menu-profile .menu .menu-item .menu-img,
.menu-profile .menu .menu-item .menu-img-text {
    height: 2.25rem;
    width: 2.25rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pos .pos-header {
    border-bottom: none !important;
    box-shadow: 0 6px 6px rgba(var(--bs-theme-rgb), 0.1);
}
.modalPosItem.preview {
  z-index: 2000 !important;
}
.bootstrap-select ul.dropdown-menu li:first-child {
    display: none !important;
}
.bootstrap-select ul.dropdown-menu li.selected {
    background: #ebeef4;
}

@media (max-width: 767.98px) {
    .nav-wizards-container .nav.nav-wizards-1, .nav-wizards-container .nav.nav-wizards-2, .nav-wizards-container .nav.nav-wizards-3 {
        min-width: 22.5rem;
    }
}

.option-list.right-handed {
    margin: -.333rem;
    padding: .333rem 0;
    display: flex;
    flex-wrap: wrap;
}

.option-list.right-handed .option
 {
    width: 33.33%;
    max-width: 33.33%;
    padding: .333rem;
    flex: 0 0 33.33%;
}

.option-list.right-handed .option .option-input {
    display: none;
}

.option-list.right-handed .option .option-label {
    border: 1px solid var(--bs-border-color);
    padding: .625rem;
    height: 100%;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.option-list.right-handed .option .option-label .option-text {
    display: block;
    line-height: 1.2;
    color: rgba(var(--bs-body-color-rgb), .5);
    font-size: .765625rem;
    text-align: center;
}

.option-list.right-handed .option .option-label .option-price {
    font-weight: 600;
    margin-top: .25rem;
    line-height: 1.2;
}

.option-list .option .option-input:checked+.option-label {
    color: var(--bs-body-color);
    border: 1px solid var(--bs-body-color);
}
.offcanvas {
    background: #fff !important;
}
.background-size-contain {
    background-size: contain !important;
}
.offcanvas-lg {
    width: 100% !important;
    max-width: 60rem !important;
}