.ds-progress-circle{--progress-bar-color:var(--color-feedback-success);--progress-bar-color-foreground:var(--color-surface-secondary);--stroke-width:4;--circumference:282.743;align-items:center;box-sizing:border-box;display:inline-flex;flex-direction:column;gap:var(--spacing-stack-xsm);width:100%}.ds-progress-circle__percent{aspect-ratio:1/1;box-sizing:border-box;position:relative;width:100%}.ds-progress-circle__percent svg{display:block;height:100%;transform:rotate(-90deg);width:100%}.ds-progress-circle__percent svg circle{fill:none}.ds-progress-circle__percent svg circle:first-child{stroke:var(--progress-bar-color-foreground);stroke-width:var(--stroke-width)}.ds-progress-circle__percent svg circle:last-child{stroke:var(--progress-bar-color);stroke-dasharray:var(--circumference);stroke-dashoffset:calc(var(--circumference) - (var(--circumference)*var(--percent))/100);stroke-width:var(--stroke-width);transition:stroke-dashoffset var(--transition-base)}.ds-progress-circle__value{align-items:center;display:flex;inset:0;justify-content:center;position:absolute}.ds-progress-circle__text{color:var(--color-text-body);font-family:var(--font-brand);font-size:var(--font-size-5xl);font-weight:var(--font-weight-thin)}.ds-progress-circle--sm{max-width:5rem}.ds-progress-circle--md{height:7.5rem;width:7.5rem}.ds-progress-circle--lg{width:100%}.ds-progress-circle--sm .ds-progress-circle__text{font-size:var(--font-size-brand-display-number-xs);font-weight:var(--font-weight-medium)}.ds-progress-circle[ds-data-context=career-progress]{--progress-bar-color-foreground:var(--color-text-body);--stroke-width:5px}.ds-progress-circle[ds-data-context=dashboard-progress]{--stroke-width:3px;height:164px;width:164px}
