/* Filament Admin Panel Custom Styles */
.fi-topbar {
    background-color: #c00926 !important;
}

/* Also try container */
.fi-topbar-ctn .fi-topbar {
    background-color: #c00926 !important;
}

.fi-logo {
    color: white !important;
}

.fi-main-sidebar {
    background-color: #222d32 !important;
}
.fi-sidebar-item-label {
    color: #b8c7ce !important;
}

.fi-sidebar-item-btn:hover {
    background-color: #1e282c !important;
}

/* Active/selected sidebar item */
.fi-sidebar-item.fi-active > .fi-sidebar-item-btn {
    background-color: #1e282c !important;
}

.fi-sidebar-item.fi-active > a > .fi-sidebar-item-icon {
    color: #c00b26 !important;
}

.fi-tenant-menu-trigger-tenant-name {
    color: #b8c7ce !important;
}

/* Tenant menu hover */
.fi-tenant-menu-trigger:hover {
    background-color: #1e282c !important;
}

/* Tenant menu current label */
.fi-tenant-menu-trigger-current-tenant-label {
    color: #b8c7ce !important;
}
