@charset "utf-8";
/* CSS Document */

.table {
    --bs-table-bg: inherit;
}
.dataTables_wrapper table thead th {
    background-color: #333;
}
div.dataTables_wrapper div.dataTables_length label {
    color: #FFF;
}
html.dark .table-striped > tbody > tr:nth-child(2n+1) > td, html.dark .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #282d36;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: flex-start;
}

.pagination > li a {
    font-size: 0.8rem;
}
.page-link.disabled, .disabled > .page-link {
    color: #666;
}