:root{--color-primary:#141414;--color-secondary:#1f1f25;--color-body:#74787c;--color-heading-1:#fff;--color-white:#fff;--color-success:#3eb75e;--color-danger:#ff0003;--color-warning:#ff8f3c;--color-info:#1ba2db;--color-facebook:#3b5997;--color-twitter:#1ba1f2;--color-youtube:#ed4141;--color-linkedin:#0077b5;--color-pinterest:#e60022;--color-instagram:#c231a1;--color-vimeo:#00adef;--color-twitch:#6441a3;--color-discord:#7289da;--transition:0.3s;--font-size-b1:16px;--font-size-b2:16px;--font-size-b3:12px;--font-size-b4:10px;--line-height-b1:26px;--line-height-b2:26px;--line-height-b3:1.7;--h1:60px;--h2:48px;--h3:30px;--h4:26px;--h5:24px;--h6:18px}.success-payment h1,.success-payment p{font-family:var(--font-satoshi),sans-serif}.success-payment .confirm-box{background:linear-gradient(#c8a0ff,#beaafa)}.success-payment .confirm-box .text{color:#6c00f0}.success-payment .success-icon{margin-bottom:1.5rem}.success-payment .success-icon__container{width:100px;height:100px;margin:0 auto;position:relative;display:flex;align-items:center;justify-content:center;border-radius:50%;animation:successPulse .8s ease-out}.success-payment .success-icon__container--default{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 10px 25px rgba(16,185,129,.3),0 0 0 8px rgba(16,185,129,.1)}.success-payment .success-icon__container--default:before{content:"";position:absolute;width:116px;height:116px;border:2px solid rgba(16,185,129,.2);border-radius:50%;animation:ripple 1.5s infinite}.success-payment .success-icon__container--default .success-icon__checkmark{stroke:#fff}.success-payment .success-icon__container--minimal{background:linear-gradient(135deg,#22c55e,#16a34a);box-shadow:0 8px 20px rgba(34,197,94,.25)}.success-payment .success-icon__container--minimal .success-icon__checkmark{stroke:#fff}.success-payment .success-icon__container--glass{background:rgba(16,185,129,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(16,185,129,.2);box-shadow:none}.success-payment .success-icon__container--glass .success-icon__checkmark{stroke:#10b981}.success-payment .success-icon__container--outlined{background:#fff;border:3px solid #10b981;box-shadow:0 4px 12px rgba(0,0,0,.1)}.success-payment .success-icon__container--outlined .success-icon__checkmark{stroke:#10b981}.success-payment .success-icon__checkmark{stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:52;stroke-dashoffset:52;animation:drawCheck .6s ease-out .2s forwards}.success-payment .success-icon--small .success-icon__container{width:60px;height:60px}.success-payment .success-icon--small .success-icon__container--default:before{width:76px;height:76px}.success-payment .success-icon--small svg{width:28px;height:28px}.success-payment .success-icon--medium .success-icon__container{width:80px;height:80px}.success-payment .success-icon--medium .success-icon__container--default:before{width:96px;height:96px}.success-payment .success-icon--medium svg{width:38px;height:38px}.success-payment .success-icon--large .success-icon__container{width:120px;height:120px}.success-payment .success-icon--large .success-icon__container--default:before{width:136px;height:136px}.success-payment .success-icon--large svg{width:58px;height:58px}@keyframes successPulse{0%{transform:scale(0);opacity:0}50%{transform:scale(1.1)}to{transform:scale(1);opacity:1}}@keyframes drawCheck{to{stroke-dashoffset:0}}@keyframes ripple{0%{transform:scale(1);opacity:.6}to{transform:scale(1.2);opacity:0}}