@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;
}
.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.0);
  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 {
  background-color: #243949;
  height: 100%;
  min-height: 100vh;
} */

/* Background color added by Prashant */
.right-col {
  background: linear-gradient(to right, #6366f1, #3b82f6);
  height: 100%;
}

/* .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%;
} */

.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 .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;
} */
#product_list_body {
  max-height: 485px;
  overflow: scroll;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none;  /* For Internet Explorer and Edge */
}

/* For Chrome, Safari, and Opera */
#product_list_body::-webkit-scrollbar {
  display: none;
}

.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,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -moz-box-shadow: 0 6px 12px rgba(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;
    padding: 0 !important;
}
.pos_product_div::-webkit-scrollbar {
  display: none; /* Hide scrollbar for WebKit browsers */
}
.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;
} */

/* Track */
/* ::-webkit-scrollbar-track {
    background: #f1f1f1; 
} */
 
/* Handle */
/* ::-webkit-scrollbar-thumb {
    background: #888; 
} */

/* 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;
}

table.table-text-center td, table.table-text-center th{
    vertical-align: middle !important;
}
.product_list{
    padding-left: 3px;
    padding-bottom: 6px;
}

.product_list:nth-child(4n){
  padding-right: 0px; 
}
.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;
}
.main-div{
  width: 100%;
  border-radius: 12px;
  height: 100%;
  background-color: white;
}
.second-div{
  padding: 19px 10px;
  width: 100%;
  display: flex;
  /* justify-content: ; */
}
.content-div{
  width: 50%;
}
.code_cus{
  margin-right: 10px;


}
.search_cus{
  margin-right: 10px;

}
.search-div{
  width: 100%;
  display: flex;
  padding: 20px 10px;
  background: aliceblue;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}
.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 6px !important;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  .custom-select {
    display: inline-block;
    margin-right: 10px;

    /* width: 100%; */
    height: calc(2.25rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e) right 0.75rem center / 8px 10px no-repeat;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    /* box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075); */
    /* -webkit-appearance: none; */
    -moz-appearance: none;
    appearance: none;
  }
  .tr_bg{
    height:4px ;
    background-color: #2196f3 !important;
  }
  .border_table{
    border: 2px solid #9e9e9e;
  }
  .border_table tr{
    background-color: transparent !important;
  }
  .border_up{
    border-top: 1px solid #757272;
  }
  .border_bottom{
    border-bottom: 1px solid #757272;
  }
  .border_cus{
    border: 1px solid #ccc;
    border-radius: 6px;
    /* width: 100%; */
  }
  .border_cus_2{
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 3px;
    width: max-content;
    padding: 1rem;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    color: #628d3b;
    border-radius: 6px;
    padding: 2px 9px;
    background-color: #fbfbfb;
    margin-left: 0.6rem;
    margin-top: -0.8rem;
    width: max-content;
    z-index: 1;
    position: absolute;
  }
  .row_cus{

    margin: 0 !important;
  }
  .input_div{
    display: flex;
    width: 100%;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-around;
  }
  .h6_cus{
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
    width: 35%;
  }
  .input_cus{
    width: 60%;
  }
  
  .bg-input {
    background-color: #fdeada !important;
    height: 1.6rem;
    /* background-color: #fdf4b5; */
    border: 1px solid #cccccc;
    border-radius: 4px;
    width: 90%;
}
.bg-textarea {
  background-color: #fdeada !important;
  border: none;
  border-radius: 4px;
  width: 90%;
    width: 75%;
    padding: 0 0 0 6px;
}
.button_cus{
  padding:6px; 
  margin: 12px 15px !important;
  /* margin-top:8px !important; */
}

.color-button{
  padding: 0.25rem !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  border-radius: 6px !important;
  background-color: #3167ae !important;
  margin-left: 0.5rem !important;
  border: none !important;
  color: white !important;
}

.color-button:hover{
  background-color: #8ab101 !important;
}

.no-color-button:hover{
  background-color: #f0f0f0 ;
}

.no-color-button{
  padding: 0.25rem !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  border-radius: 6px !important;
  margin-left: 0.5rem !important;
  border: none !important;
  color: black !important;
  background-color: #f0f0f0 !important;
  cursor: not-allowed;
}
.table_content{
  /* border: 1px solid #777; */
  width: 97.5%;
  margin: 0 auto;
  margin-top: 20px;
}
.pjp_main{
  padding: 20px 15px 10px 20px;
  background-color: #f9f9f9;
}
/* .pjp_fileds_one{
  width: 100%;
  margin: 0 0 10px 0;
} */
.pjp_fileds_one label{
  width: 38%;
  font-weight: 400;
  font-size: 12px;
}

.pjp_fileds_one select{
  width: 60%;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  background-color: #ffffff;
}
.pjp_fileds_one input{
  width: 60% !important;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  background-color: #ffffff;
}
.pjp_table{
  padding: 1px 15px 10px 20px;
  background-color: #f9f9f9;
  margin: 20px 0 0 0;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

thead {
  background-color: #3064ac; /* Blue header background */
  color: white;
}

th, td {
  padding: 12px;
}

tbody tr:nth-child(even) {
  background-color: #d1deef; 
}

tbody tr:nth-child(odd) {
  background-color: #e4ebf5; 
}

.ref-pjp-select {
  width: 100%;
  padding: 5px;
  font-size: 14px;
}

input[type="checkbox"] {
  margin: 0;
}

.btn_footer{
  padding: 10px 15px 10px 20px;
  background-color: #f9f9f9;
  margin: 20px 0 20px 0;
}

.fa-edit {
  background-color: #ba7210;
  color: white;
  padding: 5px;
  border-radius: 5px;
  font-size: 12px;
}
.table_borders>tbody>tr>td{
  border: 1px solid #f4f4f4 !important;
}
.fa-trash-alt {
  background-color: #a1d05b;
  color: white;
  padding: 5px;
  border-radius: 5px;
}

.fa-save {
  background-color: #a1d05b;
  color: white;
  padding: 5px;
  border-radius: 5px;
}

/* Adjusting padding to make the icons look better */
td i {
  margin-right: 5px;
}
.select_cus{
  border-color: #eaeaea;
    height: 1.6rem;
    border-radius: 4px;
    /* background-color: #fdeada !important; */
    height: 1.6rem;
    background-color: #fdf4b5;
    border: none;
    border-radius: 4px;
    width: 90%;
}
.select_cus_white{
  border-color: #eaeaea;
  height: 1.6rem;
  border-radius: 4px;
  /* background-color: #fdeada !important; */
  height: 1.6rem;
  /* background-color: #fdf4b5; */
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
}
.bg-input_white{
  /* background-color: #fdeada !important; */
  height: 1.6rem;
  /* background-color: #fdf4b5; */
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
}
.cus-col{
  margin-top: 12px;
}

.foraam3{
  margin-top: 10px;
}
.foraam4{
  padding: 6px 8px;
}
.table-cus-pop th{
  vertical-align: middle !important;
}
.table-cus-pop{
  padding: 10px;
  padding-right: 10px;
}
.index_input {
  width: 50px;
    background: white;
}



/* add-pop-screen */
.loyalty_btn{
  margin: 0 !important;
  width: 60%;
}
.border_addpop{
  border: 2px solid #f3d0d0;
}
.main_upload{
  padding: 0 0 0 5px;
  width: 100%;
}
.file_choose{
  display: flex;
}
.remove_btn{
  margin-left: 10px;
}
.remove_btn h6{
  margin: 0;
  font-weight: bold;
  font-size: 17px;
}

.remove_btn button{
  background-color: #98ad6a;
  color: #000000;
  width: 100px;
  border-radius: 15px;
  text-decoration: underline;
  font-size: 12px;
}
.second-row{
  background-color: #98ad6a;
  width: 85%;
  border-radius: 15px;
  margin: 0 0 3px 0;
}
.file-input{
  margin-top: 5px;
  padding-left: 10px;
}
.file-input input[type=file]{
  color: #ffffff;
  font-size: 10px;
}
.pop_code{
  display: flex;
}
.pop_fields{
  display: flex;
  width: 61%;
}

.pop_spacer{
  width: 100%;
  height: 2px;
  background-color: grey;
}
.pop_white_spacer{
  width: 100%;
  height: 2px;
  background-color: #ffffff;
}
.main_ordering_time{
  padding: 0 0 0 16px;
}
.time_dur{
  display: flex;
  margin: 0 0 10px 0;
}
.time_dur p{
  width: 37%;
}
.time_dur input{
  width: 12%;
  border-radius: 3px;
}
.time_dur select{
  width: 40%;
}

.col-row{
  margin-bottom: 40px;
}
.dg_if{
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  background-color: #ffffff;
  width: 90%;
}
.pjp_fileds_one {
  width: 100%;
  display: flex;
  margin: 0 0 10px 0;
  align-items: flex-start;
}
.input1{
  width: 13% !important; 
}
.input2{
  width: 57% !important; 
}
.dg_ifg{
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  background-color: #ffffff;
  width: 100%;
}
.sel_gst_head{
  margin: 10px 0;
  color: #ca54ae;
}
.mar_bot{
  margin-bottom: 10px;
}
.dis_fields{
  width: 100% !important;
  padding: 0 0 0 6px;
}
.status_main{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.statuses{
  display: flex;
  align-items: center;
}

.statuses p{
  margin-left: 10px;
}

.mar_bott{
  padding-bottom: 35px !important;
}
.cashmemo_type{
  display: flex;
  align-items: center;
  width: 60%;
  justify-content: space-between;
}
.cashmemo_type div{
  width: 95% !important;
  /* max-height: 65px; */
  height: 70px;
  padding: 0 6px;
  overflow: auto;
  /* overflow-y: scroll; */
}
.cashmemo_type div select{
  width: 100%;
}
.cashmemo_type input[type = "checkbox"]{
  width: 5% !important;
  margin: 0 0 0 10px;
}
.pjp_utility{
  display: flex;
  align-items: center;
  width: 60%;
}
.pjp_utility select{
  width: 93% !important;
}
.pjp_utility input[type="checkbox"]{
  width: 5% !important;
  margin: 0 0 0 10px;
}
.incdec_radio{
  width: 38%;
  display: flex;
}
.increase p{
  font-weight: 500;
}
.decrease p{
  font-weight: 500;
  margin: 0 0 0 3px;
}
.picklist label{
  width: 27% !important;
}
.d-flex{
  display: flex !important;
  align-items: center !important;
  justify-content: space-evenly !important;
}
.downloade_cus{
  border: 1px solid #ccc;
  width: 75%;
  border-radius: 4px;
  margin-top: 14px;
  padding: 12px 0px;
  background: #fdeada;
}
.input_cus_2{
  margin-right: 15px;
  width: 44px;
}
.cashmemo-table{
  margin-top: 15px;
  border: 1px solid #cccccc;
  padding: 10px;
}
.mb-4{
  margin-bottom: 10px !important;
}
.border_format{
  border: 1px solid #ccc !important;
}
.danger-color-button{
  padding: 0.25rem !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    border-radius: 6px !important;
    background-color: red !important;
    margin-left: 0.5rem !important;
    border: none !important;
    color: white !important;
}
.dc_gin_heading{
  border-bottom: 2px solid #d7d7d7;
  margin: 0 0 15px 0;
}
.dc_gin_heading h6{
  color: red;
  padding: 0 0 2px 0;
}
.date_between{
  display: flex;
  align-items: center;

}
.ww-50{
  width: 50%;
}

.dsr_table{
  background-color: transparent!important;
  color: #000000 !important;
}
.fbr_summary_headings{
  text-align: center;
}
.year_summary{
  margin: 25px 0 35px 0;
}
.fixed-width-table th{
  text-align: center;
}
.fixed-width-table th,
.fixed-width-table td {
    min-width: 150px;
    max-width: 200px;
}
.table_container {
  overflow-x: scroll; /* Still allows scrolling */
  white-space: nowrap; /* Prevents table wrapping */
}

/* For WebKit-based browsers (Chrome, Safari, etc.) */
.table_container::-webkit-scrollbar {
  display: none; /* Hides the scrollbar */
}

/* For Firefox */
.table_container {
  scrollbar-width: none; /* Hides scrollbar in Firefox */
}

/* For Internet Explorer and Edge */
.table_container {
  -ms-overflow-style: none; /* Hides scrollbar in IE and Edge */
}
.product_list_body_main{
  background-color: #ffffff !important;
  padding: 10px;
}
.product_box{
  background-color: #f3f0f7 !important;
}
.product_box small:nth-child(1){
  color:#000000 !important;
  font-size: 12px;
  font-weight: bold;
}
.product_box small:nth-child(2){
  color:#4eaf52 !important;
  font-size: 12px;
  font-weight: bold;
}
.product_box small:nth-child(4){
  color: #f44236!important;
  font-size: 12px;
  font-weight: bold;
}
.categories{
  overflow: auto;
  background-color: #eeeeee;
}
/* Hide scrollbar for all browsers except IE */
.categories{
  overflow: hidden; /* Hides the scrollbar */
  overflow-x: scroll; /* Enables scrolling but hides scrollbar */
}

/* For WebKit browsers like Chrome, Safari, and newer versions of Edge */
.categories::-webkit-scrollbar {
  width: 0px;
  background: transparent; /* Optional: for transparency */
}

/* For Firefox */
.categories {
  scrollbar-width: none; /* Firefox 64+ */
  -ms-overflow-style: none;  /* IE and Edge */
}
.cat_btn{
  background-color: #ffffff !important;
  padding: 10px 15px !important;
  border-radius: 10px !important;
  height: 40px !important;
  color: #000000 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.pos_create_table{
  margin: 0px !important;
}
.pos_create_table tbody>tr>td{
  align-content: center;
}
.pos_create_table thead{
  background-color: transparent;
  color: #000000;
}
.pos_create_table th:nth-child(1){
  width: 8% !important;
}
.pos_create_table th:nth-child(2){
  width: 20% !important;
}
.pos_create_table th:nth-child(3){
  width: 20% !important;
}
.pos_create_table th:nth-child(4){
  width: 20% !important;
}
.pos_create_table th:nth-child(5){
  width: 11% !important;
}
.pos_create_table th:nth-child(6){
  width: 10% !important;
}
.pos_create_table th , .pos_create_table th{
  text-align: center;
}
.quantity-down{
  background-color: #f44236 !important;
  border-radius: 50% !important;
  width: 20px;
  height: 20px;
  position: relative;

}
.quantity-down i{
  color: #ffffff !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 8px;
}
.quantity-up{
  background-color: #4eaf52 !important;
  border-radius: 50% !important;
  width: 20px;
  height: 20px;
  position: relative;

}
.quantity-up i{
  color: #ffffff !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 8px;
}
.input_quantity{
  border: none;
  text-align: center;
  background-color: transparent;
}
.main_create{
  background-color: #ffffff !important;
  padding: 0px !important;
}
.main_header{
  background-color: #ffffff;
  border-bottom: 2px solid black;
  height: 48px;
}
.left_sec{
  display: flex;
  align-items: center;
  margin: 0px 0 0 10px;
}
.left_sec h5{
   margin: 0px !important;
   font-size: 22px;
   font-weight: 600;
}
.left_sec select{
  background: transparent;
  margin: 0 0 0 10px;
  height: 30px;
  font-size: 16px;
  font-weight: 500;
}
/* .left_sec i{
  margin: 0 0 0 20px;
} */

.right_sec{
  display: flex;
  align-items: center;
  justify-content:flex-end ;
  margin: 0 20px 0 0;
}

.right_sec .three_dots{
  margin: 0 0 0 30px;
}

.right_sec .refresh{
  /* color: #2196f3; */
  color: #4CAF50;
}
.select{
  border-right: 2px solid #9f9f9f;
  padding: 0 20px 0 0
}
.select_two{
  margin: 0 0 0 20px;
  border-right: 2px solid #9f9f9f;
  padding: 0 20px 0 0
}

#scrollable-container{
  overflow-y: visible !important;
}
.border_left{
  border-left: 2px solid black !important;
}

.text_center{
  text-align: center !important;
}
.pos_create_table tr{
  background-color: transparent !important;
}
.btn_footers{
  display: flex;
}
.btn_footers button{
  width: 33.333%;
}
.lockscreen{
  background-color: #ffffff !important;
}

.right_sec {
  position: relative;
}

/* Dropdown menu styling */
.dropdown-menu-custom {
  background-color: #f8f9fa;
  border-radius: 0.5rem;
  width: 200px;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 100%; /* Position it below the icon */
  display: none;
  z-index: 2;
}

/* Show dropdown when ellipsis icon is clicked */
.right_sec.active .dropdown-menu-custom {
  display: block;
}

.dropdown-menu-custom .dropdown-item {
  display: flex;
  align-items: center;
  padding: 8px 10px;
  cursor: pointer;
}

.dropdown-menu-custom .dropdown-item i {
  margin-right: 10px;
}

.dropdown-menu-custom .dropdown-item:hover {
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.refresh {
  cursor: pointer;
  font-size: 16px;
}

.three_dots {
  cursor: pointer;
  font-size: 18px;
}


.header_order_history{
  width: 95%;
  margin: 0 auto;
  display: flex;
}

.overlay_hold {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); 
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.modal_custom_hold{
  background-color: #eee8f4;
  border-radius: 20px;
  width: 70%;
  height: 80vh;
}
.inner_sec_hold{
    width: 97%;
    margin: 0 auto;
    position: relative;
    height: 72vh;
}
.inner_sec_hold h4{
  margin: 30px 0 0px 0 !important;
  font-size: 22px;
  color: #000000;
  font-weight: 500;
}
.close_button{
  position: absolute;
  right: 10px;
  bottom: 0;
  color: #66548e;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
}

/* Accordion container */
.accordion-container {
  background-color:transparent;
  padding: 20px;
  border-radius: 15px;
  width: 100%;
}

/* Accordion header */
.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: bold;
}

/* Left side text */
.accordion-header-left {
  display: flex;
  flex-direction: column;
}

.accordion-header-left p {
  margin: 0;
}

/* Arrow icon for collapsing on the right */
.accordion-header i {
  font-size: 1rem;
  color: #8e44ad;
}

/* Accordion content (table) */
.accordion-content {
  display: none; /* Initially hidden */
  margin-top: 10px;
}

.accordion-content table {
  width: 42%;
  border-collapse: collapse;
  margin: 20px auto 20px auto;
}
.accordion-content thead , .accordion-content tr {
   background: transparent !important;
   color: #000000 !important;
}

.accordion-content th, .accordion-content td {
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid #ddd;

}

/* Restore button */
.restore-button {
  text-align: center;
}

.restore-button button {
  background-color:#ffffff;
  border: none;
  color: #67519c;
  font-weight: bold;
  padding: 10px 30px;
  border-radius: 15px;
  cursor: pointer;
}

.restore-button button:hover {
  background-color: #d6c9f8;
}
.break_line{
  width: 100%;
  height: 3px;
  background-color: #958f99;
}

.recipt_overlay{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.reciept{
  background-color: #ffffff;
  width: 90%;
  padding: 1% 6%;
  max-height: 80vh;
  overflow-y: scroll;
}



/* Hide scrollbar for Chrome, Edge, Safari */
.reciept::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for Firefox */
.reciept {
  scrollbar-width: none; /* Firefox-specific */
  -ms-overflow-style: none; /* Internet Explorer 10+ */
}
.reciept table{
  margin: 0 !important;
}
/* .reciept table td{
  padding: 0px 12px;
} */
.reciept table tr{
   background: transparent !important;
}
.recipt_headings{
  text-align: center;
  /* border-bottom: 3px solid black; */
  padding: 0 0 10px 0;
}
.border_bottom{
  border-bottom: 3px solid black;
}
.recipt_headings h4{
  font-size: 28px;
  font-weight: bold;
  color: #000000;
}
.recipt_headings p{
  font-size: 24px;
  font-weight: 400;
  color: #000000;
}
.item_chart{
  border-bottom: 3px solid black;
}
.text_align_end{
  text-align: end;
}
.subtotal_field td{
  font-size: 24px;
  font-weight: 400;
  color: #000000;
}

.overlay_new_customer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); 
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.new_customer{
  background-color: #eee8f4;
  width: 19%;
  border-radius: 30px;
  height: 60vh;
}
.modal-custom{
  padding: 20px;
  height: 60vh;
}
.modal-custom h5 {
  margin: 0 0 20px 0;
  font-size: 24px;
  font-weight: 500;
}

.input-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.input-box {
  display: flex;
  align-items: center;
  border: 1px solid #79737f;
  border-radius: 4px;
  background-color:transparent;
  padding: 15px;
  width: 100%;
}

.input-box .icon {
  font-size: 20px;
  margin-right: 10px;
  color: #6c6173;
}

.input-box input {
  border: none;
  outline: none;
  background: transparent;
  width: 100%;
  font-size: 16px;
  color: #4a444e;
}
.input-box input::placeholder{
  color: #4a444e;
}
.footer_btn{
  display: flex;
  align-items: baseline;
  justify-content: end;
  margin: 10px 0 0 0;
}
.cancel_btn_customer{
  color: #67568d;
  text-decoration: none;
  cursor: pointer;
  margin: 25px 10px 0 0 ;
  font-weight: 600;
  font-size: 17px
}

.save-button button {
  background-color: #ffffff;
  border: none;
  color: #67519c;
  font-weight: bold;
  padding: 10px 30px;
  border-radius: 15px;
  cursor: pointer;
}
.save-button button:hover {
  background-color: #d6c9f8;
}
.select2-selection__arrow{
  display: none;
}













