/* We use !important to crush Filament's default striped/white background */
.bg-crypto-row td {
    background-color: rgba(59, 130, 246, 0.2) !important;
}
.bg-betting-row td {
    background-color: rgba(249, 115, 22, 0.2) !important;
}

/* Optional: Make the hover effect look nice too */
.bg-crypto-row:hover td {
    background-color: rgba(59, 130, 246, 0.3) !important;
}
.bg-betting-row:hover td {
    background-color: rgba(249, 115, 22, 0.3) !important;
}

.fi-topbar-database-notifications-btn {
    margin-right: 1rem!important; /* Space on the right */
}

.fi-dropdown-header-icon,
.fi-dropdown-list button[aria-label="Enable system theme"] {
    display: none !important;
}