body.theme-dark .select2-container--default .select2-selection--single,
body.theme-dark .select2-container--default .select2-selection--multiple {
    border: 0.8px solid #25384f !important;
    background-color: #151f2c !important;
    color: #ffffff !important;
}
body.theme-dark .select2-container--default .select2-selection--single .select2-selection__rendered,
body.theme-dark .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    color: #fff !important;
}
body.theme-dark .select2-container--default .select2-selection--single .select2-selection__rendered[title="Selecione"] {
    color: #dce1e7 !important;
}
body.theme-dark .select2-container--default .select2-selection--multiple,
body.theme-dark .select2-container--default .select2-selection--single {
    border: 1px solid #25384f !important;
    background-color: #151f2c !important;
    color: #ffffff !important;
}
body.theme-dark .select2-container--default .select2-search__field {
    background-color: #151f2c !important;
    color: #ffffff !important;
}
body.theme-dark .select2-container--default .select2-results__option--selected {
    background-color: #7e1b1b !important;
    color: #fff !important;
}