.chatbot-button{background-color:#ccec1f;border-radius:50%;color:#000;display:flex;align-items:center;justify-content:center;position:fixed;bottom:20px;right:20px;width:48px;height:48px;font-size:14px;text-align:center;cursor:pointer;transition:transform .2s;border:none}.chatbot-button:hover{transform:scale(1.1)}.chat-popup{position:fixed;width:400px;max-height:730px;height:min(704px,100% - 104px);bottom:84px;right:20px;z-index:2147483000;background-color:#fff;border-radius:16px;overflow:hidden;box-shadow:rgba(0,0,0,.16) 0 5px 40px;transform-origin:right bottom;transition:width .2s ease 0s,height .2s ease 0s,max-height .2s ease 0s,transform .3s cubic-bezier(0, 1.2, 1, 1) 0s,opacity 83ms ease-out 0s;pointer-events:all}.chat-popup.minified{transform:scale(0);pointer-events:none}iframe#chat-iframe{border:none;position:absolute}.hidden{display:none}.chat-icon{fill:#fff;height:24px;width:24px}.chat-popup.mobile{width:100%;height:100%;min-height:80px;inset:0;position:fixed;max-height:100%;border-radius:0}.close-button-mobile{position:absolute;top:10px;right:10px;border:none;width:48px;height:48px;border-radius:10px;cursor:pointer;transition:background-color 150ms ease 0s;color:#000;background-color:#fff;z-index:9999}.mobile .close-button-mobile{display:block;z-index:9999}