table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
    border-bottom-width: thin;
}

table.table-bordered.dataTable thead tr th {
    border-bottom-width: thin;
    border-bottom-color: #dee2e6 !important;
}

.dataTables_wrapper {
    font-size: 14px;
}

.dataTables_length label select, .dataTables_filter label input[type="search"] {
    font-size: 13px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    padding: 0.3rem 0.6rem;
    height: 20px;
    line-height: 1;
}

.dataTables_info {
    font-size: 14px;
}

.page-item.active .page-link {
    background: #3F3F3F;
    border-color: #3F3F3F;
}

.dataTables_paginate ul li a {
    font-size: 13px;
    padding: 0.4rem 0.8rem;
    color: #3F3F3F;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 0 !important;
}

@media only screen and (max-width: 640px) {
    .dataTables_length label {
        position: absolute;
        left: 1.3rem;
    }

    .dataTables_filter label {
        position: absolute;
        left: 1.3rem;
        top: 8.65rem;
    }

    table.dataTable {
        margin-top: 75px !important;
    }

    .dataTables_wrapper div.row {
        --bs-gutter-x: 0;
    }

    div.dataTables_wrapper div.dataTables_info {
        text-align: left;
    }

    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        justify-content: flex-start;
        margin-top: 0.5rem;
    }
}

/*
@media only screen and (min-width: 641px) and (max-width: 991px) {

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

}
*/
