.sidenav {
  position: fixed;
  left: 0;
  top: 40vh;
  z-index: 999;
}
.sidenav .item {
  width: 84px;
  height: 88px;
  background: #33478B;
  border: 2px solid #253670;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 2px;
  cursor: pointer;
}
.sidenav .item .icon {
  width: 28px;
  height: 28px;
}
.sidenav .item .text {
  font-size: 12px;
  font-family: ArtifaktElement-Regular;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 12px;
  opacity: 0.8;
  text-align: center;
  margin-top: 10px;
}
.sidenav .item:hover {
  background-color: #EA7C06;
  border: 2px solid #EA7C06;
}
/*# sourceMappingURL=sidenav.css.map */