.select2-container--default .select2-selection--single {
    height: 50px !important;
    border-radius: 6px;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    border: 2px solid #e6e3f1;
    font-size: 16px;
}

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

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