:root{--color-cocochat-primary: transparent;--page-background: #ffffff;--cocochat-max-z-index: 10000}@keyframes toUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}[class^=coco_chat],[class^=coco_chat] div,[class^=coco_chat] p,[class^=coco_chat] span,[class^=coco_chat] svg,[class^=coco_chat] input,[class^=coco_chat] img{box-sizing:border-box}[class^=coco_chat] p{padding:0;margin:0}.coco_chat_wrapper{border:0;min-width:100px;height:100px;display:flex;justify-content:center;align-items:center;z-index:var(--cocochat-max-z-index);animation-name:toUp;animation-duration:.2s;animation-delay:0s;animation-iteration-count:1;animation-fill-mode:forwards}.coco_chat_button{height:55px;width:55px;background-color:var(--color-cocochat-primary);border-radius:15px;cursor:pointer;transition:all .2s;box-shadow:0 5px 10px -6px var(--color-cocochat-primary);display:flex;justify-content:center;align-items:center}.coco_chat_button:hover{scale:1.08}.coco_chat_button:active{scale:1}.coco_chat_page{position:absolute;bottom:22px;border-radius:15px;transition:all .2s;z-index:-1;display:flex;flex-direction:column;height:650px;width:400px;max-height:95dvh;overflow:hidden;background-color:#fff}.coco_chat_page ::-webkit-scrollbar{width:10px}.coco_chat_page ::-webkit-scrollbar-track{background:#fff}.coco_chat_page ::-webkit-scrollbar-thumb{background:var(--color-cocochat-primary)}.coco_chat_page:not([open]){opacity:0;bottom:-660px}.coco_chat_page:not([open]) .coco_chat_close_page{opacity:0}.coco_chat_page[open]{opacity:1!important;background-color:var(--page-background);border-radius:10px;box-shadow:0 0 50px -40px #616161;z-index:calc(var(--cocochat-max-z-index) + 1)}.coco_chat_wrapper:has(.coco_chat_page[open]) .coco_chat_button{opacity:0}.coco_chat_close_page{position:absolute;width:25px;height:25px;background-color:color-mix(in srgb,var(--color-cocochat-primary) 50%,rgba(0,0,0,.2));cursor:pointer;top:10px;left:10px;border:0;border-radius:50%;display:flex;justify-content:center;align-items:center}.coco_chat_close_page_icon path{stroke:#efefef}.coco_chat_page_header{width:100%;height:80px;background-color:color-mix(in srgb,var(--color-cocochat-primary) 85%,transparent);border-radius:10px 10px 0 0;display:flex;padding-inline:15px;align-items:center;gap:20px}.coco_chat_page_header>div:nth-child(1)>img{height:55px}.coco_chat_page_header>div:nth-child(2){display:flex;flex-direction:column;color:#fff}.coco_chat_page_header>div:nth-child(2)>span{font-weight:700;font-size:17px}.coco_chat_page_header>div:nth-child(2)>p{font-size:14px}.coco_chat_page_content{flex:1;overflow-x:hidden;overflow-y:auto;padding:15px 12px 0}.coco_chat_message_wrapper{margin-bottom:6px;display:flex}.coco_chat_message_wrapper>div{padding:10px;position:relative;font-size:14px}.coco_chat_message_wrapper[agent=system]{justify-content:end}.coco_chat_message_wrapper[agent=system]>div{border-radius:10px 10px 10px 0;background-color:#c8c8c8;color:#fff}.coco_chat_message_wrapper[agent=system]>div>svg{position:absolute;bottom:-1px;left:-9px}.coco_chat_message_wrapper[agent=user]{justify-content:start}.coco_chat_message_wrapper[agent=user]>div{border-radius:10px 10px 0;background-color:var(--color-cocochat-primary);color:#fff}.coco_chat_message_wrapper[agent=user]>div>svg{position:absolute;bottom:-1px;right:-9px;transform:rotateY(180deg)}.coco_chat_corner_fill{fill:var(--color-cocochat-primary)}.coco_chat_corner_fill2{fill:#c8c8c8}.coco_chat_page_footer{display:flex;align-items:start;justify-content:space-between;padding:0;box-shadow:0 26px 42px #000000bf;overflow:hidden;padding-inline:12px;padding-block:8px}.coco_chat_page_footer>button{border:none;background-color:#fff;display:flex;justify-content:center;align-items:center;padding-top:4px;cursor:pointer}.coco_chat_page_footer>button>svg path{fill:#d5d5d5}.coco_chat_page_footer>textarea{flex:1;outline:none;border:none;font-size:14px;resize:none;overflow-y:auto;height:auto;min-height:30px;max-height:150px;line-height:20px;padding-top:5px;color:#676767}.coco_chat_page_footer>textarea:focus-visible{outline:none}.coco_chat_page_footer>textarea::placeholder{color:#8a8a8a}.coco_chat_page_footer>textarea:valid+button svg path{fill:var(--color-cocochat-primary)}.coco_chat_welcome{background-color:#efefef;width:80%;padding:10px;border-radius:15px;margin:20px auto}@media screen and (max-width: 640px){.coco_chat_page{max-height:none;height:100dvh;width:100vw;border-radius:0!important;bottom:0}.coco_chat_page[position=bottom-right]{right:0!important}.coco_chat_page[position=bottom-left]{left:0!important}.coco_chat_page_header{border-radius:0!important}}.coco_chat_typing{display:inline-flex;align-items:center;gap:4px;margin-left:10px;margin-top:4px}.coco_chat_typing span{width:6px;height:6px;background-color:#ccc;border-radius:50%;animation:cocoTyping 1.4s infinite ease-in-out both}.coco_chat_typing span:nth-child(1){animation-delay:-.32s}.coco_chat_typing span:nth-child(2){animation-delay:-.16s}@keyframes cocoTyping{0%,80%,to{transform:scale(.6);opacity:.5}40%{transform:scale(1);opacity:1}}
