.ajax-progress-throbber {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

[dir="ltr"] .ajax-progress-throbber {
  left: -10px;
}

[dir="rtl"] .ajax-progress-throbber {
  right: -10px;
}

.ajax-progress.ajax-progress-fullscreen {
  background-color: rgba(255, 255, 255, 0.6);
  width: 100%;
  height: 100%;
  border-radius: 0;
}

.ajax-progress-fullscreen,
.ajax-progress-throbber .throbber,
.ajax-progress-fullscreen:before {
  box-shadow: unset !important;
  border: unset;
}

.ajax-throbber {
  position: fixed;
  top: 50%;
  z-index: 9;
}

[dir="ltr"] .ajax-throbber {
  left: 50%;
}

[dir="rtl"] .ajax-throbber {
  right: 50%;
}

.ajax-throbber .sk-wander-cube {
  background-color: var(--primary-color) !important;
}

@keyframes sk-flow {
  0%, 80%, 100% {
    transform: scale(0.3);
  }

  40% {
    transform: scale(1);
  }
}
