#chatbotpf-button{position:fixed;bottom:30px;left:20px;background-color:#36a9e1;border-radius:50%;width:60px;height:60px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:999;box-shadow:0 2px 6px rgba(0,0,0,.2)}#chatbotpf-button img{width:28px;height:28px;pointer-events:none}#chatbotpf-modal{position:fixed;bottom:110px;left:20px;width:320px;height:400px;background:#fff;box-shadow:0 4px 12px rgba(0,0,0,.08);display:flex;flex-direction:column;z-index:9999;font-family:'Source Sans Pro',sans-serif;font-size:16px;overflow:hidden;opacity:0;transform:scale(.9);pointer-events:none;transition:all .25s ease-in-out}#chatbotpf-modal.active{opacity:1;transform:scale(1);pointer-events:all}#chatbotpf-topo{flex:0 0 50px;display:flex;align-items:center;justify-content:space-between;padding:0 15px;color:#fff;font-weight:600;background-image:linear-gradient(270deg,#95c11f 0%,#36a9e1 100%);font-size:16px}#chatbotpf-fechar{cursor:pointer;font-size:20px;font-weight:600;line-height:1;color:#fff;transition:opacity .2s}#chatbotpf-fechar:hover{opacity:.7}#chatbotpf-chat{flex:1;display:flex;flex-direction:column;height:100%;overflow:hidden}.chatbotpf-messages{flex:1;overflow-y:auto;padding:15px;background-color:#f6f6f6;color:#0b1005}.chatbotpf-message{display:flex;align-items:flex-start;margin-bottom:12px}.chatbotpf-message.bot{flex-direction:row;align-items:center}.chatbotpf-message.user{flex-direction:row-reverse}.chatbotpf-message .avatar{width:32px;height:32px;background-size:cover;margin:0 10px}.chatbotpf-message .text{max-width:220px;background-color:#fff;border-radius:10px;padding:10px 14px;font-size:14px;line-height:1.4;box-shadow:0 1px 2px rgba(0,0,0,.1);overflow-wrap:anywhere;word-wrap:break-word;word-break:break-word}.chatbotpf-message.bot .text{background-color:#eaf6fc;color:#0b1005}.chatbotpf-message.user .text{background-color:#e5f2da;color:#0b1005}#chatbotpf-input-area{display:flex}#chatbotpf-input{flex:1;border:none;padding:10px;font-family:'Source Sans Pro',sans-serif;font-size:16px;box-sizing:border-box;outline:none}#chatbotpf-send{background:0 0 !important;border:none;color:#fff;padding:0 14px;cursor:pointer;font-size:18px;display:flex;align-items:center;justify-content:center}#chatbotpf-send:active,#chatbotpf-send:focus{outline:none}@media (max-width:767px){#chatbotpf-button{bottom:calc(15px + env(safe-area-inset-bottom));left:5px}#chatbotpf-modal{left:2.5vw;right:2.5vw;width:auto;bottom:100px;border-radius:12px 12px 0 0}#chatbotpf-modal{height:310px}}