.whatsapp-popup-block {
  text-align: center;
  margin: 1rem 0;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9999;
}

.whatsapp-popup-trigger {
  background-color: #25d366;
  color: white;
  border: none;
  padding: 5px 10px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
  border: 1px solid green;
  transition: background-color 0.3s ease, border-color 0.3s ease, transform 0.2s ease;
}

.whatsapp-popup-trigger:hover {
  background-color: #1ebe57;
  background-color: #1ebe57;
  border-color: #1aa94d;
  transform: scale(1.05);
}

.ui-dialog.whatsapp-dialog {
  border-radius: 8px;
  padding: 10px;
}

.whatsapp-popup-trigger i {
  font-size: 40px;
}

html body .whatsapp-popup-close {
  position: absolute;
  top: 0.1rem;
  right: 0.5rem;
  font-size: 30px;
  ;
  border: none;
  background: transparent;
  color: #666;
  cursor: pointer;
  line-height: 1;
  z-index: 1000;
}

.whatsapp-popup-close:hover {
  color: #000;
}