.sidebar-secondary {
  width: 100vw;
  height: 100%;
  background-color: #fbfaf9;
  box-sizing: border-box;
  padding: 16px;
}
.sidebar-secondary ul {
  padding: 0;
  margin: 0;
}
.sidebar-secondary ul li :hover {
  background-color: #7f3a34;
  color: #ffffff;
}

div.sidebar-secondary-header {
  display: flex;
  flex-direction: row;
  align-items: baseline;
}

@media only screen and (min-width: 992px) {
  div.menuContainer {
    display: none;
  }
  .sidebar-secondary {
    width: 360px;
    height: unset;
    border-right: 1px solid #27292c;
    overflow-y: scroll;
  }
}
[data-theme=dark] .sidebar-secondary {
  background-color: #111213;
}

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