.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #ffffff;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #ffffff transparent transparent transparent;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #ffffff transparent;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 22px;
}
.select2-selection--single {
    height: 43px !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #ae47b2;
}
#trip-legs .field-shell {
    position: relative;
}
#trip-legs .field-shell i {
    font-size: 11px !important;
    color: #fff;
    position: absolute;
    right: 8px;
}