

@media print {
    .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;
    }
  }
