.fi-sidebar-nav {
    background-color: #fff !important;
}
body {
    background-color: #F3F4F6 !important;
}
:is(.dark .fi-sidebar-header,
    .dark .fi-sidebar-nav,
    .dark .fi-topbar > nav,
    .dark .fi-ta-ctn,
    .dark .fi-dropdown-panel
) {
    background-color: #1F2A37 !important;
}

:is(.dark body,
    .dark .fi-section

) {
    background-color: #111928 !important;
}


