.fi-panel-school {
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.544), rgba(241, 241, 241, 0.374)),
        url('eqra-background.jpg') !important;
    background-size: cover !important;
}

.fi-sidebar {
    background-color: rgba(240, 248, 255, 0.811) !important;
}

.fi-body:where(.dark, .dark *) {

    background-image:
        linear-gradient(rgba(26, 26, 26, 0.931), rgba(42, 36, 36, 0.886)),
        url('eqra-background.jpg') !important;
    background-size: cover !important;

}

.fi-sidebar.fi-sidebar-open:where(.dark, .dark *) {
    background-color: #101828 !important;
}

.fi-sidebar-item:hover:where(.dark, .dark *) {
    color: #ffffff !important;
    background-color: #101828 !important;
}

.fi-sidebar-item:hover {
    color: #000000 !important;
}