/* UndanganKita live chat v1.10.0 */
.live-chat{position:fixed;right:max(18px,env(safe-area-inset-right));bottom:max(20px,env(safe-area-inset-bottom));z-index:1200;font-family:inherit}
.live-chat-launcher{display:flex;align-items:center;gap:9px;min-height:54px;padding:10px 18px;border:0;border-radius:999px;background:linear-gradient(135deg,var(--primary),var(--primary2));color:#fff;box-shadow:0 18px 45px rgba(63,30,102,.28);font:800 14px/1 inherit;cursor:pointer;transition:.25s ease;position:relative}
.live-chat-launcher:hover{transform:translateY(-2px);box-shadow:0 22px 55px rgba(63,30,102,.34)}
.live-chat-launcher-icon{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:rgba(255,255,255,.18);font-size:16px}
.live-chat-launcher em{position:absolute;right:-3px;top:-6px;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:#ef4444;color:#fff;border:3px solid #fff;font:800 11px/16px inherit;font-style:normal;text-align:center}
.live-chat-panel{position:absolute;right:0;bottom:68px;width:min(380px,calc(100vw - 24px));height:min(610px,72vh);display:flex;flex-direction:column;overflow:hidden;background:#fff;border:1px solid rgba(124,58,237,.14);border-radius:28px;box-shadow:0 28px 80px rgba(30,20,42,.24);opacity:0;visibility:hidden;transform:translateY(18px) scale(.97);transform-origin:bottom right;transition:.22s ease}
.live-chat.open .live-chat-panel{opacity:1;visibility:visible;transform:none}
.live-chat-head{display:flex;align-items:center;justify-content:space-between;padding:18px 18px 16px;color:#fff;background:linear-gradient(135deg,#1d1424,#30203b)}
.live-chat-head>div{display:grid;grid-template-columns:10px 1fr;column-gap:10px;align-items:center}
.live-chat-head small{grid-column:2;color:rgba(255,255,255,.66);font-size:11px}
.live-chat-head strong{grid-column:2;font-size:17px}
.live-chat-status-dot{grid-row:1/3;width:9px;height:9px;border-radius:50%;background:#41d27d;box-shadow:0 0 0 5px rgba(65,210,125,.13)}
.live-chat-head button{width:36px;height:36px;border:0;border-radius:50%;background:rgba(255,255,255,.1);color:#fff;font-size:24px;cursor:pointer}
.live-chat-greeting{margin:14px 14px 0;padding:12px 14px;border-radius:16px;background:#f7f3ff;color:#5c5264;font-size:13px;line-height:1.55}
.live-chat-messages{flex:1;min-height:150px;overflow:auto;padding:15px;display:flex;flex-direction:column;gap:10px;scroll-behavior:smooth}
.live-chat-empty{margin:auto;text-align:center;color:#9b92a3;font-size:13px;max-width:230px}
.live-chat-message{max-width:82%;display:flex;flex-direction:column;gap:4px}
.live-chat-message.visitor{align-self:flex-end;align-items:flex-end}
.live-chat-message.admin,.live-chat-message.system{align-self:flex-start;align-items:flex-start}
.live-chat-bubble{padding:11px 13px;border-radius:17px;background:#f1edf5;color:#322a37;font-size:13px;line-height:1.55;white-space:pre-wrap;word-break:break-word}
.live-chat-message.visitor .live-chat-bubble{background:linear-gradient(135deg,var(--primary),var(--primary2));color:#fff;border-bottom-right-radius:5px}
.live-chat-message.admin .live-chat-bubble{border-bottom-left-radius:5px}
.live-chat-message time{color:#a096a8;font-size:10px;padding:0 3px}
.live-chat-form{border-top:1px solid #eee8f2;padding:12px;background:#fff}
.live-chat-profile{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:8px}
.live-chat-profile .input{min-height:42px;padding:9px 11px;font-size:12px;border-radius:12px}
.live-chat-compose{display:grid;grid-template-columns:1fr 46px;gap:8px;align-items:end}
.live-chat-compose textarea{width:100%;min-height:46px;max-height:105px;resize:none;border:1px solid #ded7e4;border-radius:15px;padding:12px 13px;font:500 13px/1.45 inherit;outline:none}
.live-chat-compose textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(124,58,237,.1)}
.live-chat-compose button{width:46px;height:46px;border:0;border-radius:15px;background:linear-gradient(135deg,var(--primary),var(--primary2));color:#fff;font-size:19px;cursor:pointer;box-shadow:0 10px 24px rgba(124,58,237,.22)}
.live-chat-compose button:disabled{opacity:.6;cursor:wait}
.live-chat-privacy{display:block;margin-top:7px;color:#aaa0af;font-size:10px;text-align:center}
.live-chat-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.panel-body .live-chat{bottom:96px}
@media(max-width:700px){.live-chat{right:12px;bottom:max(14px,env(safe-area-inset-bottom))}.panel-body .live-chat{bottom:94px}.live-chat-launcher{min-width:54px;padding:10px 13px}.live-chat-launcher-text{display:none}.live-chat-panel{position:fixed;left:10px;right:10px;bottom:78px;width:auto;height:min(650px,76vh);border-radius:24px;transform-origin:bottom center}.panel-body .live-chat-panel{bottom:154px}.live-chat-profile{grid-template-columns:1fr}}
