.__loading {
    background-image: var(--loadingImgUrl);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    height: 100%;
    width: 100%;
    background-color: transparent !important;
}

.__loading body {
    background-color: transparent !important;
}
