
.filament-sidebar {
    border-right: 1px solid #e5e7eb !important;
}



.dark .fi-sidebar-nav {
    background-color: #080d11; /* dark gray */
}

.fi-sidebar-nav {
    background-color: #eaeaea;
    border-radius: 0.5rem; /* Rounded corners */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow */
}

.fi-topbar nav {
    background-color: #ffffff;
}

.fi-sidebar-header {
    background-color: #ffffff !important;

}

.dark .fi-topbar nav {
    background-color: rgb(17 24 39);
}

.dark .fi-sidebar-header {
    background-color: rgb(17 24 39) !important;

}


