.tagin {
  display: none;
}

.tagin-wrapper {
  display: flex;
  flex-wrap: wrap;
  height: auto;
  padding: calc(0.5rem - 2px) calc(0.75rem - 2px);
  position: relative;
  overflow: hidden;
  cursor: text;
}
.tagin-wrapper.focus {
  color: #4b5563;
  background-color: #fff;
  border-color: #6366f1;
  outline: 0;
  box-shadow: 0 0 0 0.125rem rgba(99, 102, 241, 0.25);
}
.tagin.is-invalid + .tagin-wrapper, .was-validated .tagin:invalid + .tagin-wrapper {
  border-color: #ef4444;
}
.tagin.is-invalid + .tagin-wrapper.focus, .was-validated .tagin:invalid + .tagin-wrapper.focus {
  box-shadow: 0 0 0 0.125rem rgba(239, 68, 68, 0.25);
}

.tagin-tag {
  border-radius: 0.25rem;
  color: #fff;
  border: 0;
  padding: 0 4px;
  display: inline-flex;
  align-items: center;
  height: 20px;
  margin: 2px;
  background-color: #6b7280;
  transition: transform 0.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: 24px;
  color: #4b5563;
}
.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;
}

/*# sourceMappingURL=tagin.css.map */