#togetherjs-dock.togetherjs-dock-right {
    height: auto !important;
}
.tjs-btn{
    background-color: #b90e2d;
    color: #eae6ea !important;
    border-radius: 5px;
}
 /* gplex chat */
.gcc-chat-button {
    background: #fe0000 !important;
    border: 1px solid #be3838;
    border-radius: 5px 5px 0 0;
    bottom: 0;
    color: #ffffff !important;
    cursor: pointer;
    font-family: Tahoma !important;
    font-size: 15px !important;
    font-weight: bold !important;
    padding: 5px 20px;
    position: fixed;
    right: 10px;
    z-index: 999;
}
.d-none{
    display: none;
}
/* hide invite modal */
#togetherjs-walkthrough,#togetherjs-modal-background{
	display: none !important;
}
.cb-btn{
    padding: 7px;
    margin-right: 5px;
}
html {
    scroll-behavior: smooth;
}