body {
    background: #f6f7f9;
}

.min-vh-75 {
    min-height: 75vh;
}

.card,
.rounded {
    border-radius: 8px !important;
}

.metric {
    background: #fff;
    border: 1px solid #e4e7ec;
    border-radius: 8px;
    padding: 16px;
    height: 100%;
}

.metric span,
.label {
    display: block;
    color: #667085;
    font-size: .82rem;
    margin-bottom: 4px;
}

.metric strong {
    display: block;
    font-size: clamp(1.25rem, 2vw, 1.7rem);
    line-height: 1.15;
}

.status-badge {
    background: #eef2ff;
    color: #3538cd;
    border: 1px solid #c7d7fe;
}

.note {
    border-top: 1px solid #edf0f3;
    padding: 12px 0;
}

.timeline {
    border-left: 2px solid #e4e7ec;
    margin-left: 6px;
    padding-left: 16px;
}

.timeline-item {
    position: relative;
    padding-bottom: 16px;
}

.timeline-item::before {
    content: "";
    position: absolute;
    left: -23px;
    top: 4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #0d6efd;
}

canvas {
    max-height: 280px;
}

@media (max-width: 575.98px) {
    .table {
        font-size: .9rem;
    }

    .btn {
        white-space: nowrap;
    }
}

