.wheel-frame-outer{background:var(--cs-frame-outer) center center;z-index:2;background-repeat:no-repeat;background-size:100% 100%;width:90%;height:90%;animation:20s linear infinite rotateClockwise;position:absolute;bottom:185px;left:35px}.wheel-frame-inner{background:var(--cs-frame-inner) black center center;z-index:2;background-repeat:no-repeat;background-size:112% 112%;border-radius:50%;width:65%;height:65%;animation:15s linear infinite rotateCounterClockwise;position:absolute;bottom:273px;left:122px;overflow:hidden}.wheel-container{z-index:1;width:100%;height:100%;animation:20s linear infinite rotateClockwise;position:relative}.wheel-container.spinning{animation:none}.wheel-costum{background:var(--cs-wheel) center center;border:5px var(--display-btn-bg,#fff);will-change:transform;background-repeat:no-repeat;background-size:160% 160%;border-radius:50%;width:100%;height:100%;transition:transform 8s cubic-bezier(.32,.94,.6,1);position:relative;overflow:hidden;box-shadow:0 0 15px #0000004d}.wheel-pointer-center{background:var(--cs-pointer) center center;z-index:6;filter:drop-shadow(0 0 5px #0000004d);background-repeat:no-repeat;background-size:100% 100%;width:15%;height:19%;position:absolute;top:17%;left:50%;transform:translate(-50%);animation:none!important;transform:translate(-50%)!important}.wheel-item{border:1px solid #0000!important}@keyframes rotateClockwise{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes rotateCounterClockwise{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}@keyframes rotateClockwiseMobile{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes rotateCounterClockwiseMobile{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}@media (width<=768px){.wheel-frame-outer{transform-origin:50%;background-size:contain;width:450px;height:450px;margin-top:-225px;margin-left:-225px;animation:20s linear infinite rotateClockwiseMobile;position:absolute;top:50%;left:50%}.wheel-frame-inner{transform-origin:50%;background-size:112%;width:350px;height:350px;margin-top:-175px;margin-left:-175px;animation:15s linear infinite rotateCounterClockwiseMobile;position:absolute;top:50%;left:50%}.wheel-pointer-center{width:80px;height:100px;top:30%;left:50%}}.spin-page-container.lucky-custom-spin .wheel-spin-fx{width:65%;height:65%;top:auto;bottom:273px;left:122px;transform:none}.spin-page-container.lucky-custom-spin.is-spinning .wheel-frame-outer{animation-duration:5s}.spin-page-container.lucky-custom-spin.is-spinning .wheel-frame-inner{animation-duration:3.5s;box-shadow:0 0 0 2px #ffdc7866,0 0 18px #ffc44640}@media (width<=768px){.spin-page-container.lucky-custom-spin .wheel-spin-fx{width:350px;height:350px;top:50%;bottom:auto;left:50%;transform:translate(-50%,-50%)}}