@-webkit-keyframes scaleAnimation{0%{opacity:0;-webkit-transform:scale(1.5);transform:scale(1.5)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes scaleAnimation{0%{opacity:0;-webkit-transform:scale(1.5);transform:scale(1.5)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes drawCircle{0%{stroke-dashoffset:151px}to{stroke-dashoffset:0}}@keyframes drawCircle{0%{stroke-dashoffset:151px}to{stroke-dashoffset:0}}@-webkit-keyframes drawCheck{0%{stroke-dashoffset:36px}to{stroke-dashoffset:0}}@keyframes drawCheck{0%{stroke-dashoffset:36px}to{stroke-dashoffset:0}}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}#successAnimationCircle{stroke-dasharray:151px 151px;stroke:green}#successAnimationCheck{stroke-dasharray:36px 36px;stroke:green}#successAnimationResult{fill:green;opacity:0}#successAnimation.animated{-webkit-animation:scaleAnimation 1s ease-out 0s 1 both;animation:scaleAnimation 1s ease-out 0s 1 both}#successAnimation.animated #successAnimationCircle{-webkit-animation:drawCircle 1s cubic-bezier(.77,0,.175,1) 0s 1 both,fadeOut .3s linear .9s 1 both;animation:drawCircle 1s cubic-bezier(.77,0,.175,1) 0s 1 both,fadeOut .3s linear .9s 1 both}#successAnimation.animated #successAnimationCheck{-webkit-animation:drawCheck 1s cubic-bezier(.77,0,.175,1) 0s 1 both,fadeOut .3s linear .9s 1 both;animation:drawCheck 1s cubic-bezier(.77,0,.175,1) 0s 1 both,fadeOut .3s linear .9s 1 both}#successAnimation.animated #successAnimationResult{-webkit-animation:fadeIn .3s linear .9s both;animation:fadeIn .3s linear .9s both}#replay{background:hsla(0,0%,100%,.2);border:0;border-radius:3px;bottom:100px;color:#fff;left:50%;outline:0;padding:10px 30px;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%)}#replay:active{background:hsla(0,0%,100%,.1)}#replay .bg-brand{background:#5d179d}#replay .order_detail{margin:auto;max-width:500px;background:#fff;padding:10px}#replay .check_paid{border-radius:26px;font-size:1px}#replay .header{font-size:15px}