.ais-chatbot-page-mask{display:none;width:100%;height:100%;bottom:0px;right:0px;position:fixed;opacity:var(--ais-chatbot-page-mask-opacity);background:#fff;z-index:999}:root{--ais-chatbot-chat-window-height: 80%;--ais-chatbot-chat-window-min-height: 485px;--ais-chatbot-chat-window-width: 575px}@media(min-width: 745px)and (min-height: 485px){#ais-chatbot-iframe{height:var(--ais-chatbot-chat-window-height) !important;min-height:var(--ais-chatbot-chat-window-minimun-height);width:var(--ais-chatbot-chat-window-width) !important}}@keyframes bounce-in-bottom{0%{opacity:0;transform:translateY(500px) scale(0.3);-webkit-transform:translateY(500px) scale(0.3)}50%{opacity:1;-webkit-transform:scale(1.1);transform:scale(1.1)}100%{-webkit-transform:scale(1);transform:scale(1)}}:root{--ais-chatbot-chat-button-height: 90px;--ais-chatbot-chat-button-icon-hover-url: url("icon-chat.svg")}.ais-chatbot-chat-button.ais-chatbot-chat-button--is-disabled{opacity:.5;pointer-events:none}.ais-chatbot-chat-button{position:fixed;display:flex !important;margin:0;border:0;padding:0;bottom:10px;right:15px;cursor:pointer;background:rgba(0,0,0,0);animation:bounce-in-bottom 1s ease both;-webkit-animation:bounce-in-bottom 1s ease both}.ais-chatbot-chat-button img{height:var(--ais-chatbot-chat-button-height)}.ais-chatbot-chat-button:after{content:var(--ais-chatbot-chat-button-icon-hover-url);visibility:hidden;position:absolute}@media(min-width: 901px){.ais-chatbot-chat-button:hover img{content:var(--ais-chatbot-chat-button-icon-hover-url)}}