.loader-confirmation{box-sizing:border-box;border:5px solid #7ac142;border-bottom-color:#0000;border-radius:50%;width:56px;height:56px;animation:1s linear infinite rotation;display:inline-block}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.confirmation{justify-content:center;display:flex}.wrapper-success{justify-content:center;align-items:center;margin:0 auto;display:flex}.checkmark-success{stroke-width:2px;stroke:#fff;stroke-miterlimit:10;border-radius:50%;width:56px;height:56px;animation:.4s ease-in-out .4s forwards success-fill,.3s ease-in-out .9s both success-scale;display:block;box-shadow:inset 0 0 #7ac142}.checkmark-success__circle{stroke-dasharray:166;stroke-dashoffset:166px;stroke-width:2px;stroke-miterlimit:10;stroke:#82d642;fill:none;animation:.6s cubic-bezier(.65,0,.45,1) forwards success-stroke}.checkmark-success__check{transform-origin:50%;stroke-dasharray:48;stroke-dashoffset:48px;animation:.3s cubic-bezier(.65,0,.45,1) .8s forwards success-stroke}@keyframes success-stroke{to{stroke-dashoffset:0}}@keyframes success-scale{0%,to{transform:none}50%{transform:scale(1.1)}}@keyframes success-fill{to{box-shadow:inset 0 0 0 30px #7ac142}}.wrapper-failed{justify-content:center;align-items:center;display:flex}.checkmark-failed{stroke-width:2px;stroke:#fff;stroke-miterlimit:10;border-radius:50%;width:56px;height:56px;animation:.4s ease-in-out .4s forwards failed-fill,.3s ease-in-out .9s both failed-scale;display:block;box-shadow:inset 0 0 red}.checkmark-failed__circle{stroke-dasharray:166;stroke-dashoffset:166px;stroke-width:2px;stroke-miterlimit:10;stroke:red;fill:none;animation:.6s cubic-bezier(.65,0,.45,1) forwards failed-stroke}.checkmark-failed__cross{transform-origin:50%;stroke-dasharray:48;stroke-dashoffset:48px;animation:.3s cubic-bezier(.65,0,.45,1) .8s forwards failed-stroke}@keyframes failed-stroke{to{stroke-dashoffset:0}}@keyframes failed-scale{0%,to{transform:none}50%{transform:scale(1.1)}}@keyframes failed-fill{to{box-shadow:inset 0 0 0 30px red}}
