#woomob-chat-root{font-family:var(--wchat-font,"Woomob Vazirmatn",Tahoma,sans-serif);direction:rtl;font-size:16px}.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:64px;height:64px;border:0;border-radius:22px;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:76px;width:min(430px,calc(100vw - 24px));height:min(640px,calc(100dvh - 120px));display:grid;grid-template-rows:auto 1fr auto;overflow:hidden;background:#fff;border:1px solid #e3e9f1;border-radius:26px;box-shadow:0 22px 70px #0f172a44;animation:wchat-in .25s ease}.wchat__panel>header{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;background:linear-gradient(135deg,#f97316,#fb923c);color:#fff}.wchat__panel>header div{display:grid}.wchat__panel>header strong{font-size:16px}.wchat__panel>header span{display:flex;align-items:center;gap:6px;font-size:12px;opacity:.9}.wchat__panel>header span i{width:8px;height:8px;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:38px;height:38px;border:0;border-radius:12px;background:#ffffff20;color:#fff}.wchat__panel svg{width:20px}.wchat__start{grid-row:2/4;align-self:center;display:grid;gap:12px;padding:24px}.wchat__start p{margin:0 0 3px;text-align:center;font-size:15px}.wchat__start label{display:grid;gap:5px;font-size:13px}.wchat__start input{min-height:48px;padding:9px 12px;border:1px solid #dbe2ec;border-radius:13px;outline:none;background:#f7f9fc;font-size:15px}.wchat__start input:focus{border-color:#f97316;box-shadow:0 0 0 3px #ffedd5}.wchat__start>button{min-height:48px;border:0;border-radius:14px;background:#f97316;color:#fff;font-size:15px;font-weight:700}.wchat__start small{color:#718096;text-align:center;font-size:11px;line-height:1.8}.wchat__messages{min-height:0;overflow:auto;display:flex;flex-direction:column;gap:8px;padding:14px;background:#f4f7fd}.wchat__messages article{max-width:84%;padding:9px 13px;border-radius:15px;background:#fff;box-shadow:0 2px 9px #1720330d;font-size:14px}.wchat__messages article.customer{align-self:flex-start;background:#f97316;color:#fff;border-end-start-radius:5px}.wchat__messages article.admin{align-self:flex-end;border-end-end-radius:5px}.wchat__messages p{margin:0;white-space:pre-wrap;line-height:1.8}.wchat__messages small{display:block;margin-top:3px;font-size:10px;opacity:.65;text-align:end}.wchat__sticker{padding:4px;font-size:48px;line-height:1.15}.wchat__image{display:block;width:min(250px,100%);max-height:250px;margin-block:5px;object-fit:cover;border-radius:12px}.wchat__audio{display:block;width:min(270px,72vw);height:42px;margin-block:5px}.wchat__file{display:flex;align-items:center;gap:8px;min-width:210px;margin-block:5px;padding:9px;border-radius:11px;background:#17203310;color:inherit}.wchat__file svg{flex:0 0 22px}.wchat__file span{min-width:0;display:grid}.wchat__file strong{max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.wchat__file small{margin:0;text-align:start}.wchat__attachment-loading{display:block;padding:6px;font-size:11px;opacity:.7}.wchat__composer{display:grid;grid-template-columns:40px 40px 40px minmax(0,1fr) 46px;gap:5px;padding:9px;background:#fff;border-block-start:1px solid #e3e9f1}.wchat__composer textarea{min-width:0;min-height:44px;max-height:96px;resize:none;border:0;border-radius:13px;background:#f2f6fb;padding:10px 12px;outline:0;font-size:15px;line-height:1.8}.wchat__composer button{position:relative;display:grid;place-items:center;min-width:0;padding:0;border:0;border-radius:12px;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:-8px;inset-inline-end:-5px;min-width:18px;padding:1px 4px;border-radius:9px;background:#dc2626;color:#fff;font-size:10px}.wchat__stickers{position:absolute;z-index:3;inset-inline:10px;inset-block-end:64px;display:grid;grid-template-columns:repeat(8,1fr);gap:4px;padding:10px;border:1px solid #e3e9f1;border-radius:15px;background:#fff;box-shadow:0 12px 30px #17203322}.wchat__stickers button{display:grid;place-items:center;height:40px;padding:0;border:0;border-radius:9px;background:#f7f9fc;font-size:24px}.wchat__error{position:absolute;z-index:4;inset-inline:11px;inset-block-end:64px;margin:0;padding:9px 12px;border-radius:12px;background:#b91c1c;color:#fff;font-size:11px;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:15px}.wchat__panel{position:fixed;top:8px;right:8px;bottom:8px;left:8px;width:auto;height:auto;border-radius:22px}.wchat__launcher{width:58px;height:58px;margin-inline-start:auto}.wchat__panel>header{padding:12px 14px}.wchat__messages{padding:12px}.wchat__messages article{font-size:13.5px}.wchat__composer{grid-template-columns:38px 38px 38px minmax(0,1fr) 44px;padding:8px}.wchat__composer textarea{font-size:14px}.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:76px;bottom:auto}.wchat__tooltip{position:absolute;right:0;bottom:76px;width:max-content;max-width:min(360px,calc(100vw - 24px));padding:12px 16px;border-radius:14px;background:#172033;color:#fff;font-size:14px;line-height:1.7;box-shadow:0 8px 22px #17203333;animation:wchat-in .25s ease}.wchat__tooltip:after{content:"";position:absolute;right:24px;bottom:-6px;width:12px;height:12px;background:#172033;transform:rotate(45deg)}.wchat--left .wchat__tooltip{left:0;right:auto}.wchat--left .wchat__tooltip:after{left:24px;right:auto}.wchat--top .wchat__tooltip{top:76px;bottom:auto}.wchat--top .wchat__tooltip:after{top:-6px;bottom:auto}.wchat__channels{position:absolute;right:0;bottom:76px;width:280px;display:grid;gap:7px;padding:9px;border:1px solid #e3e9f1;border-radius:18px;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:76px;bottom:auto}.wchat__channels a,.wchat__channels button{width:100%;display:grid;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:11px;min-height:52px;padding:6px 9px;border:0;border-radius:12px;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:42px;height:42px;border-radius:12px;background:#94a3b8;color:#fff;font-size:15px;font-weight:800}.wchat__channels strong{font-size:14px}.wchat__channels .channel-direct span{background:#f97316}.wchat__channels .channel-whatsapp span{background:#22c55e}.wchat__channels .channel-telegram span{background:#229ed9}.wchat__channels .channel-instagram span{background:#d62976}.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(270px,calc(100vw - 20px))}.wchat__tooltip{font-size:13px}}@media(max-width:480px){.wchat .wchat__panel{position:fixed;top:8px;right:8px;bottom:8px;left:8px;width:auto;height:auto}}#woomob-chat-root .wchat .wchat__tooltip{font-family:var(--wchat-font,"Woomob Vazirmatn",Tahoma,sans-serif)!important;font-size:14px!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:24px;height:24px;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-instagram span{background:linear-gradient(145deg,#feda75,#fa7e1e 30%,#d62976 70%,#962fbf)}#woomob-chat-root .wchat__channels .channel-instagram span svg{fill:none;stroke:currentColor;stroke-width:2}#woomob-chat-root .wchat__channels .channel-instagram span svg circle:last-child{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:14px!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:14px!important;font-style:normal!important;font-weight:750!important;line-height:1.7!important}#woomob-chat-root .wchat__panel>header strong{font-size:16px!important;font-weight:750!important;line-height:1.7!important}#woomob-chat-root .wchat__panel>header span{font-size:12px!important;line-height:1.7!important}#woomob-chat-root .wchat__start p{font-size:15px!important;line-height:1.8!important}#woomob-chat-root .wchat__start label{font-size:13px!important;font-weight:500!important;line-height:1.7!important}#woomob-chat-root .wchat__start input{font-size:15px!important;font-weight:400!important;line-height:1.7!important}#woomob-chat-root .wchat__start>button{font-size:15px!important;font-weight:750!important;line-height:1.7!important}#woomob-chat-root .wchat__start small{font-size:11px!important;font-weight:400!important;line-height:1.8!important}#woomob-chat-root .wchat__messages article{font-size:14px!important;font-weight:400!important;line-height:1.8!important}#woomob-chat-root .wchat__messages small{font-size:10px!important;line-height:1.6!important}#woomob-chat-root .wchat__composer textarea{font-size:15px!important;font-weight:400!important;line-height:1.8!important}#woomob-chat-root .wchat__error{font-size:11px!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:14px!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:14px!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}#woomob-chat-root .wchat.wchat--font-yekan{--wchat-font:"Woomob Yekan","Woomob Vazirmatn",Tahoma,sans-serif}
