.ajaxLoading{
    
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    background-color: #000;
    z-index: 9999;
    opacity: 0.8;
    display: none;
    
}
.spinnerl{
    
    position: fixed;
    top: 50%;
    left: 50%;  
    transform: translate(-50%, -50%);
    z-index: 99999;
}

.spinnerl i{
    
  font-size: 2em;
  color: white;  
}