@import url('https://fonts.googleapis.com/css2?family=Lilita+One&display=swap');
#selamat-datang {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px; /* Adjust the width as desired */
  max-width: 90%; /* Ensure the modal is responsive */
  height: auto; /* Allow the height to adjust based on content */
  font-size: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #ffffff; /* Set the background color */
  border-radius: 18px; /* Set the border radius for rounded corners */
  padding: 20px; /* Add padding to the modal content */
}


#selamat-datang .modal-message {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: rgb(0, 0, 0); /* Ganti dengan warna yang Anda inginkan */
  font-family: 'Lilita One', cursive; /* Ganti dengan font yang Anda inginkan */
  align-items: center;
  text-align: center;
}

#selamat-datang h1 {
  font-size: 32px;
  margin-bottom: 10px;
  color: rgb(0, 0, 0); /* Ganti dengan warna yang Anda inginkan */
  font-family: 'Lilita One', cursive; /* Ganti dengan font yang Anda inginkan */
}

#selamat-datang p {
  font-size: 14px;
  margin-bottom: 10px;
  color: rgb(0, 0, 0); /* Ganti dengan warna yang Anda inginkan */
  font-family: 'Lilita One', cursive; /* Ganti dengan font yang Anda inginkan */
}

#selamat-datang #okButton {
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 16px;
  background-color: #24b400;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 20px;
}



/* Menambahkan font awesome */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta2/css/all.min.css');

.congratulations-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(54, 54, 54, 0.5); /* Set the desired background color and opacity */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.congratulations-modal .modal-congrats {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: none;
}

/* Rest of the CSS remains the same */


.congratulations-modal .congratulation-title {
  font-size: 32px;
  margin-bottom: 10px;
  margin-top: 20px;
  color: rgb(252, 193, 0); /* Customize the color */
  font-family: 'Lilita One', cursive; /* Customize the font */
  font-weight: bold;
  animation: blink 1s infinite;
}

.congratulations-modal .prize-subtitle {
  font-size: 20px;
  margin-bottom: 10px;
  color: rgb(255, 208, 0); /* Customize the color */
  font-family: 'Lilita One', cursive; /* Customize the font */
  font-weight: bold;
  animation: blink 1s infinite;
}

.congratulations-modal .voucher-subtitle {
  font-size: 20px;
  margin-bottom: 10px;
  color: rgb(5, 5, 5); /* Customize the color */
  font-family: 'Lilita One', cursive; /* Customize the font */
  font-weight: bold;
}

/* Rest of the CSS remains the same */


@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


.congratulations-modal .voucher-code {
  font-size: 14px;
  margin-bottom: 10px;
  color: rgba(63, 63, 63, 0.8); /* Ganti dengan warna yang Anda inginkan */
  font-family: 'Lilita One', cursive; /* Ganti dengan font yang Anda inginkan */
}

.congratulations-modal .prize-image-container {
  text-align: center;
}

.congratulations-modal .prize-image {
  width: 280px;
  height: auto;
  margin-bottom: 20px;
}

.congratulations-modal .action-buttons {
  margin-top: 20px;
}

.congratulations-modal .action-buttons button {
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 16px;
  background-color: #da8d00;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-bottom: 10px;
}

.congratulations-modal .action-buttons button:last-child {
  margin-bottom: 0;
}

.congratulations-modal .whatsapp-buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.congratulations-modal .whatsapp-buttons button {
  display: flex;
  align-items: center;
  padding: 10px;
  font-size: 16px;
  background-color: #25D366;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  width: calc(33.33% - 10px);
  text-align: center;
  margin-right: 10px;
  font-family: 'Lilita One', cursive; /* Customize the font */
  font-weight: bold;
}

.congratulations-modal .whatsapp-buttons button i {
  margin-right: 5px;
}

.whatsapp-button {
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 16px;
  background-color: #25D366;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 20px;
}
