#chida-chat-widget,#chida-chat-widget *{box-sizing:border-box;font-family:Vazirmatn,Tahoma,Arial,sans-serif}
#chida-chat-widget{--chat-primary:#1565c0;--chat-primary-dark:#0d4d95;--chat-width:304px;--chat-height:456px;--chat-launcher-size:48px;position:fixed;z-index:2147482000;bottom:18px;color:#172033;font-size:13px;line-height:1.55;isolation:isolate;display:block!important;visibility:visible!important;opacity:1!important}
#chida-chat-widget.chat-position-right{right:18px}#chida-chat-widget.chat-position-left{left:18px}#chida-chat-widget [hidden]{display:none!important}
#chida-chat-widget button,#chida-chat-widget input,#chida-chat-widget textarea{font:inherit}#chida-chat-widget button{-webkit-appearance:none;appearance:none}
.chida-chat-launcher{position:relative!important;width:var(--chat-launcher-size)!important;height:var(--chat-launcher-size)!important;padding:0!important;margin:0!important;border:0!important;border-radius:999px!important;background:linear-gradient(135deg,var(--chat-primary),var(--chat-primary-dark))!important;box-shadow:0 12px 28px rgba(21,101,192,.3),0 4px 12px rgba(15,23,42,.14)!important;display:grid!important;place-items:center!important;cursor:pointer;transition:.18s ease;outline:none}
.chida-chat-launcher:hover{transform:translateY(-2px);box-shadow:0 16px 32px rgba(21,101,192,.35),0 5px 14px rgba(15,23,42,.18)!important}.chida-chat-launcher:active{transform:scale(.96)}.chida-chat-launcher:focus-visible{outline:2px solid rgba(37,99,235,.28);outline-offset:4px}
.chida-chat-launcher svg{width:61%;height:61%;display:block;color:#fff;overflow:visible}.chida-chat-launcher>span{position:absolute;top:-4px;inset-inline-end:-4px;min-width:19px;height:19px;padding:0 4px;border-radius:999px;display:grid;place-items:center;color:#fff;background:#ef4444;border:2px solid #fff;font-size:9px;font-weight:800}
.chida-chat-window{position:absolute;right:0;left:auto;bottom:calc(var(--chat-launcher-size) + 9px);width:min(var(--chat-width),calc(100vw - 24px));height:min(var(--chat-height),calc(100vh - 94px));min-height:400px;overflow:hidden;display:flex;flex-direction:column;background:rgba(255,255,255,.985);border:1px solid rgba(215,223,233,.96);border-radius:22px;box-shadow:0 22px 58px rgba(15,23,42,.2),0 7px 20px rgba(15,23,42,.08);backdrop-filter:blur(10px);transform-origin:bottom right;animation:chidaChatIn .18s ease-out}
.chat-position-left .chida-chat-window{left:0;right:auto;transform-origin:bottom left}@keyframes chidaChatIn{from{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:none}}
.chida-chat-header{min-height:66px;display:flex;align-items:center;gap:10px;padding:11px 12px;color:#fff;background:linear-gradient(135deg,#2b78d0 0%,var(--chat-primary) 55%,var(--chat-primary-dark) 100%);flex:0 0 auto;position:relative}.chida-chat-header:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 14% 20%,rgba(255,255,255,.18),transparent 35%);pointer-events:none}
.chida-chat-agent-avatar{position:relative;z-index:1;width:42px;height:42px;flex:0 0 42px;display:grid;place-items:center;overflow:hidden;border-radius:14px;color:var(--chat-primary);background:#fff;border:2px solid rgba(255,255,255,.72);box-shadow:0 4px 12px rgba(15,23,42,.15);font-size:15px;font-weight:800}.chida-chat-agent-avatar img{width:100%;height:100%;object-fit:cover;display:block}.chida-chat-agent-avatar i{position:absolute;bottom:-1px;inset-inline-start:-1px;width:11px;height:11px;border-radius:50%;border:2px solid #fff;background:#94a3b8}.chida-chat-agent-avatar.is-online i{background:#22c55e}
.chida-chat-agent-info{min-width:0;flex:1;position:relative;z-index:1;display:grid;gap:1px;line-height:1.25}.chida-chat-agent-info strong{font-size:14px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chida-chat-agent-info small,.chida-chat-agent-info>span{font-size:10.5px;opacity:.92}.chida-chat-agent-info>span{display:inline-flex;align-items:center;gap:5px}.chida-chat-agent-info>span:before{content:"";width:6px;height:6px;border-radius:50%;background:#dbeafe}.chida-chat-agent-info>span.is-online:before{background:#4ade80;box-shadow:0 0 0 3px rgba(74,222,128,.15)}
#chida-chat-close{position:relative;z-index:1;width:30px!important;height:30px!important;flex:0 0 30px;padding:0!important;border:0!important;border-radius:10px!important;display:grid!important;place-items:center!important;color:#fff!important;background:rgba(255,255,255,.12)!important;box-shadow:none!important;cursor:pointer;font-size:20px;line-height:1}#chida-chat-close:hover{background:rgba(255,255,255,.22)!important}
.chida-chat-start{min-height:0;flex:1;overflow-y:auto;padding:12px;background:linear-gradient(180deg,#f9fbff,#fff 62%);scrollbar-width:thin}.chida-chat-language-row{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:10px}.chida-chat-language-row>span{color:#64748b;font-size:10.5px;font-weight:700}.chida-chat-languages{display:flex;gap:3px;direction:ltr;padding:3px;background:#eef3f9;border-radius:10px}.chida-chat-languages button{min-width:47px!important;height:27px!important;padding:0 7px!important;border:0!important;border-radius:8px!important;display:grid!important;place-items:center!important;background:transparent!important;color:#64748b!important;box-shadow:none!important;cursor:pointer;font-size:10px;font-weight:700}.chida-chat-languages button.active{color:var(--chat-primary)!important;background:#fff!important;box-shadow:0 2px 8px rgba(15,23,42,.08)!important}
.chida-chat-welcome{padding:11px 12px;margin-bottom:10px;border-radius:15px;background:#f3f8ff;border:1px solid #dde9f6}.chida-chat-welcome p{margin:0 0 3px;color:#172033;font-size:12.5px;font-weight:800}.chida-chat-welcome small{color:#64748b;font-size:10.5px}
#chida-chat-start-form{display:grid;gap:8px}#chida-chat-start-form label{display:grid;gap:4px;color:#475569;font-size:10.5px;font-weight:700}#chida-chat-start-form label b{color:#ef4444}#chida-chat-start-form input,#chida-chat-start-form textarea{width:100%!important;border:1px solid #dbe3ed!important;border-radius:12px!important;color:#172033!important;background:#fff!important;outline:none!important;padding:9px 10px!important;margin:0!important;box-shadow:none!important;font-size:12px!important;font-weight:400!important;line-height:1.5!important}#chida-chat-start-form input{height:39px!important}#chida-chat-start-form textarea{min-height:68px!important;max-height:95px!important;resize:vertical}#chida-chat-start-form input:focus,#chida-chat-start-form textarea:focus,.chida-chat-composer textarea:focus{border-color:#8cbaf0!important;box-shadow:0 0 0 3px rgba(37,99,235,.1)!important}.chida-chat-error{min-height:0;color:#dc2626;font-size:10.5px}.chida-chat-error:empty{display:none}
.chida-chat-primary{height:41px!important;padding:0 14px!important;border:0!important;border-radius:13px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:8px;color:#fff!important;background:linear-gradient(135deg,var(--chat-primary),var(--chat-primary-dark))!important;box-shadow:0 10px 20px rgba(21,101,192,.18)!important;cursor:pointer;font-size:12px!important;font-weight:800!important}.chida-chat-primary i{font-style:normal;font-size:16px}.chida-chat-widget[dir=ltr] .chida-chat-primary i{transform:rotate(180deg)}.chida-chat-primary:disabled{opacity:.66;cursor:wait}
.chida-chat-view{min-height:0;flex:1;display:flex;flex-direction:column;background:#f5f8fc}.chida-chat-messages{min-height:0;flex:1;overflow-y:auto;padding:12px 10px 8px;scroll-behavior:smooth;scrollbar-width:thin}.chida-chat-message{display:flex;align-items:flex-end;gap:6px;margin:8px 0;animation:chidaMessageIn .14s ease-out}@keyframes chidaMessageIn{from{opacity:0;transform:translateY(3px)}to{opacity:1;transform:none}}.chida-chat-message.is-visitor{justify-content:flex-start;flex-direction:row-reverse}.chida-chat-widget[dir=ltr] .chida-chat-message.is-visitor{justify-content:flex-end;flex-direction:row}
.chida-chat-message-avatar{width:26px;height:26px;flex:0 0 26px;border-radius:10px;overflow:hidden;display:grid;place-items:center;color:#fff;background:linear-gradient(135deg,var(--chat-primary),var(--chat-primary-dark));font-size:10px;font-weight:800}.chida-chat-message-avatar img{width:100%;height:100%;object-fit:cover}.chida-chat-bubble{max-width:80%;padding:8px 10px 6px;border-radius:14px 14px 14px 5px;color:#243247;background:#fff;border:1px solid #e5ebf3;box-shadow:0 4px 10px rgba(15,23,42,.05);overflow:hidden}.chida-chat-widget[dir=ltr] .chida-chat-bubble{border-radius:14px 14px 5px 14px}.chida-chat-message.is-visitor .chida-chat-bubble{color:#fff;background:linear-gradient(135deg,var(--chat-primary),var(--chat-primary-dark));border-color:transparent;border-radius:14px 14px 5px 14px}.chida-chat-widget[dir=ltr] .chida-chat-message.is-visitor .chida-chat-bubble{border-radius:14px 14px 14px 5px}.chida-chat-bubble strong{display:block;margin-bottom:1px;color:var(--chat-primary);font-size:9.5px;font-weight:800}.chida-chat-bubble p{margin:0;color:inherit;white-space:pre-wrap;overflow-wrap:anywhere;font-size:12px;line-height:1.65}.chida-chat-message-meta{display:flex;align-items:center;justify-content:flex-end;gap:5px;min-height:13px;margin-top:2px;opacity:.67}.chida-chat-bubble time{font-size:8.5px;direction:ltr}.chida-chat-message.is-pending{opacity:.7}.chida-chat-image-link{display:block;margin:-2px -4px 4px;border-radius:10px;overflow:hidden}.chida-chat-image-link img{display:block;width:100%;max-width:210px;max-height:190px;object-fit:cover}
.chida-chat-typing,.chida-chat-upload-status{flex:0 0 auto;padding:4px 12px 6px;color:#64748b;font-size:9.5px;background:#f5f8fc}.chida-chat-typing:before{content:"•••";margin-inline-end:5px;color:var(--chat-primary);letter-spacing:2px}.chida-chat-upload-status.is-error{color:#dc2626}
.chida-chat-composer{flex:0 0 auto;display:flex;align-items:flex-end;gap:6px;padding:8px 9px;background:#fff;border-top:1px solid #e5ebf3}.chida-chat-composer textarea{min-width:0;flex:1;height:38px!important;min-height:38px!important;max-height:88px!important;padding:9px 10px!important;margin:0!important;resize:none;overflow-y:auto;border:1px solid #dbe3ed!important;border-radius:12px!important;color:#172033!important;background:#f8fafc!important;outline:none!important;box-shadow:none!important;font-size:11.5px!important;line-height:1.55!important}.chida-chat-composer button{width:37px!important;height:37px!important;flex:0 0 37px;padding:0!important;border:0!important;border-radius:12px!important;display:grid!important;place-items:center!important;margin:0!important;cursor:pointer}.chida-chat-composer button:first-of-type{color:#64748b!important;background:#eef3f8!important;box-shadow:none!important}.chida-chat-composer button:first-of-type:hover{color:var(--chat-primary)!important;background:#e5effb!important}.chida-chat-send{color:#fff!important;background:linear-gradient(135deg,var(--chat-primary),var(--chat-primary-dark))!important;box-shadow:0 6px 16px rgba(21,101,192,.2)!important}.chida-chat-composer svg{width:18px;height:18px;fill:currentColor}.chida-chat-widget[dir=rtl] .chida-chat-send svg{transform:rotate(180deg)}
.chida-chat-powered{flex:0 0 auto;display:flex;flex-direction:column;gap:1px;padding:5px 8px 7px;text-align:center;background:#fff;border-top:1px solid rgba(229,235,243,.7)}.chida-chat-powered>span{color:#94a3b8;font-size:8.5px}.chida-chat-powered small{color:#94a3b8;font-size:8px;line-height:1.55}.chida-chat-powered a{color:var(--chat-primary);text-decoration:none;font-weight:700}.chida-chat-powered a:hover{text-decoration:underline}
@media(max-width:768px){#chida-chat-widget{bottom:calc(96px + env(safe-area-inset-bottom,0px))!important}#chida-chat-widget.chat-position-right{right:14px}#chida-chat-widget.chat-position-left{left:14px}.chida-chat-window{width:min(var(--chat-width),calc(100vw - 28px));height:min(var(--chat-height),calc(100dvh - 168px - env(safe-area-inset-bottom,0px)));min-height:360px;border-radius:20px;bottom:calc(var(--chat-launcher-size) + 7px)}}
@media(max-height:620px){.chida-chat-window{height:calc(100dvh - 74px);min-height:360px}.chida-chat-header{min-height:61px;padding-block:8px}.chida-chat-start{padding-block:9px}}
@media(prefers-reduced-motion:reduce){.chida-chat-window,.chida-chat-message{animation:none}.chida-chat-launcher,.chida-chat-primary{transition:none}}

.chida-chat-message.is-failed .chida-chat-bubble {
  outline: 1px solid #fca5a5;
}
.chida-chat-send-error {
  width: 15px;
  height: 15px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #ef4444;
  font-size: 9px;
  font-weight: 900;
}
