.select2-container--default .select2-selection--single {
    width: 100%;
    border: 1px solid #eceef4;
    border-radius: 3px;
    height: 46px;
    line-height: 44px;
    font-size: 13px;
    color: #415094;
    padding: 0 25px 0 20px;
    font-weight: 300;
    border-radius: 30px;
}
.select2-selection__rendered, .select2-selection__arrow{
    height: 100%!important;
    align-items: center;
    display: flex!important;
    color: #415094!important;
}
.select2-container .select2-selection--single .select2-selection__rendered{
    padding-left: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    padding-right: 8px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    left: 0!important;
}
.select2-selection__clear{
    display: none;
}