.ajax-throbber.mrcs-throbber {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 51px;
  height: 51px;
  transform: translate(-50%, -50%);
  background: url('./ajax-loading.svg') center no-repeat;
  z-index: 999;
}
