.select2-container--default .select2-selection--single {
    border: 1px solid #d1d3e2;
    height: 37px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: grey;
    margin-top: 3px;
}

.select2-container--default .select2-selection--single{
    left: 96%;
    margin-left: 0px;
    margin-top: 2px;
}

.select2-selection__arrow{
    display: none;
}