/* Add here all your CSS customizations */

.BackGroundTable {
    background-color: gainsboro !important;
    text-align: center;
    font-size:.9em;
}

.KpiHeader {
    background-color: #153B6C !important;
    font-size: 1.1em;
    font-weight: bold;
    color: white;
}


.table-container {
    max-height: 300px;
    overflow-y: auto;
}

.table-container thead th {
    position: sticky;
    top: 0;
    background-color: #f8f9fa; /* Bootstrap light */
    z-index: 5;
}