.select2-container .select2-selection--single {
    height: 2.5rem;
    padding: 0.375rem 0.75rem;
    border-radius: 0.375rem;
}
.select2-selection__rendered {
    line-height: 1.5rem !important;
}
.select2-selection__arrow {
    height: 100% !important;
}

/* Texto do item selecionado no campo */
.select2-selection__rendered {
    color: #000 !important;
}

/* Hover */
.select2-results__option--highlighted {
    background-color: #5775a5 !important;
    color: #fff !important;
}