.mx-side-nav-wrapper {
  padding: 8px 4px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  max-height: 100vh;

  .mx-side-nav-scrollable-container {
    position: relative;
    display: block;
    overflow: auto;
    flex: 1;
  }

  .mat-divider {
    margin: 8px 0;
  }

  .mdc-list {
    padding: 0;
  }

  .is-category {
    + .is-category {
      margin-top: 8px;
    }
  }
}

.header-side-nav-wrapper {
  position: relative;
}

.loading-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 500;
}

.not-found-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px;
  gap: 12px;

  mat-icon {
    width: 80px;
    height: 80px;
  }

  span {
    text-align: center;
  }
}
