.sweet-overlay {
  z-index: 2147483600 !important;
}

.sweet-alert.whatsapp-success-alert {
  box-sizing: border-box;
  width: 526px;
  max-width: calc(100vw - 32px);
  padding: 46px 42px 40px;
  border-radius: 0;
  margin-left: 0 !important;
  margin-top: 0 !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%);
  overflow: visible;
  z-index: 2147483601 !important;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.sweet-alert.whatsapp-success-alert .sa-icon.sa-custom {
  width: 175px !important;
  height: 175px !important;
  margin: 0 auto 25px;
  background-size: contain;
}

.sweet-alert.whatsapp-success-alert h2 {
  margin: 0 0 23px;
  padding: 0;
  color: #000;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0;
}

.sweet-alert.whatsapp-success-alert p {
  max-width: 450px;
  margin: 0 auto;
  color: #6f6a68;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0;
}

.sweet-alert.whatsapp-success-alert p strong {
  color: #14b534;
  font-weight: 700;
}

.sweet-alert.whatsapp-success-alert .whatsapp-success-thanks {
  display: block;
  margin-top: 20px;
  color: #111;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1;
}

@media all and (max-width: 540px) {
  .sweet-alert.whatsapp-success-alert {
    left: 16px !important;
    right: 16px !important;
    top: 50% !important;
    width: auto;
    max-width: none;
    padding: 34px 24px 32px;
    transform: translateY(-50%);
  }

  .sweet-alert.whatsapp-success-alert .sa-icon.sa-custom {
    width: 118px !important;
    height: 118px !important;
    margin-bottom: 22px;
  }

  .sweet-alert.whatsapp-success-alert h2 {
    margin-bottom: 18px;
    font-size: 30px;
    line-height: 1.08;
  }

  .sweet-alert.whatsapp-success-alert p {
    font-size: 20px;
    line-height: 1.34;
  }

  .sweet-alert.whatsapp-success-alert .whatsapp-success-thanks {
    margin-top: 18px;
    font-size: 28px;
  }
}
