/* styles.css */

.main-container {
    width: 1248px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    margin-bottom:40px;
}

.dash-cell {
    font-family: Arial, sans-serif; 
    font-size: 11px;
    text-align: center!important;
}

.dash-header {
    background-color: lightgrey!important; 
    font-size: 13px; 
    font-family: Arial, sans-serif; 
    text-align: center!important;
}

.kpi-header-text {
    font-size: 20px;
    color:black;
}

.kpi-stat-box {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    line-height: 150px;
    height: 150px;
    width: 150px;
    border: 2px solid;
    border-radius: 8px;
    background-color: #f8f9fa;
    margin: auto;
}

.kpi-flex-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.dashboard-title {
    color:black;
}

