/* Kazio Account Forgotten Clean v4 - confirm action + visible messages */
#account-forgotten.kz-forgotten-clean-v4-page {
  direction: rtl;
}

#account-forgotten .breadcrumb {
  margin-bottom: 18px;
}

#account-forgotten .kz-forgotten-clean-v4,
#account-forgotten .kz-forgotten-clean-v4 * {
  font-family: Vazirmatn, Tahoma, sans-serif;
}

#account-forgotten .kz-forgotten-clean-v4 svg {
  width: 18px;
  height: 18px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#account-forgotten .kz-forgotten-clean-v4 {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

#account-forgotten .kz-forgotten-hero-v4 {
  max-width: 760px;
  margin: 0 auto 24px;
  text-align: center;
}

#account-forgotten .kz-forgotten-badge-v4 {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
  border-radius: 999px;
  background: #e9f8f0;
  border: 1px solid #cfeddf;
  color: #008f5a;
  font-size: 12px;
  font-weight: 950;
  line-height: 1.8;
  margin-bottom: 10px;
}

#account-forgotten .kz-forgotten-badge-v4 svg {
  width: 16px;
  height: 16px;
}

#account-forgotten .kz-forgotten-hero-v4 h1 {
  margin: 0;
  color: #111827;
  font-size: 28px;
  font-weight: 950;
  line-height: 1.7;
}

#account-forgotten .kz-forgotten-hero-v4 h1::after {
  content: "";
  display: block;
  width: 58px;
  height: 4px;
  border-radius: 999px;
  margin: 10px auto 0;
  background: linear-gradient(90deg, #00a765, #42c58d);
}

#account-forgotten .kz-forgotten-hero-v4 p {
  margin: 14px 0 0;
  color: #667085;
  font-size: 13px;
  font-weight: 700;
  line-height: 2;
}

#account-forgotten .kz-forgotten-form-v4 {
  max-width: 820px;
  margin: 0 auto;
}

#account-forgotten .kz-forgotten-card-v4 {
  padding: 26px 28px 28px;
  border-radius: 24px;
  border: 1px solid #dceae2;
  background: radial-gradient(circle at 6% 8%, rgba(0, 167, 101, .045), transparent 34%), rgba(255, 255, 255, .96);
  box-shadow: 0 18px 46px rgba(6, 34, 26, .055);
}

#account-forgotten .kz-forgotten-card-head-v4 {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}

#account-forgotten .kz-forgotten-card-head-v4 > span {
  width: 50px;
  height: 50px;
  min-width: 50px;
  border-radius: 999px;
  background: #eaf8f0;
  color: #00a765;
  display: grid;
  place-items: center;
  box-shadow: 0 12px 24px rgba(0, 167, 101, .10);
}

#account-forgotten .kz-forgotten-card-head-v4 h2 {
  margin: 0;
  color: #111827;
  font-size: 19px;
  font-weight: 950;
  line-height: 1.8;
}

#account-forgotten .kz-forgotten-card-head-v4 p {
  margin: 3px 0 0;
  color: #667085;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.9;
}

#account-forgotten .kz-forgotten-field-v4 label {
  display: block;
  margin-bottom: 8px;
  color: #111827;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.8;
}

#account-forgotten .kz-forgotten-input-v4 {
  position: relative;
}

#account-forgotten .kz-forgotten-input-v4 input.form-control {
  min-height: 54px;
  width: 100%;
  border-radius: 16px;
  border: 1px solid #d7e7df;
  background: #f9fcfb;
  color: #111827;
  font-size: 13px;
  font-weight: 800;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9);
  padding-right: 15px;
  padding-left: 48px;
}

#account-forgotten .kz-forgotten-input-v4 input.form-control:focus {
  border-color: #00a765;
  box-shadow: 0 0 0 4px rgba(0, 167, 101, .09);
  background: #fff;
}

#account-forgotten .kz-forgotten-input-v4 > span {
  position: absolute;
  left: 17px;
  top: 50%;
  transform: translateY(-50%);
  color: #667085;
  pointer-events: none;
}

#account-forgotten .kz-forgotten-actions-v4 {
  display: flex;
  justify-content: center;
  margin-top: 22px;
}

#account-forgotten .kz-forgotten-submit-v4 {
  min-height: 52px;
  min-width: min(100%, 360px);
  border: 0;
  border-radius: 16px;
  background: linear-gradient(135deg, #00a765, #048b56);
  color: #fff;
  box-shadow: 0 18px 38px rgba(0, 167, 101, .20);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 13.5px;
  font-weight: 950;
  text-decoration: none;
}

#account-forgotten .kz-forgotten-submit-v4:hover,
#account-forgotten .kz-forgotten-submit-v4:focus {
  color: #fff;
  background: linear-gradient(135deg, #08b873, #047b4d);
}

#account-forgotten .kz-forgotten-submit-v4 svg {
  width: 17px;
  height: 17px;
}

.kz-forgotten-clean-v4-message {
  margin: 0 auto 18px;
  max-width: 820px;
  padding: 13px 16px;
  border-radius: 16px;
  font-family: Vazirmatn, Tahoma, sans-serif;
  font-size: 12.5px;
  font-weight: 850;
  line-height: 1.9;
  direction: rtl;
}

.kz-forgotten-clean-v4-message.is-success {
  color: #08734a;
  background: #e9f8f0;
  border: 1px solid #cdeedc;
}

.kz-forgotten-clean-v4-message.is-error {
  color: #c61b43;
  background: #fff1f5;
  border: 1px solid #ffc7d4;
}

.kz-forgotten-clean-v4-busy {
  opacity: .70;
  pointer-events: none;
}

@media (max-width: 640px) {
  #account-forgotten .kz-forgotten-hero-v4 h1 {
    font-size: 23px;
  }

  #account-forgotten .kz-forgotten-card-v4 {
    padding: 22px 18px;
  }

  #account-forgotten .kz-forgotten-card-head-v4 {
    align-items: flex-start;
  }

  #account-forgotten .kz-forgotten-submit-v4 {
    width: 100%;
  }
}
