<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*goTOP*/
#btnPageTop img {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 25px;
}

#btnPageTop {
  display: block;
  color: #adb5bd;
  padding: 20px 20px;
  bottom: 30px;
  right: 10px;
  position: fixed;
  text-align: center;
  background-color: #e65550;
  border: 1px solid #e65550;
  transition: color 0.15s;
  border-radius: 9999px;
}
#btnPageTop:hover {
}

@media screen and (max-width: 767px) {
  #btnPageTop {
    bottom: 20px;
  }
}
</pre></body></html>