#msgbar{
  display: none;
}
 #aftersave{
display: none;
 }
 .hidden {
  display: none !important;

 }

 .text_center{
  text-align: center;
 }
 .text_right{
  text-align: right;
 }
 .text_left{
  text-align: left;
 }
 .sup-card-title{
  text-align: center;
  padding: 5px;
  background: brown;
 }

 .pos-app-footer{
  bottom: 0;
  z-index: 999;
  padding:5px 1px 1px 1px;
  background: #fff;
  position: fixed;
  width: 100%;

 }

 #msgdatasave{
     display: none;
 }
 #anyerror{
      display: none;
 }
 #msgerror{
  display: none;
}
#msgerrorper{
  display: none;
}

#dynmic_msg_sucess ,#msgwarninglimit{
  display: none;
}
#dynmic_msg_sucess_ontable,#anyerror_ontable{
  display: none;
}
.subunit , .dellerprice ,.dellerpricesubunit{
  display: none;
}
.has_error{
  border: 1px solid #cc0000 !important;

}
.table thead tr {
  background-color:var(--bs-gray-200);
}
.table tbody tr  td {
  text-align: center !important;
}
.customth{
  text-align: center !important;

}
.dataTables_wrapper .dt-buttons {
  float:none;  
  text-align:center;
}

.custom_form_control_combo {
  background-color: var(--bs-gray-200);
  color: var(--bs-gray-700);width: 1%;    border: 1px solid var(--bs-gray-300); flex: 1 1 auto;padding: .75rem 1rem;font-size: 1.1rem;font-weight: 500;line-height: 1.5;background-clip: padding-box;border-radius: .475rem;appearance: none;
}
.custom_form_control_combo:focus{
  background-color:var(--bs-gray-300); 
  color: var(--bs-gray-700);
  border-color: var(--bs-gray-200);width: 1%; 
  transition: color .2s ease,background-color .2s ease;
  outline: 0;box-shadow: none !important;

}

#loader{position: fixed; left: 0px; top: 0px; height: 100%; width: 100%; z-index: 9999; background: url('../../img/wpoint.png') left top repeat;}
#loader img{position: absolute; left: 50%; top: 50%;}

#loader2{display: none }
#loader2{position: fixed; left: 0px; top: 0px; height: 100%; width: 100%; z-index: 9999; background: url('../../img/wpoint.png') left top repeat;}
#loader2 img{position: absolute; left: 50%; top: 50%;}

fieldset, legend {
  all: revert;
}
.reset {
  all: revert;
}