/*Select picker*/
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #003766 !important;
    color: white;
}

.select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection{
    box-shadow: none !important;
    border: 1px solid #d2d6da !important;
}

/* Una sola línea (select simple) */
.select2-container .select2-selection--single,
.select2-container .select2-selection--single .select2-selection__arrow {
    height: 40px !important;
    line-height: 28px !important;
    border-radius: 0.5rem !important;
}

/* Multiselect (especialidades, categorías de canción): altura según etiquetas */
.select2-container .select2-selection--multiple {
    min-height: 40px !important;
    height: auto !important;
    line-height: 1.4 !important;
    border-radius: 0.5rem !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    line-height: 1.5 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 40px !important;
    background: none !important;
    border: 1px solid #d2d6da !important;
    border-image: linear-gradient(90deg, #008AFE, #00FFDA) 1;
    color: #495057;
}

.select2-selection__choice{
    height: 30px !important;
    margin-top: 5px !important;
    padding-top: 2px !important;
}

.select2-container--default .select2-selection--single{
    border: 1px solid #d2d6da !important;
    /*border: none;*/

    background: none !important;
    border: 1px solid !important;
    border-image: linear-gradient(90deg, #008AFE, #00FFDA) 1;
    color: white;
}

.select2-results__option, .select2-selection__rendered{
    font-size: 0.875rem !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice{
    background-color: #EFEFEF;
    border: 1px solid #CACFD7;
}


.select2-dropdown {
    z-index:100000; /*100, 000*/
}
