body[data-page="ids-profile/index"][data-usertype="employee"] .js-multi-factor #switchMfaForm {
display: none;
}
body[data-page="ids-profile/index"] .js-certificates {
display: none;
}

body[data-page="ids-profile/index"] .js-passwordless-authn {
display: none;
}

body[data-page="ids-profile/index"][data-usertype="public"] .js-multi-factor #mfaChoiceRsaButton{
display: none;
}

body[data-page="ids-profile/index"][data-usertype="customer"] .js-multi-factor #mfaChoiceRsaButton{
display: none;
}

body[data-page="ids-profile/index"][data-usertype="partner"] .js-multi-factor #mfaChoiceRsaButton{
display: none;
}

