/* Sidebar background */
.fi-sidebar {
    background: linear-gradient(180deg, #020617, #0f172a);
}

/* Sidebar item */
.fi-sidebar-item a {
    border-radius: 0.5rem;
    margin: 0.25rem 0;
}

/* Active item */
.fi-sidebar-item-active a {
    background-color: #2563eb;
    color: white;
}
