@import "../global/_variables";

.scui-nav {
  background-color: $prim_5;
  position: fixed;
  left: 0;
  top: 0;
  width: 64px;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 665px;

  .nav-footer {
    position: absolute;
    bottom: 24px;
  }

  .nav-items {
    margin-top: 64px;
  }

  .active-nav {
    .scui-overlay {
      display: none;
    }
  }

  .icon {
    z-index: 1;
    color: $blank_2;
    font-size: 28px;
  }

  .nav-item {
    background: $prim_5;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    height: 64px !important;
    width: 64px;
    position: relative;
    &.active-nav {
      background-color: $blank_1;
      .icon {
        color: $blank_2;
      }
    }
  }

}
