.sidebar {
  position: fixed;
  left: 0px;
  bottom: 0px;
  top: 55px;
  background-color: white;
  width: 72px;
  z-index: 200;
}

.sidebar-box {
  height: 68px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-top: 8px;
}

.sidebox:hover {
  background-color: rgb(235, 235, 235);
}

.sidebar-box img {
  height: 24px;
  margin-bottom: 4px;
}

.sidebar-box div {
  font-family: Roboto, Arial;
  font-size: 10px;
  margin-top: 2px;
}