@keyframes glowing{0%{background-color:#4c9bee;box-shadow:0 0 3px #4c9bee}50%{background-color:#358eec;box-shadow:0 0 10px #358eec}100%{background-color:#4c9bee;box-shadow:0 0 3px #4c9bee}}#zendesk-chat-widget{width:100%;max-width:350px;position:fixed;bottom:30px;right:30px;z-index:99;border-radius:24px}#zendesk-chat-btn{height:48px;line-height:48px;background-color:#4c9bee;color:#fff;border-radius:inherit;text-transform:uppercase;padding:0 24px;border:0;font-weight:700;cursor:pointer;transition:background-color .2s ease-out;outline:0;right:0;bottom:0;position:absolute}#zendesk-chat-btn span{position:relative;top:3px;margin-right:5px}#zendesk-chat-btn.is-loading{cursor:not-allowed}#zendesk-chat-btn.is-loading:hover{background-color:#4c9bee}#zendesk-chat-btn.response-mode{animation:glowing 1500ms infinite}#zendesk-chat-btn:hover{background-color:#358eec}#zendesk-chat-bubble{border-radius:inherit;background-color:#fff;color:#111;padding:15px;position:absolute;bottom:78px;right:0;font-size:14px;line-height:22px;border:3px solid #4c9bee}#zendesk-chat-bubble:before,#zendesk-chat-bubble:after{content:"";display:block;position:absolute;border-color:transparent;border-style:solid;border-width:10px}#zendesk-chat-bubble:before{bottom:-20px;right:54px;border-right-color:#4c9bee;border-top-color:#4c9bee}#zendesk-chat-bubble:after{bottom:-13px;right:57px;border-right-color:#fff;border-top-color:#fff}.chat-link.is-loading{cursor:not-allowed!important;opacity:.5!important}@media screen and (max-width:575px){#zendesk-chat-widget{max-width:260px}}