/* Global Background Color - Modern Açık Gri */

/* Ana body ve container'lar için */
body {
    background: #f0f2f5 !important;
}

.adminuiux-wrap {
    background: #f0f2f5 !important;
}

.adminuiux-content {
    background: #f0f2f5 !important;
}

.main-bg {
    background: #f0f2f5 !important;
}

/* Container'lar */
.container,
.container-fluid {
    background: transparent;
}

/* Card'lar beyaz kalacak */
.card,
.adminuiux-card {
    background: white;
}

/* Footer */
.adminuiux-footer {
    background: white;
}

/* Sidebar */
.adminuiux-sidebar {
    background: white;
}

/* Header */
.adminuiux-header {
    background: white;
}

/* Dashboard özellikleri için */
.dashboard-page,
.page-content {
    background: #f0f2f5 !important;
}

/* Gradient arka planları override et */
.bg-gradient-1,
.bg-gradient-2,
.bg-gradient-3,
.bg-gradient-4 {
    background: #f0f2f5 !important;
}

/* Ana content alanı */
main.adminuiux-content {
    background: #f0f2f5 !important;
    min-height: 100vh;
}

