#sidebarMenu {
  background-color: rgb(220, 220, 220);
}

@media screen and (min-width: 768px) {
  #sidebarMenu {
    position: fixed;
    height: 100%;
  }
}

.statusLabel {
  color: black;
  background-color: white;
  padding: 8px 12px;
  border-radius: 20px;
}

.statusLabelGreen {
  background-color: green;
}

.statusLabelLightGreen {
  background-color: lightgreen;
}

.statusLabelRed {
  background-color: red;
}

.statusLabelWhite {
  background-color: white;
}

.statusLabelYellow {
  background-color: yellow;
}

.statusLabelGray {
  background-color: gray;
}

.dropdown-toggle::after {
  content: none;
}
