.menuContainer {
  width: 16rem;
  background-color: #F2F3F4;
  box-shadow: inset 0 0 0.2rem 0 rgba(0, 0, 0, 0.05);
}

.menuSection {
  margin-top: 3.3rem;
}

.menuItem {
  display: flex;
  color: #2D3138 !important;
  // margin-left: 2rem;
  // margin-right: .5rem;
  padding-top: 1rem;
  padding-left: 1rem;
  min-height: 3.4rem;
  // text-decoration: none !important;
  line-height: 1.6rem;
  &:hover {
    cursor: pointer;
  }
  &.active {
    height: 3.4rem;
    border-radius: 0.2rem;
    background-color: #E9EAEB;
    font-weight: bold;
    text-decoration: none;
    color: #2D3138 !important;
  }
}

.menuContainer p {
  -webkit-font-smoothing: antialiased;
  margin: 1rem;
  // padding-left: 1.5rem;
  line-height: 1.3rem;
  color: #919BAE;
  letter-spacing: 0.1rem;
  font-family: Lato;
  font-size: 1.1rem;
  font-weight: bold;
  text-transform: uppercase;
}
