@font-face {
    font-family: 'Dubai-Regular';
    src: url('./Dubai-Regular.ttf') format('truetype');
    font-weight: normal;
}
.form-input{
  height: 35px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 3px;
}
.cus-badge{
  padding: 5px 13px;
  background: #f3f4f6;
  border-radius: 12px;
}

.table-print{
  width:100%;
  max-width:100%;
  margin-bottom:1rem;
  background-color:#fff;
  border-top:1px solid #dee2e6;
  border-left:1px solid #dee2e6;
  border-right:1px solid #dee2e6;
  text-align: right;
  direction: rtl;
  line-height: 22px;
  color: #060b26;
}
.table-print thead th {
  vertical-align:bottom;
  border-bottom:2px solid #dee2e6
}
.table-print tbody+tbody {
  border-top:2px solid #dee2e6
}
.table-print td, .table-print th{
  padding:.75rem;
  vertical-align:top;
  border-bottom:1px solid #dee2e6;
  text-align: right;
}
.table-print td:not(:first-child){
  border-right:1px solid #dee2e6;
}
.text-center{
  text-align: center !important
}
.mt-5{
  margin-top: 30px
}
.barcode > div{
  margin: 0 auto
}
table .bg1{
  background: #f1f8f3;
}
ul.numbers li{
  list-style-type: decimal;
}
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  margin-bottom: 2px;
}
.btn-primary {
  color: #fff;
  background-color: #454da1;
  border-color: #454da1;
}
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.form-control {
  display:block;
  width:100%;
  padding:.5rem .9rem;
  font-size:.875rem;
  font-weight:400;
  line-height:1.5;
  color:#333;
  background-clip:padding-box;
  border:1px solid #eee;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  border-radius:.25rem;
  transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
