.wa-now .btn-wa-now {
  position: fixed;
  bottom: 3rem;
  right: 1.625rem;
  z-index: 999999;
  box-shadow: 0 1px 20px 1px #71dd37;
}
.btn-wa-now {
  border-radius: 50%;
  padding: 0.8rem !important;
}
.wa-now .btn-wa-now:hover {
  box-shadow: none;
}
.time {
  background: #709cf2;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #72b2ff, #709cf2);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #72b2ff, #709cf2);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: clamp(1.5rem, -0.107rem + 4.286vw, 3.75rem);
  font-weight: bold;
  text-transform: uppercase;
}
.alert-success {
  color: #009a3c !important;
}
@media (max-width: 420px) {
  .prev-btn {
    margin-bottom: 1rem !important;
  }
}
