body {
    background-color: #f8f9fa;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.navbar {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.card {
    border: none;
    border-radius: 10px;
    transition: transform 0.3s;
}

.card:hover {
    transform: translateY(-5px);
}

.card-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    font-weight: 600;
}

.stat-item {
    background-color: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    text-align: center;
}

.stat-item h6 {
    color: #6c757d;
    font-size: 0.9rem;
    margin-bottom: 5px;
}

.stat-item h3 {
    color: #0d6efd;
    font-weight: 700;
    margin-bottom: 0;
}

#applyFilters {
    margin-top: 10px;
}

.form-select {
    border-radius: 8px;
    padding: 10px 15px;
}

.btn-primary {
    border-radius: 8px;
    padding: 10px;
    font-weight: 600;
}