.select2.select2-container.select2-container--default .select2-selection.select2-selection--single {
    height: 39px !important;
    min-height: 39px !important;
    border: 1px solid #dddddd;
    border-radius: 4px;
    box-sizing: border-box !important;
    padding: 9px 12px !important;
}

.select2.select2-container.select2-container--default .select2-selection.select2-selection--single .select2-selection__rendered {
    color: #555555;
    line-height: 19px !important;
    padding-left: 0 !important;
    padding-right: 18px !important;
}

.select2.select2-container.select2-container--default .select2-selection.select2-selection--single .select2-selection__arrow {
    height: 37px !important;
    right: 6px;
}

.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--open .select2-selection--single {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.select2.select2-container.select2-container--default .select2-selection.select2-selection--multiple {
    height: auto !important;
    min-height: 34px !important;
    max-height: none !important;
    overflow: visible !important;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box !important;
    padding: 0 5px 5px 0 !important;
}

.select2.select2-container.select2-container--default .select2-selection.select2-selection--multiple .select2-selection__rendered {
    display: inline !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
    padding: 0 !important;
    margin: 0 !important;
    white-space: normal !important;
    width: auto !important;
}

.select2.select2-container.select2-container--default .select2-selection.select2-selection--multiple .select2-selection__choice {
    display: inline-block !important;
    float: none !important;
    margin: 5px 0 0 5px !important;
    vertical-align: top !important;
}

.select2.select2-container.select2-container--default .select2-selection.select2-selection--multiple .select2-search--inline {
    display: inline-block !important;
    float: none !important;
    height: 20px !important;
    line-height: 20px !important;
    margin: 5px 0 0 5px !important;
    overflow: hidden !important;
    vertical-align: top !important;
}

.select2.select2-container.select2-container--default .select2-selection.select2-selection--multiple .select2-search--inline .select2-search__field {
    height: 20px !important;
    min-height: 20px !important;
    line-height: 20px !important;
    margin: 0 !important;
    padding: 0 !important;
    resize: none !important;
    overflow: hidden !important;
}
