.filters {
    margin-bottom: 8px;
}

.filters label {
    font-size: 14px;
}
/* .filters .select2-container {
    width: auto !important;
} */

.filters .dataTables_filter {
    float: unset;
    text-align: left;
    padding: 0 0 0 10px;
}

.filters div.dataTables_filter input {
    margin-left: 0;
}

.select2-container--default .select2-selection--single {
    border: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered, .select2-container--default .select2-search--dropdown .select2-search__field {
    font-size: 1rem;
    line-height: 1.5;
    display: block;
    width: 100%;
    height: 30px; 
    /* padding: 0; */
    transition: all .2s cubic-bezier(.68, -.55, .265, 1.55);
    color: #8898aa;
    border: 1px solid #cad1d7;
    border-radius: 0.375rem;
    background-color: #fff;
    background-clip: padding-box;
    box-shadow: none;
}

.filters .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    padding: 4px 20px;
}