.fl-wrap{all:initial;font-family:inherit;inset:0;z-index:var(--fl-z,9999)}.fl-stack,.fl-wrap{pointer-events:none;position:fixed}.fl-stack{display:flex;flex-direction:column-reverse;gap:var(--fl-gap,12px)}.fl-btn{align-items:center;background:var(--fl-bg,#25d366);border-radius:999px;box-shadow:0 8px 20px rgba(0,0,0,.25);display:flex;height:var(--fl-size,56px);justify-content:center;pointer-events:auto;position:relative;text-decoration:none;width:var(--fl-size,56px)}.fl-icon-img{display:block;height:55%;object-fit:contain;width:55%}.fl-btn:after,.fl-btn:before{animation:fl-pulse 2.4s ease-out infinite;background:rgba(37,211,102,.35);border-radius:999px;content:"";inset:-10px;position:absolute;z-index:-1}.fl-btn:after{animation-delay:1.2s;background:rgba(37,211,102,.18);inset:-18px}@keyframes fl-pulse{0%{opacity:.9;transform:scale(.85)}70%{opacity:0;transform:scale(1.15)}to{opacity:0}}.fl-bottom_right{bottom:var(--fl-oy,20px);right:var(--fl-ox,20px)}.fl-bottom_left{bottom:var(--fl-oy,20px);left:var(--fl-ox,20px)}.fl-top_right{right:var(--fl-ox,20px);top:var(--fl-oy,20px)}.fl-top_left{left:var(--fl-ox,20px);top:var(--fl-oy,20px)}@media (max-width:480px){.fl-btn{height:calc(var(--fl-size, 56px) - 6px);width:calc(var(--fl-size, 56px) - 6px)}}