html:has(#page-handling-crypto-assets){
  scroll-padding-top: 90px;
}

#page-handling-crypto-assets .top-btn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background-color: #4177CC;
  width: 60px;
  height: 60px;
  border-radius: 4px;
  box-shadow: 0px 3px 6px #00000029;
  cursor: pointer;
  z-index: 20;
}

#page-handling-crypto-assets .top-btn::before {
  content: "";
  position: absolute;
  top: 27px;
  left: 24px;
  transform: rotate(45deg);
  width: 13px;
  height: 13px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}