.ajax-async-loading.load-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
}

.ajax-async-loading.load-body {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(55, 55, 55, .6);
}

.ajax-async-spin-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ajax-async-spin {
  color: #000000;
  justify-content: center;
  text-align: center;
}
