.llx-page-float-tools {
  position: fixed;
  right: 20px;
  top: 48%;
  z-index: 850;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  filter: drop-shadow(0 10px 20px rgba(15, 23, 42, .10));
  transition: right .24s ease, opacity .18s ease, visibility .18s ease;
}

.llx-page-back-top {
  width: 62px;
  height: 44px;
  padding: 0;
  border: 1px solid #e5e7eb;
  border-radius: 8px 0 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #64748b;
  background: #fff;
  cursor: pointer;
  transition: color .18s ease, background-color .18s ease, border-color .18s ease;
}

.llx-page-float-tools.has-paper-basket .llx-page-back-top {
  border-top: 0;
  border-radius: 0 0 0 8px;
}

.llx-page-back-top[hidden] {
  display: none;
}

.llx-page-back-top svg {
  width: 22px;
  height: 22px;
}

.llx-page-back-top:hover {
  color: #2563eb;
  border-color: #dbe7f7;
  background: #f8fbff;
}

.llx-page-back-top:focus-visible {
  outline: 3px solid rgba(37, 99, 235, .18);
  outline-offset: 2px;
}

@media (max-width: 720px) {
  .llx-page-float-tools {
    right: 10px;
    top: auto;
    bottom: 18px;
  }

  .llx-page-back-top,
  .llx-page-float-tools.has-paper-basket .llx-page-back-top {
    border-radius: 8px;
  }

  .llx-page-float-tools.has-paper-basket .llx-page-back-top {
    border-radius: 0 0 8px 8px;
  }
}
