@keyframes scaleAnimation{0%{opacity:0;transform:scale(1.5)}to{opacity:1;transform:scale(1)}}@keyframes drawCircle{0%{stroke-dashoffset:151px}to{stroke-dashoffset:0}}@keyframes drawCheck{0%{stroke-dashoffset:36px}to{stroke-dashoffset:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}#successAnimationCircle{stroke-dasharray:151px 151px;stroke:#49af25}#successAnimationCheck{stroke-dasharray:36px 36px;stroke:#49af25}#successAnimationResult{fill:#49af25;opacity:0}#successAnimation.animated{animation:scaleAnimation 1s ease-out 0s 1 both;height:auto;height:30%;left:35%;position:absolute;top:40%;width:30%;z-index:1000005}#successAnimation.animated #successAnimationCircle{animation:drawCircle 1s cubic-bezier(.77,0,.175,1) 0s 1 both,fadeOut .3s linear .9s 1 both}#successAnimation.animated #successAnimationCheck{animation:drawCheck 1s cubic-bezier(.77,0,.175,1) 0s 1 both,fadeOut .3s linear .9s 1 both}#successAnimation.animated #successAnimationResult{animation:fadeIn .3s linear .9s both}
/*# sourceMappingURL=main.4eb6ffb5.css.map*/