growing-check{width:24px;height:24px;display:flex;justify-content:center;align-items:center;position:relative;transform:scale(0.65);display:none}growing-check svg{stroke:var(--color, var(--theme-secondary));fill:transparent;stroke-width:3.12px;width:100%;top:0;right:0;bottom:0;left:0;height:100%;position:absolute}growing-check svg path{animation:check-path-desappearing 175ms cubic-bezier(0.4, 0, 1, 1);stroke-dashoffset:29.783338;stroke-dasharray:29.783338;opacity:0;will-change:stroke-dashoffset, opacity}growing-check[medium]{transform:scale(0.77);min-width:26px}growing-check[massive]{transform:scale(2.9)}growing-check[active]{display:flex}growing-check[active] path{animation:check-path-appearing 195ms cubic-bezier(0.4, 0, 1, 1);stroke-dashoffset:0;opacity:1}@keyframes check-path-appearing{0%{stroke-dashoffset:29.783338}100%{stroke-dashoffset:0}}@keyframes check-path-desappearing{0%{stroke-dashoffset:0;opacity:1}100%{stroke-dashoffset:29.783338;opacity:0}}
