.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:.974963;z-index:30;background-color:#ffbf00;width:2px;height:.8px;animation:4.27164s .810676s infinite drop-0;top:-10%;left:100%;transform:rotate(344.643deg)}@keyframes drop-0{to{top:110%;left:111%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-1{opacity:1.04205;z-index:30;background-color:#ffbf00;width:13px;height:5.2px;animation:4.68978s .969537s infinite drop-1;top:-10%;left:11%;transform:rotate(203.661deg)}@keyframes drop-1{to{top:110%;left:18%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-2{opacity:1.10635;z-index:30;background-color:#ffbf00;width:10px;height:4px;animation:4.65464s .135848s infinite drop-2;top:-10%;left:69%;transform:rotate(37.4175deg)}@keyframes drop-2{to{top:110%;left:78%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-3{opacity:.875446;z-index:30;background-color:#d13447;width:6px;height:2.4px;animation:4.44231s 53.6166ms infinite drop-3;top:-10%;left:17%;transform:rotate(31.8537deg)}@keyframes drop-3{to{top:110%;left:23%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-4{opacity:.968998;z-index:30;background-color:#d13447;width:2px;height:.8px;animation:4.61702s .677212s infinite drop-4;top:-10%;left:75%;transform:rotate(89.655deg)}@keyframes drop-4{to{top:110%;left:81%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-5{opacity:.980324;z-index:30;background-color:#ffbf00;width:14px;height:5.6px;animation:4.80309s .199933s infinite drop-5;top:-10%;left:100%;transform:rotate(342.704deg)}@keyframes drop-5{to{top:110%;left:113%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-6{opacity:1.22825;z-index:30;background-color:#263672;width:11px;height:4.4px;animation:4.55383s .346924s infinite drop-6;top:-10%;left:20%;transform:rotate(113.567deg)}@keyframes drop-6{to{top:110%;left:25%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-7{opacity:.819993;z-index:30;background-color:#ffbf00;width:1px;height:.4px;animation:4.84758s .415766s infinite drop-7;top:-10%;left:92%;transform:rotate(142.742deg)}@keyframes drop-7{to{top:110%;left:102%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-8{opacity:.951929;z-index:30;background-color:#263672;width:9px;height:3.6px;animation:4.90264s .413796s infinite drop-8;top:-10%;left:75%;transform:rotate(106.285deg)}@keyframes drop-8{to{top:110%;left:77%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-9{opacity:.542603;z-index:30;background-color:#d13447;width:1px;height:.4px;animation:4.65047s .462994s infinite drop-9;top:-10%;left:71%;transform:rotate(92.2738deg)}@keyframes drop-9{to{top:110%;left:74%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-10{opacity:.682899;z-index:30;background-color:#ffbf00;width:16px;height:6.4px;animation:4.54185s .921095s infinite drop-10;top:-10%;left:80%;transform:rotate(308.147deg)}@keyframes drop-10{to{top:110%;left:93%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-11{opacity:1.28952;z-index:30;background-color:#263672;width:12px;height:4.8px;animation:4.01998s .6495s infinite drop-11;top:-10%;left:64%;transform:rotate(309.1deg)}@keyframes drop-11{to{top:110%;left:65%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-12{opacity:.682715;z-index:30;background-color:#ffbf00;width:17px;height:6.8px;animation:4.68235s .767208s infinite drop-12;top:-10%;left:67%;transform:rotate(215.809deg)}@keyframes drop-12{to{top:110%;left:70%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-13{opacity:1.24888;z-index:30;background-color:#263672;width:4px;height:1.6px;animation:4.32393s .355905s infinite drop-13;top:-10%;left:26%;transform:rotate(210.785deg)}@keyframes drop-13{to{top:110%;left:34%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-14{opacity:.977201;z-index:30;background-color:#d13447;width:15px;height:6px;animation:4.58794s .855345s infinite drop-14;top:-10%;left:6%;transform:rotate(178.973deg)}@keyframes drop-14{to{top:110%;left:20%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-15{opacity:1.23959;z-index:30;background-color:#ffbf00;width:3px;height:1.2px;animation:4.64875s .364843s infinite drop-15;top:-10%;left:1%;transform:rotate(291.935deg)}@keyframes drop-15{to{top:110%;left:13%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-16{opacity:.58758;z-index:30;background-color:#d13447;width:10px;height:4px;animation:4.82568s .881767s infinite drop-16;top:-10%;left:1%;transform:rotate(161.09deg)}@keyframes drop-16{to{top:110%;left:15%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-17{opacity:.732529;z-index:30;background-color:#ffbf00;width:13px;height:5.2px;animation:4.74847s .202724s infinite drop-17;top:-10%;left:38%;transform:rotate(73.9513deg)}@keyframes drop-17{to{top:110%;left:48%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-18{opacity:1.36842;z-index:30;background-color:#d13447;width:11px;height:4.4px;animation:4.13542s .495834s infinite drop-18;top:-10%;left:96%;transform:rotate(317.094deg)}@keyframes drop-18{to{top:110%;left:99%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-19{opacity:.877342;z-index:30;background-color:#ffbf00;width:16px;height:6.4px;animation:4.38689s .352388s infinite drop-19;top:-10%;left:21%;transform:rotate(60.4131deg)}@keyframes drop-19{to{top:110%;left:27%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-20{opacity:1.2681;z-index:30;background-color:#d13447;width:15px;height:6px;animation:4.03815s 8.14823ms infinite drop-20;top:-10%;left:71%;transform:rotate(110.722deg)}@keyframes drop-20{to{top:110%;left:73%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-21{opacity:.749517;z-index:30;background-color:#d13447;width:14px;height:5.6px;animation:4.82745s .933471s infinite drop-21;top:-10%;left:5%;transform:rotate(31.2929deg)}@keyframes drop-21{to{top:110%;left:12%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-22{opacity:1.32059;z-index:30;background-color:#ffbf00;width:20px;height:8px;animation:4.33179s .725173s infinite drop-22;top:-10%;left:99%;transform:rotate(198.697deg)}@keyframes drop-22{to{top:110%;left:109%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-23{opacity:1.18012;z-index:30;background-color:#ffbf00;width:2px;height:.8px;animation:4.3542s .979774s infinite drop-23;top:-10%;left:83%;transform:rotate(342.559deg)}@keyframes drop-23{to{top:110%;left:90%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-24{opacity:.54915;z-index:30;background-color:#ffbf00;width:2px;height:.8px;animation:4.83728s .458214s infinite drop-24;top:-10%;left:14%;transform:rotate(40.1293deg)}@keyframes drop-24{to{top:110%;left:20%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-25{opacity:1.04575;z-index:30;background-color:#ffbf00;width:7px;height:2.8px;animation:4.92616s .202987s infinite drop-25;top:-10%;left:85%;transform:rotate(218.67deg)}@keyframes drop-25{to{top:110%;left:100%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-26{opacity:1.22815;z-index:30;background-color:#263672;width:20px;height:8px;animation:4.86456s .757074s infinite drop-26;top:-10%;left:7%;transform:rotate(211.721deg)}@keyframes drop-26{to{top:110%;left:21%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-27{opacity:1.38511;z-index:30;background-color:#d13447;width:17px;height:6.8px;animation:4.68667s .83052s infinite drop-27;top:-10%;left:95%;transform:rotate(95.2875deg)}@keyframes drop-27{to{top:110%;left:108%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-28{opacity:.507157;z-index:30;background-color:#263672;width:18px;height:7.2px;animation:4.74677s .613206s infinite drop-28;top:-10%;left:56%;transform:rotate(228.57deg)}@keyframes drop-28{to{top:110%;left:60%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-29{opacity:.517486;z-index:30;background-color:#263672;width:16px;height:6.4px;animation:4.92441s .270975s infinite drop-29;top:-10%;left:49%;transform:rotate(37.1159deg)}@keyframes drop-29{to{top:110%;left:60%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-30{opacity:1.49523;z-index:30;background-color:#263672;width:1px;height:.4px;animation:4.89833s .164254s infinite drop-30;top:-10%;left:78%;transform:rotate(37.4951deg)}@keyframes drop-30{to{top:110%;left:91%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-31{opacity:.746093;z-index:30;background-color:#263672;width:1px;height:.4px;animation:4.67568s .989657s infinite drop-31;top:-10%;left:81%;transform:rotate(336.192deg)}@keyframes drop-31{to{top:110%;left:95%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-32{opacity:1.45049;z-index:30;background-color:#ffbf00;width:4px;height:1.6px;animation:4.67438s .702476s infinite drop-32;top:-10%;left:4%;transform:rotate(267.225deg)}@keyframes drop-32{to{top:110%;left:17%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-33{opacity:.813302;z-index:30;background-color:#263672;width:9px;height:3.6px;animation:4.45084s .386723s infinite drop-33;top:-10%;left:66%;transform:rotate(243.846deg)}@keyframes drop-33{to{top:110%;left:79%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-34{opacity:.892184;z-index:30;background-color:#ffbf00;width:14px;height:5.6px;animation:4.66867s .951502s infinite drop-34;top:-10%;left:29%;transform:rotate(333.824deg)}@keyframes drop-34{to{top:110%;left:40%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-35{opacity:.532249;z-index:30;background-color:#d13447;width:4px;height:1.6px;animation:4.94109s .309267s infinite drop-35;top:-10%;left:34%;transform:rotate(301.303deg)}@keyframes drop-35{to{top:110%;left:35%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-36{opacity:1.34055;z-index:30;background-color:#263672;width:1px;height:.4px;animation:4.76203s .132434s infinite drop-36;top:-10%;left:18%;transform:rotate(166.289deg)}@keyframes drop-36{to{top:110%;left:30%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-37{opacity:1.05803;z-index:30;background-color:#263672;width:8px;height:3.2px;animation:4.44179s .108794s infinite drop-37;top:-10%;left:20%;transform:rotate(358.448deg)}@keyframes drop-37{to{top:110%;left:24%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-38{opacity:1.31915;z-index:30;background-color:#ffbf00;width:4px;height:1.6px;animation:4.49085s .438003s infinite drop-38;top:-10%;left:61%;transform:rotate(138.78deg)}@keyframes drop-38{to{top:110%;left:62%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-39{opacity:.649528;z-index:30;background-color:#263672;width:6px;height:2.4px;animation:4.28066s .402496s infinite drop-39;top:-10%;left:77%;transform:rotate(77.8956deg)}@keyframes drop-39{to{top:110%;left:84%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-40{opacity:.746676;z-index:30;background-color:#ffbf00;width:1px;height:.4px;animation:4.99315s .80129s infinite drop-40;top:-10%;left:51%;transform:rotate(89.6298deg)}@keyframes drop-40{to{top:110%;left:65%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-41{opacity:.954681;z-index:30;background-color:#263672;width:10px;height:4px;animation:4.03105s .96377s infinite drop-41;top:-10%;left:28%;transform:rotate(161.482deg)}@keyframes drop-41{to{top:110%;left:35%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-42{opacity:.954375;z-index:30;background-color:#ffbf00;width:17px;height:6.8px;animation:4.34482s .451384s infinite drop-42;top:-10%;left:6%;transform:rotate(261.824deg)}@keyframes drop-42{to{top:110%;left:8%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-43{opacity:.903613;z-index:30;background-color:#ffbf00;width:19px;height:7.6px;animation:4.07884s .471039s infinite drop-43;top:-10%;left:53%;transform:rotate(74.0003deg)}@keyframes drop-43{to{top:110%;left:60%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-44{opacity:.60041;z-index:30;background-color:#d13447;width:20px;height:8px;animation:4.96618s .416342s infinite drop-44;top:-10%;left:22%;transform:rotate(224.104deg)}@keyframes drop-44{to{top:110%;left:32%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-45{opacity:.674521;z-index:30;background-color:#ffbf00;width:5px;height:2px;animation:4.04264s .430988s infinite drop-45;top:-10%;left:72%;transform:rotate(116.677deg)}@keyframes drop-45{to{top:110%;left:82%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-46{opacity:1.29778;z-index:30;background-color:#ffbf00;width:19px;height:7.6px;animation:4.42335s .259489s infinite drop-46;top:-10%;left:61%;transform:rotate(94.3622deg)}@keyframes drop-46{to{top:110%;left:63%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-47{opacity:1.29231;z-index:30;background-color:#d13447;width:19px;height:7.6px;animation:4.27522s .412666s infinite drop-47;top:-10%;left:26%;transform:rotate(330.18deg)}@keyframes drop-47{to{top:110%;left:33%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-48{opacity:.851894;z-index:30;background-color:#263672;width:16px;height:6.4px;animation:4.9366s .41852s infinite drop-48;top:-10%;left:85%;transform:rotate(237.128deg)}@keyframes drop-48{to{top:110%;left:100%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-49{opacity:1.21371;z-index:30;background-color:#263672;width:7px;height:2.8px;animation:4.38075s .999816s infinite drop-49;top:-10%;left:70%;transform:rotate(158.979deg)}@keyframes drop-49{to{top:110%;left:81%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-50{opacity:.810981;z-index:30;background-color:#d13447;width:1px;height:.4px;animation:4.13809s .510639s infinite drop-50;top:-10%;left:19%;transform:rotate(6.57576deg)}@keyframes drop-50{to{top:110%;left:25%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-51{opacity:1.44648;z-index:30;background-color:#ffbf00;width:9px;height:3.6px;animation:4.3751s .427338s infinite drop-51;top:-10%;left:61%;transform:rotate(117.131deg)}@keyframes drop-51{to{top:110%;left:63%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-52{opacity:1.13462;z-index:30;background-color:#d13447;width:1px;height:.4px;animation:4.17738s .321705s infinite drop-52;top:-10%;left:42%;transform:rotate(49.2529deg)}@keyframes drop-52{to{top:110%;left:55%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-53{opacity:1.4169;z-index:30;background-color:#d13447;width:2px;height:.8px;animation:4.37588s .464696s infinite drop-53;top:-10%;left:6%;transform:rotate(174.706deg)}@keyframes drop-53{to{top:110%;left:14%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-54{opacity:1.31255;z-index:30;background-color:#263672;width:9px;height:3.6px;animation:4.0884s .583091s infinite drop-54;top:-10%;left:53%;transform:rotate(167.59deg)}@keyframes drop-54{to{top:110%;left:55%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-55{opacity:1.23209;z-index:30;background-color:#d13447;width:19px;height:7.6px;animation:4.85773s .34706s infinite drop-55;top:-10%;left:30%;transform:rotate(256.542deg)}@keyframes drop-55{to{top:110%;left:45%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-56{opacity:.790432;z-index:30;background-color:#ffbf00;width:18px;height:7.2px;animation:4.00093s .814035s infinite drop-56;top:-10%;left:50%;transform:rotate(249.733deg)}@keyframes drop-56{to{top:110%;left:60%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-57{opacity:.547776;z-index:30;background-color:#d13447;width:1px;height:.4px;animation:4.28092s .759304s infinite drop-57;top:-10%;left:60%;transform:rotate(312.102deg)}@keyframes drop-57{to{top:110%;left:64%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-58{opacity:1.32636;z-index:30;background-color:#263672;width:20px;height:8px;animation:4.98824s .505981s infinite drop-58;top:-10%;left:31%;transform:rotate(119.737deg)}@keyframes drop-58{to{top:110%;left:43%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-59{opacity:.749455;z-index:30;background-color:#263672;width:11px;height:4.4px;animation:4.45676s .302777s infinite drop-59;top:-10%;left:9%;transform:rotate(234.275deg)}@keyframes drop-59{to{top:110%;left:21%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-60{opacity:.700174;z-index:30;background-color:#d13447;width:8px;height:3.2px;animation:4.0209s .399281s infinite drop-60;top:-10%;left:18%;transform:rotate(73.6605deg)}@keyframes drop-60{to{top:110%;left:33%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-61{opacity:.738644;z-index:30;background-color:#ffbf00;width:1px;height:.4px;animation:4.3794s .523511s infinite drop-61;top:-10%;left:12%;transform:rotate(341.727deg)}@keyframes drop-61{to{top:110%;left:19%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-62{opacity:1.07493;z-index:30;background-color:#ffbf00;width:8px;height:3.2px;animation:4.60746s .924582s infinite drop-62;top:-10%;left:82%;transform:rotate(246.444deg)}@keyframes drop-62{to{top:110%;left:96%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-63{opacity:.883242;z-index:30;background-color:#ffbf00;width:13px;height:5.2px;animation:4.39557s .403522s infinite drop-63;top:-10%;left:37%;transform:rotate(148.565deg)}@keyframes drop-63{to{top:110%;left:43%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-64{opacity:.633096;z-index:30;background-color:#ffbf00;width:11px;height:4.4px;animation:4.02895s .875985s infinite drop-64;top:-10%;left:3%;transform:rotate(141.074deg)}@keyframes drop-64{to{top:110%;left:11%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-65{opacity:.745363;z-index:30;background-color:#ffbf00;width:1px;height:.4px;animation:4.84551s 61.2332ms infinite drop-65;top:-10%;left:53%;transform:rotate(167.371deg)}@keyframes drop-65{to{top:110%;left:66%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-66{opacity:.63783;z-index:30;background-color:#d13447;width:11px;height:4.4px;animation:4.43291s .465361s infinite drop-66;top:-10%;left:63%;transform:rotate(195.308deg)}@keyframes drop-66{to{top:110%;left:74%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-67{opacity:1.333;z-index:30;background-color:#d13447;width:11px;height:4.4px;animation:4.12678s .823539s infinite drop-67;top:-10%;left:73%;transform:rotate(342.838deg)}@keyframes drop-67{to{top:110%;left:85%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-68{opacity:.687648;z-index:30;background-color:#ffbf00;width:16px;height:6.4px;animation:4.64453s .232162s infinite drop-68;top:-10%;left:42%;transform:rotate(275.623deg)}@keyframes drop-68{to{top:110%;left:49%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-69{opacity:.915467;z-index:30;background-color:#ffbf00;width:7px;height:2.8px;animation:4.24098s .909176s infinite drop-69;top:-10%;left:12%;transform:rotate(230.067deg)}@keyframes drop-69{to{top:110%;left:26%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-70{opacity:.692443;z-index:30;background-color:#ffbf00;width:12px;height:4.8px;animation:4.62722s .793146s infinite drop-70;top:-10%;left:55%;transform:rotate(326.55deg)}@keyframes drop-70{to{top:110%;left:56%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-71{opacity:1.07375;z-index:30;background-color:#d13447;width:9px;height:3.6px;animation:4.09787s .743392s infinite drop-71;top:-10%;left:40%;transform:rotate(241.4deg)}@keyframes drop-71{to{top:110%;left:49%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-72{opacity:1.17165;z-index:30;background-color:#ffbf00;width:20px;height:8px;animation:4.49688s .95111s infinite drop-72;top:-10%;left:26%;transform:rotate(266.218deg)}@keyframes drop-72{to{top:110%;left:38%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-73{opacity:1.36951;z-index:30;background-color:#d13447;width:16px;height:6.4px;animation:4.573s .769178s infinite drop-73;top:-10%;left:58%;transform:rotate(79.0738deg)}@keyframes drop-73{to{top:110%;left:63%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-74{opacity:1.47006;z-index:30;background-color:#263672;width:2px;height:.8px;animation:4.55139s .960036s infinite drop-74;top:-10%;left:55%;transform:rotate(291.026deg)}@keyframes drop-74{to{top:110%;left:61%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-75{opacity:1.41531;z-index:30;background-color:#d13447;width:13px;height:5.2px;animation:4.77903s .992012s infinite drop-75;top:-10%;left:96%;transform:rotate(18.137deg)}@keyframes drop-75{to{top:110%;left:103%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-76{opacity:.699564;z-index:30;background-color:#ffbf00;width:13px;height:5.2px;animation:4.14082s .481762s infinite drop-76;top:-10%;left:76%;transform:rotate(26.651deg)}@keyframes drop-76{to{top:110%;left:82%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-77{opacity:1.34853;z-index:30;background-color:#d13447;width:4px;height:1.6px;animation:4.21738s .596159s infinite drop-77;top:-10%;left:15%;transform:rotate(173.23deg)}@keyframes drop-77{to{top:110%;left:17%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-78{opacity:1.0108;z-index:30;background-color:#ffbf00;width:14px;height:5.6px;animation:4.04176s .876331s infinite drop-78;top:-10%;left:27%;transform:rotate(188.026deg)}@keyframes drop-78{to{top:110%;left:40%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-79{opacity:.518871;z-index:30;background-color:#ffbf00;width:12px;height:4.8px;animation:4.91023s .377926s infinite drop-79;top:-10%;left:71%;transform:rotate(35.5485deg)}@keyframes drop-79{to{top:110%;left:85%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-80{opacity:1.13579;z-index:30;background-color:#d13447;width:4px;height:1.6px;animation:4.48943s .714265s infinite drop-80;top:-10%;left:79%;transform:rotate(305.359deg)}@keyframes drop-80{to{top:110%;left:90%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-81{opacity:.593149;z-index:30;background-color:#ffbf00;width:5px;height:2px;animation:4.73797s .839572s infinite drop-81;top:-10%;left:88%;transform:rotate(173.631deg)}@keyframes drop-81{to{top:110%;left:93%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-82{opacity:1.12013;z-index:30;background-color:#ffbf00;width:2px;height:.8px;animation:4.02475s .433208s infinite drop-82;top:-10%;left:91%;transform:rotate(207.374deg)}@keyframes drop-82{to{top:110%;left:101%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-83{opacity:.834842;z-index:30;background-color:#263672;width:5px;height:2px;animation:4.76189s .411586s infinite drop-83;top:-10%;left:24%;transform:rotate(45.4328deg)}@keyframes drop-83{to{top:110%;left:25%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-84{opacity:1.4092;z-index:30;background-color:#263672;width:8px;height:3.2px;animation:4.35864s .936009s infinite drop-84;top:-10%;left:3%;transform:rotate(61.0278deg)}@keyframes drop-84{to{top:110%;left:4%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-85{opacity:1.19567;z-index:30;background-color:#263672;width:15px;height:6px;animation:4.91158s .918556s infinite drop-85;top:-10%;left:90%;transform:rotate(106.928deg)}@keyframes drop-85{to{top:110%;left:92%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-86{opacity:1.38694;z-index:30;background-color:#ffbf00;width:9px;height:3.6px;animation:4.58045s .357344s infinite drop-86;top:-10%;left:51%;transform:rotate(21.0327deg)}@keyframes drop-86{to{top:110%;left:65%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-87{opacity:.629711;z-index:30;background-color:#d13447;width:1px;height:.4px;animation:4.60447s .60879s infinite drop-87;top:-10%;left:4%;transform:rotate(312.281deg)}@keyframes drop-87{to{top:110%;left:12%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-88{opacity:1.38933;z-index:30;background-color:#ffbf00;width:7px;height:2.8px;animation:4.16502s .461535s infinite drop-88;top:-10%;left:29%;transform:rotate(7.2262deg)}@keyframes drop-88{to{top:110%;left:38%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-89{opacity:.942479;z-index:30;background-color:#d13447;width:13px;height:5.2px;animation:4.74741s .957575s infinite drop-89;top:-10%;left:35%;transform:rotate(43.2498deg)}@keyframes drop-89{to{top:110%;left:50%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-90{opacity:1.02067;z-index:30;background-color:#d13447;width:18px;height:7.2px;animation:4.01102s .872453s infinite drop-90;top:-10%;left:65%;transform:rotate(269.144deg)}@keyframes drop-90{to{top:110%;left:76%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-91{opacity:1.46746;z-index:30;background-color:#ffbf00;width:17px;height:6.8px;animation:4.34379s .949163s infinite drop-91;top:-10%;left:52%;transform:rotate(304.971deg)}@keyframes drop-91{to{top:110%;left:65%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-92{opacity:1.01644;z-index:30;background-color:#ffbf00;width:10px;height:4px;animation:4.66446s .121381s infinite drop-92;top:-10%;left:30%;transform:rotate(190.425deg)}@keyframes drop-92{to{top:110%;left:33%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-93{opacity:1.07912;z-index:30;background-color:#263672;width:8px;height:3.2px;animation:4.85245s .991543s infinite drop-93;top:-10%;left:9%;transform:rotate(81.3982deg)}@keyframes drop-93{to{top:110%;left:24%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-94{opacity:1.20117;z-index:30;background-color:#ffbf00;width:8px;height:3.2px;animation:4.19224s .988081s infinite drop-94;top:-10%;left:83%;transform:rotate(57.073deg)}@keyframes drop-94{to{top:110%;left:96%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-95{opacity:1.42258;z-index:30;background-color:#ffbf00;width:14px;height:5.6px;animation:4.87639s .461815s infinite drop-95;top:-10%;left:41%;transform:rotate(193.427deg)}@keyframes drop-95{to{top:110%;left:56%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-96{opacity:.874735;z-index:30;background-color:#ffbf00;width:15px;height:6px;animation:4.1138s .703323s infinite drop-96;top:-10%;left:2%;transform:rotate(226.738deg)}@keyframes drop-96{to{top:110%;left:15%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-97{opacity:1.16124;z-index:30;background-color:#d13447;width:2px;height:.8px;animation:4.44489s .650222s infinite drop-97;top:-10%;left:67%;transform:rotate(84.9899deg)}@keyframes drop-97{to{top:110%;left:78%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-98{opacity:1.32066;z-index:30;background-color:#263672;width:20px;height:8px;animation:4.63325s 71.749ms infinite drop-98;top:-10%;left:77%;transform:rotate(337.476deg)}@keyframes drop-98{to{top:110%;left:83%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-99{opacity:.944155;z-index:30;background-color:#ffbf00;width:9px;height:3.6px;animation:4.83222s .809616s infinite drop-99;top:-10%;left:98%;transform:rotate(259.449deg)}@keyframes drop-99{to{top:110%;left:100%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-100{opacity:1.42614;z-index:30;background-color:#d13447;width:15px;height:6px;animation:4.08681s .949688s infinite drop-100;top:-10%;left:88%;transform:rotate(283.815deg)}@keyframes drop-100{to{top:110%;left:96%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-101{opacity:1.33409;z-index:30;background-color:#d13447;width:20px;height:8px;animation:4.60836s .523153s infinite drop-101;top:-10%;left:74%;transform:rotate(345.857deg)}@keyframes drop-101{to{top:110%;left:84%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-102{opacity:.700017;z-index:30;background-color:#263672;width:13px;height:5.2px;animation:4.38212s .362942s infinite drop-102;top:-10%;left:22%;transform:rotate(55.7339deg)}@keyframes drop-102{to{top:110%;left:34%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-103{opacity:.94952;z-index:30;background-color:#d13447;width:16px;height:6.4px;animation:4.71464s .104115s infinite drop-103;top:-10%;left:97%;transform:rotate(60.9539deg)}@keyframes drop-103{to{top:110%;left:100%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-104{opacity:.638012;z-index:30;background-color:#263672;width:13px;height:5.2px;animation:4.72902s .723273s infinite drop-104;top:-10%;left:74%;transform:rotate(139.798deg)}@keyframes drop-104{to{top:110%;left:76%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-105{opacity:1.16372;z-index:30;background-color:#263672;width:4px;height:1.6px;animation:4.659s 2.04725ms infinite drop-105;top:-10%;left:66%;transform:rotate(50.3238deg)}@keyframes drop-105{to{top:110%;left:71%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-106{opacity:.637679;z-index:30;background-color:#263672;width:17px;height:6.8px;animation:4.60363s .53565s infinite drop-106;top:-10%;left:96%;transform:rotate(179.435deg)}@keyframes drop-106{to{top:110%;left:100%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-107{opacity:1.15912;z-index:30;background-color:#ffbf00;width:4px;height:1.6px;animation:4.27807s .155093s infinite drop-107;top:-10%;left:44%;transform:rotate(80.9086deg)}@keyframes drop-107{to{top:110%;left:56%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-108{opacity:.668085;z-index:30;background-color:#263672;width:13px;height:5.2px;animation:4.96355s .112283s infinite drop-108;top:-10%;left:39%;transform:rotate(302.875deg)}@keyframes drop-108{to{top:110%;left:48%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-109{opacity:.886233;z-index:30;background-color:#263672;width:4px;height:1.6px;animation:4.54977s .662392s infinite drop-109;top:-10%;left:98%;transform:rotate(228.611deg)}@keyframes drop-109{to{top:110%;left:108%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-110{opacity:1.37463;z-index:30;background-color:#263672;width:2px;height:.8px;animation:4.15887s .684053s infinite drop-110;top:-10%;left:13%;transform:rotate(288.237deg)}@keyframes drop-110{to{top:110%;left:28%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-111{opacity:1.38864;z-index:30;background-color:#d13447;width:11px;height:4.4px;animation:4.92256s .861838s infinite drop-111;top:-10%;left:12%;transform:rotate(218.261deg)}@keyframes drop-111{to{top:110%;left:21%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-112{opacity:.512053;z-index:30;background-color:#263672;width:13px;height:5.2px;animation:4.96261s .254334s infinite drop-112;top:-10%;left:61%;transform:rotate(16.3195deg)}@keyframes drop-112{to{top:110%;left:64%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-113{opacity:.980917;z-index:30;background-color:#263672;width:12px;height:4.8px;animation:4.49274s .317662s infinite drop-113;top:-10%;left:18%;transform:rotate(56.1457deg)}@keyframes drop-113{to{top:110%;left:19%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-114{opacity:.987973;z-index:30;background-color:#263672;width:18px;height:7.2px;animation:4.52657s .636028s infinite drop-114;top:-10%;left:99%;transform:rotate(34.2006deg)}@keyframes drop-114{to{top:110%;left:114%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-115{opacity:.759542;z-index:30;background-color:#d13447;width:4px;height:1.6px;animation:4.91589s .218916s infinite drop-115;top:-10%;left:76%;transform:rotate(301.345deg)}@keyframes drop-115{to{top:110%;left:86%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-116{opacity:.832493;z-index:30;background-color:#263672;width:10px;height:4px;animation:4.40341s .738596s infinite drop-116;top:-10%;left:41%;transform:rotate(56.9836deg)}@keyframes drop-116{to{top:110%;left:51%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-117{opacity:1.19834;z-index:30;background-color:#d13447;width:13px;height:5.2px;animation:4.46124s .317875s infinite drop-117;top:-10%;left:59%;transform:rotate(286.96deg)}@keyframes drop-117{to{top:110%;left:70%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-118{opacity:1.04818;z-index:30;background-color:#263672;width:3px;height:1.2px;animation:4.44411s .943001s infinite drop-118;top:-10%;left:27%;transform:rotate(348.619deg)}@keyframes drop-118{to{top:110%;left:32%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-119{opacity:.789945;z-index:30;background-color:#263672;width:18px;height:7.2px;animation:4.88267s .18659s infinite drop-119;top:-10%;left:90%;transform:rotate(121.955deg)}@keyframes drop-119{to{top:110%;left:92%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-120{opacity:.995578;z-index:30;background-color:#ffbf00;width:11px;height:4.4px;animation:4.76399s .909162s infinite drop-120;top:-10%;left:16%;transform:rotate(207.027deg)}@keyframes drop-120{to{top:110%;left:27%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-121{opacity:.861751;z-index:30;background-color:#d13447;width:1px;height:.4px;animation:4.65656s .350666s infinite drop-121;top:-10%;left:96%;transform:rotate(1.46278deg)}@keyframes drop-121{to{top:110%;left:99%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-122{opacity:1.19804;z-index:30;background-color:#ffbf00;width:17px;height:6.8px;animation:4.49505s .641871s infinite drop-122;top:-10%;left:21%;transform:rotate(356.416deg)}@keyframes drop-122{to{top:110%;left:26%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-123{opacity:1.4103;z-index:30;background-color:#263672;width:12px;height:4.8px;animation:4.05881s .729877s infinite drop-123;top:-10%;left:3%;transform:rotate(305.109deg)}@keyframes drop-123{to{top:110%;left:13%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-124{opacity:1.29903;z-index:30;background-color:#d13447;width:9px;height:3.6px;animation:4.1813s .798762s infinite drop-124;top:-10%;left:21%;transform:rotate(339.268deg)}@keyframes drop-124{to{top:110%;left:35%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-125{opacity:1.04093;z-index:30;background-color:#ffbf00;width:6px;height:2.4px;animation:4.31947s .393924s infinite drop-125;top:-10%;left:20%;transform:rotate(304.344deg)}@keyframes drop-125{to{top:110%;left:34%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-126{opacity:.746241;z-index:30;background-color:#d13447;width:17px;height:6.8px;animation:4.38615s .565317s infinite drop-126;top:-10%;left:85%;transform:rotate(129.096deg)}@keyframes drop-126{to{top:110%;left:89%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-127{opacity:.583763;z-index:30;background-color:#263672;width:8px;height:3.2px;animation:4.8985s .756065ms infinite drop-127;top:-10%;left:74%;transform:rotate(251.443deg)}@keyframes drop-127{to{top:110%;left:89%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-128{opacity:1.11741;z-index:30;background-color:#ffbf00;width:14px;height:5.6px;animation:4.61923s .970631s infinite drop-128;top:-10%;left:50%;transform:rotate(261.719deg)}@keyframes drop-128{to{top:110%;left:61%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-129{opacity:.962427;z-index:30;background-color:#263672;width:14px;height:5.6px;animation:4.03583s .584425s infinite drop-129;top:-10%;left:6%;transform:rotate(92.008deg)}@keyframes drop-129{to{top:110%;left:18%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-130{opacity:.955081;z-index:30;background-color:#263672;width:9px;height:3.6px;animation:4.99363s .527194s infinite drop-130;top:-10%;left:92%;transform:rotate(323.223deg)}@keyframes drop-130{to{top:110%;left:95%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-131{opacity:1.02385;z-index:30;background-color:#ffbf00;width:14px;height:5.6px;animation:4.31185s .783219s infinite drop-131;top:-10%;left:23%;transform:rotate(23.3174deg)}@keyframes drop-131{to{top:110%;left:31%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-132{opacity:.741623;z-index:30;background-color:#ffbf00;width:7px;height:2.8px;animation:4.3541s .843713s infinite drop-132;top:-10%;left:88%;transform:rotate(124.737deg)}@keyframes drop-132{to{top:110%;left:91%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-133{opacity:.888354;z-index:30;background-color:#263672;width:2px;height:.8px;animation:4.57392s .289657s infinite drop-133;top:-10%;left:94%;transform:rotate(110.78deg)}@keyframes drop-133{to{top:110%;left:95%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-134{opacity:1.27485;z-index:30;background-color:#ffbf00;width:18px;height:7.2px;animation:4.3016s .923935s infinite drop-134;top:-10%;left:6%;transform:rotate(226.148deg)}@keyframes drop-134{to{top:110%;left:21%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-135{opacity:.746284;z-index:30;background-color:#263672;width:7px;height:2.8px;animation:4.4608s .845309s infinite drop-135;top:-10%;left:24%;transform:rotate(81.1548deg)}@keyframes drop-135{to{top:110%;left:32%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-136{opacity:1.06066;z-index:30;background-color:#263672;width:9px;height:3.6px;animation:4.30357s .748845s infinite drop-136;top:-10%;left:25%;transform:rotate(185.726deg)}@keyframes drop-136{to{top:110%;left:29%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-137{opacity:.523892;z-index:30;background-color:#d13447;width:5px;height:2px;animation:4.354s .270562s infinite drop-137;top:-10%;left:15%;transform:rotate(289.088deg)}@keyframes drop-137{to{top:110%;left:19%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-138{opacity:1.35182;z-index:30;background-color:#ffbf00;width:6px;height:2.4px;animation:4.89912s .188315s infinite drop-138;top:-10%;left:24%;transform:rotate(295.956deg)}@keyframes drop-138{to{top:110%;left:28%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-139{opacity:1.27857;z-index:30;background-color:#d13447;width:18px;height:7.2px;animation:4.4597s .601014s infinite drop-139;top:-10%;left:76%;transform:rotate(108.029deg)}@keyframes drop-139{to{top:110%;left:80%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-140{opacity:.584553;z-index:30;background-color:#ffbf00;width:18px;height:7.2px;animation:4.03607s .123498s infinite drop-140;top:-10%;left:54%;transform:rotate(176.959deg)}@keyframes drop-140{to{top:110%;left:61%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-141{opacity:1.41722;z-index:30;background-color:#ffbf00;width:18px;height:7.2px;animation:4.23426s .501162s infinite drop-141;top:-10%;left:73%;transform:rotate(85.8677deg)}@keyframes drop-141{to{top:110%;left:84%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-142{opacity:.52685;z-index:30;background-color:#d13447;width:9px;height:3.6px;animation:4.70123s .274131s infinite drop-142;top:-10%;left:25%;transform:rotate(10.4399deg)}@keyframes drop-142{to{top:110%;left:33%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-143{opacity:1.22058;z-index:30;background-color:#ffbf00;width:2px;height:.8px;animation:4.12438s .413469s infinite drop-143;top:-10%;left:82%;transform:rotate(306.123deg)}@keyframes drop-143{to{top:110%;left:90%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-144{opacity:.875993;z-index:30;background-color:#263672;width:17px;height:6.8px;animation:4.47834s 23.3336ms infinite drop-144;top:-10%;left:13%;transform:rotate(176.102deg)}@keyframes drop-144{to{top:110%;left:25%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-145{opacity:1.05076;z-index:30;background-color:#263672;width:6px;height:2.4px;animation:4.55576s .549167s infinite drop-145;top:-10%;left:26%;transform:rotate(11.986deg)}@keyframes drop-145{to{top:110%;left:39%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-146{opacity:1.12013;z-index:30;background-color:#ffbf00;width:19px;height:7.6px;animation:4.10177s .32566s infinite drop-146;top:-10%;left:99%;transform:rotate(61.0866deg)}@keyframes drop-146{to{top:110%;left:108%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-147{opacity:.924154;z-index:30;background-color:#d13447;width:5px;height:2px;animation:4.90206s .104729s infinite drop-147;top:-10%;left:53%;transform:rotate(299.316deg)}@keyframes drop-147{to{top:110%;left:54%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-148{opacity:1.11962;z-index:30;background-color:#ffbf00;width:1px;height:.4px;animation:4.92533s .749503s infinite drop-148;top:-10%;left:92%;transform:rotate(78.697deg)}@keyframes drop-148{to{top:110%;left:101%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-149{opacity:1.25511;z-index:30;background-color:#263672;width:4px;height:1.6px;animation:4.82344s .919883s infinite drop-149;top:-10%;left:4%;transform:rotate(134.824deg)}@keyframes drop-149{to{top:110%;left:16%}}.reward-lottery-wrapper>.lottery_page_contents_body .wrapper .confetti-150{opacity:.998144;z-index:30;background-color:#d13447;width:2px;height:.8px;animation:4.3683s .88672s infinite drop-150;top:-10%;left:73%;transform:rotate(83.7212deg)}@keyframes drop-150{to{top:110%;left:80%}}.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}
