/* _content/HealthyDiab.Web/Components/Pages/Auth/Inscription.razor.rz.scp.css */
/* ============================================================
   HEALTHY DIAB — Inscription · Design 2 "Stepper top + carte"
   Fichier : Inscription.razor.css  (CSS isolé / scoped Blazor)
   ============================================================ */

/* ── Fond dégradé vert — même que Login ── */
.hd-reg-bg[b-yjk0bf3xxi] {
    min-height: 100vh;
    /*background-color: #e8f5e9;*/
    /*background-image: radial-gradient(ellipse at 15% 15%, rgba(165,214,167,0.6) 0%, transparent 55%), radial-gradient(ellipse at 85% 80%, rgba(129,199,132,0.45) 0%, transparent 55%), radial-gradient(ellipse at 50% 50%, rgba(200,230,201,0.3) 0%, transparent 70%);*/
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 28px 16px 40px;
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
}

/* ── Wrapper centré ── */
.hd-reg-wrapper[b-yjk0bf3xxi] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    width: 100%;
    max-width: 800px;
}

/* ── Carte principale ── */
.hd-reg-card[b-yjk0bf3xxi] {
    width: 100%;
    background: rgba(255,255,255,0.88);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,0.95);
    border-radius: 20px;
    padding: 10px 32px 24px;
    box-shadow: 0 4px 24px rgba(46,125,50,0.08), 0 1px 4px rgba(0,0,0,0.06);
    display: flex;
    flex-direction: column;
    gap: 0;
}

/* ── En-tête logo ── */
.hd-reg-header[b-yjk0bf3xxi] {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
}

.hd-reg-logo-ring[b-yjk0bf3xxi] {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    /*background: linear-gradient(135deg, #2e7d32, #66bb6a);*/
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 2px 12px rgba(46,125,50,0.28);
    padding: 4px;
}

.hd-reg-logo-img[b-yjk0bf3xxi] {
    width: 70px;
    height: 70px;
   /* object-fit: contain;
    border-radius: 50%;*/
}

.hd-reg-brand[b-yjk0bf3xxi] {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.hd-reg-brand-name[b-yjk0bf3xxi] {
    font-size: 18px;
    font-weight: 800;
    color: #1b5e20;
    letter-spacing: 1.5px;
    line-height: 1;
}

.hd-reg-brand-tagline[b-yjk0bf3xxi] {
    font-size: 12px;
    color: #66bb6a;
    font-weight: 500;
}

/* ── Stepper horizontal ── */
.hd-reg-stepper[b-yjk0bf3xxi] {
    display: flex;
    align-items: center;
    margin-bottom: 22px;
    /*padding-bottom: 20px;*/
    border-bottom: 1px solid;
    border-image: linear-gradient(to right, transparent, #c8e6c9, transparent) 1;
}

.hd-reg-step-item[b-yjk0bf3xxi] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    flex-shrink: 0;
}

.hd-reg-step-dot[b-yjk0bf3xxi] {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
    transition: all 0.2s ease;
}

    .hd-reg-step-dot.done[b-yjk0bf3xxi] {
        background: #2e7d32;
        color: white;
    }

    .hd-reg-step-dot.active[b-yjk0bf3xxi] {
        background: white;
        color: #2e7d32;
        border: 2.5px solid #2e7d32;
        box-shadow: 0 0 0 4px rgba(46,125,50,0.12);
    }

    .hd-reg-step-dot.pending[b-yjk0bf3xxi] {
        background: #e8f5e9;
        color: #a5d6a7;
        border: 1.5px solid #c8e6c9;
    }

.hd-reg-step-label[b-yjk0bf3xxi] {
    font-size: 10.5px;
    color: #9e9e9e;
    white-space: nowrap;
}

    .hd-reg-step-label.active[b-yjk0bf3xxi] {
        color: #1b5e20;
        font-weight: 600;
    }

    .hd-reg-step-label.done-lbl[b-yjk0bf3xxi] {
        color: #2e7d32;
    }

.hd-reg-step-line[b-yjk0bf3xxi] {
    flex: 1;
    height: 2px;
    background: #c8e6c9;
    margin: 0 6px;
    margin-bottom: 22px; /* aligne avec les dots */
    border-radius: 2px;
    transition: background 0.2s ease;
}

    .hd-reg-step-line.done[b-yjk0bf3xxi] {
        background: #2e7d32;
    }

/* ── Alerte erreur ── */
.hd-reg-alert[b-yjk0bf3xxi] {
    background: #fdecea;
    border: 1px solid #f5c6cb;
    border-radius: 10px;
    padding: 10px 14px;
    font-size: 13px;
    color: #c62828;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}

/* ── Titre d'étape ── */
.hd-reg-step-title[b-yjk0bf3xxi] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 700;
    color: #1b5e20;
    margin-bottom: 16px;
}

.hd-reg-step-icon[b-yjk0bf3xxi] {
    font-size: 18px;
    color: #2e7d32;
}

/* ── Grille 2 colonnes ── */
.hd-reg-grid2[b-yjk0bf3xxi] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 12px;
}

/* ── Groupe champ ── */
.hd-reg-field[b-yjk0bf3xxi] {
    display: flex;
    flex-direction: column;
    gap: 5px;
    /*margin-bottom: 14px;*/
}

.hd-reg-label[b-yjk0bf3xxi] {
    font-size: 12.5px;
    font-weight: 600;
    color: #2e7d32;
    display: flex;
    align-items: center;
    gap: 4px;
    flex-wrap: wrap;
    margin-bottom:0px !important;
}

.hd-req[b-yjk0bf3xxi] {
    color: #e53935;
    font-style: normal;
}

.hd-reg-hint-inline[b-yjk0bf3xxi] {
    font-size: 10.5px;
    color: #9e9e9e;
    font-weight: 400;
}

.hd-reg-hint[b-yjk0bf3xxi] {
    font-size: 11.5px;
    color: #9e9e9e;
}

/* ── Wrapper input avec icône Material ── */
.hd-reg-input-wrap[b-yjk0bf3xxi] {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #f1f8e9;
    border: 1.5px solid #c8e6c9;
    border-radius: 10px;
    padding: 0 12px;
    height: 44px;
    transition: border-color 0.18s, box-shadow 0.18s, background 0.18s;
}

    .hd-reg-input-wrap:focus-within[b-yjk0bf3xxi] {
        border-color: #2e7d32;
        background: #ffffff;
        box-shadow: 0 0 0 3px rgba(46,125,50,0.12);
    }

.hd-reg-mat[b-yjk0bf3xxi] {
    font-size: 18px;
    color: #81c784;
    flex-shrink: 0;
    user-select: none;
}

/* Override Syncfusion SfTextBox / SfNumericTextBox à l'intérieur du wrapper */
.hd-reg-sf-input[b-yjk0bf3xxi] {
    flex: 1 !important;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    height: 100% !important;
    font-size: 14px !important;
    color: #1b5e20 !important;
    font-family: inherit !important;
}

    .hd-reg-sf-input .e-input[b-yjk0bf3xxi] {
        border: none !important;
        background: transparent !important;
        box-shadow: none !important;
        padding: 0 !important;
        height: 100% !important;
        font-size: 14px !important;
        color: #1b5e20 !important;
    }

/* ── Radio group ── */
.hd-reg-radio-group[b-yjk0bf3xxi] {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.hd-reg-radio-item[b-yjk0bf3xxi] {
    display: flex;
    align-items: center;
    gap: 5px;
    height: 36px;
    padding: 0 14px;
    border: 1.5px solid #c8e6c9;
    border-radius: 8px;
    background: white;
    font-size: 13px;
    color: #555;
    cursor: pointer;
    transition: all 0.15s;
    user-select: none;
}

    .hd-reg-radio-item:hover[b-yjk0bf3xxi] {
        border-color: #81c784;
        background: #f9fef9;
    }

    .hd-reg-radio-item.active[b-yjk0bf3xxi] {
        background: #e8f5e9;
        border-color: #2e7d32;
        color: #1b5e20;
        font-weight: 600;
    }

/* ── Check row (antécédents) ── */
.hd-reg-check-row[b-yjk0bf3xxi] {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    padding: 12px 16px;
    background: #f1f8e9;
    border: 1.5px solid #c8e6c9;
    border-radius: 10px;
}

.hd-reg-check-item[b-yjk0bf3xxi] {
    display: flex;
    align-items: center;
}

/* ── Check mot de passe ── */
.hd-reg-pwd-check[b-yjk0bf3xxi] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 10px;
    font-size: 13px;
    margin-bottom: 4px;
}

    .hd-reg-pwd-check.ok[b-yjk0bf3xxi] {
        background: #e8f5e9;
        color: #1b5e20;
        border: 1px solid #a5d6a7;
    }

    .hd-reg-pwd-check.ko[b-yjk0bf3xxi] {
        background: #fdecea;
        color: #c62828;
        border: 1px solid #f5c6cb;
    }

/* ── Confidentialité ── */
.hd-reg-policy-intro[b-yjk0bf3xxi] {
    background: #f0faf4;
    border: 0.5px solid #b2dfcb;
    border-radius: 10px;
    padding: 12px 14px;
    font-size: 13px;
    color: #1a6c3a;
    line-height: 1.6;
    margin-bottom: 14px;
}

.hd-reg-policy-link[b-yjk0bf3xxi] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #1a6c3a;
    border: 0.5px solid #1a6c3a;
    border-radius: 8px;
    padding: 7px 14px;
    margin-bottom: 14px;
    cursor: pointer;
    background: transparent;
    transition: background 0.15s;
    font-family: inherit;
}

    .hd-reg-policy-link:hover[b-yjk0bf3xxi] {
        background: #e8f5e9;
    }

.hd-reg-consent[b-yjk0bf3xxi] {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 12px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 13px;
    line-height: 1.5;
    color: #444;
    transition: border-color 0.15s, background 0.15s;
    user-select: none;
}

    .hd-reg-consent.checked[b-yjk0bf3xxi] {
        border-color: #2e7d32;
        background: #f9fef9;
    }

.hd-reg-optional[b-yjk0bf3xxi] {
    color: #9e9e9e;
}

.hd-reg-req-note[b-yjk0bf3xxi] {
    font-size: 11.5px;
    color: #9e9e9e;
    display: block;
    margin-top: 4px;
}

/* ── Navigation ── */
.hd-reg-nav[b-yjk0bf3xxi] {
    display: flex;
    gap: 10px;
    margin-top: 22px;
}

.hd-reg-btn-outline[b-yjk0bf3xxi] {
    display: flex;
    align-items: center;
    gap: 5px;
    height: 46px;
    padding: 0 20px;
    border: 2px solid #2e7d32;
    border-radius: 12px;
    background: white;
    font-size: 14px;
    font-weight: 600;
    color: #2e7d32;
    cursor: pointer;
    transition: background 0.15s;
    font-family: inherit;
}

    .hd-reg-btn-outline:hover[b-yjk0bf3xxi] {
        background: #e8f5e9;
    }

.hd-reg-btn-primary[b-yjk0bf3xxi] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 46px;
    background: linear-gradient(135deg, #2e7d32 0%, #43a047 100%);
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.3px;
    cursor: pointer;
    box-shadow: 0 3px 14px rgba(46,125,50,0.28);
    transition: opacity 0.18s, transform 0.1s, box-shadow 0.18s;
    font-family: inherit;
}

    .hd-reg-btn-primary:hover:not(:disabled)[b-yjk0bf3xxi] {
        opacity: 0.92;
        box-shadow: 0 5px 20px rgba(46,125,50,0.38);
        transform: translateY(-1px);
    }

    .hd-reg-btn-primary:active:not(:disabled)[b-yjk0bf3xxi] {
        transform: translateY(0);
    }

    .hd-reg-btn-primary:disabled[b-yjk0bf3xxi] {
        opacity: 0.68;
        cursor: not-allowed;
    }

/* ── Spinner ── */
.hd-reg-spinner[b-yjk0bf3xxi] {
    width: 16px;
    height: 16px;
    border: 2.5px solid rgba(255,255,255,0.35);
    border-top-color: white;
    border-radius: 50%;
    animation: hd-reg-spin-b-yjk0bf3xxi 0.7s linear infinite;
    flex-shrink: 0;
}

@keyframes hd-reg-spin-b-yjk0bf3xxi {
    to {
        transform: rotate(360deg);
    }
}

/* ── Lien retour login ── */
.hd-reg-footer-link[b-yjk0bf3xxi] {
    font-size: 14px;
    color: #888;
    text-align: center;
    margin-top:10px;
    /*display: flex;*/
    align-items: center;
    gap: 5px;
}

.hd-reg-login-link[b-yjk0bf3xxi] {
    color: #2e7d32;
    font-weight: 600;
    text-decoration: none;
    transition: opacity 0.15s;
}

    .hd-reg-login-link:hover[b-yjk0bf3xxi] {
        opacity: 0.75;
        text-decoration: underline;
    }

/* ── Mention légale ── */
.hd-reg-legal[b-yjk0bf3xxi] {
    font-size: 16px;
    color: #000000;
    text-align: center;
    font-weight: bold;
    background-color: #ffffff;
}

/* ═══════════════════════════════════════
   MODAL POLITIQUE DE CONFIDENTIALITÉ
   ═══════════════════════════════════════ */
.hd-reg-modal-overlay[b-yjk0bf3xxi] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.45);
    z-index: 1000;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 28px 16px;
    overflow-y: auto;
}

.hd-reg-modal[b-yjk0bf3xxi] {
    background: #fff;
    border-radius: 16px;
    width: 100%;
    max-width: 560px;
    max-height: 85vh;
    overflow-y: auto;
    border: 0.5px solid #e0e0e0;
    box-shadow: 0 8px 32px rgba(0,0,0,0.15);
}

.hd-reg-modal-header[b-yjk0bf3xxi] {
    padding: 16px 20px;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 1;
    border-radius: 16px 16px 0 0;
}

.hd-reg-modal-title[b-yjk0bf3xxi] {
    font-size: 15px;
    font-weight: 700;
    color: #1b5e20;
    margin: 0;
}

.hd-reg-modal-close[b-yjk0bf3xxi] {
    background: none;
    border: none;
    cursor: pointer;
    color: #888;
    border-radius: 6px;
    padding: 4px;
    display: flex;
    align-items: center;
    transition: background 0.15s;
}

    .hd-reg-modal-close:hover[b-yjk0bf3xxi] {
        background: #f5f5f5;
    }

.hd-reg-modal-body[b-yjk0bf3xxi] {
    padding: 18px 20px 20px;
}

.hd-reg-policy-art[b-yjk0bf3xxi] {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 12px;
    margin-bottom: 12px;
    font-size: 13px;
    color: #444;
    line-height: 1.7;
}

    .hd-reg-policy-art:last-of-type[b-yjk0bf3xxi] {
        border-bottom: none;
    }

.hd-reg-policy-art-title[b-yjk0bf3xxi] {
    font-size: 13.5px;
    font-weight: 600;
    color: #1a6c3a;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
}

.hd-reg-policy-num[b-yjk0bf3xxi] {
    background: #1a6c3a;
    color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 700;
    flex-shrink: 0;
}

.hd-reg-policy-art ul[b-yjk0bf3xxi] {
    padding-left: 18px;
    margin: 4px 0 0;
}

/* ── Responsive mobile ── */
@media (max-width: 520px) {
    .hd-reg-card[b-yjk0bf3xxi] {
        padding: 20px 16px 18px;
        border-radius: 16px;
    }

    .hd-reg-grid2[b-yjk0bf3xxi] {
        grid-template-columns: 1fr;
    }

    .hd-reg-brand-name[b-yjk0bf3xxi] {
        font-size: 15px;
    }

    .hd-reg-logo-ring[b-yjk0bf3xxi] {
        width: 44px;
        height: 44px;
    }

    .hd-reg-step-label[b-yjk0bf3xxi] {
        font-size: 9px;
    }
}
/* _content/HealthyDiab.Web/Components/Pages/Auth/Login.razor.rz.scp.css */
/* ============================================================
   HEALTHY DIAB — Login Page · Design 2 "Carte centrée"
   Fichier : Login.razor.css  (CSS isolé / scoped)
   ============================================================ */

/* ── Fond général avec motif dégradé vert ── */
.hd-login-bg[b-7ndxoxbjzy] {
    min-height: 100vh;
   /* background-color: #e8f5e9;
    background-image:
        radial-gradient(ellipse at 15% 15%, rgba(165, 214, 167, 0.6) 0%, transparent 55%),
        radial-gradient(ellipse at 85% 80%, rgba(129, 199, 132, 0.45) 0%, transparent 55%),
        radial-gradient(ellipse at 50% 50%, rgba(200, 230, 201, 0.3) 0%, transparent 70%);*/
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 16px;
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
}

/* ── Wrapper vertical centré ── */
.hd-login-wrapper[b-7ndxoxbjzy] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%;
    max-width: 420px;
}

/* ── Carte principale ── */
.hd-login-card[b-7ndxoxbjzy] {
    width: 100%;
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    padding: 32px 36px 28px;
    box-shadow:
        0 4px 24px rgba(46, 125, 50, 0.08),
        0 1px 4px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
    gap: 0;
}

/* ── En-tête logo + marque ── */
.hd-login-header[b-7ndxoxbjzy] {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
}

.hd-login-logo-ring[b-7ndxoxbjzy] {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    /*background: linear-gradient(135deg, #2e7d32, #66bb6a);*/
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 2px 10px rgba(46, 125, 50, 0.25);
}

.hd-login-logo-img[b-7ndxoxbjzy] {
    width: 70px;
    height: 70px;
   /* object-fit: contain;
    border-radius: 50%;*/
}

.hd-login-brand[b-7ndxoxbjzy] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.hd-login-brand-name[b-7ndxoxbjzy] {
    font-size: 18px;
    font-weight: 800;
    color: #1b5e20;
    letter-spacing: 1.5px;
    line-height: 1;
}

.hd-login-brand-tagline[b-7ndxoxbjzy] {
    font-size: 12px;
    color: #66bb6a;
    font-weight: 500;
    letter-spacing: 0.2px;
}

/* ── Séparateur ── */
.hd-login-divider[b-7ndxoxbjzy] {
    height: 1px;
    background: linear-gradient(to right, transparent, #c8e6c9, transparent);
    margin-bottom: 22px;
}

/* ── Alerte erreur ── */
.hd-login-alert[b-7ndxoxbjzy] {
    background: #fdecea;
    border: 1px solid #f5c6cb;
    border-radius: 10px;
    padding: 10px 14px;
    font-size: 13px;
    color: #c62828;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}

.hd-login-alert-icon[b-7ndxoxbjzy] {
    font-size: 14px;
    flex-shrink: 0;
}

/* ── Groupe champ ── */
.hd-login-field-group[b-7ndxoxbjzy] {
    margin-bottom: 16px;
}

.hd-login-label[b-7ndxoxbjzy] {
    display: block;
    font-size: 12.5px;
    font-weight: 600;
    color: #2e7d32;
    margin-bottom: 6px;
    letter-spacing: 0.2px;
}

/* ── Wrapper input avec icône ── */
.hd-login-input-wrap[b-7ndxoxbjzy] {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f1f8e9;
    border: 1.5px solid #c8e6c9;
    border-radius: 10px;
    padding: 0 14px;
    height: 46px;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.hd-login-input-wrap.focused[b-7ndxoxbjzy] {
    border-color: #2e7d32;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(46, 125, 50, 0.12);
}

.hd-login-icon[b-7ndxoxbjzy] {
    font-size: 15px;
    flex-shrink: 0;
    user-select: none;
}

.hd-login-input[b-7ndxoxbjzy] {
    flex: 1;
    border: none;
    background: transparent;
    outline: none;
    font-size: 14px;
    color: #1b5e20;
    font-family: inherit;
}

.hd-login-input[b-7ndxoxbjzy]::placeholder {
    color: #a5d6a7;
}

/* ── Bouton œil (afficher/masquer mdp) ── */
.hd-login-eye[b-7ndxoxbjzy] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    font-size: 15px;
    line-height: 1;
    color: #81c784;
    flex-shrink: 0;
    transition: opacity 0.15s;
}

.hd-login-eye:hover[b-7ndxoxbjzy] {
    opacity: 0.7;
}

/* ── Message de validation ── */
.hd-login-validation[b-7ndxoxbjzy] {
    display: block;
    font-size: 11.5px;
    color: #c62828;
    margin-top: 5px;
    padding-left: 4px;
}

/* ── Ligne options : se souvenir + oublié ── */
.hd-login-options[b-7ndxoxbjzy] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 22px;
    margin-top: 4px;
}

.hd-login-remember[b-7ndxoxbjzy] {
    display: flex;
    width:auto;
    align-items: center;
    gap: 7px;
    font-size: 12.5px;
    color: #555;
    cursor: pointer;
    user-select: none;
}

.hd-login-checkbox[b-7ndxoxbjzy] {
    width: 15px;
    height: 15px;
    accent-color: #2e7d32;
    cursor: pointer;
    border-radius: 4px;
}

.hd-login-forgot[b-7ndxoxbjzy] {
    font-size: 12.5px;
    margin-top: -10px;
    color: #2e7d32;
    text-decoration: none;
    font-weight: 500;
    transition: opacity 0.15s;
}

.hd-login-forgot:hover[b-7ndxoxbjzy] {
    opacity: 0.75;
    text-decoration: underline;
}

/* ── Bouton Se connecter ── */
.hd-login-btn[b-7ndxoxbjzy] {
    width: 100%;
    height: 48px;
    background: linear-gradient(135deg, #2e7d32 0%, #43a047 100%);
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: opacity 0.18s ease, transform 0.1s ease, box-shadow 0.18s ease;
    box-shadow: 0 3px 14px rgba(46, 125, 50, 0.3);
    margin-bottom: 20px;
}

.hd-login-btn:hover:not(:disabled)[b-7ndxoxbjzy] {
    opacity: 0.92;
    box-shadow: 0 5px 20px rgba(46, 125, 50, 0.4);
    transform: translateY(-1px);
}

.hd-login-btn:active:not(:disabled)[b-7ndxoxbjzy] {
    transform: translateY(0px);
    box-shadow: 0 2px 8px rgba(46, 125, 50, 0.25);
}

.hd-login-btn:disabled[b-7ndxoxbjzy] {
    opacity: 0.7;
    cursor: not-allowed;
}

/* ── Spinner chargement ── */
.hd-login-spinner[b-7ndxoxbjzy] {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.35);
    border-top-color: white;
    border-radius: 50%;
    animation: hd-spin-b-7ndxoxbjzy 0.7s linear infinite;
    flex-shrink: 0;
}

@keyframes hd-spin-b-7ndxoxbjzy {
    to { transform: rotate(360deg); }
}

/* ── Pied de carte : inscription ── */
.hd-login-footer[b-7ndxoxbjzy] {
    font-size: 13px;
    color: #888;
    text-align: center;
}

.hd-login-register-link[b-7ndxoxbjzy] {
    color: #2e7d32;
    font-weight: 600;
    text-decoration: none;
    margin-left: 4px;
    transition: opacity 0.15s;
}

.hd-login-register-link:hover[b-7ndxoxbjzy] {
    opacity: 0.75;
    text-decoration: underline;
}

/* ── Mention légale sous la carte ── */
.hd-login-legal[b-7ndxoxbjzy] {
    font-size : 16px;
    color: #000000;
    text-align: center;
    font-weight: bold;
    background-color: #ffffff;
}

.hd-login-legal a[b-7ndxoxbjzy] {
    color: #4caf50;
    text-decoration: none;
}

.hd-login-legal a:hover[b-7ndxoxbjzy] {
    text-decoration: underline;
}

/* ── Responsive mobile ── */
@media (max-width: 480px) {
    .hd-login-card[b-7ndxoxbjzy] {
        padding: 24px 20px 20px;
        border-radius: 16px;
    }

    .hd-login-brand-name[b-7ndxoxbjzy] {
        font-size: 15px;
    }

    .hd-login-logo-ring[b-7ndxoxbjzy] {
        width: 46px;
        height: 46px;
    }

    .hd-login-logo-img[b-7ndxoxbjzy] {
        width: 30px;
        height: 30px;
    }
}
/* _content/HealthyDiab.Web/Components/Shared/NotificationUI.razor.rz.scp.css */
.GTTToast[b-dyo3bdn1rz] {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: stretch;
}

.GTTToast__Close[b-dyo3bdn1rz] {
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
    padding: 4px;
    border-radius: 50%;
    transition: 400ms all ease-out;
}

.GTTToast__Close:hover[b-dyo3bdn1rz]{
    transition: 400ms all ease-in;
    background-color: var(--gtt-lightgrey);
}

.GTTToast__Bordure[b-dyo3bdn1rz] {
    width: 10px;
    background-color: var(--gtt-red);
}

.GTTToast__Description[b-dyo3bdn1rz] {
    max-width:  calc(100% - 40px);
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    column-gap: 10px;
    padding: 20px 14px 20px;
}

.GTTToast__Description__Body[b-dyo3bdn1rz] {
    display: flex;
    flex-direction: column;
}

.GTTToast__Description__Title[b-dyo3bdn1rz] {
    color: var(--gtt-red);
    margin-bottom: 5px;
}

.GTTToast__Description__Content[b-dyo3bdn1rz] {
    font-weight: 400;
    color: var(--gtt-grey);
    margin: 0;
}


.GTTToast_Info[b-dyo3bdn1rz] {
    background: var(--gtt-blue);
}

.GTTToast_Info__Text[b-dyo3bdn1rz] {
    color: var(--gtt-blue) !important;
}

.GTTToast_Error[b-dyo3bdn1rz] {
    background: var(--gtt-red);
}

.GTTToast_Error__Text[b-dyo3bdn1rz] {
    color: var(--gtt-red) !important;
}

.GTTToast_Success[b-dyo3bdn1rz] {
    background: var(--gtt-green) ;
}

.GTTToast_Success__Text[b-dyo3bdn1rz] {
    color: var(--gtt-green) !important;
}

.GTTToast_Warning[b-dyo3bdn1rz] {
    background: var(--gtt-amber);
}

.GTTToast_Warning__Text[b-dyo3bdn1rz] {
    color: var(--gtt-amber) !important;
}
