
/* .form-control.payment_btn:active {
  background-color: transparent ; 
  box-shadow: none ; 
  outline: #4B413E;
} */

.responsiveContainer {
  margin: 0 auto; /* Center the container */
  max-width: 1200px; /* Maximum width */
  width: 100%; /* Make it flexible */
  padding: 20px; /* Add some padding */
}

.notes_description {
  min-height: 130px;
  max-height: 300px;
  outline: none;
  padding: 10px;
  overflow-y: auto;
}

.notes_description::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}
.notes_description::-webkit-scrollbar-thumb {
  background-color: var(--secondary-color); 
  border-radius: 5px;
}
.notes_description::-webkit-scrollbar-thumb:hover {
  background-color: var(--secondary-color); 
}
.notes_description::-webkit-scrollbar {
  width: 2px;
}


#search-results::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}
#search-results::-webkit-scrollbar-thumb {
  background-color: var(--secondary-color); 
  border-radius: 5px;
}
#search-results::-webkit-scrollbar-thumb:hover {
  background-color: var(--secondary-color); 
}
#search-results::-webkit-scrollbar {
  width: 2px;
}


#search_product_result::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}
#search_product_result::-webkit-scrollbar-thumb {
  background-color: var(--secondary-color); 
  border-radius: 5px;
}
#search_product_result::-webkit-scrollbar-thumb:hover {
  background-color: var(--secondary-color); 
}
#search_product_result::-webkit-scrollbar {
  width: 2px;
}



html, body  {
  height: 100%;
  width: 100%;
}


section {
  height: auto;
  width: 100%;

}


#totalReport {
  width: 100%; 
  height: 100%; 
  background: var(--secondary-color); 
  border: 1px solid var(--primary-color); 
  color: var(--primary-color);
  table-layout: fixed;
}

#opacity {
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, .70);
  z-index: 999;
  position: absolute;
  overflow: hidden;
  top: 0;
}

.warranty-period {
  border: none;
  margin-right: 10px;
  border-radius: 0;
  background: transparent;
  border: 1px solid #4B413E; 
  color: #fff;
  font-size: small;
  width: auto;
  outline: none;
  padding: 5px;
}

.w_custom_days {
  border: 1px solid var(--border-color);
  height: auto;
  font-size: small;
  text-align: right;
}


.serialize_prod {
  color: var(--primary-color);
  font-weight: bold;
}

.serialize-content {
  border: 1px solid var(--border-color);
  height: auto;
  padding: 10px;
}

#search-serial {
  border: 1px solid var(--border-color);
  font-size: 14px;
  padding-left: 10px;
}

.s_txt {
  color: var(--primary-color);
  font-weight: bold;
}



.text-primary {
  color: var(#8dc63f);
}


.primary_color_text {
  color: #8dc63f;
}

.primary_color_border {
  border: 1px solid #8dc63f;
}


.image_logo {
  max-width: 90%; 
  height: auto; 
  width: auto; 
  max-height: 20rem;
  margin: 10px;
}


.cancelShutDwonBtn {
  background : none;
  border-radius : 0px;
  font-size : larger;
  border : 1px solid var(--border-color);
}


.buttonShutdownContainer .col-6 {
  cursor: pointer;
}



/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Money font */
.money-font {
  font-weight: bold;
  font-family: 'Courier New', Courier, monospace;
}
/* Fetching data progress bar */
#myProgress {
  width: 100%;
  background-color: #ddd;
}


#myBar {
  width: 1%;
  height: 30px;
  background-image: linear-gradient(to left, #ddd, var(--secondary-color));
}
.bg-gradient-to-right {background-image: linear-gradient(to right, #d51f1c, #ff8d10);}
.bg-gradient-to-left {background-image: linear-gradient(to left, #d51f1c, #ff8d10);}
.custom-border {
  border-left: 3px solid #d51f1c;
  border-right: 3px solid #d51f1c;
  border-bottom: 3px solid #d51f1c;
}
body.modal-open > .container-fluid,
body.modal-open > .container {
  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  -o-filter: blur(4px);
  -ms-filter: blur(4px);
  filter: blur(4px);
}
.form-wrapper {
  display: flex;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: var(--secondary-color);
  height: 100vh;
  max-width: 1000vw;
}
.form-card {
  width: 100%;
  max-width: 50%;
  padding: 20px;
  margin: auto;
}

.custom-width {
  width: 70%;
}

.form-card .form .date {font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif !important;}

/* POS Header */
.pos-header {height: 180px;}
.pos-header .col-8 {
  display: flex;
  align-items: center;
  height: 180px;
}



.pos-header .col-8 img {width: 40%;}
.pos-header .col-4 {
  background-image: linear-gradient(to left, #d51f1c, #fff);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 180px;
}


/* POS Barcode */
.pos-barcode{
  background-color: #333333;
  border-radius: 0;
}

/* POS Transaction */
.pos-transaction {
  max-height: 100%;
  height: 100%;
}


.systemInformation {
  padding: 10px;
}


.table_bottom {
  bottom: 0;
  /* position: absolute; */
  width: 100% !important;
}


.table_buttons {
  position: absolute;
  max-width: 23.2%;
  /* bottom: 0; */
  max-height: 100%;
}

.table_container_headers{
  position: absolute;
  max-width: 100%;
  width: 100%;
  margin-left: 10px;
  display: flex;
 
}


.table_container_headers{ 
  table-layout: fixed;
}

.searchInput_container {
  position: absolute;
  max-width: 74.7%;
  width: 100%;
  
}


.purchaseProductsCol {
  width: 100%;
 
}

.table-container-total {
  position: absolute;
  bottom: 0;
  max-width: 74.7%;
  width: 100%;
  background: var(--secondary-color);
  color: var(--primary-color);
  margin: 0;
  height: 10vh;
}


.col-sm-6 {
  font-family: Century Gothic;
  font-size: small;
  color: #ffff;
  text-align: left;
}


  /* .table-container {
    background-color: var(--secondary-color);
    min-height: 100vh;
    width: 100%;
  } */


#tableTransactions thead tr th{
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: var(--secondary-color);
}

.table-container::-webkit-scrollbar {
  width: 0; 
}

.table-container::-webkit-scrollbar-thumb {
  background-color: transparent;
}

.table-container::-webkit-scrollbar-track {
  background-color: transparent;
}

#tableTransactions tbody {

  max-height: 83vh;
  height: 100%;
 
}

table {
  width: 100%;
  margin-bottom: 0;
  overflow-x: auto;
  overflow: hidden; 
  border-collapse: collapse;
  /* table-layout: fixed; */
}


.full-height-table {
  padding: 3px;
}


#formattedDefaultQty, #creditPayment{
  font-size: 25px;
  text-align: end;
  font-weight: bold;
}


#formattedinputQty, #change_price {
  font-size: 25px;
  text-align: end;
  font-weight: bold;
}


#itemDiscount {
  font-size: 25px;
  text-align: end;
  font-weight: bold;
}


#amountType {
  font-size: 25px;
  font-weight: bold;
}


.full-height-table button {
  font-size: small;
  width: 100%;
}


.pos-transaction .col-lg-8::-webkit-scrollbar {
  width: 0; 
  height: 0; 
}

/* .table thead tr {
  position: sticky;
  top: 0;
  background-color: var(--secondary-color); 
  color: var(--primary-color); 
  z-index: 1; 
} */

.pos-transaction tbody {
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 2px;
}

.result-item-product {
  padding: 5px;
}

/* #search_product_result {
  margin-left: 32px;
} */

/* POS Settings */
.pos-settings {
  height: 105px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
}
.pos-settings .setting-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-bottom: 8px;
}
.pos-settings .setting-icon p {margin-bottom: 0;}
.pos-settings img {width: 50px;}


  /* .selectable-row {
    cursor: pointer;
    transition: background-color 0.3s;
  }

  .selectable-row:hover {
    background-color: var(--primary-color);
  } */

  .selectable-row {
    font-size: 15px;
  }

  .selectable-row td {
      font-size: 15px;
      color: var(--text-color)!important;
    }
  .table-class {
    cursor: default;
  }
  
  
  .table-class .no-pointer {
    cursor: default;
  }

  .image-container img {
    max-width: 100%; 
    height: auto; 
    width: auto;
  }

  .information-pos p {
    font-family: Century Gothic;
    font-size: small;
    color: #ffff;

  }

  .tab-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

  }


  .floating-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: auto;

  }

  .highlight-row {
    background-color: var(--primary-color);
  }

  .close-btn {
    position: absolute;
    right: 10px;
    cursor: pointer;
    background: transparent;
    color: #000
  }

  footer {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
  }

  input,
  #search-input,  #search-input-product {
    padding: 5px;
    font-size: large;
    background-color: transparent;
    border: 1px solid var(--border-color);
    color: var(--text-color);
    border-radius: 0;
    outline: none;
    padding-left: 10px;
  }

  /* #search-input {
  border: none;
  background: transparent;
  border-bottom: 1px solid #f3f3f3;
  outline: none;
} */


html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

.container-fluid {
    height: 100%;
}

  #search-results  {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 200;
    background: var(--background-color);
    border: none;
    color: var(--text-color);
    font-family: Century Gothic;
    max-height: 40vh;
    overflow-y: auto;
  }

  .result-item {
    padding-left: 10px;
    padding-right: 10px;
  }

  #search_product_result {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 200;
    background: #333;
    border: none;
    color: #ffff;
    font-family: Century Gothic;
    max-height: 30vh;
    overflow-y: auto;
  }


  .closeBtns {
    background: none;
    border: none;
   
  }

  .closeBtns {
    transition: background 0.3s ease, border-radius 0.3s ease, width 0.3s ease, height 0.3s ease;
  }

  .closeBtns:hover {
    background: #5C636A;
    border-radius: 50%;  
    width: 35px;
    height: 35px;
  }

  .show_product_info {
    height: 300px;
    width: 100%;
    border: 1px solid var(--border-color);
    margin-top: 15px;
    position: relative;
    padding: 20px;
  }

  #searchValNotFound {
    color: var(--primary-color)
  }

  .notFountContent {
    height: 250px;
    width: 100%;
    border: 1px solid var(--border-color);
    margin-top: 15px;
    position: relative;
    padding: 20px;
  }


.priceListContent {
    height: 150px;
    width: 100%;
    border: 1px solid #4B413E;
    margin-top: 15px;
    position: relative;
    padding: 20px;
    padding-left: 0;
}


.show_product_info h5 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    margin: 0;
    color: gray;
}


.itemImage {
  height: 260px;

  position: relative;
  overflow: hidden;
}

.itemImage img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
}

.show_product_info label {
  color: var(--primary-color);
}

.show_product_info span {
  color: #fff;
}



  .result-item:hover {
    background-color: #525252;
  }



  .result-item-product:hover {
    background-color: #525252;
  }


  .full-height-table {
    height: 100%;
  }

  .full-height-table td {
    height: 65px;
    width: 65px;
    padding: 2px;
  }

  .full-height-btn {
    height: 100%;
    /* width: auto; */
  }

  #fomattedPaidText {
    border: none;
    outline: none;
    font-size: 1.5rem;
    text-align: right;
    padding: 0;
    width: fit-content;
    float: right;
    margin-left: 10px;
  }

  .form-control {
    margin-bottom: 10px;
    cursor: pointer;
  }

  

  /* 
input, #paidText  {
  padding: 5px;
  background-color: transparent;
  border: none;
  outline: none;
  color: #ffff;
  border-bottom: 1px solid #f3f3f3;
} */


  input,
  #fomattedPaidText {
    padding: 5px;
    background-color: transparent;
    border: none;
    outline: none;

  }


  /* latest */
  .button-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
  }

  .nav-button {
    position: relative;
    border: 1px solid;
    outline: none;
  }




  .login_sys_info {
    height: 200px;
    width: 380px;
    /* background-color: red; */
    /* border: 1px solid #4B413E; */
    margin-top: -15% ;
    margin-bottom: 0;
    margin-left: 10px;
    position: fixed;
    /* overflow: hidden; */
   
    padding: 10px;
    color: gray;
    font-size: small;
  }


  .login_sys_info  img{ 
    justify-content: center;
    height: auto; 
    width: auto; 
    margin-left: -25px;
  }

  .login_sys_info label {
    color: var(--information-color);
    margin-left: 10px;
  }

  .login_sys_info span {
    color: gray;
  }


.alert-danger.error
{
  width : 250px;
  text-transform : uppercase;

}

.card.form-card {
  top: -75px; 
  background: transparent; 
  border: none; 
  color: #fff; 
  width: 50%;
  align-items: center;
}

.preview_design {
  padding: 15px; 
  height: auto; 
  text-align: center; 
  vertical-align: middle;
  height: 700px;
}

.preview_design h2 {
  font-weight: bold;
  color: #595959;
}

.preview_design h3 {
  color: #595959;
}

.z_reading-row {
  font-size: small;
}

.cash_count-row {
  font-size: small;
}



.tenderedRows h4 {
  font-size: 19px;
}


.paymentMethod_btn button {
  font-size: small;
  font-weight: normal;
}



.z-reading button{
  width: 100%;
  height: 133px;
  border: none;
  background: transparent;
  margin: 0;
 }

 .t-reading button{
  width: 100%;
  height: 133px;
  border: none;
  background: transparent;
  margin: 0;
 }


.x-reading button{
  width: 100%;
  height: 100%;
  border: none;
  background: transparent;
  margin: 0;
}


.containerTable {
  height: 85vh;
  width: 90%;
  background: red;
  border: 1px solid;
  bottom: 0;
  padding-left: 20px
}



.end_of_day_buttons {
  position: fixed;
  bottom: 10px;
  width: 75%;
  left: 2px;
}

.d-flex.inputs_search {
  position: fixed;
  width: 77%;
  left: 1px;
  margin-left: 0;
  bottom: 88.5%;
}


.productStat {
  border: 1px solid transparent; 
  height: 20px; width: 20px; 
  border-radius: 50%;
}

.end_of_day_container::-webkit-scrollbar {
    width: 0;
}

.end_of_day_container::-webkit-scrollbar-thumb {
    background-color: transparent;
}

  

  .inputs_search {
    margin-left: 20px;
  }

  .header_title {
    margin-top: 20px;
    margin-left: 10px;
  }



  .parentContainer {
      display: flex;
      flex-direction: column;
      align-items: center;
  }

  .itemImage {
      flex: 1;
      display: flex;
      align-items: center;
      justify-content: center;
  }

  .itemImage img {
      max-width: 100%;
      max-height: 100%;
      object-fit: contain;
  }


  
  .customer-container::-webkit-scrollbar-track {
    background: #1a1a1a; /* color of the track */
  }

  .paid_amount_input {
    text-align: center;
  }




  .progress {
    width: 100%;
    height: 20px;
    display: none;
    background-color: gray;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 20px;
  }



  .progress-bar {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    background-color: #007bff;
    transition: width 0.4s ease;
  }


  .cashier_list_container {
    max-height: 445px;
    overflow-y: auto;

    ::-webkit-scrollbar {
        width: 0; 
        height: 0; 
    }
    -ms-overflow-style: none;
    scrollbar-width: none;
  }


.cashier_list_container::-webkit-scrollbar {
    display: none; 
}




.toggle-checkbox {
  display: none; 
}

.toggle-label {
  margin-left: 0;
}



.toggle-label {
    display: inline-block;
    position: relative;
    width: 40px; /* Width of the toggle */
    height: 20px; /* Height of the toggle */
    background-color: #C62828; /* Background color of the toggle */
    border-radius: 20px; /* Half of height to make it round */
    cursor: pointer;
    transition: background-color 0.3s ease; /* Smooth transition */
}

.toggle-label::before {
  content: '';
  position: absolute;
  top: 1px; 
  left: 1px; 
  width: 18px; 
  height: 18px;
  background-color: #fff; 
  border-radius: 50%; 
  transition: transform 0.2s ease;
}

.toggle-checkbox:checked + .toggle-label::before {
    transform: translateX(20px); /* Move handle to the right */
}

.toggle-checkbox:checked + .toggle-label {
    background-color: #428A47; /* Change background color when checked */
}


.promotions_types {
  height: 5vh;
  font-size: x-large;
  font-weight: bold;
  border: 1px solid var(--border-color);
}


.highlight-border {
  border: 2px solid red; 
  border-radius: 5px; 
  padding: 5px;
}


.HeaderTitle {
  font-size: xx-large;
}

#cancelItem, #verifyItemBtn, #cancelLowStock, #verifyLowStock {
  border: 1px solid var(--text-color);
  color: var(--text-color) !important;
}


.disabled-tile {
    cursor: not-allowed;
    /* other disabled styles if needed */
}


.n_icons {
  font-size: x-large; 
  color: var(--text-color)
}

.n_icons:hover{
  color: var(--primary-color);
}


.driver-popover-footer {
    justify-content: flex-end;
    position: relative;
    margin-top: 10px;
}

.driver-popover {
    min-width: 250px; /* Optional */
}








