/* Public information stays available while account setup is required. */
body.account-setup-required .tabbar button[data-open="main"] {
  opacity: 1;
  pointer-events: auto;
}
body.account-setup-required .view[data-view="profile"] > #profileHelpdesk,
body.account-setup-required .view[data-view="profile"] > #profileDocuments,
body.account-setup-required .view[data-view="profile"] > .legal-box {
  opacity: 1;
}
