body {
    background: #f4f6f9;
    min-height: 100vh;
}

#sidebar {
    min-height: calc(100vh - 56px);
}

.nav-link.active {
    background: #e9ecef;
    border-radius: .375rem;
    color: #212529;
    font-weight: 500;
}

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