.select2-container--default .select2-selection--multiple .select2-selection__choice {
    font-weight: bold;
    background-color: #0074f0;
    border-color: #0074f0;
    white-space: normal;
    word-break: break-word;
    line-height: 1.2;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
}

.select2-container *:focus {
    outline: none;
}

.select2-selection__rendered {
    line-height: 31px !important;
}

.select2-container .select2-selection--single {
    height: 37px !important;
}

.select2-selection__arrow {
    height: 34px !important;
}

.select2 {
    width: 100% !important;
}