.wpp_Btn {
  --whatsapp-radius: 20px;
  width: 50px;
  height: 50px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: transparent;
  position: relative;
  border-radius: 7px;
  cursor: pointer;
  transition: all 0.3s;
}

.svgIcon {
  width: 2.0em;
  height: 2.0em;
}

.whatsapp-button {
  position: fixed;
  right: max(1.25rem, env(safe-area-inset-right));
  bottom: max(1.25rem, env(safe-area-inset-bottom));
  z-index: 1003;
  isolation: isolate;
}

.wpp_svgContainer {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  letter-spacing: 0.8px;
  border-radius: var(--whatsapp-radius);
  transition: all 0.3s;
  border: 1px solid rgba(156, 156, 156, 0.466);
}

.BG {
  position: absolute;
  inset: 0;
  background: #00d757;
  background: #00d757;
  background: #00d757;
  background: #00d757;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
  z-index: -1;
  border-radius: var(--whatsapp-radius);
  pointer-events: none;
  transition: all 0.3s;
}

.wpp_Btn:hover .BG {
  transform: rotate(35deg);
  transform-origin: bottom;
}

.wpp_Btn:hover .wpp_svgContainer {
  background-color: rgba(156, 156, 156, 0.466);
}
