.sidebar {
  position: fixed;
  top: 60px;
  bottom: 0;
  left: 0;
  width: 75px;
  background-color: white;
  border-right: 1px solid  rgb(230, 229, 229);
  z-index: 200;
  margin-top: -2px;
}
.sidebar-link {
  height: 75px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.sidebar-link:hover{
  background-color: rgb(240, 240, 240);
}
.sidebar-link img {
  height: 24px;
  margin-bottom: 6px;
}
.sidebar-link div {
  font-size: 10px;
}