.qf-nav-item {
  height: 36px;
  width: 100%;
  line-height: 36px;
  padding-left: 20px;
  padding-right: 0px;
  font-size: 13px;
  cursor: pointer;

  &.is-current {
    background-color: rgba(255, 255, 255, 0.06);
    font-weight: bold;
    color: rgba(255, 0, 0, 1);
  }

  &:hover {
    background: rgba(235, 238, 245, 1);
    color: black;
    border-right: 3px solid rgba(252, 62, 77, 1);;
  }
}
