

@media print {
    * {
      -webkit-print-color-adjust: exact !important;
      color-adjust: exact !important;
      print-color-adjust: exact !important;
    }
    .printHideDiv,
    .topHeaderHeading .withRightSideIcon a,
    .rightSideBtnGrou,
    .backButtonTopH {
        display: none;
    }
    .topHeader {
        height: 61px !important;
    }
    .customResponsiveTableScroll {
        height: auto !important;
    }
    .customTableNew table thead tr th,
    .customTable table thead tr th {
        background-color: #35498e !important;
    }
    .filterTableOption {
        display: none;
    }
    .pdfPrintBody * {
      visibility: hidden;
    }
    .pdfDivMain * {
      visibility: visible;
    }
    .pdfDivMain {
      position: absolute;
      left: 0;
      top: 0;
    }
  }