.select2-results__option {
    color: black !important;
}
.select2-container--default .select2-selection--single {
    height: calc(2.25rem + 2px) !important;
    padding: 5px 18px;
    font-size: 0.75rem;
    line-height: 1.42;
    border-radius: 0.4285rem !important;
    font-family: "Poppins", sans-serif;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 75% !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 26px !important;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #2b3553 !important;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.select2-selection__rendered{
    padding-left: 0px !important;
    line-height: 28px !important;
    box-sizing: border-box;

}

.label_filter {
    color:white;
}
