.dataTables_filter, .dataTables_length, .paging_simple_numbers, .dataTables_info {
    display: inline-block;
    padding: 1rem 1rem;
    vertical-align: middle;
}
.dataTables_filter {
    float: right;
}

.dataTables_wrapper .dataTables_paginate {
    padding-top: 0;
    margin-top: 15px;
    text-align: left; }
@media (min-width: 576px) {
    .dataTables_wrapper .dataTables_paginate {
        float: right; } }
.dataTables_wrapper .dataTables_paginate .paginate_button {
    background-color: #e3e7ed;
    padding: 5px 10px;
    margin: 0;
    border: 0;
    border-radius: 1px;
    transition: all 0.2s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
    .dataTables_wrapper .dataTables_paginate .paginate_button {
        transition: none; } }
.dataTables_wrapper .dataTables_paginate .paginate_button + .paginate_button {
    margin-left: 3px; }
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:focus {
    background-color: #eceff3;
    color: #b4bdce !important; }
.dataTables_wrapper .dataTables_paginate .paginate_button.previous {
    margin-right: 3px; }
.dataTables_wrapper .dataTables_paginate .paginate_button.next {
    margin-left: 3px; }
.dataTables_wrapper .dataTables_paginate .paginate_button:hover, .dataTables_wrapper .dataTables_paginate .paginate_button:focus {
    border: 0;
    background-image: none;
    background-color: #b4bdce;
    color: #002e7b !important; }
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.current:focus {
    border: 0;
    background-image: none;
    background-color: #002e7b;
    color: #fff !important; }

.dataTables_wrapper .dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 40px;
    margin-left: -50%;
    margin-top: -25px;
    padding-top: 20px;
    padding-bottom: 45px;
    text-align: center;
    font-size: 1.2em;
    background: #2c323e00;
}


.dataTables_wrapper .dataTables_paginate .paginate_button {
    cursor: pointer;
}

.paginate_button.disabled, .paginate_button.current {
    cursor: no-drop !important;
}

select, input {
    height: 32px;
    margin-left: 0;
    margin-right: 10px;
    border: 0 solid rgba(72, 94, 144, 0.16);
    padding: 5px 10px;
    line-height: 1.539;
    color: #001737;
    border-radius: 0;
    background: #fff;
    border-bottom: 1px solid rgba(72, 94, 144, 0.16) !important;
}
select:focus-visible, input:focus-visible {
    outline: -webkit-focus-ring-color auto 0;
}
