﻿#loaderDiv {
    position: fixed;
    align-items: center;
    top: 0;
    left: 0;
    opacity: 0.8;
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: 1000;
    background-color: lightgray;
}
