

@media print {
    * {
        -webkit-print-color-adjust: exact !important;
        color-adjust: exact !important;
        print-color-adjust: exact !important;
      }
    body {
        margin: 0 !important;
        page-break-before: avoid;
    }
    table {page-break-inside: avoid;}
    .noPrintDiv,
    .topHeaderHeading .withRightSideIcon a,
    .rightSideBtnGrou,
    .backButtonTopH {
        display: none;
    }
    .topHeader {
        height: 61px !important;
    }
    .scrollableHeaderColumn,
    .customResponsiveTableScroll {
        height: auto !important;
    }
    .customTableNew table thead tr th,
    .customTable table thead tr th {
        background-color: #35498e !important;
    }
    .customTableNew table thead tr.tr-1 th,
    .customTable table thead tr.tr-1 th {
        background-color: transparent !important;
    }
  }
  
