body {
    font-family: 'Tajawal', sans-serif;
    background-color: #f8f9fa;
}

.min-vh-100 {
    min-height: 100vh;
}

.card {
    border-radius: 10px;
    border: none;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.card-header {
    background-color: #343a40;
    color: white;
    border-radius: 10px 10px 0 0 !important;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}

.rtl-direction {
    direction: rtl;
}

.table th {
    background-color: #343a40;
    color: white;
}

/* تخصيصات إضافية للواجهة العربية */
.navbar-brand {
    font-weight: 700;
}

.alert {
    border-radius: 5px;
}

.btn {
    font-weight: 500;
}