/* Estilos para el contenedor de Select2 */
.select2-container .select2-selection--single {
    display: block !important;
    width: 100% !important;
    font-size: 0.875rem !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    color: #69707a !important;
    background-color: #fff !important;
    border: 1px solid #ced4da !important;
    border-radius: 10px !important;
    height: auto !important;
    transition: border-color 0.3s ease !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1 !important; /* Alineación del texto */
    color: #69707a !important;
    padding-left: 0px !important;
    padding: 10px !important;
    white-space: normal !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px !important;
}
/*
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    white-space: normal !important; 
    word-wrap: break-word !important;
}
/*