/* Foxnett registration — one form surface. Scoped to body.wdes-page-register. */

body.wdes-page-register.wdes-account-page,
body.wdes-page-register.wdes-account-page .wdes-wrap-content,
body.wdes-page-register.wdes-account-page section#main-body,
body.wdes-page-register.wdes-account-page .wdes-wrap-content #main-body .container,
body.wdes-page-register.wdes-account-page .wdes-flex-mob,
body.wdes-page-register.wdes-account-page .main-content {
  height: auto !important;
  min-height: 0;
  width: 100% !important;
  max-width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  background: transparent !important;
  background-image: none !important;
}

body.wdes-page-register.wdes-account-page {
  height: auto !important;
  min-height: 100vh;
  width: 100% !important;
  max-width: 100%;
  overflow-x: hidden !important;
  overflow-x: clip !important;
  overflow-y: auto !important;
  background: var(--fx-client-bg) !important;
  background-image: none !important;
}

body.wdes-page-register.wdes-account-page section#main-body {
  background: transparent !important;
  background-image: none !important;
}

body.wdes-page-register section#footer {
  display: none;
}

body.wdes-page-register .fx-reg {
  box-sizing: border-box;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 40px 72px;
}

body.wdes-page-register .fx-reg-sticky-sentinel {
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  pointer-events: none;
  visibility: hidden;
}

body.wdes-page-register .fx-reg-top {
  position: sticky;
  top: 0;
  z-index: 50;
  isolation: isolate;
  box-sizing: border-box;
  width: auto;
  margin: 0 -40px 20px;
  padding: 0 40px;
  background: transparent;
  border: 0;
  box-shadow: none;
}

body.wdes-page-register .fx-reg-top::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  z-index: -1;
  pointer-events: none;
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: background-color 0.16s ease, border-color 0.16s ease, backdrop-filter 0.16s ease;
}

body.wdes-page-register .fx-reg-top.is-stuck::before {
  background: rgba(238, 241, 246, 0.9);
  border-bottom-color: rgba(220, 225, 234, 0.7);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

html[data-foxnett-theme="dark"] body.wdes-page-register .fx-reg-top.is-stuck::before {
  background: rgba(16, 18, 20, 0.9);
  border-bottom-color: rgba(255, 255, 255, 0.06);
}

body.wdes-page-register .fx-reg-top-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  max-width: 880px;
  height: 68px;
  margin: 0 auto;
  padding: 0;
  min-width: 0;
}

body.wdes-page-register .fx-reg-intro,
body.wdes-page-register .fx-reg-error,
body.wdes-page-register .fx-reg-surface,
body.wdes-page-register .fx-reg-footer {
  width: 100%;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

body.wdes-page-register .fx-reg-brand {
  min-width: 0;
  flex: 1 1 auto;
}

body.wdes-page-register .fx-reg-brand .logo {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

body.wdes-page-register .fx-reg-brand .phox-logo--dark {
  display: block !important;
  height: 36px;
  width: auto;
  max-width: 180px;
}

body.wdes-page-register .fx-reg-brand .phox-logo--light,
body.wdes-page-register .fx-reg-brand .phox-logo-icon {
  display: none !important;
}

html[data-foxnett-theme="dark"] body.wdes-page-register .fx-reg-brand .phox-logo--light {
  display: block !important;
  height: 36px;
  width: auto;
  max-width: 180px;
}

html[data-foxnett-theme="dark"] body.wdes-page-register .fx-reg-brand .phox-logo--dark {
  display: none !important;
}

body.wdes-page-register .fx-reg-signin {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  box-sizing: border-box;
  height: 40px;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color: var(--fx-client-text);
  background: transparent;
  border: 1px solid var(--fx-client-border);
  border-radius: 8px;
  text-decoration: none;
  white-space: nowrap;
}

body.wdes-page-register .fx-reg-signin:hover,
body.wdes-page-register .fx-reg-signin:focus {
  color: var(--fx-client-text);
  background: rgba(26, 35, 50, 0.05);
  border-color: var(--fx-client-border);
  text-decoration: none;
}

html[data-foxnett-theme="dark"] body.wdes-page-register .fx-reg-signin:hover,
html[data-foxnett-theme="dark"] body.wdes-page-register .fx-reg-signin:focus {
  background: rgba(255, 255, 255, 0.06);
}

body.wdes-page-register .fx-reg-signin:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px var(--fx-client-focus);
}

body.wdes-page-register .fx-reg-intro {
  margin: 0 auto 28px;
}

body.wdes-page-register .fx-reg-heading {
  margin: 0 0 8px;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.15;
  color: var(--fx-client-text);
}

body.wdes-page-register .fx-reg-lede {
  margin: 0 0 6px;
  font-size: 15px;
  line-height: 1.5;
  color: var(--fx-client-text-secondary);
}

body.wdes-page-register .fx-reg-req-legend {
  margin: 0;
  font-size: 12px;
  color: var(--fx-client-text-muted);
}

body.wdes-page-register .fx-reg-req {
  color: var(--fx-client-danger);
  font-weight: 700;
}

body.wdes-page-register .fx-reg-error .alert {
  margin: 0 0 16px;
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid var(--fx-client-error-border);
  background: var(--fx-client-error-bg);
  color: var(--fx-client-error-text);
}

body.wdes-page-register .fx-reg-surface {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}

html[data-foxnett-theme="dark"] body.wdes-page-register.wdes-account-page {
  background: #101214 !important;
}

html[data-foxnett-theme="dark"] body.wdes-page-register .fx-reg-surface {
  background: transparent;
  border: 0;
  box-shadow: none;
}

body.wdes-page-register .fx-reg-form {
  padding: 0;
}

body.wdes-page-register .fx-reg-block {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.wdes-page-register #containerNewUserSignup > .fx-reg-block:first-of-type {
  padding-top: 0;
}

body.wdes-page-register .fx-reg-block + .fx-reg-block,
body.wdes-page-register .fx-reg-block + .fx-reg-complete,
body.wdes-page-register #containerNewUserSignup + #containerNewUserSecurity .fx-reg-block,
body.wdes-page-register #containerNewUserSecurity + .fx-reg-block {
  border-top: 0;
  padding-top: 32px;
}

body.wdes-page-register .fx-reg-block-head {
  margin: 0 0 16px;
  padding: 0;
  border: 0;
}

html[data-foxnett-theme="dark"] body.wdes-page-register .fx-reg-block-head {
  border: 0;
}

body.wdes-page-register .fx-reg-block-title {
  margin: 0;
  padding: 0;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -0.025em;
  text-transform: none;
  line-height: 1.25;
  color: var(--fx-client-text);
  border: 0;
}

body.wdes-page-register .fx-reg-block-lede {
  margin: 6px 0 0;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 400;
  color: var(--fx-client-text-muted);
}

body.wdes-page-register .fx-reg-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 14px 20px;
}

body.wdes-page-register .fx-reg-span {
  grid-column: 1 / -1;
}

body.wdes-page-register .fx-reg-field {
  min-width: 0;
  margin: 0;
}

body.wdes-page-register #registration .fx-reg-label,
body.wdes-page-register .fx-reg-label {
  display: block !important;
  position: static !important;
  visibility: visible !important;
  opacity: 1 !important;
  clip: auto !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  float: none !important;
  transform: none !important;
  margin: 0 0 6px !important;
  padding: 0 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
  color: var(--fx-client-text) !important;
  background: transparent !important;
}

body.wdes-page-register #registration .fx-reg-input.field:not(#inputPhone),
body.wdes-page-register #registration .fx-reg-input.form-control:not(#inputPhone),
body.wdes-page-register #registration select.fx-reg-input,
body.wdes-page-register #registration textarea.fx-reg-input,
body.wdes-page-register .fx-reg-custom .form-control,
body.wdes-page-register .fx-reg-custom .field {
  display: block !important;
  width: 100% !important;
  max-width: 100%;
  height: auto !important;
  min-height: 46px;
  padding: 11px 14px;
  font-size: 15px !important;
  font-weight: 400;
  line-height: 1.3;
  color: var(--fx-client-input-text) !important;
  background: var(--fx-client-input-bg) !important;
  border: 1px solid var(--fx-client-input-border) !important;
  border-radius: 6px !important;
  box-shadow: none !important;
}

body.wdes-page-register .fx-auth-input-wrap .fx-reg-input {
  padding-right: 42px;
}

body.wdes-page-register #registration .fx-reg-input:not(#inputPhone):hover,
body.wdes-page-register #registration select.fx-reg-input:hover,
body.wdes-page-register .fx-reg-custom .form-control:hover,
body.wdes-page-register .fx-reg-custom .field:hover {
  border-color: var(--fx-client-text-muted) !important;
  background: var(--fx-client-input-bg) !important;
  color: var(--fx-client-input-text) !important;
}

body.wdes-page-register #registration .fx-reg-input:not(#inputPhone):focus,
body.wdes-page-register #registration select.fx-reg-input:focus,
body.wdes-page-register .fx-reg-custom .form-control:focus,
body.wdes-page-register .fx-reg-custom .field:focus {
  outline: none;
  border-color: var(--fx-client-primary) !important;
  background: var(--fx-client-input-bg) !important;
  color: var(--fx-client-input-text) !important;
  box-shadow: 0 0 0 3px var(--fx-client-focus) !important;
}

body.wdes-page-register #state,
body.wdes-page-register select#state,
body.wdes-page-register #inputCountry,
body.wdes-page-register #inputCurrency {
  width: 100% !important;
}

/* Phone: surround layout only. intl-tel-input owns padding / flag / dial code. */
body.wdes-page-register .fx-reg-phone {
  position: relative;
  z-index: 3;
  overflow: visible;
}

body.wdes-page-register .fx-reg-phone .intl-tel-input {
  display: block;
  width: 100%;
}

body.wdes-page-register .fx-reg-phone .intl-tel-input input,
body.wdes-page-register #registration .fx-reg-phone #inputPhone {
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 46px;
  height: auto;
  font-size: 15px;
  color: var(--fx-client-input-text) !important;
  background: var(--fx-client-input-bg) !important;
  border: 1px solid var(--fx-client-input-border) !important;
  border-radius: 6px !important;
  box-shadow: none !important;
}

body.wdes-page-register .fx-reg-phone .intl-tel-input .selected-flag {
  display: flex;
  align-items: center;
}

body.wdes-page-register .fx-reg-phone .intl-tel-input.allow-dropdown .selected-flag {
  border-right: 1px solid var(--fx-client-input-border);
}

body.wdes-page-register .fx-reg-phone .intl-tel-input input:focus,
body.wdes-page-register #registration .fx-reg-phone #inputPhone:focus {
  outline: none;
  border-color: var(--fx-client-primary) !important;
  box-shadow: 0 0 0 3px var(--fx-client-focus) !important;
}

body.wdes-page-register .fx-reg-phone .intl-tel-input .country-list {
  z-index: 60;
  background: var(--fx-client-surface-elevated);
  color: var(--fx-client-text);
  border-color: var(--fx-client-border);
}

body.wdes-page-register .fx-reg-help,
body.wdes-page-register #registration .field-help-text {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: var(--fx-client-text-muted);
}

body.wdes-page-register .fx-reg-strength {
  margin-top: 8px;
}

body.wdes-page-register .fx-reg-strength .progress {
  height: 4px;
  margin: 0 0 6px;
  overflow: hidden;
  background: var(--fx-client-border);
  border: 0;
  border-radius: 999px;
  box-shadow: none;
}

html[data-foxnett-theme="dark"] body.wdes-page-register .fx-reg-strength .progress {
  background: #2a2f38;
}

body.wdes-page-register .fx-reg-strength .progress-bar,
body.wdes-page-register .fx-reg-strength .progress-bar-striped,
body.wdes-page-register .fx-reg-strength .progress-bar-success,
body.wdes-page-register .fx-reg-strength .progress-bar-warning,
body.wdes-page-register .fx-reg-strength .progress-bar-danger {
  height: 100%;
  border-radius: 999px;
  box-shadow: none;
  background-image: none;
  animation: none;
}

body.wdes-page-register .fx-reg-strength .progress-bar {
  background-color: var(--fx-client-text-muted);
}

body.wdes-page-register .fx-reg-strength .progress-bar-danger {
  background-color: var(--fx-client-danger);
}

body.wdes-page-register .fx-reg-strength .progress-bar-warning {
  background-color: var(--fx-client-warning);
}

body.wdes-page-register .fx-reg-strength .progress-bar-success {
  background-color: var(--fx-client-success);
}

body.wdes-page-register .fx-reg-strength #passwordStrengthTextLabel,
body.wdes-page-register .fx-reg-strength .text-muted {
  margin: 0;
  text-align: left;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
  color: var(--fx-client-text-muted) !important;
}

body.wdes-page-register .fx-reg-strength:has(.progress-bar-danger) #passwordStrengthTextLabel {
  color: var(--fx-client-danger) !important;
}

body.wdes-page-register .fx-reg-strength:has(.progress-bar-warning) #passwordStrengthTextLabel {
  color: var(--fx-client-warning) !important;
}

body.wdes-page-register .fx-reg-strength:has(.progress-bar-success) #passwordStrengthTextLabel {
  color: var(--fx-client-success) !important;
}

body.wdes-page-register .fx-reg-strength:has(.progress-bar[aria-valuenow="0"]) #passwordStrengthTextLabel {
  color: var(--fx-client-text-muted) !important;
}

body.wdes-page-register .fx-reg-generate-wrap {
  margin: 12px 0 0;
}

body.wdes-page-register .fx-reg-generate {
  margin: 0;
  padding: 6px 12px;
  min-height: 36px;
  font-size: 13px;
  font-weight: 500;
  color: var(--fx-client-primary);
  background: transparent;
  border: 1px solid var(--fx-client-border);
  border-radius: 6px;
}

body.wdes-page-register .fx-reg-generate:hover,
body.wdes-page-register .fx-reg-generate:focus {
  color: var(--fx-client-primary-hover);
  border-color: var(--fx-client-primary);
  background: var(--fx-client-bg);
}

body.wdes-page-register .fx-reg-pref,
body.wdes-page-register #registration .marketing-email-optin {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}

body.wdes-page-register .fx-reg-pref-copy {
  flex: 1 1 auto;
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  color: var(--fx-client-text-secondary);
}

body.wdes-page-register .fx-reg-pref-control {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  align-self: center;
}

body.wdes-page-register .fx-reg-pref .bootstrap-switch {
  margin: 0;
  vertical-align: middle;
  border-color: var(--fx-client-border);
}

body.wdes-page-register .fx-reg-pref .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,
body.wdes-page-register .fx-reg-pref .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
  background: var(--fx-client-primary);
  color: var(--fx-client-on-primary);
}

body.wdes-page-register .fx-reg-pref .bootstrap-switch .bootstrap-switch-label {
  background: var(--fx-client-surface);
  color: var(--fx-client-text);
}

body.wdes-page-register .fx-reg-block--verify {
  padding-bottom: 0;
}

body.wdes-page-register .fx-reg-block--verify .fx-reg-block-head {
  margin-bottom: 14px;
}

body.wdes-page-register .fx-reg-captcha {
  margin: 0;
  padding: 0;
}

body.wdes-page-register .fx-reg-captcha > .row,
body.wdes-page-register .fx-reg-captcha > .text-center {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  float: none;
}

body.wdes-page-register .fx-reg-captcha .form-group {
  margin: 0;
  float: none;
  width: auto;
  max-width: 100%;
}

body.wdes-page-register .fx-reg-captcha .recaptcha-container,
body.wdes-page-register .fx-reg-captcha #google-recaptcha-domainchecker {
  display: block;
  float: none;
  width: 304px;
  height: 78px;
  margin: 0 auto;
  padding: 0;
  transform: none;
  -webkit-transform: none;
}

body.wdes-page-register .fx-reg-block--tos {
  padding-bottom: 0;
}

body.wdes-page-register .fx-reg-block--tos .fx-reg-block-head {
  margin-bottom: 12px;
}

body.wdes-page-register .fx-reg-block--tos + .fx-reg-complete,
body.wdes-page-register .fx-reg-block--verify + .fx-reg-complete {
  border-top: 0;
  padding-top: 28px;
}

body.wdes-page-register .fx-reg-complete {
  margin: 0;
  padding: 0;
  border-top: 0;
}

body.wdes-page-register .fx-reg-tos,
body.wdes-page-register #registration .tospanel {
  margin: 0;
  padding: 0;
}

body.wdes-page-register .fx-reg-tos .fx-auth-remember-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  padding: 0;
  font-weight: 400;
  line-height: 1.45;
  color: var(--fx-client-text-secondary);
}

body.wdes-page-register .fx-reg-tos .fx-auth-remember-input {
  margin-top: 2px;
}

body.wdes-page-register .fx-reg-tos .fx-auth-remember-text {
  display: block;
  min-width: 0;
  color: var(--fx-client-text-secondary);
}

body.wdes-page-register .fx-reg-tos a {
  color: var(--fx-client-primary);
  font-weight: 600;
}

body.wdes-page-register .fx-reg-actions {
  margin: 0 0 12px;
}

body.wdes-page-register .fx-reg-actions .fx-auth-primary {
  min-height: 48px;
  font-size: 15px;
}

body.wdes-page-register .fx-reg-secondary {
  margin: 0;
  text-align: center;
}

body.wdes-page-register .fx-reg-footer {
  margin-top: 40px;
  padding-left: 0;
  padding-right: 0;
}

body.wdes-page-register .fx-auth-meta {
  border: 0;
  background: transparent;
  padding: 0;
  border-radius: 0;
}

body.wdes-page-register .fx-auth-language-btn {
  padding-left: 0;
}

body.wdes-page-register .has-error .fx-reg-label,
body.wdes-page-register .has-error .fx-auth-label {
  color: var(--fx-client-danger) !important;
}

body.wdes-page-register .has-error .fx-reg-input,
body.wdes-page-register .has-error .form-control {
  border-color: var(--fx-client-danger) !important;
}

body.wdes-page-register .field-error-msg {
  color: var(--fx-client-danger);
}

@media screen and (max-width: 1023.8px) {
  body.wdes-page-register .fx-reg {
    max-width: 100%;
    padding: 0 32px 56px;
  }

  body.wdes-page-register .fx-reg-top {
    margin: 0 -32px 18px;
    padding: 0 32px;
  }

  body.wdes-page-register .fx-reg-intro,
  body.wdes-page-register .fx-reg-error,
  body.wdes-page-register .fx-reg-surface,
  body.wdes-page-register .fx-reg-footer {
    max-width: 880px;
  }

  body.wdes-page-register .fx-reg-form {
    padding: 0;
  }
}

@media screen and (max-width: 899.8px) {
  body.wdes-page-register .fx-reg {
    max-width: 100%;
    padding: 0 20px 48px;
  }

  body.wdes-page-register .fx-reg-top {
    margin: 0 -20px 16px;
    padding: 0 20px;
  }

  body.wdes-page-register .fx-reg-top-inner,
  body.wdes-page-register .fx-reg-intro,
  body.wdes-page-register .fx-reg-error,
  body.wdes-page-register .fx-reg-surface,
  body.wdes-page-register .fx-reg-footer {
    max-width: 100%;
  }

  body.wdes-page-register .fx-reg-form {
    padding: 0;
  }
}

@media screen and (max-width: 767.8px) {
  body.wdes-page-register .fx-reg-grid {
    grid-template-columns: 1fr;
  }

  body.wdes-page-register .fx-reg-heading {
    font-size: 1.75rem;
  }

  body.wdes-page-register .fx-reg-pref {
    align-items: center;
  }
}

@media screen and (max-width: 599.8px) {
  body.wdes-page-register .fx-reg {
    padding: 0 16px 40px;
  }

  body.wdes-page-register .fx-reg-form {
    padding: 0;
  }

  body.wdes-page-register .fx-reg-top {
    margin: 0 -16px 16px;
    padding: 0 16px;
  }

  body.wdes-page-register .fx-reg-top-inner {
    height: 60px;
    gap: 12px;
  }

  body.wdes-page-register .fx-reg-signin {
    height: 36px;
    padding: 0 14px;
  }

  body.wdes-page-register .fx-reg-brand .phox-logo--dark,
  html[data-foxnett-theme="dark"] body.wdes-page-register .fx-reg-brand .phox-logo--light {
    height: 32px;
    max-width: 140px;
  }

  body.wdes-page-register .fx-reg-pref {
    flex-direction: column;
    align-items: stretch;
  }
}

@media screen and (max-width: 479.8px) {
  body.wdes-page-register .fx-reg {
    padding: 0 14px 36px;
  }

  body.wdes-page-register .fx-reg-form {
    padding: 0;
  }

  body.wdes-page-register .fx-reg-top {
    margin: 0 -14px 14px;
    padding: 0 14px;
  }

  body.wdes-page-register .fx-reg-top-inner {
    height: 56px;
  }

  body.wdes-page-register .fx-reg-signin {
    height: 36px;
    padding: 0 12px;
  }

  body.wdes-page-register .fx-reg-heading {
    font-size: 1.625rem;
  }
}

@media screen and (max-width: 389.8px) {
  body.wdes-page-register .fx-reg-heading {
    font-size: 1.5rem;
  }

  body.wdes-page-register .fx-reg-brand .phox-logo--dark,
  html[data-foxnett-theme="dark"] body.wdes-page-register .fx-reg-brand .phox-logo--light {
    height: 28px;
    max-width: 118px;
  }

  body.wdes-page-register .fx-reg-signin {
    padding: 0 10px;
  }
}

@media screen and (max-width: 991px) {
  body.wdes-page-register .fx-reg-captcha #google-recaptcha-domainchecker {
    padding-left: 0;
    transform: none;
    -webkit-transform: none;
  }
}

/* Password generator modal — #modalGeneratePassword only. Do not restyle other WHMCS modals. */
body.wdes-page-register #modalGeneratePassword .modal-dialog {
  margin: 24px auto;
}

body.wdes-page-register #modalGeneratePassword .modal-content,
body.wdes-page-register #modalGeneratePassword .modal-content.panel-primary {
  background: var(--fx-client-surface) !important;
  color: var(--fx-client-text) !important;
  border: 1px solid var(--fx-client-border) !important;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 18px 44px rgba(16, 24, 40, 0.16);
}

body.wdes-page-register #modalGeneratePassword .modal-content .panel-heading.modal-header,
body.wdes-page-register #modalGeneratePassword .modal-content.panel-primary > .panel-heading.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
  padding: 14px 18px;
  background: var(--fx-client-surface) !important;
  background-color: var(--fx-client-surface) !important;
  color: var(--fx-client-text) !important;
  border: 0;
  border-bottom: 1px solid var(--fx-client-border) !important;
  border-radius: 0;
}

body.wdes-page-register #modalGeneratePassword .modal-title {
  float: none;
  flex: 1 1 auto;
  order: 1;
  margin: 0;
  padding: 0;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--fx-client-text) !important;
}

body.wdes-page-register #modalGeneratePassword .modal-header .close {
  float: none;
  order: 2;
  position: relative;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  width: 32px;
  height: 32px;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  opacity: 0.7;
  color: var(--fx-client-text-muted) !important;
  text-shadow: none;
  background: transparent !important;
  border: 0;
  border-radius: 8px;
}

body.wdes-page-register #modalGeneratePassword .modal-header .close:hover,
body.wdes-page-register #modalGeneratePassword .modal-header .close:focus {
  opacity: 1;
  color: var(--fx-client-text) !important;
  background: transparent !important;
}

body.wdes-page-register #modalGeneratePassword .modal-header .close:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px var(--fx-client-focus);
}

body.wdes-page-register #modalGeneratePassword .modal-body {
  padding: 20px 18px;
  background: var(--fx-client-surface) !important;
  color: var(--fx-client-text) !important;
}

body.wdes-page-register #modalGeneratePassword .control-label {
  padding-top: 12px;
  font-size: 14px;
  font-weight: 600;
  color: var(--fx-client-text) !important;
  text-align: left;
}

body.wdes-page-register #modalGeneratePassword .form-group {
  margin-bottom: 16px;
}

body.wdes-page-register #modalGeneratePassword #inputGeneratePasswordLength,
body.wdes-page-register #modalGeneratePassword #inputGeneratePasswordOutput {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 46px;
  padding: 11px 14px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--fx-client-input-text) !important;
  background: var(--fx-client-input-bg) !important;
  border: 1px solid var(--fx-client-input-border) !important;
  border-radius: 6px !important;
  box-shadow: none !important;
}

body.wdes-page-register #modalGeneratePassword #inputGeneratePasswordLength.input-inline-100 {
  width: 100px;
  max-width: 100%;
}

body.wdes-page-register #modalGeneratePassword #inputGeneratePasswordLength:focus,
body.wdes-page-register #modalGeneratePassword #inputGeneratePasswordOutput:focus {
  outline: none;
  border-color: var(--fx-client-primary) !important;
  box-shadow: 0 0 0 3px var(--fx-client-focus) !important;
}

body.wdes-page-register #modalGeneratePassword .modal-body .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 36px;
  margin: 0 8px 8px 0;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  border-radius: 8px;
}

body.wdes-page-register #modalGeneratePassword .modal-body .btn-default {
  color: var(--fx-client-text) !important;
  background: transparent !important;
  border: 1px solid var(--fx-client-border) !important;
}

body.wdes-page-register #modalGeneratePassword .modal-body .btn-default:hover,
body.wdes-page-register #modalGeneratePassword .modal-body .btn-default:focus {
  background: rgba(26, 35, 50, 0.05) !important;
  border-color: var(--fx-client-border) !important;
  color: var(--fx-client-text) !important;
}

body.wdes-page-register #modalGeneratePassword .copy-to-clipboard img {
  display: inline-block;
  vertical-align: middle;
}

body.wdes-page-register #modalGeneratePassword .modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin: 0;
  padding: 14px 18px;
  background: var(--fx-client-surface) !important;
  border: 0;
  border-top: 1px solid var(--fx-client-border) !important;
  text-align: right;
}

body.wdes-page-register #modalGeneratePassword .modal-footer .btn {
  margin: 0;
  min-height: 40px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  border-radius: 8px;
}

body.wdes-page-register #modalGeneratePassword .modal-footer .btn-default {
  color: var(--fx-client-text) !important;
  background: transparent !important;
  border: 1px solid var(--fx-client-border) !important;
}

body.wdes-page-register #modalGeneratePassword .modal-footer .btn-default:hover,
body.wdes-page-register #modalGeneratePassword .modal-footer .btn-default:focus {
  background: rgba(26, 35, 50, 0.05) !important;
  color: var(--fx-client-text) !important;
}

body.wdes-page-register #modalGeneratePassword .modal-footer .btn-primary,
body.wdes-page-register #modalGeneratePassword #btnGeneratePasswordInsert {
  color: var(--fx-client-on-primary) !important;
  background: var(--fx-client-primary) !important;
  border: 1px solid var(--fx-client-primary) !important;
}

body.wdes-page-register #modalGeneratePassword .modal-footer .btn-primary:hover,
body.wdes-page-register #modalGeneratePassword .modal-footer .btn-primary:focus,
body.wdes-page-register #modalGeneratePassword #btnGeneratePasswordInsert:hover,
body.wdes-page-register #modalGeneratePassword #btnGeneratePasswordInsert:focus {
  background: var(--fx-client-primary-hover) !important;
  border-color: var(--fx-client-primary-hover) !important;
  color: var(--fx-client-on-primary) !important;
}

body.wdes-page-register #modalGeneratePassword .modal-footer .btn:focus-visible,
body.wdes-page-register #modalGeneratePassword .modal-body .btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px var(--fx-client-focus);
}

html[data-foxnett-theme="dark"] body.wdes-page-register #modalGeneratePassword .modal-content,
html[data-foxnett-theme="dark"] body.wdes-page-register #modalGeneratePassword .modal-content.panel-primary,
html[data-foxnett-theme="dark"] body.wdes-page-register #modalGeneratePassword .modal-content .panel-heading.modal-header,
html[data-foxnett-theme="dark"] body.wdes-page-register #modalGeneratePassword .modal-content.panel-primary > .panel-heading.modal-header,
html[data-foxnett-theme="dark"] body.wdes-page-register #modalGeneratePassword .modal-body,
html[data-foxnett-theme="dark"] body.wdes-page-register #modalGeneratePassword .modal-footer {
  background: var(--fx-client-surface-elevated) !important;
  background-color: var(--fx-client-surface-elevated) !important;
  color: var(--fx-client-text) !important;
  border-color: var(--fx-client-border) !important;
}

html[data-foxnett-theme="dark"] body.wdes-page-register #modalGeneratePassword .modal-title {
  color: var(--fx-client-text) !important;
}

html[data-foxnett-theme="dark"] body.wdes-page-register #modalGeneratePassword .modal-header .close {
  color: var(--fx-client-text-muted) !important;
}

html[data-foxnett-theme="dark"] body.wdes-page-register #modalGeneratePassword .modal-header .close:hover,
html[data-foxnett-theme="dark"] body.wdes-page-register #modalGeneratePassword .modal-header .close:focus {
  color: var(--fx-client-text) !important;
}

html[data-foxnett-theme="dark"] body.wdes-page-register #modalGeneratePassword .modal-body .btn-default,
html[data-foxnett-theme="dark"] body.wdes-page-register #modalGeneratePassword .modal-footer .btn-default {
  color: var(--fx-client-text) !important;
  background: transparent !important;
  border-color: var(--fx-client-border) !important;
}

html[data-foxnett-theme="dark"] body.wdes-page-register #modalGeneratePassword .modal-body .btn-default:hover,
html[data-foxnett-theme="dark"] body.wdes-page-register #modalGeneratePassword .modal-footer .btn-default:hover {
  background: rgba(255, 255, 255, 0.06) !important;
}

html[data-foxnett-theme="dark"] body.wdes-page-register #modalGeneratePassword .copy-to-clipboard img {
  filter: invert(1) brightness(1.4);
}

html[data-foxnett-theme="dark"] body.wdes-page-register #modalGeneratePassword .modal-content {
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.45);
}

@media screen and (max-width: 767.8px) {
  body.wdes-page-register #modalGeneratePassword .modal-dialog {
    width: auto;
    max-width: 100%;
    margin: 12px;
  }

  body.wdes-page-register #modalGeneratePassword .control-label {
    padding-top: 0;
    margin-bottom: 6px;
  }

  body.wdes-page-register #modalGeneratePassword .modal-footer {
    justify-content: stretch;
  }

  body.wdes-page-register #modalGeneratePassword .modal-footer .btn {
    flex: 1 1 auto;
  }
}

@media screen and (max-width: 389.8px) {
  body.wdes-page-register #modalGeneratePassword .modal-dialog {
    margin: 8px;
  }

  body.wdes-page-register #modalGeneratePassword .modal-footer .btn {
    flex: 1 1 100%;
  }
}
