.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;
    overflow: auto;
    margin-top: 20px;
    min-height: 100px;
    max-height: 250px;
}

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

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

.ql-mention-list-item {
    cursor: pointer;
    line-height: 44px;
    padding: 10px 15px;
    vertical-align: middle;
    position: relative;
}

.mention-fullname {
    position: absolute;
    top: 8px;
    width: 100%;
    left: 0px;
    margin: 0px;
    line-height: normal;
    padding-left: 60px;
    padding-right: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    font-weight: 600;
}

.mention-user {
    line-height: normal;
    margin-top: 20px;
    font-size: 12px;
}

.mention-avatar img {
    width: 35px;
    margin-right: 10px;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
}

.flex-mention-item {
    display: flex;
}

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

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

.mention {
    height: 24px;
    width: 65px;
    border-radius: 6px;
    background-color: #E9F6F7 ;
    padding:2px;
    margin-right: 2px;
    user-select: all
}

.mention>span {
    margin: 0 3px
}

