@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;900&display=swap');

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
            
body {
    font-family: 'Cairo', sans-serif;
    color: #000;
    direction: rtl;
    overflow-x: hidden;
    font-size: 14px;
}

a {
    color: #edd593;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Cairo', sans-serif;
}

header {
    text-align: center;
    padding: 15px;
}
header h1 {
    background: #203840;
    border-radius: 10px;
    display: inline-block;
    color: #edd692;
    font-weight: bold;
    padding: 7px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.48);
    font-size: 14px;
}
header .logo-c {
    border: 1px solid #edd593;
    border-radius: 100%;
    width: 35px;
    height: auto;
}

.logo-c {
    width: 30px;
    height: auto;
}

h2 {
    border-bottom: 3px solid #203840;
    border-radius: 3px;
    padding: 0;
    font-size: 15px;
    font-weight: bold;
    color: #203840;
    padding-bottom: 10px;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
    margin-bottom: 5px;
}

ul li span:last-child {
    margin-right: 5px;
}

ul[dir='ltr'] li span:last-child {
    margin-left: 5px;
}

.percent-container {
    border: 1px solid #777;
    border-radius: 10px;
    height: 10px;
    overflow: hidden;
    margin: 4px 0;
}

.percent {
    background: #edd593;
    height: 100%;
    display: block;
}

p {
    margin-bottom: 5px;
}

.meter span {
    position: relative;
}

.meter span::before {
    content: '';
    width: 1px;
    height: 5px;
    background: #c9c9c9;
    margin: 2px auto;
    display: block;
}

.separator {
    height: 2px;
    background: #203840;
    width: 95%;
    display: block;
    margin: 12px auto;
}

.ul-list-style li {
    position: relative;
    padding-right: 15px;
    margin-bottom: 4px;
}
.ul-list-style li::before {
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 100%;
    background: #edd593;
    right: 0;
    border: 3px solid #203840;
    top: 5px;
}

.ul-list-style li span {
    display: block;
    margin: 0 !important;
}

.ul-list-style[dir='ltr'] li {
    padding-left: 15px;
    padding-right: 0;
}

.ul-list-style[dir='ltr'] li::before {
    right: auto;
    left: 0;
}

.colored li {
    position: relative;
    padding-right: 15px;
}

.colored li::before {
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 100%;
    right: 0;
    border: 3px solid #2ee22e;
    top: 5px;
}

.colored li:first-child::before {
    border: 3px solid #de2d2d;
}

.colored li:last-child::before {
    border: 3px solid #f2e77a;
}

.colored span {
    display: block;
    margin-right: 0 !important;
}

.page-2 .ul-list-style li {
    margin-bottom: 10px;
}

.print-btn {
    margin: 15px auto;
    width: 120px;
    border: 0;
    background: #203840;
    padding: 15px 0;
    border-radius: 7px;
    color: #edd593;
}

.label-span-rtl {
    position: relative;
    left: 10%;
    top: -21px;
    background: #203840;
    color: #edd593;
    padding: 0px 15px;
    border-radius: 5px;
    float: left;
    font-size: 13px;
}

.label-span-rtl::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2px 0 2px 7px;
    border-color: transparent transparent transparent #203840;
    right: -7px;
    top: 8px;
}

.label-span-ltr {
    position: relative;
    right: 10%;
    top: -21px;
    background: #203840;
    color: #edd593;
    padding: 0px 8px;
    border-radius: 4px;
    float: right;
    font-size: 13px;
}

.label-span-ltr::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2px 7px 2px 0;
    border-color: transparent #203840 transparent transparent;
    left: -7px;
    top: 8px;
}

@media print {
    body {
        zoom: normal;
        -webkit-print-color-adjust: exact !important;   
        color-adjust: exact !important; 
        font-size: 14px; 
    }
    .print {
        display: none;
    }
    .sheet{
        padding: 10mm;
    }
    header{
        padding: 0 0 3mm 0;
    }
      
}

@page { size : A5}
body { margin: 0 }
.sheet {
  margin: 0;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  page-break-after: always;
}

/** Paper sizes **/
body.A5           .sheet { width: 148mm; height: 209mm }
body.A5.landscape .sheet { width: 210mm; height: 147mm }

/** Padding area **/
.sheet.padding-10mm { padding: 10mm }
.sheet.padding-15mm { padding: 15mm }
.sheet.padding-20mm { padding: 20mm }
.sheet.padding-25mm { padding: 25mm }

/** For screen preview **/
@media screen {
  body { background: #e0e0e0 }
  .sheet {
    background: white;
    box-shadow: 0 .5mm 2mm rgba(0,0,0,.3);
    margin: 5px auto;
    padding: 0 25px;
  }
}

/** Fix for Chrome issue #273306 **/
@media print {
           body.A3.landscape { width: 420mm }
  body.A3, body.A4.landscape { width: 297mm }
  body.A4, body.A5.landscape { width: 210mm }
  body.A5                    { width: 148mm }
}
