.sidebar{
  width: 72px;
  position: fixed;
  top: 60px;
  bottom: 0;
  left: 0;
  background-color: white;
  border-right-color: hsl(0, 0%, 93%);
  border-right-style: solid;
  border-right-width: 1px;
  box-shadow: 1px 0 2px rgba(0,0,0,0.07);
  z-index: 200;
  padding-top: 4px;
  padding-bottom: 4px;
}
.sidebar-icon{
  height: 32px;
}
.sidebar-text{
  font-size: 10px;
  text-align: center;
  color: #565656;
  font-family: Roboto, arial;
}
.sidebar-row{
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sidebar-row img{
  width: 24px;
  height: 24px;
}
.sidebar-row:hover{
  background-color: #f5f5f5;
  cursor: pointer;
}