

.report-card {
    background-color: #ffffff;
    border: 1px solid #e1e1e1;
    border-radius: 0.5rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    max-width: 700px;
    margin: 0 auto;
}

.report-card h2 {
    font-weight: 600;
    color: #003366; 
}

.report-card .form-label {
    font-weight: 500;
    color: #333;
}

.report-card .form-control {
    border-radius: 0.375rem;
    border: 1px solid #ced4da;
    padding: 0.5rem 0.75rem;
}

.report-card .btn-primary {
    background-color: #007bff;
    border: none;
    font-weight: 600;
    padding: 0.75rem 1rem;
    border-radius: 0.375rem;
    transition: background-color 0.2s;
}

.report-card .btn-primary:hover {
    background-color: #0056b3;
}

.report-card p.text-muted {
    font-size: 0.9rem;
    margin-bottom: 1rem;
}
