form.registerForm {
  margin: 0;
}

/* Register form submit button reset */
button.frame-2147224099,
button.frame-2147224099-1 {
  border: none;
  cursor: pointer;
  font: inherit;
  color: inherit;
  appearance: none;
  -webkit-appearance: none;
}

/* Validation errors */
.registerForm .errors {
  color: #ff4d4f;
  font-size: 12px;
  line-height: 1.2;
  margin-top: 4px;
  width: 100%;
  text-align: left;
}

.index .frame .errors,
.iphone-16-u38-17-pro-max-2 .frame-1 .errors {
  position: absolute;
  left: 0px;
  bottom: -20px;
  white-space: nowrap;
  font-weight: 600;
  z-index: 2;
}

.index .frame,
.iphone-16-u38-17-pro-max-2 .frame-1 {
  position: relative;
}

/* Error modal — outside .main-container zoom */
.sky88-register-modal.modal {
  display: none !important;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  margin: 0;
  padding: 0;
}

.sky88-register-modal.modal.show {
  display: block !important;
}

.sky88-register-modal .modal-bg {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
}

.sky88-register-modal .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background: #021708;
  border: 2px solid #ffe400;
  border-radius: 10px;
  padding: 24px 20px 20px;
  max-width: 360px;
  width: calc(100% - 40px);
  text-align: center;
  box-sizing: border-box;
}

.sky88-register-modal .modal-content .close {
  position: absolute;
  top: 8px;
  right: 10px;
  background: transparent;
  border: none;
  color: #ffe400;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.sky88-register-modal .modal-body {
  color: #fff;
  font-size: 15px;
  line-height: 1.4;
  margin: 0;
}
