.ql-mention-list-container {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  box-shadow: 0 2px 12px 0 rgba(30, 30, 30, .08);
  overflow: auto;
  width: 270px;
  z-index: 9001
}

.ql-mention-loading {
  font-size: 16px;
  line-height: 44px;
  padding: 0 20px;
  vertical-align: middle
}

.ql-mention-list {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  overflow-y: scroll;
  min-height: 3em;
  max-height: 20em;
}

.ql-mention-list-item {
  cursor: pointer;
  font-size: 16px;
  line-height: 44px;
  padding: 0 20px;
  vertical-align: middle
}

.ql-mention-list-item.disabled {
  cursor: auto
}

.ql-mention-list-item.selected {
  background-color: #d3e1eb;
  text-decoration: none
}

.mention {
  background-color: var(--color-offbody-darker);
  border-radius: 6px;
  height: 24px;
  margin-right: 2px;
  padding: 3px 0;
  user-select: all;
  width: 65px
}

.mention>span {
  margin: 0 3px
}