.select2-container--default .select2-selection--single .select2-selection__arrow {
    height:43px;
}


.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height:41px;
}


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

.select2-container--default .select2-selection--single {
    border:2px solid #dce4ec;
}


.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-color: #2c3e50;
}

.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: #2c3e50;
}

.select2-container--open .select2-dropdown {
    border:2px solid #2c3e50;
}

.select2-container--default .select2-selection--multiple {
    border: 2px solid #dce4ec;
}
.select2-container .select2-selection--multiple {
    min-height: 45px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 5px;
    padding: 5px;
}