html {
  overflow: hidden !important;
}

.v-application--wrap {
  position: absolute !important;
}

v-main .v-application--wrap {
  width: 100%;
}
.v-application__wrap {
  position: absolute !important;
}

v-main .v-application__wrap {
  width: 100%;
}

#loaderApp.welcome-on > div {
  position: relative !important;
  height: 100vh;
  width: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 1);
  z-index: 10;
}

#loaderApp.spinner-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: black;
  opacity: 0.5;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

#loaderApp.welcome-off {
  display: none;
}
