#monitorPointsSelect {
  display: none;
}
.select2-container--default .select2-selection--multiple {
  border: 0;
  background: #F6F7F9;
  border-radius: 4px;
  height: 40px;
  min-height: 40px;
  padding: 0 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
  outline: 0;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 0;
  outline: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: #1A58FF;
  border: 0;
  border-radius: 4px;
  margin: 0 5px 0 0;
  color: #FFF;
  line-height: 28px;
  height: 28px;
  padding: 0 10px;
}
.select2-container--default .select2-results>.select2-results__options{
  max-height: 280px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #FFF;
  border: 0;
  margin-right: 8px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #FFF;
  background: transparent;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  margin-left: 8px;
}
.select2-container .select2-search--inline .select2-search__field {
  height: 38px;
  line-height: 38px;
  margin: 0 0 0 5px;
  background: transparent;
}
.select2-dropdown {
  border: 1px solid #E6E6E6;
}
.select2-results__option {
  padding: 10px 5px;
}
.select2-container--default .select2-results__group {
  padding: 0 10px;
  font-size: 16px;
  line-height: 40px;
}
.select2-results__options {
  padding: 0 10px;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding: 0 5px;
  display: inline-block;
  line-height: 2;
  margin: 5px 5px 5px 0;
  border: 1px solid #E6E6E6;
  border-radius: 0;
  font-weight: 500;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: #1A58FF;
  border: 1px solid #1A58FF;
  color: #FFF;
}