.whatsapp-float{
  position:fixed;
  right:18px;
  bottom:18px;
  width:54px;
  height:54px;
  border-radius:50%;
  background:#25D366;
  box-shadow:0 10px 25px rgba(0,0,0,0.35);
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  z-index:40;
}
.whatsapp-float img{
  width:28px;
  height:28px;
}
.whatsapp-tooltip{
  position:fixed;
  right:82px;
  bottom:30px;
  background:var(--white);
  border-radius:999px;
  padding:6px 10px;
  font-size:11px;
  color:var(--dark);
  box-shadow:0 10px 25px rgba(15,23,42,0.25);
  z-index:39;
}
