.select2-selection {
  border-radius: 0 !important;
}
.select2-container {
  max-width: 100% !important;
}
.select2-container--default .select2-selection--multiple {
  border: 1px solid #8c8c8c !important;
}
.select2-container .select2-search--inline .select2-search__field {
  margin-top: 6px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin-top: 4px !important;
}
