.dextra-wa-widget,* .dextra-wa-widget{box-sizing:border-box}.dextra-wa-widget{position:fixed;left:22px;right:auto;bottom:22px;z-index:999999;font-family:Arial,Helvetica,sans-serif}.dextra-wa-float{width:68px;height:68px;border:0;border-radius:50%;background:#17c45b;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 10px 30px rgba(24,196,91,.45);position:relative;animation:dextraWaJump 1.1s ease-in-out infinite}.dextra-wa-icon{font-size:34px;position:relative;z-index:2;display:flex;align-items:center;justify-content:center}.dextra-wa-pulse{position:absolute;inset:-12px;border-radius:50%;background:rgba(24,196,91,.22);animation:dextraWaGlow 1.35s ease-in-out infinite}.dextra-wa-float b{position:absolute;right:-2px;top:-3px;background:#d94d4d;color:#fff;width:24px;height:24px;border-radius:50%;font-size:14px;line-height:24px}.dextra-wa-popup{position:absolute;left:0;right:auto;bottom:88px;width:390px;max-width:calc(100vw - 24px);max-height:calc(100vh - 115px);background:#fff;border-radius:0 0 22px 22px;box-shadow:0 18px 60px rgba(0,0,0,.24);overflow:hidden;opacity:0;visibility:hidden;transform:translateY(18px) scale(.96);transition:.28s ease}.dextra-wa-popup.active{opacity:1;visibility:visible;transform:translateY(0) scale(1)}.dextra-wa-head{background:#16a94d;color:#fff;padding:16px 18px;display:flex;gap:14px;align-items:center;position:relative}.dextra-wa-head-icon{width:54px;height:54px;border-radius:50%;background:rgba(255,255,255,.18);border:2px solid rgba(255,255,255,.55);display:flex;align-items:center;justify-content:center;font-size:28px;flex:0 0 auto}.dextra-wa-head h3{margin:0;font-size:23px;line-height:1.1;font-weight:800;color:#fff}.dextra-wa-head p{margin:6px 0 0;font-size:17px;color:#fff}.dextra-wa-close{position:absolute;right:12px;top:10px;border:0;background:rgba(255,255,255,.13);color:#fff;border-radius:50%;width:30px;height:30px;font-size:22px;cursor:pointer}.dextra-wa-status{display:flex;align-items:center;justify-content:space-between;background:#eafaef;padding:13px 20px;font-size:19px;font-weight:800;color:#103629}.dextra-wa-status span{display:flex;align-items:center;gap:10px}.dextra-wa-status i{width:14px;height:14px;background:#56d987;border-radius:50%;box-shadow:0 0 0 8px rgba(86,217,135,.18)}.dextra-wa-status a{color:#078539;text-decoration:none;white-space:nowrap}.dextra-wa-body{padding:18px;background:#fff;overflow-y:auto;max-height:calc(100vh - 340px)}.dextra-wa-label{font-size:17px;font-weight:700;color:#64748b;margin:0 0 12px}.dextra-wa-action{display:flex;align-items:center;gap:16px;text-decoration:none;color:#12223d;background:#f6f8fb;border-radius:18px;padding:18px 22px;margin:0 0 12px;transition:.2s ease}.dextra-wa-action:hover{background:#eefbf3;transform:translateX(3px)}.dextra-wa-action-icon{font-size:24px;width:32px;text-align:center}.dextra-wa-action strong{font-size:20px;line-height:1.2}.dextra-wa-action em{margin-left:auto;font-style:normal;color:#93a4bb;font-size:24px}.dextra-wa-callback{display:flex;align-items:center;justify-content:center;gap:10px;text-decoration:none;border:1px solid #f4c343;color:#a74605;background:#fffaf0;border-radius:16px;padding:16px;margin:8px 0 14px;font-size:20px;font-weight:800}.dextra-wa-main{display:flex;align-items:center;justify-content:center;gap:12px;text-decoration:none;background:#16a34a;color:#fff;border-radius:16px;padding:17px;font-size:21px;font-weight:900;box-shadow:0 14px 25px rgba(22,163,74,.28)}.dextra-wa-main span{font-size:27px}.dextra-wa-footer{display:flex;justify-content:space-between;align-items:center;background:#061631;color:#fff;padding:17px 20px;font-size:18px;font-weight:700;gap:14px}.dextra-wa-footer a{color:#35ef8a;text-decoration:none;font-size:22px;font-weight:900;white-space:nowrap}@keyframes dextraWaJump{0%,100%{transform:translateY(0)}45%{transform:translateY(-10px)}70%{transform:translateY(0)}}@keyframes dextraWaGlow{0%,100%{transform:scale(.92);opacity:.7}50%{transform:scale(1.25);opacity:.25}}@media(max-width:768px){.dextra-wa-widget{left:12px;right:auto;bottom:14px}.dextra-wa-float{width:60px;height:60px}.dextra-wa-popup{position:fixed;left:12px;right:auto;bottom:76px;width:300px;max-width:calc(100vw - 24px);max-height:min(330px,calc(100svh - 96px));border-radius:0 0 18px 18px;display:flex;flex-direction:column}.dextra-wa-head{padding:8px 12px;gap:9px}.dextra-wa-head-icon{width:38px;height:38px}.dextra-wa-head h3{font-size:16px}.dextra-wa-head p{font-size:11.5px;margin-top:3px}.dextra-wa-close{width:28px;height:28px;font-size:20px}.dextra-wa-status{font-size:13px;padding:8px 13px;gap:8px}.dextra-wa-status i{width:10px;height:10px;box-shadow:0 0 0 6px rgba(86,217,135,.18)}.dextra-wa-status a{font-size:13px}.dextra-wa-body{padding:8px 10px;max-height:none;flex:1;overflow-y:auto}.dextra-wa-label{font-size:13px;margin-bottom:8px}.dextra-wa-action{padding:8px 10px;border-radius:12px;gap:9px;margin-bottom:6px}.dextra-wa-action-icon{font-size:18px;width:22px}.dextra-wa-action strong{font-size:14px}.dextra-wa-action em{font-size:18px}.dextra-wa-callback{font-size:13px;padding:8px;border-radius:12px;margin:5px 0 8px}.dextra-wa-main{font-size:14px;padding:9px;border-radius:12px}.dextra-wa-footer{font-size:12px;padding:8px 12px}.dextra-wa-footer a{font-size:15px}}@media(max-width:420px){.dextra-wa-popup{left:10px;width:285px;max-width:calc(100vw - 20px);bottom:72px;max-height:min(300px,calc(100svh - 88px))}.dextra-wa-head-icon{width:36px;height:36px}.dextra-wa-head h3{font-size:15px}.dextra-wa-head p{font-size:11px}.dextra-wa-status{font-size:12px}.dextra-wa-status a{font-size:12px}.dextra-wa-action strong{font-size:13.5px}.dextra-wa-body{max-height:none;flex:1;overflow-y:auto}.dextra-wa-footer{align-items:flex-start;flex-direction:column;gap:4px}.dextra-wa-footer a{font-size:16px}}
.dextra-wa-svg{width:1em;height:1em;display:block;fill:currentColor}.dextra-wa-head-icon .dextra-wa-svg{width:30px;height:30px}.dextra-wa-main .dextra-wa-svg{width:27px;height:27px}.dextra-wa-icon .dextra-wa-svg{width:36px;height:36px}
