.ws-progress-circular{align-items:center;display:inline-flex;justify-content:center;position:relative;vertical-align:middle}.ws-progress-circular .ws-progress-circular__svg{height:100%;inset:0;margin:auto;position:absolute;transform:rotate(-90deg);width:100%;z-index:0}.ws-progress-circular .ws-progress-circular__underlay{color:var(--background-2);stroke:currentColor;z-index:1}.ws-progress-circular .ws-progress-circular__overlay{stroke:currentColor;transition:rotate .2s ease-in-out,stroke-dasharray .2s ease-in-out,stroke-dashoffset .2s ease-in-out,stroke-width 0s;z-index:2}.ws-progress-circular--indeterminate>.ws-progress-circular__svg{animation:progress-circular-rotate 1.4s linear infinite;transform-origin:center center;transition:rotate .2s ease-in-out}.ws-progress-circular--indeterminate .ws-progress-circular__overlay{animation:progress-circular-dash 1.4s ease-in-out infinite,progress-circular-rotate 1.4s linear infinite;stroke-dasharray:25,200;stroke-dashoffset:0;stroke-linecap:round;transform:rotate(-90deg);transform-origin:center center}@keyframes progress-circular-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:100,200;stroke-dashoffset:-15px}to{stroke-dasharray:100,200;stroke-dashoffset:-124px}}@keyframes progress-circular-rotate{to{transform:rotate(270deg)}}
