@font-face {
    font-family: 'DroidKufi';
    src: url('fonts/DroidKufi-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
        #clyer{
            height: 5px;
            clear: both;
        }
body {
    font-family: 'DroidKufi', serif;
    margin: 0;
    padding: 0;
    direction: rtl; /* إضافة خاصية الاتجاه من اليمين إلى اليسار */
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

table, th, td {
    border: 1px solid #ccc;
}

th, td {
    padding: 10px;
    text-align: left;
}

footer {
    text-align: center;
    padding: 10px 0;
    background: #333;
    color: #fff;
    position: relative;
    width: 100%;
    bottom: 0;
}
th, td {
    text-align: center; /* تغيير المحاذاة إلى الوسط */
    vertical-align: middle; /* تغيير المحاذاة الرأسية للوسط */
}

.table-responsive {
    margin: 0 auto; /* توسيط الجدول في الصفحة */
}

.container h1 {
    text-align: center; /* توسيط عنوان الصفحة */
}
.pagination .page-item .page-link {
    color: #007bff;
    border: 1px solid #dee2e6;
}

.pagination .page-item.active .page-link {
    background-color: #007bff;
    border-color: #007bff;
    color: white;
}

.pagination .page-item .page-link:hover {
    background-color: #e9ecef;
    border-color: #dee2e6;
    color: #0056b3;
}

.pagination .page-item.active .page-link:hover {
    background-color: #0069d9;
    border-color: #0062cc;
}


