#woomob-chat-root{font-family:var(--wchat-font,"Woomob Vazirmatn",Tahoma,sans-serif);direction:rtl;font-size:13px}.wchat{position:fixed;z-index:999999;color:#172033}.wchat *{box-sizing:border-box}.wchat button,.wchat input,.wchat textarea{font:inherit}.wchat__launcher{display:grid;place-items:center;width:56px;height:56px;border:0;border-radius:19px;background:linear-gradient(145deg,#fb923c,#f97316);color:#fff;box-shadow:0 14px 32px #f9731666;transition:transform .2s}.wchat__launcher:hover{transform:translateY(-2px)}.wchat__panel{position:absolute;right:0;bottom:68px;width:min(370px,calc(100vw - 24px));height:min(560px,calc(100dvh - 105px));display:grid;grid-template-rows:auto 1fr auto;overflow:hidden;background:#fff;border:1px solid #e3e9f1;border-radius:22px;box-shadow:0 22px 70px #0f172a44;animation:wchat-in .25s ease}.wchat__panel>header{display:flex;align-items:center;justify-content:space-between;padding:11px 14px;background:linear-gradient(135deg,#f97316,#fb923c);color:#fff}.wchat__panel>header div{display:grid}.wchat__panel>header strong{font-size:13px}.wchat__panel>header span{display:flex;align-items:center;gap:5px;font-size:9px;opacity:.9}.wchat__panel>header span i{width:7px;height:7px;border-radius:50%;background:#fed7aa}.wchat__panel>header span i.online{background:#4ade80;box-shadow:0 0 0 3px #ffffff25}.wchat__panel>header button{display:grid;place-items:center;width:32px;height:32px;border:0;border-radius:10px;background:#ffffff20;color:#fff}.wchat__panel svg{width:18px}.wchat__start{grid-row:2/4;align-self:center;display:grid;gap:10px;padding:20px}.wchat__start p{margin:0 0 3px;text-align:center;font-size:12px}.wchat__start label{display:grid;gap:4px;font-size:10px}.wchat__start input{min-height:40px;padding:7px 10px;border:1px solid #dbe2ec;border-radius:11px;outline:none;background:#f7f9fc;font-size:12px}.wchat__start input:focus{border-color:#f97316;box-shadow:0 0 0 3px #ffedd5}.wchat__start>button{min-height:40px;border:0;border-radius:12px;background:#f97316;color:#fff;font-size:11px;font-weight:700}.wchat__start small{color:#718096;text-align:center;font-size:8px;line-height:1.7}.wchat__messages{min-height:0;overflow:auto;display:flex;flex-direction:column;gap:6px;padding:11px;background:#f4f7fd}.wchat__messages article{max-width:84%;padding:7px 10px;border-radius:13px;background:#fff;box-shadow:0 2px 9px #1720330d;font-size:10px}.wchat__messages article.customer{align-self:flex-start;background:#f97316;color:#fff;border-end-start-radius:4px}.wchat__messages article.admin{align-self:flex-end;border-end-end-radius:4px}.wchat__messages p{margin:0;white-space:pre-wrap;line-height:1.75}.wchat__messages small{display:block;margin-top:2px;font-size:7px;opacity:.65;text-align:end}.wchat__sticker{padding:3px;font-size:38px;line-height:1.15}.wchat__image{display:block;width:min(210px,100%);max-height:210px;margin-block:4px;object-fit:cover;border-radius:10px}.wchat__audio{display:block;width:min(235px,72vw);height:36px;margin-block:4px}.wchat__file{display:flex;align-items:center;gap:7px;min-width:180px;margin-block:4px;padding:7px;border-radius:9px;background:#17203310;color:inherit}.wchat__file svg{flex:0 0 20px}.wchat__file span{min-width:0;display:grid}.wchat__file strong{max-width:190px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:9px}.wchat__file small{margin:0;text-align:start}.wchat__attachment-loading{display:block;padding:5px;font-size:8px;opacity:.7}.wchat__composer{display:grid;grid-template-columns:34px 34px 34px minmax(0,1fr) 38px;gap:4px;padding:7px;background:#fff;border-block-start:1px solid #e3e9f1}.wchat__composer textarea{min-width:0;min-height:36px;max-height:80px;resize:none;border:0;border-radius:11px;background:#f2f6fb;padding:8px 9px;outline:0;font-size:11px;line-height:1.7}.wchat__composer button{position:relative;display:grid;place-items:center;min-width:0;padding:0;border:0;border-radius:10px;background:#f1f4f8;color:#f97316}.wchat__composer button:last-child{background:#f97316;color:#fff}.wchat__composer button:disabled{opacity:.42}.wchat__composer button.recording{background:#fee2e2;color:#dc2626;animation:wchat-pulse 1s infinite}.wchat__composer button b{position:absolute;inset-block-start:-7px;inset-inline-end:-4px;min-width:16px;padding:1px 3px;border-radius:8px;background:#dc2626;color:#fff;font-size:7px}.wchat__stickers{position:absolute;z-index:3;inset-inline:8px;inset-block-end:55px;display:grid;grid-template-columns:repeat(8,1fr);gap:3px;padding:8px;border:1px solid #e3e9f1;border-radius:13px;background:#fff;box-shadow:0 12px 30px #17203322}.wchat__stickers button{display:grid;place-items:center;height:33px;padding:0;border:0;border-radius:8px;background:#f7f9fc;font-size:20px}.wchat__error{position:absolute;z-index:4;inset-inline:9px;inset-block-end:56px;margin:0;padding:7px 9px;border-radius:10px;background:#b91c1c;color:#fff;font-size:8px;box-shadow:0 8px 24px #7f1d1d33}.wchat__start .wchat__error{position:static}.wchat input[type=file]{display:none}@keyframes wchat-in{0%{opacity:0;transform:translateY(10px) scale(.98)}}@keyframes wchat-pulse{50%{box-shadow:0 0 0 5px #fee2e2}}@media(max-width:480px){#woomob-chat-root{font-size:12px}.wchat__panel{position:fixed;top:6px;right:6px;bottom:6px;left:6px;width:auto;height:auto;border-radius:18px}.wchat__launcher{width:52px;height:52px;margin-inline-start:auto}.wchat__panel>header{padding:9px 11px}.wchat__messages{padding:9px}.wchat__messages article{font-size:9.5px}.wchat__composer{grid-template-columns:32px 32px 32px minmax(0,1fr) 36px;padding:6px}.wchat__composer textarea{font-size:10.5px}.wchat__stickers{grid-template-columns:repeat(8,1fr)}}.wchat--right{right:max(var(--wchat-offset-x,18px),env(safe-area-inset-right));left:auto}.wchat--left{left:max(var(--wchat-offset-x,18px),env(safe-area-inset-left));right:auto}.wchat--bottom{bottom:max(var(--wchat-offset-y,18px),env(safe-area-inset-bottom));top:auto}.wchat--top{top:max(var(--wchat-offset-y,18px),env(safe-area-inset-top));bottom:auto}.wchat--left .wchat__panel{left:0;right:auto}.wchat--top .wchat__panel{top:68px;bottom:auto}.wchat__tooltip{position:absolute;right:0;bottom:66px;width:max-content;max-width:min(260px,calc(100vw - 24px));padding:7px 10px;border-radius:10px;background:#172033;color:#fff;font-size:9px;line-height:1.65;box-shadow:0 8px 22px #17203333;animation:wchat-in .25s ease}.wchat__tooltip:after{content:"";position:absolute;right:20px;bottom:-5px;width:10px;height:10px;background:#172033;transform:rotate(45deg)}.wchat--left .wchat__tooltip{left:0;right:auto}.wchat--left .wchat__tooltip:after{left:20px;right:auto}.wchat--top .wchat__tooltip{top:66px;bottom:auto}.wchat--top .wchat__tooltip:after{top:-5px;bottom:auto}.wchat__channels{position:absolute;right:0;bottom:66px;width:220px;display:grid;gap:5px;padding:7px;border:1px solid #e3e9f1;border-radius:15px;background:#fff;box-shadow:0 18px 45px #17203333;animation:wchat-in .2s ease}.wchat--left .wchat__channels{left:0;right:auto}.wchat--top .wchat__channels{top:66px;bottom:auto}.wchat__channels a,.wchat__channels button{width:100%;display:grid;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:8px;min-height:42px;padding:5px 7px;border:0;border-radius:10px;background:#f7f9fc;color:#172033;text-align:start}.wchat__channels a:hover,.wchat__channels button:hover{background:#fff1e7}.wchat__channels span{display:grid;place-items:center;width:32px;height:32px;border-radius:10px;background:#94a3b8;color:#fff;font-size:11px;font-weight:800}.wchat__channels strong{font-size:10px}.wchat__channels .channel-direct span{background:#f97316}.wchat__channels .channel-whatsapp span{background:#22c55e}.wchat__channels .channel-telegram span{background:#229ed9}.wchat__channels .channel-bale span{background:#25a5c7}.wchat__channels .channel-eitaa span{background:#ed8b22}.wchat__channels .channel-rubika span{background:#7c4dce}.wchat__launcher.active{transform:rotate(8deg);box-shadow:0 10px 26px #f9731677}@media(max-width:480px){.wchat--right{right:max(var(--wchat-offset-x,8px),env(safe-area-inset-right));left:auto}.wchat--left{left:max(var(--wchat-offset-x,8px),env(safe-area-inset-left));right:auto}.wchat--bottom{bottom:max(var(--wchat-offset-y,8px),env(safe-area-inset-bottom));top:auto}.wchat--top{top:max(var(--wchat-offset-y,8px),env(safe-area-inset-top));bottom:auto}.wchat__channels{width:min(215px,calc(100vw - 20px))}.wchat__tooltip{font-size:8px}}@media(max-width:480px){.wchat .wchat__panel{position:fixed;top:6px;right:6px;bottom:6px;left:6px;width:auto;height:auto}}#woomob-chat-root .wchat .wchat__tooltip{font-family:var(--wchat-font,"Woomob Vazirmatn",Tahoma,sans-serif)!important;font-size:10px!important;font-style:normal!important;font-weight:500!important;font-variant:normal!important;line-height:1.75!important;letter-spacing:normal!important;text-align:start!important;text-decoration:none!important;text-indent:0!important;text-transform:none!important;word-spacing:normal!important;direction:rtl!important;white-space:normal!important}#woomob-chat-root .wchat__channels span{overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff38,0 4px 10px #17203320}#woomob-chat-root .wchat__channels span svg{display:block;width:22px;height:22px;color:#fff}#woomob-chat-root .wchat__channels .channel-direct span{background:linear-gradient(145deg,#fb923c,#ea580c)}#woomob-chat-root .wchat__channels .channel-whatsapp span{background:linear-gradient(145deg,#4ade80,#16a34a)}#woomob-chat-root .wchat__channels .channel-whatsapp span svg path:first-child{fill:none;stroke:currentColor;stroke-width:1.8}#woomob-chat-root .wchat__channels .channel-whatsapp span svg path:last-child{fill:currentColor;stroke:none}#woomob-chat-root .wchat__channels .channel-telegram span{background:linear-gradient(145deg,#38bdf8,#0284c7)}#woomob-chat-root .wchat__channels .channel-telegram span svg path{fill:currentColor;stroke:none}#woomob-chat-root .wchat__channels .channel-bale span{background:linear-gradient(145deg,#2dd4bf,#0891b2)}#woomob-chat-root .wchat__channels .channel-bale span svg path{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}#woomob-chat-root .wchat__channels .channel-eitaa span{background:linear-gradient(145deg,#fbbf24,#ea580c)}#woomob-chat-root .wchat__channels .channel-eitaa span svg path{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}#woomob-chat-root .wchat__channels .channel-rubika span{background:linear-gradient(145deg,#a78bfa,#6d28d9)}#woomob-chat-root .wchat__channels .channel-rubika span svg path{fill:currentColor;stroke:none}#woomob-chat-root .wchat,#woomob-chat-root .wchat *{font-family:var(--wchat-font,"Woomob Vazirmatn",Tahoma,sans-serif)!important;font-kerning:auto!important;font-style:normal!important;letter-spacing:normal!important;text-transform:none!important;word-spacing:normal!important}#woomob-chat-root .wchat__channels a,#woomob-chat-root .wchat__channels button{font-family:var(--wchat-font,"Woomob Vazirmatn",Tahoma,sans-serif)!important;font-size:10px!important;font-weight:400!important;line-height:1.7!important;text-decoration:none!important}#woomob-chat-root .wchat__channels a strong,#woomob-chat-root .wchat__channels button strong{font-family:var(--wchat-font,"Woomob Vazirmatn",Tahoma,sans-serif)!important;font-size:10px!important;font-style:normal!important;font-weight:750!important;line-height:1.7!important}#woomob-chat-root .wchat__panel>header strong{font-size:13px!important;font-weight:750!important;line-height:1.7!important}#woomob-chat-root .wchat__panel>header span{font-size:9px!important;line-height:1.7!important}#woomob-chat-root .wchat__start p{font-size:12px!important;line-height:1.8!important}#woomob-chat-root .wchat__start label{font-size:10px!important;font-weight:500!important;line-height:1.7!important}#woomob-chat-root .wchat__start input{font-size:12px!important;font-weight:400!important;line-height:1.7!important}#woomob-chat-root .wchat__start>button{font-size:11px!important;font-weight:750!important;line-height:1.7!important}#woomob-chat-root .wchat__start small{font-size:8px!important;font-weight:400!important;line-height:1.8!important}#woomob-chat-root .wchat__messages article{font-size:10px!important;font-weight:400!important;line-height:1.75!important}#woomob-chat-root .wchat__messages small{font-size:7px!important;line-height:1.6!important}#woomob-chat-root .wchat__composer textarea{font-size:11px!important;font-weight:400!important;line-height:1.7!important}#woomob-chat-root .wchat__error{font-size:8px!important;font-weight:500!important;line-height:1.8!important}html body #woomob-chat-root#woomob-chat-root .wchat.wchat,html body #woomob-chat-root#woomob-chat-root .wchat.wchat *{font-family:var(--wchat-font,"Woomob Vazirmatn",Tahoma,sans-serif)!important;font-style:normal!important;letter-spacing:normal!important;text-transform:none!important;word-spacing:normal!important}html body #woomob-chat-root#woomob-chat-root .wchat.wchat .wchat__tooltip{font-family:var(--wchat-font,"Woomob Vazirmatn",Tahoma,sans-serif)!important;font-size:10px!important;font-weight:500!important;line-height:1.75!important}html body #woomob-chat-root#woomob-chat-root .wchat.wchat .wchat__channels a,html body #woomob-chat-root#woomob-chat-root .wchat.wchat .wchat__channels button,html body #woomob-chat-root#woomob-chat-root .wchat.wchat .wchat__channels strong{font-family:var(--wchat-font,"Woomob Vazirmatn",Tahoma,sans-serif)!important;font-size:10px!important;font-style:normal!important;font-weight:750!important;line-height:1.7!important}#woomob-chat-root .wchat.wchat--font-vazirmatn{--wchat-font:"Woomob Vazirmatn",Tahoma,sans-serif}#woomob-chat-root .wchat.wchat--font-estedad{--wchat-font:"Woomob Estedad","Woomob Vazirmatn",Tahoma,sans-serif}#woomob-chat-root .wchat.wchat--font-noto-sans-arabic{--wchat-font:"Woomob Noto Persian","Woomob Vazirmatn",Tahoma,sans-serif}#woomob-chat-root .wchat.wchat--font-lalezar{--wchat-font:"Woomob Lalezar","Woomob Vazirmatn",Tahoma,sans-serif}
