/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/back-to-top/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.back-to-top-icon.right {
  display: none;
  position: fixed;
  right: var(--right-spacing);
  bottom: var(--bottom-spacing);
  cursor: pointer;
  z-index: 999;
}

.back-to-top-icon.left {
  display: none;
  position: fixed;
  left: var(--left-spacing);
  bottom: var(--bottom-spacing);
  cursor: pointer;
  z-index: 999;
}

.back-to-top-icon.is-visible {
  display: block;
}

/*# sourceMappingURL=style-index.css.map*/