<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bottom-right {
  display: none;
  cursor: pointer;
  position: fixed;
  bottom: 100px;
  right: 130px;
  width: 50px;
  z-index: 5;
  user-select: none;
}
.bottom-right .text {
  color: #fff;
  display: none;
  line-height: 1;
  font-size: 13px;
  padding: 7px 2px 0;
}
.bottom-right .icon {
  line-height: 40px;
}
.bottom-right .icon i {
  font-size: 43px;
  color: red;
}
</pre></body></html>