.rewards-spin-game{justify-content:center;align-items:center;height:100%;margin-top:-20px;padding:0;display:flex;position:relative;overflow:hidden}.canvas-container{background-color:#ffc64a;background-image:url(/common/wheelBackgroundImage.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:50%;min-width:450px;min-height:450px;position:relative;overflow:hidden}.wheel{border-radius:50%;width:410px;height:410px;margin:21px;transition:transform 4s cubic-bezier(.5,-.08,.5,1.04);position:absolute;top:0;left:0}.spin{z-index:10;letter-spacing:1px;cursor:pointer;outline:none;justify-content:center;align-items:center;width:140px;height:180px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.arrow{z-index:1;position:absolute;top:24px;left:50%;transform:translate(-50%)}@media (max-width:768px){.canvas-container{min-width:300px;min-height:300px}.wheel{width:270px;height:270px;margin:15px}.spin{width:100px;height:100px}.arrow{top:18px}}@media (max-width:480px){.canvas-container{min-width:250px;min-height:250px}.wheel{width:230px;height:230px;margin:10px}.spin{width:40px;height:60px}.arrow{top:14px}}
