/* developers-halpas-production/account-navigation.css */
#sidebar nav [data-page="profile"] {
  display: none !important;
}

#sidebar .account-profile {
  width: 100%;
  color: inherit;
  background: transparent;
  border: 0;
  text-align: left;
  cursor: pointer;
}

#sidebar .account-profile:hover,
#sidebar .account-profile:focus-visible {
  background: #171717;
  outline: none;
}

#profile > .profile-signout {
  margin-top: 28px;
}
