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