.drh-nav-item[data-v-1d7b66a6] {
  position: relative;
}
.drh-nav-item[disabled][data-v-1d7b66a6] {
    cursor: not-allowed;
    opacity: 0.5;
    pointer-events: none;
}
.drh-nav-item > .handle[data-v-1d7b66a6] {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    padding: 4px 8px;
}
.drh-nav-item > .handle > .inner[data-v-1d7b66a6] {
      align-items: center;
      cursor: inherit;
      display: flex;
      color: #3e3c4d;
      flex: 1;
      margin-right: 8px;
      text-decoration: none;
}
.drh-nav-item > .handle > .inner > .icon[data-v-1d7b66a6],
      .drh-nav-item > .handle > .inner > .sc-icon[data-v-1d7b66a6] {
        color: #378FFF;
        font-size: 22px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        width: 40px;
}
.drh-nav-item > .handle > .inner > .title[data-v-1d7b66a6] {
        display: block;
        flex: 1;
        line-height: 40px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
}
.drh-nav-item > .handle > .arrow[data-v-1d7b66a6] {
      color: #ccc;
      font-size: 16px;
      height: 32px;
      line-height: 32px;
      text-align: center;
      width: 32px;
}
.drh-nav-item > .handle[data-v-1d7b66a6]:hover {
      background-color: rgba(0, 0, 0, 0.1);
}
.drh-nav-item > .handle.collapse > .inner[data-v-1d7b66a6] {
      justify-content: center;
}
.drh-nav-item > .handle.expanded[data-v-1d7b66a6] {
      background-color: #fff;
}
.drh-nav-item > .handle.expanded > .inner > .icon[data-v-1d7b66a6],
      .drh-nav-item > .handle.expanded > .inner > .sc-icon[data-v-1d7b66a6] {
        color: #62b9b2;
}
.drh-nav-item > .handle.expanded > .inner > .title[data-v-1d7b66a6] {
        font-weight: bold;
}
.drh-nav-item > .handle.expanded > .arrow[data-v-1d7b66a6] {
        transform: rotate(450deg);
}
.drh-nav-item > .handle.active[data-v-1d7b66a6] {
      background-color: #fff;
}
.drh-nav-item > .handle.active > .inner[data-v-1d7b66a6] {
        color: #62b9b2;
}
.drh-nav-item > .handle.active > .inner > .icon[data-v-1d7b66a6],
        .drh-nav-item > .handle.active > .inner > .sc-icon[data-v-1d7b66a6] {
          color: inherit;
}
.drh-nav-item > .handle.active > .arrow[data-v-1d7b66a6] {
        transform: rotate(450deg);
}
.drh-nav-item > .child[data-v-1d7b66a6] {
    background-color: rgba(0, 0, 0, 0.02);
    padding: 10px 0;
}
.drh-nav-item > .child .drh-nav-item > .handle[data-v-1d7b66a6] {
      padding-left: 44px;
}
.drh-nav-item > .child .drh-nav-item > .handle[data-v-1d7b66a6]::after {
        background-color: #62b9b2;
        border-radius: 2px 0 0 2px;
        content: '';
        top: 0;
        bottom: 0;
        right: 0;
        position: absolute;
        width: 0;
}
.drh-nav-item > .child .drh-nav-item > .handle > .inner > .title[data-v-1d7b66a6] {
        font-size: 1rem;
        line-height: 32px;
}
.drh-nav-item > .child .drh-nav-item > .handle[data-v-1d7b66a6]:hover {
        background-image: none;
        background-color: rgba(55, 143, 255, 0.05);
}
.drh-nav-item > .child .drh-nav-item > .handle.active[data-v-1d7b66a6] {
        background-color: transparent;
}
.drh-nav-item > .child .drh-nav-item > .handle.active[data-v-1d7b66a6]::after {
          width: 4px;
}
.drh-nav-item > .child .drh-nav-item > .handle.active > .inner > .title[data-v-1d7b66a6] {
          font-weight: bold;
}
.drh-nav-item > .child .drh-nav-item > .handle.active > .arrow[data-v-1d7b66a6] {
          transform: rotate(450deg);
}
.drh-nav-item > .child .child[data-v-1d7b66a6] {
      position: relative;
}
.drh-nav-item > .child .child .drh-nav-item > .handle[data-v-1d7b66a6] {
        padding-left: 50px;
}
.drh-nav-item > .child .child .drh-nav-item > .handle > .inner > .title[data-v-1d7b66a6] {
          font-size: 12px;
}

