.cdx-progress-indicator{display:inline-flex;align-items:center;min-height:1.5rem;white-space:nowrap}.cdx-progress-indicator__indicator{display:block;box-sizing:border-box;width:1.25rem;height:1.25rem;border-width:2px;border-style:solid;border-color:var(--accent-color-base, #36c);border-right-color:var(--border-color-transparent, transparent);border-radius:50%;transform:rotate(-45deg);animation-name:cdx-animation-progress-indicator-spinner;animation-duration:1s;animation-timing-function:linear;animation-delay:-.16s;animation-iteration-count:infinite}.cdx-progress-indicator__indicator__progress{display:block;clip:rect(1px,1px,1px,1px);position:absolute!important;width:1px;height:1px;margin:-1px;border:0;padding:0;overflow:hidden}.cdx-progress-indicator__label{margin-left:8px}.cdx-progress-indicator__label.cdx-label{padding-bottom:0}.cdx-progress-indicator__label .cdx-label__label__text{font-weight:400}@keyframes cdx-animation-progress-indicator-spinner{0%{transform:rotate(-45deg)}to{transform:rotate(315deg)}}