/* Custom Admin Panel Styles */

/* Dashboard specific styles */
.dashboard-stats .fi-stats-overview-stat {
    background: white;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border-left: 4px solid #f97316;
}

.dashboard-header {
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
    border-radius: 12px;
    padding: 2rem;
    margin-bottom: 2rem;
    color: white;
    text-align: center;
}

/* Dark mode adjustments */
.dark .dashboard-stats .fi-stats-overview-stat {
    background: #1f2937;
    border-left-color: #f97316;
}