body {
  /*font-family: 'PoppinsMedium', sans-serif;*/
  background-color: #fff;
  color: #000000;
}

.logo-peoplefest {
  max-width: 260px;
  margin: 0 auto 10px auto;
  display: block;
}

.logo-hei {
  max-width: 560px;
  margin-bottom: 50px;
}


.logo-dpr {
  width: 170px;
  max-width: 170px;
  margin: 0 auto 10px auto;
  display: none;
}

.logo-success {
  max-width: 300px;
  margin: 0 auto 10px auto;
  display: block;
}

.logo-full {
  max-width: 300px;
  margin: 0 auto 10px auto;
  display: block;
}

.form-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  position: relative;
  isolation: isolate;
  padding: 20px;
}

.form-container::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: -1;
  background-image: url('../../images/bg_apbd.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}


.form-box {
  background-color: rgb(10 10 10 / 0.8);
  /*by Didin
  background-color: rgba(255, 255, 255, 0.2);*/
  padding: 40px;
  border-radius: 15px;
  width: 100%;
  max-width: 600px;
  /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
}

.form-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.form-header h3 {
  background: linear-gradient(to right, #D4AF37, #8B6508);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
  font-size: clamp(20px, 4vw, 30px);
}

.form-title {
  text-align: center;
  color: #FF8C00;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.form-subtitle {
  text-align: center;
  color: #CF5347;
  margin-bottom: 30px;
}

p {
  margin-top: 1rem;
  font-size: 0.9rem;
  margin-bottom: 1rem;
  color: #909090;
}


.btn-kirim {
  background-color: #2BB0AE;
  padding-inline: 200px;
  border-radius: 10px;
  font-weight: 700;
  color: whitesmoke;
  border: 3px solid #cc000000;
  ;
}

.btn-kirim:hover {
  background: #00765c !important;
  color: rgb(42, 42, 42);
  border: 3px solid #cc000038;
  ;
}

/* reCAPTCHA Simulation */
.recaptcha-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.recaptcha-checkbox {
  width: 24px;
  height: 24px;
  border: 2px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  margin-right: 10px;
  display: inline-block;
}

.recaptcha-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.recaptcha-logo {
  font-size: 12px;
  font-weight: 700;
  color: #666;
}

.recaptcha-terms {
  font-size: 10px;
  color: #888;
  text-decoration: underline;
  cursor: pointer;
}

/* Responsive for mobile */
@media (max-width: 576px) {

  .form-box {
    padding: 20px;
    max-width: 100%;
  }

  .form-title {
    font-size: 2rem;
  }

  .form-subtitle {
    font-size: 1rem;
  }
}

/* Responsive */
@media (min-width: 992px) {
  .form-container {
    justify-content: center;
    align-items: center;
    padding: 60px;
  }

  .form-box {
    max-width: 600px;
    padding: 50px;
  }

  .form-title {
    font-size: 3.5rem;
  }

  .form-subtitle {
    font-size: 1.2rem;
  }
}


.ticket-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  /* background: linear-gradient(to bottom, #fff 0%, #FF8C0033 90%); */
  background-color: #ffffff;
  padding: 20px;
}

.ticket-box {
  /* background: linear-gradient(to bottom, #fff 0%, #FF8C0033 90%); */
  background-color: #fff;
  padding: 40px;
  border-radius: 15px;
  width: 100%;
  max-width: 500px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border: 1px solid #e0e0e0;
  position: relative;
  overflow: hidden;
}

.ticket-title {
  text-align: center;
  color: #FF8C00;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.ticket-date {
  text-align: right;
  color: #ffffff;
  font-size: 1rem;
  margin-bottom: 20px;
}

.ticket-success {
  font-size: 1.25rem;
  margin-bottom: 30px;
  color: #000000;
}

.qr-code img {
  width: 150px;
  height: 150px;
}

.ticket-name {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 15px;
}

.ticket-instruction {
  font-size: 0.875rem;
  color: #CF5347;
  margin-bottom: 20px;
}

.btn-barcode {
  background-color: #CF5347;
  color: #fff;
  font-weight: 700;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
}

.btn-barcode:hover {
  background-color: #333;
}

/* Styling the wavy border */
.ticket-box::before,
.ticket-box::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 20px;
  background: repeating-linear-gradient(-45deg,
      #ffffff,
      #ffffff 5px,
      transparent 5px,
      transparent 10px);
}

.ticket-box::before {
  top: -10px;
}

.ticket-box::after {
  bottom: -10px;
}

/* Responsive mobile */
@media (max-width: 576px) {
  .logo-hei {
    max-width: 80%;
  }

  .ticket-box {
    padding: 20px;
    max-width: 100%;
  }

  .ticket-title {
    font-size: 2rem;
  }

  .ticket-success {
    font-size: 1.1rem;
  }

  .ticket-name {
    font-size: 1.2rem;
  }
}

/* Responsive larger screens */
@media (min-width: 992px) {
  .ticket-box {
    max-width: 500px;
    padding: 50px;
  }

  .ticket-title {
    font-size: 3rem;
  }

  .ticket-success {
    font-size: 1.5rem;
  }

  .ticket-name {
    font-size: 1.75rem;
  }
}

.success-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background-color: #ffffff;
  padding: 20px;
}

.success-box {
  background-color: #fff;
  padding: 40px;
  border-radius: 15px;
  width: 100%;
  max-width: 500px;
  min-height: 100vh;
  /* nambah tinggi minimum untuk memperpanjang box */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border: 1px solid #e0e0e0;
  position: relative;
  overflow: hidden;
  background-blend-mode: overlay;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.success-title {
  text-align: center;
  color: #FF8C00;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 80px;
  margin-top: auto;
}

.success-notif {
  font-size: 1.25rem;
  margin-bottom: 20px;
  text-align: center;
  color: #000000;

}

.success-instruction {
  font-size: 0.875rem;
  color: #CF5347;
  margin-bottom: 0px;
  text-align: center;
}

/* Responsive mobile */
@media (max-width: 576px) {
  .success-box {
    padding: 20px;
    max-width: 100%;
    min-height: 100vh;
  }

  .success-title {
    font-size: 2rem;
  }

  .success-notif {
    font-size: 1.1rem;
  }

  .success-instruction {
    font-size: 0.8rem;
  }
}

/* Responsive larger screens */
@media (min-width: 992px) {
  .success-box {
    max-width: 500px;
    padding: 50px;
    min-height: 100vh;
  }

  .success-title {
    font-size: 3rem;
  }

  .success-notif {
    font-size: 1.5rem;
  }

  .success-instruction {
    font-size: 1rem;
  }
}

.full-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background-color: #ffffff;
  padding: 20px;
}

.full-box {
  background-color: #fff;
  padding: 40px;
  border-radius: 15px;
  width: 100%;
  max-width: 500px;
  min-height: 100vh;
  /* nambah tinggi minimum untuk memperpanjang box */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border: 0px solid #e0e0e0;
  position: relative;
  overflow: hidden;
  background-blend-mode: overlay;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.full-title {
  text-align: center;
  color: #FF8C00;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 80px;
  margin-top: auto;
}

.full-notif {
  font-size: 1.25rem;
  margin-bottom: 20px;
  text-align: center;
  color: #000000;

}

.full-instruction {
  font-size: 0.875rem;
  color: #CF5347;
  margin-bottom: 0px;
  text-align: center;
}

/* Responsive mobile */
@media (max-width: 576px) {
  .full-box {
    padding: 20px;
    max-width: 100%;
    min-height: 100vh;
  }

  .full-title {
    font-size: 2rem;
  }

  .full-notif {
    font-size: 1.1rem;
  }

  .full-instruction {
    font-size: 0.8rem;
  }
}

/* Responsive larger screens */
@media (min-width: 992px) {
  .full-box {
    max-width: 500px;
    padding: 50px;
    min-height: 100vh;
  }

  .full-title {
    font-size: 3rem;
  }

  .full-notif {
    font-size: 1.5rem;
  }

  .full-instruction {
    font-size: 1rem;
  }
}

.closed-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background-color: #ffffff;
  padding: 20px;
}

.closed-box {
  background-color: #fff;
  padding: 40px;
  border-radius: 15px;
  width: 100%;
  max-width: 500px;
  min-height: 100vh;
  /* nambah tinggi minimum untuk memperpanjang box */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border: 0px solid #e0e0e0;
  position: relative;
  overflow: hidden;
  background-blend-mode: overlay;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.closed-title {
  text-align: center;
  color: #FF8C00;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 80px;
  margin-top: auto;
}

.closed-notif {
  font-size: 1.25rem;
  margin-bottom: 20px;
  text-align: center;
  color: #000000;

}

.closed-instruction {
  font-size: 1.25rem;
  color: #CF5347;
  margin-bottom: 0px;
  text-align: center;
}

/* Responsive mobile */
@media (max-width: 576px) {
  .closed-box {
    padding: 20px;
    max-width: 100%;
    min-height: 100vh;
  }

  .closed-title {
    font-size: 2rem;
  }

  .closed-notif {
    font-size: 1.1rem;
  }

  .closed-instruction {
    font-size: 0.8rem;
  }
}

/* Responsive larger screens */
@media (min-width: 992px) {
  .closed-box {
    max-width: 500px;
    padding: 50px;
    min-height: 100vh;
  }

  .closed-title {
    font-size: 3rem;
  }

  .closed-notif {
    font-size: 1.5rem;
  }

  .closed-instruction {
    font-size: 1rem;
  }
}