.loading-progress {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0, 0.5);
    z-index: 20000;
  opacity:2;
  
}
.loader-item
{
z-index: 1032;
left:50%;
top: 50%;
margin-left:-57px;
margin-top:-25px;
position: fixed;
color: #000;

}