body .header-navbar .user-wrapp .menu-guest,
body .account-wrapper .setting-user-status,
body .account-wrapper .security-details .delete-account-btn,
body .v-setting-files .guest-files-state,
body .billing-content .plan-actions .upgrade-btn,
body .header-navbar .upgrade-wrapper .upgrade-btn {
  display: flex;
}
body .header-navbar .user-wrapp .menu-auth,
body .account-wrapper .profile-content,
body .profile-card .profile-info .email,
body .account-wrapper .billing-wrapp,
body .account-wrapper .restore-account,
body .profile-card .profile-info .dark,
body .v-setting-files .my-files-empty,
body .billing-content .usage-card,
body .billing-content .info-card,
body .billing-content .plan-actions .get-more-btn {
  display: none;
}
body .profile-card .profile-info .light,
body .profile-card .profile-info .not-signed-in,
body .security-details .old-password {
  display: block;
}
body .modal-overlay .delete-pass-section {
  opacity: 1;
  pointer-events: auto;
}

body.user .header-navbar .user-wrapp .menu-guest,
body.user .account-wrapper .setting-user-status,
body.user .profile-card .profile-info .not-signed-in,
body.user .v-setting-files .guest-files-state {
  display: none !important;
}
body.user .header-navbar .user-wrapp .menu-auth,
body.user .account-wrapper .profile-content,
body.user .profile-card .profile-info .email,
body.user .account-wrapper .billing-wrapp,
body.user .billing-content .usage-card,
body.user .billing-content .info-card {
  display: block !important;
}
body.user .v-setting-files .my-files-empty {
  display: flex;
}

body.guest .header-navbar .user-wrapp .menu-guest,
body.guest .account-wrapper .setting-user-status,
body.guest .v-setting-files .guest-files-state {
  display: flex !important;
}
body.guest .header-navbar .user-wrapp .menu-auth,
body.guest .account-wrapper .profile-content,
body.guest .profile-card .profile-info .email,
body.guest .v-setting-files .my-files-empty,
body.guest .account-wrapper .billing-wrapp,
body.guest .billing-content .usage-card,
body.guest .billing-content .info-card {
  display: none !important;
}
body.guest .profile-card .profile-info .not-signed-in {
  display: block;
}

body.scheduled .account-wrapper .security-details .delete-account-btn {
  display: none;
}
body.scheduled .account-wrapper .restore-account {
  display: block;
}

body.dark-mode .profile-card .profile-info .light {
  display: none;
}
body.dark-mode .profile-card .profile-info .dark {
  display: block;
}

body.pass-false .security-details .old-password {
  display: none;
}
body.pass-false .modal-overlay .delete-pass-section {
  opacity: 0.5;
  pointer-events: none;
}

body.is-sub .billing-content .plan-actions .get-more-btn {
  display: flex;
}
body.is-sub .billing-content .plan-actions .upgrade-btn,
body.is-sub .header-navbar .upgrade-wrapper .upgrade-btn {
  display: none;
}

/*# sourceMappingURL=auth.css.map */
