/* public/assets/css/datatables.css */

.table th {
    font-weight: 700;
    color: #b5b5c3;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
    border-bottom: 1px solid #eff2f5 !important;
    padding: 1rem 0.75rem;
    background-color: transparent;
}

.table td {
    vertical-align: middle;
    padding: 1rem 0.75rem;
    color: #181c32;
    font-weight: 500;
    border-bottom: 1px solid #eff2f5;
    font-size: 0.95rem;
}

.table tr:last-child td { border-bottom: 0; }

/* صفحه بندی */
.page-item.active .page-link {
    background-color: #7239ea;
    border-color: #7239ea;
    color: #fff;
}

.page-link {
    color: #7e8299;
    border-radius: 4px;
    margin: 0 2px;
    border: 0;
}
.page-link:hover {
    background-color: #eff2f5;
    color: #7239ea;
}