.loading-background .loading-overlay[data-v-c95f0b08] {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  align-items: center;
  display: none;
  justify-content: center;
  overflow: hidden;
  z-index: 29;
}
.loading-background .loading-overlay.is-active[data-v-c95f0b08] {
  display: flex;
}
.loading-background .loading-overlay.is-full-page[data-v-c95f0b08] {
  position: fixed;
  z-index: 999;
}