@import"https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap";:root{--font: "Figtree", sans-serif;--text-light: #fff;--border: #ccc}body{font-family:var(--font)}.chat-main-wrapper{color:var(--text);font-family:var(--font)}.chat-main-wrapper .error-view{position:absolute;bottom:12px;left:10px;right:10px;background:#ef3d32cc;padding:1rem;border:1px solid rgba(239,61,50,.2);-webkit-backdrop-filter:blur(10px) brightness(100%);backdrop-filter:blur(10px) brightness(100%);border-radius:10px;display:flex;color:#fff;z-index:100;align-items:center}.chat-main-wrapper .error-view-inset{display:flex;flex-direction:column;flex:1;font-size:.9rem}.chat-main-wrapper .error-view .close{cursor:pointer;background:#ef3d32;width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:40px}.chat-main-wrapper .error-view .close svg{width:10px;height:auto;filter:invert(100%)}.chat-main-wrapper *{font-family:var(--font);-webkit-font-smoothing:auto;-moz-osx-font-smoothing:auto;box-sizing:border-box}.chat-main-wrapper .inline-list{display:flex;flex-direction:column;gap:10px;margin-top:10px}.chat-main-wrapper .inline-list .inline-list-item{display:flex;align-items:center;gap:8px;padding:.2rem 0}.chat-main-wrapper .inline-list .inline-list-item.plan{align-items:flex-start}.chat-main-wrapper .inline-list .inline-list-item.plan .items{padding:0;margin:0 0 0 20px}.chat-main-wrapper .inline-list .inline-list-item.plan .items li{margin:5px 0}.chat-main-wrapper .inline-list .inline-list-item.plan strong{font-size:1.2rem!important}.chat-main-wrapper .inline-list .inline-list-item.plan .price{color:var(--primary);font-weight:700;margin-top:10px}.chat-main-wrapper .inline-list .inline-list-item input[type=radio]{width:20px;height:20px;border:1px solid var(--border);border-radius:30px;cursor:pointer;accent-color:var(--primary)}.chat-main-wrapper .inline-list .inline-list-item span{flex:1;color:var(--c1)}.chat-main-wrapper .inline-list .inline-list-item strong{color:var(--c1)}.chat-main-wrapper .inline-list .inline-list-item .type{background:var(--c1);color:#fff;padding:.3em;font-size:.8em;border-radius:4px;font-weight:700}.chat-main-wrapper .chat-main{width:100%;max-width:460px;border:1px solid var(--border);border-radius:10px;background:#fff;box-shadow:0 2px 6px #03071208,0 9px 24px #0307120f;aspect-ratio:1;position:relative;display:flex;flex-direction:column}.chat-main-wrapper .chat-main .loading-view{width:100%;display:flex;align-items:center;justify-content:center;padding:20px 0}.chat-main-wrapper .chat-main .loading-view svg{width:50px;height:auto}.chat-main-wrapper .chat-main .chat-button{width:100%;padding:10px;background:var(--primary);border-radius:5px;border:0;color:#fff;cursor:pointer}.chat-main-wrapper .chat-main .chat-button.outline{outline:1px solid var(--primary);background:none;color:var(--primary)}.chat-main-wrapper .chat-main .select-wrapper{width:100%;position:relative;cursor:pointer}.chat-main-wrapper .chat-main .select-wrapper svg{position:absolute;right:10px;top:0;opacity:.2;height:100%;aspect-ratio:1;display:flex;align-items:center;justify-content:center}.chat-main-wrapper .chat-main .select-wrapper select{width:100%;padding:.6rem;border-radius:4px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid var(--border);cursor:pointer;outline-color:var(--c1);font-size:.9rem!important}.chat-main-wrapper .chat-main .select-wrapper select:disabled{opacity:1;color:var(--border)}.chat-main-wrapper .chat-main .chat-main-scroll-wrapper{min-height:100px;max-height:400px;overflow:auto;position:relative}.chat-main-wrapper .chat-main .chat-main-scroll-wrapper::-webkit-scrollbar{width:6px}.chat-main-wrapper .chat-main .chat-main-scroll-wrapper::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.chat-main-wrapper .chat-main .chat-main-scroll-wrapper::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.chat-main-wrapper .chat-main .chat-main-scroll-wrapper::-webkit-scrollbar-thumb:hover{background:#555}.chat-main-wrapper .chat-main .chat-main-scroll{padding:20px;display:flex;flex-direction:column;gap:20px}.chat-main-wrapper .chat-main .chat-input{width:100%;position:relative}.chat-main-wrapper .chat-main .chat-input input{width:100%;padding:10px;border:1px solid var(--border);border-radius:5px;color:var(--primary);font-family:var(--font)}.chat-main-wrapper .chat-main .chat-input input:focus{outline:none;border:1px solid var(--primary);box-shadow:0 0 0 4px var(--primary-light)}.chat-main-wrapper .chat-main .chat-input .chat-input-accessory{position:absolute;right:4px;top:4px}.chat-main-wrapper .chat-main .chat-input .chat-input-accessory button{aspect-ratio:1;background:var(--primary);border:0;border-radius:4px;cursor:pointer;width:28px}.chat-main-wrapper .chat-main .chat-input .chat-input-accessory svg{width:10px;height:auto}.chat-main-wrapper .chat-main .chat-title{border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}.chat-main-wrapper .chat-main .chat-title h4{margin:0;padding:15px;color:var(--c1)}.chat-main-wrapper .chat-main .chat-title .chat-close{padding:10px;cursor:pointer}.chat-main-wrapper .chat-main .chat-title .chat-close svg{width:16px;height:auto;opacity:.3}.chat-main-wrapper .chat-main .chat-title .chat-close:hover svg{opacity:.6}.chat-main-wrapper .chat-main .chat-item{display:flex}.chat-main-wrapper .chat-main .chat-item.full{width:100%}.chat-main-wrapper .chat-main .chat-item.full .chat-item-inset{max-width:100%;width:100%}.chat-main-wrapper .chat-main .chat-item.user{justify-content:flex-end}.chat-main-wrapper .chat-main .chat-item.user .chat-item-inset{color:var(--text-light);background:var(--primary);border-color:var(--primary)}.chat-main-wrapper .chat-main .chat-item-inset{border:1px solid var(--border);padding:12px;border-radius:10px;font-size:.9rem;line-height:1.4;max-width:85%;display:flex;flex-direction:column;gap:10px}.chat-main-wrapper .chat-main .chat-item .whatsapp{width:100%;background:#1be064;text-align:center;padding:10px;text-decoration:none;color:#fff;border-radius:5px}.chat-main-wrapper{position:fixed;top:0;right:0;bottom:0;left:0;background:#fffc;z-index:100;display:flex;align-items:center;justify-content:center;visibility:hidden;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}body:has(.chat-main-wrapper.open) .chat-main-wrapper{visibility:visible}
