/* SG-GLOVES withdrawal form refresh. Versioned filename prevents stale CCC assets. */
body#module-ntwithdrawal-withdraw .page-header,
body#module-ntwithdrawal-withdraw .page-header h1,
body#module-ntwithdrawal-withdraw #main > h1,
body#module-ntwithdrawal-withdraw .ntw-page {
  width: min(1200px, calc(100% - 48px)) !important;
  max-width: 1200px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

body#module-ntwithdrawal-withdraw .page-header h1,
body#module-ntwithdrawal-withdraw #main > h1 {
  margin-top: 28px !important;
  margin-bottom: 22px !important;
  color: #0b1828 !important;
  font-size: 36px !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  letter-spacing: 0 !important;
}

body#module-ntwithdrawal-withdraw .ntw-page {
  --ntw-border: #dbe3ec;
  --ntw-text: #132238;
  --ntw-muted: #66758a;
  --ntw-accent: #C65332;
  --ntw-accent-dark: #d84000;
  margin-bottom: 64px !important;
  background: #fff !important;
  color: var(--ntw-text) !important;
  font-family: Inter, Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 300 !important;
}

body#module-ntwithdrawal-withdraw .ntw-page .ntw-header {
  display: grid !important;
  grid-template-columns: 190px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 32px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 32px !important;
  border: 1px solid #172c43 !important;
  border-left: 4px solid var(--ntw-accent) !important;
  border-radius: 8px !important;
  background: #0b1828 !important;
  box-shadow: 0 18px 44px rgba(11, 24, 40, .13) !important;
  color: #fff !important;
}

body#module-ntwithdrawal-withdraw .ntw-header__brand,
body#module-ntwithdrawal-withdraw .ntw-header__content {
  min-width: 0 !important;
}

body#module-ntwithdrawal-withdraw .ntw-page .ntw-logo {
  display: block !important;
  width: 100% !important;
  max-width: 190px !important;
  height: 76px !important;
  max-height: 76px !important;
  margin: 0 !important;
  padding: 10px 12px !important;
  border: 1px solid rgba(255, 255, 255, .7) !important;
  border-radius: 6px !important;
  background: #fff !important;
  object-fit: contain !important;
  object-position: center !important;
}

body#module-ntwithdrawal-withdraw .ntw-page .ntw-eyebrow {
  display: block !important;
  margin: 0 0 8px !important;
  color: #ff7438 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}

body#module-ntwithdrawal-withdraw .ntw-page .ntw-header h2 {
  margin: 0 0 10px !important;
  color: #fff !important;
  font-size: 32px !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  letter-spacing: 0 !important;
}

body#module-ntwithdrawal-withdraw .ntw-page .ntw-header p {
  max-width: 800px !important;
  margin: 0 !important;
  color: rgba(255, 255, 255, .82) !important;
  font-size: 15px !important;
  font-weight: 300 !important;
  line-height: 1.6 !important;
}

body#module-ntwithdrawal-withdraw .ntw-page .ntw-guest-form {
  display: block !important;
  width: 100% !important;
  margin: 22px 0 0 !important;
  padding: 30px 32px 32px !important;
  border: 1px solid var(--ntw-border) !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: 0 18px 44px rgba(11, 24, 40, .08) !important;
}

body#module-ntwithdrawal-withdraw .ntw-form-intro {
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
  margin: 0 0 26px !important;
  padding: 0 0 22px !important;
  border-bottom: 1px solid var(--ntw-border) !important;
}

body#module-ntwithdrawal-withdraw .ntw-form-intro__icon {
  display: inline-flex !important;
  flex: 0 0 52px !important;
  align-items: center !important;
  justify-content: center !important;
  width: 52px !important;
  height: 52px !important;
  border: 1px solid var(--ntw-border) !important;
  border-radius: 8px !important;
  background: #f7f9fc !important;
  color: #24354b !important;
}

body#module-ntwithdrawal-withdraw .ntw-form-intro__icon svg,
body#module-ntwithdrawal-withdraw .ntw-actions svg {
  width: 22px !important;
  height: 22px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.7 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

body#module-ntwithdrawal-withdraw .ntw-form-intro__icon .ntw-svg-accent {
  stroke: var(--ntw-accent) !important;
}

body#module-ntwithdrawal-withdraw .ntw-form-intro h3 {
  margin: 0 0 4px !important;
  color: var(--ntw-text) !important;
  font-size: 21px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  letter-spacing: 0 !important;
}

body#module-ntwithdrawal-withdraw .ntw-form-intro p {
  margin: 0 !important;
  color: var(--ntw-muted) !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  line-height: 1.5 !important;
}

body#module-ntwithdrawal-withdraw .ntw-page .ntw-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 22px !important;
}

body#module-ntwithdrawal-withdraw .ntw-page .form-group {
  min-width: 0 !important;
  margin: 0 !important;
}

body#module-ntwithdrawal-withdraw .ntw-page .form-group > label {
  display: block !important;
  margin: 0 0 8px !important;
  color: var(--ntw-text) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
}

body#module-ntwithdrawal-withdraw .ntw-page .form-control {
  display: block !important;
  width: 100% !important;
  min-height: 54px !important;
  margin: 0 !important;
  padding: 13px 15px !important;
  border: 1px solid var(--ntw-border) !important;
  border-radius: 6px !important;
  background: #fff !important;
  color: var(--ntw-text) !important;
  box-shadow: none !important;
  font-size: 16px !important;
  font-weight: 300 !important;
  line-height: 1.4 !important;
}

body#module-ntwithdrawal-withdraw .ntw-page .form-control:focus {
  border-color: var(--ntw-accent) !important;
  box-shadow: 0 0 0 3px rgba(255, 75, 0, .13) !important;
  outline: 0 !important;
}

body#module-ntwithdrawal-withdraw .ntw-page .form-control::placeholder {
  color: #95a0ae !important;
  opacity: 1 !important;
}

body#module-ntwithdrawal-withdraw .ntw-field-help {
  display: block !important;
  margin: 8px 0 0 !important;
  color: var(--ntw-muted) !important;
  font-size: 12px !important;
  font-weight: 300 !important;
  line-height: 1.45 !important;
}

body#module-ntwithdrawal-withdraw .ntw-page .ntw-gdpr-consent {
  display: block !important;
  width: 100% !important;
  margin: 24px 0 0 !important;
  padding: 16px 18px !important;
  border: 1px solid var(--ntw-border) !important;
  border-radius: 6px !important;
  background: #f7f9fc !important;
}

body#module-ntwithdrawal-withdraw .ntw-gdpr-consent .gdpr-consent,
body#module-ntwithdrawal-withdraw .ntw-gdpr-consent .form-check {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
}

body#module-ntwithdrawal-withdraw .ntw-gdpr-consent .form-check {
  display: flex !important;
  align-items: flex-start !important;
  gap: 12px !important;
}

body#module-ntwithdrawal-withdraw .ntw-gdpr-consent input[type='checkbox'] {
  position: static !important;
  flex: 0 0 19px !important;
  width: 19px !important;
  height: 19px !important;
  margin: 1px 0 0 !important;
}

body#module-ntwithdrawal-withdraw .ntw-gdpr-consent label {
  display: block !important;
  margin: 0 !important;
  color: var(--ntw-text) !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.45 !important;
}

body#module-ntwithdrawal-withdraw .ntw-page .ntw-actions,
body#module-ntwithdrawal-withdraw .ntw-page .ntw-actions-between {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
  width: 100% !important;
  margin: 24px 0 0 !important;
  padding: 0 !important;
}

body#module-ntwithdrawal-withdraw .ntw-page .ntw-back,
body#module-ntwithdrawal-withdraw .ntw-page .ntw-primary {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  min-height: 52px !important;
  margin: 0 !important;
  padding: 13px 20px !important;
  border-radius: 6px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  text-decoration: none !important;
}

body#module-ntwithdrawal-withdraw .ntw-page .ntw-back {
  border: 1px solid var(--ntw-border) !important;
  background: #fff !important;
  color: #2d3d52 !important;
}

body#module-ntwithdrawal-withdraw .ntw-page .ntw-back:hover,
body#module-ntwithdrawal-withdraw .ntw-page .ntw-back:focus {
  border-color: #b7c3d0 !important;
  background: #f7f9fc !important;
  color: #132238 !important;
}

body#module-ntwithdrawal-withdraw .ntw-page .ntw-primary {
  min-width: 330px !important;
  border: 1px solid var(--ntw-accent) !important;
  background: var(--ntw-accent) !important;
  color: #fff !important;
  box-shadow: 0 10px 24px rgba(255, 75, 0, .18) !important;
}

body#module-ntwithdrawal-withdraw .ntw-page .ntw-primary:hover,
body#module-ntwithdrawal-withdraw .ntw-page .ntw-primary:focus {
  border-color: var(--ntw-accent-dark) !important;
  background: var(--ntw-accent-dark) !important;
  color: #fff !important;
}

body#module-ntwithdrawal-withdraw .ntw-page .ntw-actions svg {
  flex: 0 0 20px !important;
  width: 20px !important;
  height: 20px !important;
}

body#module-ntwithdrawal-withdraw .ntw-page .ntw-alert {
  margin: 20px 0 0 !important;
  border-radius: 6px !important;
}

@media (max-width: 991.98px) {
  body#module-ntwithdrawal-withdraw .ntw-page .ntw-header {
    grid-template-columns: 165px minmax(0, 1fr) !important;
    gap: 24px !important;
    padding: 28px !important;
  }

  body#module-ntwithdrawal-withdraw .ntw-page .ntw-logo {
    height: 70px !important;
  }
}

@media (max-width: 767.98px) {
  body#module-ntwithdrawal-withdraw .page-header,
  body#module-ntwithdrawal-withdraw .page-header h1,
  body#module-ntwithdrawal-withdraw #main > h1,
  body#module-ntwithdrawal-withdraw .ntw-page {
    width: calc(100% - 28px) !important;
  }

  body#module-ntwithdrawal-withdraw .page-header h1,
  body#module-ntwithdrawal-withdraw #main > h1 {
    margin-top: 20px !important;
    margin-bottom: 16px !important;
    font-size: 28px !important;
  }

  body#module-ntwithdrawal-withdraw .ntw-page .ntw-header {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
    padding: 24px 20px !important;
  }

  body#module-ntwithdrawal-withdraw .ntw-header__brand {
    width: 160px !important;
  }

  body#module-ntwithdrawal-withdraw .ntw-page .ntw-logo {
    height: 64px !important;
  }

  body#module-ntwithdrawal-withdraw .ntw-page .ntw-header h2 {
    font-size: 27px !important;
  }

  body#module-ntwithdrawal-withdraw .ntw-page .ntw-guest-form {
    margin-top: 16px !important;
    padding: 22px 18px 20px !important;
  }

  body#module-ntwithdrawal-withdraw .ntw-form-intro {
    align-items: flex-start !important;
    margin-bottom: 22px !important;
    padding-bottom: 18px !important;
  }

  body#module-ntwithdrawal-withdraw .ntw-page .ntw-grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  body#module-ntwithdrawal-withdraw .ntw-page .ntw-actions,
  body#module-ntwithdrawal-withdraw .ntw-page .ntw-actions-between {
    align-items: stretch !important;
    flex-direction: column !important;
    gap: 10px !important;
  }

  body#module-ntwithdrawal-withdraw .ntw-page .ntw-back,
  body#module-ntwithdrawal-withdraw .ntw-page .ntw-primary {
    width: 100% !important;
    min-width: 0 !important;
  }
}
