<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,40px,0) scaleY(.82)}to{opacity:1;transform:translateZ(0) scale(1)}}@keyframes pulse{0%{box-shadow:0 0 #88127966}70%{box-shadow:0 0 0 25px #88127900}to{box-shadow:0 0 #88127900}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.okay-chat-app .chat-app-container{background-color:#fff;border:0;border-radius:15px;bottom:100px;box-shadow:0 0 19px #00000047;font-size:100%;height:250px;height:auto;opacity:0;position:fixed;right:10px;top:210px;transition:opacity .7s ease,visibility .3s ease;visibility:hidden;width:370px;z-index:11}@media (max-width:767px){.okay-chat-app .chat-app-container{border-radius:0;bottom:0;height:auto;left:0;overflow-y:scroll;right:0;top:0;width:auto;z-index:11667}}.okay-chat-app .chat-app-container.open{opacity:1;visibility:visible}.okay-chat-app .chat-app-container.open .close-button{background-color:#e4e4e4;border:none;border-radius:50%;cursor:pointer;height:30px;position:absolute;right:10px;top:10px;width:30px}.okay-chat-app .chat-app-container.open .close-button:after,.okay-chat-app .chat-app-container.open .close-button:before{background-color:#c1c1c1;content:"";height:2px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(45deg);width:20px}.okay-chat-app .chat-app-container.open .close-button:after{transform:translate(-50%,-50%) rotate(-45deg)}.okay-chat-app .chat-app-container.open .close-button:hover{background-color:#c1c1c1;transition:all .3s ease-in-out}.okay-chat-app .chat-app-container.open .close-button:hover:after,.okay-chat-app .chat-app-container.open .close-button:hover:before{background-color:#fff;transition:all .3s ease-in-out}.okay-chat-app .icon-container{bottom:21px;position:fixed;right:19px;z-index:11666}.okay-chat-app .icon-container .pulse{animation:pulse 5s infinite;background-color:#1a4d96;background:#1a4d96 url(https://cdn.shopify.com/s/files/1/0575/8173/1991/files/chat.svg?v=1639063799) no-repeat 50%;background-size:64px 64px;border-radius:50%;box-shadow:none;cursor:pointer;display:block;height:64px;line-height:64px;margin:0 auto;text-align:center;width:64px}@media (max-width:1020px){.okay-chat-app .icon-container .pulse{background-size:52px 52px}}.okay-chat-app .icon-container .pulse:before{background:#202427;border:none;height:62px;width:62px;z-index:-1}.okay-chat-app .icon-container .pulse:after,.okay-chat-app .icon-container .pulse:before{border-radius:50%;content:"";display:block;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.okay-chat-app .icon-container .pulse:after{animation:pulse 5s infinite;height:58px;width:58px;z-index:1!important}.okay-chat-app .chat-app-header{align-items:center;background-color:#f3f3f3;background:#f3f3f3;border-bottom:1px solid #ededed;border-radius:15px 15px 0 0;color:#000;display:flex;font-weight:700;height:78px;line-height:normal;padding:0 0 0 5px;text-align:left;text-shadow:none}@media (max-width:767px){.okay-chat-app .chat-app-header{border-radius:0}}@media (max-width:480px){.okay-chat-app .chat-app-header{height:100px;line-height:normal}}.okay-chat-app .chat-app-header div{font-size:16px;font-weight:700;margin-left:10px;margin-right:auto}.okay-chat-app .operators{background:#fff;border-bottom:1px solid #ccc;box-sizing:initial;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;display:flex;gap:3px;height:50px;justify-content:center;padding:10px;text-align:center}@media (max-width:480px){.okay-chat-app .operators{display:none}}.okay-chat-app .operators div{background-color:#ededed;background-position:50%;background-size:cover;border-radius:50%;box-shadow:0 0 11px #dedede;display:inline-block;height:42px;margin:3px;position:relative;width:42px}.okay-chat-app .operators div.operator0{background-color:#fff}.okay-chat-app .operators div.active span{background-color:#00d456;border-radius:50%;height:12px;position:absolute;right:0;top:0;width:12px}.okay-chat-app .chat-app-content{background-color:#fff;border:0;bottom:0;font-size:16px;left:0;margin:0;overflow:auto;overflow-x:hidden;padding:10px 0;position:absolute;right:0;top:150px}@media (max-width:480px){.okay-chat-app .chat-app-content{top:100px}}.okay-chat-app .chat-app-content .chat-bubble{animation:fadeInUp 1s both;margin-bottom:5px;margin-top:18px;opacity:0;text-align:left;white-space:nowrap}.okay-chat-app .chat-app-content .avatar{background-image:url(https://cdn.shopify.com/s/files/1/0575/8173/1991/files/favicon-228x228_180x180.png?v=1632748989);background-size:cover;border-radius:50%;display:inline-block;height:30px;margin:5px 5px 0 8px;width:30px}.okay-chat-app .chat-app-content .bubble_content{background-color:#f5f8f9;border-radius:0 8px 8px;color:#363636;display:inline-block;line-height:20px;margin-left:5px;max-width:272px;min-width:250px;padding:12px;text-align:left;vertical-align:top;white-space:normal}.okay-chat-app .chat-app-content .bubble_content input,.okay-chat-app .chat-app-content .bubble_content textarea{border:1px solid #ddd;border-radius:5px;box-sizing:border-box;margin-right:10px;padding:6px;resize:vertical;width:100%}.okay-chat-app .chat-app-content .bubble_content input[name=phone-prefix]{margin-bottom:5px;width:25%}.okay-chat-app .chat-app-content .bubble_content textarea{border-radius:5px 5px 0;font-family:inherit}.okay-chat-app .chat-app-content .bubble_content button{background-color:#62c324;border:1px solid #62c324;border-radius:5px;color:#fff;cursor:pointer;font-size:15px;margin-left:8px;margin-top:1px;max-width:240px;min-width:240px;padding:10px}.okay-chat-app .chat-app-content .bubble_content form{display:flex;flex-direction:column;gap:5px;padding-top:10px}.okay-chat-app .chat-app-content .bubble_content form button{display:block;height:52px;margin-left:auto;min-width:48px;padding:5px;width:60px}.okay-chat-app .chat-app-content .bubble_content form button path{fill:#fff}.okay-chat-app .chat-app-content .bubble_content button:hover{background-color:#1a4d96;border:1px solid #1a4d96;color:#fff;transition:all .3s ease-in-out}.okay-chat-app .chat-app-content .bubble_content .error-message{color:red;font-size:12px;line-height:1rem}.okay-chat-app .chat-app-content .chat-bubble.opt-button{height:42px;margin:0;min-width:auto}.okay-chat-app .chat-app-content .chat-bubble.opt-button .avatar{visibility:hidden}.okay-chat-app .chat-app-content .chat-bubble.opt-button .bubble_content{background-color:#fff;margin:0;min-width:auto;padding:0}.okay-chat-app .back-button{background-color:#fff;border:none;border-radius:5px;bottom:100px;margin-left:8px;padding:0;position:fixed}@media (max-width:767px){.okay-chat-app .back-button{bottom:0}}.okay-chat-app .back-button svg{height:30px;width:30px;fill:#c1c1c1}.okay-chat-app .back-button:hover svg{fill:#919191;transition:all .3s ease-in-out}.okay-chat-app .submit-button .loader{display:none}.okay-chat-app .submit-button svg{display:inline}.okay-chat-app .submit-button.loading svg{display:none}.okay-chat-app .submit-button.loading .loader{animation:spin 1s linear infinite;border:2px solid #0000001a;border-radius:50%;border-top-color:#fff;display:block;height:24px;margin:auto;width:24px}
/*# sourceMappingURL=/cdn/shop/t/380/assets/okay-chat-app.css.map */
</pre></body></html>