.fi-sidebar {
    background-color: #ffffff9d !important;
}

.fi-panel-admin .fi-layout {
    background-image:
        linear-gradient(rgb(255, 255, 255), rgba(31, 32, 114, 0.773)),
        url('../../background.jpg') !important;
    background-size: cover !important;
}

.fi-panel-admin .fi-layout:where(.dark, .dark *)  {
    background-image:
        linear-gradient(rgba(10, 7, 167, 0.688), rgba(33, 122, 205, 0.566)),
        url('../../background.jpg') !important;
    background-size: cover !important;
}


.fi-panel-employee .fi-layout {
    background-image: linear-gradient(120deg, #01AEEE 0%, #38f9d7 25%, #01AEEE 55%, #005cacaf 80%, #01AEEE 100%) !important;
    background-color: transparent !important;
    background-size: cover !important;
}

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

    background-image:
        linear-gradient(rgba(26, 26, 26, 0.931), rgba(42, 36, 36, 0.886)),
        url('../../background.jpg') !important;
    background-size: cover !important;
}
.fi-sidebar.fi-sidebar-open {
    background-color: #c9dcffce !important;
}
.fi-sidebar.fi-sidebar-open:where(.dark, .dark *) {
    background-color: #101828 !important;
}


.fi-scrollable {
    width: 250px !important;
}

.language-switch-trigger>img {
    height: 2rem !important;
    /* width: 10px; */
}

.fi-dropdown-list>button>img {
    height: 2rem !important;
}