.elementor-1821 .elementor-element.elementor-element-daec2ee{--display:flex;--min-height:100vh;--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1821 .elementor-element.elementor-element-daec2ee .elementor-background-slideshow__slide__image{background-size:cover;background-position:center left;}.elementor-1821 .elementor-element.elementor-element-883e436{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:21px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1821 .elementor-element.elementor-element-86e7960 > .elementor-widget-container{padding:5px 5px 5px 5px;}body:not(.rtl) .elementor-1821 .elementor-element.elementor-element-86e7960{right:10px;}body.rtl .elementor-1821 .elementor-element.elementor-element-86e7960{left:10px;}.elementor-1821 .elementor-element.elementor-element-86e7960{top:10px;}.elementor-1821 .elementor-element.elementor-element-86e7960 .elementor-heading-title{font-family:"YekanBakh", Sans-serif;font-size:15px;font-weight:500;color:var( --e-global-color-64d849c );}.elementor-1821 .elementor-element.elementor-element-3d76f29{width:100%;max-width:100%;}.elementor-1821 .elementor-element.elementor-element-071c56a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-1821 .elementor-element.elementor-element-883e436{--width:400px;}.elementor-1821 .elementor-element.elementor-element-071c56a{--width:70%;}}@media(max-width:767px){.elementor-1821 .elementor-element.elementor-element-daec2ee .elementor-background-slideshow__slide__image{background-position:center center;}.elementor-1821 .elementor-element.elementor-element-071c56a{--min-height:0px;}}/* Start custom CSS for shortcode, class: .elementor-element-3d76f29 */.elementor-1821 .elementor-element.elementor-element-3d76f29{
    height: 450px;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-883e436 */.elementor-1821 .elementor-element.elementor-element-883e436{
    backdrop-filter: blur(10px);
}/* End custom CSS */
/* Start custom CSS *//* ==================== استایل اصلی فرم ==================== */
.custom-auth-container {
    max-width: 400px;
    margin: 0 auto;
    padding: 25px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    font-family: 'YekanBakh', Arial, sans-serif;
}

.custom-auth-container h3 {
    text-align: center;
    margin-bottom: 20px;
    color: #336aea;
    font-weight: 600;
}

/* ==================== تب‌ها ==================== */
.custom-auth-tabs {
    display: flex;
    margin-bottom: 25px;
    border-bottom: 1px solid #e0e0e0;
}

.custom-auth-tab {
    flex: 1;
    text-align: center;
    padding: 12px 0;
    cursor: pointer;
    background: none;
    border: none;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease;
    font-size: 16px;
    font-weight: 700;
    color: #666;
    font-family: 'YekanBakh', Arial, sans-serif;
    outline: none;
}

.custom-auth-tab:hover {
    color: #336aea;
    background: none;
}

.custom-auth-tab:focus {
    background: none;
    outline: none;
}

.custom-auth-tab.active {
    color: #336aea;
    border-bottom: 3px solid #336aea;
}

/* ==================== فرم‌ها ==================== */
.custom-auth-form {
    display: none;
    animation: fadeIn 0.5s;
}

.custom-auth-form.active {
    display: block;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* ==================== فیلدهای فرم ==================== */
.custom-form-group {
    margin-bottom: 20px;
    position: relative;
}

.custom-form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #555;
    font-family: 'YekanBakh', Arial, sans-serif;
    font-size: 14px;
}

.custom-form-group input {
    width: 100%;
    padding: 12px 15px;
    border-radius: 6px;
    box-sizing: border-box;
    font-size: 14px;
    background: #f9f9f9;
    border: 1px solid #e0e0e0;
    font-family: 'YekanBakh', Arial, sans-serif;
    transition: all 0.3s ease;
}

.custom-form-group input:focus {
    border-color: #336aea;
    outline: none;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(51, 106, 234, 0.1);
}

/* ==================== دکمه ارسال ==================== */
.custom-form-submit {
    width: 100%;
    padding: 14px;
    background: #336aea;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    transition: background 0.3s;
    margin-top: 15px;
    font-family: 'YekanBakh', Arial, sans-serif;
}

.custom-form-submit:hover,
.custom-form-submit:focus {
    background: #2a5bd5;
}

.custom-form-submit:disabled {
    background: #cccccc;
    cursor: not-allowed;
}

/* ==================== گزینه مرا به خاطر بسپار ==================== */
.remember-me {
    display: flex;
    align-items: center;
    margin: 15px 0;
    font-family: 'YekanBakh', Arial, sans-serif;
    font-size: 14px;
}

.remember-me input {
    width: auto;
    margin-left: 8px;
}

.remember-me label {
    font-weight: normal;
}

/* ==================== لینک فراموشی رمز عبور ==================== */
.forgot-password {
    text-align: left;
    margin: 10px 0 20px;
}

.forgot-password a {
    color: #336aea;
    text-decoration: none;
    font-size: 13px;
}

.forgot-password a:hover {
    text-decoration: underline;
}

/* ==================== نمایش/مخفی کردن رمز عبور ==================== */


/* ==================== نشانگر قدرت رمز عبور ==================== */
.password-strength {
    margin-top: 8px !important;
    font-size: 12px !important;
    text-align: right !important;
    border-radius: 4px !important;
}



.password-strength.weak {
    color: #dc3545;
    background: #dc354521;
}

.password-strength.medium {
  color: #ca5d02;
  background: #ca5d0233;
}

.password-strength.strong {
  color: #bf9209;
  background: #ffc10714;
}

.password-strength.very-strong {
  color: #28a745;
  background: #28a7451f;
}

/* ==================== پیام‌های سیستم ==================== */
.custom-auth-message {
    padding: 12px;
    margin-bottom: 20px;
    border-radius: 4px;
    display: none;
    text-align: center;
    font-family: 'YekanBakh', Arial, sans-serif;
}

.custom-auth-message.success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.custom-auth-message.error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* ==================== اسپینر بارگذاری ==================== */
.loading {
    display: none;
    text-align: center;
    margin: 15px 0;
}

.loading-spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #336aea;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 1s linear infinite;
    margin: 0 auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* ==================== پیام تطابق رمز عبور ==================== */
#password-match-message {
    margin: 15px 0;
    font-size: 13px;
    text-align: center;
    padding: 8px;
    border-radius: 4px;
}



/* ==================== RESET ==================== */
.custom-auth-container * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'YekanBakh', Tahoma, sans-serif;
}

/* ==================== MAIN CONTAINER ==================== */
.custom-auth-container {
    max-width: 400px;
    margin: 30px auto;
    padding: 25px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    direction: rtl;
}

/* ==================== TABS ==================== */
.custom-auth-tabs {
    display: flex;
    margin-bottom: 25px;
    border-bottom: 1px solid #e0e0e0;
}

.custom-auth-tab {
    flex: 1;
    text-align: center;
    padding: 12px 0;
    background: none;
    border: none;
    border-bottom: 3px solid transparent;
    font-size: 16px;
    font-weight: 700;
    color: #666;
    cursor: pointer;
    transition: all 0.3s;
}

.custom-auth-tab:hover {
    color: #336aea;
}

.custom-auth-tab.active {
    color: #336aea;
    border-bottom-color: #336aea;
}

/* ==================== FORMS ==================== */
.custom-auth-form {
    display: none;
}

.custom-auth-form.active {
    display: block;
    animation: fadeIn 0.4s;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* ==================== FORM FIELDS ==================== */
.custom-form-group {
    margin-bottom: 20px;
    position: relative;
}

.custom-form-group label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #555;
}

.custom-form-group input {
    width: 100%;
    padding: 12px 40px 12px 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #f9f9f9;
    font-size: 14px;
    transition: all 0.3s;
}

.custom-form-group input:focus {
    border-color: #336aea;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(51, 106, 234, 0.1);
    outline: none;
}

/* ==================== BUTTONS ==================== */
.custom-form-submit {
    width: 100%;
    padding: 14px;
    background: #336aea;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
    margin-top: 15px;
}

.custom-form-submit:hover {
    background: #2a5bd5;
}

/* ==================== REMEMBER ME ==================== */
.remember-me {
    display: flex;
    align-items: center;
    margin: 15px 0;
    font-size: 14px;
}

.remember-me input {
    margin-left: 8px;
}


.loading {
    display: none;
    text-align: center;
    margin: 15px 0;
}

.loading-spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #336aea;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 1s linear infinite;
    margin: 0 auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* استایل‌های پیام مطابقت رمزها */
.password-feedback.match-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.password-feedback.match-error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

/* استایل‌های عمومی پیام‌ها */
.custom-auth-message {
    padding: 12px;
    margin-bottom: 20px;
    border-radius: 4px;
    display: none;
    text-align: center;
    font-size: 14px;
    border: 1px solid transparent;
}

.custom-auth-message.success {
    background: #d4edda;
    color: #155724;
    border-color: #c3e6cb;
}

.custom-auth-message.error {
    background: #f8d7da;
    color: #721c24;
    border-color: #f5c6cb;
}


.password-strength {
  padding: 10px;
  margin-top: 10px;
  text-align: center !important;
}



.password-toggle {
  position: absolute;
  left: 8px;
  top: 28px !important;
  color: #336aea;
  font-size: 13px;
  cursor: pointer;
  user-select: none;
  padding: 8px;
  background: #336aea14;
  border-radius: 4px;
}

.password-toggle:hover {
    background: #f0f0f0;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'YekanBakh';
	font-style: normal;
	font-weight: 100;
	font-display: auto;
	src: url('https://picoland.ir/wp-content/uploads/2025/03/YekanBakh-Thin.woff2') format('woff2');
}
@font-face {
	font-family: 'YekanBakh';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://picoland.ir/wp-content/uploads/2025/03/YekanBakh-Light.woff2') format('woff2');
}
@font-face {
	font-family: 'YekanBakh';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://picoland.ir/wp-content/uploads/2025/03/YekanBakh-SemiBold.woff2') format('woff2');
}
@font-face {
	font-family: 'YekanBakh';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://picoland.ir/wp-content/uploads/2025/03/YekanBakh-Bold.woff2') format('woff2');
}
@font-face {
	font-family: 'YekanBakh';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://picoland.ir/wp-content/uploads/2025/03/YekanBakh-ExtraBold.woff2') format('woff2');
}
@font-face {
	font-family: 'YekanBakh';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('https://picoland.ir/wp-content/uploads/2025/03/YekanBakh-Black.woff2') format('woff2');
}
/* End Custom Fonts CSS */