.btnWhatsAppCSS {
  position: fixed;
  bottom: 60px;
  right: 12px;
  z-index: 1020;
  padding: 10px;
  width: 60px;
  height: 60px;
  text-decoration: none;
  display: block;
  border-radius: 50px;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  align-items: center;
  justify-content: center;
}

.btnWhatsAppCSS:hover {
  color: #7a7a7a;
}


.btnWhatsAppCSS .badge {
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}

.bg-green {
  background-color: #25d366;
  color: #fff;
}