.live-chat{position:fixed;z-index:1055;left:22px;bottom:24px;direction:rtl}.live-chat-button{position:relative;width:58px;height:58px;border:0;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#7148f5,#159fd6);color:#fff;font-size:25px;box-shadow:0 12px 35px #573ee466}.live-chat-button:hover{transform:translateY(-2px)}.chat-unread{position:absolute;right:-3px;top:-4px;min-width:21px;height:21px;padding:0 5px;border-radius:999px;background:#ef405f;color:#fff;font:800 11px Arial;display:grid;place-items:center}.live-chat-panel{position:absolute;left:0;bottom:70px;width:min(370px,calc(100vw - 28px));height:min(540px,calc(100vh - 130px));border-radius:20px;overflow:hidden;background:#fff;border:1px solid #e1e3f2;box-shadow:0 25px 80px #25224b38;display:grid;grid-template-rows:auto 1fr auto}.live-chat-panel[hidden]{display:none}.live-chat-panel header{display:flex;justify-content:space-between;align-items:center;padding:15px 17px;background:linear-gradient(135deg,#6546ea,#268fda);color:#fff}.live-chat-panel header strong,.live-chat-panel header small{display:block}.live-chat-panel header small{font-size:11px;margin-top:3px;opacity:.88}.live-chat-panel header small span{display:inline-block;width:7px;height:7px;border-radius:50%;background:#38e59c;margin-left:4px}.live-chat-panel header button{width:34px;height:34px;padding:0;border:0;border-radius:50%;background:#ffffff22;color:#fff;font-size:22px}.live-chat-messages{overflow:auto;padding:16px;background:#f6f7fc;display:flex;flex-direction:column;gap:10px}.chat-message{max-width:82%;padding:10px 12px;border-radius:14px;color:#292b4a;background:#fff;border:1px solid #e5e6f1;box-shadow:0 4px 15px #3030520a}.chat-message.customer{align-self:flex-start;background:#6849eb;color:#fff;border-color:#6849eb;border-bottom-right-radius:4px}.chat-message.admin{align-self:flex-end;border-bottom-left-radius:4px}.chat-message small{display:block;font-size:9px;opacity:.65;margin-top:4px}.chat-loading{text-align:center;color:#8c91aa;margin:auto}.live-chat-form{display:grid;grid-template-columns:1fr 44px;gap:8px;padding:11px;background:#fff;border-top:1px solid #e5e6f1}.live-chat-form textarea{resize:none;border:1px solid #dcdfee;border-radius:12px;padding:10px 12px;max-height:90px;color:#252744;background:#f8f8fc}.live-chat-form button{border:0;border-radius:12px;background:#6849eb;color:#fff}.chat-guest{grid-row:2/4;padding:38px 25px;text-align:center;align-self:center}.chat-guest>i{font-size:42px;color:#6849eb}.chat-guest strong{display:block;margin:12px 0 5px}.chat-guest p{color:#858aa2;font-size:13px}.chat-guest a{display:block;padding:11px;border-radius:11px;background:#6849eb;color:#fff;text-decoration:none;font-weight:800}.theme-dark .live-chat-panel,html[data-theme=dark] .live-chat-panel{background:#11182b;border-color:#303954}.theme-dark .live-chat-messages,html[data-theme=dark] .live-chat-messages{background:#0c1221}.theme-dark .chat-message.admin,html[data-theme=dark] .chat-message.admin{background:#192238;border-color:#303b55;color:#fff}.theme-dark .live-chat-form,html[data-theme=dark] .live-chat-form{background:#11182b;border-color:#303954}.theme-dark .live-chat-form textarea,html[data-theme=dark] .live-chat-form textarea{background:#192238;border-color:#303b55;color:#fff}@media(max-width:600px){.live-chat{left:14px;bottom:92px}.live-chat-button{width:52px;height:52px}.live-chat-panel{position:fixed;left:10px;right:10px;bottom:82px;width:auto;height:min(520px,calc(100vh - 105px))}}