body {
    background-color: #f8f9fa;
}

.sidebar-wrapper {
    min-height: calc(100vh - 56px);
}

.sidebar {
    min-height: calc(100vh - 56px);
}

.card {
    border: none;
    border-radius: 0.75rem;
}

.list-group-item {
    border: none;
    border-radius: 0.5rem !important;
    margin-bottom: 0.25rem;
}

.list-group-item:hover {
    background-color: #e9f2ff;
}

h1, h2, h3 {
    font-weight: 700;
}