.ajax-progress{--ap--throbber--w:2.125rem;--ap--bw:0.25rem}[dir=rtl] .ajax-progress{float:right}.ajax-progress-throbber{align-items:center;background-color:hsla(0,0%,61%,.15);bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1261}.ajax-progress-throbber .throbber{animation:rotation 1s linear infinite;border:var(--ap--bw) solid var(--c-primary);border-bottom-color:transparent;border-radius:50%;height:var(--ap--throbber--w);margin-right:-1px;margin-top:.5rem;width:var(--ap--throbber--w)}.ajax-progress-throbber .message{display:inline;padding:1px .3125rem 2px}tr .ajax-progress-throbber .throbber{margin:0 2px}.ajax-progress-bar{width:16em}.ajax-progress-fullscreen{animation:rotation 1s linear infinite;background-position:50%;background-repeat:no-repeat;border:var(--ap--bw) solid var(--c-primary);border-bottom-color:transparent;border-radius:50%;box-shadow:0 0 0 100vmax hsla(0,0%,61%,.05);left:49%;min-height:var(--ap--throbber--w);min-width:var(--ap--throbber--w);position:fixed;top:48.5%;transition:all 1s linear;z-index:1261}[dir=rtl] .ajax-progress-fullscreen{left:auto;right:49%}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}