body.loading{cursor:wait}body.loading:before{content:"";position:fixed;z-index:999998;inset:0 0 0 0;background:rgba(0,0,0,0.5);backdrop-filter:blur(5px)}body.loading:after{content:"";display:flex;z-index:999999;width:48px;height:48px;left:50%;top:50%;transform:translate(-50%, -50%);margin-left:-24px;margin-top:-24px;position:fixed;animation:loadingSpin .75s linear infinite;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' viewBox='0 -960 960 960' fill='white' width='48'%3E%3Cpath d='M480-80q-82 0-155-31.5t-127.5-86Q143-252 111.5-325T80-480q0-83 31.5-155.5t86-127Q252-817 325-848.5T480-880q17 0 28.5 11.5T520-840q0 17-11.5 28.5T480-800q-133 0-226.5 93.5T160-480q0 133 93.5 226.5T480-160q133 0 226.5-93.5T800-480q0-17 11.5-28.5T840-520q17 0 28.5 11.5T880-480q0 82-31.5 155t-86 127.5q-54.5 54.5-127 86T480-80Z'/%3E%3C/svg%3E") center / cover no-repeat}@keyframes loadingSpin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}/*# sourceMappingURL=./loading.css.map */