.checkmark-container svg{width:100px;display:block}.checkmark-container .path{stroke-dasharray:1000;stroke-dashoffset:0}.checkmark-container .path.circle{animation:1s ease-in-out dash}.checkmark-container .path.line{stroke-dashoffset:1000px;animation:1s ease-in-out .6s forwards dash}.checkmark-container .path.check{stroke-dashoffset:-100px;animation:1s ease-in-out .6s forwards dash-check}@keyframes dash{0%{stroke-dashoffset:1000px}to{stroke-dashoffset:0}}@keyframes dash-check{0%{stroke-dashoffset:-100px}to{stroke-dashoffset:900px}}
.success-dialog-wrap{flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:48px;display:flex}.success-dialog-wrap .success-text{color:var(--black-80);text-align:center;max-width:580px;font-size:32px;font-style:normal;font-weight:600;line-height:normal}@media (max-width:768px){.success-dialog-wrap .success-text{max-width:100%}}
