/* Styles for autocomplete list at admin side. */
.fanw-taggd-autocomplete-suggestions {
  position: absolute;
  z-index: 1000;
  background: rgba(219, 50, 92, 0.75);
  border: 1px solid #ccc;
  max-height: 200px;
  overflow-y: auto;
  width: 100%;
  left: 0px;
  margin: 0;
  padding: 0;
  top: 50px;
}

.fanw-taggd-autocomplete-item {
  padding: .5rem;
  cursor: pointer;
  text-decoration: none;
  list-style-type: none;
}

.fanw-taggd-autocomplete-item:hover,
.fanw-taggd-autocomplete-item.active {
  color: black;
  background-color: #fff;
}

/* Override the styles at the user side. */
.tagged-container span.taggd__popup {
  color: #292D40;
  background-color: rgb(255 255 255 / 75%) !important;
}

.tagged-container span.taggd__popup:hover {
  background-color: rgb(255, 255, 255) !important;
}

.tagged-container span.taggd__popup a {
  color: #4251a6 !important;
}

.tagged-container span.taggd__popup a:hover {
  text-decoration: underline !important;
}
