.tags-autocomplete-dropdown {
  font-family: inherit;
  font-size: 14px;
}

.tags-autocomplete-dropdown .suggestion-item {
  transition: background-color 0.1s ease;
}

.tags-autocomplete-dropdown .suggestion-item:hover {
  background-color: #f8f9fa !important;
  color: #212529 !important;
}

.tags-autocomplete-dropdown .suggestion-item:last-child {
  border-bottom: none;
}

.tags-autocomplete-dropdown .suggestion-item strong {
  font-weight: 600;
}

/* Style for the input field */
.tags-input {
  position: relative;
}

.tags-input input[type="text"] {
  width: 100%;
  padding-right: 30px; /* Space for any icons */
}
