.ajax-progress{position:relative;display:flex;justify-content:center;align-items:center;width:2rem;height:2rem;box-sizing:border-box;transform:translateZ(0)}.ajax-progress .circular{position:absolute;top:0;bottom:0;left:0;right:0;height:100%;width:100%;margin:auto;transform-origin:center;animation:rotate 2s linear infinite}.ajax-progress .path{fill:none;stroke:var(--ajax-progress-color, var(--mdc-theme-primary, #1fc3f3));stroke-dasharray:1,200;stroke-dashoffset:0;stroke-linecap:round;stroke-width:3px;animation:dash 1.5s ease-in-out infinite}.ajax-progress--fullscreen{position:fixed;top:50%;left:50%;z-index:1000;display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;transform:translate(-50%, -50%)}.ajax-progress[data-progress-style=default]{width:72px;height:72px;background-color:var(--mdc-theme-surface, #ffffff);border-radius:var(---mdc-shape-medium, 24px)}.ajax-progress[data-progress-style=default] .rotate-loading{position:relative;width:32px;height:32px}.ajax-progress--throbber{position:absolute;top:50%;left:50%;width:var(--ajax-progress-size, 16px);height:var(--ajax-progress-size, 16px);transform:translate(-50%, -50%)}.ajax-progress--throbber .path{stroke:var(--ajax-progress-color, var(--mdc-theme-primary, #1fc3f3))}.button.button--on-surface.mdc-button--outlined .ajax-progress--throbber~*,.ajax-progress--throbber~*{opacity:.2}.ajax-progress--throbber~.mdc-button__label{opacity:0}@keyframes rotate{to{transform:rotate(360deg)}}@keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}
