.form-rspv-tamu .hgcustomform {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-rspv-tamu .label-input {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
}

.form-rspv-tamu .input-field {
  font-size: 12px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  color: #111111;
  background-color: #ffffff;
}

#submit_rsvp {
  align-self: flex-start;
  margin-top: 6px;
}

.download-content-qr-code {
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.container-download-content-qr-code {
  cursor: auto;
}

#qrcode-download {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  margin: 6px 0;
}

#qrcode-download img,
#qrcode-download canvas {
  max-width: 220px;
  height: auto;
}
