.wtps-social-button {
  opacity: 1;
  transition: opacity 0.5s ease 0s;
  box-sizing: border-box;
  direction: ltr;
  text-align: right;
  position: fixed !important;
  z-index: 100;
  max-height: 80px;
}

.wtps-social-whatsapp svg {
  color: inherit;
  flex-shrink: 0;
  box-sizing: border-box;
  cursor: pointer;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));
  transition: opacity 0.3s ease 0s;
  border: 0px;
}
.wtps-social-whatsapp a {
  color: inherit;
}
.wtps-social-whatsapp a:hover {
  opacity: 0.8;
}
.wtps-social-telegram svg {
  color: inherit;
  flex-shrink: 0;
  box-sizing: border-box;
  cursor: pointer;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));
  transition: opacity 0.3s ease 0s;
  border: 0px;
}
.wtps-social-telegram a {
  color: inherit;
}
.wtps-social-telegram a:hover {
  opacity: 0.8;
}

.social-button-bottom-right {
  bottom: 14px;
  right: 16px;
}
.social-button-bottom-left {
  bottom: 14px;
  left: 16px;
}
.social-button-top-right {
  top: 14px;
  right: 16px;
}
.social-button-top-left {
  top: 14px;
  left: 16px;
}
