.sidebar {
  min-height: 100vh;
  max-height: 100vh;
  padding-top: 63px;
  border-right: 1px solid #cccccc;
  position: sticky;
  top: 63px;
  left: 0;
  background: linear-gradient(#0085aa, #00a1cd);
  z-index: 5;
}
.sidebar .sidebar-item {
  padding: 1.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  color: white;
  transition: 0.4s;
  display: none;
}
.sidebar .sidebar-item .myicon {
  font-size: 1.2em;
  padding: 0rem 1rem;
}
.sidebar .show-menu-item {
  display: flex;
}
.sidebar .selected-item {
  background-color: #cbc600;
  color: black;
}
.sidebar .sidebar-item:hover {
  cursor: pointer;
  opacity: 0.7;
  background-color: #e5df00;
  color: #444444;
}

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