/* تخصيصات إضافية */
body {
    font-family: 'Tajawal', sans-serif;
}

table {
    direction: rtl;
}

th, td {
    text-align: right;
}

button {
    transition: all 0.3s ease;
}

button:hover {
    transform: scale(1.05);
}

table thead th {
    background-color: #e5e7eb;
    font-weight: bold;
}

table tbody tr:hover {
    background-color: #f3f4f6;
}

h2, h3 {
    color: #1f2937;
}

#reportSection, #hrReportSection {
    background-color: #f9fafb;
    padding: 1rem;
    border-radius: 0.5rem;
    border: 1px solid #d1d5db;
}