    .app-footer {
        display: none !important;
    }

    .app-body .sidebar.sidebar-pills {
        flex: 0 0 250px !important;
    }

    html:not([dir="rtl"]) .sidebar-lg-show .sidebar,
    html:not([dir="rtl"]) .sidebar-show .sidebar {
        margin-left: 0 !important;
    }

    html:not([dir="rtl"]) .sidebar {
        margin-left: -250px !important;
    }

    .sidebar-pills {
        width: 250px !important;
    }

    .sidebar .sidebar-nav {
        width: 225px !important;
    }

    .sidebar .nav {
        width: 225px !important;
    }

    [data-bs-theme=dark] .card{
        border: 1px solid rgba(0, 40, 100, 0.12) !important;
    }
    [data-bs-theme=dark] input:not(input[type=hidden]).form-control, [data-bs-theme=dark] textarea.form-control, [data-bs-theme=dark] select.form-control, [data-bs-theme=dark] select.form-select, [data-bs-theme=dark] :not(.navbar-filters) .select2-selection--single, [data-bs-theme=dark] .select2-container .select2-dropdown .select2-search input.select2-search__field{
        background-color: #f8f9fa !important;
        border: 1px solid rgba(0, 40, 100, 0.12) !important;
        color: #506690 !important;
    }
    [data-bs-theme=dark] span.input-group-text{
        border: 1px solid #F1F4F8 !important;
    }