/* _content/PortalCFDI/Components/Account/Pages/ForgotPassword.razor.rz.scp.css */
*[b-b7da4xdoic] {
    box-sizing: border-box;
}

body[b-b7da4xdoic] {
    margin: 0;
    font-family: Inter, "Segoe UI", sans-serif;
    background: #f4f6f9;
}

.auth-page[b-b7da4xdoic] {
    padding-top: 34px;
    padding-bottom: 34px;
}

.auth-header[b-b7da4xdoic] {
    margin-bottom: 26px;
    padding-left: 12px;
    padding-right: 12px;
}

.auth-grid[b-b7da4xdoic] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
    gap: 24px;
}

.auth-info-card[b-b7da4xdoic],
.auth-form-card[b-b7da4xdoic] {
    height: 100%;
}

.auth-shell[b-b7da4xdoic] {
    padding-left: 12px;
    padding-right: 12px;
}

.auth-copy p[b-b7da4xdoic] {
    margin: 0 0 20px;
    color: #64748b;
    line-height: 1.8;
}

.auth-benefits[b-b7da4xdoic] {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.auth-benefit[b-b7da4xdoic] {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #334155;
    font-weight: 500;
}

.auth-bullet[b-b7da4xdoic] {
    width: 30px;
    height: 30px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #0f172a;
    font-size: 14px;
    font-weight: 700;
    flex: 0 0 auto;
}

.blue-icon[b-b7da4xdoic] {
    background: rgba(37, 99, 235, .12);
}

.green-icon[b-b7da4xdoic] {
    background: rgba(16, 185, 129, .12);
}

.orange-icon[b-b7da4xdoic] {
    background: rgba(249, 115, 22, .12);
}

.field-group[b-b7da4xdoic] {
    margin-bottom: 24px;
}

.field-group label[b-b7da4xdoic] {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #334155;
}

.custom-input[b-b7da4xdoic] {
    width: 100%;
    height: 56px;
    border-radius: 14px;
    border: 1px solid #cbd5e1;
    padding: 0 16px;
    font-size: 15px;
    background: #fff;
    transition: .2s;
}

.custom-input:focus[b-b7da4xdoic] {
    outline: none;
    border-color: #2563eb;
    box-shadow: 0 0 0 4px rgba(37, 99, 235, .12);
}

.validation-error[b-b7da4xdoic] {
    display: block;
    margin-top: 8px;
    font-size: 13px;
    color: #dc2626;
}

.options-row[b-b7da4xdoic] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 28px;
    gap: 16px;
}

.remember-check[b-b7da4xdoic] {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #475569;
    font-size: 14px;
}

.options-row a[b-b7da4xdoic] {
    text-decoration: none;
    color: #2563eb;
    font-size: 14px;
    font-weight: 500;
}

.boton[b-b7da4xdoic] {
    width: 100%;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 14px;
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    color: aliceblue;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: .2s;
    text-decoration: none;
}

.boton:hover[b-b7da4xdoic] {
    transform: translateY(-1px);
    box-shadow: 0 10px 20px rgb(200, 222, 252, 0.25);
    background: linear-gradient(135deg, #2b64e1, #2b64e1);
    color: darkblue;
}

.divider[b-b7da4xdoic] {
    display: flex;
    align-items: center;
    margin: 28px 0;
    color: #94a3b8;
    font-size: 13px;
}

.divider[b-b7da4xdoic]::before,
.divider[b-b7da4xdoic]::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #e2e8f0;
}

.divider span[b-b7da4xdoic] {
    margin: 0 12px;
}

.google-button[b-b7da4xdoic] {
    width: 100%;
    height: 56px;
    border-radius: 14px;
    border: 1px solid #dbe2ea;
    background: white;
    color: #0f172a;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: .2s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.google-button:hover[b-b7da4xdoic] {
    background: #f8fafc;
}

.google-icon[b-b7da4xdoic] {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #ea4335;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.footer-links[b-b7da4xdoic] {
    margin-top: 28px;
    text-align: center;
    color: #64748b;
    font-size: 14px;
}

.footer-links a[b-b7da4xdoic] {
    margin-left: 6px;
    text-decoration: none;
    color: #2563eb;
    font-weight: 600;
}

.error-box[b-b7da4xdoic] {
    background: #fef2f2;
    color: #b91c1c;
    border: 1px solid #fecaca;
    padding: 14px;
    border-radius: 12px;
    margin-bottom: 24px;
    font-size: 14px;
}

.confirmation-box[b-b7da4xdoic] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 8px 0 24px;
}

.confirmation-icon[b-b7da4xdoic] {
    width: 78px;
    height: 78px;
    border-radius: 24px;
    background: rgba(37, 99, 235, .12);
    color: #2563eb;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    margin-bottom: 18px;
}

.confirmation-title[b-b7da4xdoic] {
    margin: 0 0 12px;
    font-size: 32px;
    font-weight: 700;
    color: #0f172a;
}

.confirmation-text[b-b7da4xdoic] {
    margin: 0;
    color: #64748b;
    font-size: 15px;
    line-height: 1.8;
    max-width: 460px;
}

.dashboard-hero[b-b7da4xdoic] {
    background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 100%);
    border-radius: 20px;
    padding: 40px;
    color: white;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .15);
}

.dashboard-title[b-b7da4xdoic] {
    font-size: 40px;
    font-weight: 700;
    margin-top: 24px;
    margin-bottom: 10px;
}

.dashboard-subtitle[b-b7da4xdoic] {
    font-size: 16px;
    opacity: .9;
    margin: 0;
}

.dashboard-card[b-b7da4xdoic] {
    background: white;
    border-radius: 22px;
    padding: 28px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, .05);
    border: 1px solid rgba(226, 232, 240, .8);
    transition: all .2s ease;
}

.dashboard-card:hover[b-b7da4xdoic] {
    transform: translateY(-3px);
    box-shadow: 0 18px 40px rgba(15, 23, 42, .08);
}

.card-header[b-b7da4xdoic] {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
}

.card-header h3[b-b7da4xdoic] {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
}

.card-header p[b-b7da4xdoic] {
    margin: 4px 0 0;
    color: #64748b;
    font-size: 14px;
}

.card-icon[b-b7da4xdoic] {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.feature-list[b-b7da4xdoic] {
    padding-left: 18px;
    color: #334155;
}

.feature-list li[b-b7da4xdoic] {
    margin-bottom: 12px;
}

.user-info[b-b7da4xdoic] {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.info-item[b-b7da4xdoic] {
    display: flex;
    flex-direction: column;
}

.info-label[b-b7da4xdoic] {
    font-size: 13px;
    color: #64748b;
    margin-bottom: 4px;
}

.info-value[b-b7da4xdoic] {
    font-size: 15px;
    font-weight: 600;
    color: #0f172a;
}

.status-active[b-b7da4xdoic] {
    background: rgba(16, 185, 129, .12);
    color: #059669;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
}

.logout-btn[b-b7da4xdoic] {
    width: auto !important;
    padding: 0 20px !important;
}

@media (max-width: 768px) {
    .dashboard-page[b-b7da4xdoic] {
        padding: 20px;
    }

    .dashboard-header[b-b7da4xdoic] {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
    }

    .auth-grid[b-b7da4xdoic] {
        grid-template-columns: 1fr;
    }

    .auth-header[b-b7da4xdoic],
    .auth-shell[b-b7da4xdoic] {
        padding-left: 0;
        padding-right: 0;
    }

    .options-row[b-b7da4xdoic] {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* _content/PortalCFDI/Components/Account/Pages/ForgotPasswordConfirmation.razor.rz.scp.css */
*[b-bb25p1erby] {
    box-sizing: border-box;
}

body[b-bb25p1erby] {
    margin: 0;
    font-family: Inter, "Segoe UI", sans-serif;
    background: #f4f6f9;
}

.auth-page[b-bb25p1erby] {
    padding-top: 34px;
    padding-bottom: 34px;
}

.auth-header[b-bb25p1erby] {
    margin-bottom: 26px;
    padding-left: 12px;
    padding-right: 12px;
}

.auth-grid[b-bb25p1erby] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
    gap: 24px;
}

.auth-info-card[b-bb25p1erby],
.auth-form-card[b-bb25p1erby] {
    height: 100%;
}

.auth-shell[b-bb25p1erby] {
    padding-left: 12px;
    padding-right: 12px;
}

.auth-copy p[b-bb25p1erby] {
    margin: 0 0 20px;
    color: #64748b;
    line-height: 1.8;
}

.auth-benefits[b-bb25p1erby] {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.auth-benefit[b-bb25p1erby] {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #334155;
    font-weight: 500;
}

.auth-bullet[b-bb25p1erby] {
    width: 30px;
    height: 30px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #0f172a;
    font-size: 14px;
    font-weight: 700;
    flex: 0 0 auto;
}

.blue-icon[b-bb25p1erby] {
    background: rgba(37, 99, 235, .12);
}

.green-icon[b-bb25p1erby] {
    background: rgba(16, 185, 129, .12);
}

.orange-icon[b-bb25p1erby] {
    background: rgba(249, 115, 22, .12);
}

.field-group[b-bb25p1erby] {
    margin-bottom: 24px;
}

.field-group label[b-bb25p1erby] {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #334155;
}

.custom-input[b-bb25p1erby] {
    width: 100%;
    height: 56px;
    border-radius: 14px;
    border: 1px solid #cbd5e1;
    padding: 0 16px;
    font-size: 15px;
    background: #fff;
    transition: .2s;
}

.custom-input:focus[b-bb25p1erby] {
    outline: none;
    border-color: #2563eb;
    box-shadow: 0 0 0 4px rgba(37, 99, 235, .12);
}

.validation-error[b-bb25p1erby] {
    display: block;
    margin-top: 8px;
    font-size: 13px;
    color: #dc2626;
}

.options-row[b-bb25p1erby] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 28px;
    gap: 16px;
}

.remember-check[b-bb25p1erby] {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #475569;
    font-size: 14px;
}

.options-row a[b-bb25p1erby] {
    text-decoration: none;
    color: #2563eb;
    font-size: 14px;
    font-weight: 500;
}

.boton[b-bb25p1erby] {
    width: 100%;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 14px;
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    color: aliceblue;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: .2s;
    text-decoration: none;
}

.boton:hover[b-bb25p1erby] {
    transform: translateY(-1px);
    box-shadow: 0 10px 20px rgb(200, 222, 252, 0.25);
    background: linear-gradient(135deg, #2b64e1, #2b64e1);
    color: darkblue;
}

.divider[b-bb25p1erby] {
    display: flex;
    align-items: center;
    margin: 28px 0;
    color: #94a3b8;
    font-size: 13px;
}

.divider[b-bb25p1erby]::before,
.divider[b-bb25p1erby]::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #e2e8f0;
}

.divider span[b-bb25p1erby] {
    margin: 0 12px;
}

.google-button[b-bb25p1erby] {
    width: 100%;
    height: 56px;
    border-radius: 14px;
    border: 1px solid #dbe2ea;
    background: white;
    color: #0f172a;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: .2s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.google-button:hover[b-bb25p1erby] {
    background: #f8fafc;
}

.google-icon[b-bb25p1erby] {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #ea4335;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.footer-links[b-bb25p1erby] {
    margin-top: 28px;
    text-align: center;
    color: #64748b;
    font-size: 14px;
}

.footer-links a[b-bb25p1erby] {
    margin-left: 6px;
    text-decoration: none;
    color: #2563eb;
    font-weight: 600;
}

.error-box[b-bb25p1erby] {
    background: #fef2f2;
    color: #b91c1c;
    border: 1px solid #fecaca;
    padding: 14px;
    border-radius: 12px;
    margin-bottom: 24px;
    font-size: 14px;
}

.confirmation-box[b-bb25p1erby] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 8px 0 24px;
}

.confirmation-icon[b-bb25p1erby] {
    width: 78px;
    height: 78px;
    border-radius: 24px;
    background: rgba(37, 99, 235, .12);
    color: #2563eb;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    margin-bottom: 18px;
}

.confirmation-title[b-bb25p1erby] {
    margin: 0 0 12px;
    font-size: 32px;
    font-weight: 700;
    color: #0f172a;
}

.confirmation-text[b-bb25p1erby] {
    margin: 0;
    color: #64748b;
    font-size: 15px;
    line-height: 1.8;
    max-width: 460px;
}

.dashboard-hero[b-bb25p1erby] {
    background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 100%);
    border-radius: 20px;
    padding: 40px;
    color: white;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .15);
}

.dashboard-title[b-bb25p1erby] {
    font-size: 40px;
    font-weight: 700;
    margin-top: 24px;
    margin-bottom: 10px;
}

.dashboard-subtitle[b-bb25p1erby] {
    font-size: 16px;
    opacity: .9;
    margin: 0;
}

.dashboard-card[b-bb25p1erby] {
    background: white;
    border-radius: 22px;
    padding: 28px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, .05);
    border: 1px solid rgba(226, 232, 240, .8);
    transition: all .2s ease;
}

.dashboard-card:hover[b-bb25p1erby] {
    transform: translateY(-3px);
    box-shadow: 0 18px 40px rgba(15, 23, 42, .08);
}

.card-header[b-bb25p1erby] {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
}

.card-header h3[b-bb25p1erby] {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
}

.card-header p[b-bb25p1erby] {
    margin: 4px 0 0;
    color: #64748b;
    font-size: 14px;
}

.card-icon[b-bb25p1erby] {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.feature-list[b-bb25p1erby] {
    padding-left: 18px;
    color: #334155;
}

.feature-list li[b-bb25p1erby] {
    margin-bottom: 12px;
}

.user-info[b-bb25p1erby] {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.info-item[b-bb25p1erby] {
    display: flex;
    flex-direction: column;
}

.info-label[b-bb25p1erby] {
    font-size: 13px;
    color: #64748b;
    margin-bottom: 4px;
}

.info-value[b-bb25p1erby] {
    font-size: 15px;
    font-weight: 600;
    color: #0f172a;
}

.status-active[b-bb25p1erby] {
    background: rgba(16, 185, 129, .12);
    color: #059669;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
}

.logout-btn[b-bb25p1erby] {
    width: auto !important;
    padding: 0 20px !important;
}

@media (max-width: 768px) {
    .dashboard-page[b-bb25p1erby] {
        padding: 20px;
    }

    .dashboard-header[b-bb25p1erby] {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
    }

    .auth-grid[b-bb25p1erby] {
        grid-template-columns: 1fr;
    }

    .auth-header[b-bb25p1erby],
    .auth-shell[b-bb25p1erby] {
        padding-left: 0;
        padding-right: 0;
    }

    .options-row[b-bb25p1erby] {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* _content/PortalCFDI/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-368kbsqc6v] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-368kbsqc6v] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.clickable-brand[b-368kbsqc6v] {
    cursor: pointer;
    transition: transform .2s ease, opacity .2s ease;
}

    .clickable-brand:hover[b-368kbsqc6v] {
        transform: scale(1.04);
        opacity: .92;
    }
