.loader-div {
    display: none;
    position: fixed;
    margin: 0px;
    padding: 0px;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #dedee2;
    z-index: 30001;
    opacity: 0.8;
}

.loader-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.loader-label {    
    display: none;
    position: fixed;
    margin: 0px;
    padding: 0px;
    top: 60%;
    left: 10%;
    width: 80%;    
    background-color: none;    
    z-index: 30002;
    opacity: 1;
}
