@media print {
    .pageTitle {
        font-size: 14px;
        font-family: 'Roboto', sans-serif;
        line-height: 16px;
        margin: 0 0 5px;
        color: #0633a2;
        text-decoration: underline;
        font-weight: 500;
        text-transform: uppercase;
        text-align: center;
    }
    .lpdDistTitle {
        font-size: 12px;
        font-family: 'Roboto', sans-serif;
        line-height: 14px;
        margin: 0 0 5px;
        color: #fd4a36;
        font-weight: 500;
        text-transform: uppercase;
        text-align: center;
    }
    .lpdDistTitle span {
        color: #0633a2;
    }
    .lpdDistTitle2{
        margin-bottom: 2px;
        font-size: 10px;
    }
    
    .table {
        --bs-table-bg: transparent;
        --bs-table-accent-bg: transparent;
        --bs-table-striped-color: #212529;
        --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
        --bs-table-active-color: #212529;
        --bs-table-active-bg: rgba(0, 0, 0, 0.1);
        --bs-table-hover-color: #212529;
        --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
        width: 100%;
        margin-bottom: 1rem;
        color: #212529;
        vertical-align: top;
        border-color: #dee2e6;
    }
    .table-bordered>:not(caption)>* {
        border-width: 1px 0;
    }
    .mb-10 {
        margin-bottom: 10px;
    }
    .kpi-tble tr th:first-child {
        background-color: #10729b;
        color: #000;
        font-weight: 400;
        font-family: 'Roboto', sans-serif;
        font-size: 15px;
    }
    .kpi-tble tr th,
    .kpi-tble tr td{
        border-bottom: 1px solid #ccc;
    }
}