:root{--yzcall-btn-color:#25D366;--yzcall-btn-text:#ffffff;--yzcall-popup-color:#1a73e8;--yzcall-btn-size:58px;--yzcall-offset-x:24px;--yzcall-offset-y:24px;--yzcall-pos-x:right;--yzcall-radius:16px;--yzcall-shadow:0 8px 32px rgba(0,0,0,.18);--yzcall-transition:.25s cubic-bezier(.4,0,.2,1);--yzcall-z:999990;--yzcall-font:-apple-system, BlinkMacSystemFont, "Segoe UI", "Vazirmatn", Tahoma, sans-serif}#yzcall-btn-wrap,#yzcall-btn-wrap *,#yzcall-popup,#yzcall-popup *{box-sizing:border-box;font-family:var(--yzcall-font);margin:0;padding:0}#yzcall-btn-wrap{position:fixed;bottom:var(--yzcall-offset-y);var(--yzcall-pos-x):var(--yzcall-offset-x);z-index:var(--yzcall-z);display:flex;align-items:center;justify-content:center}#yzcall-btn-wrap.yzcall-pos-bottom-right{right:var(--yzcall-offset-x);left:auto}#yzcall-btn-wrap.yzcall-pos-bottom-left{left:var(--yzcall-offset-x);right:auto}#yzcall-btn{width:var(--yzcall-btn-size);height:var(--yzcall-btn-size);border-radius:50%;border:none;cursor:pointer;background:var(--yzcall-btn-color);color:var(--yzcall-btn-text);display:flex;align-items:center;justify-content:center;box-shadow:var(--yzcall-shadow);transition:transform var(--yzcall-transition),box-shadow var(--yzcall-transition);outline:none;position:relative}#yzcall-btn:hover{transform:scale(1.08);box-shadow:0 12px 40px rgb(0 0 0 / .25)}#yzcall-btn:focus-visible{outline:3px solid var(--yzcall-btn-color);outline-offset:3px}#yzcall-btn svg{width:calc(var(--yzcall-btn-size) * .48);height:calc(var(--yzcall-btn-size) * .48);fill:var(--yzcall-btn-text);display:block;transition:transform var(--yzcall-transition)}#yzcall-btn.yzcall-is-open svg{transform:rotate(135deg)}.yzcall-custom-icon{width:calc(var(--yzcall-btn-size) * .55);height:calc(var(--yzcall-btn-size) * .55);object-fit:contain;display:block}.yzcall-badge{position:absolute;top:-4px;right:-4px;min-width:20px;height:20px;padding:0 5px;background:#e53935;color:#fff;border-radius:10px;font-size:11px;font-weight:700;line-height:20px;text-align:center;z-index:1;border:2px solid #fff;animation:yzcall-badge-pop .3s ease}@keyframes yzcall-badge-pop{0%{transform:scale(0)}80%{transform:scale(1.2)}100%{transform:scale(1)}}#yzcall-btn.yzcall-pulse::before,#yzcall-btn.yzcall-pulse::after{content:'';position:absolute;inset:0;border-radius:50%;background:var(--yzcall-btn-color);opacity:.5;animation:yzcall-pulse 2s ease-out infinite}#yzcall-btn.yzcall-pulse::after{animation-delay:.6s}@keyframes yzcall-pulse{0%{transform:scale(1);opacity:.5}100%{transform:scale(2.2);opacity:0}}#yzcall-overlay{position:fixed;inset:0;background:rgb(0 0 0 / .45);z-index:calc(var(--yzcall-z) + 1);opacity:0;pointer-events:none;transition:opacity var(--yzcall-transition)}#yzcall-overlay.yzcall-visible{opacity:1;pointer-events:auto}#yzcall-popup{position:fixed;bottom:calc(var(--yzcall-offset-y) + var(--yzcall-btn-size) + 16px);var(--yzcall-pos-x):var(--yzcall-offset-x);z-index:calc(var(--yzcall-z) + 2);width:min(360px, calc(100vw - 32px));background:#fff;border-radius:var(--yzcall-radius);box-shadow:var(--yzcall-shadow);overflow:hidden;direction:rtl;opacity:0;pointer-events:none;transform:translateY(12px) scale(.97);transform-origin:bottom center;transition:opacity var(--yzcall-transition),transform var(--yzcall-transition)}.yzcall-pos-bottom-right #yzcall-popup,#yzcall-btn-wrap.yzcall-pos-bottom-right~#yzcall-popup{right:var(--yzcall-offset-x);left:auto}.yzcall-pos-bottom-left #yzcall-popup,#yzcall-btn-wrap.yzcall-pos-bottom-left~#yzcall-popup{left:var(--yzcall-offset-x);right:auto}#yzcall-popup.yzcall-visible{opacity:1;pointer-events:auto;transform:translateY(0) scale(1)}.yzcall-popup-header{background:var(--yzcall-popup-color);color:#fff;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:10px}.yzcall-popup-header-text{display:flex;align-items:center;gap:12px;flex:1;min-width:0}.yzcall-popup-icon{width:34px;height:34px;background:rgb(255 255 255 / .2);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.yzcall-popup-icon svg{width:17px;height:17px;fill:#fff}.yzcall-popup-title{font-size:14px;font-weight:700;line-height:1.3;color:#fff;margin:0}.yzcall-popup-subtitle{font-size:11px;color:rgb(255 255 255 / .8);margin:1px 0 0;line-height:1.3}.yzcall-close-btn{background:rgb(255 255 255 / .15);border:none;cursor:pointer;color:#fff;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background var(--yzcall-transition);outline:none;padding:0}.yzcall-close-btn:hover{background:rgb(255 255 255 / .3)}.yzcall-close-btn svg{width:18px;height:18px;fill:#fff}.yzcall-agents-list{list-style:none;max-height:360px;overflow-y:auto;padding:4px 0;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#e0e0e0 #fff0}.yzcall-agents-list::-webkit-scrollbar{width:4px}.yzcall-agents-list::-webkit-scrollbar-track{background:#fff0}.yzcall-agents-list::-webkit-scrollbar-thumb{background:#e0e0e0;border-radius:3px}.yzcall-agent-item{border-bottom:1px solid #f3f3f3}.yzcall-agent-item:last-child{border-bottom:none}.yzcall-agent-link{display:flex;align-items:center;gap:11px;padding:10px 14px;text-decoration:none;color:inherit;transition:background var(--yzcall-transition)}.yzcall-agent-link:hover,.yzcall-agent-link:focus-visible{background:#f7f7fd;text-decoration:none}.yzcall-agent-photo{position:relative;width:46px;height:46px;flex-shrink:0}.yzcall-agent-photo img{width:46px;height:46px;border-radius:50%;object-fit:cover;border:2px solid #ebebeb;display:block}.yzcall-agent-initials{width:46px;height:46px;border-radius:50%;background:var(--yzcall-popup-color);color:#fff;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700}.yzcall-online-dot{position:absolute;bottom:1px;left:1px;width:11px;height:11px;background:#43a047;border-radius:50%;border:2px solid #fff}.yzcall-agent-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.yzcall-agent-name{font-size:14px;font-weight:700;color:#1a1a2e;line-height:1.3}.yzcall-agent-title{font-size:12px;color:var(--yzcall-popup-color);font-weight:500}.yzcall-agent-desc{font-size:11px;color:#888;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.yzcall-agent-cta{display:flex;flex-direction:column;align-items:center;gap:5px;flex-shrink:0}.yzcall-phone-num{font-size:11px;color:#888;font-weight:500;direction:ltr;white-space:nowrap}.yzcall-call-label{background:var(--yzcall-btn-color);color:var(--yzcall-btn-text);font-size:11px;font-weight:700;padding:5px 14px;border-radius:100px;white-space:nowrap;letter-spacing:.3px}.yzcall-popup-footer{display:flex;align-items:center;justify-content:center;gap:5px;padding:8px 14px;background:#fafafa;border-top:1px solid #f0f0f0;font-size:11px;color:#bbb}.yzcall-popup-footer svg{width:13px;height:13px;fill:#aaa;flex-shrink:0}@keyframes yzcall-slide-in{from{opacity:0;transform:translateY(16px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width:480px){#yzcall-popup{width:calc(100vw - 20px);bottom:calc(var(--yzcall-offset-y) + var(--yzcall-btn-size) + 10px)}.yzcall-pos-bottom-right #yzcall-popup,#yzcall-btn-wrap.yzcall-pos-bottom-right~#yzcall-popup{right:10px}.yzcall-pos-bottom-left #yzcall-popup,#yzcall-btn-wrap.yzcall-pos-bottom-left~#yzcall-popup{left:10px}}