/* Minification failed. Returning unminified contents.
(92,22): run-time error CSS1039: Token not allowed after unary operator: '-chm-primary'
(93,24): run-time error CSS1039: Token not allowed after unary operator: '-chm-primary'
(145,28): run-time error CSS1039: Token not allowed after unary operator: '-chm-primary'
(146,24): run-time error CSS1039: Token not allowed after unary operator: '-chm-primary'
(147,17): run-time error CSS1039: Token not allowed after unary operator: '-chm-input-text'
(147,39): run-time error CSS1039: Token not allowed after unary operator: '-chm-text'
(154,32): run-time error CSS1039: Token not allowed after unary operator: '-chm-primary'
(155,28): run-time error CSS1039: Token not allowed after unary operator: '-chm-primary'
(156,21): run-time error CSS1039: Token not allowed after unary operator: '-chm-input-text'
(156,43): run-time error CSS1039: Token not allowed after unary operator: '-chm-text'
 */
/* forgot-theme.css */
/* Reuse Login theme frame بالكامل */
@import url(/Content/App_Themes/Auth/login-theme.css);

/* ✅ أي إضافات خاصة بـ Forgot فقط (على قد الحقول) */

body.forgot-password[data-theme] .content {
    /* نفس فريم اللوجن موجود أصلاً، دي مجرد لمسات بسيطة لو احتجتها */
}

.fp-table {
    width: 100%;
    border-collapse: collapse;
}

.fp-row-1 td {
    vertical-align: top;
}

.fp-email-cell {
    width: 100%;
    padding-right: 8px;
}

html[dir="rtl"] .fp-email-cell {
    padding-right: 0;
    padding-left: 8px;
}

.fp-send-cell {
    width: 1%;
    white-space: nowrap;
}

    .fp-send-cell .btn {
        height: 42px;
        padding: 0 14px;
    }

.fp-signin-row td {
    padding-top: 10px;
}

/* Alert بتاع forgot */
#fp-alert {
    border-radius: 12px;
    padding: 10px 12px;
    margin-bottom: 10px;
    position: relative;
}

.fp-alert-close {
    position: absolute;
    top: 6px;
    right: 8px;
    border: 0;
    background: transparent;
    font-size: 18px;
    line-height: 18px;
    cursor: pointer;
    opacity: .6;
}

html[dir="rtl"] .fp-alert-close {
    right: auto;
    left: 8px;
}

/* Responsive: على الموبايل خلي الزر ينزل تحت */
@media (max-width: 520px) {
    .fp-row-1 {
        display: block;
    }

        .fp-row-1 td {
            display: block;
            width: 100%;
            padding: 0 !important;
        }

    .fp-send-cell {
        margin-top: 8px;
    }

        .fp-send-cell .btn {
            width: 100%;
        }
}
/* Make SEND LINK button match Login green button (theme mode only) */
body.login.forgot-password[data-theme] #btnSubmit.btn.green,
body.login.forgot-password[data-theme] .fp-send-cell .btn.green {
    background: var(--chm-primary) !important;
    border-color: var(--chm-primary) !important;
    box-shadow: 0 10px 22px rgba(0,0,0,.10) !important;
    transition: transform .12s ease, box-shadow .12s ease, filter .12s ease !important;
    transform: none !important;
}

    body.login.forgot-password[data-theme] #btnSubmit.btn.green:hover,
    body.login.forgot-password[data-theme] .fp-send-cell .btn.green:hover {
        filter: brightness(0.96) !important;
        transform: none !important;
        box-shadow: 0 16px 34px rgba(0,0,0,.16) !important;
    }


.form-title.font-green {
    font-size: 22px !important;
    font-weight: 600 !important;
}


.reset-subtitle {
    opacity: .65;
    font-size: 13px;
    margin-top: -8px;
    margin-bottom: 20px;
    line-height: 1.6;
}

.back-login-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    opacity: .8;
    font-size: 13px;
    text-decoration: none;
    transition: all .2s ease;
}

    .back-login-link:hover {
        opacity: 1;
        text-decoration: none;
    }

body.ar .reset-subtitle,
body[dir="rtl"] .reset-subtitle {
    direction: rtl !important;
    text-align: right !important;
}



html[data-theme] #btnSubmit {
    background-color: var(--chm-primary) !important;
    border-color: var(--chm-primary) !important;
    color: var(--chm-input-text, var(--chm-text)) !important;
}

    html[data-theme] #btnSubmit:hover,
    html[data-theme] #btnSubmit:focus,
    html[data-theme] #btnSubmit:active,
    html[data-theme] #btnSubmit:visited {
        background-color: var(--chm-primary) !important;
        border-color: var(--chm-primary) !important;
        color: var(--chm-input-text, var(--chm-text)) !important;
        opacity: .92;
    }
