﻿div.dataTables_wrapper div.dataTables_filter label,
div.dataTables_wrapper div.dataTables_length label {
    padding: 4px;
    font-size: 12px;
}

div.dataTables_wrapper div.dataTables_info,
div.dataTables_wrapper div.dataTables_paginate ul.pagination,
div.dataTables_wrapper div.dataTables_length select,
div.dataTables_wrapper div.dataTables_filter input{
    font-size: 12px;
}

table.dataTable thead th {
    border-bottom: 2px solid var(--bs-gray-400);
    font-weight:600;
    color: var(--bs-gray-800);
}

.dataTables_filter label{
    width: 100%;
    max-width:300px;
}

.dataTables_filter label input{
    width: calc(100% - 50px) !important;
}

.dataTables-wrap-word {
    white-space: unset !important;
}