.select2-container--default .select2-selection--single {
    background-color:#eaeff4;
    border:1px solid #ced4da;
    border-radius:0.25rem;
}
.select2-container .select2-selection--single{
    height:calc(2.25rem + 2px);
    padding:0.375rem 0.75rem;
    font-size:1rem;
    line-height:1.5;
    color:#495057;
    background-color:#ffffff;
    border:var(--bs-border-width) solid #DFE5EF;
    border-radius:0.44rem;
    transition:border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    -webkit-transition:border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    -moz-transition:border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    -ms-transition:border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    -o-transition:border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    -webkit-border-radius:0.44rem;
    -moz-border-radius:0.44rem;
    -ms-border-radius:0.44rem;
    -o-border-radius:0.44rem;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height:calc(2.25rem + 2px);
    top:0px;
    right:0px;
    width:2.25rem;
    border-left:1px solid #ced4da;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height:normal;
    color:#495057;
}
.select2-container--default .select2-selection--single .select2-selection__clear{
    right:0.5rem;
    color:#6c757d;
}
.select2-container--default .select2-selection--single .select2-selection__clear:hover{
    color:#f32206;
}
.select2-dropdown{
    background-color:#ffffff;
    border:var(--bs-border-width) solid #DFE5EF;
    border-radius:0.44rem;
    -webkit-border-radius:0.44rem;
    -moz-border-radius:0.44rem;
    -ms-border-radius:0.44rem;
    -o-border-radius:0.44rem;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
    background-color:#f17705;
    color:#ffffff;
}