.widget-wa-tg {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 64px;
  height: 64px;
  z-index: 1100;
}
.widget-wa-tg .w-button a {
  background-image: url(../images/logo-wa-tg.gif);
  background-repeat: no-repeat;
  width: 100%;
  aspect-ratio: 1/1;
  display: block;
  border-radius: 50%;
  background-size: contain;
  cursor: pointer;
}
.widget-wa-tg .w-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
  /* The Close Button */
}
.widget-wa-tg .w-modal .modal-content {
  background: linear-gradient(225deg, #df3fbf 0%, #56a2f4 100%);
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border-radius: 10px;
  width: 80%; /* Could be more or less, depending on screen size */
}
.widget-wa-tg .w-modal .modal-content .w-messanger {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.widget-wa-tg .w-modal .modal-content .w-messanger a {
  color: #ffffff;
  text-decoration: none;
  padding: 15px;
  border-radius: 5px;
  font-family: sans-serif;
  text-align: center;
  width: 80%;
  font-size: 20px;
  max-width: 300px;
}
.widget-wa-tg .w-modal .modal-content .w-messanger .w-wa {
  background-color: #5ed169;
}
.widget-wa-tg .w-modal .modal-content .w-messanger .w-tg {
  background-color: #2aabee;
}
.widget-wa-tg .w-modal .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.widget-wa-tg .w-modal .close:hover,
.widget-wa-tg .w-modal .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}/*# sourceMappingURL=widget.css.map */