/* ocultar boton "Iniciar sesión con dispositivo" en el login */
.single-alt-login-option {
    display: none !important;
}

/* Oculta el botón "Añadir a tu Nextcloud" */
#save-external-share {
    display: none;
}

/* Ocultar "Redes sociales" en app Contacto */
.app-contacts .property-x-socialprofile {
    display: none !important;
}

/* Ocultar "Id Federada" en app Contacto */
.property-x-socialprofile,
.property-cloud {
    display: none !important;
}

/* ocultar botones de compartir por redes sociales federada */
p.social-button[data-v-6f6953b5] {
    display: none !important;
}
a[href*="go.php?to=user-sharing-federated"] {
  display: none !important;
}

 /* web dav borrar textos inferiores */
a[href*="settings/user/security#generate-app-token-section"] {
  display: none !important;
}
a[href*="go.php?to=user-webdav"] {
  display: none !important;
}