#loadingContainer {
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #252526;
    z-index: 999;
}
#loadingContainer-imageContainer {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #252526;
    z-index: 999;
}

#pageContainer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
}

.loadingdiv {
    align-items: center;
}

.loading {
    padding: 10.35%;
    width: 256px;
}
#loadingNoScript {
    padding: 0 10em !important;
}
