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;
}

.data-order {
    width: 100%;
    border: 0;
    margin: 0 0 5px;
}

.data-order td,
.data-order th {
    border: 0;
}

.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;
    background-color: #ccc;
}

.mark {
    width: 50% !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;
    background-color: #cccccc;
}

.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;
    background-color: #cccccc;
}

.main-order-black.two {
    background-color: #fff;
    padding-left: 100px;
}

.main-order {
    background-color: #cccccc;
    text-align: center;
    color: #000;
    border: 0;
    font-size: 18px;
    border: 2px solid #000;
}

.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;
    flex-direction: row;
}

.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;
}


input[type="checkbox"] {
    display: none;
}

.checkbox__label {
    color: #000;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    gap: 13px;
    cursor: pointer;
    margin-bottom: 3px;
    font-weight: bold;
    margin-right: 13px;
    font-size: 14px;
}

.checkbox__label:before {
    content: "";
    width: 15px;
    height: 15px;
    border: 1px solid #ff0000;
    background-color: #fff;
    border-radius: 50%;
    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;
    content: "";
    top: 0;
    background-position: center;
    position: relative;
    left: 0;
    /* width: 12px;
    height: 12px; */
    background-color: #000;
    border: 3px solid #000;

}

.main-check[type="checkbox"]:checked + label::before {
    background-image: url("./Path\ 65.png");
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    top: 0;
    background-position: center;
    position: relative;
    left: 0;
    /* width: 12px;
    height: 12px; */
    background-color: #000;
    border-radius: 50%;
    border: 3px solid #000;
}


.checkbox__label-main {
    color: #000;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    border: 2px solid #000;
    padding: 5px 10px 5px 10px;
    font-weight: bold;
    width: fit-content;
    position: relative;
    font-size: 15px;
}

.checkbox__label-main.first {
    position: relative;
}

.checkbox__label-main::before {
    content: "";
    width: 20px;
    height: 20px;
    border: 3px solid red;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    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 {
    border: 1px solid red;
    width: 15px;
    height: 15px;
    border-radius: 0;

}

table {
    border-collapse: collapse;
    width: 100%;
}

td,
th {
    border: 2px solid #000;
    text-align: center;
    padding: 0;
    font-size: 13px;
    font-weight: bold;
}

tr:nth-child(even) {
    background-color: #fff;
}

input[type="text"],
input[type="tel"],
input[type="email"] {
    background-color: transparent;
    border: 0;
    max-width: 100%;
    width: 90%;
}

th {
    background-color: #fff;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus {
    outline: none;
}

.order-own {
    font-size: 18px;
}

.logo img {
    margin: 20px auto;
    width: 200px;
    display: block;
}

.print-btn {
    display: block;
    text-align: center;
    background-color: #cccccc;
    width: 150px;
    border: 0;
    margin: 0 auto 20px auto;
    padding: 10px 0;
    color: #000;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 16px;
    transition: all 0.4s ease-in-out;
    border: 2px solid #fff;

}

.print-btn:focus {
    outline: none;
}

/* @media (max-width:767px){
  .page-header, .page-header-space {
    height: 80px;
  }
  .checkbox__label-main {
    font-size: 12px;
    gap: 4px;
  }
  .head-text {
    font-size: 12px;
  }
  .logo img {
    width: 175px;
  }
  .main-order,
  .main-order-black,.admit-order ,
  .checkbox__label,
  .data-know td ,
  .th-border,
  .order-history {
    

   font-size: 12px;
  }
  .main-order-black.two {
    padding-left: 0;
  }
  .checkbox__label{
    margin-right: 0;
  }
  .order-own {
    font-size: 15px;
  }
  .information-order{
    flex-direction: column;
    align-items: flex-start;
  }
  td, th,
  .th-border{
    text-align: right;
  }
  .heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
}
.rejected {
width: 1%!important;
}
.checkbox__label:before {
  width: 10px;
  height: 10px;
}
.checkbox__label {
  gap: 7px;
  text-align: center;
}
.inform:before {
  width: 20px;
}
.inform1:before {
  width: 14px;
}
.mark {
  width: 40% !important;
}
.my-order{
  width: 63%!important;
}
} */
@media print {
    thead {
        display: table-header-group;
    }

    body {
        -webkit-print-color-adjust: exact;
    }

    /* .main-check[type="checkbox"]:checked + label::after {
      top: 16px;
      content: "";
      position: absolute;
      right: 14px;
      width: 12px;
      height: 12px;
      background-color: #000!important;
      border-radius: 50%;
    }
    .document[type="checkbox"]:checked + label:after {
      top: 6px;
      height: 9px;
      width: 9px;
      right: 2px;
    content: "";
    position: absolute;
    background-color: #000!important;

    } */
    tfoot {
        display: table-footer-group;
    }

    /* .heading{
      flex-direction: row;
    }
    .information-order{
      flex-direction: row;
      align-items: center;
    } */
    .print-btn {
        display: none !important;
    }

    /* .inform:before {
      width: 15px;
    } */
    body {
        margin: 0;
    }
}

.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;

}

input[type="tel"], input[type="email"] {
    direction: ltr;
    text-align: end;
}

input[type="text"] {
    font-size: 12px;
    font-weight: bold;

}

.email-us p {
    text-align: justify;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 2px;

}

.email-us {
    margin-top: 10px;

}

.email-us a {
    text-decoration: none;
    color: #000;
}

.email-us a:hover {
    color: #000;
}
