.success-animation-correct .success-animation{margin:10px auto}.success-animation-correct .checkmark{width:100px;height:100px;border-radius:50%;display:block;stroke-width:2;stroke:#4bb71b;stroke-miterlimit:10;box-shadow:inset 0 0 0 #4bb71b;animation:sca-fill .6s ease-in-out .6s forwards,sca-scale .3s ease-in-out .9s both;position:relative;top:5px;right:5px;margin:0 auto}.success-animation-correct .checkmark__circle{stroke-dasharray:166;stroke-dashoffset:166;stroke-width:2;stroke-miterlimit:10;stroke:#4bb71b;fill:#fff;animation:sca-stroke .6s cubic-bezier(.65,0,.45,1) forwards}.success-animation-correct .checkmark__check{transform-origin:50% 50%;stroke-dasharray:48;stroke-dashoffset:48;animation:sca-stroke .3s cubic-bezier(.65,0,.45,1) .8s forwards}@keyframes sca-stroke{to{stroke-dashoffset:0}}@keyframes sca-scale{0%,to{transform:none}50%{transform:scale3d(1.1,1.1,1)}}@keyframes sca-fill{to{box-shadow:inset 0 0 0 30px #4bb71b}}@keyframes bellshake{0%{transform:rotate(0)}15%{transform:rotate(5deg)}30%{transform:rotate(-5deg)}45%{transform:rotate(4deg)}60%{transform:rotate(-4deg)}75%{transform:rotate(2deg)}85%{transform:rotate(-2deg)}92%{transform:rotate(1deg)}to{transform:rotate(0)}}.bcl-loader-container{display:flex;justify-content:center;align-items:center;height:22.5px}.bcl-bouncing-dots{display:flex;justify-content:space-between;width:40px}.bcl-dot{width:8px;height:8px;background-color:#2c2c31;border-radius:50%;animation:bcl-bounce 1.5s infinite}.bcl-dot:first-child{animation-delay:0s}.bcl-dot:nth-child(2){animation-delay:.3s}.bcl-dot:nth-child(3){animation-delay:.6s}@keyframes bcl-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}