aside.sidebar.fixed {
    position: fixed;
    top: 45%;
    transform: translate(100%, -50%) translate(-72px, -50%);
    display: flex;
    flex-direction: column;
    right: 0;
    z-index: 999;
    background: var(--main-color);
    border-radius: 15px 0 0 15px;
    box-shadow: 2px 5px 10px 0 rgba(110, 148, 255, 0.25);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.3s;
}

aside.sidebar.fixed .stickyElement {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 17px 24px 22px 20px;
  transition: var(--baseTransition);
}

@media only screen and (max-width: 1024px) {
  aside.sidebar.fixed .stickyElement {
    padding: 16px 18px 16px 18px;
  }
}
@media only screen and (max-width: 640px) {

}


aside.sidebar.fixed .stickyElement .head {
  display: flex;
  gap: 10px;
}

aside.sidebar.fixed .stickyElement .head .image {
  border-radius: 50%;
  overflow: hidden;
  width: 44px;
  height: 44px;
}

aside.sidebar.fixed .stickyElement .head .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

aside.sidebar.fixed .stickyElement .head .title {
  font-weight: 700;
  color: #000;
}

/* aside.sidebar.fixed .stickyElement .head .title.hidden {
  display: none;
} */

aside.sidebar.fixed .stickyElement .options {
  display: flex;
  flex-direction: column;
}

@media (max-width: 640px) and (max-height: 700px) {
  aside.sidebar.fixed .stickyElement .options:not(.no-hs) {
    display: none;
  }
}

aside.sidebar.fixed .stickyElement .options .option {
  align-items: center;
  display: flex;
  gap: 12px;
}

/* @media only screen and (max-width: 560px) {
    aside.sidebar.fixed .stickyElement .options .option:not(:first-child) {
        display: none;
    }
} */

aside.sidebar.fixed .stickyElement .options .option.wysiwyg {
  min-width: 300px;
  display: block;
  padding: 15px;
}

aside.sidebar.fixed .stickyElement .options .option:last-child {
  margin-bottom: 5px;
}

aside.sidebar.fixed .stickyElement .options .option > a {
    transition: color 0.3s ease-in-out;
    text-decoration: none;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 28px;
    color: var(--contrastColorInverted);
}



aside.sidebar.fixed .stickyElement .options .option > a:hover {
    color: var(--contrastColorInverted);
  text-decoration: underline;
}


aside.sidebar.fixed .stickyElement .options .option .icon {
  display: flex;
padding-inline: 8px;

}
aside.sidebar.fixed .stickyElement .options .option:not(:last-child) .icon,
aside.sidebar.fixed .stickyElement .options .option:not(:last-child) .link.hidden {
    padding-bottom: 13px;
} 
aside.sidebar.fixed .stickyElement .options .option:not(:last-child) .icon {
    border-bottom: 2px solid var(--main-color-light);
}
aside.sidebar.fixed .stickyElement .options .option:not(:first-child) .icon,
aside.sidebar.fixed .stickyElement .options .option:not(:first-child) .link.hidden {
    padding-top: 13px;
}


aside.sidebar.fixed .stickyElement .options .option .icon img {
  width: 20px;
  max-height: 20px;
  object-fit: contain;
}

/* @media only screen and (max-width: 768px) {
    aside.sidebar.fixed .stickyElement .options .option .icon img {
        width: 24px;
    }
} */

@media only screen and (max-width: 640px) {
    aside.sidebar.fixed .stickyElement .options .option .icon {
        padding-inline: 0;
    }
    aside.sidebar.fixed .stickyElement .options .option:not(:last-child) .icon,
    aside.sidebar.fixed .stickyElement .options .option:not(:last-child) .link.hidden {
        padding-bottom: 8px;
    } 
    aside.sidebar.fixed .stickyElement .options .option:not(:first-child) .icon,
    aside.sidebar.fixed .stickyElement .options .option:not(:first-child) .link.hidden {
        padding-top: 8px;
    }
    aside.sidebar.fixed .stickyElement .options .option .icon img {
        width: 22px;
    }
}

aside.sidebar.fixed .stickyElement .options .option .link.hidden {
  /* display: none; */
  font-size: clamp(0.8888888889rem, 0.8631239936rem + 0.1449275362vw, 1rem);
  font-weight: 400;
  line-height: normal;
}

aside.sidebar.fixed .stickyElement .options .option.divider hr {
  margin: 5px 0;
  background: rgb(206, 206, 206);
  width: 100%;
}

/* aside.sidebar.fixed .stickyElement .options .option.hidden {
  display: none;
} */
@media only screen and (max-width: 1024px) {
  aside.sidebar.fixed {
    transform: translate(100%, -50%) translate(-65px, -50%);
  }
  aside.sidebar.fixed .stickyElement .options .option > a {
    gap: 20px;
  }
}
@media only screen and (max-width: 640px) {
  aside.sidebar.fixed {
    transform: translate(100%, -50%) translate(-47px, -50%);
    top: auto;
    bottom: 5%;
  }
    aside.sidebar.fixed .stickyElement {
        padding: 16px 10px 16px 14px;
    }
}

@media only screen and (min-width: 641px) {
    aside.sidebar.fixed:hover  {
        transform: translate(100%, -50%) translate(-100%, -50%);
    }
}

aside.sidebar.fixed:hover .stickyElement .title.hidden,
aside.sidebar.fixed:hover .stickyElement .options .option.hidden,
aside.sidebar.fixed:hover .stickyElement .options .link.hidden,
aside.sidebar.fixed:focus .stickyElement .title.hidden,
aside.sidebar.fixed:focus .stickyElement .options .option.hidden,
aside.sidebar.fixed:focus .stickyElement .options .link.hidden,
aside.sidebar.fixed:focus-within .stickyElement .title.hidden,
aside.sidebar.fixed:focus-within .stickyElement .options .option.hidden,
aside.sidebar.fixed:focus-within .stickyElement .options .link.hidden {
  display: flex;
  align-items: center;
}

aside.sidebar.fixed:hover .stickyElement .title.hidden.wysiwyg,
aside.sidebar.fixed:hover .stickyElement .options .option.hidden.wysiwyg,
aside.sidebar.fixed:hover .stickyElement .options .link.hidden.wysiwyg,
aside.sidebar.fixed:focus .stickyElement .title.hidden.wysiwyg,
aside.sidebar.fixed:focus .stickyElement .options .option.hidden.wysiwyg,
aside.sidebar.fixed:focus .stickyElement .options .link.hidden.wysiwyg,
aside.sidebar.fixed:focus-within .stickyElement .title.hidden.wysiwyg,
aside.sidebar.fixed:focus-within .stickyElement .options .option.hidden.wysiwyg,
aside.sidebar.fixed:focus-within .stickyElement .options .link.hidden.wysiwyg {
  display: block;
}

@media (max-width: 640px) and (max-height: 700px) {
  aside.sidebar.fixed:hover .stickyElement .options,
  aside.sidebar.fixed:focus .stickyElement .options,
  aside.sidebar.fixed:focus-within .stickyElement .options {
    display: flex;
  }
}

aside.sidebar.fixed.scroll-hide:not(:hover):not(:focus):not(:focus-within) .stickyElement {
  transform: translateY(50%) translateX(calc(98% + 10px));
}

/* @media only screen and (max-width: 560px) {
    aside.sidebar.fixed:hover {
        width: auto;
        height: auto;
        border-radius: 8px;
        transform: translate(0) translate(0);
    }
    aside.sidebar.fixed:hover .stickyElement {
        width: 100%;
        height: 100%;
        border-radius: 8px;
        padding: 12px 10px 12px 10px;
        overflow: visible;
    }
    aside.sidebar.fixed:hover .stickyElement .options .option:not(:first-child) {
        display: flex;
    }
} */