html {
    overflow: hidden !important;
}

.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.welcome-off {
    display: none;
}

/*Add your custom style here*/