.ajaxLoader{
  text-align: center;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(22, 16, 16, 0.719);
  z-index: 999999;
}

.ajaxLoader{
  display: none;
}

.lds-ripple, .ajaxLoader .lds-ripple{
  top: 45%;
}