$progress-circle-prefix-cls: #{$prefix-name}progress-circle;

.#{$progress-circle-prefix-cls} {
    position: relative;
    &-inner{
        position: absolute;
        inset: 0;
        margin: auto;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center; 
    }
}