.select2-container--default [aria-selected="true"] {
    background-color: #b0daf1 !important;
}
.select2-container--default:focus,
.select2-container--default :focus {
    outline: 0 !important;
}
.select2-container--default .select2-selection--single {
    font-size: 14px;
    border-color: #c3cacd;
    background: #ffffff;
    -webkit-box-shadow: 0 1px 1px rgba(27, 42, 48, 0.25);
    -moz-box-shadow: 0 1px 1px rgba(27, 42, 48, 0.25);
    box-shadow: 0 1px 1px rgba(27, 42, 48, 0.25);
}
.select2-container--default .select2-selection--single:hover {
    -webkit-box-shadow: 0 0 2px #50c3fe;
    -moz-box-shadow: 0 0 2px #50c3fe;
    box-shadow: 0 0 2px #50c3fe;
    border: 1px solid #77bfe6;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
    background-image: none !important;
}
.select2-container .select2-selection--single,
.select2-container .select2-selection--multiple {
    height: 38px;
}
.select2-results__option--highlighted {
    background-color: #e5f3fb !important;
    color: #1b2a30 !important;
}
.select2-results__option {
    padding: 6px 10px;
}
.select2-prefix {

}
