.lottery-scratch-container{border-radius:12px;width:602px;padding:0 20px;position:relative}.lottery-scratch-container .lottery-ticket-count{color:#01532c;text-shadow:0 0 2px #00000040;z-index:2;font-size:18px;font-weight:900;position:absolute;top:15%;left:50%;transform:translate(-50%)}.lottery-scratch-container .lottery-scratch-content-container{justify-content:center;align-items:center;display:flex;position:relative}.lottery-scratch-container .lottery-scratch-content-container>span{z-index:2;position:absolute;left:50%;transform:translate(-50%)}.lottery-scratch-container .lottery-scratch-content-container>span.ticket-title{top:10px}.lottery-scratch-container .lottery-scratch-content-container>span.scratch-mouse-title{bottom:20px}.lottery-scratch-container .lottery-scratch-content-container .lottery_scratch-machine{z-index:1;width:100%}.lottery-scratch-container .lottery-scratch-content-container .lottery-scratch-mask{z-index:3;width:95%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.lottery-scratch-container .lottery-scratch-content-container .lottery_result_overlay{z-index:2;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.lottery-scratch-container .lottery-scratch-content-container .lottery_result_overlay .lottery_result{justify-content:center;align-items:center;width:100%;height:35%;display:flex;position:absolute;top:34.8%;left:0}.lottery-scratch-container .lottery-scratch-content-container .lottery_result_overlay .lottery_result .result-item-box{color:#fff;text-align:center;justify-content:center;align-items:center;height:100%;font-weight:700;display:flex;position:absolute;overflow:hidden}.lottery-scratch-container .lottery-scratch-content-container .lottery_result_overlay .lottery_result .result-item-box:first-child{width:7.8%;font-size:28px;left:9.1%}.lottery-scratch-container .lottery-scratch-content-container .lottery_result_overlay .lottery_result .result-item-box:nth-child(2){width:9.6%;font-size:32px;left:19.7%}.lottery-scratch-container .lottery-scratch-content-container .lottery_result_overlay .lottery_result .result-item-box:nth-child(3){width:9.6%;font-size:32px;left:32.6%}.lottery-scratch-container .lottery-scratch-content-container .lottery_result_overlay .lottery_result .result-item-box:nth-child(4){width:9.6%;font-size:32px;left:45.6%}.lottery-scratch-container .lottery-scratch-content-container .lottery_result_overlay .lottery_result .result-item-box:nth-child(5){width:9.6%;font-size:32px;left:58.5%}.lottery-scratch-container .lottery-scratch-content-container .lottery_result_overlay .lottery_result .result-item-box:nth-child(6){width:9.6%;font-size:32px;left:71.2%}.lottery-scratch-container .lottery-scratch-content-container .lottery_result_overlay .lottery_result .result-item-box:nth-child(7){width:7.8%;font-size:28px;left:83.8%}.lottery-scratch-container .lottery-scratch-content-container .lottery_result_overlay .lottery_result .result-item-box .digit-strip{flex-direction:column;align-items:center;width:100%;display:flex}.lottery-scratch-container .lottery-scratch-content-container .lottery_result_overlay .lottery_result .result-item-box .digit-strip .digit{flex-shrink:0;justify-content:center;align-items:center;width:100%;height:50px;line-height:50px;display:flex}.lottery-scratch-container .lottery-scratch-content-container .lottery_result_overlay .lottery_result .result-item-box.idle .digit-strip,.lottery-scratch-container .lottery-scratch-content-container .lottery_result_overlay .lottery_result .result-item-box.stopped .digit-strip{transform:translateY(0)}.lottery-scratch-container .lottery-scratch-content-container .lottery_result_overlay .lottery_result .result-item-box.spinning .digit-strip{animation:.15s linear infinite slotRoll}.lottery-scratch-container .lottery-scratch-content-container .lottery_result_overlay .lottery_result .result-item-box.stopping .digit-strip{animation:.3s ease-out forwards slotRollSlow}.lottery-scratch-container .lottery-scratch-content-container .scratch-area-container{z-index:3;pointer-events:auto;border-radius:100px;width:82%;height:35%;position:absolute;top:48%;left:50%;overflow:hidden;transform:translate(-50%,-50%)}.lottery-scratch-container .lottery-scratch-content-container .scratch-area-container .lottery_scratch_area{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.lottery-scratch-container .lottery-scratch-content-container .scratch-area-container .lottery_scratch_area .lottery_scratch{color:var(--app-text-primary);cursor:pointer;background:var(--app-surface-3);justify-content:center;align-items:center;font-size:16px;font-weight:200;transition:opacity .2s ease-out;display:flex;position:absolute;inset:0}.lottery-scratch-container .lottery-scratch-content-container .scratch-area-container .lottery_scratch_area.active .lottery_scratch{opacity:0;pointer-events:none}.lottery-buttons{justify-content:center;gap:16px;margin-top:20px;display:flex}.lottery-buttons .lottery-button{min-width:200px;height:50px;color:var(--app-white);background:var(--app-primary);cursor:pointer;border:none;border-radius:50px;justify-content:center;align-items:center;padding:0 24px;font-size:16px;font-weight:700;display:flex}.lottery-buttons .lottery-button.history{background:var(--app-surface-3);color:var(--app-text-secondary)}.lottery-buttons .lottery-button:hover{filter:brightness(1.1)}.lottery-buttons .lottery-button.disabled{opacity:.5;cursor:not-allowed}.lottery-buttons .lottery-button.reserved{background:#ff6b35;animation:1s ease-in-out infinite reservedPulse}@keyframes reservedPulse{0%,to{opacity:1}50%{opacity:.7}}@keyframes slotRoll{0%{transform:translateY(0)}to{transform:translateY(-500px)}}@keyframes slotRollSlow{0%{transform:translateY(-250px)}to{transform:translateY(0)}}.lottery-history-popup-overlay{z-index:1000;background:#000000b3;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.lottery-history-popup{background:var(--app-surface-2);border-radius:12px;flex-direction:column;width:100%;max-width:600px;max-height:70vh;display:flex;overflow:hidden}.lottery-history-popup .lottery-history-header{border-bottom:1px solid var(--app-surface-2);justify-content:space-between;align-items:center;padding:20px;display:flex}.lottery-history-popup .lottery-history-header .lottery-history-title{color:var(--app-text-secondary);font-size:18px;font-weight:600}.lottery-history-popup .lottery-history-header .lottery-history-close{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:8px;display:flex}.lottery-history-popup .lottery-history-header .lottery-history-close:hover{opacity:.7}.lottery-history-popup .lottery-history-pagination{border-top:1px solid var(--app-surface-2);padding:16px}.lottery-history-popup .lottery-history-pagination .PageNation{background:0 0}.reward-lottery-wrapper{background:var(--app-surface-1);border-radius:10px;justify-content:center;width:100%;height:550px;padding:20px;display:flex;overflow-y:auto}.reward-lottery-wrapper .background-container{width:100%;height:500px;transition:all .5s;position:absolute;background-position:50%!important;background-repeat:no-repeat!important;background-size:cover!important}.reward-lottery-wrapper .background-container:before{content:"";background:linear-gradient(184deg,#0000 0%,#0c0e17 100%);width:100%;height:100%;position:absolute;inset:0;background-attachment:scroll!important}.reward-lottery-wrapper .change-background{cursor:pointer;background:0 0;padding:10px;transition:all .4s;position:absolute;top:40px;right:30px}.reward-lottery-wrapper .change-background:hover{box-shadow:0 0 20px #fff}.reward-lottery-wrapper .change-background img{filter:invert()}.reward-lottery-wrapper .lottery-history-view{flex-direction:column;gap:12px;width:100%;display:flex}.reward-lottery-wrapper .lottery-history-view.empty-content{justify-content:center;align-items:center;height:100%}.reward-lottery-wrapper .lottery-history-view .lottery-history-header{justify-content:flex-end;padding:8px 0;display:flex}.reward-lottery-wrapper .lottery-history-view .lottery-history-header .lottery-history-size-selector{gap:8px;display:flex}.reward-lottery-wrapper .lottery-history-view .lottery-history-header .lottery-history-size-selector .size-btn{background:var(--app-surface-2,#3a3a3a);min-width:48px;height:36px;color:var(--app-text-secondary,#e0e0e0);cursor:pointer;border:none;border-radius:20px;padding:0 16px;font-size:14px;font-weight:500;transition:all .2s}.reward-lottery-wrapper .lottery-history-view .lottery-history-header .lottery-history-size-selector .size-btn:hover{background:var(--app-surface-2,#4a4a4a)}.reward-lottery-wrapper .lottery-history-view .lottery-history-header .lottery-history-size-selector .size-btn.active{background:var(--app-surface-3,#555);color:#fff}.reward-lottery-wrapper .lottery-history-view .lottery-history-content{flex-direction:column;gap:8px;display:flex}.reward-lottery-wrapper .lottery-history-view .lottery-history-content::-webkit-scrollbar{width:6px}.reward-lottery-wrapper .lottery-history-view .lottery-history-content::-webkit-scrollbar-track{background:var(--app-surface-0,#222);border-radius:3px}.reward-lottery-wrapper .lottery-history-view .lottery-history-content::-webkit-scrollbar-thumb{background:var(--app-surface-2,#555);border-radius:3px}.reward-lottery-wrapper .lottery-history-view .lottery-history-content .lottery-history-card{background:var(--app-surface-2,#2a2a2a);cursor:pointer;border:2px solid #0000;border-radius:8px;justify-content:space-between;align-items:flex-start;padding:16px 20px;transition:all .2s;display:flex}.reward-lottery-wrapper .lottery-history-view .lottery-history-content .lottery-history-card:hover{background:var(--app-surface-2,#333)}.reward-lottery-wrapper .lottery-history-view .lottery-history-content .lottery-history-card.selected{background:var(--app-surface-2,#333);border-color:#00bfff}.reward-lottery-wrapper .lottery-history-view .lottery-history-content .lottery-history-card .lottery-history-card-left{flex-direction:column;gap:4px;display:flex}.reward-lottery-wrapper .lottery-history-view .lottery-history-content .lottery-history-card .lottery-history-card-left .lottery-history-card-row{align-items:center;gap:8px;font-size:14px;display:flex}.reward-lottery-wrapper .lottery-history-view .lottery-history-content .lottery-history-card .lottery-history-card-left .lottery-history-card-row .label{color:var(--app-surface-3,#888)}.reward-lottery-wrapper .lottery-history-view .lottery-history-content .lottery-history-card .lottery-history-card-left .lottery-history-card-row .value{color:var(--app-text-secondary,#e0e0e0);font-weight:500}.reward-lottery-wrapper .lottery-history-view .lottery-history-content .lottery-history-card .lottery-history-card-left .lottery-history-tag{background:var(--app-primary,#00c853);color:#000;border-radius:4px;align-items:center;gap:4px;width:fit-content;margin-top:4px;padding:2px 8px;font-size:12px;font-weight:600;display:inline-flex}.reward-lottery-wrapper .lottery-history-view .lottery-history-content .lottery-history-card .lottery-history-card-left .lottery-history-tag .tag-icon{font-size:10px}.reward-lottery-wrapper .lottery-history-view .lottery-history-content .lottery-history-card .lottery-history-card-left .lottery-history-tag .tag-text{text-transform:lowercase}.reward-lottery-wrapper .lottery-history-view .lottery-history-content .lottery-history-card .lottery-history-card-left .lottery-history-amount{color:var(--app-primary,#00c853);margin-top:8px;font-size:18px;font-weight:700}.reward-lottery-wrapper .lottery-history-view .lottery-history-content .lottery-history-card .lottery-history-card-right{flex-direction:column;align-items:flex-end;gap:12px;display:flex}.reward-lottery-wrapper .lottery-history-view .lottery-history-content .lottery-history-card .lottery-history-card-right .date{color:var(--app-surface-3,#888);font-size:13px}.reward-lottery-wrapper .lottery-history-view .lottery-history-content .lottery-history-card .lottery-history-card-right .lottery-history-delete-btn{cursor:pointer;color:var(--app-surface-3,#888);background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:8px;transition:all .2s;display:flex}.reward-lottery-wrapper .lottery-history-view .lottery-history-content .lottery-history-loading,.reward-lottery-wrapper .lottery-history-view .lottery-history-content .lottery-history-empty{min-height:200px;color:var(--app-surface-3,#888);justify-content:center;align-items:center;font-size:14px;display:flex}.reward-lottery-wrapper .lottery-history-view .lottery-history-pagination{justify-content:center;padding:16px 0;display:flex;position:sticky;bottom:0}.reward-lottery-wrapper .lottery-history-view .lottery-history-pagination .PageNation{background:0 0}.reward-lottery-wrapper>.lottery_page_contents_head{align-items:center;gap:16px;width:100%;min-width:1200px;max-width:1400px;margin:40px auto 20px;padding-left:20px;padding-right:20px;display:flex;position:relative}.reward-lottery-wrapper>.lottery_page_contents_head .title-lottery{color:#fff;font-size:24px;font-weight:700}.reward-lottery-wrapper>.lottery_page_contents_body{flex-direction:column;align-items:center;width:100%;margin:0 auto;display:flex;position:relative}.reward-lottery-wrapper>.lottery_page_contents_body>.lottery_header_count{flex-direction:column;align-items:center;gap:20px;margin-top:20px;display:flex}.reward-lottery-wrapper>.lottery_page_contents_body>.lottery_header_count>.lottery-title{color:#ff6a00;text-align:center;font-size:32px;font-style:normal;font-weight:600;line-height:normal}.reward-lottery-wrapper>.lottery_page_contents_body>.lottery_header_count>.lottery_count{flex-direction:row;justify-content:center;align-items:center;gap:10px;width:280px;display:flex}.reward-lottery-wrapper>.lottery_page_contents_body>.lottery_header_count>.lottery_count .label{color:#ffa6ef;text-shadow:0 0 40px #fc02d2;-webkit-text-stroke-width:1px;-webkit-text-stroke-color:#fc02d2;text-transform:uppercase;text-align:center;white-space:nowrap;font-family:Cravend-Regular;font-size:48px;font-style:normal;font-weight:400;line-height:normal}.reward-lottery-wrapper>.lottery_page_contents_body>.lottery_header_count>.lottery_count .count{color:#ffa6ef;text-transform:uppercase;text-align:center;white-space:nowrap;font-family:Cravend-Regular;font-size:52px;font-style:normal;font-weight:400;line-height:normal}.reward-lottery-wrapper>.lottery_page_contents_body>.lottery-placeholder{justify-content:center;align-items:center;width:602px;height:230px;display:flex}.reward-lottery-wrapper>.lottery_page_contents_body>.lottery_play_box{flex-direction:column;gap:20px;width:100%;display:flex;position:relative}.reward-lottery-wrapper>.lottery_page_contents_body>.lottery_play_box>.lottery_visual{background-image:url(https://file.xandroid.uk//img/frontend/lottery/lottery_play_visual2.png);background-size:cover;width:100%;height:316px;box-shadow:inset 0 0 0 6px #00000080}.reward-lottery-wrapper>.lottery_page_contents_body .lottery_play_ground{flex-direction:column;align-items:center;gap:5px;margin:auto;display:flex;position:relative;justify-content:space-between!important}.reward-lottery-wrapper>.lottery_page_contents_body .lottery_play_ground>.lottery_head_line{filter:invert();background-image:url(https://file.xandroid.uk//img/frontend/lottery/lottery_head_line.png?ver=2);background-position:50%;background-repeat:no-repeat;justify-content:center;align-items:center;height:80px;margin-top:10px;font-size:26px;font-weight:200;display:flex}.reward-lottery-wrapper>.lottery_page_contents_body .lottery_play_ground>.lottery_description{color:#82878c;justify-content:center;align-items:center;height:30px;font-size:21px;font-weight:100;display:flex}.reward-lottery-wrapper>.lottery_page_contents_body .lottery_play_ground>.lottery_scratch_area{z-index:50;justify-content:center;align-items:center;width:650px;height:80px;margin:40px auto auto;display:flex;position:relative;overflow:hidden}.reward-lottery-wrapper>.lottery_page_contents_body .lottery_play_ground>.lottery_scratch_area>.lottery_scratch{width:100%;height:100%;color:var(--app-text-primary);cursor:pointer;z-index:100;background:linear-gradient(90deg,#fc02d2 0%,#03fffd 100%);border:2px solid #ffa6ef;justify-content:center;align-items:center;font-size:20px;font-weight:200;display:flex;position:absolute}.reward-lottery-wrapper>.lottery_page_contents_body .lottery_play_ground>.lottery_scratch_area>.lottery_result{color:#fff;background:url(https://file.xandroid.uk//img/frontend/zxx_assets/lottery/lottery_results.svg) no-repeat;flex-shrink:0;justify-content:center;align-items:center;width:635.5px;height:72.842px;font-size:20px;font-weight:600;animation:1.8s infinite jinx-glitch;display:flex;position:absolute}@keyframes animate_heart_beat{0%{text-shadow:0px 0px 10px var(--app-primary),0px 0px 20px var(--app-primary),0px 0px 60px var(--app-primary)}50%{text-shadow:0px 0px 5px var(--app-primary),0px 0px 30px var(--app-primary),0px 0px 20px var(--app-primary)}to{text-shadow:0px 0px 10px var(--app-primary),0px 0px 20px var(--app-primary),0px 0px 60px var(--app-primary)}}.reward-lottery-wrapper>.lottery_page_contents_body .lottery_play_ground>.lottery_scratch_area.active .lottery_scratch{opacity:0;transition-duration:1.5s;transition-delay:.5s}.reward-lottery-wrapper>.lottery_page_contents_body .lottery_play_ground>.buttons{z-index:90;flex-direction:row;justify-content:space-between;align-items:center;width:100%;display:flex}.reward-lottery-wrapper>.lottery_page_contents_body .lottery_play_ground>.buttons>.scratch-all,.reward-lottery-wrapper>.lottery_page_contents_body .lottery_play_ground>.buttons>.button{background:var(--app-primary);width:281px;color:var(--app-text-primary);cursor:pointer;flex:none;justify-content:center;align-items:center;gap:10px;height:50px;padding:8px 20px;font-size:16px;display:flex}.reward-lottery-wrapper>.lottery_page_contents_body .lottery_play_ground>.buttons>.scratch-all:hover,.reward-lottery-wrapper>.lottery_page_contents_body .lottery_play_ground>.buttons>.button:hover{filter:brightness(1.1)}.reward-lottery-wrapper>.lottery_page_contents_body .lottery_play_ground>.buttons>.scratch-all.disabled,.reward-lottery-wrapper>.lottery_page_contents_body .lottery_play_ground>.buttons>.button.disabled{opacity:.5;cursor:not-allowed}.reward-lottery-wrapper>.lottery_page_contents_body .lottery_play_ground>.buttons>.scratch-all.disabled:hover,.reward-lottery-wrapper>.lottery_page_contents_body .lottery_play_ground>.buttons>.button.disabled:hover{color:#8c8c8c;background:#2a2e37}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper{z-index:30;pointer-events:none;opacity:0;width:100%;padding-top:100%;transition:all .3s;display:none;position:absolute;transform:translate(-50px,-50%)}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper.active{opacity:1;transition:all .3s}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper [class|=confetti]{position:absolute}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-0{opacity:1.44295;z-index:30;background-color:#263672;width:16px;height:6.4px;animation:4.55484s .791011s infinite drop-0;top:-10%;left:8%;transform:rotate(7.121deg)}@keyframes drop-0{to{top:110%;left:10%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-1{opacity:1.08443;z-index:30;background-color:#ffbf00;width:11px;height:4.4px;animation:4.91985s .600614s infinite drop-1;top:-10%;left:71%;transform:rotate(49.8005deg)}@keyframes drop-1{to{top:110%;left:84%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-2{opacity:.98474;z-index:30;background-color:#ffbf00;width:17px;height:6.8px;animation:4.20889s .737683s infinite drop-2;top:-10%;left:60%;transform:rotate(230.453deg)}@keyframes drop-2{to{top:110%;left:61%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-3{opacity:.596516;z-index:30;background-color:#d13447;width:19px;height:7.6px;animation:4.51359s .723412s infinite drop-3;top:-10%;left:18%;transform:rotate(40.2627deg)}@keyframes drop-3{to{top:110%;left:23%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-4{opacity:1.47681;z-index:30;background-color:#ffbf00;width:12px;height:4.8px;animation:4.90342s .362036s infinite drop-4;top:-10%;left:36%;transform:rotate(233.129deg)}@keyframes drop-4{to{top:110%;left:42%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-5{opacity:1.223;z-index:30;background-color:#263672;width:18px;height:7.2px;animation:4.52734s .623019s infinite drop-5;top:-10%;left:84%;transform:rotate(132.74deg)}@keyframes drop-5{to{top:110%;left:99%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-6{opacity:.733705;z-index:30;background-color:#ffbf00;width:18px;height:7.2px;animation:4.42091s .85727s infinite drop-6;top:-10%;left:92%;transform:rotate(241.505deg)}@keyframes drop-6{to{top:110%;left:106%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-7{opacity:.58207;z-index:30;background-color:#d13447;width:9px;height:3.6px;animation:4.98886s .800823s infinite drop-7;top:-10%;left:3%;transform:rotate(320.49deg)}@keyframes drop-7{to{top:110%;left:8%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-8{opacity:.622244;z-index:30;background-color:#d13447;width:18px;height:7.2px;animation:4.39257s .606902s infinite drop-8;top:-10%;left:61%;transform:rotate(67.5941deg)}@keyframes drop-8{to{top:110%;left:74%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-9{opacity:1.19994;z-index:30;background-color:#263672;width:14px;height:5.6px;animation:4.15569s .489534s infinite drop-9;top:-10%;left:79%;transform:rotate(55.2832deg)}@keyframes drop-9{to{top:110%;left:85%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-10{opacity:.983219;z-index:30;background-color:#d13447;width:12px;height:4.8px;animation:4.38363s .468193s infinite drop-10;top:-10%;left:10%;transform:rotate(271.465deg)}@keyframes drop-10{to{top:110%;left:25%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-11{opacity:1.34846;z-index:30;background-color:#ffbf00;width:5px;height:2px;animation:4.4513s .306213s infinite drop-11;top:-10%;left:7%;transform:rotate(113.496deg)}@keyframes drop-11{to{top:110%;left:8%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-12{opacity:1.33743;z-index:30;background-color:#ffbf00;width:5px;height:2px;animation:4.85655s .69571s infinite drop-12;top:-10%;left:85%;transform:rotate(55.241deg)}@keyframes drop-12{to{top:110%;left:95%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-13{opacity:.972459;z-index:30;background-color:#d13447;width:1px;height:.4px;animation:4.84146s 93.1218ms infinite drop-13;top:-10%;left:26%;transform:rotate(195.506deg)}@keyframes drop-13{to{top:110%;left:41%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-14{opacity:1.24215;z-index:30;background-color:#263672;width:19px;height:7.6px;animation:4.46143s .401091s infinite drop-14;top:-10%;left:32%;transform:rotate(234.503deg)}@keyframes drop-14{to{top:110%;left:39%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-15{opacity:.718103;z-index:30;background-color:#ffbf00;width:17px;height:6.8px;animation:4.96087s .586314s infinite drop-15;top:-10%;left:78%;transform:rotate(26.8035deg)}@keyframes drop-15{to{top:110%;left:90%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-16{opacity:.924917;z-index:30;background-color:#d13447;width:18px;height:7.2px;animation:4.65607s .591457s infinite drop-16;top:-10%;left:63%;transform:rotate(277.935deg)}@keyframes drop-16{to{top:110%;left:74%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-17{opacity:.660682;z-index:30;background-color:#ffbf00;width:14px;height:5.6px;animation:4.51299s .984899s infinite drop-17;top:-10%;left:57%;transform:rotate(199.741deg)}@keyframes drop-17{to{top:110%;left:60%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-18{opacity:.760961;z-index:30;background-color:#ffbf00;width:1px;height:.4px;animation:4.0575s .785309s infinite drop-18;top:-10%;left:57%;transform:rotate(218.998deg)}@keyframes drop-18{to{top:110%;left:64%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-19{opacity:.500059;z-index:30;background-color:#d13447;width:4px;height:1.6px;animation:4.37649s .58253s infinite drop-19;top:-10%;left:35%;transform:rotate(158.099deg)}@keyframes drop-19{to{top:110%;left:42%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-20{opacity:1.22268;z-index:30;background-color:#d13447;width:15px;height:6px;animation:4.17398s .20901s infinite drop-20;top:-10%;left:92%;transform:rotate(176.846deg)}@keyframes drop-20{to{top:110%;left:94%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-21{opacity:.858234;z-index:30;background-color:#263672;width:4px;height:1.6px;animation:4.5054s .84181s infinite drop-21;top:-10%;left:45%;transform:rotate(179.288deg)}@keyframes drop-21{to{top:110%;left:51%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-22{opacity:1.01175;z-index:30;background-color:#d13447;width:7px;height:2.8px;animation:4.67556s .895909s infinite drop-22;top:-10%;left:75%;transform:rotate(148.432deg)}@keyframes drop-22{to{top:110%;left:84%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-23{opacity:1.23503;z-index:30;background-color:#d13447;width:18px;height:7.2px;animation:4.94983s .488011s infinite drop-23;top:-10%;left:83%;transform:rotate(260.419deg)}@keyframes drop-23{to{top:110%;left:95%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-24{opacity:.771182;z-index:30;background-color:#ffbf00;width:3px;height:1.2px;animation:4.95523s .918429s infinite drop-24;top:-10%;left:6%;transform:rotate(296.648deg)}@keyframes drop-24{to{top:110%;left:9%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-25{opacity:1.08351;z-index:30;background-color:#263672;width:15px;height:6px;animation:4.23551s .35757s infinite drop-25;top:-10%;left:100%;transform:rotate(62.3565deg)}@keyframes drop-25{to{top:110%;left:105%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-26{opacity:.674895;z-index:30;background-color:#d13447;width:14px;height:5.6px;animation:4.56167s .60129s infinite drop-26;top:-10%;left:44%;transform:rotate(168.834deg)}@keyframes drop-26{to{top:110%;left:58%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-27{opacity:.640257;z-index:30;background-color:#263672;width:9px;height:3.6px;animation:4.6819s .175352s infinite drop-27;top:-10%;left:15%;transform:rotate(249.44deg)}@keyframes drop-27{to{top:110%;left:30%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-28{opacity:.766171;z-index:30;background-color:#d13447;width:1px;height:.4px;animation:4.05479s .769045s infinite drop-28;top:-10%;left:35%;transform:rotate(322.84deg)}@keyframes drop-28{to{top:110%;left:45%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-29{opacity:.507416;z-index:30;background-color:#d13447;width:3px;height:1.2px;animation:4.05321s .70488s infinite drop-29;top:-10%;left:95%;transform:rotate(268.96deg)}@keyframes drop-29{to{top:110%;left:104%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-30{opacity:1.26639;z-index:30;background-color:#263672;width:12px;height:4.8px;animation:4.78049s .488663s infinite drop-30;top:-10%;left:36%;transform:rotate(310.434deg)}@keyframes drop-30{to{top:110%;left:44%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-31{opacity:.974811;z-index:30;background-color:#ffbf00;width:3px;height:1.2px;animation:4.6876s .427743s infinite drop-31;top:-10%;left:52%;transform:rotate(182.796deg)}@keyframes drop-31{to{top:110%;left:55%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-32{opacity:1.18241;z-index:30;background-color:#ffbf00;width:10px;height:4px;animation:4.76908s .389345s infinite drop-32;top:-10%;left:42%;transform:rotate(12.1114deg)}@keyframes drop-32{to{top:110%;left:53%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-33{opacity:1.43799;z-index:30;background-color:#263672;width:10px;height:4px;animation:4.59864s .717395s infinite drop-33;top:-10%;left:52%;transform:rotate(327.508deg)}@keyframes drop-33{to{top:110%;left:57%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-34{opacity:.810425;z-index:30;background-color:#263672;width:4px;height:1.6px;animation:4.04559s .764103s infinite drop-34;top:-10%;left:70%;transform:rotate(74.8508deg)}@keyframes drop-34{to{top:110%;left:84%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-35{opacity:1.32056;z-index:30;background-color:#263672;width:16px;height:6.4px;animation:4.30903s .85411s infinite drop-35;top:-10%;left:46%;transform:rotate(320.309deg)}@keyframes drop-35{to{top:110%;left:56%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-36{opacity:1.22542;z-index:30;background-color:#d13447;width:17px;height:6.8px;animation:4.68291s 99.7094ms infinite drop-36;top:-10%;left:3%;transform:rotate(178.338deg)}@keyframes drop-36{to{top:110%;left:17%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-37{opacity:.799768;z-index:30;background-color:#ffbf00;width:20px;height:8px;animation:4.68475s .374966s infinite drop-37;top:-10%;left:99%;transform:rotate(164.574deg)}@keyframes drop-37{to{top:110%;left:109%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-38{opacity:1.31907;z-index:30;background-color:#d13447;width:7px;height:2.8px;animation:4.58661s .492832s infinite drop-38;top:-10%;left:36%;transform:rotate(272.125deg)}@keyframes drop-38{to{top:110%;left:37%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-39{opacity:1.46426;z-index:30;background-color:#d13447;width:8px;height:3.2px;animation:4.36881s 90.5887ms infinite drop-39;top:-10%;left:24%;transform:rotate(48.8089deg)}@keyframes drop-39{to{top:110%;left:32%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-40{opacity:.542017;z-index:30;background-color:#d13447;width:5px;height:2px;animation:4.41739s .643431s infinite drop-40;top:-10%;left:71%;transform:rotate(339.881deg)}@keyframes drop-40{to{top:110%;left:75%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-41{opacity:1.48152;z-index:30;background-color:#263672;width:19px;height:7.6px;animation:4.16792s 34.1327ms infinite drop-41;top:-10%;left:86%;transform:rotate(21.9359deg)}@keyframes drop-41{to{top:110%;left:88%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-42{opacity:.850009;z-index:30;background-color:#ffbf00;width:6px;height:2.4px;animation:4.62628s .305196s infinite drop-42;top:-10%;left:92%;transform:rotate(321.568deg)}@keyframes drop-42{to{top:110%;left:103%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-43{opacity:.814873;z-index:30;background-color:#263672;width:13px;height:5.2px;animation:4.70132s .52954s infinite drop-43;top:-10%;left:39%;transform:rotate(254.105deg)}@keyframes drop-43{to{top:110%;left:52%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-44{opacity:.771099;z-index:30;background-color:#d13447;width:17px;height:6.8px;animation:4.64624s .426764s infinite drop-44;top:-10%;left:59%;transform:rotate(350.433deg)}@keyframes drop-44{to{top:110%;left:67%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-45{opacity:.731883;z-index:30;background-color:#263672;width:3px;height:1.2px;animation:4.9999s .468701s infinite drop-45;top:-10%;left:13%;transform:rotate(258.128deg)}@keyframes drop-45{to{top:110%;left:14%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-46{opacity:1.05309;z-index:30;background-color:#d13447;width:7px;height:2.8px;animation:4.32396s .17986s infinite drop-46;top:-10%;left:1%;transform:rotate(24.3634deg)}@keyframes drop-46{to{top:110%;left:13%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-47{opacity:1.46706;z-index:30;background-color:#d13447;width:1px;height:.4px;animation:4.45621s .873033s infinite drop-47;top:-10%;left:61%;transform:rotate(258.319deg)}@keyframes drop-47{to{top:110%;left:62%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-48{opacity:.991891;z-index:30;background-color:#d13447;width:5px;height:2px;animation:4.26372s .272583s infinite drop-48;top:-10%;left:42%;transform:rotate(303.221deg)}@keyframes drop-48{to{top:110%;left:57%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-49{opacity:1.49676;z-index:30;background-color:#ffbf00;width:20px;height:8px;animation:4.89451s .853782s infinite drop-49;top:-10%;left:53%;transform:rotate(350.565deg)}@keyframes drop-49{to{top:110%;left:60%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-50{opacity:1.39208;z-index:30;background-color:#d13447;width:1px;height:.4px;animation:4.57026s .824249s infinite drop-50;top:-10%;left:77%;transform:rotate(331.454deg)}@keyframes drop-50{to{top:110%;left:89%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-51{opacity:1.26276;z-index:30;background-color:#263672;width:2px;height:.8px;animation:4.9111s .118408s infinite drop-51;top:-10%;left:86%;transform:rotate(289.426deg)}@keyframes drop-51{to{top:110%;left:98%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-52{opacity:1.45478;z-index:30;background-color:#263672;width:16px;height:6.4px;animation:4.04521s .286963s infinite drop-52;top:-10%;left:18%;transform:rotate(105.277deg)}@keyframes drop-52{to{top:110%;left:31%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-53{opacity:.711094;z-index:30;background-color:#d13447;width:5px;height:2px;animation:4.33607s .999366s infinite drop-53;top:-10%;left:84%;transform:rotate(249.707deg)}@keyframes drop-53{to{top:110%;left:90%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-54{opacity:.853122;z-index:30;background-color:#263672;width:12px;height:4.8px;animation:4.0001s .657614s infinite drop-54;top:-10%;left:27%;transform:rotate(169.945deg)}@keyframes drop-54{to{top:110%;left:29%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-55{opacity:1.38039;z-index:30;background-color:#ffbf00;width:6px;height:2.4px;animation:4.85651s .625075s infinite drop-55;top:-10%;left:95%;transform:rotate(75.4532deg)}@keyframes drop-55{to{top:110%;left:107%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-56{opacity:.920465;z-index:30;background-color:#d13447;width:11px;height:4.4px;animation:4.02135s 4.80711ms infinite drop-56;top:-10%;left:64%;transform:rotate(356.867deg)}@keyframes drop-56{to{top:110%;left:71%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-57{opacity:.923044;z-index:30;background-color:#ffbf00;width:18px;height:7.2px;animation:4.66666s 38.7755ms infinite drop-57;top:-10%;left:33%;transform:rotate(58.5504deg)}@keyframes drop-57{to{top:110%;left:44%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-58{opacity:1.10611;z-index:30;background-color:#ffbf00;width:12px;height:4.8px;animation:4.3252s .877153s infinite drop-58;top:-10%;left:67%;transform:rotate(174.823deg)}@keyframes drop-58{to{top:110%;left:69%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-59{opacity:1.395;z-index:30;background-color:#d13447;width:3px;height:1.2px;animation:4.04723s .610028s infinite drop-59;top:-10%;left:35%;transform:rotate(228.568deg)}@keyframes drop-59{to{top:110%;left:47%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-60{opacity:.557276;z-index:30;background-color:#ffbf00;width:14px;height:5.6px;animation:4.46377s .154974s infinite drop-60;top:-10%;left:82%;transform:rotate(6.40526deg)}@keyframes drop-60{to{top:110%;left:85%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-61{opacity:.521883;z-index:30;background-color:#ffbf00;width:3px;height:1.2px;animation:4.35382s .512913s infinite drop-61;top:-10%;left:54%;transform:rotate(36.67deg)}@keyframes drop-61{to{top:110%;left:65%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-62{opacity:.572816;z-index:30;background-color:#ffbf00;width:2px;height:.8px;animation:4.32802s .978379s infinite drop-62;top:-10%;left:4%;transform:rotate(162.941deg)}@keyframes drop-62{to{top:110%;left:12%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-63{opacity:1.00963;z-index:30;background-color:#ffbf00;width:18px;height:7.2px;animation:4.85533s .69318s infinite drop-63;top:-10%;left:68%;transform:rotate(287.146deg)}@keyframes drop-63{to{top:110%;left:76%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-64{opacity:1.12428;z-index:30;background-color:#d13447;width:15px;height:6px;animation:4.79577s .837949s infinite drop-64;top:-10%;left:19%;transform:rotate(243.921deg)}@keyframes drop-64{to{top:110%;left:25%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-65{opacity:1.16138;z-index:30;background-color:#d13447;width:6px;height:2.4px;animation:4.33702s .314752s infinite drop-65;top:-10%;left:85%;transform:rotate(35.9738deg)}@keyframes drop-65{to{top:110%;left:98%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-66{opacity:1.40794;z-index:30;background-color:#ffbf00;width:6px;height:2.4px;animation:4.4394s .764621s infinite drop-66;top:-10%;left:41%;transform:rotate(87.6983deg)}@keyframes drop-66{to{top:110%;left:44%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-67{opacity:.723271;z-index:30;background-color:#263672;width:8px;height:3.2px;animation:4.57992s .918588s infinite drop-67;top:-10%;left:13%;transform:rotate(95.864deg)}@keyframes drop-67{to{top:110%;left:23%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-68{opacity:1.49622;z-index:30;background-color:#ffbf00;width:17px;height:6.8px;animation:4.31037s .754272s infinite drop-68;top:-10%;left:81%;transform:rotate(293.613deg)}@keyframes drop-68{to{top:110%;left:83%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-69{opacity:1.34399;z-index:30;background-color:#263672;width:15px;height:6px;animation:4.36707s .512914s infinite drop-69;top:-10%;left:20%;transform:rotate(104.899deg)}@keyframes drop-69{to{top:110%;left:35%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-70{opacity:1.21445;z-index:30;background-color:#ffbf00;width:1px;height:.4px;animation:4.71479s 10.5863ms infinite drop-70;top:-10%;left:46%;transform:rotate(194.508deg)}@keyframes drop-70{to{top:110%;left:49%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-71{opacity:1.12019;z-index:30;background-color:#263672;width:2px;height:.8px;animation:4.08466s .448654s infinite drop-71;top:-10%;left:56%;transform:rotate(5.98987deg)}@keyframes drop-71{to{top:110%;left:67%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-72{opacity:.687284;z-index:30;background-color:#ffbf00;width:17px;height:6.8px;animation:4.33393s 9.39433ms infinite drop-72;top:-10%;left:56%;transform:rotate(1.51477deg)}@keyframes drop-72{to{top:110%;left:65%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-73{opacity:.829332;z-index:30;background-color:#ffbf00;width:13px;height:5.2px;animation:4.5562s .485534s infinite drop-73;top:-10%;left:58%;transform:rotate(330.275deg)}@keyframes drop-73{to{top:110%;left:64%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-74{opacity:.966832;z-index:30;background-color:#ffbf00;width:4px;height:1.6px;animation:4.38899s .466689s infinite drop-74;top:-10%;left:8%;transform:rotate(317.599deg)}@keyframes drop-74{to{top:110%;left:18%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-75{opacity:.935779;z-index:30;background-color:#ffbf00;width:16px;height:6.4px;animation:4.91109s .699603s infinite drop-75;top:-10%;left:4%;transform:rotate(224.121deg)}@keyframes drop-75{to{top:110%;left:9%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-76{opacity:.664203;z-index:30;background-color:#ffbf00;width:15px;height:6px;animation:4.1818s 47.5142ms infinite drop-76;top:-10%;left:59%;transform:rotate(191.429deg)}@keyframes drop-76{to{top:110%;left:69%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-77{opacity:1.2404;z-index:30;background-color:#d13447;width:7px;height:2.8px;animation:4.53627s .746422s infinite drop-77;top:-10%;left:90%;transform:rotate(100.212deg)}@keyframes drop-77{to{top:110%;left:104%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-78{opacity:1.31971;z-index:30;background-color:#d13447;width:12px;height:4.8px;animation:4.25947s .948375s infinite drop-78;top:-10%;left:99%;transform:rotate(105.15deg)}@keyframes drop-78{to{top:110%;left:110%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-79{opacity:.625461;z-index:30;background-color:#d13447;width:3px;height:1.2px;animation:4.0399s .698953s infinite drop-79;top:-10%;left:55%;transform:rotate(340.314deg)}@keyframes drop-79{to{top:110%;left:62%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-80{opacity:1.40754;z-index:30;background-color:#d13447;width:3px;height:1.2px;animation:4.90571s .243021s infinite drop-80;top:-10%;left:85%;transform:rotate(28.7716deg)}@keyframes drop-80{to{top:110%;left:91%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-81{opacity:1.43602;z-index:30;background-color:#d13447;width:19px;height:7.6px;animation:4.53989s .239472s infinite drop-81;top:-10%;left:87%;transform:rotate(184.322deg)}@keyframes drop-81{to{top:110%;left:99%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-82{opacity:1.23175;z-index:30;background-color:#ffbf00;width:8px;height:3.2px;animation:4.41818s 47.8798ms infinite drop-82;top:-10%;left:69%;transform:rotate(108.756deg)}@keyframes drop-82{to{top:110%;left:81%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-83{opacity:.603772;z-index:30;background-color:#263672;width:16px;height:6.4px;animation:4.29963s .896132s infinite drop-83;top:-10%;left:20%;transform:rotate(157.238deg)}@keyframes drop-83{to{top:110%;left:24%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-84{opacity:.789816;z-index:30;background-color:#263672;width:13px;height:5.2px;animation:4.24299s .788187s infinite drop-84;top:-10%;left:72%;transform:rotate(235.19deg)}@keyframes drop-84{to{top:110%;left:75%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-85{opacity:.704779;z-index:30;background-color:#d13447;width:5px;height:2px;animation:4.63754s .457909s infinite drop-85;top:-10%;left:19%;transform:rotate(312.777deg)}@keyframes drop-85{to{top:110%;left:27%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-86{opacity:.763857;z-index:30;background-color:#d13447;width:13px;height:5.2px;animation:4.75274s .13281s infinite drop-86;top:-10%;left:23%;transform:rotate(277.913deg)}@keyframes drop-86{to{top:110%;left:24%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-87{opacity:.958048;z-index:30;background-color:#263672;width:10px;height:4px;animation:4.62964s .277612s infinite drop-87;top:-10%;left:87%;transform:rotate(84.7603deg)}@keyframes drop-87{to{top:110%;left:90%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-88{opacity:.567306;z-index:30;background-color:#263672;width:17px;height:6.8px;animation:4.32707s .459453s infinite drop-88;top:-10%;left:89%;transform:rotate(118.024deg)}@keyframes drop-88{to{top:110%;left:102%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-89{opacity:.603452;z-index:30;background-color:#263672;width:18px;height:7.2px;animation:4.8443s .946272s infinite drop-89;top:-10%;left:56%;transform:rotate(322.812deg)}@keyframes drop-89{to{top:110%;left:71%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-90{opacity:.697482;z-index:30;background-color:#d13447;width:5px;height:2px;animation:4.9308s .44612s infinite drop-90;top:-10%;left:56%;transform:rotate(243.702deg)}@keyframes drop-90{to{top:110%;left:71%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-91{opacity:.759737;z-index:30;background-color:#263672;width:5px;height:2px;animation:4.07109s .495166s infinite drop-91;top:-10%;left:47%;transform:rotate(294.13deg)}@keyframes drop-91{to{top:110%;left:50%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-92{opacity:.948657;z-index:30;background-color:#ffbf00;width:8px;height:3.2px;animation:4.94863s 55.3038ms infinite drop-92;top:-10%;left:58%;transform:rotate(288.797deg)}@keyframes drop-92{to{top:110%;left:68%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-93{opacity:1.14873;z-index:30;background-color:#d13447;width:18px;height:7.2px;animation:4.09924s .925369s infinite drop-93;top:-10%;left:62%;transform:rotate(269.108deg)}@keyframes drop-93{to{top:110%;left:67%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-94{opacity:1.07045;z-index:30;background-color:#d13447;width:2px;height:.8px;animation:4.98778s .309095s infinite drop-94;top:-10%;left:95%;transform:rotate(265.977deg)}@keyframes drop-94{to{top:110%;left:98%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-95{opacity:1.17136;z-index:30;background-color:#ffbf00;width:18px;height:7.2px;animation:4.17893s .639542s infinite drop-95;top:-10%;left:15%;transform:rotate(58.889deg)}@keyframes drop-95{to{top:110%;left:29%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-96{opacity:.962654;z-index:30;background-color:#ffbf00;width:20px;height:8px;animation:4.60095s .236926s infinite drop-96;top:-10%;left:76%;transform:rotate(94.3883deg)}@keyframes drop-96{to{top:110%;left:83%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-97{opacity:1.41306;z-index:30;background-color:#263672;width:16px;height:6.4px;animation:4.75345s 53.5855ms infinite drop-97;top:-10%;left:63%;transform:rotate(159.537deg)}@keyframes drop-97{to{top:110%;left:67%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-98{opacity:.500084;z-index:30;background-color:#ffbf00;width:12px;height:4.8px;animation:4.10027s .384986s infinite drop-98;top:-10%;left:59%;transform:rotate(194.459deg)}@keyframes drop-98{to{top:110%;left:65%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-99{opacity:.894908;z-index:30;background-color:#263672;width:4px;height:1.6px;animation:4.65095s .90893s infinite drop-99;top:-10%;left:4%;transform:rotate(51.6003deg)}@keyframes drop-99{to{top:110%;left:11%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-100{opacity:1.17478;z-index:30;background-color:#ffbf00;width:7px;height:2.8px;animation:4.96225s .85768s infinite drop-100;top:-10%;left:9%;transform:rotate(337.652deg)}@keyframes drop-100{to{top:110%;left:22%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-101{opacity:1.29377;z-index:30;background-color:#d13447;width:3px;height:1.2px;animation:4.97634s .625241s infinite drop-101;top:-10%;left:9%;transform:rotate(122.902deg)}@keyframes drop-101{to{top:110%;left:22%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-102{opacity:.867483;z-index:30;background-color:#ffbf00;width:2px;height:.8px;animation:4.93105s .543526s infinite drop-102;top:-10%;left:27%;transform:rotate(249.208deg)}@keyframes drop-102{to{top:110%;left:39%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-103{opacity:.785337;z-index:30;background-color:#d13447;width:15px;height:6px;animation:4.72779s .890344s infinite drop-103;top:-10%;left:29%;transform:rotate(261.283deg)}@keyframes drop-103{to{top:110%;left:37%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-104{opacity:1.43014;z-index:30;background-color:#263672;width:7px;height:2.8px;animation:4.76496s .462743s infinite drop-104;top:-10%;left:4%;transform:rotate(58.784deg)}@keyframes drop-104{to{top:110%;left:11%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-105{opacity:.869416;z-index:30;background-color:#d13447;width:5px;height:2px;animation:4.10523s .363683s infinite drop-105;top:-10%;left:58%;transform:rotate(86.6892deg)}@keyframes drop-105{to{top:110%;left:72%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-106{opacity:.808204;z-index:30;background-color:#ffbf00;width:19px;height:7.6px;animation:4.93822s .194354s infinite drop-106;top:-10%;left:64%;transform:rotate(264.355deg)}@keyframes drop-106{to{top:110%;left:73%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-107{opacity:1.23177;z-index:30;background-color:#d13447;width:1px;height:.4px;animation:4.39276s .659312s infinite drop-107;top:-10%;left:39%;transform:rotate(11.0863deg)}@keyframes drop-107{to{top:110%;left:43%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-108{opacity:.793613;z-index:30;background-color:#ffbf00;width:20px;height:8px;animation:4.68697s .250562s infinite drop-108;top:-10%;left:79%;transform:rotate(192.714deg)}@keyframes drop-108{to{top:110%;left:85%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-109{opacity:1.4747;z-index:30;background-color:#ffbf00;width:13px;height:5.2px;animation:4.68303s .999367s infinite drop-109;top:-10%;left:76%;transform:rotate(231.376deg)}@keyframes drop-109{to{top:110%;left:84%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-110{opacity:1.39127;z-index:30;background-color:#ffbf00;width:11px;height:4.4px;animation:4.16533s .899707s infinite drop-110;top:-10%;left:70%;transform:rotate(22.96deg)}@keyframes drop-110{to{top:110%;left:71%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-111{opacity:.979991;z-index:30;background-color:#ffbf00;width:14px;height:5.6px;animation:4.22916s .703461s infinite drop-111;top:-10%;left:23%;transform:rotate(116.657deg)}@keyframes drop-111{to{top:110%;left:26%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-112{opacity:.606947;z-index:30;background-color:#ffbf00;width:15px;height:6px;animation:4.65786s .704848s infinite drop-112;top:-10%;left:50%;transform:rotate(103.907deg)}@keyframes drop-112{to{top:110%;left:54%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-113{opacity:.611817;z-index:30;background-color:#263672;width:6px;height:2.4px;animation:4.73893s .740813s infinite drop-113;top:-10%;left:3%;transform:rotate(170.426deg)}@keyframes drop-113{to{top:110%;left:6%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-114{opacity:1.43954;z-index:30;background-color:#d13447;width:20px;height:8px;animation:4.51769s .545478s infinite drop-114;top:-10%;left:65%;transform:rotate(153.353deg)}@keyframes drop-114{to{top:110%;left:80%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-115{opacity:1.38991;z-index:30;background-color:#ffbf00;width:12px;height:4.8px;animation:4.8154s 39.1809ms infinite drop-115;top:-10%;left:72%;transform:rotate(89.7951deg)}@keyframes drop-115{to{top:110%;left:79%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-116{opacity:.959105;z-index:30;background-color:#ffbf00;width:16px;height:6.4px;animation:4.36401s .359227s infinite drop-116;top:-10%;left:45%;transform:rotate(158.708deg)}@keyframes drop-116{to{top:110%;left:60%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-117{opacity:.827837;z-index:30;background-color:#ffbf00;width:14px;height:5.6px;animation:4.15374s .756288s infinite drop-117;top:-10%;left:46%;transform:rotate(357.035deg)}@keyframes drop-117{to{top:110%;left:60%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-118{opacity:.529321;z-index:30;background-color:#263672;width:17px;height:6.8px;animation:4.36848s .826187s infinite drop-118;top:-10%;left:63%;transform:rotate(270.955deg)}@keyframes drop-118{to{top:110%;left:77%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-119{opacity:1.3644;z-index:30;background-color:#ffbf00;width:10px;height:4px;animation:4.6733s .897493s infinite drop-119;top:-10%;left:21%;transform:rotate(41.5397deg)}@keyframes drop-119{to{top:110%;left:36%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-120{opacity:.721348;z-index:30;background-color:#ffbf00;width:1px;height:.4px;animation:4.75328s .464868s infinite drop-120;top:-10%;left:66%;transform:rotate(90.5591deg)}@keyframes drop-120{to{top:110%;left:71%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-121{opacity:.936723;z-index:30;background-color:#263672;width:2px;height:.8px;animation:4.29232s .955701s infinite drop-121;top:-10%;left:90%;transform:rotate(308.691deg)}@keyframes drop-121{to{top:110%;left:94%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-122{opacity:1.34554;z-index:30;background-color:#ffbf00;width:16px;height:6.4px;animation:4.38308s .13887s infinite drop-122;top:-10%;left:12%;transform:rotate(2.22973deg)}@keyframes drop-122{to{top:110%;left:26%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-123{opacity:.902089;z-index:30;background-color:#263672;width:1px;height:.4px;animation:4.20929s .697044s infinite drop-123;top:-10%;left:81%;transform:rotate(262.28deg)}@keyframes drop-123{to{top:110%;left:95%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-124{opacity:1.42227;z-index:30;background-color:#ffbf00;width:7px;height:2.8px;animation:4.68259s .721543s infinite drop-124;top:-10%;left:61%;transform:rotate(263.751deg)}@keyframes drop-124{to{top:110%;left:68%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-125{opacity:1.12088;z-index:30;background-color:#ffbf00;width:20px;height:8px;animation:4.0746s .347672s infinite drop-125;top:-10%;left:54%;transform:rotate(147.897deg)}@keyframes drop-125{to{top:110%;left:66%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-126{opacity:1.47374;z-index:30;background-color:#d13447;width:17px;height:6.8px;animation:4.70297s .322055s infinite drop-126;top:-10%;left:56%;transform:rotate(166.623deg)}@keyframes drop-126{to{top:110%;left:57%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-127{opacity:1.22071;z-index:30;background-color:#ffbf00;width:18px;height:7.2px;animation:4.6645s .339251s infinite drop-127;top:-10%;left:89%;transform:rotate(336.575deg)}@keyframes drop-127{to{top:110%;left:102%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-128{opacity:.993632;z-index:30;background-color:#d13447;width:20px;height:8px;animation:4.13425s .792214s infinite drop-128;top:-10%;left:90%;transform:rotate(271.477deg)}@keyframes drop-128{to{top:110%;left:105%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-129{opacity:.932642;z-index:30;background-color:#263672;width:2px;height:.8px;animation:4.93981s .265955s infinite drop-129;top:-10%;left:51%;transform:rotate(274.702deg)}@keyframes drop-129{to{top:110%;left:54%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-130{opacity:.525174;z-index:30;background-color:#263672;width:5px;height:2px;animation:4.49946s .951241s infinite drop-130;top:-10%;left:44%;transform:rotate(190.845deg)}@keyframes drop-130{to{top:110%;left:45%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-131{opacity:1.17373;z-index:30;background-color:#d13447;width:18px;height:7.2px;animation:4.56446s 56.1129ms infinite drop-131;top:-10%;left:77%;transform:rotate(59.5886deg)}@keyframes drop-131{to{top:110%;left:81%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-132{opacity:1.44455;z-index:30;background-color:#263672;width:16px;height:6.4px;animation:4.34304s .36703s infinite drop-132;top:-10%;left:36%;transform:rotate(331.662deg)}@keyframes drop-132{to{top:110%;left:46%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-133{opacity:.749016;z-index:30;background-color:#ffbf00;width:15px;height:6px;animation:4.65636s .100809s infinite drop-133;top:-10%;left:17%;transform:rotate(157.182deg)}@keyframes drop-133{to{top:110%;left:27%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-134{opacity:1.06519;z-index:30;background-color:#d13447;width:9px;height:3.6px;animation:4.33311s 15.3677ms infinite drop-134;top:-10%;left:83%;transform:rotate(347.978deg)}@keyframes drop-134{to{top:110%;left:92%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-135{opacity:.982138;z-index:30;background-color:#d13447;width:8px;height:3.2px;animation:4.84768s .645358s infinite drop-135;top:-10%;left:41%;transform:rotate(90.4906deg)}@keyframes drop-135{to{top:110%;left:53%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-136{opacity:.952538;z-index:30;background-color:#d13447;width:19px;height:7.6px;animation:4.71844s .858091s infinite drop-136;top:-10%;left:49%;transform:rotate(41.6239deg)}@keyframes drop-136{to{top:110%;left:57%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-137{opacity:1.23013;z-index:30;background-color:#d13447;width:3px;height:1.2px;animation:4.01144s .692718s infinite drop-137;top:-10%;left:99%;transform:rotate(93.407deg)}@keyframes drop-137{to{top:110%;left:104%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-138{opacity:.734025;z-index:30;background-color:#263672;width:7px;height:2.8px;animation:4.27614s .236758s infinite drop-138;top:-10%;left:73%;transform:rotate(77.272deg)}@keyframes drop-138{to{top:110%;left:84%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-139{opacity:.873034;z-index:30;background-color:#d13447;width:9px;height:3.6px;animation:4.24346s .872537s infinite drop-139;top:-10%;left:1%;transform:rotate(162.665deg)}@keyframes drop-139{to{top:110%;left:5%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-140{opacity:1.20196;z-index:30;background-color:#263672;width:17px;height:6.8px;animation:4.85026s .730319s infinite drop-140;top:-10%;left:78%;transform:rotate(183.906deg)}@keyframes drop-140{to{top:110%;left:92%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-141{opacity:1.29846;z-index:30;background-color:#d13447;width:5px;height:2px;animation:4.75163s .790169s infinite drop-141;top:-10%;left:55%;transform:rotate(238.28deg)}@keyframes drop-141{to{top:110%;left:63%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-142{opacity:.759565;z-index:30;background-color:#d13447;width:9px;height:3.6px;animation:4.27296s .728204s infinite drop-142;top:-10%;left:58%;transform:rotate(200.45deg)}@keyframes drop-142{to{top:110%;left:65%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-143{opacity:1.21886;z-index:30;background-color:#263672;width:14px;height:5.6px;animation:4.68867s .20404s infinite drop-143;top:-10%;left:31%;transform:rotate(59.549deg)}@keyframes drop-143{to{top:110%;left:46%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-144{opacity:1.00765;z-index:30;background-color:#d13447;width:9px;height:3.6px;animation:4.28104s .453444s infinite drop-144;top:-10%;left:76%;transform:rotate(345.387deg)}@keyframes drop-144{to{top:110%;left:79%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-145{opacity:.882656;z-index:30;background-color:#ffbf00;width:20px;height:8px;animation:4.34355s .71226s infinite drop-145;top:-10%;left:99%;transform:rotate(95.0962deg)}@keyframes drop-145{to{top:110%;left:114%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-146{opacity:1.28202;z-index:30;background-color:#263672;width:20px;height:8px;animation:4.48755s .896007s infinite drop-146;top:-10%;left:55%;transform:rotate(207.702deg)}@keyframes drop-146{to{top:110%;left:70%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-147{opacity:1.08646;z-index:30;background-color:#263672;width:15px;height:6px;animation:4.53148s .506249s infinite drop-147;top:-10%;left:70%;transform:rotate(176.577deg)}@keyframes drop-147{to{top:110%;left:74%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-148{opacity:1.48197;z-index:30;background-color:#263672;width:4px;height:1.6px;animation:4.58702s .932673s infinite drop-148;top:-10%;left:3%;transform:rotate(302.345deg)}@keyframes drop-148{to{top:110%;left:18%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-149{opacity:1.3324;z-index:30;background-color:#d13447;width:19px;height:7.6px;animation:4.74301s .885931s infinite drop-149;top:-10%;left:48%;transform:rotate(159.978deg)}@keyframes drop-149{to{top:110%;left:49%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-150{opacity:.69032;z-index:30;background-color:#d13447;width:16px;height:6.4px;animation:4.88604s 57.2154ms infinite drop-150;top:-10%;left:56%;transform:rotate(267.363deg)}@keyframes drop-150{to{top:110%;left:63%}}.reward-lottery-wrapper>.lottery_page_contents_body>.lottery_history_box{flex-direction:column;justify-content:flex-start;gap:20px;width:100%;height:100%;margin-top:20px;display:flex}.reward-lottery-wrapper>.lottery_page_contents_body>.lottery_history_box>.lottery_history_box_head{background:#2a2e37;padding:4px}.reward-lottery-wrapper>.lottery_page_contents_body>.lottery_history_box>.lottery_history_box_head>.lottery_history_box_head_row{background:linear-gradient(90deg,#3e445066 10%,#3e4450aa 70%),repeating-linear-gradient(-45deg,#ffffff03,#ffffff03 10px,#0000 10px 20px);justify-content:space-between;align-items:center;height:46px;padding-left:30px;padding-right:30px;display:flex}.reward-lottery-wrapper>.lottery_page_contents_body>.lottery_history_box>.lottery_history_box_head>.lottery_history_box_head_row div{font-size:12px;font-weight:600}.reward-lottery-wrapper>.lottery_page_contents_body>.lottery_history_box>.lottery_history_box_head>.lottery_history_box_head_row>.remain_lottery_count{width:fit-content;display:flex}.reward-lottery-wrapper>.lottery_page_contents_body>.lottery_history_box>.lottery_history_box_head>.lottery_history_box_head_row>.remain_lottery_count>.label{white-space:nowrap;margin-right:10px}.reward-lottery-wrapper>.lottery_page_contents_body>.lottery_history_box>.lottery_history_box_head>.lottery_history_box_head_row>.remain_lottery_count>.value{color:var(--app-primary);white-space:nowrap;font-size:13px}.reward-lottery-wrapper>.lottery_page_contents_body>.lottery_history_box>.lottery_history_box_head>.lottery_history_box_head_row>.total_won_amount{display:flex}.reward-lottery-wrapper>.lottery_page_contents_body>.lottery_history_box>.lottery_history_box_head>.lottery_history_box_head_row>.total_won_amount>.label{margin-right:10px}.reward-lottery-wrapper>.lottery_page_contents_body>.lottery_history_box>.lottery_history_box_head>.lottery_history_box_head_row>.total_won_amount>.value{color:#ffea00;font-size:13px}.reward-lottery-wrapper>.lottery_page_contents_body>.lottery_history_box>.lottery_history_box_head>.lottery_history_box_head_row>.total_won_amount .spinner-box{display:block;position:absolute;top:50%;right:0%;transform:translate(-50%,-50%)}.reward-lottery-wrapper>.lottery_page_contents_body>.lottery_history_box>.lottery_history_box_head>.lottery_history_box_head_row>.total_won_amount .spinner-box .spinner{background:radial-gradient(farthest-side, var(--app-primary) 94%, var(--app-primary)) top/8px 8px no-repeat,conic-gradient(#0000 30%, var(--app-primary));justify-content:center;width:20px;height:20px;animation:1s linear infinite loader-animation;display:flex;-webkit-mask:radial-gradient(farthest-side,#0000 calc(100% - 2px),#000 0)}.reward-lottery-wrapper>.lottery_page_contents_body>.lottery_history_box>.lottery_history_box_body .EntityDataGrid .datagrid-table .empty-state{padding:0}.reward-lottery-wrapper>.lottery_page_contents_body>.lottery_history_box>.lottery_history_box_body .EntityDataGrid .datagrid-table .empty-message{background:var(--app-surface-0);justify-content:center;align-items:center;width:100%;height:201px;margin:auto;display:flex}.reward-lottery-wrapper>.lottery_page_contents_body>.lottery_history_box>.lottery_history_box_body .btn-group{justify-content:flex-end;align-items:center;margin-bottom:20px;display:flex}.reward-lottery-wrapper>.lottery_page_contents_body>.lottery_history_box>.lottery_history_box_body .btn-group .btn{color:#fff;cursor:pointer;background-color:#1d222b;justify-content:center;align-items:center;height:40px;padding:0 15px;font-size:12px;display:flex}.reward-lottery-wrapper>.lottery_page_contents_body>.lottery_history_box>.lottery_history_box_body .btn-group .btn .icon{-o-object-fit:scale-down;object-fit:scale-down;width:25px;height:25px;margin-right:10px}.reward-lottery-wrapper>.lottery_page_contents_body>.lottery_history_box>.lottery_history_box_body .btn-group .btn:hover{background-color:var(--app-primary-soft);border-color:var(--app-primary);color:#fff;transition:all .2s}.reward-lottery-wrapper>.lottery_page_contents_body>.lottery_history_box>.lottery_history_box_body #dx-col-13{width:65px}.reward-lottery-wrapper>.lottery_page_contents_body>.lottery_history_box>.lottery_history_box_body [aria-colindex="7"]{width:65px;transition:all .5s}.reward-lottery-wrapper>.lottery_page_contents_body>.lottery_history_box>.lottery_history_box_body [aria-colindex="7"]:hover{background:var(--app-primary-soft);transition:all .5s}.reward-lottery-wrapper>.lottery_page_contents_body>.lottery_history_box>.lottery_history_box_body .clearEach{justify-content:center;width:fit-content;margin:auto;display:flex}.reward-lottery-wrapper>.lottery_page_contents_body>.lottery_history_box>.lottery_history_box_body .clearEach:hover{filter:brightness(2)}.reward-lottery-wrapper>.lottery_page_contents_body>.lottery_history_box .title_text{text-align:center;width:140px}.reward-lottery-wrapper>.lottery_page_contents_body>.lottery_history_box .remain_lottery_count,.reward-lottery-wrapper>.lottery_page_contents_body>.lottery_history_box .total_won_amount{text-align:center;justify-content:center;align-items:center;width:170px;display:flex}.reward-lottery-wrapper .lottery_history_box_body table colgroup{display:none}.reward-lottery-wrapper .lottery_history_box_body .dx-datagrid .dx-datagrid-headers .dx-datagrid-table .dx-row td{background:var(--app-surface-0);font-size:14px;color:var(--app-primary)!important;border-radius:unset!important;border:0!important}.reward-lottery-wrapper .lottery_history_box_body .dx-datagrid .dx-datagrid-content .dx-datagrid-table .dx-row td{color:#d9d9d9;padding:8px 0;font-size:14px;border-radius:unset!important;border:0!important}.reward-lottery-wrapper .lottery_history_box_body tbody>:nth-child(odd){background:var(--app-surface-1)}.reward-lottery-wrapper .lottery_history_box_body tbody>:nth-child(2n){background:var(--app-surface-2)}.reward-lottery-wrapper .lottery_history_box_body tbody .dx-freespace-row{display:none}.reward-lottery-wrapper .lottery_history_box_body .PageNation{background:0 0}.reward-lottery-wrapper .lottery_history_box_body .PageNation button{border-radius:0}@keyframes firework{0%{transform:translate(var(--x), var(--initialY));width:var(--initialSize);opacity:1}50%{opacity:1;width:.5vmin}to{width:var(--finalSize);opacity:0}}.reward-lottery-wrapper .firework,.reward-lottery-wrapper .firework:before,.reward-lottery-wrapper .firework:after{--initialSize:.5vmin;--finalSize:45vmin;--particleSize:.2vmin;--color1:yellow;--color2:khaki;--color3:white;--color4:lime;--color5:gold;--color6:mediumseagreen;--y:-30vmin;--x:-50%;--initialY:60vmin;content:"";transform:translate(-50%, var(--y));width:var(--initialSize);aspect-ratio:1;background:radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 50% 0%,radial-gradient(circle, var(--color2) var(--particleSize), #0000 0) 100% 50%,radial-gradient(circle, var(--color3) var(--particleSize), #0000 0) 50% 100%,radial-gradient(circle, var(--color4) var(--particleSize), #0000 0) 0% 50%,radial-gradient(circle, var(--color5) var(--particleSize), #0000 0) 80% 90%,radial-gradient(circle, var(--color6) var(--particleSize), #0000 0) 95% 90%,radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 90% 70%,radial-gradient(circle, var(--color2) var(--particleSize), #0000 0) 100% 60%,radial-gradient(circle, var(--color3) var(--particleSize), #0000 0) 55% 80%,radial-gradient(circle, var(--color4) var(--particleSize), #0000 0) 70% 77%,radial-gradient(circle, var(--color5) var(--particleSize), #0000 0) 22% 90%,radial-gradient(circle, var(--color6) var(--particleSize), #0000 0) 45% 90%,radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 33% 70%,radial-gradient(circle, var(--color2) var(--particleSize), #0000 0) 10% 60%,radial-gradient(circle, var(--color3) var(--particleSize), #0000 0) 31% 80%,radial-gradient(circle, var(--color4) var(--particleSize), #0000 0) 28% 77%,radial-gradient(circle, var(--color5) var(--particleSize), #0000 0) 13% 72%,radial-gradient(circle, var(--color6) var(--particleSize), #0000 0) 80% 10%,radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 95% 14%,radial-gradient(circle, var(--color2) var(--particleSize), #0000 0) 90% 23%,radial-gradient(circle, var(--color3) var(--particleSize), #0000 0) 100% 43%,radial-gradient(circle, var(--color4) var(--particleSize), #0000 0) 85% 27%,radial-gradient(circle, var(--color5) var(--particleSize), #0000 0) 77% 37%,radial-gradient(circle, var(--color6) var(--particleSize), #0000 0) 60% 7%,radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 22% 14%,radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 45% 20%,radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 33% 34%,radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 10% 29%,radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 31% 37%,radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 28% 7%,radial-gradient(circle, var(--color1) var(--particleSize), #0000 0) 13% 42%;background-size:var(--initialSize) var(--initialSize);background-repeat:no-repeat;animation:2s infinite firework;position:absolute;top:50%;left:50%}.reward-lottery-wrapper .firework:before{--x:-50%;--y:-50%;--initialY:-50%;transform:translate(-50%,-50%)rotate(40deg)scale(1.5)rotateY(40deg)}.reward-lottery-wrapper .firework:after{--x:-50%;--y:-50%;--initialY:-50%;transform:translate(-50%,-50%)rotate(170deg)scale(1.5)rotateY(-30deg)}.reward-lottery-wrapper .firework:nth-child(2){--x:30vmin}.reward-lottery-wrapper .firework:nth-child(2),.reward-lottery-wrapper .firework:nth-child(2):before,.reward-lottery-wrapper .firework:nth-child(2):after{--color1:pink;--color2:violet;--color3:fuchsia;--color4:orchid;--color5:plum;--color6:lavender;--finalSize:40vmin;animation-delay:-.25s;top:60%;left:30%}.reward-lottery-wrapper .firework:nth-child(3){--x:-30vmin;--y:-50vmin}.reward-lottery-wrapper .firework:nth-child(3),.reward-lottery-wrapper .firework:nth-child(3):before,.reward-lottery-wrapper .firework:nth-child(3):after{--color1:cyan;--color2:lightcyan;--color3:lightblue;--color4:PaleTurquoise;--color5:SkyBlue;--color6:lavender;--finalSize:35vmin;top:60%;left:70%}.reward-lottery-wrapper .firework.firework-1{animation:2s infinite firework;top:200px!important;left:150px!important}.reward-lottery-wrapper .firework.firework-2{animation:3s infinite firework;top:300px!important;left:550px!important}.reward-lottery-wrapper .firework.firework-3{animation:7s infinite firework;top:500px!important;left:600px!important}
