

#divLoading {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    top: 0;
}

.divLoadingInnerDiv {
    display: flex;
    margin: 0 auto;
}
