.rankup-whatsapp-float{position:fixed;bottom:20px;right:20px;z-index:9999;width:60px;height:60px;border-radius:50%;background-color:#25d366;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px rgb(37 211 102 / .4);transition:transform 0.3s ease,box-shadow 0.3s ease;text-decoration:none;animation:whatsapp-pulse 2s infinite}.rankup-whatsapp-float:hover{transform:scale(1.1);box-shadow:0 6px 20px rgb(37 211 102 / .6);animation:none}@keyframes whatsapp-pulse{0%{box-shadow:0 0 0 0 rgb(37 211 102 / .4)}70%{box-shadow:0 0 0 15px #fff0}100%{box-shadow:0 0 0 0 #fff0}}.rankup-whatsapp-float svg{width:28px;height:28px;fill:#fff}@media screen and (max-width:768px){.rankup-whatsapp-float{width:50px;height:50px;bottom:15px;right:15px}.rankup-whatsapp-float svg{width:25px;height:25px}}