.select2-container--classic .select2-selection--single {
        border-radius: 20px;
        height: 40px;
    }

    .select2-container--classic .select2-selection--single .select2-selection__arrow {
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        height: 39px;
        width: 30px;
    }

    .select2-container--classic .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 35px;
    }

    .select2-container--classic .select2-selection--single .select2-selection__clear {
        height: 37px;
        margin-right: 49px;
    }
