/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@14.2.18_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/.pnpm/next@14.2.18_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./app/doctor-register/page.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.page_page__GCeH4 {
  min-height: 100vh;
  background: rgb(var(--paper));
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

/* Two radial blobs — one top-right (accent), one bottom-left (softer) */
.page_bgPaint____mqO {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(ellipse 640px 480px at 92% -8%, rgba(253, 108, 139, 0.09) 0%, transparent 70%),
    radial-gradient(ellipse 500px 400px at -10% 105%, rgba(253, 108, 139, 0.05) 0%, transparent 65%),
    radial-gradient(ellipse 300px 220px at 50% 50%, rgba(253, 108, 139, 0.02) 0%, transparent 80%);
}

/* ── Nav ── */
.page_nav__2NYeR {
  position: relative;
  z-index: 1;
  padding: 26px 32px;
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page_brand__Y4Ogp {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  color: rgb(var(--ink));
  text-decoration: none;
}
.page_brandMark__V_IGZ {
  font-family: var(--font-bodoni), serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1;
  color: rgb(var(--ink));
}
.page_brandDot__tdg3s {
  color: rgb(var(--accent));
}
.page_brandTagline__Xm6HB {
  font-family: var(--font-caveat), cursive;
  color: rgb(var(--accent));
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  margin-left: 2px;
  margin-bottom: -2px;
}
.page_navLink__ScjLv {
  font-family: var(--font-bricolage), sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: rgb(var(--ink-muted));
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: color 0.2s;
}
.page_navLink__ScjLv:hover {
  color: rgb(var(--accent));
}

/* ── Shell centers the card ── */
.page_shell__0nnOA {
  position: relative;
  z-index: 1;
  flex: 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 16px 24px 80px;
}

/* ── Card ── */
.page_card__NPmmc {
  width: 100%;
  max-width: 34rem;
  background: white;
  border-radius: 24px;
  box-shadow:
    0 2px 4px rgba(26, 26, 46, 0.04),
    0 12px 32px -8px rgba(26, 26, 46, 0.10),
    0 40px 80px -24px rgba(26, 26, 46, 0.08);
  padding: 48px 40px 56px;
}

/* ── Typography inside card ── */
.page_eyebrow__C27Ym {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-bricolage), sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgb(var(--accent));
  background: rgb(var(--accent-soft));
  padding: 6px 14px;
  border-radius: 999px;
}

.page_title__aB40y {
  font-family: var(--font-fraunces), serif;
  font-size: clamp(28px, 4vw, 38px);
  line-height: 1.08;
  letter-spacing: -0.022em;
  color: rgb(var(--ink));
  font-weight: 600;
  font-variation-settings: 'opsz' 144, 'SOFT' 80;
  margin-top: 18px;
}
.page_title__aB40y em {
  font-style: italic;
  font-variation-settings: 'opsz' 144, 'SOFT' 100;
}

.page_sub__w_L8U {
  font-family: var(--font-fraunces), serif;
  font-size: 15px;
  line-height: 1.65;
  color: rgb(var(--ink-soft));
  margin-top: 14px;
  font-variation-settings: 'opsz' 14, 'SOFT' 20;
}

/* ── Form ── */
.page_form__pHGel {
  margin-top: 36px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.page_sectionDivider__qDpqc {
  margin-top: 6px;
  margin-bottom: -6px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.page_sectionDivider__qDpqc span:first-child {
  font-family: var(--font-bricolage), sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgb(var(--ink-muted));
  white-space: nowrap;
}
.page_sectionDivider__qDpqc::after {
  content: '';
  flex: 1;
  height: 1px;
  background: rgb(var(--rule) / 0.14);
}

.page_row__doJt1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 520px) {
  .page_row__doJt1 { grid-template-columns: 1fr; }
}

.page_label____KQD {
  display: block;
}
.page_label____KQD > span {
  display: block;
  font-family: var(--font-bricolage), sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgb(var(--ink-muted));
  margin-bottom: 10px;
}
.page_label____KQD input,
.page_label____KQD select {
  width: 100%;
  border: none;
  border-bottom: 1.5px solid rgb(var(--ink) / 0.22);
  background: transparent;
  padding: 10px 4px;
  font-family: var(--font-fraunces), serif;
  font-size: 17px;
  color: rgb(var(--ink));
  outline: none;
  transition: border-color 0.2s;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
}
.page_label____KQD input:focus,
.page_label____KQD select:focus {
  border-bottom-color: rgb(var(--accent));
}
.page_label____KQD input::-moz-placeholder {
  color: rgb(var(--ink-muted));
  font-style: italic;
  font-variation-settings: 'opsz' 14, 'SOFT' 30;
}
.page_label____KQD input::placeholder {
  color: rgb(var(--ink-muted));
  font-style: italic;
  font-variation-settings: 'opsz' 14, 'SOFT' 30;
}
.page_label____KQD input:disabled,
.page_label____KQD select:disabled {
  opacity: 0.5;
}
/* Style select placeholder option */
.page_label____KQD select option[value=""] {
  color: rgb(var(--ink-muted));
}
.page_optLabel__4XaHU {
  color: rgb(var(--ink-muted));
  font-size: 12px;
  font-style: italic;
  margin-top: 6px;
  display: block;
  font-family: var(--font-fraunces), serif;
  font-variation-settings: 'opsz' 14, 'SOFT' 30;
}

/* ── Buttons ── */
.page_primary__rJgJT {
  margin-top: 10px;
  background: rgb(var(--ink));
  color: white;
  border: none;
  padding: 15px 28px;
  border-radius: 999px;
  font-family: var(--font-bricolage), sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.page_primary__rJgJT:hover:not(:disabled) {
  background: rgb(var(--accent));
  transform: translateY(-1px);
  box-shadow: 0 8px 24px -8px rgb(var(--accent) / 0.45);
}
.page_primary__rJgJT:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.page_spinner__VYM4D {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255,255,255,0.35);
  border-top-color: white;
  border-radius: 50%;
  animation: page_spin__x_uNZ 0.7s linear infinite;
  flex-shrink: 0;
}
@keyframes page_spin__x_uNZ {
  to { transform: rotate(360deg); }
}

/* ── Feedback ── */
.page_error__VdfpX {
  font-family: var(--font-fraunces), serif;
  font-size: 14px;
  color: rgb(var(--accent-deep));
  background: rgb(var(--accent-soft));
  border-radius: 10px;
  padding: 12px 16px;
  font-style: italic;
  line-height: 1.5;
}

.page_footnote___SOb_ {
  margin-top: 28px;
  text-align: center;
  font-family: var(--font-bricolage), sans-serif;
  font-size: 13px;
  color: rgb(var(--ink-muted));
}
.page_footnote___SOb_ a {
  color: rgb(var(--accent));
  font-weight: 600;
  text-decoration: none;
}
.page_footnote___SOb_ a:hover {
  text-decoration: underline;
}

/* ── Success state ── */
.page_success__VZedZ {
  animation: page_successIn__PmDih 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) both;
  display: flex;
  flex-direction: column;
  gap: 0;
}
@keyframes page_successIn__PmDih {
  from {
    opacity: 0;
    transform: scale(0.96) translateY(8px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

.page_successIcon__532T7 {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgb(var(--accent-soft));
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.page_successIcon__532T7 svg {
  color: rgb(var(--accent));
}

.page_successTitle__GT9Ld {
  font-family: var(--font-fraunces), serif;
  font-size: clamp(26px, 3.5vw, 34px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: rgb(var(--ink));
  font-weight: 600;
  font-variation-settings: 'opsz' 144, 'SOFT' 80;
}
.page_successTitle__GT9Ld em {
  font-style: italic;
  font-variation-settings: 'opsz' 144, 'SOFT' 100;
  color: rgb(var(--accent));
}

.page_successBody__Pl_Ge {
  font-family: var(--font-fraunces), serif;
  font-size: 16px;
  line-height: 1.65;
  color: rgb(var(--ink-soft));
  margin-top: 16px;
  font-variation-settings: 'opsz' 14, 'SOFT' 20;
}
.page_successEmail__lWKrp {
  font-weight: 600;
  color: rgb(var(--ink));
  font-style: normal;
}

.page_successNote__rbS8s {
  font-family: var(--font-bricolage), sans-serif;
  font-size: 13px;
  color: rgb(var(--ink-muted));
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgb(var(--rule) / 0.12);
}

.page_successBack__L3qps {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 28px;
  font-family: var(--font-bricolage), sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: rgb(var(--accent));
  text-decoration: none;
  transition: gap 0.2s;
}
.page_successBack__L3qps:hover {
  gap: 2px;
}

/* ── Mobile ── */
@media (max-width: 540px) {
  .page_card__NPmmc {
    padding: 36px 24px 48px;
    border-radius: 20px;
  }
  .page_nav__2NYeR {
    padding: 20px 20px;
  }
  .page_shell__0nnOA {
    padding: 8px 12px 60px;
  }
}

