/******************************/
/**COLORS**/
/******************************/
:root {
  --black: #282829;
  --blue: #2aace2;
  --orange: #f68b20;
  --green: #d7df26;
  --red: #eb1d42;
}
/******************************/
/**AUTH**/
/******************************/
.signup-content{
  padding: 75px 40px;
  width: 50%;
  /* width: 70%; */
}
.login-content{
  width: 100%;
  height: 80vh;
  padding: 75px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.login-form{
  width: 50%;
  align-items: center;
}
.grid-x-2{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background-color: #fff;
  box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
  padding: 30px 50px;
  border-radius: 20px;
  cursor: pointer;
}
.signup-form h3{
  margin-bottom: 33px;
  font-weight: 700;
  font-size: 3.5rem;
  cursor: pointer;
}
.log-form h3{
  font-weight: 700;
  font-size: 3.5rem;
  cursor: pointer;
  margin-bottom: 10px;
}
.log-form p{
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 33px;
}
.input-form-group{
  position: relative;
  margin-bottom: 25px;
  overflow: hidden;
}
.input-form-group label{
  position: absolute;
  left: 0;
  top: 20%;
  color: var(--black);
}
.zmid{
  font-size: 2rem;
}
.input-form-group input,
.select-control,
.input-form-group textarea{
  width: 100%;
  display: block;
  border: none;
  border-bottom: 1px solid var(--black);
  padding: 6px 30px;
  font-family: Poppins;
  box-sizing: border-box;
  font-size: 1.5rem;
}
.select-control{
  padding: 6px 0px;
}
.input-form-group input::placeholder,
.select-control::placeholder,
.input-form-group textarea::placeholder{
  color: #282829;
}
.input-form-group input:focus,
.input-form-group input:active,
.select-control:focus,
.input-form-group textarea:focus,
.input-form-group textarea:active{
  outline: none;
}
.form-groups{
  position: relative;
  margin-bottom: 25px;
  overflow: hidden;
}
.form-submit{
  display: inline-block;
  background: #6dabe4;
  color: #fff;
  width: auto;
  padding: 15px 30px;
  border: #6dabe4;
  border-radius: 5px;
  font-size: 1.5rem;
}
.form-cancel{
  display: inline-block;
  background: #e46d6d;
  color: #fff;
  width: auto;
  padding: 15px 30px;
  border: #e46d6d;
  border-radius: 5px;
  font-size: 1.5rem;  
}
.image-left{
  cursor: pointer;
}
.image-left img{
  cursor: pointer;
  margin-left: 20px;
}
.validation input,
.validation textarea{
  border-bottom: 1px solid var(--red);
}
.err{
  color: var(--red);
}
/******************************/
/**INVENTORY**/
/******************************/
.main-daily-table{
  background-color: #fff;
  box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
  padding: 30px 50px;
  border-radius: 20px;
}
.main-daily-header{
  font-size: 2rem;
  font-weight: 700;
}
.inventory-form-content{
  padding: 75px 40px;
  width: 50%;
}
.form-cotent{
  background-color: #fff;
  box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
  padding: 30px 50px;
  border-radius: 20px;  
}
.form-cotent h3{
  margin-bottom: 33px;
  font-weight: 700;
  font-size: 2rem;
  cursor: pointer;  
}
#inventory-number{
  color: var(--red);
}
#table-request h3{
  font-size: 2.5rem;
  font-weight: 700;  
}
.item-form-center{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.item-form-center i{
  background-color: var(--red);
  color: #fff;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  border-radius: 50%;
  margin-bottom: 1.5rem;
}
.item-form-center h5{
  font-size: 2rem;
  font-weight: 700;
}
.item-form-center span{
  font-size: 1.2rem;
}
/******************************/
/**CUSTOMERS**/
/******************************/
.customer-form-content{
  padding: 75px 40px;
  width: 50%;
}
.displays{
  margin-bottom: 4rem;
}
.logoName{
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  background: var(--blue);
  font-size: 3.5rem;
  color: #fff;
  text-align: center;
  line-height: 10rem;
  margin: 2rem 0;  
}
.profileName{
  font-size: 2rem;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 3rem;
}
.input-form-display-group{
  position: relative;
  margin-bottom: 25px;
  overflow: hidden;  
}
.input-form-display-group span{
  position: absolute;
  left: 0;
  top: 20%;
  color: var(--black);
  font-size: 1.6rem;
  font-weight: 700;
}
.input-form-display-group div{
  width: 100%;
  display: block;
  border: none;
  border-bottom: 1px solid var(--black);
  padding: 6px 0px 6px 180px;
  font-family: Poppins;
  box-sizing: border-box;
  font-size: 1.5rem;
}
.customer-acount{
  padding: 20px 15px;
}
.customer-acount h5{
  font-size: 2rem;
  font-weight: 700;
}
.limit-container p{
  font-size: 1.3rem;
  font-weight: 700;
}
.limit-container input{
  width: 100%;
  border: 2px solid #000;
  font-size: 1.3rem;
  padding: 5px;
  border-radius: 5px;
  
}
/******************************/
/**QUOTES**/
/******************************/
.quote-form-content{
  padding: 75px 40px;
  width: 70%;
}
.grid-x-3{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.product_table{
  border: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}
.product_table td,
.product_table th{
  border: 1px solid #dee2e6;
  font-size: 1.3rem;
  text-align: center;
}
.product_table td{
  padding: 15px;
}
#searchBox,
.InventoryBox{
  display: none;
  margin: 1.5rem;
  box-shadow: 1px 1px 7px #959595;
  background: transparent;
  border-radius: 10px;
}
#searchBar,
.InventoryBar{
  display: flex;
  border: 2px solid var(--black)!important;
  border-radius: 10px;
  padding: 0.50em 0.45em;
  max-width: 100%;
  width: 100%;
  margin-top: 2rem;
  font-size: 1.2rem;
  margin-bottom: 2rem;
}
#quick_add_btn{
  color: #3366ff;
  font-size: 1.2rem;
}
.showResult{
  padding: 10px;
  display: block;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1.3rem;
}
.showItems{
  padding: 10px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-radius: 5px;
  cursor: pointer;
  font-size: 1.3rem;
}
.showResult:hover,
.showItems:hover{
  background-color: #3366ff8f;
}
.showItems td{
  border: none;
}

.find_item_look_up{
  padding: 2rem;
  display: grid;
  grid-template-columns: 10fr 1fr;
}
.find_items_buttons{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.checkboxs {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 0px;
  cursor: pointer;
  color:#000;
  font-weight: 600;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkboxs input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkboxs {
  position: absolute;
  top: -1rem;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: transparent;
  border: 2px solid #000;
}
.checkboxs:hover input ~ .checkmark {background-color: transparent;}
.checkboxs input:checked ~ .checkmark {background-color: transparent;}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkboxs input:checked ~ .checkmark:after {display: block;}
.checkboxs .checkmark:after {
  left: 14px;
  top: 3px;
  width: 7px;
  height: 13px;
  border: solid #000;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.summary_totals{
  display: flex;
  justify-content: end;
}
.summary_table{
  width: 40%;
  border: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}
.summary_table td,
.summary_table th{
  border: 1px solid #dee2e6;
  font-size: 1.3rem;
  text-align: center;
}
.summary_table td{
  padding: 15px;
}
.discount-list{
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
#mailing p{
  padding: 1.5rem 1.8rem;
  background: rgb(51, 102, 255);
  font-size: 2rem;
  color: #fff;
  font-weight: 700;
}
.mailings{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 2rem;
}
.mailling-content{
  padding: 2rem;
  margin-bottom: 1rem;
  height: 100%;
}
.mail-preview{
  padding: 2rem;
  border: 2px solid rgb(51, 102, 255);
}
.mail-heading{
  padding: 1.8rem;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  background-color: #f0f2f8;
}
#billing-prev p{
  font-weight: 700;
  background-color: transparent;
  padding: 0;
  color: #000;
}
#billing-prev div{
  font-weight: 500;
  font-size: 1.4rem;
}
#body-prev{
  font-size: 1.5rem;
}
/******************************/
/**POS**/
/******************************/
.pos-header{
  box-shadow: -1px 1px 3px 1px rgba(255, 255, 255, 0.2);
  background-color: #000000;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  padding: 10px;
  position: absolute;
  top: 0;
  width: 100%;
  min-height: 40px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  z-index: 1;
}
.pos-system{
  display: grid;
  grid-template-columns: 1fr 1fr; 
}
.list-items{
  background-color: #fff;
  height: 100vh;
  width: 100%;
  padding: 20px;
  position: relative;
}
.items-section{
  margin-top: 1rem;
  width: 100%;
  height: 100%;
  padding: 20px;
  position: relative;
}
.invoice-details{
  width: 100%;
  height: 80%;
  overflow-y: scroll;
  padding: 2rem;
}
.payment-details-pos{
  width: 100%;
  height: 100px;
  background-color: #3366ff;
  border-radius: 5px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
.payment-details-div{
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 500;
}
.total-amt{
  font-size: 2.8rem;
  font-weight: 700;
  color: #fff;
}
.pos-footer{
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #0000000d;
  padding: 2rem;
  font-size: 1.8rem;
  font-weight: 700;
  width: 100%;
  height: 97px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.pos-footer div{
  display: flex;
  height: 50px;
  width: 50px;
  justify-content: center;
  align-items: center;
  border: 1.5px solid #3366ff;
  padding: 5px;
  border-radius: 50%;
}
.pos-footer div i{
  transform: rotate(182deg);
  color: #3366ff;
}
.keypads{
  width: 100%;
  height: 100%;
  background-color: #000000;
  position: relative;
  padding: 20px;
}
.input-tender{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 2px solid #ffffff33;
  border-radius: 10px;
  padding: 1.8rem 1.6rem;
}
.clear-amount-given{
  width: 40px;
  height: 38px;
  background-color: #c0c0c0;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 1.6rem;
}
.input-container-pos{
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 5px;
  width: -webkit-fill-available;
  font-size: 2.8rem;
  font-weight: 700;
  color:#ffffff;
}
.tendered{
  font-size: 2.8rem;
  font-weight: 700;
  color: #fff;
}
.input-container-pos input{
  width: 23%;
  border: none;
  outline: none!important;
  color: #ffffff;
  font-weight: 700;
  background: transparent;
}
.input-container-pos input::placeholder{
  color: #fff;
}
.btn-keypad{
   display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}
.btn-keypad-button{
  background-color: transparent;
  border: 1px solid #fff;
  /* box-shadow: -1px 1px 3px 2px #ffffff45, -1px 1px 3px 2px rgba(255, 255, 255, 0.2); */
  box-shadow:  0 2px 0px 0px rgb(255 255 255 / 40%), 0px -2px 0px 0px rgb(255 255 255 / 40%);
  border-radius: 5px;
  color: #fff;
  font-size: 1.8rem;
  padding: 15px 30px;
  width: auto;
}.green-key-pad{
  border: 1px solid #25ac04;
  outline:none!important;
  box-shadow:  0 2px 0px 0px rgba(38, 172, 4, 0.40),0px -2px 0px 0px rgba(38, 172, 4, 0.40);
  color: #25ac04;
}
.red-key-pad{
  border: 1px solid #d30b0b;
  outline:none!important;
  box-shadow:  0 2px 0px 0px rgba(211, 11, 11, 0.40),0px -2px 0px 0px rgba(211, 11, 11, 0.40);
  color: #d30b0b;
}
.blue-key-pad{
  border: 1px solid #3366ff;
  box-shadow:  0 2px 0px 0px rgba(51, 102, 255,0.40),0px -2px 0px 0px rgba(51, 102, 225, 0.40);
  color: #3366ff;
  outline:none!important;
}
.purple-key-pad{
  border: 1px solid #ad33ff;
  box-shadow:  0 2px 0px 0px rgba(173, 51, 255,0.40),0px -2px 0px 0px rgba(173, 51, 225, 0.40);
  color: #ad33ff;
  outline:none!important;
}
.yellow-key-pad{
  border: 1px solid #ffea00;
  box-shadow:  0 2px 0px 0px rgba(255, 234, 0, 0.4),0px -2px 0px 0px rgba(225, 234, 0, 0.40);
  color: #ffea00;
  outline:none!important;
}
.orange-key-pad{
  border: 1px solid #ff7b00;
  outline:none!important;
  box-shadow:  0 2px 0px 0px rgba(255, 123, 0, 0.40),0px -2px 0px 0px rgba(255, 123, 0, 0.40);
  color:#ff7b00;
}
.salmon-key-pad{
  border: 1px solid #ff7e70;
  outline:none!important;
  box-shadow:  0 2px 0px 0px rgba(255, 126, 112, 0.4),0px -2px 0px 0px rgba(255, 126, 112, 0.40);
  color: #ff7e70;
}
.khaki-key-pad{
  border: 1px solid #ccff00;
  outline:none!important;
  box-shadow:  0 2px 0px 0px rgba(204, 255, 0, 0.4),0px -2px 0px 0px rgba(204, 225, 0, 0.40);
  color: #ccff00;
}
.plum-key-pad{
  border: 1px solid #c71585;
  outline:none!important;
  box-shadow:  0 2px 0px 0px rgba(199, 21, 133, 0.4),0px -2px 0px 0px rgba(199, 21, 133, 0.40);
  color: #c71585;
}
.jade-key-pad{
  border: 1px solid #61eed1;
  outline:none!important;
  box-shadow:  0 2px 0px 0px rgba(97, 238, 209, 0.4),0px -2px 0px 0px rgba(97, 238, 209, 0.40);
  color: #61eed1;
}
/******************************/
/**MODAL**/
/******************************/
.container-modal p{
  padding: 1.5rem 1.8rem;
  background: rgb(51, 102, 255);
  font-size: 2rem;
  color: #fff;
  font-weight: 700;
}
.inner-container-modal{
  padding: 2rem;
}
.inner-container-modals{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 1rem;
  gap: 1rem;
}
.inner_modal{
  padding: 2rem;
}
.green_payment{
  width: 100%;
  height: 100px;
  background-color: #26cc05;
  border-radius: 5px;
  padding: 20px;
  align-items: center;
}
.red_payment{
  width: 100%;
  height: 100px;
  background-color: #cc0505;
  border-radius: 5px;
  padding: 20px;
  align-items: center;
}
/******************************/
/**OPEN & CLOSE POS**/
/******************************/
.pos-main-card {
  background: white;
  width: 100%;
  max-width: 900px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  display: flex;
  flex-direction: row;
  min-height: 650px;
}
.pos-left-panel{
  width: 33.333%;
  background-color: #0f172a;
  color: white;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
.pos-header-section {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}
.icon-circle {
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 50%;
  background-color: var(--orange);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  box-shadow: 0 10px 15px -3px rgba(246, 139, 32, 0.3);
}
.icon-circle i{
  font-size: 1.8rem;
}
.pos-header-section h1{
  font-weight: 700;
  font-size: 1.8rem;
}
.pos-header-section p{
  color: #94a3b8;
  font-size: 1.2rem;
  padding: 0;
  background: transparent;
  font-weight: 400;
}
.info-box {
  background-color: rgba(30, 41, 59, 0.5);
  padding: 1rem;
  border-radius: 0.75rem;
  border: 1px solid var(--slate-700);
  margin-bottom: 1rem;
}
.label-tiny{
  padding: 0 !important;
  background: transparent !important;
  font-weight: 700 !important;
  font-size: 1.4rem !important;
  color: #879ebf !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  margin-bottom: 1rem !important;
}
#display-date{
  color: #fff;
  font-size: 1.5rem;
}
.total-display-section{
  position: relative;
  z-index: 10;
  margin-top: 2rem;   
}
.total-display-section p{
  padding: 0;
  background: transparent;
  color: #879ebf; 
  font-size: 1.4rem; 
  margin-bottom: 0.5rem;
}
.total-display-section .grand-total{
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: -0.025em;
}.total-display-section .progress-container{
  height: 0.25rem;
  width: 100%;
  background-color: #879ebf;
  margin-top: 1rem;
  border-radius: 9999px;
  overflow: hidden;
}
.total-display-section .progress-bar{
  height: 100%;
  transition: all 0.5s ease;
}
.total-display-section .traget{
  font-size: 1.2rem; 
  color: #879ebf; 
  margin-top: 0.5rem; 
  text-align: right;
}
.pos-right-panel{
  width: 66.666%;
  padding: 2rem;
  display: flex;
  flex-direction: column;
}
.panel-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}
.panel-header h2{
  font-size: 1.5rem; 
  font-weight: 700; 
  color: #0f172a;
}
.btn-outline {
  background: transparent;
  border: 1px solid #e5e7eb;
  color: #6b7280;
  font-size: 1.2rem;
  padding: 0.5rem 0.85rem;
}
#btn-preset-50{
  color: #2563eb; 
  border-color: #eff6ff; 
  background: #eff6ff;
}
.pos-scroll-area {
  flex: 1;
  overflow-y: auto;
  padding-right: 0.5rem;
}
.pos-grid-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
.denom-row {
  display: flex;
  align-items: center;
  padding: 0.5rem;
  border-radius: 0.5rem;
  font-size: 1.5rem;
}
.denom-row:nth-child(even) { background-color: #f3f4f6; }
.denom-label {
  width: 4rem;
  font-weight: 700;
  color: #374151;
  text-align: right;
  padding-right: 1rem;
}
.x-label{
  margin: 0 0.5rem; 
  color: #9ca3af; 
  font-size: 1.2rem;
}
.denom-input {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.375rem;
  text-align: right;
  font-family: 'JetBrains Mono', monospace;
  transition: all 0.2s;
}
.denom-input:focus {
  background-color: #eff6ff;
  border-color: #2563eb;
  transform: scale(1.02);
  outline: none;
  box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.2);
}
.pos-footer-actions{
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #f3f4f6;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.btn-primary-pos{
  padding: 0.75rem 1.5rem;
  border-radius: 0.75rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s;
  border: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background-color: #0f172a;
  color: white;
  box-shadow: 0 10px 15px -3px rgba(15, 23, 42, 0.2);
}
.btn-primary-pos:hover { background-color: black; }
.btn-primary-pos:disabled { opacity: 0.5; cursor: not-allowed; }
.btn-outline-pos{
  background: transparent;
  border: 1px solid #e5e7eb;
  color: #6b7280;
  font-size: 0.75rem;
  padding: 0.25rem 0.75rem;
}
#manual-override{
  width: 2rem; 
  height: 2rem; 
  cursor: pointer;
}
.label-manual-override{
  font-size: 1.3rem; 
  color: #374151; 
  cursor: pointer; 
  user-select: none;
  margin: 0.3rem;
}
@keyframes pulse-green {
  0% { color: #059669; transform: scale(1); }
  50% { color: #10b981; transform: scale(1.05); }
  100% { color: #059669; transform: scale(1); }
}
.total-update { animation: pulse-green 0.3s ease-out; }
.modal-override-content{
  background: #fff;
  padding: 2.5rem;
  border-radius: 0.75rem;
  box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25);  
}
.modal-override-content h3{
  font-weight: 700; 
  font-size: 2rem; 
  margin-bottom: 0.5rem;
}
.pos-summary-block{
  background-color: rgba(30, 41, 59, 0.5);
  border: 1px solid #334155;
  border-radius: 0.75rem;
  padding: 1.5rem;
  margin-bottom: 1rem;  
}
.pos-summary-block p{
  padding: 0;
  background: transparent;
  color: #94a3b8; 
  font-size: 1.6rem; 
  text-transform: uppercase; 
  margin-bottom: 1rem; 
  letter-spacing: 0.05em;  
}
.pos-summary-row{
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.75rem;
  font-size: 1.4rem;
  color: #94a3b8;  
}
.text-red{color: #ef4444!important;}
.pos-total{
  color: #fff;
  font-weight: 600;
  font-size: 1.5rem;
  border-top: 2px solid #334155;
  padding-top: 0.75rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.pos-summary-notice{
  margin-top: auto; 
  font-size: 1.4rem; 
  color: #94a3b8; 
  opacity: 0.7;
}
.rp-header{
  padding: 1.5rem 2rem;
  border-bottom: 1px solid #e5e7eb;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
}
.rp-header h2{
  font-weight: 700;
  font-size: 2.5rem;
  color: #0f172a;
}
.rp-header div{
  font-size: 1.8rem; 
  color: #6b7280;
}
.rp-content{
  padding: 2rem;
  overflow-y: auto;
  flex: 1;  
}
.section-title{
  font-size: 1.8rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;  
}
.pos-total-bar{
  background: #f3f4f6;
  padding: 1.5rem;
  border-radius: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;  
}
.pos-total-bar span{
  font-weight: 600; 
  color: #374151;
  font-size: 1.5rem;
}
#variance-icon{
  font-size: 1.5rem;
}
.font-mono{
  font-size: 1.6rem!important;
  font-weight: 700!important;
}
.pos-variance-card{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 2rem;
  border-radius: 0.75rem;
  background-color: #f3f4f6;
  border: 1px solid transparent;
  margin-bottom: 2rem;
}
.pos-variance-card-div span{
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.5rem;
}
.pos-variance-card.balanced { background-color: #ecfdf5; border-color: #10b981; color: #065f46; }
.pos-variance-card.unbalanced { background-color: #fef2f2; border-color: #ef4444; color: #991b1b; }
.detail-table{
  width: 100%;
  border-collapse: collapse;
  font-size: 1.6rem;
  margin-top: 2rem;
}
.detail-table th { text-align: left; color: #6b7280; border-bottom: 1px solid #e5e7eb; padding-bottom: 0.5rem; }
.detail-table td { padding: 0.75rem 0; border-bottom: 1px solid #f3f4f6; color: #374151; }
.detail-table td.amount { text-align: right;}
.detail-table td.refund { text-align: right;color: #ef4444; }
/******************************/
/**UPLOAD**/
/******************************/
#drop-areas,
#drop-area,
#drop-areaz,
.drop-area{
  width: 400px;
  height: 400px;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  border: 2px dashed rgb(0, 108, 153);
}
.view-image{
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: #f7f8ff;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hero.error #drop-area,
.hero.error #drop-areas,
.hero.error #drop-areaz{
  border: 2px dashed #e74c3c;
}
/******************************/
/**RECEIPT**/
/******************************/
.company-info{
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 75px;
  row-gap: 0px;
  align-items: center;
  font-size: 1.6rem;
}
.from-p {font-weight: 600;}
.form-group-input {
  display: grid;
  grid-template-columns: 200px 1fr;
  column-gap: 75px;
  row-gap: 0px;
  align-items: flex-start;
}
.form-group-input-2 {
  display: grid;
  grid-template-columns: 200px 1fr 100px;
  column-gap: 75px;
  row-gap: 0px;
  align-items: flex-start;
}
.form-group-input-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 10px;
  row-gap: 0px;
  align-items: flex-start;
}
.form-group-input-4 {
  display: grid;
  grid-template-columns: 50px 1fr 330px 1fr;
  column-gap: 0px;
  row-gap: 0px;
  align-items: start;
}
.form-group-label {font-weight: 600; font-size: 1.6rem;}
.form-under{
  background-color: transparent;
  font-size: 1.3rem;
  color: #000;
  border-bottom: 1.5px solid #000;
  padding-left: 1.3rem;
  padding-bottom: 0.6rem;
}
/******************************/
/*********JOB ORDER***********/
/******************************/
.countdown-display {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  width: 100%;
  flex-wrap: wrap; /* Allow wrapping on small screens */
}
.time-segment {
  background-color: #f1ffef;
  color: #1e8a31;
  padding: 1rem 1.25rem;
  border-radius: 0.75rem;
  margin: 0.5rem;
  min-width: 90px; 
  text-align: center;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.06); 
}
.time-segment-50{
  background-color: #fffbef;
  color: #7d8a1e;    
}
.time-segment-30{
  background-color: #ffefef;
  color: #8a1e1e;    
}
.time-count {
  font-size: 1.3rem; 
  font-weight: 700; 
  line-height: 1;
}
.time-label {
  font-size: 0.875rem; 
  color: #4a5568; 
  margin-top: 0.25rem;
  text-transform: uppercase;
  letter-spacing: 0.05em; 
}

.job-main-section h1{
  font-weight: 700;
  font-size: 3rem;
}
.job-main-section p{
  font-size: 1.8rem;
}
.job-header { 
  display: flex; 
  justify-content: space-between; 
  align-items: flex-start; 
}
.urget { 
  background: #e74c3c; 
  color: #fff; 
  padding: 4px 12px; 
  border-radius: 20px; 
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.bill-to p{
  font-size: 1.5rem;
}

.progress-stauts-section{
  list-style: none;
  display: flex;
  align-items: baseline;
  margin-top: 5rem;
  padding-left: 0;
  gap:2rem;  
}
.progress-stauts-section li{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.status-icon{
  font-size: 25px;
  color: var(--black);
  margin: 0 30px;
}
.progressText{
  font-size: 15px;
  text-align: center;
  font-weight: 600;
  color: var(--black);
}
.progress-stauts{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgb(68, 68, 68);
  margin: 12px 0;
  display: grid;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
  cursor:pointer;
}
.progress-stauts-section li .progress-stauts .uli{display: none;}
.progress-stauts-section li .progress-stauts p{font-size: 13px;}
.progress-stauts::after{
  content: " ";
  position: absolute;
  width: 76px;
  height: 5px;
  background-color: rgba(68, 68, 68, 0.781);
  right: 30px;
  z-index: 0;
}
.one-progress::after{
  width:0;
  height: 0;
}
.progress-actives .progress-stauts,
.progress-actives .progress-stauts::after{background-color: #0D864C;}
.progress-actives .status-icon,
.progress-actives .progressText{color: #0D864C;}

.progress-pause .progress-stauts,
.progress-pause .progress-stauts::after{background-color: #eedf0c;}
.progress-pause .status-icon,
.progress-pause .progressText{color: #eedf0c;}

.progress-stop .progress-stauts,
.progress-stop .progress-stauts::after{background-color: #ee0c0c;}
.progress-stop .status-icon,
.progress-stop .progressText{color: #ee0c0c;}

/******************************/
/*********WARRANTY***********/
/******************************/
.view-details{
  transform: rotate(179deg);
  color: #000;
  font-size: 1.6rem;
  padding: 10px;
}
.view-details:hover{background-color: rgb(217 217 217 / 1);}
.showMore{
  opacity: 0;
  border: 1.5px solid #dee2e6;
  padding: 20px;
  height: 0;
  overflow: hidden;
}
.border-viewmore{
  padding-bottom: 10px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
  justify-content: center;
  border-bottom: 2px solid rgb(51, 102, 255);
}
.border-viewmore h5{
  font-size: 1.8rem;
  font-weight: 700;
  color: #3366ff;
}
.toggledClass{
  opacity: 1;
  height: auto;
  overflow: auto;
}
/******************************/
/*********VOUCHER***********/
/******************************/
.voucher-container{
  padding: 3rem;
}
.voucher-container p{
  background: none;
  font-size: 1.7rem;
  color: #ffc945;
  padding: 0;
}
.voucher-container span{
  font-weight: 400;
  font-size: 1.3rem;
  color: #000;
}
.container-heading{
  padding: 2rem;
  background-color:#ffc945;
  font-weight: 700;
  text-transform: uppercase;
  height: fit-content;
  font-size: 2rem;
}
.ledger-table{
  width: 100%;
  border-collapse: collapse;
  background-color: white;
}
.ledger-table th, 
.ledger-table td {
  border: 1px solid #333; /* Dark grey/black borders */
  height: 40px;
  padding: 5px 10px;
  text-align: left;
  font-size: 1.1rem;
}
.ledger-table th {
  font-weight: bold;
  vertical-align:middle;
  text-align:center;
  font-size: 1.3rem;
}
.col-no {
  width: 8%;
}
.col-particulars {
  width: 70%;
}
.col-amount {
  text-align: center;
  width: 22%;
}
.amt-main {
  width: 15%;
}
.amt-cents {
  width: 7%;
}
.ledger-table tbody td:nth-child(3) {
  border-right: 1px solid #333;
}
.ledger-table tbody td:nth-child(4) {
  border-left: none;
}
.input-clear{
  width: 100%;
  border: 0;
  outline: none!important;
  font-size: 1.5rem;
}
.signature-section {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.sig-box {
  width: 30%;
}
.sig-box .line {
  outline: none!important;
  border: 0;
  border-bottom: 1px solid #000;
  margin-bottom: 8px;
  width: 100%;
  font-size: 1.5rem;
}
.sig-box p {
  font-weight: bold;
  font-size: 1.5rem;
  margin: 0;
  color: #000;
}
/******************************/
/*********REFUND***********/
/******************************/
.refund-bottom{
  padding: 2rem;
}
.refund-bottom label{
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1.3rem;
}
#refund_type,
#refund_payment{
  width: 60%;
  border: 2px solid #000;
  font-size: 1.3rem;
}
.final-refund input{
  width: 60%;
  border: 2px solid #000;
  font-size: 1.3rem;
}
.refund-text{
  display: block;
  font-size: 1.3rem;
  color: #3366ff;
}
/******************************/
/*********OPERATIONS***********/
/******************************/
.modal-header{
  padding: 1.5rem;
  border-bottom: 1px solid #e5e7eb;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #0f172a;
  color: #fff;
  border-radius: 1rem 1rem 0 0;  
}
 .modal-title { font-weight: 700; font-size: 1.5rem; }
.close-modal { cursor: pointer; color: #94a3b8; font-size: 1.3rem; transition: color 0.2s; }
.close-modal:hover { color: #fff; }
.modal-body{
  padding: 1.5rem;
  overflow-y: auto;
  background-color: #fff;
}
.section-header{
  font-size: 1.5rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-bottom: 2px solid #f3f4f6;
  padding-bottom: 0.5rem;  
}
.modal-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.3rem;
  margin-bottom: 2rem;
}
.modal-table th {
  text-align: left;
  color: var(--gray-500);
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #e5e7eb;
  font-weight: 600;
}

.modal-table td {
  padding: 0.75rem 0;
  border-bottom: 1px dashed #e5e7eb;
  color: #374151;
}
.modal-table th.right, .modal-table td.right { text-align: right; }
.gst-card {
  background-color: #0f172a;
  border: 1px solid #334155;
  border-radius: 0.75rem;
  padding: 1.5rem;
  color: white;
  margin-bottom: 2rem;
  width: 100%;
  max-width: 400px;
}
.gst-card h4 {
  color: #94a3b8;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1.25rem;
  font-weight: 600;
}
.gst-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
}
.gst-row:last-child { margin-bottom: 0; }
.gst-label { color: #eff6ff; font-size: 1.5rem;}
.gst-value { font-weight: 600; font-size: 1.5rem; }
.detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  background: #f9fafb;
  padding: 1.5rem;
  border-radius: 0.75rem;
  border: 1px solid #e5e7eb;
}
.detail-list { list-style: none; padding: 0; }
.detail-list li {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0;
  border-bottom: 1px solid #e5e7eb;
  font-size: 1.5rem;
}
.detail-list li:last-child { border-bottom: none; }
.detail-list li span:last-child {
  font-weight: 600;
  color: #1e293b;
}