/* Select2 + Bootstrap 4 — estilos unificados */
.select2-container--bootstrap4 .select2-selection {
    min-height: calc(2.25rem + 2px);
}

.select2-container--bootstrap4 .select2-selection--single {
    height: calc(2.25rem + 2px) !important;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
    line-height: calc(2.25rem + 2px);
    padding-left: 0.75rem;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow {
    height: calc(2.25rem + 2px);
}

.select2-container--bootstrap4 .select2-selection--multiple {
    min-height: calc(2.25rem + 2px);
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered {
    padding: 0.25rem 0.5rem;
}

.select2-container {
    width: 100% !important;
}

.modal .select2-container {
    z-index: 1055;
}

.select2-container--bootstrap4 .select2-dropdown {
    z-index: 1060;
}

.select2-container--bootstrap4.select2-container--focus .select2-selection,
.select2-container--bootstrap4.select2-container--open .select2-selection {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-group .select2-container {
    display: block;
}
