/*
|--------------------------------------------------------------------------
| Bot Manager clean Filament layout
|--------------------------------------------------------------------------
| The visible brand has been removed, so the now-empty sidebar header must
| not continue reserving vertical space.
*/

.fi-sidebar-header {
    display: none !important;
}

.fi-sidebar-nav {
    padding-top: 1rem !important;
}
