:root{--brand-1:#fff;--brand-2:#e8e8e866;--brand-3:#e8e8e866;--marked-color:#fff;--gray-1:#fff;--gray-2:#fff;--gray-3:#fff;--gray-6:#fff;--gray-7:#fff;--black:#1a191a;--app-bg:var(--black);--footer-bg:var(--black)}body{height:100%;margin:0;overflow:auto}.ChatApp{font-size:12px;background:var(--app-bg)}.ChatApp,.ChatFooter,.Message .Bubble,.MessageContainer,.Navbar,.QuickReplies{background-repeat:no-repeat;background-size:cover}.Notice{background-color:#eee8dd}.Message.left .Bubble,.Message.right .Bubble,.Navbar-title{color:var(--white)}.Message.left .Bubble{border-radius:0 12.5px 12.5px 12.5px}.Message.right .Bubble{border-radius:12.5px 0 12.5px 12.5px}.Card,.QuickReply{border-radius:7.5px}.ChatFooter{max-width:720px;width:100%;z-index:1;flex-direction:column;align-items:center;margin:auto auto 0;display:flex;position:-webkit-sticky;position:sticky;bottom:0}.Composer-actions{margin-bottom:8px}.Composer-input{width:100%;height:55px;border-radius:5px;padding:20px 23px;font-size:14px;background:transparent;caret-color:var(--brand-1)}.ChatFooter{padding-bottom:15px}.Bubble{background:rgba(161,170,189,.2)}.ChatApp .Message+.Message{margin-top:30px}.ChatApp .Message.right .Bubble{background:rgba(98,126,235,.2)}.Message.left .Message-main>.Avatar{margin-right:10px}.Bubble.text,.Bubble.typing{padding:10px 15px}.Avatar{overflow:inherit}.Avatar img{width:30px;height:30px}.no-scrollbar::-webkit-scrollbar{display:none}