.select2-selection__rendered{
    line-height:36px!important;
}
span.select2-selection.has-error > span.select2-selection__rendered {
    color:#dd4b39!important;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    font-size:1.5rem;
    color:#dd4b39
}
span.select2-selection.is-invalid > span.select2-selection__rendered {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ff5b57' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff5b57' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .21875rem) center;
    background-size: calc(.75em + .4375rem) calc(.75em + .4375rem);
    color:#ff5b57!important;
    margin-right: 0.5rem;
}
.select2-selection{
    height:36px!important;
    border-radius:0px!important;
}
.select2-selection__arrow{
    height:34px!important;
}
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple{
    border-color:#d2d6de!important;
}
.select2-dropdown--below,
.select2-container--default .select2-selection--single:focus,
.select2-container--default .select2-selection--multiple:focus,
.select2-container--default .select2-selection--single[aria-expanded="true"],
.select2-container--default .select2-selection--multiple[aria-expanded="true"]{
    border-color:#00c2db!important;
    z-index: 1;
}
.select2-results__option--highlighted{
    background-color:#00c2db!important;
    color:#666!important;
}
.select2-container--default.has-error .select2-selection--single.has-error {
    border-color:#dd4b39!important;
    box-shadow: none;
}
.select2-container--default.is-invalid .select2-selection--single.is-invalid {
    border-color:#ff5b57!important;
    box-shadow: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
    background-color:#e4e4e4;
    border: 1px solid #aaa;
    border-radius: 3px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 1px;
    padding: 0 5px;
    height: 30px;
}
.select2-container--open {
    z-index: 1;
}