[component-type=widget]{z-index:1001}[component-type=widget] a{background-color:var(--widget-primary-color);transition:transform 150ms ease-in-out}[component-type=widget] a:hover{transform:scale(1.02)}[component-type=widget] a:active{transform:scale(.9)}[component-type=widget] .icone-chatbot{transform:translateY(0) scale(1);opacity:1}[component-type=widget] .icone-seta-para-baixo{transform:translateY(16px) scale(.9);opacity:0}[component-type=widget].is-open .icone-chatbot{transform:translateY(-16px) scale(.9);opacity:0}[component-type=widget].is-open .icone-seta-para-baixo{transform:translateY(0) scale(1);opacity:1}[component-type=widget] .icon svg path[fill="var(--header-color)"]{fill:var(--widget-secondary-color)}[component-type=widget] .icon svg path[stroke="var(--header-color)"]{stroke:var(--widget-secondary-color)}[component-type=chatbot]{width:400px;height:700px;z-index:1000}@media only screen and (max-width:768px){[component-type=chatbot]{z-index:1002;width:100vw;height:100vh;bottom:0!important;left:0;right:0}}[component-type=chatbot] .bg-chatbot-filter{z-index:-2}[component-type=chatbot] .bg-chatbot{z-index:-1;background-color:var(--widget-primary-color)}@media only screen and (max-width:768px){[component-type=chatbot] .bg-chatbot{border-radius:0}}[component-type=chatbot] [component-type=textarea] textarea#form-chatbot{height:48px;min-height:48px;line-height:1.5;padding-top:12px;padding-bottom:12px;padding-right:32px;max-height:160px;color:var(--widget-quaternary-color);background-color:var(--widget-tertiary-color);border:none}[component-type=chatbot] [component-type=textarea] textarea#form-chatbot::placeholder{color:var(--widget-quaternary-color);opacity:.3}[component-type=chatbot] [chatbot=send-message]{bottom:24px;right:20px}[component-type=chatbot] [chatbot=send-message]::before{position:absolute;content:"";display:block;width:100%;height:100%;border-radius:100%;background-color:var(--widget-quaternary-color);opacity:.1}[component-type=chatbot] .icon svg path[fill="var(--header-color)"]{fill:var(--widget-quaternary-color)}[component-type=chatbot] .icon svg path[stroke="var(--header-color)"]{stroke:var(--widget-quaternary-color)}[component-type=chatbot] [chatbot=header] h6,[component-type=chatbot] [chatbot=header] p,[component-type=chatbot] [chatbot=header] span{color:var(--widget-secondary-color)}[component-type=chatbot] [chatbot=header] .icon svg path[fill="var(--header-color)"]{fill:var(--widget-secondary-color)}[component-type=chatbot] [chatbot=header] .icon svg path[stroke="var(--header-color)"]{stroke:var(--widget-secondary-color)}[component-type=chatbot] [chatbot=messages] .ai-balloon,[component-type=chatbot] [chatbot=messages] .user-balloon{animation:messageAppear .3s cubic-bezier(.4,0,.2,1) forwards;scroll-margin-top:16px}[component-type=chatbot] [chatbot=messages] .ai-balloon *{color:var(--widget-secondary-color)}[component-type=chatbot] [chatbot=messages] .ai-balloon a{font-size:var(--body-font-size-sm);line-height:var(--body-line-height-sm);color:var(--widget-secondary-color);text-decoration:underline}[component-type=chatbot] [chatbot=messages] .ai-balloon [chatbot=bg-balloon]{background-color:var(--widget-secondary-color)}[component-type=chatbot] [chatbot=messages] .user-balloon *{color:var(--widget-primary-color)}[component-type=chatbot] [chatbot=messages] .user-balloon [chatbot=bg-balloon]{background-color:var(--widget-secondary-color)}@keyframes messageAppear{from{opacity:0;transform:translateY(12px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}[component-type=chatbot] [chatbot=typing-indicator]{width:40px;min-height:24px;position:relative}[component-type=chatbot] [chatbot=typing-indicator][typing-indicator=inactive]{display:none!important}[component-type=chatbot] [chatbot=typing-indicator]::before{content:"";position:absolute;display:block;background-color:var(--widget-secondary-color);opacity:.1;width:100%;height:100%;border-radius:24px;left:0;top:0}[component-type=chatbot] [chatbot=typing-indicator] .typing-indicator{width:4px;height:4px;margin:2px;background-color:var(--widget-secondary-color);border-radius:50%;animation-name:bounce;animation-duration:1.3s;animation-timing-function:linear;animation-iteration-count:infinite}[component-type=chatbot] [chatbot=typing-indicator] .typing-indicator:nth-of-type(2){animation-delay:.15s}[component-type=chatbot] [chatbot=typing-indicator] .typing-indicator:nth-of-type(3){animation-delay:.3s}@keyframes bounce{0%,10%,100%,50%{transform:translateY(0)}30%{transform:translateY(-5px)}40%{transform:translateY(1px)}}