.chat-widget{position:fixed;left:22px;bottom:22px;z-index:800;direction:rtl}.chat-launcher{width:58px;height:58px;border:0;border-radius:19px;background:linear-gradient(145deg,#3987f5,#1768dc);color:#fff;display:grid;place-items:center;box-shadow:0 16px 35px rgba(25,103,216,.35);transition:.25s;position:relative}.chat-launcher:hover{transform:translateY(-3px)}.chat-launcher .icon{width:27px;height:27px}.chat-launcher .chat-close-icon{display:none}.chat-widget.is-open .chat-launcher .chat-open-icon{display:none}.chat-widget.is-open .chat-launcher .chat-close-icon{display:block}.chat-badge{position:absolute;right:-4px;top:-5px;min-width:19px;height:19px;border-radius:20px;padding:0 5px;background:#f0525f;color:#fff;border:2px solid #fff;font:800 10px/15px Arial}.chat-panel{position:absolute;left:0;bottom:72px;width:360px;height:min(580px,calc(100vh - 120px));border:1px solid #d9e4ee;border-radius:24px;background:#fff;box-shadow:0 24px 70px rgba(7,27,51,.22);overflow:hidden}.chat-panel[hidden]{display:none}.chat-head{height:86px;padding:17px 18px;background:linear-gradient(135deg,#071b33,#11375e);color:#fff;display:flex;align-items:center;gap:12px}.chat-agent{width:46px;height:46px;border-radius:15px;background:rgba(255,255,255,.11);display:grid;place-items:center;color:#65b7ff}.chat-agent .icon{width:23px}.chat-head>div{display:flex;flex-direction:column;flex:1}.chat-head b{font-size:14px}.chat-head span{font-size:10px;color:#a9bed0;display:flex;align-items:center;gap:6px}.chat-head span:before{content:"";width:7px;height:7px;border-radius:50%;background:#25bd82;box-shadow:0 0 0 4px rgba(37,189,130,.14)}.chat-head button{border:0;background:transparent;color:#bdcede;width:34px;height:34px;display:grid;place-items:center}.chat-head button .icon{width:18px}.chat-body{height:calc(100% - 86px);background:#f5f8fb}.chat-prechat{height:100%;padding:24px;display:flex;flex-direction:column;justify-content:center}.chat-prechat>span{width:52px;height:52px;border-radius:16px;background:#eaf3ff;color:#2f80ed;display:grid;place-items:center;margin-bottom:15px}.chat-prechat>span .icon{width:25px}.chat-prechat h3{font-size:18px;margin:0 0 5px;color:#071b33}.chat-prechat>p{font-size:11px;color:#71818f;margin:0 0 18px;line-height:1.8}.chat-prechat label{display:grid;gap:6px;font-size:10px;font-weight:800;color:#354d64;margin-bottom:10px}.chat-prechat input{height:45px;border:1px solid #d7e2eb;border-radius:12px;background:#fff;padding:0 12px;outline:none}.chat-prechat input:focus{border-color:#5a9eed;box-shadow:0 0 0 4px rgba(47,128,237,.09)}.chat-prechat .btn{width:100%;margin-top:5px}.chat-error{min-height:18px;margin:7px 0 0;color:#d33f4e!important;font-size:10px!important}.chat-room{height:100%;display:grid;grid-template-rows:1fr auto}.chat-room[hidden],.chat-prechat[hidden]{display:none}.chat-messages{overflow:auto;padding:16px;display:flex;flex-direction:column;gap:9px;scrollbar-width:thin}.chat-message{max-width:82%;padding:10px 12px;border-radius:15px 15px 4px 15px;background:#e5f0ff;color:#17334d;align-self:flex-start;box-shadow:0 4px 12px rgba(7,27,51,.04)}.chat-message.visitor{align-self:flex-end;background:#176bdc;color:#fff;border-radius:15px 15px 15px 4px}.chat-message p{font-size:11px;line-height:1.75;margin:0;white-space:pre-wrap;overflow-wrap:anywhere}.chat-message small{display:block;font-size:8px;margin-top:3px;color:#7690a7;direction:ltr}.chat-message.visitor small{color:#c5ddff}.chat-send{padding:12px;background:#fff;border-top:1px solid #e1e8ef;display:grid;grid-template-columns:1fr 44px;gap:8px}.chat-send input{min-width:0;height:44px;border:1px solid #d8e3ec;border-radius:13px;padding:0 12px;outline:none}.chat-send input:focus{border-color:#5a9eed}.chat-send button{width:44px;height:44px;border:0;border-radius:13px;background:#176bdc;color:#fff;display:grid;place-items:center}.chat-send button .icon{width:19px;transform:rotate(180deg)}
html[data-theme="dark"] .chat-panel{background:#0b223b;border-color:#29445e}html[data-theme="dark"] .chat-body{background:#071a2e}html[data-theme="dark"] .chat-prechat h3,html[data-theme="dark"] .chat-prechat label{color:#edf5ff}html[data-theme="dark"] .chat-prechat>p{color:#91a8bd}html[data-theme="dark"] .chat-prechat input,html[data-theme="dark"] .chat-send,html[data-theme="dark"] .chat-send input{background:#0b223b;border-color:#29445e;color:#edf5ff}html[data-theme="dark"] .chat-message.admin{background:#132f4c;color:#edf5ff}html[data-theme="dark"] .chat-send{border-color:#29445e}
@media(max-width:560px){.chat-widget{left:11px;bottom:12px}.chat-launcher{width:54px;height:54px;border-radius:17px}.chat-panel{position:fixed;left:9px;right:9px;bottom:78px;width:auto;height:min(620px,calc(100vh - 100px));border-radius:21px}.chat-prechat{padding:21px}}
