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