.dash-page {
  background-color: #fff;

  @media (min-width: 1600px) {
    .dash-page-menu {
      width: 12.5%;
    }
    .dash-page-content {
      width: 87.5%;
    }
  }

  .dash-page-scroll {
    overflow-y: scroll;
    &::-webkit-scrollbar {
      width: 8px;
    }
    &::-webkit-scrollbar-track-piece {
      margin: -2px;
      background: #eff2f7;
    }
    &::-webkit-scrollbar-thumb {
      background: #99a9bf;
      min-height: 150px;
      border-radius: 4px;
    }
    &::-webkit-scrollbar-thumb:vertical:hover {
      background: #8492a6;
    }
  }
}
