/* .table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
    border: 1px solid #f4f4f4;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 4px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #ddd;
    font-size: 13px;
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500&display=swap');
body{
  font-family: 'Poppins', sans-serif;
} */
input.input-font{
font-size: 14px !important;
}
.form-control-sm{
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.punch-head-title{
  font-size: 25px;
  border-bottom: 2px solid #867e7e;
  display: inline-block;
  padding: 5px;
  margin-bottom: 0 !important;
}
.pencil-icons {
    font-size: 20px !important;
    color: #ffc107;
  }
  .icon-parent{
    text-align: center;
    padding-top: 10px;
  }
  .times-icons{
    font-size: 20px !important;
    color: red;
  }
  .style-4::-webkit-scrollbar-track {
    border-radius: 0px;
    background-color: #f5f5f500;
}
.style-4::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f500;
}
.style-4::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: #fe6809;
  height: 60px;
}
  /* --- Manage Approval Process Style Start ---*/
  .manage-slide{
      display: none;
  }
  /* --- Manage Approval Process Style End---*/

/* --- Manage state Voltage Style Start ---*/
.setting-icon{
    font-size: 12px;
    color: #000;
}
.manage-inner-heading-box{
    border: 1px solid #ababab;
    padding: 10px;
    position: relative;
}
.manage-inner-heading{
    position: absolute;
    top: -35px;
    background: #fff;
    padding: 0px 8px;
}
/* --- Manage state Voltage Style End ---*/

/*--- Merchant Bill 1 style Start --*/
.merchant-bill1-box{
  background-color: #fff3eb;
  padding: 10px 15px;
  height: 320px;
  overflow-y: auto;
}
.merchant-bill1-box ul{
  list-style-type: none;
  padding-left: 0px;
}
.merchant-bill1-box ul li a{
  font-size: 16px;
  color: #000;
  padding-left: 5px;
  line-height: 27px;
}
.merchant-bill1-box a:hover{
  text-decoration: none;
  background-color: #fe6d14;
  display: block;
  color: #fff;
}
/*--- Merchant Bill 1 style End --*/

/*--- Merchant Bill 2 style Start --*/
.recital-colspn{
  background: #7e8788;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
/*--- Merchant Bill 2 style End --*/

/*--- OTPC Profile Page  style Start --*/

#bank-details{
  display: none;
}
#plant-details{
  display: none;
}
#document-details{
  display: none;
}
.text-black{
  color: #000;
}
/*--- OTPC Profile Page  style End --*/

/*------Payment Details style Start ----*/
#payment-details{
  display: none;
}
.box-title.with_border{
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 5px;
}
.open_payemt_table tfoot td{
  font-size:12px;
  font-weight: 600;
}
.open_payemt_table tfoot label{
  font-size:12px;
  font-weight: 600;
}
.invoice-txt p{
  font-size: 14px;
}
.box-title {
  font-family: "Poppins-Regular";
  font-weight: 600;
  font-size: 14px !important;
  letter-spacing: 0.01em;
  text-align: left;
  color: #131523;
  margin-top: 0px;
  margin-bottom: 15px;
}
/*------Payment Details style End ----*/

/*------Login Page style Start ----*/
.login_bg{
  background: url(../images/login1.jpg);
  background-position: left;
  background-size: 70% 100%;
  background-repeat: no-repeat;
  height: 100vh;
  position: relative;
  background-color: #fff;
}
/*------Login Page style End ----*/