body {
    background-color: #f8f9fa;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.navbar-brand {
    font-weight: bold;
    letter-spacing: 1px;
}

.card {
    border: none;
    border-radius: 10px;
    margin-bottom: 20px;
}

.card-header {
    font-weight: 600;
    border-bottom: 1px solid #eee;
}

.btn {
    border-radius: 8px;
    padding: 8px 16px;
    font-weight: 500;
}

.badge {
    padding: 6px 12px;
    border-radius: 6px;
    font-weight: 500;
}

.table th {
    background-color: #fcfcfc;
    color: #666;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
}

footer {
    font-size: 0.9rem;
    color: #888;
}

/* Custom styles for status badges */
.bg-info { background-color: #0dcaf0 !important; }
.bg-warning { background-color: #ffc107 !important; color: #000; }
.bg-secondary { background-color: #6c757d !important; }
.bg-success { background-color: #198754 !important; }
.bg-danger { background-color: #dc3545 !important; }

/* Dashboard cards hover */
.card.shadow:hover {
    transform: translateY(-2px);
    transition: all 0.3s ease;
}
