#chatbot-icon{position:fixed;bottom:20px;right:20px;width:50px;height:50px;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2147483647;transition:background-color 0.3s,transform 0.3s}#cross-icon{display:none;width:50%;height:50%;color:#fff}#chatbot-icon.cross{transform:rotate(90deg);color:#fff}#chatbot-image{width:100%;height:100%;transition:transform 0.3s}#chatbot-icon.spin #chatbot-image{transform:rotate(360deg)}#chatbot-frame{position:fixed;bottom:90px;right:20px;width:100%;height:85vh;max-width:400px;border:none;border-radius:12px;overflow:hidden;transition:all 0.3s ease-out;transform:translate(100%,100%);z-index:2147483647;box-shadow:4px 4px 16px rgba(0,0,0,.3);opacity:0}@media (pointer:coarse){#chatbot-frame{width:100%!important;height:100%!important;max-width:100%!important;bottom:0!important;right:0!important;border-radius:0}}@media (max-width:768px){#chatbot-frame{width:100%!important;height:100%!important;max-width:100%!important;bottom:0!important;right:0!important;border-radius:0}}#chat-nudge-container{position:fixed;bottom:25px;right:90px}#chat-nudge{position:relative;background-color:#fff;color:#000;padding:10px 30px;border-radius:12px;cursor:pointer;opacity:0;transition:opacity 0.5s ease-in-out;box-shadow:0 0 0 50px #fff inset;box-shadow:2px 4px 8px rgba(0,0,0,.5);z-index:2147483647;&:before{content:' ';position:absolute;right:-4px;bottom:1;width:0;height:0;border-style:solid;border-width:0 0 15px 15px;border-color:transparent transparent #fff transparent;transform:rotate(-45deg);z-index:2147483647}}#nudge-close-button{position:absolute;width:min-content;top:0;margin:0;padding:0;right:8px;visibility:hidden;cursor:pointer;color:red;transition:opacity 0.3s ease-in-out;z-index:2147483647;font-size:20px}