#wfb-whatsapp-button.wfb-icon-style{position:fixed;bottom:20px;right:20px;background-color:#25D366;color:#fff;border-radius:50%;width:60px;height:60px;box-shadow:0 2px 5px rgb(0 0 0 / .3);z-index:9999;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color 0.3s ease;font-size:30px;text-decoration:none}#wfb-whatsapp-button.wfb-icon-style:hover{background-color:#68e897}#wfb-whatsapp-button.wfb-text-style{position:fixed;bottom:20px;right:20px;z-index:9999}#wfb-whatsapp-button.wfb-text-style a{background-color:#333;color:#fff;padding:12px 24px;border-radius:8px;font-weight:600;font-size:16px;text-decoration:none;box-shadow:0 2px 5px rgb(0 0 0 / .3);transition:background-color 0.3s ease;display:inline-block}#wfb-whatsapp-button.wfb-text-style a:hover{background-color:#666}#wfb-whatsapp-button.wfb-text-style a::after{content:"";position:absolute;top:6px;right:8px;width:10px;height:10px;background-color:#25D366;border-radius:50%;border:2px solid #25D366;box-shadow:0 0 8px 2px rgb(255 255 255 / .2);animation:pulseSoft 2.5s ease-in-out infinite}@keyframes pulseSoft{0%,100%{box-shadow:0 0 8px 2px rgb(255 255 255 / .2);transform:scale(1)}50%{box-shadow:0 0 12px 4px rgb(255 255 255 / .5);transform:scale(1.1)}}#wfb-whatsapp-button.wfb-offline{opacity:.5;pointer-events:none}#wfb-whatsapp-button.wfb-online{opacity:1}#wfb-whatsapp-button.wfb-text-style.wfb-online a::after{background-color:#25D366;border-color:#25D366;animation:pulseSoft 2.5s ease-in-out infinite}#wfb-whatsapp-button.wfb-text-style.wfb-offline a::after{background-color:#888;border-color:#888;box-shadow:none;animation:none}