.overlay{display:flex;justify-content:center;align-items:center;position:fixed;z-index:9999;background-color:#00000040;top:0;right:0;bottom:0;left:0;pointer-events:all}.progress-circular{display:block;width:50px;height:50px;animation:circular-rotate 1.4s linear infinite;transform-origin:center}.progress-circular__circle{animation:circular-arc 1.4s ease-in-out infinite;stroke:#fff;stroke-width:2;stroke-linecap:round;fill:none}@keyframes circular-rotate{to{transform:rotate(360deg)}}@keyframes circular-arc{0%{stroke-dasharray:.01 1;stroke-dashoffset:0}50%{stroke-dasharray:.8 1;stroke-dashoffset:-.25}to{stroke-dasharray:.01 1;stroke-dashoffset:-1}}@media (prefers-reduced-motion: reduce){.progress-circular{animation:none}.progress-circular__circle{animation:none;stroke-dasharray:.8 1}}.parent{position:relative;width:100vw;height:100vh}.child{position:absolute;top:50%;left:50%;transform:translateY(-50%) translate(-50%);-webkit-transform:translateY(-50%) translateX(-50%)}
