﻿

.kpi-body {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.4rem;
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.kpi-header {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0;
}

.kpi-block {
    margin-bottom: 0;
}

.kpi-title {
    font-size: 0.85rem;
    color: var(--bs-secondary);
    text-transform: uppercase;
}

.kpi-value {
    font-size: 1.8rem;
    font-weight: 600;
}



.chart-container {
    position: relative;
    height: 280px;
    width: 100%;
}
