.layout.mod_chat_bot {
    font-family: arial,verdana!important;
    position: fixed;
    z-index: 100000;
}

.mod_chat_bot .layout-component.speech {
    box-sizing: border-box!important;
    line-height: 1.475!important;
    border-radius: 2px!important;
    cursor: pointer;
    opacity: 1;
    cursor: pointer;
    position:relative;
}

.mod_chat_bot .layout-cell {
    overflow: hidden;
}

.mod_chat_bot.left {
    top:0px;
    left:0px;
    height:100%;
}

.mod_chat_bot.left .layout-component.speech {
    transform: translateY(-50%) rotate(-90deg);
    transform-origin: 0 0;
    left: 0;
    top:50%;
    display: inline-block;
}

.mod_chat_bot.bottom {
    bottom:0px;
    left:50%;
}

.mod_chat_bot.bottom-left {
    bottom:0px;
    left:0px;
}

.mod_chat_bot.bottom-right {
    bottom:0px;
    right:0px;
}

.mod_chat_bot.right {
    right:0px;
    top:0px;
    height:100%;
}

.mod_chat_bot.grey-mask {
    position:absolute;
    width:100%;
    height:100%;
    background-color: #000;
    opacity: 0.5;
    z-index:2000;
}

.mod_chat_bot .collation-search-results {
    position:relative !important;
    max-height:250px;
    overflow: auto;
}