#chatbox{color:var(--text-color);background-color:#0000!important}.chat-content{background:#f2f3f4;background-color:var(--bg-soft-color);width:400px;height:300px;padding:0}.chat-content,#chaticon{border:none;box-shadow:0 0 0 1px #63728229,0 8px 16px #1b273314}#chaticon{background-color:#f2f3f4;background-color:var(--bg-soft-color);color:var(--text-color);padding:10px 20px;right:30px}#chatbox.stickyChat .chat-content{box-shadow:none;background-color:#f2f3f4;background-color:var(--bg-soft-color);border:none}#titlebar{z-index:20000;height:44px;padding:0 7px;line-height:44px;bottom:0}#titlelabel,#chatlabel{text-transform:uppercase;font-weight:700}#titlebar #titlelabel{font-size:16px}#chatlabel{margin-right:15px}#chattext{border-top:1px solid #fff;border-top:1px solid var(--bg-color);border-bottom:1px solid #fff;border-bottom:1px solid var(--bg-color);background-color:inherit;color:inherit;padding:0}#chattext p{padding:4px 10px}#chattext:not(.authorColors) p:first-child{padding-top:10px}#chattext:not(.authorColors) p:last-child{padding-bottom:10px}#chatinputbox{padding:8px}#chatinputbox #chatinput{background-color:#fff;background-color:var(--bg-color)}@media (prefers-reduced-motion){.chat-content{transition:none;transform:scale(1)}}@media (width<=800px){#chaticon{right:0}.stick-to-screen-btn{display:none}}