.modern-sidebar {
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    overflow: hidden;
    background: white;
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
}

.modern-sidebar .list-group-item {
    border: none;
    padding: 22px 20px;
    font-weight: 600;
    color: #64748b;
    transition: all 0.2s;
    font-size: 0.95rem;
}

.modern-sidebar .list-group-item.active {
    background-color: #f8fbff !important;
    color: #3776AB !important;
    border-left: 5px solid #3776AB !important;
    border-radius: 0;
}

.modern-sidebar .list-group-item:hover:not(.active) {
    background-color: #f8fafc;
    color: #3776AB;
    padding-left: 25px;
}

.modern-sidebar i {
    width: 25px;
    font-size: 1.1rem;
}

.sidebar-label {
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 800;
    color: #94a3b8;
    letter-spacing: 1px;
    margin-bottom: 10px;
    padding-left: 5px;
}

.badge-pending-count {
    background-color: #ef4444;
    font-size: 0.75rem;
    padding: 5px 10px;
    box-shadow: 0 2px 5px rgba(239, 68, 68, 0.3);
}