.vld-shown {
  overflow: hidden;
}

.vld-overlay {
  bottom: 0;
  position: absolute;
  top: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  z-index: 9999;
}

[dir=ltr] .vld-overlay {
  left: 0;
  right: 0;
}

[dir=rtl] .vld-overlay {
  right: 0;
  left: 0;
}

.vld-overlay.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

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

[dir] .vld-overlay .vld-background {
  background: #fff;
}

[dir=ltr] .vld-overlay .vld-background {
  left: 0;
  right: 0;
}

[dir=rtl] .vld-overlay .vld-background {
  right: 0;
  left: 0;
}

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



/*# sourceMappingURL=chunk-vendors.62a3119f.css.map*/