/* style.css - Arka plan beyaz yapıldı */
body {
    background-color: #ffffff; /* Tamamen beyaz arka plan */
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    
}

/* Fppro Kurumsal Mavi (Logoya Uyumlu) */
.brand-blue-bg {
    background-color: #ffffff !important; 
}

.brand-blue-text {
    color: #015eb8 !important;
}

.fppro-logo {
    max-height: 35px;
    margin-right: 10px;
}
/* Kart Tasarımları */
.card {
    border: none;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.04);
}

.card-header {
    background-color: #ffffff;
    border-bottom: 1px solid #f0f2f5;
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
    padding: 1.25rem 1.5rem;
}

.card-header h5 {
    color: #2c3e50;
    font-weight: 600;
    font-size: 1.1rem;
}

/* Tablo Tasarımları */
.table th {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: #6c757d;
    background-color: #f8f9fa;
    border-bottom: 2px solid #edf2f9;
}

.table td {
    vertical-align: middle;
    color: #495057;
}

/* İstatistik Kartları */
.stat-card {
    border-radius: 8px;
    padding: 8px 16px;
    font-size: 0.9rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* Özelleştirilmiş Buton */
.btn-brand {
    background-color: #005eb8;
    color: white;
    border: none;
}

.btn-brand:hover {
    background-color: #004a94;
    color: white;
}