.cy-animation-dots{position:relative}.cy-animation-dots__elms{display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px;margin-bottom:12px}.cy-animation-dots__elms-item{background:#cbc8f8;border-radius:50%;height:16px;overflow:hidden;position:relative;width:16px}.cy-animation-dots__elms-item:after{background:#5617fe;content:"";height:100%;left:0;opacity:0;position:absolute;top:0;width:0}.cy-animation-dots.active .cy-animation-dots__elms-item:after{opacity:1;-webkit-transition:opacity .3s ease,width .3s ease;transition:opacity .3s ease,width .3s ease;-webkit-transition-delay:var(--dot-delay);transition-delay:var(--dot-delay)}.cy-animation-dots.active .cy-animation-dots__elms-item.is-full:after{width:100%}.cy-animation-dots.active .cy-animation-dots__elms-item.is-partial:after{width:var(--partial-fill)}.cy-animation-dots__value{color:#5617fe;font-weight:600}