body{
  font-family: 'Almarai', sans-serif!important;}

.page-header,
.page-header-space {
  height: 60px;
}

.page-footer,
.page-footer-space {
  height: 50px;
}

.page-title {
  text-align: justify;
  border: 0!important;
}
.data-order {
  width: 100%;
  margin: 0 0 10px;
}

.employee-dir {
  color: #000;
  font-weight: bold;
  font-size: 12px;
}
.th-border {
  padding: 20px 4px 20px 0;
  font-weight: bold;
  color: #000;
  font-size: 13px;
}
.data-know {
  background-color: #d0f0f2;
}
.data-know td {
  text-align: center;
  font-size: 16px;
  color: black;
  font-weight: bold;
}
.mark {
  width: 50% !important;
  padding: 20px 0!important;
}
.th-border.history {
  padding: 20px 0;
}
.order-history {
  text-align: center;
  color: #000;
  font-weight: bold;
  font-size: 16px;
}
.main-order-black {
  color: black;
  font-size: 14px;
  text-align: center;
}
.admit-order {
  color: black;
  text-align: justify;
  font-size: 14px;
}
.reject-order:focus {
  outline: none;
}
.order_history:focus {
  outline: none;
}
.reject-order,
.order_history {
  border: none;
  width: 100%;
  resize: none;
  background-color: transparent;
}
.th-border-data {
  text-align: center;
}
.main-order-black.two {
  background-color: #eeeeee;
  padding-left: 100px;
}
.main-order {
  background-color:#92c3e4;
  text-align: center;
  color: #000;
  border: 0;
  font-size: 17px;
}
.information-order {
  text-align: right;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 6px;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  width: 100%;
}
.order-name {
  background-color: #fff !important;
}
.page-header {
  width: 100%;
  border-bottom: none !important;
}
.heading{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head-text {
  border: 2px solid black;
  padding: 10px 10px;
  margin: 0 auto;
  font-weight: bold;
  width: 100%;
  font-size: 18px;
}

.page {
  page-break-after: always;
}

@page {
  margin: 20mm;
}

@media print {
  thead {
    display: table-header-group;
  }
  body {-webkit-print-color-adjust: exact;}
  tfoot {
    display: table-footer-group;
  }
  table.data-order {
    border-spacing: 0;
    border-collapse: separate!important;  
    background-clip: padding-box;

}
td,th{
  background-clip: padding-box!important;

}
  .print-btn {
    display: none!important;
  }

  body {
    margin: 0;
  }
}
input[type="checkbox"] {
  display: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]:hover,
input[type="number"]:focus {
  -moz-appearance: number-input;
}
input[type="number"]:focus, 
input[type="number"]:hover {
    appearance: auto;
}
.checkbox__label {
  color: #000;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  gap: 13px;
  cursor: pointer;
  margin-bottom: 3px;
  font-weight: bold;
  position: relative;
  margin-right: 13px;
  font-size: 14px;
}

.checkbox__label:before {
  content: "";
  width: 23px;
  height: 20px;
  border: 1px solid rgb(12, 139, 84);
  background-color: #fff;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.document[type="checkbox"]:checked + label:before {
  background-image: url("./Path\ 65.png");
  background-size: contain;
  background-repeat: no-repeat;
  top: 0px;
  background-position: center;
  position: relative;
  left: 0px;
  color: #fff;
  background-color: rgb(12, 139, 84)

  ;
  content: "";
  border: 1px solid rgb(12, 139, 84);

  ;

}
.main-check[type="checkbox"]:checked + label:before {
  background-image: url("./Path\ 65.png");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  top: 0px;
  background-position: center;
  position: relative;
  left: 0px;
  color: #fff;
  background-color: rgb(12, 139, 84);
  border: 1px solid rgb(12, 139, 84);
}



.checkbox__label-main {
  color: #000;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  border: 2px solid #000;
  padding: 10px 10px 10px 10px;
  font-weight: bold;
  width: fit-content;
  position: relative;
  font-size: 15px;
}
.checkbox__label-main.first {
  position: relative;
}
.checkbox__label-main::before {
  content: "";
  width: 23px;
  height: 20px;
  border: 1px solid rgb(12, 139, 84);
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.rejected {
  width: 50% !important;
}


.checkbox__label.last:before {
  height: 23px;
  border: 1px solid rgb(12, 139, 84);
}

table {
  width: 100%;
  border-collapse:separate!important;
  border-spacing: 0;
  background-clip: padding-box;
  

}

td,
th {
  /* border: 1px solid #92c3e4!important; */
  text-align: right;
  border:1.4px solid #999!important;
  text-align: center;
  background-clip: border-box;
  padding: 0;


}

.sbfc-first-table tr:nth-child(even) {
  background-color: #eeeeee;
}
input[type="text"],
input[type="number"] ,
input[type="tel"],
input[type="email"]{
  background-color: transparent;
  border: 0;
  max-width: 100%;
  width: 90%;
}
input[type="tel"],
input[type="email"]{
  direction: ltr;
  text-align: end;
}
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus{
  outline: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  appearance: none; /* textfield also works! */

}

th {
  background-color: #fff;
}
input[type="text"]:focus {
  outline: none;
}
.order-own{
  font-size: 18px;
}
.logo{
  display: flex;
  justify-content: space-between;
}
.logo img{
  margin:20px auto;
  width: 120px;
  display: block;
}
.print-btn {
  display: block;
  text-align: center;
  background-color: #4c80a4;
  width: 150px;
  border: 0;
  margin:20px auto;
  padding: 10px 0;
  color: #fff;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 16px;
  transition: all 0.4s ease-in-out;
  border: 2px solid #fff;

}
.print-btn:focus{
  outline: none;
}
.validEmail.error{
/* background-color: rgba(250, 67, 67, 0.6); */
/* border: 2px solid rgba(250, 67, 67, 0.6)!important; */
position: relative;
}
.error-msg{
  position: absolute;
  top: 0px;
  left: 0;
  height: 100%;
  color: #000;
  background: rgba(250, 67, 67, 0.8);;
  display: block;
  font-size: 14px;
  width: 50%;
  border: 2px solid rgba(250, 67, 67, 0.6)!important;

}

.sbfc-table-two input{
  border: 0;
  background-color: transparent;
}
.sbfc-table-two .heading-two{
  text-align: center;
  background-color: #92c3e4;
  color: #000;
  padding: 10px;
}
.sbfc-table-two{
  margin: auto;
  width: 100%;
  border:1.4px solid #eee!important ;

}
.place::placeholder{
text-align: center;
}
.place:focus::placeholder {
color: transparent;
}
.sbfc-table-two td{
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
}

.num-fail {
  background-color: transparent;
  border: 0;
  text-align: center;
}
.num-fail:focus ,input:focus{
  outline: none;
}
input::placeholder{
  color: #000;
}
.printBtn {
  display: block;
  text-align: center;
  background-color: #4c80a4;
  width: 150px;
  border: 0;
  margin:20px auto;
  padding: 10px 0;
  color: #fff;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 16px;
  transition: all 0.4s ease-in-out;
  border: 2px solid #fff;

}
.printBtn:focus{
  outline: none;
}
@page {
  margin: 20mm;
}

@media print {

  body {-webkit-print-color-adjust: exact;}
 
 
td,th{
  background-clip: padding-box!important;

}
  .printBtn {
    display: none!important;
  }

  body {
    margin: 0;
  }
}

