@keyframes chat-show-grow{0%{opacity:0}1%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@keyframes show-tooltip{0%{opacity:0}60%{opacity:0}to{opacity:1}}.chat-container{cursor:pointer;opacity:1;z-index:998;color:#1e2329;background:#fcd535;border-radius:14px;justify-content:center;align-items:center;min-width:40px;height:40px;padding:0;display:none;position:fixed;bottom:24px;right:24px}.chat-container.visible{animation:.5s backwards chat-show-grow;display:flex}.chat-container.visible:hover{padding:0 12px 0 8px}.chat-tooltip{color:#fff;opacity:.95;background-color:#202630;border-radius:6px;padding:8px 12px;font-size:14px;line-height:22px;animation:.3s ease-in-out show-tooltip;position:absolute;right:56px}.chat-container.visible:hover .chat-tooltip{display:none}.chat-tooltip:after{content:"";transform-origin:50%;background-color:#202630;width:5.6px;height:5.6px;position:absolute;top:50%;right:0;transform:translate(49%,-50%)rotate(45deg)}.dark .chat-tooltip{color:#0b0e11;background-color:#eaecef}.dark .chat-tooltip:after{background-color:#eaecef}.chat-icon{width:20px;height:20px}.chat-container .chat-text{color:#1e2329;margin-left:4px;font-size:16px;font-weight:500;line-height:24px;display:none}.chat-container.visible:hover .chat-text{display:block}.chat-box{box-sizing:border-box;z-index:12000;background-color:#fff;border:none;border-radius:14px;width:100vw;min-width:0;height:100vh;margin:0;display:block;position:fixed;bottom:0;right:0;overflow:hidden;box-shadow:0 10px 40px rgba(0,0,0,.06);font-family:BinancePlex,sans-serif!important}.chat-box .chat-box-iframe{border:none;width:100%;height:100%}.chat-box-close{box-sizing:border-box;z-index:1;background:#5e6673;border-radius:10px;height:38px;padding:9px;position:absolute;top:18px;left:4px}.chat-box-close .chat-box-close-icon{box-sizing:border-box;color:#eaecef;fill:#eaecef;cursor:pointer;flex-shrink:0;width:1em;min-width:0;height:1em;font-size:20px}@media screen and (min-width:767px){.chat-box{width:432px;height:calc(100vh - 74px)}.chat-container{border-radius:16px;min-width:48px;height:48px}.chat-icon{width:28px;height:28px}}