@keyframes :global(shake){10%,90%{transform:translate3d(-1px, 0, 0)}20%,80%{transform:translate3d(2px, 0, 0)}30%,50%,70%{transform:translate3d(-4px, 0, 0)}40%,60%{transform:translate3d(4px, 0, 0)}}.widget-chat-button{position:fixed;bottom:40px;right:26px;z-index:1002;border-radius:50%;border:none;background-color:#06449f;width:48px;height:48px;display:flex;justify-content:center;align-items:center;opacity:0.7;-webkit-transition:bottom 0.2s;-moz-transition:bottom 0.2s;-ms-transition:bottom 0.2s;-o-transition:bottom 0.2s;transition:bottom 0.2s}.widget-chat-button.low-index{z-index:1}.widget-chat-button:hover{cursor:pointer;opacity:0.8}.widget-chat-button:active{opacity:0.9}@media screen and (min-width: 320px) and (max-width: 959px){.widget-chat-button{bottom:62px;right:16px}.widget-chat-button.more-bottom{bottom:var(--space-32)}}.up-widget-chat-button{bottom:90px;-webkit-transition:bottom 0.2s;-moz-transition:bottom 0.2s;-ms-transition:bottom 0.2s;-o-transition:bottom 0.2s;transition:bottom 0.2s}@media screen and (min-width: 320px) and (max-width: 959px){.up-widget-chat-button{bottom:110px}}.control-messenger-container.control-hidden{display:none}

