
/* Account page notification bell fix */
.notification-bell,
#notificationBell,
.audit-floating-button,
.audit-fab {
  transform: translateY(14px);
}

/* Hide useless Microsoft top menu button */
a[href*="microsoft"],
button[data-nav="microsoft"],
.nav-microsoft {
  display: none !important;
}

/* Fix textarea/input overflow in people repository */
textarea,
input,
select {
  box-sizing: border-box;
}

#peoplePage textarea,
#peoplePage input[type="text"],
#peoplePage input[type="email"],
#peoplePage select {
  width: 100% !important;
  max-width: 100% !important;
}

#peoplePage .panel,
#peoplePage .card,
#peoplePage form,
#peoplePage .form-row {
  overflow: hidden;
}
