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

.ql-mention-list {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden
}

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

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

.mention {
    height: 24px;
    width: 65px;
    border-radius: 6px;
    background-color: rgba(96, 160, 206, 0.25);
    padding: 1px 0;
    margin-right: 2px;
    cursor: pointer
}

.mention>span {
    margin: 0 3px
}