.select2-container, .select2-container--default .select2-selection--multiple {
    width: 100% !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: normal;
}
.select2-selection {
    background-color: #ffffff !important;
    padding-top: .4rem !important;
    font-size: 0.9rem !important;
}
.select2-selection.select2-selection--single {
    height: 2.1rem !important;
}
.select2-selection--multiple .select2-selection__choice {
    background-color: #014C8E !important;
    color: #ffffff !important;
    font-size: .8rem !important;
    padding: 1px 5px !important;
}
.select2-selection__choice__remove {
    width: .5rem !important;
    height: .5rem !important;
    filter: brightness(0) invert(1);
    border: none !important;
}
.select2-selection__choice__display {
    margin-left: 5px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    line-height: 1.8 !important;
}