/* WhatsApp Widget Styles */
.bt-whatsApp {
  right: 25px;
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  z-index: 100;
}

#alertWapp {
  right: 30px;
  visibility: hidden;
  position: fixed;
  width: 17px;
  height: 17px;
  bottom: 90px;
  background: red;
  z-index: 101;
  font-size: 11px;
  color: #fff;
  text-align: center;
  border-radius: 50px;
  font-weight: bold;
  line-height: normal;
}

#msg1 {
  right: 90px;
  visibility: visible;
  background: #1ebc59;
  color: #fff;
  position: fixed;
  width: 200px;
  bottom: 52px;
  text-align: center;
  font-size: 13px;
  line-height: 31px;
  height: 32px;
  border-radius: 100px;
  z-index: 100;
  transition: visibility 0.3s ease;
}