.md-circular-progress{--md-cp-color: var(--md-color-primary);--md-cp-track: var(--md-color-border);display:inline-flex;align-items:center;justify-content:center;vertical-align:middle}.md-circular-progress--determinate{transform:rotate(-90deg)}.md-circular-progress__svg{display:block;width:100%;height:100%}.md-circular-progress__track{fill:none;stroke:var(--md-cp-track)}.md-circular-progress__arc{fill:none;stroke:var(--md-cp-color);stroke-linecap:round;transition:stroke-dashoffset .3s var(--md-easing-decelerate, cubic-bezier(0, 0, .2, 1))}.md-circular-progress--indeterminate .md-circular-progress__svg{animation:md-cp-rotate 1.4s linear infinite}.md-circular-progress--indeterminate .md-circular-progress__arc{stroke-dasharray:80px,200px;stroke-dashoffset:0;animation:md-cp-dash 1.4s ease-in-out infinite}@keyframes md-cp-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes md-cp-dash{0%{stroke-dasharray:1px,200px;stroke-dashoffset:0}50%{stroke-dasharray:100px,200px;stroke-dashoffset:-15px}to{stroke-dasharray:1px,200px;stroke-dashoffset:-126px}}
