.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 0;
    box-shadow: inset 0 0 3px 0px rgb(0 0 0 / 45%);
    border-radius: 0;
}

.select2-container .select2-selection--single {
    height: 25px;
    margin-top: -1px;
}