.select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding: 5px;
  position: relative;
}

.select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin: 5px 10px 0 0;
  position: absolute;
  right: 0;
}

.select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin: 5px;
  padding: 0 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.select2-selection__choice__remove {
  background: transparent;
  border: none;
  color: #999;
  cursor: pointer;
  font-weight: bold;
  position: absolute;
  left: 5px;
  top: 2px;
}

.select2-container--focus .select2-selection--multiple {
  border-color: #000;
}

.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
}
