/**
 * Pixron auth — loaded last so it wins over WISECP theme.css
 * Light canvas (site body) + dark header (site nav) + paper form.
 */

html.px-auth-html {
  height: 100% !important;
  overflow: hidden !important;
}
html.px-auth-html body.px-auth-page,
body.px-auth-page,
body#clean-theme-client.px-auth-page {
  --px-auth-gutter: 48px;
  --px-auth-header-h: 72px;
  --px-auth-footer-h: 56px;
  --px-auth-split: 1fr 1fr;
  height: 100% !important;
  min-height: 100vh !important;
  margin: 0 !important;
  overflow: hidden !important;
  display: grid !important;
  grid-template-columns: var(--px-auth-split) !important;
  grid-template-rows: var(--px-auth-header-h) minmax(0, 1fr) var(--px-auth-footer-h) !important;
  background: #0f172a !important;
  color: #0f172a !important;
  font-family: 'Farro', var(--px-font-sans, sans-serif) !important;
}
body.px-auth-page,
body.px-auth-page h1,
body.px-auth-page h2,
body.px-auth-page h3,
body.px-auth-page h4,
body.px-auth-page h5,
body.px-auth-page p,
body.px-auth-page a,
body.px-auth-page button,
body.px-auth-page input,
body.px-auth-page label,
body.px-auth-page span:not(.fa):not([class*="fa-"]) {
  font-family: 'Farro', var(--px-font-sans, sans-serif) !important;
}

body.px-auth-page .clear,
body.px-auth-page #wrapper > .clear {
  display: none !important;
}

body.px-auth-page .px-auth-top,
body.px-auth-page .px-auth-top-inner,
body.px-auth-page #wrapper.px-auth-wrap,
body.px-auth-page .clean-theme-signinup-con,
body.px-auth-page .px-auth-footer,
body.px-auth-page .px-auth-footer-inner {
  display: contents !important;
}

.px-auth-brand {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 var(--px-auth-gutter);
  background: #0f172a;
  text-decoration: none !important;
  box-sizing: border-box;
}
.px-auth-logo {
  height: 40px;
  width: auto;
  display: block;
}
.px-auth-top-nav {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  height: 100%;
  padding: 0 var(--px-auth-gutter);
  background: #f1f5f9;
  box-sizing: border-box;
}
.px-auth-top-link,
.px-auth-top-cta {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 36px !important;
  padding: 0 14px !important;
  border-radius: 6px !important;
  box-sizing: border-box !important;
  line-height: 1 !important;
  text-decoration: none !important;
  font-size: 13px !important;
}
.px-auth-top-link {
  gap: 6px;
  color: #475569 !important;
  font-weight: 600 !important;
  background: transparent !important;
}
.px-auth-top-link:hover {
  color: #0f172a !important;
}
.px-auth-top-cta {
  background: #f59e0b !important;
  color: #0f172a !important;
  font-weight: 700 !important;
}
.px-auth-top-cta:hover {
  background: #fbbf24 !important;
}

body.px-auth-page > [id*="verification"],
body.px-auth-page > [id*="modal"],
body.px-auth-page > .iziModal,
body.px-auth-page > .swal2-container {
  position: fixed !important;
}

body.px-auth-page .clean-theme-signinup-left,
body#clean-theme-client .clean-theme-signinup-left.px-auth-aside {
  grid-column: 1 !important;
  grid-row: 2 !important;
  order: unset !important;
  float: none !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  min-height: 0 !important;
  height: auto !important;
  padding: 32px var(--px-auth-gutter) !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  background: #0f172a !important;
  border: none !important;
  color: #e2e8f0 !important;
  text-align: left !important;
  box-sizing: border-box !important;
  position: relative !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}
body.px-auth-page .clean-theme-signinup-left::after,
body.px-auth-page .clean-theme-signinup-left img {
  display: none !important;
}

.px-auth-aside-mark { display: none !important; }
.px-auth-aside-list { display: none !important; }

.px-auth-aside-eyebrow {
  margin: 0 0 14px !important;
  font-family: var(--px-font-mono, 'JetBrains Mono', monospace) !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  color: #f59e0b !important;
}
.px-auth-aside-title {
  margin: 0 0 16px !important;
  color: #f8fafc !important;
  font-family: 'Farro', sans-serif !important;
  font-size: clamp(40px, 5vw, 64px) !important;
  font-weight: 700 !important;
  line-height: 0.95 !important;
  letter-spacing: -0.04em !important;
}
.px-auth-aside-rule {
  width: 48px;
  height: 2px;
  margin: 0 0 22px;
  background: #f59e0b;
  animation: pxAuthRule 0.7s 0.15s cubic-bezier(0.16, 1, 0.3, 1) both;
}
@keyframes pxAuthRule {
  from { transform: scaleX(0); transform-origin: left; }
  to { transform: scaleX(1); transform-origin: left; }
}

body.px-auth-page .clean-theme-signinup-left h4,
body.px-auth-page .px-auth-aside h4 {
  margin: 0 0 22px !important;
  padding: 0 !important;
  max-width: 32em;
  color: #94a3b8 !important;
  font-size: 16px !important;
  line-height: 1.65 !important;
  font-weight: 400 !important;
  font-family: 'Farro', sans-serif !important;
}

body.px-auth-page .px-auth-aside-cta,
body.px-auth-page .clean-theme-signinup-left .clean-theme-btn,
body.px-auth-page .clean-theme-signinup-left a.clean-theme-btn {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  min-width: 0 !important;
  width: auto !important;
  margin: 0 0 36px !important;
  padding: 0 0 2px !important;
  border: none !important;
  border-radius: 0 !important;
  background: none !important;
  color: #f8fafc !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  font-family: 'Farro', sans-serif !important;
  box-shadow: none !important;
  transform: none !important;
  letter-spacing: 0 !important;
  border-bottom: 1px solid #f59e0b !important;
  align-self: flex-start !important;
}
body.px-auth-page .px-auth-aside-cta:hover,
body.px-auth-page .clean-theme-signinup-left .clean-theme-btn:hover {
  background: none !important;
  color: #f59e0b !important;
  transform: none !important;
  box-shadow: none !important;
}

body.px-auth-page .px-auth-aside > *:not(.px-auth-features) {
  max-width: 460px;
}
.px-auth-features {
  list-style: none !important;
  margin: 12px 0 0 !important;
  padding: 0 !important;
  max-width: 460px;
  display: grid;
  gap: 10px;
}
.px-auth-features li {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  align-items: center;
  padding: 12px 14px;
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: 8px;
  background: rgba(15, 23, 42, 0.35);
}
.px-auth-features-ico {
  width: 44px !important;
  height: 44px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 8px;
  background: rgba(245, 158, 11, 0.16);
  color: #fbbf24 !important;
  line-height: 0 !important;
}
.px-auth-features-ico svg {
  display: block !important;
  width: 20px !important;
  height: 20px !important;
  margin: 0 !important;
  stroke: currentColor !important;
  fill: none !important;
  stroke-width: 2 !important;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.px-auth-features li > div strong {
  display: block;
  color: #f8fafc;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 2px;
}
.px-auth-features li > div span {
  display: block;
  color: #94a3b8;
  font-size: 13px;
  line-height: 1.4;
}

body.px-auth-page .clean-theme-signinup-right,
body#clean-theme-client .clean-theme-signinup-right {
  grid-column: 2 !important;
  grid-row: 2 !important;
  order: unset !important;
  float: none !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  min-height: 0 !important;
  height: auto !important;
  background: #f1f5f9 !important;
  border: none !important;
  border-radius: 0 !important;
  box-sizing: border-box !important;
  box-shadow: none !important;
  position: relative !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  display: block !important;
  align-items: unset !important;
  justify-content: unset !important;
  padding: 0 !important;
  -webkit-overflow-scrolling: touch;
}
.px-auth-stage {
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px var(--px-auth-gutter) 40px;
  box-sizing: border-box;
}
#clean-theme-sign-up .px-auth-stage {
  align-items: flex-start;
}
body.px-auth-page .clean-theme-signinup-right::before {
  display: none !important;
}

body.px-auth-page .clean-theme-signinup-right .padding50,
body.px-auth-page .px-auth-form {
  width: 100% !important;
  max-width: 440px !important;
  margin: 0 auto !important;
  padding: 32px 32px 0 !important;
  box-sizing: border-box !important;
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 10px !important;
  box-shadow: 0 18px 40px -16px rgba(15, 23, 42, 0.22) !important;
  position: relative;
  overflow: visible;
  flex: 0 0 auto;
  width: 100%;
  animation: pxAuthIn 0.5s cubic-bezier(0.16, 1, 0.3, 1) both;
}
@keyframes pxAuthIn {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: none; }
}
body.px-auth-page .px-auth-form::before,
body.px-auth-page .clean-theme-signinup-right .padding50::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #f59e0b, #fbbf24);
}

body.px-auth-page .clean-theme-signinup-right-title {
  display: block !important;
  float: none !important;
  clear: both !important;
  width: 100% !important;
  margin: 0 0 22px !important;
  padding: 0 !important;
  border: none !important;
  overflow: hidden;
}
body.px-auth-page .clean-theme-signinup-right-title h1,
body.px-auth-page .clean-theme-signinup-right-title h2,
body.px-auth-page .clean-theme-signinup-right-title h4 {
  display: block !important;
  float: none !important;
  clear: both !important;
  width: 100% !important;
  margin: 0 0 6px !important;
  color: #0f172a !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  letter-spacing: -0.03em !important;
  font-family: var(--px-font-sans, 'Farro', sans-serif) !important;
  border: none !important;
  line-height: 1.2 !important;
}
.px-auth-form-lead {
  display: block !important;
  float: none !important;
  clear: both !important;
  width: 100% !important;
  margin: 0 !important;
  color: #64748b !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  font-weight: 400 !important;
}

.px-auth-field {
  display: block;
  float: none !important;
  clear: both !important;
  width: 100% !important;
  margin: 0 0 16px !important;
}
.px-auth-field > label,
body.px-auth-page .px-auth-field-label {
  display: block !important;
  margin: 0 0 8px !important;
  color: #0f172a !important;
  font-family: 'Farro', var(--px-font-sans, sans-serif) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: -0.01em !important;
  line-height: 1.3 !important;
}

.px-auth-input {
  position: relative;
  display: block;
  width: 100%;
}
.px-auth-input-ico {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #64748b;
  pointer-events: none;
  z-index: 2;
}
.px-auth-input-ico svg {
  display: block;
  width: 16px;
  height: 16px;
}
.px-auth-input:focus-within .px-auth-input-ico {
  color: #d97706;
}

body.px-auth-page .clean-theme-signinup-right input[type="text"],
body.px-auth-page .clean-theme-signinup-right input[type="email"],
body.px-auth-page .clean-theme-signinup-right input[type="password"],
body.px-auth-page .clean-theme-signinup-right input[type="tel"],
body.px-auth-page .clean-theme-signinup-right input[type="number"],
body.px-auth-page .clean-theme-signinup-right select,
body.px-auth-page .clean-theme-signinup-right textarea,
body#clean-theme-client .clean-theme-signinup-right input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]),
body#clean-theme-client .clean-theme-signinup-right select {
  width: 100% !important;
  height: 48px !important;
  box-sizing: border-box !important;
  margin: 0 !important;
  padding: 0 14px !important;
  border: 1px solid #cbd5e1 !important;
  border-bottom: 1px solid #cbd5e1 !important;
  border-radius: 7px !important;
  background: #f8fafc !important;
  background-image: none !important;
  color: #0f172a !important;
  font-size: 14px !important;
  font-family: var(--px-font-sans, 'Farro', sans-serif) !important;
  line-height: 48px !important;
  outline: none !important;
  box-shadow: none !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease !important;
}
body.px-auth-page .clean-theme-signinup-right select,
body#clean-theme-client .clean-theme-signinup-right select {
  padding-right: 36px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%2364748b' d='M6 8L0 0h12z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 14px center !important;
  background-size: 10px 7px !important;
}
body.px-auth-page .px-auth-input input[type="text"],
body.px-auth-page .px-auth-input input[type="email"],
body.px-auth-page .px-auth-input input[type="password"],
body#clean-theme-client .px-auth-input input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]) {
  padding-left: 42px !important;
}
body.px-auth-page .clean-theme-signinup-right textarea {
  height: auto !important;
  min-height: 88px !important;
  line-height: 1.45 !important;
  padding: 10px 14px !important;
}
body.px-auth-page .clean-theme-signinup-right .yuzde100:not(.px-auth-field):not(.px-auth-meta),
body.px-auth-page .clean-theme-signinup-right .yuzde50 {
  margin-bottom: 12px !important;
}
body.px-auth-page .clean-theme-signinup-right input:focus,
body.px-auth-page .clean-theme-signinup-right select:focus,
body.px-auth-page .clean-theme-signinup-right textarea:focus,
body#clean-theme-client .clean-theme-signinup-right input:focus {
  border-color: #f59e0b !important;
  background: #fff !important;
  box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.18) !important;
  color: #0f172a !important;
}
body.px-auth-page .clean-theme-signinup-right ::placeholder {
  color: #94a3b8 !important;
  opacity: 1 !important;
  font-weight: 400 !important;
}

body.px-auth-page .px-auth-meta,
body.px-auth-page #Signin_Form .yuzde100.px-auth-meta {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  margin: 0 0 20px !important;
  float: none !important;
  clear: both !important;
  width: 100% !important;
  flex-wrap: wrap;
  position: relative;
  min-height: 28px;
}
body.px-auth-page .px-auth-meta-left {
  display: inline-flex;
  align-items: center;
  gap: 0;
  position: relative;
  min-height: 24px;
}
body.px-auth-page .px-auth-meta .checkbox-custom,
body.px-auth-page .px-auth-meta-left .checkbox-custom {
  position: absolute !important;
  left: 0 !important;
  top: 50% !important;
  transform: translateY(-50%);
  width: 18px !important;
  height: 18px !important;
  margin: 0 !important;
  opacity: 0 !important;
  z-index: 2;
  cursor: pointer;
}
body.px-auth-page .px-auth-meta .checkbox-custom-label,
body.px-auth-page .px-auth-meta-left .checkbox-custom-label {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.3 !important;
  cursor: pointer;
}
body.px-auth-page .forgotpasslink,
body.px-auth-page .sifreunuttulink,
body.px-auth-page .checktext a {
  color: #475569 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  line-height: 1.3 !important;
  white-space: nowrap;
}
body.px-auth-page .forgotpasslink:hover,
body.px-auth-page .sifreunuttulink:hover,
body.px-auth-page .checktext a:hover {
  color: #d97706 !important;
}
body.px-auth-page .checktext,
body.px-auth-page .checkbox-custom-label,
body.px-auth-page .radio-custom-label {
  color: #475569 !important;
  font-size: 13px !important;
  font-weight: 500 !important;
}

body.px-auth-page [align="center"] {
  text-align: left !important;
}

body.px-auth-page .clean-theme-signinup-right .clean-theme-btn,
body.px-auth-page .clean-theme-signinup-right button.clean-theme-btn,
body.px-auth-page .clean-theme-signinup-right a.clean-theme-btn,
body#clean-theme-client .clean-theme-signinup-right .clean-theme-btn {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  height: 48px !important;
  margin: 4px 0 18px !important;
  padding: 0 16px !important;
  border: 1px solid #f59e0b !important;
  border-radius: 7px !important;
  background: #f59e0b !important;
  color: #0f172a !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  font-family: var(--px-font-sans, 'Farro', sans-serif) !important;
  letter-spacing: -0.01em !important;
  cursor: pointer !important;
  text-decoration: none !important;
  float: none !important;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06) !important;
  transform: none !important;
}
body.px-auth-page .clean-theme-signinup-right .clean-theme-btn:hover,
body#clean-theme-client .clean-theme-signinup-right .clean-theme-btn:hover {
  background: #fbbf24 !important;
  border-color: #fbbf24 !important;
  color: #0f172a !important;
  transform: none !important;
}

.px-auth-form-note {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 8px;
  color: #64748b;
  font-size: 12px;
  line-height: 1.4;
}
.px-auth-form-note svg {
  flex-shrink: 0;
  color: #d97706;
}
.px-auth-form-foot {
  margin: 8px -30px 0;
  padding: 14px 30px;
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
  color: #64748b;
  font-size: 13px;
  text-align: center;
}
.px-auth-form-foot a {
  color: #0f172a !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  border-bottom: 1px solid #f59e0b;
}
.px-auth-form-foot a:hover {
  color: #d97706 !important;
}

body.px-auth-page .socialconnect {
  margin-top: 12px !important;
  border: none !important;
}
body.px-auth-page .captcha-content {
  margin: 8px 0 16px !important;
}
body.px-auth-page #Success_Div,
body.px-auth-page #forget_success,
body.px-auth-page #Success_div {
  color: #334155 !important;
}
body.px-auth-page #Success_Div i,
body.px-auth-page #forget_success i,
body.px-auth-page #Success_div i,
body.px-auth-page #Success_Div h4,
body.px-auth-page #Success_div h4 {
  color: #d97706 !important;
}

.px-auth-footer-copy,
.px-auth-footer-links {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 var(--px-auth-gutter);
  font-size: 12px;
  box-sizing: border-box;
  line-height: 1;
}
.px-auth-footer-copy {
  grid-column: 1;
  grid-row: 3;
  background: #0f172a;
  color: #94a3b8;
  border-top: 1px solid rgba(148, 163, 184, 0.12);
}
.px-auth-footer-links {
  grid-column: 2;
  grid-row: 3;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 20px;
  background: #f1f5f9;
  color: #64748b;
  border-top: 1px solid #e2e8f0;
}
.px-auth-footer-links a {
  color: #475569 !important;
  text-decoration: none !important;
  font-weight: 500;
}
.px-auth-footer-links a:hover {
  color: #d97706 !important;
}

#clean-theme-sign-up .px-auth-form {
  max-width: 560px !important;
  padding: 28px 28px 0 !important;
}
#clean-theme-sign-up .px-auth-form-foot {
  margin-left: -28px;
  margin-right: -28px;
}
#clean-theme-sign-up .clean-theme-signup-box {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 16px 14px;
  float: none !important;
  width: 100% !important;
  margin: 0 0 28px !important;
  padding: 0 !important;
  background: none !important;
  border: none !important;
  overflow: visible !important;
}
#clean-theme-sign-up .clean-theme-signup-box-title,
#clean-theme-sign-up .yuzde100,
#clean-theme-sign-up .px-auth-kind {
  grid-column: 1 / -1;
}
#clean-theme-sign-up .clean-theme-signup-box-title {
  margin: 0 0 2px !important;
  padding: 0 0 0 11px !important;
  border: none !important;
  border-left: 2px solid #f59e0b !important;
  background: transparent !important;
  color: #0f172a !important;
  font-family: 'Farro', var(--px-font-sans, sans-serif) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em !important;
  line-height: 1.2 !important;
  text-transform: none !important;
}
#clean-theme-sign-up .yuzde50,
#clean-theme-sign-up .yuzde33,
#clean-theme-sign-up .yuzde100 {
  float: none !important;
  clear: none !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}
#clean-theme-sign-up .px-auth-field {
  margin: 0 !important;
}
#clean-theme-sign-up .px-auth-is-hidden {
  display: none !important;
}
#clean-theme-sign-up select:disabled,
#clean-theme-sign-up input:disabled:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]) {
  display: none !important;
}
#clean-theme-sign-up .px-auth-kind {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
#clean-theme-sign-up .px-auth-kind .radio-custom {
  display: none !important;
}
#clean-theme-sign-up .px-auth-kind .radio-custom-label {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 12px 10px !important;
  border: 1px solid #cbd5e1 !important;
  border-radius: 7px !important;
  background: #f8fafc !important;
  color: #475569 !important;
  font-weight: 600 !important;
  font-size: 13px !important;
  text-align: center;
  cursor: pointer !important;
}
#clean-theme-sign-up .px-auth-kind .radio-custom-label::before {
  display: none !important;
  content: none !important;
}
#clean-theme-sign-up .px-auth-kind .radio-custom:checked + .radio-custom-label {
  border-color: #f59e0b !important;
  background: #fffbeb !important;
  color: #0f172a !important;
  box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.16);
  font-weight: 700 !important;
}
#clean-theme-sign-up .px-auth-check {
  display: flex !important;
  align-items: flex-start !important;
  padding: 12px 14px !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 8px !important;
  background: #f8fafc !important;
}
#clean-theme-sign-up .px-auth-check .checkbox-custom-label {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.45 !important;
  color: #334155 !important;
  font-size: 13px !important;
  font-weight: 500 !important;
}
#clean-theme-sign-up .checkbox-custom-label::before,
#clean-theme-sign-up .radio-custom-label::before {
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  margin: 1px 0 0 !important;
  background-image: none !important;
  background-size: auto !important;
}
#clean-theme-sign-up .px-auth-genpw {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  width: 100% !important;
  height: 48px !important;
  margin: 0 !important;
  padding: 0 12px !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 7px !important;
  background: #fff !important;
  color: #334155 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  font-family: inherit !important;
  text-decoration: none !important;
  box-sizing: border-box !important;
  cursor: pointer !important;
}
#clean-theme-sign-up .px-auth-genpw svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}
#clean-theme-sign-up .px-auth-genpw:hover {
  border-color: #f59e0b !important;
  color: #0f172a !important;
}
#clean-theme-sign-up .px-auth-pw-meter {
  display: flex;
  align-items: stretch;
  min-height: 48px;
}
#clean-theme-sign-up .level-block {
  display: none;
  align-items: center !important;
  width: 100%;
  min-height: 48px !important;
  margin: 0 !important;
  padding: 12px 14px !important;
  border-radius: 7px !important;
  background: #f1f5f9 !important;
  color: #64748b !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
  box-sizing: border-box !important;
}
#clean-theme-sign-up .level-block[style*="display:block"],
#clean-theme-sign-up .level-block[style*="display: block"] {
  display: flex !important;
}
#clean-theme-sign-up #weak strong { color: #dc2626; }
#clean-theme-sign-up #good strong { color: #d97706; }
#clean-theme-sign-up #strong strong { color: #059669; }
#clean-theme-sign-up .iti,
#clean-theme-sign-up .intl-tel-input {
  display: block !important;
  position: relative !important;
  width: 100% !important;
  margin-bottom: 0 !important;
}
#clean-theme-sign-up .iti__country-container,
#clean-theme-sign-up .iti__flag-container,
#clean-theme-sign-up .intl-tel-input .flag-container {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  width: auto !important;
  height: 48px !important;
  z-index: 3;
}
#clean-theme-sign-up .iti__selected-country,
#clean-theme-sign-up .iti__selected-flag,
#clean-theme-sign-up .intl-tel-input .selected-flag {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 8px !important;
  width: auto !important;
  min-width: 96px !important;
  max-width: none !important;
  height: 48px !important;
  margin: 0 !important;
  padding: 0 12px 0 14px !important;
  border: 0 !important;
  border-radius: 7px 0 0 7px !important;
  background: transparent !important;
  box-shadow: none !important;
  float: none !important;
  cursor: pointer !important;
  box-sizing: border-box !important;
}
#clean-theme-sign-up .iti__selected-country-primary {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  width: auto !important;
  height: auto !important;
}
#clean-theme-sign-up .iti__flag,
#clean-theme-sign-up .intl-tel-input .iti-flag {
  display: inline-block !important;
  position: static !important;
  flex-shrink: 0 !important;
  width: 20px !important;
  height: 14px !important;
  margin: 0 !important;
}
#clean-theme-sign-up .iti__arrow {
  display: inline-block !important;
  position: static !important;
  margin: 0 !important;
  flex-shrink: 0;
}
#clean-theme-sign-up .selected-dial-code,
#clean-theme-sign-up .iti__selected-dial-code {
  display: inline-block !important;
  position: static !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #334155 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}
#clean-theme-sign-up .iti input,
#clean-theme-sign-up .iti input[type="text"],
#clean-theme-sign-up .iti input[type="tel"],
#clean-theme-sign-up .intl-tel-input input,
body.px-auth-page .clean-theme-signinup-right .iti input {
  width: 100% !important;
  margin-bottom: 0 !important;
  padding-left: 124px !important;
}
#clean-theme-sign-up .iti__dropdown-content,
#clean-theme-sign-up .iti__country-list {
  z-index: 40 !important;
}
#clean-theme-sign-up .clean-theme-adduser-btn {
  float: none !important;
  width: 100% !important;
  margin: 4px 0 8px !important;
}

body.px-auth-page .level-block {
  color: #64748b !important;
}

@media (max-width: 900px) {
  html.px-auth-html {
    height: auto !important;
    overflow: auto !important;
  }
  html.px-auth-html body.px-auth-page,
  body.px-auth-page {
    --px-auth-gutter: 20px;
    --px-auth-header-h: auto;
    --px-auth-footer-h: auto;
    --px-auth-split: 1fr;
    display: flex !important;
    flex-direction: column !important;
    height: auto !important;
    overflow: visible !important;
    grid-template-columns: none !important;
    grid-template-rows: none !important;
  }
  body.px-auth-page .px-auth-top,
  body.px-auth-page .px-auth-top-inner,
  body.px-auth-page #wrapper.px-auth-wrap,
  body.px-auth-page .clean-theme-signinup-con,
  body.px-auth-page .px-auth-footer,
  body.px-auth-page .px-auth-footer-inner {
    display: block !important;
  }
  .px-auth-top-inner {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    height: 64px;
    padding: 0 20px;
    background: #0f172a;
  }
  .px-auth-brand,
  .px-auth-top-nav {
    grid-column: auto;
    grid-row: auto;
    height: auto;
    padding: 0;
    background: transparent;
  }
  .px-auth-top-link { color: #94a3b8 !important; }
  .px-auth-top-link:hover { color: #fff !important; }
  body.px-auth-page #wrapper.px-auth-wrap {
    flex: 1 1 auto !important;
  }
  body.px-auth-page .clean-theme-signinup-left,
  body.px-auth-page .clean-theme-signinup-right {
    grid-column: auto !important;
    grid-row: auto !important;
  }
  body.px-auth-page .clean-theme-signinup-left {
    padding: 28px 20px !important;
  }
  .px-auth-aside-title {
    font-size: 34px !important;
  }
  body.px-auth-page .px-auth-aside > *,
  .px-auth-features { max-width: none; }
  body.px-auth-page .clean-theme-signinup-right {
    padding: 0 !important;
    overflow: visible !important;
  }
  .px-auth-stage {
    min-height: 0;
    display: block;
    padding: 24px 16px 32px;
  }
  body.px-auth-page .clean-theme-signinup-right .padding50,
  body.px-auth-page .px-auth-form,
  #clean-theme-sign-up .px-auth-form {
    padding: 22px 18px 0 !important;
    max-width: none !important;
  }
  #clean-theme-sign-up .clean-theme-signup-box {
    grid-template-columns: 1fr;
  }
  #clean-theme-sign-up .px-auth-form-foot {
    margin-left: -18px;
    margin-right: -18px;
  }
  .px-auth-form-foot {
    margin-left: -18px;
    margin-right: -18px;
    padding: 14px 18px;
  }
  .px-auth-footer-inner {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 52px;
    padding: 0 20px;
    background: #0f172a;
  }
  .px-auth-footer-copy,
  .px-auth-footer-links {
    grid-column: auto;
    grid-row: auto;
    height: auto;
    padding: 12px 0;
    background: transparent;
    border: none;
    color: #94a3b8;
  }
  .px-auth-footer-links a { color: #94a3b8 !important; }
  .px-auth-logo {
    height: 36px;
  }
}

/* Toasts on auth pages (loaded last) */
.iziToast,
.iziToast *,
.swal2-popup,
.swal2-popup * {
  font-family: 'Farro', var(--px-font-sans, sans-serif) !important;
}
.iziToast {
  display: flex !important;
  align-items: center !important;
  padding-right: 48px !important;
}
.iziToast > .iziToast-close,
div.iziToast > .iziToast-close {
  top: 50% !important;
  right: 10px !important;
  bottom: auto !important;
  width: 28px !important;
  height: 28px !important;
  transform: translateY(-50%) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  border-radius: 6px !important;
}
