.tagin {
  display: none;
}

.tagin-wrapper {
  display: flex;
  flex-wrap: wrap;
  height: auto;
  padding: calc(.375rem - 2px) calc(.75rem - 2px);
  position: relative;
  overflow: hidden;
  cursor: text;
}

.tagin-wrapper.focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.tagin.is-valid + .tagin-wrapper, .was-validated .tagin:valid + .tagin-wrapper {
  border-color: #198754;
}

.tagin.is-invalid + .tagin-wrapper, .was-validated .tagin:invalid + .tagin-wrapper {
  border-color: #dc3545;
}

.tagin-tag {
  border-radius: .25rem;
  color: #fff;
  border: 0;
  padding: 0 4px;
  display: inline-flex;
  align-items: center;
  height: 24px;
  margin: 2px;
  font-weight: 300;
  background-color: #6c757d;
  transition: transform .1s;
}

.tagin-tag-remove {
  margin-left: 2px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23a0aec0' width='18px' height='18px'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z'/%3E%3C/svg%3E");
}

.tagin-tag-remove:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white' width='18px' height='18px'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z'/%3E%3C/svg%3E");
}

.tagin-input {
  margin-left: 2px;
  border-color: transparent;
  outline: 0;
  border-width: 1px 0;
  padding: 0 2px 0 0;
  height: 28px;
  color: #212529;
}

.tagin-input:not(.tagin-input-hidden) {
  width: 4px;
  min-width: 4px;
}

.tagin-input-hidden {
  position: absolute;
  top: 0;
  left: -9999px;
  overflow: hidden;
  visibility: hidden;
  white-space: nowrap;
}

.tagin-input {
  background-color: inherit;
  color: #9ea2a8;
}

.tagin-tag {
  border-radius: 0.4375rem;
  padding: 0.35em 0.65em;
  background-color: var(--bs-comp-active-bg);
  color: var(--bs-comp-active-color);
  font-weight: normal;
  line-height: 1;
  height: auto;
}

.tagin-wrapper {
  padding: calc( 0.55rem - 0.35em) calc( 1rem - 0.65em);
}

.tagin-wrapper.focus {
  background-color: inherit;
  color: inherit;
  box-shadow: inset 0 1px 2px rgba(var(--bs-comp-active-bg-rgb), 0.075), 0 0 0.75rem 0 rgba(0, 0, 0, 0.125);
  border-color: var(--bs-comp-active-bg);
  outline: 0;
}

.tagin-tag-remove {
  margin-left: .25rem;
  height: 1.15rem;
  width: 1.15rem;
  background-repeat: no-repeat;
  filter: grayscale(0.75) brightness(1.4);
}

/*# sourceMappingURL=tagin.css.map */
