.floating-button{cursor:pointer;-webkit-user-select:none;user-select:none;z-index:9998;background-color:#25d366;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:transform .3s ease-in-out;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 4px 10px #00000026}.floating-button.hide{opacity:0;transform:translateY(100px)}.floating-button.show{opacity:1;transform:translateY(0)}.floating-button:after{content:"";border-color:inherit;border-radius:50%;width:60px;height:60px;animation:1.2s infinite _pulse;position:absolute;box-shadow:0 0 #25d36500}.floating-button svg{fill:#fff;width:55px;height:55px;padding:.5rem}@keyframes _pulse{0%{box-shadow:0 0 #25d365bf}to{box-shadow:0 0 0 15px #25d36500}}
