:root {
    --md-border: #e8ecf3;
}

.table-compact td,
.table-compact th {
    vertical-align: middle;
    padding: .5rem .75rem;
    font-size: .875rem;
}

.table-compact thead th {
    white-space: nowrap;
}

.card-stat {
    border: 1px solid var(--md-border);
    border-radius: 0.75rem;
}
