.chat-launcher{position:fixed;left:25px;bottom:24px;z-index:90;border:0;background:#172238;color:#fff;border-radius:16px;padding:10px 14px 10px 11px;display:flex;align-items:center;gap:10px;box-shadow:0 15px 45px #10182b4a;font-family:inherit;cursor:pointer;transition:.25s}.chat-launcher:hover{transform:translateY(-4px)}.chat-launcher.hidden{opacity:0;pointer-events:none;transform:scale(.8)}.chat-launch-icon{width:42px;height:42px;background:linear-gradient(135deg,#7a68ef,#54d6b7);border-radius:12px;display:grid;place-items:center;font-size:20px}.chat-launch-text{text-align:right}.chat-launch-text b,.chat-launch-text small{display:block}.chat-launch-text small{color:#b9c1cf;margin-top:2px}.chat-launcher>i{position:absolute;right:-3px;top:-3px;width:12px;height:12px;border:2px solid white;border-radius:50%;background:#41ce95}.chat-widget{position:fixed;left:25px;bottom:24px;z-index:100;width:375px;height:570px;max-height:calc(100vh - 45px);background:#fff;border-radius:21px;box-shadow:0 25px 80px #10182b50;overflow:hidden;display:flex;flex-direction:column;opacity:0;pointer-events:none;transform:translateY(22px) scale(.96);transform-origin:bottom left;transition:.25s}.chat-widget.open{opacity:1;pointer-events:auto;transform:none}.chat-head{background:linear-gradient(125deg,#172238,#2c3b59);color:#fff;padding:18px;display:flex;justify-content:space-between;align-items:center}.chat-agent{display:flex;gap:11px;align-items:center}.chat-agent>span{width:43px;height:43px;border-radius:12px;background:#7564eb;display:grid;place-items:center;font-size:10px;font-weight:800}.chat-agent b,.chat-agent small{display:block}.chat-agent small{color:#bfc7d5;margin-top:3px}.chat-agent small i{display:inline-block;width:7px;height:7px;border-radius:50%;background:#43d29a}.chat-head>button{border:0;background:#ffffff10;color:#fff;border-radius:8px;width:32px;height:32px;font-size:24px;cursor:pointer}.chat-welcome{padding:28px;overflow:auto}.welcome-icon{width:55px;height:55px;border-radius:17px;background:#eeeaff;color:#6e5ce7;display:grid;place-items:center;font-size:24px}.chat-welcome h3{font-size:22px;margin:17px 0 5px}.chat-welcome>p{color:#737d8e;line-height:1.6;margin:0 0 20px}.chat-welcome label{display:block;font-size:13px;font-weight:700;margin:12px 0}.chat-welcome label small{color:#9199a8;font-weight:400}.chat-welcome input{width:100%;border:1px solid #dfe3ea;border-radius:9px;padding:11px;margin-top:6px;font:inherit}.chat-welcome button{width:100%;background:#7060e8;border:0;color:#fff;border-radius:9px;padding:12px;font:inherit;font-weight:700;cursor:pointer;margin-top:5px}.chat-room{display:none;flex:1;min-height:0;flex-direction:column;background:#f5f6fa}.chat-messages{flex:1;overflow-y:auto;padding:18px;display:flex;flex-direction:column;gap:10px}.chat-bubble{max-width:82%;padding:10px 13px;border-radius:13px;background:#fff;box-shadow:0 3px 10px #1d2b4210;align-self:flex-start}.chat-bubble.visitor{align-self:flex-end;background:#7060e8;color:#fff;border-bottom-left-radius:13px;border-bottom-right-radius:3px}.chat-bubble.admin{border-bottom-right-radius:13px;border-bottom-left-radius:3px}.chat-bubble p{margin:0;line-height:1.6;white-space:pre-wrap;word-break:break-word}.chat-bubble small{display:block;color:#9299a6;font-size:10px;margin-top:4px}.chat-bubble.visitor small{color:#d9d5ff}.chat-typing{display:none;color:#8a92a1;font-size:11px;padding:0 20px 8px}.chat-typing i{display:inline-block;width:4px;height:4px;background:#8a92a1;border-radius:50%}#chatMessageForm{display:flex;gap:8px;background:#fff;border-top:1px solid #e6e9ee;padding:12px}#chatMessageForm textarea{flex:1;border:1px solid #dfe3ea;border-radius:10px;padding:10px;font:inherit;resize:none;outline:none}#chatMessageForm button{width:42px;border:0;border-radius:10px;background:#7060e8;color:#fff;font-size:21px;cursor:pointer}.chat-powered{text-align:center;background:#fff;color:#a0a7b3;padding:0 0 9px;font-size:10px}@media(max-width:500px){.chat-launcher{left:14px;bottom:14px}.chat-widget{inset:0;width:100%;height:100%;max-height:none;border-radius:0}.chat-head{padding-top:max(18px,env(safe-area-inset-top))}}
