/* site-next/fragments/auth-modals-body.blade.php — şifre kurtarma modalı */

.password-recovery_text-iqOI1 {
  margin-bottom: var(--modal-padding-modal-gap-form);
  color: var(--color-content-base-primary);
  font-family: var(--font-body-font-family);
  font-size: var(--font-body-regular-font-size);
  font-weight: var(--font-body-regular-font-weight);
  letter-spacing: var(--font-body-regular-letter-spacing);
  line-height: var(--font-body-regular-line-height);
}

.password-recovery_segmentControl-iqOI1 {
  margin-bottom: var(--modal-padding-modal-gap-form);
}

#site-next-modal-forgot-password .sn-forgot-verify-source {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--spacing-8);
  margin-bottom: var(--modal-padding-modal-gap-form);
  font-size: var(--font-body-regular-font-size);
  color: var(--color-content-base-primary);
}

#site-next-modal-forgot-password .control_root-5SZBQ.sn-has-value .control_placeholder-5SZBQ {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.12s ease;
}

#site-next-modal-forgot-password .form_root-PwGD3 {
  width: 100%;
  align-items: stretch;
  place-items: stretch;
}

#site-next-modal-forgot-password .sn-auth-field-group,
#site-next-modal-forgot-password .field-wrapper_root-xSBJ6,
#site-next-modal-forgot-password .field-wrapper_control-xSBJ6,
#site-next-modal-forgot-password .base-field_content-ttxw4,
#site-next-modal-forgot-password .base-field_control-ttxw4,
#site-next-modal-forgot-password .base-field_controlContent-ttxw4,
#site-next-modal-forgot-password .control_root-5SZBQ {
  width: 100%;
  box-sizing: border-box;
}

#site-next-modal-forgot-password .control_root-5SZBQ input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: transparent;
  background-color: transparent;
  color: var(--color-content-base-primary);
}

#site-next-modal-forgot-password .base-field_root-ttxw4 {
  transition: border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

#site-next-modal-forgot-password .base-field_root-ttxw4.base-field_focused-ttxw4,
#site-next-modal-forgot-password .base-field_root-ttxw4.base-field_filled-ttxw4 {
  border-color: var(--color-solid-brand-primary-default, #12b857) !important;
  box-shadow: 0 0 0 3px var(--color-solid-brand-primary-alfa-68, rgba(18, 184, 87, 0.18));
}

#site-next-modal-forgot-password .base-field_root-ttxw4.base-field_focused-ttxw4 .base-field_label-ttxw4,
#site-next-modal-forgot-password .base-field_root-ttxw4.base-field_filled-ttxw4 .base-field_label-ttxw4 {
  color: var(--color-solid-brand-primary-default, #12b857);
}

#site-next-modal-forgot-password .base-field_root-ttxw4.base-field_focused-ttxw4 .base-field_iconStart-ttxw4 svg,
#site-next-modal-forgot-password .base-field_root-ttxw4.base-field_filled-ttxw4 .base-field_iconStart-ttxw4 svg {
  color: var(--color-solid-brand-primary-default, #12b857);
}

#site-next-modal-forgot-password .sn-forgot-card {
  box-shadow:
    0 22px 60px -18px rgba(0, 0, 0, 0.18),
    0 1px 0 rgba(0, 0, 0, 0.04);
}

#site-next-modal-forgot-password .code-input_root-omK1M {
  gap: var(--spacing-4);
  flex-direction: column;
  display: flex;
  width: 100%;
}

#site-next-modal-forgot-password .code-input_inputWrapper-omK1M {
  gap: var(--spacing-12);
  display: flex;
  justify-content: center;
  width: 100%;
}

#site-next-modal-forgot-password .code-input_item-omK1M {
  width: var(--size-control-xl);
  flex-shrink: 0;
}

#site-next-modal-forgot-password .code-input_item-omK1M .control_root-5SZBQ input {
  position: static;
  text-align: center;
}

@media (max-width: 1023.98px) {
  #site-next-modal-forgot-password .auth_content-4i6g6 {
    flex: 1 1 auto !important;
    min-height: 0 !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    touch-action: pan-y;
  }

  #site-next-modal-forgot-password .sn-forgot-card {
    border-radius: var(--modal-rounding, 16px) var(--modal-rounding, 16px) 0 0;
  }
}
