.ajax-throbber {
  width: 40px;
  height: 40px;
  position: absolute;
  top:50%;
  left:50%;
    z-index: 111111;
        transform: translate(-50%,-50%);
}

/* Override core throbber */
.ajax-progress.ajax-progress-fullscreen {
  background-color: #242424;
 background-image: url(https://agri.prismevents.co/themes/contrib/breeze/images/ACH.png);
  z-index: 11000;
  position: fixed;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0;
}


.ajax-progress{

 background:#00000059;
 background-size:50px 50px;
  z-index: 11000;
  position: fixed;
  height: 100%;
  width: 100%;
  overflow: show;
  margin: auto;

/* align-items: center;
   justify-content: center;
     display:flex;
        */ 
        left:0;
        right:0;
        top:0;
        bottom:0;

} 
