.block-be-slash, .block-search-support {
    & #contract-display, & #radius-display {
        .select2-container--default .select2-selection--single .select2-selection__arrow b {
            background-image: none !important;
            height: 0 !important;
            width: 0 !important;
        }
    }
}

.select2-container--default {
    height: 50px !important;
}

.select2-container--default .select2-selection--single {
    background-color: transparent !important;
    border: 1px solid white !important;
    border-radius: 6px !important;
    height: 50px !important;
    padding: 10px 20px !important;
    display: flex !important;
    align-items: center !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: white !important;
    line-height: 30px !important;
    padding-left: 0 !important;
    font-size: 16px !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: white !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px !important;
    right: 10px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: white transparent transparent transparent !important;
    border-width: 6px 5px 0 5px !important;
    margin-left: -5px !important;
    margin-top: -3px !important;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent white transparent !important;
    border-width: 0 5px 6px 5px !important;
}

.select2-container--default .select2-results__option {
    padding: 10px 16px !important;
    font-size: 16px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: rgba(66, 92, 246, 0.1) !important;
    color: #425CF6 !important;
}

.select2-container--default.select2-container--focus .select2-selection--single {
    outline: none !important;
    border-color: white !important;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.2) !important;
}

.select2-container--default .select2-selection--single:focus {
    outline: none !important;
}
