.bootstrap-tagsinput {
  background-color: #fff;
  border: 1px solid #ced4da;
  display: block;
  width: 100%;
  color: #212529;
  border-radius: 0.25rem;
  padding: 0.375rem 0.75rem;
  line-height: normal;
  cursor: text;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  width: auto;
  max-width: inherit;
  color: inherit;
}
.bootstrap-tagsinput.focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.bootstrap-tagsinput .tag {
  margin-right: 2px;
  color: white;
  background-color: #0d6efd;
  padding: 0.2rem 0.4rem;
  border-radius: 0.2rem;
  display: inline-block;
  font-size: 0.875em;
  font-weight: 400;
  line-height: 1;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
  margin-left: 8px;
  cursor: pointer;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: "×";
  padding: 0px 2px;
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
  opacity: 0.7;
}

