@media (max-width: 767px) {
    .main-header .navbar-custom-menu {
        float: none !important;
        display: block !important;
    }

    .main-header .navbar-custom-menu .dropdown-menu {
        left: auto !important;
    }

    .skin-blue-light .main-header .navbar .dropdown-menu li a {
        color: #777;
    }

    .main-header .navbar {
        height: auto;
    }
}

.bg-danger {
    background-color: #f2dede !important;
}

.btn-big {
    padding: 10px 30px;
    font-size: 18px;
    line-height: 1.3333333;
}

.of-visible {
    overflow: visible !important;
}

#online_indicator {
    font-size: 8px;
    vertical-align: middle;
}

.pt-0 {
    padding-top: 0px;
}

.f-right {
    float: right;
}

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

.discount-badge {
    position: absolute;
    top: 6px;
    right: 10px;
    font-size: 18px;
    padding: 7px;
}

.discount-badge-small {
    position: absolute;
    top: -2px;
    left: 10px;
    font-size: 12px;
    padding: 6px;
}

.product-info-table td,
.product-info-table th {
    font-size: 12px;
}

.catalogue {
    max-height: 127px;
    margin: auto;
    margin-bottom: 18px;
}

.catalogue-title {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
    margin-bottom: 10px;
}

.bg-light-gray {
    background-color: #f8f8f8 !important;
}

.p-5-5 {
    padding: 5px 5px !important;
}

.m-4 {
    margin: 4px;
}

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

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

.skin-black .main-header,
.skin-black-light .main-header {
    color: #525f7f !important;
}

.skin-black .main-header .navbar .nav .open>a {
    color: #999 !important;
}

.skin-black .main-header .navbar .nav>li>a:hover {
    color: #999 !important;
}

.skin-black .main-header .navbar>.sidebar-toggle:hover {
    color: #999 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.table-pdf thead tr {
    background-color: #357ca5 !important;
    color: #fff;
}

.table-pdf thead tr th {
    color: #fff !important;
}

.blue-heading {
    background-color: #357ca5;
    color: #fff;
}

.table-pdf .odd {
    background-color: #dce6f1;
}

.p-4 {
    padding: 4px;
}

.p-10 {
    padding: 10px !important;
}

.jquery-top-scrollbar {
    height: 6px !important;
}

.jquery-top-scrollbar div {
    height: 6px !important;
}

.scroll-top-bottom {
    width: 100%;
    overflow: scroll;
}

.scroll-top-bottom::-webkit-scrollbar {
    height: 6px;
}

.scrolltop {
    display: none;
    width: 100%;
    margin: 0 auto;
    position: fixed;
    bottom: 20px;
    right: 10px;
}

.scroll {
    position: absolute;
    right: 20px;
    bottom: 20px;
    background: #b2b2b2;
    background: rgba(178, 178, 178, 0.7);
    padding: 7px;
    text-align: center;
    margin: 0 0 0 0;
    cursor: pointer;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    border-radius: 6px;
}

.scroll:hover {
    background: rgba(178, 178, 178, 1);
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}

.scroll:hover .fas {
    padding-top: -10px;
}

.scroll .fas {
    font-size: 25px;
    margin-top: -5px;
    margin-left: 1px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}

.f-left {
    float: left;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.table-pdf {
    border-collapse: collapse;
    width: 100%;
    border-spacing: 8px 10px;
}

.td-border td,
.td-border th {
    border-bottom: 1px solid lightgrey;
    padding: 8px 5px;
}

.ws-nowrap {
    white-space: nowrap;
}

.btn-app>.fas,
.btn-app>.fab {
    font-size: 20px;
    display: block;
}

.dropdown-menu>li>a>.fas {
    margin-right: 6px;
}

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

.pos-form-actions {
    height: auto;
    padding-top: 12px;
    padding-bottom: 20px;
    position: fixed;
    bottom: 0px;
    /* background-color: #D1D5DC; */
    width: 100%;
    z-index: 1000;
}

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

.pb-0 {
    padding-bottom: 0px !important;
}

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

.main-header .sidebar-toggle:before {
    content: '' !important;
}

.ui-autocomplete {
    max-height: 300px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.text-white {
    color: #fff;
}

.wizard>.steps>ul>li {
    width: 33.33% !important;
}

.wizard>.content {
    /* background: #445867 !important; */
}

legend {
    color: #fff;
    margin-bottom: 6px;
    border-bottom: none;
}

.left-col {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.76), rgba(51, 51, 51, 0.32)),
        url(../img/home-bg.jpg);
    text-align: center;
    background-size: cover;
    background-position: center;
}

.left-col-content {
    color: #1a7bf9;
    width: 100%;
}

.login-header {
    font-size: 27px;
    font-weight: 600;
}

.login-header a {
    color: #fff;
}

.form-header {
    font-size: 18px;
    margin: 16px 0;
}

.btn-login {
    padding: 6px 52px !important;
}

/* .right-col label {
  color: #fff;
}

.right-col a, .text-white a {
  color: #fff;
  font-weight: 600;
  font-size: 15px
}
.right-col a:hover, .text-white a:hover {
  color: #ccc;
}
.right-col-content {
  padding: 10% 16%;
  padding-bottom: 3%;
}
.right-col-content-register {
  padding: 2% 8%;
} */
.select2-search__field {
    background: #fff !important;
}

.input_inline {
    width: 100%;
    display: inline-flex;
}

.input_inline input,
.input_inline span {
    width: 50%;
}

.bg-manufacturing {
    background-color: #ff851b;
}

.img-thumbnail {
    position: relative;
    width: 70px;
    height: 70px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
    transition: border 0.2s ease-in-out;
    padding: 4px;
    margin: 3px;
    text-align: center;
}

.img-thumbnail>.badge {
    position: absolute;
    top: -5px;
    right: -7px;
    font-size: 9px;
    font-weight: 400;
    cursor: pointer;
}

.navbar-nav>.notifications-menu>.dropdown-menu>li .menu {
    max-height: 350px;
}

.bg-aqua-lite {
    background-color: #7fffd4;
}

.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a {
    white-space: normal;
}

.spacer {
    margin-top: 20px;
}

#product_list_body {
    max-height: 485px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.div-overlay {
    cursor: not-allowed;
    background: #e9e9e9;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
}

.d-inline-table {
    display: inline-table;
}

.label-round {
    font-size: 8px;
    border-radius: 44%;
}

.table>tbody+tbody {
    border-top: 0;
}

.table-pl-12 td,
.table-pl-12 th {
    padding-left: 12px !important;
}

table tbody td.pl-20-td {
    padding-left: 20px !important;
}

table.table-border-center>tbody>tr>td:first-child,
table.table-border-center>thead>tr>th:first-child,
table.table-border-center>tfoot>tr>td:first-child {
    border-right: 1px solid darkgray;
}

table.table-border-center-col>tbody>tr>td:nth-child(2),
table.table-border-center-col>thead>tr>th:nth-child(2),
table.table-border-center-col>tfoot>tr>td:nth-child(2) {
    border-right: 1px solid darkgray;
    border-left: 1px solid darkgray;
}

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

.mb-0 {
    margin-bottom: 0;
}

.nav-tabs>li>a {
    font-size: 18px;
    font-weight: 600;
}

.table-transparent,
.table-transparent th {
    background-color: transparent !important;
    color: #000 !important;
}

.td-full-width {
    white-space: nowrap;
}

.font-17 {
    font-size: 17px !important;
}

table.dataTable tbody>tr.selected {
    background-color: #b0bed9;
}

tr.footer-total>td {
    vertical-align: middle !important;
}

.error {
    color: red !important;
}

/*  pos tab */
div.pos-tab-container {
    z-index: 10;
    background-color: #ffffff;
    padding: 0 !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    /* border: 1px solid #ddd; */
    margin-bottom: 28px;
    /* -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); */
    background-clip: padding-box;
}

div.pos-tab-menu {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}

div.pos-tab-menu div.list-group {
    margin-bottom: 0;
}

div.pos-tab-menu div.list-group>a {
    margin-bottom: 0;
}

div.pos-tab-menu div.list-group>a .glyphicon,
div.pos-tab-menu div.list-group>a .fa {
    color: #5a55a3;
}

div.pos-tab-menu div.list-group>a:first-child {
    border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
}

div.pos-tab-menu div.list-group>a:last-child {
    border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
}

/* div.pos-tab-menu div.list-group>a.active,
div.pos-tab-menu div.list-group>a.active .glyphicon,
div.pos-tab-menu div.list-group>a.active .fa{
  background-color: #3c8dbc;
  color: #ffffff;
    border-color: #3c8dbc;
} */

div.pos-tab-menu div.list-group>a.active,
div.pos-tab-menu div.list-group>a.active .glyphicon,
div.pos-tab-menu div.list-group>a.active .fa {
    background: linear-gradient(to right, #6366f1, #3b82f6);
    color: #ffffff;
    border-color: transparent;
}

div.pos-tab-menu div.list-group>a.active:after {
    /* content: ''; */
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -13px;
    border-left: 0;
    border-bottom: 13px solid transparent;
    border-top: 13px solid transparent;
    border-left: 10px solid #3c8dbc;
}

div.pos-tab-content {
    background-color: #ffffff;
    /* border: 1px solid #eeeeee; */
    padding-left: 20px;
    padding-top: 20px;
}

div.pos-tab div.pos-tab-content:not(.active) {
    display: none;
}

.add-product-price-table th {
    background-color: #5cb85c;
    color: white;
}

.blue-header th {
    background-color: #3c8dbc;
    color: white;
}

.table-th-green th {
    background-color: #5cb85c;
    color: white;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.active-cell {
    border: 2px dotted #3c8dbc !important;
}

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

.pos_product_div {
    /* min-height: 47vh;
    max-height: 57vh; */
    overflow-y: auto;
    /* margin-bottom: 20px; */
    height: 40vh !important;
}

.bg-lightgray {
    background-color: #f0eded !important;
}

.balance_due_box>li {
    padding: 11px 5px 0px 5px;
}

.option-div {
    padding: 15px;
    background-color: #d2d6de;
    color: #333;
    border: 1px solid #d2d6de;
    cursor: pointer;
}

.option-div input[type='radio'] {
    display: none;
}

.option-div-group .icon {
    color: #d33724;
    display: none;
}

.option-div-group .option-div:hover {
    border: 1px solid gray;
}

.option-div-group .active .icon {
    display: block;
}

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

.margin-bottom-12 {
    margin-bottom: 12px;
}

.bg-info {
    background-color: #00c0ef !important;
}

.bg-info>a {
    color: #ffffff !important;
}

.bg-info>a:hover {
    background-color: #337ab7 !important;
}

ul.dt-button-collection {
    background-color: #00c0ef;
}

td.details-control {
    background: url('/img/details_open.png') no-repeat center center;
    cursor: pointer;
}

tr.details td.details-control {
    background: url('/img/details_close.png') no-repeat center center;
}

.icheckbox_square-blue,
.iradio_square-blue {
    margin-right: 10px;
}

.header-right-div {
    right: 10px;
    float: right;
    position: absolute;
    top: 15px;
}

.header-left-div {
    margin-top: 15px;
    display: inline-flex;
}

.m-8 {
    margin: 8px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.m-5 {
    margin: 5px;
}

.icon-link {
    text-align: center;
    display: block;
    margin-bottom: 18px;
}

.icon-link>a {
    display: grid;
}

.icon-link>.badge {
    position: absolute;
    top: 20px;
    right: 67px;
}

.link-des {
    display: inline-block;
    text-align: left;
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header>img {
    border: none;
    height: auto;
    width: 100%;
    max-height: 120px;
}

.bg-light-green {
    background-color: #98d973 !important;
    color: #fff !important;
}

.hover-q {
    font-size: 16px;
    margin-left: 3px;
    cursor: help;
}

.input-group-addon .hover-q {
    margin-left: 0px;
}

.text-bold {
    font-weight: bold;
}

.tour .popover-content {
    padding: 18px 14px;
}

.table-slim>tbody>tr>td,
.table-slim>tbody>tr>th,
.table-slim>tfoot>tr>td,
.table-slim>tfoot>tr>th,
.table-slim>thead>tr>td,
.table-slim>thead>tr>th {
    padding: 1px;
}

/* Custom scroll bar start*/

/* width */
::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ddddf0;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Custom scroll bar end*/

.product_cell {
    height: 100px;
    padding: 1%;
}

.product_cell_div {
    height: 100% !important;
    width: 100% !important;
    text-align: center;
    vertical-align: middle;
    padding-top: 5px;
    cursor: pointer;
    overflow: hidden;
}

/*CSS to print receipts*/
.print_section {
    display: none;
}

@media print {
    .print_section {
        display: inline !important;
    }

    .modal-xl {
        width: 100% !important;
    }

    ::-webkit-scrollbar {
        display: none !important;
    }

    #toast-container {
        display: none;
    }
}

.input-number .btn-default {
    background-color: white;
    padding: 6px 9px;
}

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

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

.width-60 {
    width: 60% !important;
}

.width-100 {
    width: 100% !important;
}

.font-30 {
    font-size: 30px !important;
}

.font-23 {
    font-size: 23px !important;
}

.padding-5 {
    padding: 5px !important;
}

.padding-10 {
    padding: 10px !important;
}

.padding-side-15 {
    /*padding-left: 15px !important;
    padding-right: 15px !important;*/
}

.text-muted-imp {
    color: #a3a3a3 !important;
}

.table-no-top-cell-border td {
    border-top: 0px !important;
    border-bottom: 0px !important;
}

.table-no-top-cell-border th {
    border-top: 0px !important;
    border-bottom: 0px !important;
}

.table-no-side-cell-border td {
    border-left: 0px !important;
    border-right: 0px !important;
}

.table-no-side-cell-border th {
    border-left: 0px !important;
    border-right: 0px !important;
}

.color-555 {
    color: #555555 !important;
}

.color-555 * {
    color: #555555 !important;
}

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

.col-no-padding {
    padding-left: 0px;
    padding-right: 0px;
}

.col-2px-padding {
    padding: 2px;
}

.pos-express-btn {
    font-size: 23px !important;
    overflow: hidden !important;
    height: 73px !important;
    white-space: normal;
}

.word-wrap {
    word-wrap: break-word !important;
}

.modal-xl {
    width: 90%;
    /* respsonsive width */
    margin-left: auto !important;
    margin-right: auto !important;
}

table.ajax_view tbody tr {
    cursor: pointer;
}

.bg-white {
    background-color: #fff;
}

.product-thumbnail-small {
    height: 50px;
    width: 50px;
    object-fit: contain;
}

table.table-text-center td,
table.table-text-center th {
    vertical-align: middle !important;
}

.product_list {
    padding-left: 3px;
    padding-right: 3px;
}

.product_box {
    width: 100%;
    /*padding-top: 5px;
  padding-bottom: 2px;*/
    margin-bottom: 10px;
    text-align: center;
    cursor: pointer;
    /*border: 1px solid darkgray;*/
    font-weight: 600;
    background-color: #fff;
    border-radius: 12px;
    padding: 8px;
}

.product_box .image-container {
    height: 50px;
    margin: auto;
    width: 100%;
    margin-bottom: 4px;
}

.product_box .image-container img {
    height: 100%;
    width: 100%;
    border-radius: 12px;
}

.eq-height-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.eq-height-col {
    display: flex;
}

.product_box .text_div {
    margin-top: 3px;
}

.product_box .text {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    /* number of lines to show */
    line-height: 14px;
    /* fallback */
    max-height: 14px;
    /* fallback */
}

.small-box.bg-gray:hover {
    color: #000;
    text-decoration: none;
}

#calendar table tbody td {
    cursor: pointer;
}

.min-height-90hv {
    min-height: 90vh !important;
}

/* Grow Shadow */
.hvr-grow-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
}

.hvr-grow-shadow:hover,
.hvr-grow-shadow:focus,
.hvr-grow-shadow:active {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.text-link {
    cursor: pointer;
}

.text-link:hover {
    text-decoration: underline;
}

.v-center {
    vertical-align: middle !important;
}

.bg-woocommerce {
    background-color: #9e458b !important;
}

/*.box, .info-box, .nav-tabs-custom, .external-event{
  box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2) !important;
}*/

.user_avatar {
    border-radius: 50%;
    width: 25px;
    height: 25px;
    margin: 1px;
}

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

.timeline-lode-more-btn {
    margin-left: 50px;
    margin-top: 25px;
    padding-right: 12px;
    padding-left: 12px;
}

.pa-0 {
    padding: 0px !important;
}

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

.m-2 {
    margin: 2px !important;
}

.treeview-menu i {
    display: none !important;
}

.treeview-menu a {
    padding-left: 25px !important;
    font-size: 95% !important;
}

.treeview-menu a::before {
    content: '\2192 ';
}

@media only screen and (max-width: 600px) {
    .pos-form-actions {
        position: absolute;
    }
}

.mr-8 {
    margin-right: 8px !important;
}

@media (max-width: 1024px) {
    .pos_form_totals {
        margin-bottom: 40px;
    }
}

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

.pos-total {
    /* display: inline-block; */
    padding: 8px 10px;
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 5px;
}

.pos-total span.number {
    font-size: 26px;
    vertical-align: middle;
    font-weight: bolder;
}

.pos-total span.text {
    font-weight: bolder;
    display: inline-block;
    width: 60px;
    vertical-align: middle;
}

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

@media print {
    a:after {
        content: '';
    }

    a[href]:after {
        content: none !important;
    }
}

.fa-times {
    font-size: 30px;
}

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

.tree-actions {
    margin-left: 20px;
    display: none;
}

.jstree-hovered .tree-actions {
    display: inherit;
}

/* /////////////////////////////
     custom css
////////////////////////// */

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

.form-content .thumb {
    border-radius: 10px;
}

.form-content .from-wrap {
    padding: 50px;
}

.form-content .from-wrap .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.form-content .form-group {
    margin-bottom: 20px;
}

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

.form-content .col-md-4 {
    margin-right: -200px;
}

.form-content .col-md-4 .login-title {
    margin-bottom: 30px;
}

.form-content .col-md-3 .form-group .label {
    position: absolute;
    top: 2px;
    left: 10px;
    background: white;
}

.forget-password {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin-bottom: 10px;
}

.form-content .login-btn {
    background: #9e121d;
}

.icon-svg-1 {
    background-color: #fdf7f1;
}

.icon-svg-2 {
    background-color: #e9f5f4;
}

.icon-svg-3 {
    background-color: #f0f9fd;
}

.icon-svg-4 {
    background-color: #fdf3f1;
}

.custom-header {
    background: white;
    height: 65px;
}

.custom-hamburger svg path {
    stroke: #000 !important;
}

.custom-sidebar-top {
    background: white;
    border-bottom: 1px solid rgba(41, 112, 255, 0.3);
}

.custom-sidebar-top:hover {
    background: transparent !important;
}

.custom-sidebar-top:focus {
    background: transparent !important;
}

.theme-color {
    /* background: #e1e0e0; */
    padding: 10px 10px;
    border-radius: 3px !important;
    color: #000;
    transition: 0.3s ease-in-out;
    border: 1px solid rgb(221, 221, 221) !important;
}

/* .theme-color:hover svg {
    fill: #fff !important;
} */

.fix-auto-1:hover svg {
    fill: #fff;
}

.theme-color:hover {
    background: #9e121d;
    color: #fff !important;
}

.theme-color-two {
    background: rgb(34, 146, 34);
    padding: 10px 75px;
    border-radius: 3px !important;
    /* box-shadow: none !important; */
}

.theme-color-two:hover {
    background: rgb(46, 196, 46);
}

.theme-color-text {
    color: #9e121d !important;
}

.storefront-content {
    display: flex !important;
    align-items: center;
    gap: 5px;
}

.storefront-content svg {
    fill: #000;
}

body {
    background: #fdf3f1 !important;
    height: auto !important;
}

.rotated:hover {
    transform: rotate(180deg);
    /* Rotate by 180 degrees when hovered */
    transition: transform 0.3s ease-in-out;
    /* Smooth transition */
}

.vh-h {
    max-height: 100vh;
}

.mvh-h {
    min-height: 100vh;
}

#uploader,
#thumbnailUploader {
    display: grid;
    grid-template-columns: repeat(4, 100px);
    gap: 23px;
    width: 100%;
    justify-content: start;
    white-space: nowrap;
}

@media (max-width: 1600px) {

    #uploader,
    #thumbnailUploader {
        grid-template-columns: repeat(3, 80px);
    }
}

@media (max-width: 1399px) {

    #uploader,
    #thumbnailUploader {
        grid-template-columns: repeat(2, 80px);
    }
}

#thumbnailUploader {
    margin-bottom: 15px;
}

#customFileButton,
#thumbnailCustomFileButton {
    padding: 10px 20px;
    position: relative;
    background: white;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px dashed rgba(103, 103, 103, 0.39);
}

@media (max-width: 1600px) {

    #customFileButton,
    #thumbnailCustomFileButton {
        width: 80px;
        height: 80px;
    }
}

#uploader .image-preview img,
#thumbnailUploader .image-preview img {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px dashed rgba(103, 103, 103, 0.39);
    object-fit: cover;
    padding: 10px;
}

@media (max-width: 1600px) {

    #uploader .image-preview img,
    #thumbnailUploader .image-preview img {
        width: 80px;
        height: 80px;
    }
}

#uploader .image-preview,
#thumbnailUploader .image-preview {
    position: relative;
}

#uploader .image-preview .close-btn,
#thumbnailUploader .image-preview .close-btn {
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 20px;
    color: #000;
    transition: all 0.3s ease-in-out;
}

#uploader .image-preview .close-btn:hover,
#thumbnailUploader .image-preview .close-btn:hover {
    background: #9e121d;
    color: #fff;
}

.custom-pra {
    margin-left: 37px;
}

.custom-label {
    margin-bottom: 0;
}

.custom-box-title {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
    margin-bottom: 20px;
}

.custom-header-two {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.https-wrap {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 10px;
}

.https-wrap span {
    color: #00c0ef;
}

.https-wrap .text-input-edit {
    height: 25px;
    padding: 5px;
    max-width: 100%;
    display: inline-block;
    border-radius: 4px;
}

.https-wrap .text-input-edit:focus {
    outline: none;
    border: 1px solid #0d99ff;
}

.https-wrap .button-link {
    height: 25px;
    display: inline;
    padding: 5px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.https-wrap .button-link-1 {
    background: rgb(46, 196, 46);
    color: white;
}

.https-wrap .button-link-2 {
    background: rgb(46, 196, 46);
    color: white;
}

.https-wrap .button-link-3 {
    background: #9e121d;
    color: white;
}

.dropdown .dropdown-menu .dropdown-item {
    border-bottom: 2px solid #fff;
}

.dropdown .dropdown-menu .dropdown-item:hover {
    background: #fdf3f1;
}

.dropdown .dropdown-menu .dropdown-item:last-child {
    border: none;
}

.custom-btn-group {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
}

.d-hide {
    display: none;
}

.custom-header-buttons-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

.button-padding {
    padding: 12px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.custom-tab {
    padding: 0 0 12px 0 !important;
    font-size: 12.8px !important;
    line-height: 16px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 500;
    color: rgb(75 85 99 1);
}

.custom-tab:hover {
    background: transparent !important;
    color: #9e121d !important;
}

.list-group .active {
    background: #fff !important;
    color: #9e121d !important;
}

.d-none {
    display: none !important;
}

.custom-search {
    width: 400px;
}

.buttons-csv {
    display: none !important;
}

.buttons-excel {
    display: none !important;
}

.buttons-pdf {
    display: none !important;
}

.buttons-collection {
    border: none !important;
}

.buttons-print {
    border: none !important;
}

.blue-header th {
    background-color: #f7f7f9 !important;
    color: #32325d !important;
}

.main-sidebar-1 {
    background: #201415 !important;
}

.main-sidebar-1 .wrap-one {
    /* background: #9e121d !important; */
    color: #fff !important;
}

.main-sidebar-1 .wrap-one .active {
    background: #9e121d !important;
    color: #fff !important;
}

.main-sidebar-1 a:hover {
    background: #9e121d !important;
    color: #fff !important;
}

.main-sidebar-1 .chiled a:hover {
    background: transparent !important;
    color: #9e121d !important;
}

.main-sidebar-1 .chiled a.tw-bg-green-500,
.main-sidebar-1 .chiled a.tw-text-white {
    background: transparent !important;
    color: #9e121d !important;
}

.custom-password-group {
    position: relative;
}

.custom-pos-sm-btn {
    border: 1px solid #ddd !important;
    transition: all 0.3s ease-in-out;
}

.custom-pos-sm-btn:hover {
    background: #ece9e9 !important;
}

.custom-control-input {
    width: calc(100% - 5px) !important;
}

.custom-accordion-btn {
    width: 100% !important;
    background: #eee;
    color: #000;
    border: none;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
}

.custom-accordion-btn:hover {
    background: #dad8d8;
}

.custom-save-brn {
    min-height: 3rem !important;
    height: 2.5rem !important;
    text-align: left !important;
    margin-bottom: 10px !important;
}

.custom-col-control {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

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

.fix-getter-margin {
    padding-right: 0;
    padding-left: 0;
}

.fix-getter-margin-2 {
    margin-right: 0;
    margin-left: 0;
}

.tw-p-9 {
    padding: 1.2rem;
}

.border-bottom {
    border-bottom: 1px solid #ddd !important;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.customer-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #e04f16 !important;
    opacity: 1;
    background-color: #ffeee9 !important;
    border-radius: 5px;
    padding: 12px;
}

.customer-item h4 {
    color: #212b36;
    font-weight: 600;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 7px;
}

.customer-item .offer-wrap {
    display: flex;
    align-items: center;
}

.customer-item .offer-wrap .bonus {
    border-right: 1px solid #000;
    padding-right: 10px;
    margin-right: 10px;
}

.customer-item .offer-wrap .bonus span {
    background-color: #06aed4 !important;
    color: #ffffff;
}

.customer-item .offer-wrap p {
    font-size: 12px;
    color: #646b72;
    line-height: 14px;

    span {
        font-size: 12px;
        background-color: #0e9384 !important;
        color: #ffffff;
        padding: 2px 4px !important;
        font-weight: 700;
        border-radius: 8px;
    }
}

.customer-item .right-content button {
    background-color: #e04f16 !important;
    border: 1px solid #e04f16 !important;
    color: #ffffff;
    box-shadow: 0 4px 20px rgba(224, 79, 22, 0.15);
    padding: 0.25rem 0.5rem;
    border-radius: 5px;
    font-size: 0.75rem;
    font-weight: 600;
}

.customer-item .right-content button:hover {
    background-color: rgb(191.4926829268, 67.5353658537, 18.8073170732) !important;
    border: 1px solid rgb(191.4926829268, 67.5353658537, 18.8073170732) !important;
    box-shadow: 0 3px 10px rgba(224, 79, 22, 0.5);
    color: #ffffff !important;
}

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

.custom-wrap-flex {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap !important;
    justify-content: center;
}

.custom-grid-btn {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
}

.custom-flex-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
}

.h-80 {
    min-height: 80px;
}

.hvh-70 {
    min-height: 70vh !important;
}

body {
    min-height: 100% !important;
}

.right-sidebar-height {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding-bottom: 100px;
}

/* 1800px+ */
@media (min-width: 1800px) {
    .col-xxl-5 {
        width: 25% !important;
    }

    .col-xxl-7 {
        width: 75% !important;
    }
}

/* 1600px – 1799px */
@media (min-width: 1600px) and (max-width: 1799px) {
    .col-xxl-5 {
        width: 30.7% !important;
    }

    .col-xxl-7 {
        width: 69.3% !important;
        /* 100 - 30.7 */
    }
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .col-xxl-5 {
        width: 30% !important;
    }

    .col-xxl-7 {
        width: 70% !important;
    }
}

/* 1400px – 1599px */
@media (min-width: 1200px) and (max-width: 1399px) {
    .col-xxl-5 {
        width: 35% !important;
    }

    .col-xxl-7 {
        width: 65% !important;
    }
}

.custom-thumb {
    width: 100%;
    max-width: 200px;
    max-height: 200px;
    aspect-ratio: 200 / 206;
    border-radius: 12px;
    border: 1px solid #ddd;
    overflow: hidden;
    position: relative;
}

.custom-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.bg-gray {
    background: #f4f4f4 !important;
    color: #000 !important;
}

.bg-white {
    background: #fff !important;
    color: #000 !important;
}

.calc-w-5 {
    width: calc(100% -5px);
}

.todays_profit_body .table-striped tbody tr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
}

.todays_profit_body .table-striped tbody tr th {
    border: none;
    font-size: 11px;
    line-height: 20px;
    padding-left: 3px !important;
    padding-right: 9px !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}

.todays_profit_body .table-striped tbody tr td {
    border: none;
    font-size: 11px;
    padding-left: 3px !important;
    padding-right: 9px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.close-btn-2 {
    width: 25px;
    height: 25px;
    background: white;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.green-deep {
    background: rgb(53 253 169);
}

.plus-btn {
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin-bottom: 3px;
}

.tw-bg-pay {
    background: #0dcaf0;
    font-size: 18px;
}

.custom-pos-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.custom-input-col {
    width: 70% !important;
}

.custom-input-col .form-control {
    min-width: 100% !important;
    width: auto !important;
}

.custom-input-col-select {
    width: 30% !important;
    min-width: 100px;
    height: 33px !important;
}

.tw-h-64 {
    height: 64px;
}

.main-logo {
    object-fit: contain;
    height: 60px;
    min-width: 100%;
}

.custom-input-group-pos .select2 {
    width: calc(100% - 5px);
    max-width: 100%;
}

.custom-tab-loss a {
    font-size: 14px !important;
    font-weight: 400;
    padding: 10px;
}

.net-profit-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    background: #00b7b5;
    color: #fff;
    border-radius: 8px;
}

.net-profit-2 {
    background: #8bae66;
}

.net-profit-3 {
    background: #f79a19;
}

.load_notifications svg {
    stroke: white;
}


/* .auth-login-wrap {
    margin-left: -100px !important;
    margin-right: 0 !important;
    margin-top: 15px;
} */

@media (min-width: 1800px) {
    .login-col-xxl-5 {
        width: 35% !important;
    }

    .login-col-xxl-3 {
        width: 25% !important;
    }
}

@media (max-width: 1799px) {
    .login-col-xxl-5 {
        width: 35% !important;
    }

    .login-col-xxl-3 {
        width: 30% !important;
    }
}

@media (max-width: 1699px) {
    .login-col-xxl-5 {
        width: 35% !important;
    }

    .login-col-xxl-3 {
        width: 30% !important;
    }
}

@media (max-width: 1599px) {
    .login-col-xxl-5 {
        width: 40% !important;
    }

    .login-col-xxl-3 {
        width: 30% !important;
    }
}

@media (max-width: 1499px) {
    .login-col-xxl-5 {
        width: 40% !important;
    }

    .login-col-xxl-3 {
        width: 30% !important;
    }
}

@media (max-width: 1399px) {
    .login-col-xxl-5 {
        width: 40% !important;
    }

    .login-col-xxl-3 {
        width: 35% !important;
    }
}

@media (max-width: 1299px) {
    .login-col-xxl-5 {
        width: 45% !important;
    }

    .login-col-xxl-3 {
        width: 35% !important;
    }
}

@media (max-width: 1199px) {
    .login-col-xxl-5 {
        width: 45% !important;
    }

    .login-col-xxl-3 {
        width: 40% !important;
    }
}

@media (max-width: 1099px) {
    .login-col-xxl-5 {
        width: 50% !important;
    }

    .login-col-xxl-3 {
        width: 40% !important;
    }
}

@media (max-width: 999px) {
    .login-col-xxl-5 {
        display: none;
    }

    .login-col-xxl-3 {
        width: 50% !important;
    }

    .auth-login-wrap {
        margin-left: 0 !important;
    }
}

@media (max-width: 767px) {
    .login-col-xxl-3 {
        width: 70% !important;
    }
}

@media (max-width: 500px) {
    .login-col-xxl-3 {
        width: calc(100% - 60px) !important;
        margin: 0 30px !important;
    }
}

@media (max-width: 450px) {
    .from-wrap {
        padding: 20px !important;
    }
}

@media (max-width: 1300px) {
    .login-title {
        font-size: 1.5rem !important;
    }
}

@media (max-width: 450px) {
    .login-title {
        font-size: 1.2rem !important;
    }
}

@media (max-width: 767px) {
    .sm-custom-pos-header {
        margin-top: 30px;
    }

    .sm-pos-tab-content {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .pos-header-between {
        display: flex;
        justify-content: space-between !important;
    }

    .location-text {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .location-text p {
        line-height: 2px;
    }

    .payment-btn {
        background: #0dcaf0 !important;
    }

    .custom-pos-wrap {
        flex-wrap: wrap !important;
    }
}

.icon-link {
    text-align: start !important;
}

.custom-icon-link {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 10px;
    border: 10px;
    background: white;
    border: 1px solid #eee;
}

.custom-icon-link i {
    font-size: 20px;
}

.tab-content {
    margin-top: 30px;
}

.ml-0 {
    margin-left: 0 !important;
}

.location-text {
    display: flex;
    gap: 10px;
}

.py-5 {
    padding: 5px 24px !important;
}

.py-10 {
    padding: 10px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.table-color {
    background: #f4f4f4;
}


.custom-grid-btn-3 {
    display: flex;
    gap: 10px;
    align-items: end;
    justify-content: end;
}

.p-0 {
    padding: 0 !important;
}

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

.w-100p {
    max-width: 100px !important;
}


@media (max-width: 1500px) {
    .table-responsive-custom {
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .my-table {
        min-width: 1500px;
        border-collapse: collapse;
    }
}