.success-popup{position:fixed;inset:0;background:rgba(0,0,0,.5);display:none;align-items:center;justify-content:center;z-index:99999}.success-box{background:#fff;padding:35px 30px;border-radius:16px;text-align:center;width:300px}.success-checkmark{width:90px;height:90px;margin-bottom:15px;overflow:visible}.checkmark-circle{stroke:#22c55e;stroke-width:4;stroke-dasharray:166;stroke-dashoffset:166;animation:circle .7s ease-out forwards}.checkmark-check{stroke:#22c55e;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:48;stroke-dashoffset:48;animation:check .35s ease-out forwards .6s}@keyframes circle{to{stroke-dashoffset:0}}@keyframes check{to{stroke-dashoffset:0}}