.conference-sidenav {
  z-index: 81;
}

sidenav-conference md-backdrop.md-sidenav-backdrop {
  z-index: 80;
}

.conference-sidenav .conference-sidenav-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow: hidden;
}

.conference-sidenav .conference-sidenav-content .conference-sidenav-navigation-bar {
  display: flex;
  justify-content: center;
  align-items: center;
}

.conference-sidenav .conference-sidenav-content .conference-sidenav-navigation-bar button {
  flex: 1;
  position: relative;
}

.conference-sidenav .conference-sidenav-content .conference-sidenav-navigation-bar button i {
  position: absolute;
  top: 4px;
  right: 2px;
  width: 8px;
  height: 8px;
  transform: translateX(-50%);
  border-radius: 50%;
  background-color: rgba(var(--notifcation-indicator-color));
}

.conference-sidenav .conference-sidenav-content .conference-sidenav-content-wrapper {
  padding: 8px;
  display: flex;
  flex: 1;
  overflow: auto;
}

.conference-sidenav .conference-sidenav-separator {
  border: 0;
  width: 90%;
  height: 1px;
  background: #000;
}