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

    .fi-simple-layout {
        background-image:
            linear-gradient(rgba(0, 204, 255, 0.513), rgba(0, 0, 0, 0.3)),
            url('../../background.jpg') !important;
        background-size: cover !important;
    }

    .fi-panel-admin {
        background-image:
            linear-gradient(rgba(255, 255, 255, 0.931), rgba(246, 246, 246, 0.886)),
            url('../../background.jpg') !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: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;
    }