body {
    min-height: 100vh;
}

.login-page {
    background: #f4f6f8;
}

.sidebar .nav-link {
    color: #343a40;
    border-radius: .5rem;
}

.sidebar .nav-link:hover:not(.disabled) {
    background: #f2f3f5;
}

.metric-card {
    min-height: 120px;
}

.card {
    border-radius: .75rem;
}

.scoring-toolbar {
    z-index: 100;
}

.score-row:last-child {
    border-bottom: 0 !important;
}

.score-button {
    min-width: 2.25rem;
}

.score-title {
    line-height: 1.35;
}

.operational-guidance {
    white-space: normal;
}
