/* Remove Filament branding */
.fi-sidebar-header {
    display: none !important;
}

/* Custom styles */
.fi-sidebar {
    background-color: #0A1F2E !important;
}

.fi-sidebar-item {
    color: white !important;
}

.fi-sidebar-item:hover {
    background-color: rgba(255, 255, 255, 0.1) !important;
}

.fi-sidebar-item-active {
    background-color: rgba(255, 255, 255, 0.2) !important;
}

.fi-sidebar-item-active .fi-sidebar-item-label {
    color: white !important;
}

.fi-sidebar-item-icon {
    color: white !important;
}

/* Header customization */
.fi-header {
    background-color: #0A1F2E !important;
    border-bottom: none !important;
}

.fi-header-actions {
    color: white !important;
}

/* Button customization */
.fi-btn-primary {
    background-color: #0A1F2E !important;
}

.fi-btn-primary:hover {
    background-color: #1a3a5a !important;
}

/* Table customization */
.fi-ta-header-cell {
    background-color: #f8fafc !important;
}

.fi-ta-row {
    border-bottom: 1px solid #e2e8f0 !important;
}

/* Form customization */
.fi-input-wrapper {
    border-color: #e2e8f0 !important;
}

.fi-input-wrapper:focus-within {
    border-color: #0A1F2E !important;
    box-shadow: 0 0 0 1px #0A1F2E !important;
} 