.rmwc-circular-progress{font-size:1.5rem;position:relative;display:inline-block;width:1em;height:1em;transform:rotate(-90deg);color:var(--mdc-theme-primary,#6200ee)}.rmwc-circular-progress--size-xsmall{font-size:1.125rem}.rmwc-circular-progress--size-small{font-size:1.25rem}.rmwc-circular-progress--size-medium{font-size:1.5rem}.rmwc-circular-progress--size-large{font-size:2.25rem}.rmwc-circular-progress--size-xlarge{font-size:3rem}.rmwc-circular-progress--indeterminate .rmwc-circular-progress__circle{-webkit-animation:rmwc-circular-progress-indeterminate-bar-rotate 2s linear infinite;animation:rmwc-circular-progress-indeterminate-bar-rotate 2s linear infinite}.rmwc-circular-progress--indeterminate .rmwc-circular-progress__path{-webkit-animation:rmwc-circular-progress-indeterminate-bar-dash 1.5s ease-in-out infinite;animation:rmwc-circular-progress-indeterminate-bar-dash 1.5s ease-in-out infinite;stroke-dasharray:2.08%,416%;stroke-dashoffset:0}.rmwc-circular-progress__circle{height:100%;width:100%}.rmwc-circular-progress__path{transition:stroke-dasharray .35s cubic-bezier(.4,0,.2,1);fill:none;stroke-dasharray:0,416%;stroke-dashoffset:0;stroke-linecap:round;stroke-miterlimit:20;stroke-width:.125rem;stroke:currentColor}.rmwc-circular-progress--thickerstroke .rmwc-circular-progress__path{stroke-width:.25rem}.rmwc-icon .rmwc-circular-progress{font-size:inherit}@-webkit-keyframes rmwc-circular-progress-indeterminate-bar-rotate{to{transform:rotate(1turn)}}@keyframes rmwc-circular-progress-indeterminate-bar-rotate{to{transform:rotate(1turn)}}@-webkit-keyframes rmwc-circular-progress-indeterminate-bar-dash{0%{stroke-dasharray:2.08%,416%;stroke-dashoffset:0%}50%{stroke-dasharray:185.4%,416%;stroke-dashoffset:-72.9%}to{stroke-dasharray:185.4%,416%;stroke-dashoffset:-258.33%}}@keyframes rmwc-circular-progress-indeterminate-bar-dash{0%{stroke-dasharray:2.08%,416%;stroke-dashoffset:0%}50%{stroke-dasharray:185.4%,416%;stroke-dashoffset:-72.9%}to{stroke-dasharray:185.4%,416%;stroke-dashoffset:-258.33%}}