/* Custom Filament Styles for Admin Panel */

/* Section Header Styling */
.fi-section-header-heading {
    font-size: 1.2rem !important;
    font-weight: 800;
    background-color: #DBE9FF;
    padding: 4px 10px;
    color: #283a5c !important;
    border-radius: 4px;
}

/* Table Header Styling */
table.fi-ta-table thead th {
    background-color: #DBE9FF !important;
    color: #283a5c !important;
}

/* Target the correct table header classes */
.fi-ta-header-cell {
    background-color: #DBE9FF !important;
}

.fi-ta-header-cell-label {
    color: #283a5c !important;
}

/* Dark Mode Styling */
.dark .fi-section-header-heading {
    color: #10b981 !important; /* Green success color in dark mode */
}

.dark table.fi-ta-table thead th {
    color: #10b981 !important; /* Green success color in dark mode */
}

.dark .fi-ta-header-cell-label {
    color: #10b981 !important; /* Green success color in dark mode */
}
