@charset "utf-8";

.main_sa08 {
  position: fixed;
  bottom: 40px;
  right: 0;
  max-width: 80px;
  right: 30px;
  z-index: 99;
  opacity: 1 !important;
  filter: drop-shadow(2px 2px 0px #0000004f);
  margin: 0 0 0 auto;
}

.js-scrollToTop {
  opacity: 0 !important;
  pointer-events: none;
}

.scrolled .js-scrollToTop {
  opacity: 1 !important;
  pointer-events: all;
}

@media screen and (max-width:600px) {
  .main_sa08 {
    /* position: sticky; */
    /* bottom: 5vw; */
    /* right: auto; */
    /* left:0; */
    /* max-width: 80px; */
    /* z-index: 99; */
    /* opacity: 1 !important; */
    /* margin: 0 0 0 auto; */
  }
}
