body {
  font-family: Arial, sans-serif;
  /* background-color: #f4f4f9; */
  background:transparent;
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  top: 1% !important;
  background-image: url('https://media.giphy.com/media/7AxCPlLc6vyRdN0zhW/giphy.gif?cid=ecf05e47xt6mcjc4euybna5fo72bmn2il19bjf9esq5jjcdw&ep=v1_gifs_search&rid=giphy.gif&ct=g'); /* Ganti 'background.gif' dengan nama file gambar bergerak Anda */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  animation: animateBackground 60s linear infinite;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
}

.container {
  background:transparent;
  font-family: 'Poppins', sans-serif;
  top: 1% !important;

  background-image: url('https://media.giphy.com/media/jldvCK0BvuDntQwhxe/giphy.gif?cid=ecf05e47xt6mcjc4euybna5fo72bmn2il19bjf9esq5jjcdw&ep=v1_gifs_search&rid=giphy.gif&ct=g'); /* Ganti 'background.gif' dengan nama file gambar bergerak Anda */
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  animation: animateBackground 60s linear infinite;
  display: flow-root;
  justify-content: center;
  align-items: center;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0px 0px 12px rgb(255 255 255 / 90%);
  max-width: 400px;
  width: 100%;
  text-align: center;
    color: #faffd9;
  }
  
  h1 {
    margin-bottom: 20px;
    color: #333;
  }
  h3 {
    margin-bottom: 20px;
    color: goldenrod;
  }
  
  .form {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  
  label {
    font-weight: bold;
    color: white;
  }
  
  input, select {
    padding: 10px;
    border: 1px solid #154579;
    border-radius: 7px;
    font-size: 20px;
    color:#154579 ;
    font-weight: bold;
  }
  
  button {
    padding: 10px;
    background-color: #191970;
    color: whitesmoke;
    border: none;
    border-radius: 7px;
    font-size: 20px;
    cursor: pointer;
    margin: 5px 0;
    font-weight: 700;
  }
  
  button:hover {
    background-color: #e7f8ff;
    color: #8a9163;
  }
  
  button:disabled {
    background-color: whitesmoke;
    color: #999360;
    cursor: not-allowed;
  }
  
  #status {
    margin-top: 10px;
    color: #555;
  }
  /* Styling untuk box link referral */
#referralLinkContainer {
    margin-top: 10px;
    text-align: center;
    margin-bottom: 10px;
  }
  
  .referral-link-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #f4f4f9;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #ccc;
  }
  
  #referralLink {
    text-decoration: none;
    /* word-break: break-all; */
    overflow: hidden;
    font-weight: 600;
    color: #154579;
  }
  
  /* #referralLink:hover {
    text-decoration: underline;
  } */
  
  /* Styling untuk tombol copy */
  #copyReferralLinkBtn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    
  }
  
  .copy-icon {
    font-size: 16px;
    background: #1e4179;
    border-radius: 10px;
    padding: 10px;
  }
  
  .copy-icon:hover {
    color: #67686b;
    background: #ffea44;
  }

  #contributeBtn {
    display: none; /* Sembunyikan tombol Contribute secara default */
  }
  #contractFairlaunch{
    margin-bottom: 10px;
    margin-top: 5px;
    font-weight: bold;
  }

/* Tambahkan media query untuk layar dengan lebar maksimum 600px (ukuran mobile) */
@media only screen and (max-width: 600px) {
  body {
    padding: 10px; /* Tambahkan padding agar konten tidak terlalu menempel di tepi layar */
  }

  .container {
    padding: 15px; /* Kurangi padding pada container */
    max-width: 100%; /* Lebar container mengikuti lebar layar */
    border-radius: 0; /* Hilangkan border-radius untuk tampilan full-width */
    box-shadow: none; /* Hilangkan box-shadow untuk tampilan yang lebih sederhana */
  }

  h1 {
    font-size: 24px; /* Perkecil ukuran font untuk judul */
    margin-bottom: 15px;
  }

  h3 {
    font-size: 18px; /* Perkecil ukuran font untuk subjudul */
    margin-bottom: 15px;
  }

  .form {
    gap: 8px; /* Kurangi jarak antar elemen form */
  }

  input, select {
    font-size: 14px; /* Perkecil ukuran font untuk input dan select */
    padding: 8px; /* Kurangi padding pada input dan select */
  }

  button {
    font-size: 14px; /* Perkecil ukuran font untuk tombol */
    padding: 8px; /* Kurangi padding pada tombol */
  }

  .referral-link-box {
    flex-direction: column; /* Ubah tata letak menjadi vertikal */
    gap: 5px; /* Kurangi jarak antar elemen */
    padding: 8px; /* Kurangi padding pada box referral link */
  }

  #referralLink {
    font-size: 14px; /* Perkecil ukuran font untuk link referral */
  }

  .copy-icon {
    font-size: 14px; /* Perkecil ukuran ikon copy */
    padding: 8px; /* Kurangi padding pada ikon copy */
  }

  #contractFairlaunch {
    font-size: 14px; /* Perkecil ukuran font untuk teks kontrak fairlaunch */
  }
}

/* Media query untuk layar dengan lebar maksimum 480px (ukuran mobile kecil) */
@media only screen and (max-width: 480px) {
  body {
    background: linear-gradient(5deg, #3fc3ee, #001434);
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    top: 1% !important;
    background:transparent;
  
    background-image: url('https://media.giphy.com/media/SNnrsHg2pPAdz1Fxqa/giphy.gif?cid=ecf05e47xt6mcjc4euybna5fo72bmn2il19bjf9esq5jjcdw&ep=v1_gifs_search&rid=giphy.gif&ct=g'); /* Ganti 'background.gif' dengan nama file gambar bergerak Anda */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    animation: animateBackground 60s linear infinite;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
  }

  .container {
    /* padding: 25px; Padding lebih kecil untuk container */
    /* max-width: 100%; Lebar container mengikuti lebar layar */
    /* border-radius: 30px; Hilangkan border-radius untuk tampilan full-width */
    /* box-shadow: 0px 0px 12px rgb(255 255 255 / 90%); Hilangkan box-shadow untuk tampilan yang lebih sederhana */
    background: linear-gradient(5deg, #3fc3ee, #001434);
    background:transparent;
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    top: 1% !important;
    
  
    background-image: url('https://media.giphy.com/media/jldvCK0BvuDntQwhxe/giphy.gif?cid=ecf05e47xt6mcjc4euybna5fo72bmn2il19bjf9esq5jjcdw&ep=v1_gifs_search&rid=giphy.gif&ct=g'); /* Ganti 'background.gif' dengan nama file gambar bergerak Anda */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    animation: animateBackground 60s linear infinite;
    display: flow-root;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 12px rgb(255 255 255 / 90%);
    max-width: 320px;
    width: 100%;
    text-align: center;
    color: #faffd9;
  }

  h1 {
    font-size: 20px; /* Ukuran font lebih kecil untuk judul */
    margin-bottom: 10px; /* Jarak bawah lebih kecil */
  }

  h3 {
    font-size: 16px; /* Ukuran font lebih kecil untuk subjudul */
    margin-bottom: 10px; /* Jarak bawah lebih kecil */
  }

  .form {
    gap: 5px; /* Jarak antar elemen form lebih kecil */
  }

  input, select {
    font-size: 20px; /* Ukuran font lebih kecil untuk input dan select */
    padding: 8px; /* Padding lebih kecil untuk input dan select */
  }

  button {
    font-size: 20px; /* Ukuran font lebih kecil untuk tombol */
    padding: 8px; /* Padding lebih kecil untuk tombol */
  }

  .referral-link-box {
    flex-direction: column; /* Tata letak vertikal untuk layar kecil */
    gap: 5px; /* Jarak antar elemen lebih kecil */
    padding: 6px; /* Padding lebih kecil untuk box referral link */
  }

  #referralLink {
    font-size: 12px; /* Ukuran font lebih kecil untuk link referral */
  }

  .copy-icon {
    font-size: 12px; /* Ukuran ikon lebih kecil */
    padding: 6px; /* Padding lebih kecil untuk ikon copy */
  }

  #contractFairlaunch {
    font-size: 12px; /* Ukuran font lebih kecil untuk teks kontrak fairlaunch */
  }
}
.wallet-favicon {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
  