.mention-menu {
    max-height: 200px !important;
    overflow-y: auto !important;
    right: auto !important;
    border-radius: 5px;
}

.mention-list {
    display: flex;
    align-items: center;
    padding: 7px 10px !important;
}

.mention-menu::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 5px;
}

 .mention-menu::-webkit-scrollbar-thumb {
    background-color: #cccbcb;
    box-shadow: 0 0 1px #cccbcb;
}


.mention-icon img {
    width: 25px;
    height: 25px;
    object-fit: cover;
    border-radius: 50%;
    background: #c4c4c4;
    font-size: 85%;
}


.mention-name {
    margin: 0 5px;
}




.tox-tinymce {
    border-radius: 4px;
}

.tox .tox-tbtn svg {
    fill: #aaa !important;
}
.reply-textarea-box .tox-editor-header,.reply-input-box .tox-editor-header,.edit-message-reply-wrapper .tox-editor-header{
    display: none !important;
}
