/** Trumbowyg v2.23.0 - A lightweight WYSIWYG editor - alex-d.github.io/Trumbowyg - License MIT - Author : Alexandre Demode (Alex-D) / alex-d.fr */
.trumbowyg-dropdown-mention button{position:relative;white-space:nowrap}.trumbowyg-dropdown-mention button:after{content:"";position:absolute;top:0;right:0;width:15%;height:100%;background-size:100%;background-image:linear-gradient(to right,rgba(255,255,255,0) 0,#fff 80%,#fff 100%);pointer-events:none}


/*Addition*/
/**
 * Trumbowyg v2.14.0 - A lightweight WYSIWYG editor
 * Trumbowyg plugin stylesheet
 * ------------------------
 * @link http://alex-d.github.io/Trumbowyg
 * @license MIT
 * @author plugin: Rooseboom
 */

.mentionclose {
    float: right;
    cursor: pointer;
    position: relative;
    top: -10px;
    left: 8px;
}

.mentionDiv {
    position: absolute;
    display: none;
    z-index: 1000000;
    padding: 10px;
    background: #FFFFFF;
    width: 300px;
    border: 2px solid #dee2e6;
    border-radius: 4px;
}

.mentionli {
    list-style-type: none;
    cursor: pointer;
    padding: 2px;
}

.mentionli:hover {
    list-style-type: none;
    cursor: pointer;
    background-color: #73c3d8;
    color: #FFFFFF;
}

mntn {
    text-decoration: underline;
    color: #f26322;
    display: inline-block;
}