.vld-shown {
  overflow: hidden;
}

.vld-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  align-items: center;
  display: none;
  justify-content: center;
  overflow: hidden;
  z-index: 9999;
}

.vld-overlay.is-active {
  display: flex;
}

.vld-overlay.is-full-page {
  z-index: 9999;
  position: fixed;
}

.vld-overlay .vld-background {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  opacity: 0.5;
}

.vld-overlay .vld-icon, .vld-parent {
  position: relative;
}

.loading {
  width: 100%;
  background: #fefefe;
  position: relative;
}
.full_view {
  height: 100vh;
}
.loading-spacer {
  height: 30%;
}
/* vue3-loading-overlayカスタム */
.vld-overlay.is-full-page {
  background: #fefefe !important;
}
.vld-overlay .vld-icon {
  width: 100px !important;
  height: 100px !important;
}
