:is(.select2-results, .select2-selection) i:not([class=""]) {
    font-size: 20px;
    display: inline-flex;
    margin-right: 8px;
    width: 28px;
    justify-content: center;
}

body .select2-selection i {
    width: 24px;
}

.select2-container .select2-selection--single {
    height: 48px;
    border-radius: 0;
    border-color: var(--input-border-color);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 48px;
    padding-left: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 46px;
    right: 5px;
}