.bootstrap-tokenfield {
  align-items: center;
  cursor: text;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  min-height: calc(1.5em + 0.75rem + 2px);
  padding: 0.25rem 0.5rem;
}

.bootstrap-tokenfield.has-tokens {
  padding-top: 0.28rem;
  padding-bottom: 0.28rem;
}

.bootstrap-tokenfield.disabled {
  background-color: #e9ecef;
  opacity: 1;
}

.bootstrap-tokenfield:focus-within {
  border-color: #86b7fe;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

.bootstrap-tokenfield .token {
  align-items: center;
  background: #f3f5f8;
  border: 1px solid #d8dde5;
  border-radius: 999px;
  color: #3b4253;
  display: inline-flex;
  font-size: 0.85rem;
  gap: 0.35rem;
  line-height: 1.1;
  padding: 0.24rem 0.55rem;
}

.bootstrap-tokenfield .token-label {
  max-width: 18rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bootstrap-tokenfield .token-remove {
  appearance: none;
  background: transparent;
  border: 0;
  color: #5a6478;
  cursor: pointer;
  font-size: 0.95rem;
  line-height: 1;
  margin: 0;
  padding: 0;
}

.bootstrap-tokenfield .token-remove:hover {
  color: #1f2430;
}

.bootstrap-tokenfield .token-input {
  background: transparent;
  border: 0;
  box-shadow: none;
  color: inherit;
  flex: 1 1 7rem;
  font: inherit;
  line-height: 1.5;
  min-width: 7rem;
  outline: 0;
  padding: 0.1rem 0;
}

.bootstrap-tokenfield .token-input::placeholder {
  color: #8a94a6;
}
