.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-15804 .elementor-element.elementor-element-418f8d8{--display:flex;--min-height:230px;}.elementor-15804 .elementor-element.elementor-element-418f8d8:not(.elementor-motion-effects-element-type-background), .elementor-15804 .elementor-element.elementor-element-418f8d8 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #D1D5DB 0%, #FFFFFF 100%);}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}@media(max-width:767px){.elementor-15804 .elementor-element.elementor-element-418f8d8{--flex-direction:row-reverse;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap-reverse;}}/* Start custom CSS for html, class: .elementor-element-16ca530 *//* --- استایل صفحه ورود/ثبت‌نام مدرن --- */
.modern-auth-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 40px 20px;
  background-color: #F9FAFB;
}
.auth-panel {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  width: 100%;
  max-width: 950px;
  min-height: 600px;
  background-color: #FFFFFF;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0,0,0,0.1);
}

/* --- ستون برندینگ (سمت راست) --- */
.auth-branding-col {
  display: flex; flex-direction: column; justify-content: space-between;
  padding: 50px 40px; color: #FFFFFF; background: linear-gradient(160deg, #1A73E8 0%, #10B981 100%);
}
.branding-content h2 { font-size: 32px; font-weight: 800; margin-bottom: 15px; }
.branding-content p { font-size: 17px; line-height: 1.8; opacity: 0.9; }
.branding-logo { font-size: 28px; font-weight: 800; opacity: 0.8; direction: ltr; }
.branding-logo sup { font-size: 0.5em; position: relative; top: -1em; }

/* --- ستون فرم (سمت چپ) --- */
.auth-form-col {
  display: flex; flex-direction: column; justify-content: center;
  padding: 40px;
}
.form-header { text-align: center; }
.form-header dotlottie-player { width: 150px !important; height: 150px !important; margin: -30px auto 0 auto; }
.form-header h3 { font-size: 24px; color: #1F2937; margin-bottom: 25px; }

/* --- استایل جدید برای باکس‌های شورت‌کد --- */
.auth-modal-triggers {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.modal-trigger-box {
  border: 1px solid #E5E7EB;
  border-radius: 8px;
  padding: 15px 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: #F9FAFB;
  display: flex; /* برای چیدمان آیکون و متن */
  align-items: center;
  gap: 12px; /* فاصله بین آیکون و متن */
}

.modal-trigger-box:hover {
  border-color: #1A73E8;
  background-color: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

/* استایل آیکون داخل باکس */
.modal-trigger-box i {
  font-size: 18px;
  color: #4B5563; /* رنگ خاکستری متوسط */
  transition: color 0.3s ease;
}

/* تغییر رنگ آیکون در حالت هاور روی کل باکس */
.modal-trigger-box:hover i {
  color: #1A73E8; /* رنگ آبی برند */
}

/* استایل لینکی که توسط شورت‌کد ایجاد می‌شود */
.modal-trigger-box a {
  color: #1F2937 !important;
  text-decoration: none !important;
  font-weight: 500;
  font-size: 16px;
}

/* --- رسپانسیو --- */
@media (max-width: 900px) {
  .auth-panel { grid-template-columns: 1fr; }
  .auth-branding-col { min-height: 250px; text-align: center; border-radius: 0; }
}

@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css");/* End custom CSS */