/* Ajustar Select2 a la paleta morada de Talentos Bancolombia */

.select2-container--default .select2-selection--single {
    background-color: #F4F2FA !important;
    border: 1.5px solid transparent !important;
    border-radius: 10px !important;
    height: 44px !important;
    padding: 5px 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #262130 !important;
    line-height: 32px !important;
    padding-left: 10px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 42px !important;
}

.select2-container--default.select2-container--open .select2-selection--single {
    border-color: #6B2FBA !important;
    box-shadow: 0 0 0 3px rgba(107, 47, 186, 0.12);
}

.select2-dropdown {
    border-color: #6B2FBA !important;
    border-radius: 10px !important;
    overflow: hidden;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #6B2FBA !important;
}

.select2-search--dropdown .select2-search__field {
    border-radius: 8px !important;
    border-color: #C9BEDD !important;
    padding: 8px !important;
}