/* OCS One - Mail / Email verification 6.25 */
.mail-result-card{text-align:center}
.mail-result-icon{width:54px;height:54px;margin:4px auto 18px;display:grid;place-items:center;color:#067647;background:#ecfdf3;border-radius:50%;font-size:25px;font-weight:900}
.mail-result-icon.is-error{color:#b42318;background:#fef3f2}
.mail-help-box{margin:16px 0;padding:13px 14px;color:#475467;background:#f8fafc;border:1px solid #eaecf0;border-radius:12px;font-size:10px;line-height:1.55;text-align:left}
.auth-switch-secondary{margin-top:8px;color:#667085;font-size:10px}
.email-change-current,.email-change-security{padding:15px 16px;background:#fff;border:1px solid #eaecf0;border-radius:15px;box-shadow:var(--panel-shadow)}
.email-change-current{display:flex;align-items:center;justify-content:space-between;gap:12px}
.email-change-current span{color:#667085;font-size:10px}
.email-change-current strong{color:#101828;font-size:11px;overflow-wrap:anywhere;text-align:right}
.email-change-security{margin-top:12px;background:#f8fafc}
.email-change-security strong{display:block;color:#101828;font-size:11px}
.email-change-security p{margin:5px 0 0;color:#667085;font-size:10px;line-height:1.55}
.account-inline-link{display:inline-flex;margin-top:7px;color:#1570ef;font-size:9px;font-weight:900;text-decoration:none}
.account-inline-link:hover{text-decoration:underline}


/* Patch 6.25.1 - SMTP diagnostic */

.smtp-test-card{
    margin-top:12px;
    padding:15px 16px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
    background:#fff;
    border:1px solid #eaecf0;
    border-radius:15px;
    box-shadow:var(--panel-shadow);
}

.smtp-test-card strong{
    display:block;
    color:#101828;
    font-size:11px;
}

.smtp-test-card p{
    margin:4px 0 0;
    color:#667085;
    font-size:10px;
    line-height:1.5;
}

.smtp-test-card form{
    flex:0 0 auto;
}

.smtp-diagnostic{
    overflow-wrap:anywhere;
}

.smtp-diagnostic strong{
    display:block;
    margin-bottom:4px;
}

@media(max-width:620px){
    .smtp-test-card{
        align-items:stretch;
        flex-direction:column;
    }

    .smtp-test-card form,
    .smtp-test-card button{
        width:100%;
    }
}

/* OCS One - Password recovery 1.4.12 */
.auth-forgot-row{
    margin-top:-7px;
    display:flex;
    justify-content:flex-end;
}

.auth-forgot-row a{
    min-height:36px;
    padding:0 2px;
    display:inline-flex;
    align-items:center;
    color:#1570ef;
    font-size:12px;
    font-weight:800;
    text-decoration:none;
}

.auth-forgot-row a:hover{
    text-decoration:underline;
}

.password-reset-result h2{
    margin:0 0 8px;
    color:#101828;
    font-size:21px;
}

.password-reset-result>p{
    margin:0;
    color:#667085;
    font-size:13px;
    line-height:1.6;
}

.auth-full-button{
    width:100%;
    margin-top:16px;
}

@media(max-width:600px){
    .auth-forgot-row a{
        min-height:44px;
        font-size:13px;
    }
}
