.sidebar {
  min-height: 100vh;
  max-height: 100vh;
  padding-top: 63px;
  border-right: 1px solid #e2e8f0;
  position: sticky;
  top: 63px;
  left: 0;
  background: #ffffff;
  box-shadow: 6px 0 24px rgba(15, 23, 42, 0.05);
  z-index: 5;
}
.sidebar .sidebar-item {
  padding: 0.95rem 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #334155;
  border-left: 4px solid transparent;
  transition: 0.2s ease;
  font-size: 14px;
  font-weight: 700;
  display: none;
}
.sidebar .sidebar-item .myicon {
  font-size: 1.2em;
  padding: 0rem 1rem 0rem 0.5rem;
  color: #a4005b;
}
.sidebar .show-menu-item {
  display: flex;
}
.sidebar .selected-item {
  background-color: #f8eef4;
  border-left-color: #a4005b;
  color: #a4005b;
}
.sidebar .sidebar-item:hover {
  cursor: pointer;
  background-color: #eef3f6;
  border-left-color: #007190;
  color: #032e3c;
}

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