body {
    background: #f6f7fb;
}

.sams-sidebar {
    min-height: 100vh;
    background: #101828;
}

.sams-sidebar a {
    color: #d0d5dd;
    text-decoration: none;
    display: block;
    padding: .65rem 1rem;
    border-radius: .5rem;
}

.sams-sidebar a:hover,
.sams-sidebar a.active {
    background: #1d2939;
    color: #ffffff;
}

.sams-card {
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 8px 24px rgba(16, 24, 40, .06);
}

.badge-soft {
    background: #eef4ff;
    color: #3538cd;
}

.progress {
    height: .65rem;
    border-radius: 999px;
}

.sams-pill {
    border-radius: 999px;
    padding: .35rem .65rem;
    background: #f2f4f7;
    font-size: .8rem;
}
