@media print {
    html, body { height: auto; }
    .pe-no-print {
        display: none !important;
    }

    .pe-preserve-ancestor {
        display: block !important;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
        box-shadow: none !important;
    }

    .rpt-body {
        width: 100%;
        margin-top: 1px; /* was 38px; */
        margin-bottom: 38px;
        border-top: 8px solid #1e1f23;
        border-bottom: 10px solid #1e1f23;
        padding-left: 20px;
        background: #fff;
        /* min-width: 800px; 
      max-width: 1400px; */
        position: relative;
        box-shadow: 0 1px 21px #808080;
        min-height: calc(100vh - 108px);
        overflow-y: auto;
        max-height: 90vh;
        overflow-x: hidden;
    }

    .col-3 {
        width: 25%;
     }
     
     .col-6 {
        width: 50%;
     }
     
     .col-12 {
        width: 100%;
     }
     
     .row {
        width: 100%;
     }
     
}