@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;
  }
}


  @keyframes pulse {
      0% { transform: scale(1); opacity: 1; }
      50% { transform: scale(1.05); opacity: 0.7; }
      100% { transform: scale(1); opacity: 1; }
  }

  .product_box:hover {
      animation: pulse 1s infinite;
  }

    /* 1220px down  */
    @media (max-width:1220px) {
      .category_box > button {
          width: 98px !important;
          overflow: hidden !important;
          text-overflow: ellipsis !important;
      }

      .sub_category_box > button{
          width: 98px !important;
          overflow: hidden !important;
          text-overflow: ellipsis !important;
      }

      #product_list_body > .product_list{
          width: 33% !important;
      }


  }

     /* 1050px down  */
     @media (max-width:1050px) {
        .category_box > button {
            width: 88px !important;
            overflow: hidden !important; /* Hide overflow text */
            text-overflow: ellipsis !important;
        }

        .sub_category_box > button{
          width: 88px !important;
          overflow: hidden !important;
          text-overflow: ellipsis !important;
      }

    }
        /* used two screen start 1050 and end 996 */
    @media (max-width: 1050px) and (min-width: 996px) {
        #product_category_div {
            width: 171px !important;
        }
    }

    /* for tabs */
    @media (max-width:990px) {
        .category_box > button {
            width: 148px !important;
            overflow: hidden !important;
            text-overflow: ellipsis !important;
        }

        .sub_category_box > button{
          width: 148px !important;
          overflow: hidden !important;
          text-overflow: ellipsis !important;
      }


        #product_list_body > .product_list{
            width: 14% !important;
        }

        .pos-form-actions {
            position: relative !important;
        }
    }

    @media (max-width: 934px) and (min-width: 768px) {
        .category_box > button {
            width: 100px !important;
            overflow: hidden !important;
            text-overflow: ellipsis !important;
        }

        .sub_category_box > button{
          width: 100px !important;
          overflow: hidden !important;
          text-overflow: ellipsis !important;
      }
    }

     @media (max-width: 768px) {
       #product_list_body > .product_list{
            width: 20% !important;
        }
    }
            /* Down */
    @media (max-width: 512px) {
       #product_list_body > .product_list{
            width: 33% !important;
        }
    }

    @media (max-width: 480px) {
       .category_box > button {
            width: 95% !important;
            overflow: hidden !important;
            text-overflow: ellipsis !important;
        }

        .sub_category_box > button{
          width: 95% !important;
          overflow: hidden !important;
          text-overflow: ellipsis !important;
      }

    }

     @media (max-width: 320px) {
       .eq-height-row > .product_list {
            width: 95% !important;
            /*overflow: hidden !important;*/
            /*text-overflow: ellipsis !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;
}
/* .style_apply_table > thead{
color: #000;
}
.style_apply_table > tbody > tr{
color: white;
}
.style_apply_table > tbody > tr{
background-color: #1bb7d6;
} */
.sidebar-menu{
/* border-right: 2px solid brown; */
box-shadow: 8px 8px rgba(0,0,0,5%);
  z-index: -2 !important;
}

/* .sidebar-menu>li>a>span {
   padding: 2px;
   color: black  !important;
   font-family: 'Serif,sans-serif';
   font-weight: bold;
  } */
  .sidebar-menu>li>a:hover {

    /* font-size: 15px !important; */
    transition: all 0.2s !important;
    font-weight: bold !important;
   }

   .sidebar-menu .treeview-menu>li>a:hover
   {
    /* font-size: 10px !important; */
    transition: all 0.4s !important;
    font-weight:200 !important;
    background: #2dce89 !important;
    /* Zaheer */
   }
   .sidebar-menu .treeview-menu>li>a
   {
     /* border-bottom: 1px solid black;
     border-radius: 0% 0% 50% 50% / 0% 0% 5% 5% ;
     box-shadow: 8px 8px rgba(0,0,0,.25); */
     padding: 7px;
     /* background: white !important; */
   }

   .sidebar-menu li.active>a {
    font-weight: 10 !important;
}

   /* .logo{ */
    /* border-bottom: 1px solid black;
    border-radius: 0% 0% 50% 50% / 0% 0% 5% 5% ;
    box-shadow: 8px 8px rgba(117, 112, 112, 0.25); */
   /* } */
   .logo-lg
   {
     z-index: -2;
   }

 /* #pos-draft
 {
   border-bottom: 2px solid rgb(56, 52, 52);
   border-radius: 0% 0% 50% 50% / 0% 0% 5% 5% ;
   box-shadow: 8px 8px rgba(0,0,0,.25);
 } */
 /* #pos-quotation
 {
  border-bottom: 2px solid rgb(56, 52, 52);
  border-radius: 0% 0% 50% 50% / 0% 0% 5% 5% ;
  box-shadow: 8px 8px rgba(0,0,0,.25);
 } */
 #pos-sale-style
 {
  border-bottom: 2px solid rgb(56, 52, 52);
  border-radius: 0% 0% 50% 50% / 0% 0% 5% 5% ;
  box-shadow: 8px 8px rgba(0,0,0,.25);
 }

 /* #pos-finalize
 {
  border-bottom: 2px solid rgb(56, 52, 52);
  border-radius: 0% 0% 50% 50% / 0% 0% 5% 5% ;
  box-shadow: 8px 8px rgba(0,0,0,.25);
 } */

 #pos-finalize{
  background-color:#544eb1 !important;
 }
 #final_total_input
 {
  border-bottom: 2px solid rgb(56, 52, 52);
  border-radius: 0% 0% 50% 50% / 0% 0% 5% 5% ;
  box-shadow: 8px 8px rgba(0,0,0,.25);
 }
 /* #pos-cancel
 {
  border-bottom: 2px solid rgb(56, 52, 52);
  border-radius: 0% 0% 50% 50% / 0% 0% 5% 5% ;
  box-shadow: 8px 8px rgba(0,0,0,.25);
 } */

.btn-default{
background-color: #2dce89 !important;
color: white !important;
}

#pos-quotation{
  background-color: #ffad46 !important;
  color: white !important;
  }

  .is_suspend{
    background-color: #f5365c !important;
    color: white !important;
    }

  .is_credit_sale{
    background-color: #605ca8 !important;
    color: white !important;
    }
    .is_card{
      background-color: #d81b60 !important;
      color: white !important;
    }

    .treeview-menu > .active{
      background-color: #2dce89;
      /* background-image: linear-gradient(to right, #2b80ec, #1d1f33); */
    }




   /* login page  */
   body {
    background: #222D32;
    color: #000;
    font-family: 'Roboto', sans-serif;
}
h1{
  font-family: 'cursive';
}
.icheckbox_square-blue{
  background-color: white;
}
.login-box {
    margin-top: 75px;
    height: auto;
    background: #1A2226;
    text-align: center;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.login-key {
    height: 100px;
    font-size: 80px;
    line-height: 100px;
    margin-left: 60px;
    background: -webkit-linear-gradient(#27EF9F, #0DB8DE);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.login-title {
    margin-top: 15px;
    text-align: center;
    font-size: 30px;
    letter-spacing: 2px;
    margin-top: 15px;
    font-weight: bold;
    color: #ECF0F5;
}

.login-form {
    margin-top: 30px;
    text-align: left;
}

/* input[type=text] {
    background-color: #1A2226;
    border: none;
    border-bottom: 2px solid #0DB8DE;
    border-top: 0px;
    border-radius: 0px;
    font-weight: bold;
    outline: 0;
    margin-bottom: 20px;
    padding-left: 0px;
    color: #ECF0F5;
}
 */
/* input[type=password] {
    background-color: #1A2226;
    border: none;
    border-bottom: 2px solid #0DB8DE;
    border-top: 0px;
    border-radius: 0px;
    font-weight: bold;
    outline: 0;
    padding-left: 0px;
    margin-bottom: 20px;
    color: #ECF0F5;
}
 */
.form-group {
    margin-bottom: 40px;
    outline: 0px;
}

.form-control:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 2px solid #0DB8DE;
    outline: 0;
    background-color: #1A2226;
    color: #ECF0F5;
}

input:focus {
    outline: none;
    box-shadow: 0 0 0;
}

label {
    margin-bottom: 0px;
}

.form-control-label {
    font-size: 10px;
    color: #6C6C6C;
    font-weight: bold;
    letter-spacing: 1px;
}

.btn-outline-primary {
    border-color: #0DB8DE;
    color: #0DB8DE;
    border-radius: 0px;
    font-weight: bold;
    letter-spacing: 1px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.btn-outline-primary:hover {
    background-color: #0DB8DE;
    right: 0px;
}

.login-btm {
    float: left;
}

.login-button {
    padding-right: 0px;
    text-align: right;
    margin-bottom: 25px;
}

.login-text {
    text-align: left;
    padding-left: 0px;
    color: #A2A4A4;
}

.loginbttm {
    padding: 0px;
}
   /* login page end */

.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>.body {
  float: left;
  position: relative;
  width: 95%;
  height: 61%;
  padding: 2.5%;
}
.wizard>.actions a, .wizard>.actions a:active, .wizard>.actions a:hover {
  background-color: #FF9F43 !important;
  border: #FF9F43 !important;
  text-align: center;
}

.wizard>.actions>ul>li {
  margin: 0 .5em;
  width: 178px !important;
}

legend {
color: #fff;
margin-bottom: 6px;
border-bottom: none;
}
.left-col {
background: linear-gradient(0deg,rgba(0, 0, 0, 0.76),rgba(26, 25, 25, 0.32)),url(../img/home-slide-3.jpg);
text-align: center;
background-size: cover;
background-position: center;
}
/* .box .box-body{
background-color: #b3b3b3 !important;
} */
.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 46% !important;
  border-radius: 4px !important;
}

.form-control-feedback {
top: 22px !important;
color: gray !important;
}
/* iCheck-helper{

} */

.right-col {

background: url(../img/login.jpg);
text-align: center;
background-size: cover;
background-position: center;
/* background-color:#1d2324; */
/* height: 100%;
min-height: 100vh;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); */

}

.right-col label {
color: #000000;
}

.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%;
}


.wizard>.content {
   background: none !important;
  }
#username,#password{
/* border-bottom: 2p1x solid rgb(12, 158, 202) !important; */
  /* border-bottom: 2px solid #0DB8DE !important; */
  border-top: 0px !important;
  border-radius: 0px !important;
  font-weight: bold !important;
  outline: 0 !important;
  margin-bottom: 0px !important;
  color: #000000 !important;
  padding: 15px !important;
}
#username,#password{
background-color: #ffffff;
border: none;
/* border-bottom: 2px solid #0DB8DE; */
border-top: 0px;
border-radius: 4px !important;
font-weight: bold;
outline: 0;
margin-bottom: 20px;
padding-left: 0px;
color: #000000;
  }
  input[type=checkbox] {
      background-color: white !important;
  }

.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;
}
.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: #2dce89;
color: #ffffff;
  border-color: #2dce89;
}
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 #2dce89;
}

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;
}
.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;
  border-radius: 4px !important;
}
.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;
  border-radius: 50%;
  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;
}
.info-box-text{
color: #fff !important;
}
.text-bold{
  font-weight: bold;
}
h3{
font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif
}
/* .content-wrapper .content-header-custom
{
background-image: url('../img/background5.jpg') !important;
background-size:cover !important;
background-repeat: no-repeat !important;
} */
.info-box-new-style
{
/* border: 1px solid black !important; */
border-radius: 10px !important;
}
.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: 0px;
  /* padding-right: 8px; */
}
.product_box{
/* width: 100%; */
/*padding-bottom: 2px;*/
margin-bottom: 10px;
text-align: center;
cursor: pointer;
/* border: 1px solid rgb(0, 0, 0); */
font-weight: 600;
background-color: #fff;
border-radius: 10px;
padding-top: 17px;
/* height: 108px; */
height: fit-content !important;
}
.product_box .image-container{
/*width: 95%;*/
height: 45px;
margin: auto;
/*padding-top: 5px;*/

}
.product_box .image-container img{
  height: 45px;
  /*width: 45px*/
}
.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;
  background-color: #4A4947 !important;
}
.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;
}
/*category*/
.category_box{
/* width: 100%; */
margin-bottom: 10px;
/* text-align: center; */
 cursor: pointer;
/* border: 1px solid darkgray; */
/* font-weight: 600; */
/* background-color: #fff; */
/* border-radius: 10px; */

}
.category_box .image-container{
width: 74%;
margin: auto;
object-fit: cover;
}

.text-aqua,.text-info {
    color: #2dce89!important;
}



.category-container {
    overflow-y: auto; /* Enable only vertical scrolling */
    overflow-x: hidden; /* Disable horizontal scrolling */
    display: flex;
    flex-direction: column; /* Stack items vertically */
    gap: 10px;
    scrollbar-width: thin;
    scrollbar-color: #2dce89 transparent;
    max-height: 143px; /* Set the height to 200px */
    /* width: 100%;
    padding: 5px; */
}

/* Custom scrollbar for Webkit (Chrome, Edge, Safari) */
.category-container::-webkit-scrollbar {
    height: 6px;
}

.category-container::-webkit-scrollbar-thumb {
    background-color: #aaa;
    border-radius: 4px;
}

.category_box button {
    background: #2dce89;
    border-color: #28b97b;
    color: white;
    border: none;
    padding: 10px;
    font-weight: bold;
    border-radius: 5px;
}


/* Hover Effect */
.category_box:hover button {
    background: #ffad46;
    border-color: #ffa22d;
    color: white;
    transform: scale(1.1); /* Slightly increase size */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); /* Add shadow */
}

.category_box button.active {
    background: #ffad46;
    border-color: #ffa22d;
    color: white;
    transform: scale(1.1); /* Slightly increase size */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); /* Add shadow */
}

    /* Sub categry Css  */


/* Custom scrollbar for Webkit (Chrome, Edge, Safari) */
.sub-category-container::-webkit-scrollbar {
    height: 6px;
}

.sub-category-container::-webkit-scrollbar-thumb {
    background-color: #aaa;
    border-radius: 4px;
}


/* Subcategory Button */
.sub_category_box > button {
    background: #2dce89;
    border-color: #28b97b;
    color: white;
    border: none;
    padding: 10px;
    font-weight: bold;
    border-radius: 5px;
    margin: 5px;
}

.sub_category_box{
  width: 340px !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

/* Hover Effect */
.sub_category_box:hover button {
    background: #ffad46;
    border-color: #ffa22d;
    color: white;
    transform: scale(1.1); /* Slightly increase size */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); /* Add shadow */
    margin: 5px;
}

.sub_category_box button.active {
    background: #ffad46;
    border-color: #ffa22d;
    color: white;
    transform: scale(1.1); /* Slightly increase size */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); /* Add shadow */
    margin: 5px;
}

.card-header button {
    background: #ffad46;
    border-color: #ffa22d;
    color: white;
    border: none;
    padding: 10px;
    font-weight: bold;
    border-radius: 5px;
    margin: 5px;
}

/* .subcategory_box{ */
    /* width: 100%;
    margin-bottom: 10px;
    text-align: center;
     cursor: pointer; */
    /*border: 1px solid darkgray;*/
    /* font-weight: 600;
    background-color: #fff;
    border-radius: 2px; */

    /* } */

    /* .subcategory_box .image-container{
    width: 74%;
    margin: auto;
    object-fit: cover;
    } */


/* .category_list {
    flex: 0 0 auto;
} */





.float-icons-images {
  position: fixed; /* Fixes the position on the screen */
  left: 20px; /* Distance from the left edge of the viewport */
  bottom: 20px; /* Distance from the bottom edge of the viewport */
  z-index: 1000; /* Ensures it is above other elements */
}

.whatsapp-btn {
  display: flex; /* Aligns icon and text */
  align-items: center; /* Centers content vertically */
  background-color: #25D366; /* WhatsApp green background */
  color: white; /* Text color */
  border-radius: 5px; /* Rounded corners */
  padding: 10px; /* Padding inside the button */
  text-decoration: none; /* Removes underline */
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); /* Shadow effect */
  transition: background-color 0.3s ease, transform 0.3s ease; /* Transition for hover effects */
}

.whatsapp-btn:hover {
  background-color: #1DAF5A; /* Darker green on hover */
  transform: scale(1.05); /* Slight zoom-in effect */
}

.social-icon {
  /* width: 24px;  */
  height: 35px;
  /* margin-right: 8px; */
}

.wizard > .steps
{

    display: none !important;

}

a[href="#previous"] {
  display: none !important;
}



  #pos_table>tbody>tr:nth-of-type(odd){
    background-color: #dfdfed !important;
  }

  #pos_table>tbody>tr:nth-of-type(even){
    background-color: #cabad7 !important;
  }



  .skin-blue-light .sidebar-menu>li.active>a, .skin-blue-light .sidebar-menu>li:hover>a {
    background: #2dce89 !important;
  }

  .fa-plus:before {
    content: "\f067";
    font-size: 10px;
  }

  .fa-minus:before {
    content: "\f068"; /* FontAwesome Minus Icon */
    font-size: 10px;
}


.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #2dce89 !important;
}


a {
    color: #2dce89;
}



.pagination>.active>a, .pagination>.active>a:focus,
.pagination>.active>a:hover, .pagination>.active>span,
.pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color:#2dce89 !important;
    border-color:#2dce89 !important;
}

.za-color-black .text-info {
    color: #000!important;
}

.daterangepicker .ranges li.active {
    background-color: #2dce89 !important;
}

.box{
    background: #f0f8f0 !important;
}


.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #2dce89 !important;;
    border-color: #2dce89 !important;
}

.pos_product_div .table-bordered {
  border: 1px solid #000 !important;
}

.pos_product_div .table-bordered>tbody>tr>td,
.pos_product_div .table-bordered>tbody>tr>th,
.pos_product_div .table-bordered>tfoot>tr>td,
.pos_product_div .table-bordered>tfoot>tr>th,
.pos_product_div .table-bordered>thead>tr>td,
.pos_product_div .table-bordered>thead>tr>th {

  border: 1px solid #000 !important;
}

.table-striped>tbody>tr:nth-of-type(odd){
background-color: #dfdfed !important;

}

.table-striped>tbody>tr:nth-of-type(even) {
background-color: #cabad7 !important;
}


/* dashboard */
.skin-green .content-wrapper .content-header-custom, .skin-green-light .content-wrapper .content-header-custom {
    background-image: none !important;
    background-color: #fff !important;
    padding: 15px 15px !important;
}

.skin-green .content-wrapper .content-custom, .skin-green-light .content-wrapper .content-custom {
    margin-top: -35px !important;
}

.info-box-new-style {
    transform: none !important;
    transition: transform 5s ease 0s !important;
    padding: 20px !important;
}


.box, .info-box {

    box-shadow: 1px 1px 1px 1px rgb(223 216 226) !important;
}
.info-box-new-style .info-box-content {
    margin-left: 35px;
}

.col-custom{
    margin-bottom: 9px;
}

.card-custom-purchase {
    background-color: #F72C5B !important;
    color: #fff !important;
    /* min-height: 120px; */
    margin-bottom: auto;
}

.purchase-icon {
    font-size: 17px;
    background: rgb(247, 247, 247);
    color: #F72C5B  !important;
    padding: 12px;
    border-radius: 24%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 37px;
    position:absolute;
    top: 25px;
}

.card-custom-sale {
    background-color: #092C4C !important;
    color: #fff !important;
    /* min-height: 120px; */
    margin-bottom: auto;

}

.sale-icon {
    font-size: 17px;
    background: rgb(247, 247, 247);
    color: #092C4C  !important;
    padding: 12px;
    border-radius: 24%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 37px;
    position:absolute;
    top: 25px;
}

.card-custom-purchase-due {
    background-color: #0E9384;
    color: #fff !important;
    /* min-height: 120px; */
    margin-bottom: auto;

}

.purchase-due-icon {
    font-size: 17px;
    background: rgb(247, 247, 247);
    color: #0E9384  !important;
    padding: 12px;
    border-radius: 24%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 37px;
    position:absolute;
    top: 25px;
}

.card-custom-invoice-due{
    background-color: #155EEF !important;
    color: #fff !important;
    /* min-height: 120px; */
    margin-bottom: auto;

}

.invoice-due-icon {
    font-size: 17px;
    background: rgb(247, 247, 247);
    color: #155EEF  !important;
    padding: 12px;
    border-radius: 24%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 37px;
    position:absolute;
    top: 25px;
}


.card-custom{

    /* min-height: 120px; */
    margin-bottom: auto;

}

.info-box-text-custom {
    color: #000 !important;
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 2px;
}


.card-custom-total-purchase-return{

    margin-bottom: auto;
     border: 2px solid #AEEA94;

}

.total-purchase-return-icon{
    font-size: 17px;
    background: #AEEA94;
    color: #fff  !important;
    padding: 12px;
    border-radius: 24%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 37px;
    position:absolute;
    top: 25px;

}


.card-custom-total-sell-return{

    margin-bottom: auto;
     border: 2px solid #AA60C8;

}

.total-sell-return-icon{

        font-size: 17px;
        color: #fff;
        background-color: #AA60C8  !important;
        padding: 12px;
        border-radius: 24%;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 38px;
        height: 37px;
        position:absolute;
        top: 25px;
}

.card-custom-expense{

    margin-bottom: auto;
     border: 2px solid #16C47F;

}


.expense-icon{

    font-size: 17px;
    color: #fff;
    background-color: #16C47F  !important;
    padding: 12px;
    border-radius: 24%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 37px;
    position:absolute;
    top: 25px;
}

.card-custom-total-paid-cash{

    margin-bottom: auto;
     border: 2px solid #ff9700;

}

.total-paid-cash-icon{
    font-size: 17px;
    color: #fff;
    background-color: #ff9700  !important;
    padding: 12px;
    border-radius: 24%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 37px;
    position:absolute;
    top: 25px;
}

.card-custom-cashReceiveds{

    margin-bottom: auto;
     border: 2px solid #006BFF;

}


.cashReceiveds-icon{
    font-size: 17px;
    color: #fff;
    background-color: #006BFF  !important;
    padding: 12px;
    border-radius: 24%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 37px;
    position:absolute;
    top: 25px;
}

.card-custom-cash-inhand{

    margin-bottom: auto;
     border: 2px solid #02bad7;

}


.cash-inhand-icon{
    font-size: 17px;
    color: #fff;
    background-color: #02bad7  !important;
    padding: 12px;
    border-radius: 24%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 37px;
    position:absolute;
    top: 25px;
}


.card-custom-discount{

    margin-bottom: auto;
     border: 2px solid #FF2929;

}

.discount-icon{
    font-size: 17px;
    color: #fff;
    background-color: #FF2929  !important;
    padding: 12px;
    border-radius: 24%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 37px;
    position:absolute;
    top: 25px;
}
