.nav[data-v-75a5f714] {
  position: fixed;
  right: 0;
  bottom: 20%;
  width: 140px;
  left: calc(100vw - 35px);
  z-index: 2001;
}
.nav-item[data-v-75a5f714] {
  background: #0085cd;
  margin: 4px 0;
  padding: 10px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  cursor: pointer;
  position: relative;
  color: #fff;
  font-size: 18px;
  transition: right 0.5s;
  right: 0px;
}
.nav-item-name[data-v-75a5f714] {
  font-size: 16px;
  margin-left: 20px;
}
.nav-item[data-v-75a5f714]:hover {
  background-color: #cf1322;
}
.nav:hover .nav-item[data-v-75a5f714] {
  right: 100px;
}

.sh-crumb {
  display: none;
}


