.cmp__side-nav[data-v-84fe194a] {
  position: fixed;
  bottom: calc(var(--rpx, 1px) * 24);
  right: calc(var(--rpx, 1px) * 64);
  z-index: 99;
}
@media screen and (max-width: 767px) {
.cmp__side-nav[data-v-84fe194a] {
    bottom: var(--gutter);
    right: var(--gutter);
}
}
.cmp__side-nav-list[data-v-84fe194a] {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cmp__side-nav-item[data-v-84fe194a] {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  backdrop-filter: blur(10px);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  background: hsla(0, 0%, 100%, 0.3);
  transition: 0.3s;
  cursor: pointer;
}
.cmp__side-nav-item a[data-v-84fe194a] {
  display: block;
  width: 20px;
  height: 20px;
}
.cmp__side-nav-item .svg-icon[data-v-84fe194a] {
  width: 20px;
  height: 20px;
}
.cmp__side-nav-item[data-v-84fe194a]:hover {
  background: hsla(0, 0%, 100%, 0.5);
}