.sidebar {
  position: fixed;
  top: 70px;
  bottom: 0;
  left: 0;
  background-color: white;
  width: 70px;
  font-size: 12px;
  font-weight: 700;
  z-index: 200;
  padding-top: 5px;
  transition: transform 0.3s ease;
}

.sidebar-link {
  height: 72px;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.sidebar-link:hover {
  background-color: rgba(239, 239, 239, 1);
  cursor: pointer;
}

.sidebar-link img {
  height: 24px;
  margin-bottom: 4px;
}

.sidebar-link div {
  font-size: 10px;
  font-family: Roboto, Arial;
}
