.btn.loading>span{opacity:0}.loading .loading-overlay{display:grid}.loading-overlay{z-index:1;place-content:center;width:100%;height:100%;display:none;position:absolute;top:0;left:0}.media .loading-overlay{background:rgb(var(--color-background-rgb) / .65)}.spinner{width:1.6rem;height:1.6rem;animation:1.4s linear infinite rotator}@keyframes rotator{0%{transform:rotate(0)}to{transform:rotate(270deg)}}.path{stroke-dasharray:280;stroke-dashoffset:0;transform-origin:50%;stroke:currentColor;animation:1.4s ease-in-out infinite dash}@keyframes dash{0%{stroke-dashoffset:280px}50%{stroke-dashoffset:75px;transform:rotate(135deg)}to{stroke-dashoffset:280px;transform:rotate(450deg)}}