﻿.mfa-header {
    background-color: rgb(239 246 255);
    border-radius: 7px;
    color: #333;
    padding: 1rem 1rem 1.5rem 1rem;
    line-height: 1.4;
    margin-top: 3.1rem;
}

.mfa-code {
    display: block;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    padding: 8px 8px;
    font-family: Consolas, "Courier New", monospace;
    font-size: 13px;
    color: #333;
    border-radius: 3px;
    height: 34px;
}

.postpone-link {
    display: block;
    text-align: center;
    margin-top: 15px;
    color: rgb(7 71 212);
    font-size: 15px;
}

.note-text {
    font-size: 12px;
    color: #555;
    text-align: center;
    margin-top: 8px;
}

.mfa-content {
    display: flex;
}

.mfa-faq {
    width: 100%;
}

.mfa-setup-instructions {
    padding-top: 15px;
    padding-right: 4rem;
    padding-left: 4rem;
    color: #333;
    line-height: 1.4;
    margin-bottom: 3rem;
    width: 100%;
}

    .mfa-setup-instructions > h3 {
        margin-top: 0;
    }

.mfa-setup-instructions-list {
    counter-reset: item-counter;
    list-style-type: none;
    padding-left: 0;
}

    .mfa-setup-instructions-list > li {
        counter-increment: custom-list-number;
        margin-bottom: 3rem;
        position: relative;
        padding-left: 4rem;
    }

        .mfa-setup-instructions-list > li::before {
            align-items: center;
            background-color: rgb(249, 250, 251);
            border: 1px solid rgb(229, 231, 235);
            border-radius: 50%;
            color: #333;
            content: counter(custom-list-number);
            display: flex;
            font-weight: bold;
            height: 2.5rem;
            justify-content: center;
            left: 0;
            position: absolute;
            top: 0;
            width: 2.5rem;
        }

        .mfa-setup-instructions-list > li h4 {
            padding-top: 0.2rem;
        }

        .mfa-setup-instructions-list > li:nth-last-child(-n + 2)::before {
            background-color: rgb(239 246 255);
        }

.mfa-setup-manual-setup-toggle {
    display: block;
    text-decoration: none;
}

    .mfa-setup-manual-setup-toggle .glyphicon {
        padding-right: 1rem;
    }

.mfa-setup-manual-setup-instructions {
    margin: 1rem 0 1.5rem 0;
    background-color: #f5f5f5;
    padding: 1.5rem 2rem 1.8rem 3rem;
}

.mfa-setup-manual-setup-instructions__hide {
    display: none;
}

.mfa-setup-manual-setup-instructions__show {
    display: block;
}

.mfa-setup-manual-setup-instructions li:not(:last-child) {
    margin: 0 0 1rem 0;
}

.mfa-setup-instructions-box {
    background-color: rgb(249, 250, 251);
    border: 1px solid rgb(229, 231, 235);
    border-radius: 4px;
}

.mfa-setup-instructions-box-info {
    color: rgb(107, 114, 128);
    display: flex;
    font-size: 1.1rem;
    gap: 1rem;
    padding: 1.5rem;
}

.mfa-qr-code {
    border: 1px solid #ccc;
    display: block;
    margin-bottom: 1.5rem;
    margin-top: 1rem;
}

.mfa-qr-code-instructions {
    margin: 0;
    padding: 0 0 0 2rem;
}

@media (max-width: 991px) {
    .mfa-content {
        flex-direction: column;
    }

    .mfa-header {
        margin-top: 0;
    }

    .mfa-setup-instructions {
        margin-top: 3rem;
        padding: 0 2.5rem;
    }
}
