.ql-mention-list-container {
    width: 270px;
    border: 1px solid #ccc;
    background-color: #b2b2b2;
    box-shadow: 0 2px 12px 0 rgba(30, 30, 30, 0.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;
    font-size: 13px;
    padding: 0 10px;
    vertical-align: middle;
    border-bottom: 1px solid #eee;
    background: #fff;
}

.ql-mention-list-item:hover {
    background-color: #f2f2f2 !important;
}

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

.ql-mention-list-container .ql-mention-list .avatar {
    vertical-align: middle;
    width: 30px;
    float: none;
    display: inline-block;
}

.quill-linkhay-editor .mention {
    height: 24px;
    width: 65px;
    border-radius: 6px;
    background-color: #d3e1eb;
    padding: 3px;
    margin-right: 2px;
    user-select: all;
}
.quill-linkhay-editor[rel="edit"] .mention {
    border-radius: 6px !important;
    background-color: #d3e1eb !important;
    padding: 3px !important;
}
.V2-comment-item.quill-linkhay-editor .mention, .log-body.quill-linkhay-editor .mention {
    color: #295683;
    border-radius: 0px;
    background-color: transparent;
    padding: 0px;
}
.V2-comment-item.quill-linkhay-editor a:hover .mention {
    color: #CD0607;
}

.quill-linkhay-editor .mention > span {
    margin: 0 3px;
}
