.small-swal {
  width: 400px !important;
  font-size: 14px;
  background: #fefefe; /* warna cerah */
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}

.small-swal .swal2-title {
  font-size: 18px;
  color: #222; /* kuning keemasan elegan */
  font-weight: bold;
  margin-bottom: 10px;
}

.small-swal .swal2-html-container {
  font-size: 13.5px;
  font-weight: 500;
  text-align: center;
  color: #333; /* abu gelap, nyaman dibaca */
}

.swal2-confirm.btn-deposit {
  background-color: #f1c40f !important;
  color: white !important;
  font-weight: bold;
  border: none !important;
  border-radius: 6px;
  padding: 8px 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  transition: background-color 0.3s ease;
}

.swal2-confirm.btn-deposit:hover {
  background-color: gold !important;
}

.big-swal {
  width: 400px !important;
  height: 500px;
  font-size: 14px;
  background: #fefefe; /* warna cerah */
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}

.big-swal .swal2-title {
  font-size: 18px;
  color: #222; /* kuning keemasan elegan */
  font-weight: bold;
  margin-bottom: 10px;
}

.big-swal .swal2-html-container {
  font-size: 13.5px;
  font-weight: 500;
  text-align: center;
  color: #333; /* abu gelap, nyaman dibaca */
}
