/* Tema global Select2: apariencia tipo form-control y colores grises */
html body .select2-container.select2-container--default .select2-selection--single {
    height: 40px;
    min-height: 40px;
    border: 1px solid #e4e6ef;
    border-radius: 0.65rem;
    background-color: #fff;
    display: flex;
    align-items: center;
    padding: 0.375rem 2rem 0.375rem 0.75rem;
}

html body .select2-container.select2-container--default .select2-selection--single:focus,
html body .select2-container.select2-container--default.select2-container--focus .select2-selection--single {
    border-color: #d1d5db;
    box-shadow: 0 0 0 0.25rem rgba(209, 213, 219, 0.5);
}

html body .select2-container.select2-container--default .select2-selection__rendered {
    line-height: 1.5;
    padding-left: 0;
    color: #181c32;
    font-size: 0.95rem;
}

html body .select2-container.select2-container--default .select2-selection__arrow {
    height: 38px;
    width: 2rem;
    top: 1px;
    right: 1px;
}

html body .select2-container.select2-container--default .select2-selection__arrow b {
    border-color: #a1a5b7 transparent transparent transparent;
}

html body .select2-container.select2-container--default .select2-dropdown {
    border: 1px solid #e4e6ef;
    border-radius: 0.65rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.08);
}

html body .select2-container.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #e4e6ef;
    border-radius: 0.5rem;
    padding: 0.375rem 0.75rem;
    outline: none;
}

html body .select2-container.select2-container--default .select2-results__option {
    padding: 0.5rem 0.75rem;
    font-size: 0.95rem;
}

html body .select2-container.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f3f6f9;
    color: #181c32;
}

html body .select2-container.select2-container--default .select2-results__option[aria-selected="true"] {
    font-weight: 600;
    background-color: #f3f6f9;
    color: #181c32;
}
