.tagify__tag {
  background-color: #014380;
  --readonly-striped: 0;
  --tag-bg: #014380;
  --tag-hover: #014380;
  --tag-text-color: white;
  --tags-border-color: white;
  --tag-text-color--edit: #111;
  --tag-remove-bg: var(--tag-hover);
  --tag-remove-btn-color: white;
  --tag-remove-btn-bg--hover: black;
  --tag-invalid-bg: #014380;
  --tag-text-color: white;
  --tag-border-radius: 1rem;
  display: inline-block;
  min-width: 0;
  border: none;
  border-radius: 1rem;
  font-size: 0.875rem;
  --tag-pad: 0.5rem 0.8rem;
}

.tagify.form-control {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  min-height: 38px;
  padding: 0.375rem 0.75rem;
  gap: 0.25rem;
}

.tagify__tag,
.tagify__input {
  margin: 0;
  align-self: center;
}

.tagify__tag__removeBtn {
  display: none !important;
}

.tagify__tag + .tagify__input::before {
  display: none;
}

.tagify__tag {
  padding: 0;
}
