﻿

.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%;
}

.toggle-row {
    display: flex;
    align-items: center;
    gap: .75rem;
    flex-wrap: nowrap;
}

.toggle-row .form-check.form-switch {
    display: flex;
    align-items: center;
    width: auto;
    min-height: auto;
    margin: 0;
    padding: 0;
}

.toggle-row .form-check-label {
    display: none;
}

.toggle-row .form-check-input {
    margin: 0;
}

.toggle-label {
    opacity: .55;
}

.toggle-label--active {
    opacity: 1;
    font-weight: 600;
}
