.printMain{
    width: 21cm; 
    height: 29.7cm; /* */ 
    padding: 0.5cm;
    font-size: 12px;
    background: #FFF;
    position: relative;
    font-family:Arial, Helvetica, sans-serif;
}

.printMain section{
    break-inside: avoid;
    margin-top: 0.5cm;
    padding:0px;
}

.printMain .printHeader{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 5px solid #E4E4E4;
    padding-bottom: 0.5cm;
    margin-bottom: 0.5cm;
}
.printMain .printHeader .logo{
    width: 5cm;
}
.printMain h3{
    font-size: 14px;
}
.printMain h2{
    color: #FFF!important;
    background-color: #004158!important;
    font-size: 12px;
    padding: 0.2cm 0.3cm;
    margin-bottom: 0px;
}
.printMain h2 span{
    display: block;
    font-size: 10px;
    font-weight: normal;
}
.printMain .tableMain{
    border:solid #B0B0B0;
    border-width: 0 0 0px 1px;
    display: flex;
    flex-wrap: wrap;
}
.printMain .tableMain .sub{
    border-right: 1px solid #B0B0B0;
    border-bottom: 1px solid #B0B0B0;
    width: 50%;
    padding: 0.3cm;
}
.printMain .tableMain table tr td{
    vertical-align: top;
    padding: 0.05cm;
}
.printMain .tableMain table tr td:first-child{
    width: 3.5cm;
}
.printMain .tableMain.full table tr td:first-child{
    width: 10cm;
}
.printMain .tableMain.analytics table tr td{
    width: 25%;
    padding: 0.2cm;
}

/* .printMain .tableMain.analytics table tr:nth-of-type(even){
    background: #e3e3e3;
} */

.printMain .tableMain.analytics table tr:not(:last-child) {
    border-bottom: 1px solid #B0B0B0;
}

.printMain .copy{
    position: absolute;
    bottom: 0cm;
    text-align: center;
    font-size: 10px;
    width: 100%;
}
.printMain .list ul{
    margin-top: 0;
    list-style: none;
    padding: 0;
    font-size: 10px;
}

@media screen {
    .printMain{
      display: none;
  }  /**/
}

@media print {
    .resultpage_wrapper.confirm.payments-thanks, header, footer, .container.rese_details, .noPrint{
        display: none;
    }
    .printMain{
        display: block;
    }

    body, html{
      -webkit-print-color-adjust:exact !important;
      print-color-adjust:exact !important; 
      /* background: #b2f6ff; */
    }
    .printGraph{
        break-inside: avoid;
        margin: 0.5cm;
    }


    button {display: none;}
}

@page {
  size: A4;
  /* margin: 10.5cm;
  padding: 0.5cm; */
   margin: 1cm;
   margin-right: 0;
   padding: 10cm;
 /* padding-top: 20px; */
  /* margin box at top right showing page number */
  /* @top-right {
      content: "Page " counter(pageNumber);
  } */
}
