.select2-container {
    width: 100% !important;
    //margin: 0 0 15px 0;
}

.select2-container--default .select2-selection--single {
    border:none;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
    min-height: 2.5em;
    height: 100%;
}

.select2-container--default:focus, .select2-selection--single:focus {
    border-bottom: 1px solid #41ade7;
}


.select2-container--default .select2-selection--single .select2-selection__rendered {
    /*line-height: 2.5em;*/ /* Esto se comento pensando en el combo de solicitud de cupos */
    padding-left: 0px;
    padding-bottom: 0.5em;
    color: #000;
    font-size: 1em;
    word-wrap: break-word;
    text-overflow: inherit;
    white-space: normal;

}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: none;
}

.select2-container--default .select2-selection--single .select2-selection__clear{
    float:unset;
    margin-right:5px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    /*height:2.5em;*/ /* Esto se comento pensando en el combo de solicitud de cupos */
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: rgba(0, 0, 0, 0.87) transparent transparent transparent;
    border-width: 5px 5px 1px 5px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #aaa 1px;
}

.select2-container {
    min-width: 15em;
}