body {
    background-color: #f4f5f7;
    font-family: 'Cairo', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.card {
    border-radius: 0.75rem;
}

.navbar-brand {
    font-weight: 700;
}

.table thead th {
    background-color: #f1f3f5;
    border-bottom-width: 1px;
}

.table-hover tbody tr:hover {
    background-color: #f8f9fa;
}

.alert {
    border-radius: 0.5rem;
}

.modal-content {
    border-radius: 0.75rem;
}

.btn {
    border-radius: 0.5rem;
}

/* رأس الصفحة */
.page-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

/* كارت الفلاتر */
.filter-card .form-label {
    font-size: 0.85rem;
    color: #555;
}
