html,
body {
  height: 100vh;
  margin: 0;
  padding: 0;
  background-color: #f7f7f7;
}

body {
  padding: 4px;
}

#open-in-ali {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.open-in-ali-content {
  font-size: 1.5em;
  background-color: #ffffff;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 1001;
  max-width: 90%;
}

#root {
  margin: 0 auto;
  text-align: center;
}

#pay-button {
  font-size: 1.5em;
  margin-top: 60px;
}

.redpacket {
  width: 100%;
  object-fit: contain;
}

.title {
  font-size: 18px;
  color: black;
  font-weight: bold;
  background-color: white;
  margin-top: 4px;
  padding: 8px;
  text-align: left;
}

.desc-container {
  background-color: white;
  margin-top: 8px;
  padding: 8px;
  text-align: left;
}

.desc-title {
  font-size: 16px;
  color: black;
  font-weight: bold;
}

#bt-buy {
  left: 16px;
  right: 16px;
  bottom: 12px;
  color: white;
  font-size: 16px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  position: fixed;
  background-color: #e86538;
  border-radius: 8px;
}
