.sidenav-padding {
  padding: 40px 20px 0 220px;
}

.sidenav {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  &-stitch {
    overflow-y: auto;
    max-width: 220px;
    background-color: #ffffff;
    padding: 55px 10px 0;
    z-index: 9;
    &-dropdown-outerwrapper{
      justify-content:center;
      width: 100%;
      margin-bottom: 10px;
    }
    &-dropdown-wrapper{
      display: flex;
      flex-direction:row;
      align-items:center;
    }
    &-app-dropdown{
      display:inline-block;
      border: 1px solid;
      padding: 7px 15px 8px;
      font-weight: 400;
      cursor: pointer;
      box-shadow: 0 -1px 0 rgba(0,0,0,0.15) inset;
      outline: none;
      color: $gray1;
      border-color: $gray6;
      background: -webkit-linear-gradient(180deg, rgb(255, 255, 255), rgb(246, 246, 246));
      background: linear-gradient(180deg, rgb(255, 255, 255), rgb(246, 246, 246));
      &-label{
        font-size: 14px;
      }
      &-appname{
        font-size: 18px;
        font-weight: bold;
      }
    }
    &-home-icon{
      cursor:pointer;
      margin-right: 10px;
      background: url("./home.svg") no-repeat center;
      background-size: 100%;
      height: 30px;
      min-width:20px;
      display: inline-block;
    }
    .select {
      &-full-width {
        width: 100%;
        margin-bottom: 30px;
      }
      &-small {
        width: auto;
        margin-top: 10px;
      }
    }
    .list {
      padding: 0 0 20px 0;
      &-items {
        list-style-type: none;
        padding: 0 0 0 10px;
      }
      .list-header {
        font-size: 11px;
        font-weight: 600;
        color: $gray4;
        text-transform: uppercase;
        padding: 0 0 5px 0;
        &.list-item {
          height: 22px;
        }
      }
      .list-item {
        display: flex;
        height: 29px;
        padding: 5px 0px;
        position: relative;
        &-has-icon {
          svg, .left-nav-item-icon {
            height: 18px;
            path, polygon, rect {
              fill: $gray1;
            }
          }
          svg.rich-radio-illustration-item {
            fill: $gray1;
            stroke: $gray1;
            g {
              fill: $gray1;
            }
          }
        }
        &-is-primary {
          .list-item-link {
            &-is-active {
              color: $gray1 !important;
              font-weight: normal !important;
            }
          }
          svg, .left-nav-item-icon {
            path, polygon, rect {
              fill: $gray1 !important;
            }
          }
          svg.rich-radio-illustration-item {
            fill: $green2 !important;
            stroke: $green2 !important;
            g {
              fill: $green2 !important;
            }
          }
        }
        &-is-active {
          color: $green2 !important;
          font-weight: 600;
          svg, .left-nav-item-icon {
            path, polygon, rect {
              fill: $green2;
            }
          }
          svg.rich-radio-illustration-item {
            fill: $green2;
            stroke: $green2;
            g {
              fill: $green2;
            }
          }
        }
        &-link {
          font-size: 15px;
          display: inline-flex;
          align-self: center;
          text-decoration: none;
          color: $gray1;
          &-icon {
            font-size: 17px;
            padding-right: 5px;
            width: 22px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            &-external {
              padding-left: 4px;
              font-size: 11px;
              padding-top: 3px;
              align-self: flex-start;
              opacity: .6;
            }
          }
          &-subtitle {
            font-size:.8em;
            color: $gray4;
            padding-top: 3px;
            padding-left: 3px;
          }
          &:hover {
            color: $green2;
            svg, .left-nav-item-icon {
              path, polygon, rect {
                fill: $green2;
              }
            }
            svg.rich-radio-illustration-item {
              fill: $green2;
              stroke: $green2;
              g {
                fill: $green2;
              }
            }
          }
          &-is-active {
            color: $green2 !important;
            font-weight: 600;
            svg, .left-nav-item-icon {
              path, polygon, rect {
                fill: $green2;
              }
            }
            svg.rich-radio-illustration-item {
              fill: $green2;
              stroke: $green2;
              g {
                fill: $green2;
              }
            }
          }
        }
      }
    }
  }
}
