* {
  box-sizing: border-box;
  padding-top: 0 !important;
  padding-bottom: 0px !important;
}

@media screen {
  html {
    background: #5F6368;
  }
  .page-inner {
    position: relative;
    background: white;
    width: 21cm;
    min-height: 29.7cm;
    margin: 0 auto !important;
  }
  .footer {
    position: absolute;
    bottom: 0px;
  }
}
@font-face {
  font-family: arial;
  src: url("./fonts/arial.ttf");
}
@page {
  size: A4 portrait;
  margin: 0 !important;
}
@media print {
  tbody tr {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
  tbody tr:nth-child(7n+8) {
    page-break-before: always;
  }
  .heightMm {
    height: 10mm !important;
  }
  .footer {
    position: fixed;
    bottom: 0px;
  }
}
body {
  font-family: arial;
  display: flex;
  justify-content: center;
  margin: 0px !important;
  padding: 0px !important;
  border: 0px;
  font-size: 12px;
}
body .A4 {
  width: 100%;
  margin: 0px auto;
  padding: 0px;
  border: 0px;
}
body .A4 .top .header {
  height: 130px;
  background-image: url("./logo_bg.svg");
  background-size: auto;
  background-position: center;
  color: white;
  padding: 0 15px;
}
body .A4 .top .header .heade_content {
  padding-top: 1rem !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
}
body .A4 .top .header .heade_content p {
  margin: 5px 0;
}
body .A4 .top .header .heade_content .en_content {
  text-align: start;
  width: 33.333%;
}
body .A4 .top .header .heade_content .ar_content {
  text-align: end;
  width: 33.333%;
}
body .A4 .parent_td {
  border: 1px solid white !important;
  padding: 0 !important;
}
body .A4 table {
  border-collapse: collapse;
  width: 100%;
  margin: 0px auto;
  text-align: center;
}
body .A4 table th {
  background-color: #f2f2f2;
}
body .A4 table th,
body .A4 table td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}
body .footer {
  width: 100%;
  height: 50px;
  margin: 0px auto;
  text-align: center;
  background-image: url("./logo_bg.svg");
  background-size: auto;
  background-position: center;
  color: white;
  padding: 0 15px;
}
body .footer .contact_us {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.3rem;
  font-size: 16px;
}
body .footer .contact_us p {
  margin-left: 5px;
  margin-right: 5px;
}/*# sourceMappingURL=style.css.map */
* {
    direction: rtl;
}
page_break { page-break-before: always; }

.main_div{
    width: 95%;
    min-height:230mm;
    font-size: 12px;
    /*height: auto;*/
    /*border: 1px solid #000;*/
    padding: 5px;
    position: relative;
    margin:0 auto;
    text-align: center;
}
.line_div{
    margin-bottom:5px;
}
.logo_cont{
    max-height: 120px;
    text-align: center;
}
p , h1 , h2 , h3 , h4 , h5 , h6{
    color: rgb(58, 75, 111);
    padding: 0px;
    margin: 0px;
}
thead{
    background-color: rgb(231 , 247, 253);
}
table{
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
     -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin: 3px;
}
.table-bordered th , .table-bordered td{
    text-align: center;
    border: 1px solid #ddd;
    padding:0px;
}
th , td{
    text-align: center;
    padding:0px;
}

.title{
    color: rgb(41,98, 121);
    font-weight: 600;
    font-size:14px;
}
.no_align{
    text-align: right;
}
.no_border , .no_border th , .no_border td{
    border:0px;
}

#selected_item_table th{
    background-color: #222E46 ;
    color: white;
}
.summary_table th{
    padding: 10px 30px 10px 30px;
    font-weight: 600;
    background-color: rgb(237 , 235, 235);
}
.summary_table td{
    padding: 10px 30px 10px 30px;
}

.qrcode_table{
    /*background-color:#A88C07;*/
    border: 0px;
    /*color: white;*/
}
.qrcode_table th{
    padding: 10px;
}

.footer{
    position: absolute;
    width: 100%;
    bottom: 0;
    left:7px;
}
