.fl-wrapper {
    z-index: 12121212 !important;
}
.pos-products .product-info .img-bg img {
    height: 100%;
}
.pos-products .product-info .price p {
    font-size: 0.75rem;
    font-weight: bold;
}
.pos-categories .pos-products {
    width: 100%;
}
.grid {
    display: grid;
}
.grid-cols-3 {
    grid-template-columns: 1fr 1fr 1fr;
}
.grid-cols-2 {
    grid-template-columns: 1fr 1fr;
}
.grid-cols-3-equal {
    grid-template-columns: repeat(3, 1fr);
}
.grid-cols-3-pay {
    grid-template-columns: 3fr 1fr 3fr;
}
.numpad-container {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.display-area {
    text-align: right;
    margin-bottom: 20px;
}
#display {
    width: 100%;
    font-size: 2em;
    padding: 10px;
    border: none;
    background-color: #e6e6e6;
    border-radius: 5px;
    text-align: right;
}
.remaining-amount {
    font-size: 1.2em;
    margin-top: 10px;
}
.numpad-buttons {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}
.numpad-btn {
    font-size: 1.5em;
    padding: 15px;
    background-color: #e6e6e6;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.numpad-btn:hover {
    background-color: #ccc;
}
.product-wrap .product-list .product-info .img-bg {
    width: 40px;
    height: 40px;
}
.product-wrap .product-list.active, #table-search-products .search-item.active, .search-customer.active {
    border-left: 4px solid #FF9F43;
    background: rgba(255, 159, 67, 0.4);
}
.search-item.active td, .search-customer.active td {
    background: rgba(255, 159, 67, 0.4);
}
.pos-products .product-info .img-bg {
    height: 2rem;
}
.product-wrap {
    height: 50vh;
}
/*.pos-products .tabs_container {*/
/*    height: 68vh;*/
/*    overflow-y: auto;*/
/*}*/
#discount_type {
    width: 80px;
}
#discount_value {
    cursor: pointer;
}
.pos-products .product-info .price {
    margin-top: 0;
}
.pos-design .btn-row {
    padding: 12px;
}
.pos-products .product-info {
    margin-bottom: 0.4rem;
    padding: 6px;
}
aside.product-order-list .block-section {
    margin: 10px 0;
    padding-bottom: 0;
}
aside.product-order-list h6 {
    margin-bottom: 10px;
}
.product-order-list, .pos-categories {
    padding: 12px;
}
div#global-loader {
    background: rgba(0, 0, 0, .6);
}
.pos-category {
    margin-bottom: 0;
    padding-right: 12px;
}
.pos-category .owl-item {
    margin-bottom: 6px;
    width: 100% !important;
}
.pos-category .owl-item h6 {
    margin-top: 0;
}
aside.product-order-list .order-total {
    padding: 0.5rem;
    background: #000;
    border-radius: 0;
}
aside.product-order-list .btn-block {
    margin: 0;
    padding: 0 0 10px 0;
}
aside.product-order-list .order-total table tr td {
    padding: 0;
}
.product-wrap .product-list {
    padding: 5px;
    margin: 0 0 5px 0;
}
.product-wrap .product-list .info p {
    font-size: 0.8em;
}
aside.product-order-list .order-total table tr:last-child td {
    padding: 0 0 0 0;
}
aside.product-order-list .selling-info {
    margin-bottom: 12px;
}
.category-product-grid {
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-gap: 0.25rem;
    overflow-x: hidden;
    overflow-y: scroll;
    align-items: flex-start;
}
.pos-category .owl-stage {
    width: 100% !important;
}
.pos-category .owl-nav {
    display: none;
}
aside.above-products {
    height: auto;
    padding: 0;
}
.pos-category .owl-item li {
    padding: 6px 0;
}
.pos-design {
    height: calc(100vh - 66px);
    overflow: hidden;
    position: relative;
}
.pos-design .pos-wrapper {
    height: calc(100% - 125px);
}
.tabs_wrapper .tabs_container, .tabs_wrapper ul.tabs {
    display: block;
}
/*.tabs_wrapper .tabs_container .tab_content {*/
/*    overflow: auto;*/
/*}*/
.tabs_wrapper .tabs_container .tab_content > .row {
    --bs-gutter-x: 0.5rem;
}
.pos-categories, .pos-categories > .category-product-grid {
    height: 100%;
}
.pos-categories {
    display: flex;
    box-sizing: border-box;
}
.product-list .total-item-price {
    min-width: 65px;
}
#product-added-actions .btn {
    width: 100%;
    height: 60px;
    flex: 1;
    text-align: center;
    white-space: nowrap;
    font-size: 0.5rem;
    padding: 0.1rem;
}
#product-added-actions .btn.with-icon i {
    display: block;
    font-size: 1rem;
    margin-bottom: 5px;
}
#product-added-actions .btn.only-icon {
    font-size: 1.2rem;
}

#product-added-actions .group {
    flex: 1 1 100%;
}
#bottom-action-buttons .btn {
    height: 2.5rem;
    margin-right: 5px;
    min-width: 6rem;
    text-align: center;
    justify-content: center;
}
.pos-products aside.product-order-list .btn-block .btn {
    font-size: 2rem;
    padding: 0.2rem;
}
.grid-cols-4 {
    grid-template-columns: repeat(4, 1fr);
}
.btn.with-image img {
    display: block;
    margin: 0 auto;
}
#action_buttons .btn {
    height: 4rem;
}
.left-12 {
    left: 12px;
}
.right-12 {
    right: 12px;
}
#ts-lookup-action-buttons .btn {
    font-size: 0.7rem;
    padding: 0.2rem;
}
.form-select, .col-form-label {
    font-size: 0.875rem;
}
.dataTables_info {
    margin-top: -20px;
}
.vertical-tabs-3 .nav-item .nav-link {
    padding: 1.195rem 0.9rem;
}
#options_modal .tab-content .btn {
    height: 66px;
}
.pos-category .owl-stage {
    overflow-x: auto;
    height: 80vh;
}
.cursor-pointer {
    cursor: pointer;
}
.h-350 {
    max-height: 350px;
    height: 350px;
}
.report-wrap {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
}
.report-wrap table td {
    border: none;
    padding: 0.25rem;
}
.border-y-dashed {
    border-top: 1px dashed;
    border-bottom: 1px dashed;
}
.grid-cols-6 {
    grid-template-columns: repeat(6, 1fr);
}
.grid-rows-2 {
    grid-template-rows: repeat(2, 1fr);
}
#numpadModal .btn-num-pad-type.selected {
    background: #FF9F43 !important;
    color: #fff !important;
    border-color: #FF9F43 !important;
}