@keyframes spin{to{transform:rotate(360deg)}}.progress-disabled{display:inline;float:none}.ui-dialog .ajax-progress-throbber,.ajax-progress,.ajax-progress-throbber,.ajax-progress-fullscreen{position:fixed;z-index:999999;top:0;left:0;overflow:hidden;width:100%;height:100%;margin:0;padding:0;text-indent:-99999em;opacity:1;border-radius:0;background:rgba(255,255,255,.8)}.ajax-progress-throbber::before,.ajax-progress-fullscreen::before{position:absolute;top:0;right:0;bottom:0;left:0;display:block;overflow:hidden;width:12rem;height:12rem;margin:auto;content:" ";animation:spin .8s infinite linear;text-indent:-99999em;border-width:1rem;border-style:solid;border-color:#2c1b62 rgba(0,0,0,0) #2c1b62 rgba(0,0,0,0);border-radius:12rem}@media screen and (width <= 48em){.ajax-progress-throbber:before,.ajax-progress-fullscreen:before{width:6rem;height:6rem;border-width:.4rem}}