.totp-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 8px;
    text-align: center;
    color: #72767b;
}

.resend-code-link {
    color: #0066cc;
    text-decoration: none;
    font-size: 14px;
    display: block;
    margin-bottom: 20px;
    cursor: pointer;
}

.resend-code-link:hover {
    text-decoration: underline;
}

.email-not-received {
    margin-top: 12px;
    text-align: left;
    font-size: 14px;
    color: #72767b;
}

.email-not-received-title {
    margin-bottom: 6px;
}

.email-not-received-list {
    padding-left: 0;
    list-style-position: inside;
    margin: 0 0 15px;
}

.email-not-received-list li {
    margin: 2px 0;
    line-height: 1.35;
}

.totp-text {
    font-size: 14px;
    color: #72767b;
    text-align: left;
    margin: 0 0 10px;
}

.mfa-options {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-bottom: 15px;
}

.mfa-card {
    width: 220px;
}

.mfa-card input {
    width: 100%;
    min-height: 100px;
    font-size: 14px;
    line-height: 1.4;
    white-space: normal;
    cursor: pointer;
    text-align: center;
}

.mfa-or {
    color: #72767b;
    display: flex;
    align-items: center;
    font-weight: 600;
}

#kc-totp-settings li::marker {
    color: #72767b;
}

#kc-totp-secret-qr-code {
    max-width: 115px;
    max-height: 115px;
}

#kc-totp-secret-key {
    padding: 0 0;
}

#kc-totp-settings-form .form-group .control-label {
    font-weight: normal;
    color: #10161a;
    margin-bottom: 0.5rem;
}

#kc-totp-settings-form .form-group .pf-c-form-control {
    padding: 0.5rem;
    border: 1px solid #d2d2d2;
    border-radius: 0.25rem;
    background-color: #ffffff;
    color: #10161a;
    box-sizing: border-box;
}

#kc-totp-settings-form .form-group .pf-c-form-control:focus {
    outline: none;
    border-color: #0066cc;
    box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.2);
}