.select2-container {
    width: 100% !important;
}

.select2-container .select2-selection--multiple {
    min-height: 38px;
    border: 1px solid #e9ecef;
    border-radius: 6px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #2f55d4;
    border: none;
    color: white;
    padding: 2px 8px;
    border-radius: 4px;
    margin: 4px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: white;
    margin-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
}

.select2-container--default .select2-search--inline .select2-search__field {
    margin-top: 7px;
}

.select2-dropdown {
    border: 1px solid #e9ecef;
    border-radius: 6px;
}