﻿.table-responsive

{
    border: 1px solid #dee2e6; /* حدود الطبقة */
    border-radius: 5px; /* زوايا مستديرة */
}

.sticky-header th {
    position: sticky;
    top: 0;
    z-index: 1; /* لجعل العناوين تظهر أعلى البيانات */
}

table.table th, table.table td {
    white-space: nowrap; /* منع النصوص من الالتفاف */
    text-align: center; /* محاذاة النصوص إلى المنتصف */
}

.pagedList a, .pagedList span {
    padding: 0.5em 1em;
    margin: 0 0.2em;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    text-decoration: none;
    color: #007bff;
}

.pagedList .active {
    background-color: #007bff;
    color: white;
    border-color: #007bff;
}

.pagedList a:hover {
    background-color: #0056b3;
    color: white;
}

