@keyframes loader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes ball1-pulse{0%{transform:scale(2.5)}25%{transform:scale(1)}50%{transform:scale(2)}75%{transform:scale(1)}to{transform:scale(2.5)}}@keyframes ball2-pulse{0%{transform:scale(1)}25%{transform:scale(2)}50%{transform:scale(1)}75%{transform:scale(2.5)}to{transform:scale(1)}}@keyframes ball3-pulse{0%{transform:scale(2)}25%{transform:scale(1)}50%{transform:scale(2.5)}75%{transform:scale(1)}to{transform:scale(2)}}@keyframes ball4-pulse{0%{transform:scale(1)}25%{transform:scale(2.5)}50%{transform:scale(1)}75%{transform:scale(2)}to{transform:scale(1)}}.lottery-loader{transition:opacity 1s ease}.lottery-loader--balls{animation-duration:4s;animation-iteration-count:infinite;animation-name:loader-spin;animation-timing-function:linear;border:2px solid #d3d3d3;border-radius:50%;height:48px;position:relative;width:48px}.lottery-loader .checkmark__circle{stroke-dasharray:166;stroke-dashoffset:166;stroke-width:2;stroke-miterlimit:10;stroke:#080;fill:none;animation:stroke .6s cubic-bezier(.65,0,.45,1) forwards}.lottery-loader .checkmark{stroke-width:2;stroke:#fff;stroke-miterlimit:10;animation:fill .4s ease-in-out .4s forwards,scale .3s ease-in-out .9s both;border-radius:50%;box-shadow:inset 0 0 0 #080;display:block;height:auto;margin:0;width:100%}.lottery-loader .checkmark__check{stroke-dasharray:48;stroke-dashoffset:48;animation:stroke .3s cubic-bezier(.65,0,.45,1) .8s forwards;transform-origin:50% 50%}@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 50px #080}}.lottery-loader-stage{align-items:inherit;display:inherit;flex-direction:inherit;justify-content:inherit}.lottery-loader__ball{animation-duration:2s;animation-iteration-count:infinite;animation-timing-function:linear;background-image:radial-gradient(circle at 55% 45%,#fff 25%,#bbb 100%);border:2px solid var(--e-global-color-038f124);border-radius:50%;height:50%;position:absolute;width:50%}.lottery-loader__ball--1{animation-name:ball1-pulse;right:0;top:0}.lottery-loader__ball--2{animation-name:ball2-pulse;bottom:0;right:0}.lottery-loader__ball--3{animation-name:ball3-pulse;bottom:0;left:0}.lottery-loader__ball--4{animation-name:ball4-pulse;left:0;top:0}
