.elementor-6956 .elementor-element.elementor-element-1cc9f47{--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;}.elementor-6956 .elementor-element.elementor-element-07b8c71{--display:flex;}body.elementor-page-6956:not(.elementor-motion-effects-element-type-background), body.elementor-page-6956 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F7FAF3;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-9eec0ce */.auth-logged-in-box a{background: #6F9339;color:white ;padding:8px 24px;border-radius: 16px;}
.auth-logged-in-text{margin-bottom:32px;}

/* کانتینر کلی */
.auth-wrapper {
    direction: rtl;

    padding: 40px 16px;
    background-color: #f7faf3; /* رنگ زمینه شبیه عکس بزرگ */
}
.auth-footer-links-wrapper a{    color: #2f8ccf;
    text-decoration: none;
    border-bottom: 1px solid #2f8ccf;
    padding-bottom: 2px;}
.auth-card {
    border: 1px solid rgba(225, 235, 209, 1);
    max-width: 1200px;
    margin: 0 auto;
    background: transparent;
    border-radius: 32px;
    padding: 40px 48px;
    display: flex;
    align-items: center;
    gap: 40px;
    box-sizing: border-box;
    flex-direction: row-reverse;
}

/* سمت تصویر */
.auth-illustration {
    flex: 1 1 50%;
}
.auth-illustration img {
    width: 100%;
    height: auto;
    display: block;
}

/* سمت فرم */
.auth-panel {
    flex: 1 1 50%;
}

/* عنوان بالای فرم (ورود/ثبت نام) */
.auth-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    gap: 8px;
    flex-direction: row-reverse;
}
.auth-heading-text {
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    color: rgba(21, 27, 11, 1);
}
.auth-heading-icon {
    width: 24px;
    height: 24px;
}

/* خود فرم */
.auth-form {
    max-width: 480px;
    margin-left: auto;
}

/* فیلدها */
.auth-field {
    position: relative;
    margin-bottom: 24px;
}

/* لیبل بالای فیلد (ایمیل / پسورد / ...) */
.auth-label-badge {
    position: absolute;
    top: -13px;
    right: 24px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    background: rgba(247, 250, 243, 1);
    border-radius: 3px;
    font-size: 12px;
    color: rgba(101, 142, 165, 1);
    z-index: 2;
        flex-direction: row-reverse;
}
.auth-label-badge img {
    width: 16px;
    height: 16px;
}
.auth-label-badge span{
    font-size: 14px;
    line-height: 24px;
    color: #658EA5;
}
/* اینپوت‌ها */
.auth-field input[type="text"],
.auth-field input[type="email"],
.auth-field input[type="password"],
.auth-field input[type="tel"] {
    width: 100%;
    padding: 18px 20px !important;
    border-radius: 10px;
    border: 1px solid rgba(162, 213, 242, 1); /* همان که گفتی */
    background-color: rgba(247, 250, 243, 1);
    font-size: 14px;
    outline: none;
    box-sizing: border-box;
    color: #334b5c;
}

.auth-field input:focus {
    box-shadow: 0 0 0 2px rgba(162, 213, 242, 0.35);
}

.auth-field--password {
    padding-left: 0;
}
.auth-field--password .auth-password-input {
    padding-left: 40px !important; /* چون آیکن سمت چپ است */
}
/* آیکن چشم: الان دقیقاً داخل خود input می‌افته */
.auth-toggle-password {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
}
.auth-toggle-password img {
    width: 22px;
    height: 22px;
}



/* دکمه اصلی */
.auth-submit-btn {
    width: 73px;
    height: 40px;
    display: inline-block;
    border: none;
    border-radius: 8px;
    background-color: #88B04B; /* سبز مشابه عکس */
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    margin-right: auto;
    margin-bottom: 32px;
}
.auth-submit-btn:hover {
    filter: brightness(1.05);
}

.auth-footer-link {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    font-size: 14px;
    color: #476582;
    flex-direction: row-reverse;
  color: #476582;
}

.auth-footer-link img {
    width: 20px;
    height: 20px;
}

/* ریسپانسیو – حالت موبایل شبیه دو اسکرین‌شات کوچک */
@media (max-width: 768px) {
    .auth-card {
        padding: 24px 16px 40px;
        flex-direction: column;
        border-radius: 0;
        gap: 24px;
    }

    .auth-illustration {
        display: none; /* در موبایل تصویر حذف می‌شود */
    }

    .auth-panel, .auth-form {
        max-width: 100%;
        width: 100%;
    }

    .auth-heading {
        margin-bottom: 24px;
    }

    .auth-submit-btn {
        display: block;
        margin-right: 0px;
        width: 140px;
        text-align: center;
    }

    .auth-recaptcha {
        justify-content: center;
    }

    .auth-footer-link {
        justify-content: center;
        margin-top: 16px;
    }
}/* End custom CSS */