#kc-totp-settings {
    color: #2D2D2D !important;
}

#saveTOTPBtn, #cancelTOTPBtn, .cancelPasskeyBtn, .login-pf-page:has(#kc-attempted-username):has(#reset-login) .pf-c-input-group {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
}

#saveTOTPBtn {
    margin-bottom: 20px;
}

#cancelTOTPBtn,
button.cancelPasskeyBtn,
#reset-login,
.tertiary-button,
.tertiary-button#kc-decline
.tertiary-button#cancel-udpate-password {
    background-color: transparent !important;
    background-image: unset;
    color: var(--primary);
    text-decoration: underline;
    font-weight: 700 !important;
    font-size: 14px !important;
    margin-top: 10px;
}

button.cancelPasskeyBtn:hover {
    background-color: transparent !important;
    color: var(--primary) !important;
    text-decoration: underline !important;
}

button.cancelPasskeyBtn:active, .tertiary-button, .tertiary-button#kc-declin, .tertiary-button#cancel-udpate-password {
    background-color: transparent !important;
    color: var(--button-active) !important;
}

#kc-form-options {
    justify-content: flex-start;
    margin-bottom: 25px;
}

.mobile-auth-checkbox input {
    height: 17px;
    width: 17px;
}

.mobile-auth-checkbox input:hover {
    cursor: pointer;
}

.mobile-auth-checkbox .checkbox label {
    font-size: 14px;
    display: block;
    padding-left: 15px;
}

.no-display-label {
    display: none;
}

#kc-totp-settings {
    font-size: 16px;
    font-weight: 500;
    color: #2D2D2D;
}

#kc-totp-settings p {
    color: #2D2D2D !important;
}

#kc-totp-supported-apps {
    font-weight: 700;
    margin-bottom: 10px;
}

#kc-totp-secret-qr-code {
    display: block;
    margin: 0 auto;
    max-height: 200px;}

.unable-scan {
    text-align: center;
    margin-top: -40px;
    margin-bottom: 30px;
}

.scan-barcode {
    text-align: center;
    margin-bottom: 20px;
}

.mobile-auth-key {
    font-weight: 700;
    text-align: center;
    text-wrap: balance;
    margin-top: 20px;
}

#kc-totp-type, #kc-totp-algorithm, #kc-totp-digits {
    span {
        font-weight: 700;
    }
}

.passkeys-container {
    justify-content: center;
    width: 100%;
    margin: 30px auto;
}

button.select-auth-box-parent {
    color: white;
    width: 100%;
    display: grid;
    grid-template-columns: 80px 1fr 50px;
    grid-template-rows: auto;
    align-items: center;

    .pf-l-stack {
        align-items: center;
        margin-right: 30px;
    }

    .select-auth-box-desc {
        font-weight: 500;
        font-size: 14px;
    }
}
