.select2-container.select2-container--bootstrap .select2-selection {
    height: 50px;
}
.select2-selection__rendered{
    margin:5px
}

.select2-selection.select2-selection--single {
    -moz-background-clip: padding;
    border: 2px solid #56778a !important;
    border-radius: 10px !important;;
}

.select2-dropdown.select2-dropdown--below {
    border: 2px solid #56778a !important;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.select2-search__field {
    border: 2px solid #56778a !important;
    border-radius: 10px !important;
}
.select2-container--focus .select2-search__field{
    border-color: #0095ed !important;
}

.select2-container--open .select2-selection.select2-selection--single {
    border-color: #0095ed !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.select2-container--focus .select2-selection.select2-selection--single {
    border-color: #0095ed !important;
}
.select2-container--focus .select2-dropdown.select2-dropdown--below,
.select2-container--open .select2-dropdown.select2-dropdown--below {
    border-color: #0095ed !important;
}

.select2-container--bootstrap .select2-selection {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    font-size: 1em !important;
    outline: 0
}

.select2-search {
    position: relative;
}

.select2-search__field {
    padding-right: 30px; /* espacio para el icono */
}

.select2-search::after {
    content: "\f002"; /* unicode para fa-search */
    font-family: "Font Awesome 6 Pro", serif; /* o FontAwesome si usas la 4 */
    font-weight: 900; /* necesario para que aparezca en FA5/FA6 */
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #888;
    pointer-events: none;
}

span.select2-selection__clear {
    font-size: large;
    margin: .1rem;
}

.has-error .select2-container--focus .select2-selection, .has-error .select2-container--open .select2-selection {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #ce8483 !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #ce8483 !important  ;
    border-color: #843534 !important;
}

.has-error .select2-dropdown, .has-error .select2-selection {
    border-color: #a94442 !important;
}