.sidebar {
  min-height: 100vh;
  padding-top: 63px;
  box-shadow: -1px 0.5px 10px #eee;
  background: linear-gradient(#ffffff9c, #ffffff9c), url(https://images.unsplash.com/photo-1493552152660-f915ab47ae9d?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=634&q=80);
  z-index: 5;
  background-attachment: fixed;
}
.sidebar .sidebar-content {
  position: sticky;
  top: 63px;
  left: 0;
  width: 100%;
  height: fit-content;
}
.sidebar .sidebar-item {
  padding: 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #940051;
  transition: 0.4s;
  font-size: 14px;
  font-weight: 500;
}
.sidebar .sidebar-item-optional {
  display: none;
}
.sidebar .sidebar-item-optional.is-visible {
  display: flex;
}
.sidebar .selected-item {
  background-color: #032e3c;
  color: white;
}
.sidebar .sidebar-item:hover {
  cursor: pointer;
  opacity: 0.7;
  background-color: #032e3c;
  color: white;
}

/*# sourceMappingURL=home_sidebar.css.map */
