.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #6A83BE;
    color:white;
}

.select2-container--default .select2-selection--single{
    background-color: #F4F7FF;
    color: #313945 !important;
    border: 2px solid #CBDADE;
}

.select2-container .select2-selection--single{
    height: 39px;
}

.select2-search--dropdown{
    background-color: #F4F7FF;
    color: #313945 !important;
}
.select2-search__field{
    background-color: white;
    color: #313945 !important;
}

.select2-results {
    background-color: #F4F7FF;
    color: #313945 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b{
    border-color: #6A83BE transparent transparent transparent;
    border-top-color: rgb(106,131,190);
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    border-color: #6A83BE transparent transparent transparent;
    border-top-color: rgb(106,131,190);
    top: 6px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
    border-color: transparent transparent #6A83BE transparent;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 34px;
}

.select2-container--default .select2-results__option--selected{
    background-color: #C5C8CF;
}
