/* Custom Sidebar Style to distinguish it from main content */
.fi-sidebar {
    background-color: #f1f5f9 !important; /* Elegant light slate */
    border-right: 1px solid #cbd5e1 !important;
}

.dark .fi-sidebar {
    background-color: #0f172a !important; /* Deep dark slate/navy */
    border-right: 1px solid #1e293b !important;
}

/* Add slight styling to item list to feel more premium */
.fi-sidebar-group {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
