.cdr-whatsapp-float{position:fixed;right:25px;bottom:25px;width:68px;height:68px;border-radius:50%;background:#25D366;color:#fff;display:flex;align-items:center;justify-content:center;z-index:999999;text-decoration:none;box-shadow:0 10px 25px rgb(0 0 0 / .20);transition:all .3s ease}.cdr-whatsapp-float:hover{transform:scale(1.08)}.cdr-whatsapp-float svg{width:34px;height:34px;position:relative;z-index:3}.cdr-whatsapp-pulse{position:absolute;width:68px;height:68px;border-radius:50%;background:rgb(37 211 102 / .50);animation:cdrWhatsappPulse 2s infinite}@keyframes cdrWhatsappPulse{0%{transform:scale(1);opacity:1}70%{transform:scale(1.8);opacity:0}100%{transform:scale(2);opacity:0}}@media (max-width:768px){.cdr-whatsapp-float{width:62px;height:62px;right:15px;bottom:15px}.cdr-whatsapp-pulse{width:62px;height:62px}.cdr-whatsapp-float svg{width:30px;height:30px}}