.select2-container .select2-selection--single {
    height: 40px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    position: absolute;
    left: 1px;
    top: 1px;
    width: 20px;
}
.select2-container {
    text-align: right;
}
