/******* Do not edit this file *******
Code Snippets Manager
Saved: Nov 24 2025 | 17:03:28 */
@charset "UTF-8";
.generate-back-to-top, .generate-back-to-top:visited {
  border-radius: 8px;
  /* Coherencia con botón de carga */
  bottom: 15vh !important;
  right: 2vw !important;
  /* Distancia desde la derecha */
  font-size: 20px;
  line-height: 40px;
  /* Centrado vertical del icono */
  width: 40px;
  height: 40px;
}
.generate-back-to-top:hover {
  background-color: #03125e;
  /* Un tono más oscuro para hover */
  color: #ffffff;
}
