.select2-container .select2-selection--single{
    height: 45px;
    padding: 8px 0;
}
.select2-results__option{
    padding: 10px 8px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    padding-left: 10px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
    background: #e6f0fa;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{
    border-color: #CC0000;
}

@media screen and (max-width: 799px) {
    .select2-container .select2-selection--single .select2-selection__rendered{
        white-space: normal;
    }
    .select2-container .select2-selection--single{
        min-height: 45px;
        height: auto;
    }
}