.checkmark__circle{stroke-dasharray:166;stroke-dashoffset:166;stroke-width:2.5;stroke-miterlimit:20;stroke:#fff;fill:none;animation:stroke .6s cubic-bezier(.65,0,.45,1) forwards}.checkmark{width:18px;height:18px;border-radius:50%;display:block;stroke-width:4;stroke:#fff;stroke-miterlimit:20;margin:10% auto;box-shadow:inset 0 0 0 #6aa899;animation:fill .4s ease-in-out .4s forwards,scale .3s ease-in-out .9s both}.checkmark__check{transform-origin:50% 50%;stroke-dasharray:48;stroke-dashoffset:48;animation:stroke .3s cubic-bezier(.65,0,.45,1) .8s forwards}@keyframes stroke{to{stroke-dashoffset:0}}@keyframes scale{0%,to{transform:none}50%{transform:scale3d(1.1,1.1,1)}}@keyframes fill{to{box-shadow:inset 0 0 0 30px #6aa899}}.shimmer-box{width:100%;height:24px;background:linear-gradient(90deg,rgba(74,78,105,.3) 0,rgba(74,78,105,.4) 20%,rgba(74,78,105,.3) 40%,rgba(74,78,105,.3));background-size:200% 100%;animation:shimmer 3s linear infinite;border-radius:5px}.shimmer-box:first-child{animation-delay:0s}.shimmer-box:nth-child(2){animation-delay:.3s}.shimmer-box:nth-child(3){animation-delay:.6s}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.animate-blink{animation:blink 1s infinite}.toast-container{font-family:Arial,sans-serif;font-size:10px}