.modal-dialog {
  pointer-events: unset !important;
}

.popup {
  position: relative; /* Change position to relative */
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#claim_now_popup,
#try_again_popup {
  width: 85vw;
}

.claim,
.try_again {
  position: absolute; /* Change position to absolute */
  left: 50%; /* Place the redeem button at the horizontal center */
  transform: translate(-50%, 100%); /* Adjust to center the button precisely */
}

#claim,
#try_again {
  width: 50vw;
}
