
.Popup.PopupScreen{z-index:9999;-webkit-user-select:none;user-select:none;display:block;position:fixed;top:0;left:0}.Popup.PopupScreen.Active{bottom:0;right:0}.Popup.PopupScreen>.fadeout{animation:.25s animate_fade_out_popup_item}.Popup.PopupScreen .PopupItem{background:#262628;border-radius:12px;animation:.25s animate_fade_in_popup_item;position:absolute;box-shadow:0 0 30px #0005,0 0 30px #000,0 0 60px #00000080;border:0!important}.Popup.PopupScreen .PopupItem .Tag.PopupCloseButton{cursor:pointer;background:#ffffff0f;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:background .2s;display:flex}.Popup.PopupScreen .PopupItem .Tag.PopupCloseButton img{opacity:.6;width:12px;height:12px;filter:none!important}.Popup.PopupScreen .PopupItem .Tag.PopupCloseButton:hover{background:#ffffff1a}.Popup.PopupScreen .PopupItem .Tag.PopupCloseButton:hover img{opacity:1;filter:none!important}@keyframes animate_fade_in_popup_item{0%{opacity:0}to{opacity:1}}@keyframes animate_fade_out_popup_item{0%{opacity:1}to{opacity:0}}
#Footer{background:var(--ThingBet--greyscale--230);z-index:0;flex-direction:row;flex-shrink:0;justify-content:space-around;align-items:center;height:100px;display:flex;position:relative}#Footer .logo{width:60px;display:block}#Footer .copyright{text-align:end;color:var(--ThingBet--greyscale--260);font-size:12px;font-weight:400;line-height:160%}#Footer .copyright span{color:var(--ThingBet--greyscale--240)}#Footer .copyright .brand-name{color:var(--ThingBet--neon-green--10);font-weight:400}#Footer .language_selector{margin-top:-20px;margin-left:0;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}#Footer .language_selector .selected-language{border:1px solid #03f682;border-radius:5px;padding:5px 10px;line-height:26px}
.can-contextmenu{cursor:pointer;-webkit-user-select:none;user-select:none;z-index:100;width:fit-content;min-width:100px;transition:opacity .3s;display:none;position:absolute}.can-contextmenu.init,.can-contextmenu:hover{flex-direction:column;width:auto;display:flex}.can-contextmenu.hide{display:none!important}.can-contextmenu .can-contextmenu-item{position:relative}.can-contextmenu .can-contextmenu-item .label{color:#fff2f2;text-align:center;background:#181d25;border:1px solid #263549;border-bottom:0;justify-content:center;align-items:center;height:30px;padding-left:10px;padding-right:10px;font-size:12px;display:flex;position:relative}.can-contextmenu .can-contextmenu-item .label:hover{color:#03f682}.can-contextmenu .can-contextmenu-item .can-contextmenu-children{opacity:0;width:100px;padding-left:10px;padding-right:10px;transition:all .3s;position:absolute;top:0;transform:none}.can-contextmenu .can-contextmenu-item .can-contextmenu-children:first-child .label{border-top-left-radius:6px;border-top-right-radius:6px}.can-contextmenu .can-contextmenu-item .can-contextmenu-children:last-child .label{border-bottom:1px solid #2a2e37;border-bottom-right-radius:6px;border-bottom-left-radius:6px}.can-contextmenu .can-contextmenu-item:hover>.can-contextmenu-children{opacity:1;padding:0;transition:all .3s;position:absolute;top:0;left:-10px;transform:translate(calc(100% + 10px))}.can-contextmenu .can-contextmenu-item:hover>.can-contextmenu-children .can-contextmenu-item:first-child .label{border-radius:6px 6px 0 0}.can-contextmenu .can-contextmenu-item:hover>.can-contextmenu-children .can-contextmenu-item .label{border-radius:0}.can-contextmenu .can-contextmenu-item:hover>.can-contextmenu-children .can-contextmenu-item:last-child .label{border-bottom:1px solid #2a2e37;border-bottom-right-radius:6px;border-bottom-left-radius:6px}.can-contextmenu .can-contextmenu-item:first-child .label{border-top-left-radius:6px;border-top-right-radius:6px}.can-contextmenu .can-contextmenu-item:last-child .label{border-bottom:1px solid #2a2e37;border-bottom-right-radius:6px;border-bottom-left-radius:6px}
.Notifications{flex-direction:column;justify-content:flex-start;gap:20px;max-width:1400px;margin:40px auto;display:flex;position:relative}@media screen and (min-width:1200px){.Notifications{min-height:calc(100vh - 450px)}}@media screen and (max-width:1500px){.Notifications{max-width:1200px;padding-left:25px;padding-right:25px}}.Notifications .notifications-header{color:#fff}.Notifications .notifications-header h1{font-size:22px;font-weight:400;display:inline}
.NotificationItem{cursor:pointer;border-radius:20px;margin-bottom:20px;transition:all .5s;overflow:hidden}.NotificationItem:hover{filter:brightness(1.1);transform:scale(1.01)}.NotificationItem .content{background:#2a2e37;border-radius:20px;align-items:center;gap:20px;padding:20px;display:flex;overflow:hidden}.NotificationItem .content .icon{border-radius:50%;flex-shrink:0;width:70px;height:70px;overflow:hidden}.NotificationItem .content .icon img{-o-object-fit:contain;object-fit:contain;flex-shrink:0;width:100%;height:100%}.NotificationItem .content .details{flex:1}.NotificationItem .content .details .subject,.NotificationItem .content .details .message{color:var(--ThingBet--text-neutral-primary);margin-bottom:10px}.NotificationItem .content .details .header{justify-content:space-between;align-items:center;display:flex}.NotificationItem .content .details .header .subject{align-items:center;gap:10px;font-size:16px;display:flex}.NotificationItem .content .details .header .subject .indicator{background:#03f682;border-radius:50%;width:8px;height:8px}.NotificationItem .content .details .message{font-size:13px}.NotificationItem .content .date-time{color:var(--ThingBet--text-neutral-primary);align-self:flex-start;margin-left:auto}.NotificationItem .notification-reward-summary{flex-wrap:wrap;gap:16px;margin-top:12px;display:flex}.NotificationItem .notification-reward-summary .reward-item{text-align:center;flex-direction:column;align-items:center;display:flex}.NotificationItem .notification-reward-summary .reward-item img{cursor:pointer;width:25px;height:25px}
.NotificationListPopup{color:#fff;flex-direction:column;width:50vw;height:calc(80vh - 10px);padding:30px;display:flex;top:50vh;left:50vw;transform:translate(-50%,-50%);-webkit-backdrop-filter:none!important;backdrop-filter:none!important;box-shadow:none!important;border:none!important}.NotificationListPopup>.popup-header{justify-content:space-between;padding-bottom:20px;display:flex}.NotificationListPopup>.popup-header>h1{color:#fff;text-shadow:0 0 #ea23a7,0 0 10px #ea23a7,0 0 30px #ea23a7;letter-spacing:3px;font-family:Cyber-Brush-Regular}.NotificationListPopup>.popup-header>.close-wrapper{align-items:center;display:flex}.NotificationListPopup>.notifications-list{height:100%;padding-right:10px;overflow-y:auto}.NotificationListPopup>.notifications-list::-webkit-scrollbar{width:5px}.NotificationListPopup>.notifications-list::-webkit-scrollbar-track{background:0 0}.NotificationListPopup>.notifications-list::-webkit-scrollbar-thumb{background:var(--ThingBet--pink--50)}.NotificationListPopup>.notifications-list>.NotificationItem,.NotificationListPopup>.notifications-list>.NotificationItem>.content{border-radius:unset!important}
.Event{display:flex}.Event .sidebar{background:var(--ThingBet--background-neutral-primary);z-index:100;border-right:1px solid #353535;flex-direction:column;flex-shrink:0;justify-content:flex-start;width:500px;height:calc(100vh - 130px);position:sticky;top:0;left:0;overflow:scroll}.Event .sidebar::-webkit-scrollbar{display:none}.Event .sidebar .menu-box{font-size:13px;transition:all .25s}.Event .sidebar .menu-box .main-menu{cursor:pointer;border-bottom:1px solid #67676757;flex-direction:column;justify-content:center;width:250px;transition:all .25s;display:flex}.Event .sidebar .menu-box .main-menu .item{justify-content:space-between;align-items:center;height:60px;padding:20px 30px;display:flex}.Event .sidebar .menu-box .main-menu .item.active{background:#03f682}.Event .sidebar .menu-box .main-menu .item.active .label,.Event .sidebar .menu-box .main-menu .item.active .right-side .count{color:#fff;line-height:63px}.Event .sidebar .menu-box .main-menu .item .label{color:var(--ThingBet--text-neutral-secondary);transition:all .25s}.Event .sidebar .menu-box .main-menu .item .left-side{flex-grow:1;height:60px;line-height:63px}.Event .sidebar .menu-box .main-menu .item .right-side{justify-content:center;align-items:center;display:flex}.Event .sidebar .menu-box .main-menu .item .right-side img{filter:brightness()sepia(.6);justify-content:center;align-items:center;width:15px;display:flex}.Event .sidebar .menu-box .main-menu .item .right-side .count{color:#abb5c0;margin-left:20px;font-weight:600;transition:all .25s}.Event .sidebar .menu-box .main-menu .item.all .label{align-items:center;gap:12px;display:flex}.Event .sidebar .menu-box .main-menu .item.all .label .icon{opacity:.75;transition:all .25s;transform:scale(.85)}.Event .sidebar .menu-box .main-menu .item .submenu-box{cursor:pointer;opacity:0;flex-direction:column;flex-shrink:0;width:250px;height:0;transition:opacity .25s;display:flex;position:absolute;top:0;left:250px;overflow:hidden}.Event .sidebar .menu-box .main-menu .item .submenu-box .sub-menu{display:block;position:relative}.Event .sidebar .menu-box .main-menu .item .submenu-box .sub-menu .item{background:var(--ThingBet--background-neutral-secondary);border-bottom:1px solid var(--ThingBet--background-neutral-primary);justify-content:space-between;align-items:center;height:61px;padding:0 0 0 25px;display:block}.Event .sidebar .menu-box .main-menu .item .submenu-box .sub-menu .item .label{color:var(--ThingBet--text-neutral-secondary);line-height:63px}.Event .sidebar .menu-box .main-menu .item .submenu-box .sub-menu .item:hover{background-color:#03f682;transition:all .25s}.Event .sidebar .menu-box .main-menu .item .submenu-box .sub-menu .item:hover .label{color:#fff;text-shadow:0 0 #fff,0 0 5px #03f682,0 0 20px #03f682}.Event .sidebar .menu-box .main-menu .item .submenu-box .sub-menu .item:first-child{border-top:1px solid #333;height:62px}.Event .sidebar .menu-box .main-menu .item .submenu-box .sub-menu .item.active{background:#03f682}.Event .sidebar .menu-box .main-menu .item .submenu-box .sub-menu .item.active .label{color:#fff}.Event .sidebar .menu-box .main-menu .item.active .submenu-box{background:var(--ThingBet--background-neutral-primary);opacity:1;height:100%;margin-top:100px;overflow-y:scroll}.Event .sidebar .menu-box .main-menu .item.active .submenu-box::-webkit-scrollbar{display:none}.Event .sidebar .menu-box.title>.main-menu .item{flex-direction:column;justify-content:center;width:500px;height:100px;display:flex}.Event .sidebar .menu-box.title>.main-menu .item .upperline{background-color:#03f682;width:250px;height:5px;display:none}.Event .sidebar .menu-box.title>.main-menu .item .label{color:#fff;font-family:Pretendard,sans-serif;font-size:25px;font-weight:600}.Event .sidebar .menu-box.title>.main-menu .item .underline{background-color:#03f682;border-radius:5px;width:100px;height:5px;margin-top:10px;display:none}.Event .sidebar .menu-box.title>.main-menu:hover{background-color:#0000}.Event .sidebar .menu-box.new-category{width:250px;bottom:0}.Event .sidebar .menu-box.new-category>.main-menu .item img{width:20px;margin-right:-5px}.Event .sidebar .menu-box.new-category>.main-menu:hover{background-color:#ffffff05}.Event .sidebar::-webkit-scrollbar{width:5px;height:0}.Event .sidebar::-webkit-scrollbar-track{background:#2a2e37}.Event .sidebar::-webkit-scrollbar-thumb{background:#53647a}.Event .content{background:var(--ThingBet--background-neutral-primary);z-index:10;border-radius:5px;justify-content:center;align-items:center;width:100%;margin:20px;padding-top:50px;display:flex;position:relative}.Event .content .main-content{z-index:10;width:100%;min-height:250px;padding:20px}.Event .content .main-content>h1,.Event .content .main-content h2,.Event .content .main-content h3,.Event .content .main-content h4,.Event .content .main-content h5,.Event .content .main-content h6,.Event .content .main-content p,.Event .content .main-content div,.Event .content .main-content span,.Event .content .main-content strong{font-family:Pretendard,sans-serif!important}.Event .content .main-content img{max-height:max(100vh - 300px,500px)}.Event .content .main-content>table,.Event .content .main-content tr,.Event .content .main-content td{box-sizing:border-box;table-layout:auto;border-collapse:collapse;border:1px solid #fff!important}.Event .content .main-content>table td,.Event .content .main-content tr td,.Event .content .main-content td td{padding:10px}.Event .content .main-content>ol,.Event .content .main-content ul,.Event .content .main-content li{color:#fff!important}.Event .content .main-content>table{margin:0 auto}.Event .content .main-content.no-data{color:#fff}.Event .content .bg-holder{z-index:0;opacity:.3;background-color:#000;background-repeat:no-repeat;background-size:cover;border-radius:5px;position:absolute;inset:0}.Event .content .header .title{color:#fff;text-shadow:0 0 #fff,0 0 5px #03f682,0 0 20px #03f682;z-index:10;background:linear-gradient(97deg,#1b222c 56%,#0e131b00 100%);border-left:5px solid #03f682;padding:10px 15px;font-size:25px;position:absolute;top:0;left:0}.Event .content .header .update-dt{color:#becdd850;font-size:11px;font-weight:600;position:absolute;top:60px;left:10px}.Event .content .no-banner-notice{color:#fff;justify-content:center;align-items:center;min-width:520px;min-height:780px;font-size:24px}.Event .control-btn{z-index:200;position:absolute;bottom:50px;right:20px}.Event .control-btn .edit-btn,.Event .control-btn .add-btn{cursor:pointer;background-color:#000;border-radius:10px;margin:10px;padding:10px}.Event .control-btn .edit-btn.disabled:hover,.Event .control-btn .add-btn.disabled:hover{cursor:not-allowed;background-color:#000}.Event .control-btn .edit-btn.disabled:hover img,.Event .control-btn .add-btn.disabled:hover img{filter:brightness(50%)sepia(.7)}.Event .control-btn .edit-btn img,.Event .control-btn .add-btn img{filter:brightness(50%)sepia(.7);width:25px;height:25px;transition:all .25s}.Event .control-btn .edit-btn:hover,.Event .control-btn .add-btn:hover{background-color:#ffffff05}.Event .control-btn .edit-btn:hover img,.Event .control-btn .add-btn:hover img{filter:brightness();transition:all .25s}
.EventsPopup{color:#fff;flex-direction:column;width:fit-content;min-width:700px;height:fit-content;min-height:500px;padding:30px;display:flex;top:50vh;left:50vw;transform:translate(-50%,-50%);-webkit-backdrop-filter:none!important;backdrop-filter:none!important;box-shadow:none!important;border:none!important}.EventsPopup>.popup-header{justify-content:space-between;padding-bottom:20px;display:flex}.EventsPopup>.popup-header>span{font-size:30px}.EventsPopup>.Event>.sidebar{border:1px solid #111827;height:55vh;overflow:hidden}.EventsPopup>.Event>.sidebar>.menu-box.title{display:none}.EventsPopup>.Event>.sidebar>.menu-box .submenu-box{margin-top:unset!important;top:-1px!important;left:260px!important}.EventsPopup>.Event>.content{padding-top:unset;margin:0 20px 20px}.EventsPopup>.Event>.content>.header{display:none}.EventsPopup>.Event>.content>img{min-width:520px;min-height:780px}.EventsPopup>.Event>.LoadingScreen{min-width:unset}
.TermsOfUsePopup{color:#fff;flex-direction:column;height:calc(80vh - 10px);padding:30px;display:flex;top:50vh;left:50vw;transform:translate(-50%,-50%);-webkit-backdrop-filter:none!important;backdrop-filter:none!important;box-shadow:none!important;border:none!important}.TermsOfUsePopup>.popup-header{justify-content:space-between;padding-bottom:20px;display:flex}.TermsOfUsePopup>.popup-header>.popup-header-title-tou{align-items:center;gap:10px;display:flex}.TermsOfUsePopup>.popup-header>.popup-header-title-tou .header-icon{width:24px;height:24px}.TermsOfUsePopup>.popup-header>.popup-header-title-tou>h4{color:var(--ThingBet--greyscale--280);margin:0;font-family:PyeongChangPeace,sans-serif;font-size:22px;font-weight:700}@media (max-width:390px){.TermsOfUsePopup>.popup-header>.popup-header-title-tou>h4{font-size:18px}}.TermsOfUsePopup>.account-layout{border-radius:10px}.TermsOfUsePopup>.account-layout>.account-layout-header,.TermsOfUsePopup>.account-layout>.account-layout-body-wrapper>.account-layout-body>.account-sidebar{display:none}.TermsOfUsePopup>.account-layout>.account-layout-body-wrapper>.account-layout-body>main>.terms-content .terms-main-section{min-width:750px}.TermsOfUsePopup>.account-layout>.account-layout-body-wrapper>.account-layout-body>main>.terms-content .terms-main-section .terms-content-area{scrollbar-width:thin}
.CSCenterPopup{color:#fff;flex-direction:column;width:fit-content;height:fit-content;padding:30px;display:flex;top:50vh;left:50vw;transform:translate(-50%,-50%);-webkit-backdrop-filter:none!important;backdrop-filter:none!important;box-shadow:none!important;border:none!important}.CSCenterPopup>.popup-header{justify-content:space-between;padding-bottom:20px;display:flex}.CSCenterPopup>.popup-header>img{width:25%}.CSCenterPopup>.popup-header>.close-wrapper{align-items:center;display:flex}.CSCenterPopup>.cscenter-container>.cscenter-contents-box.main{padding:unset}.CSCenterPopup>.cscenter-container>.cscenter-contents-box .cscenter-fqa-list-box{padding:10px 15px 10px 0!important}.CSCenterPopup>.cscenter-container>.cscenter-contents-box .cscenter-concern-list-box{padding:10px 0 10px 15px!important}
.cscenter-container>.cscenter-visual-box{height:400px;transition:all .5s;position:relative;overflow:hidden}.cscenter-container>.cscenter-visual-box.shrink{height:250px;transition:all .5s}.cscenter-container>.cscenter-visual-box.shrink>.casino-visual-contents>.casino-visual-concern-box{transition:all .5s;top:36%}.cscenter-container>.cscenter-visual-box.shrink>.casino-visual-contents>.casino-visual-concern-box>.btn-casino-concern{width:0;height:0;transition:all .5s;overflow:hidden}.cscenter-container>.cscenter-visual-box>iframe{filter:brightness(.5)blur(5px);width:100vw;height:56.66vw;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cscenter-container>.cscenter-visual-box>.casino-visual-contents{width:100%;min-width:1200px;max-width:1400px;height:400px;margin:0 auto;position:relative}.cscenter-container>.cscenter-visual-box>.casino-visual-contents>.casino-visual-concern-box{transition:all .5s;position:absolute;top:50%;left:20px;transform:translateY(-50%)}.cscenter-container>.cscenter-visual-box>.casino-visual-contents>.casino-visual-concern-box>.casino-visual-label-01{color:#fff;font-size:30px;font-weight:400}.cscenter-container>.cscenter-visual-box>.casino-visual-contents>.casino-visual-concern-box>.casino-visual-label-02{color:#fff;font-size:30px}.cscenter-container>.cscenter-visual-box>.casino-visual-contents>.casino-visual-concern-box>.casino-visual-label-03{color:#fff;margin-top:20px;font-size:15px;font-weight:100}.cscenter-container>.cscenter-visual-box>.casino-visual-contents>.casino-visual-concern-box>.casino-visual-label-04{color:#fff;margin-bottom:40px;font-size:15px;font-weight:100}.cscenter-container>.cscenter-visual-box>.casino-visual-contents>.casino-visual-concern-box>.btn-casino-concern{color:var(--ThingBet--text-neutral-disabled);background:var(--ThingBet--background-neutral-inverse-primary);text-align:center;cursor:pointer;justify-content:center;align-items:center;width:140px;height:36px;font-size:15px;line-height:36px;text-decoration:none;transition:all .5s;display:flex}.cscenter-container>.cscenter-visual-box>.casino-visual-contents>.casino-visual-concern-box>.btn-casino-concern:hover{color:var(--ThingBet--text-brand-orange-primary);background:#fff;transition:all .3s}.cscenter-container>.cscenter-visual-box>.casino-visual-contents>.casino-visual-concern-box>.btn-casino-concern:active{color:#03f682;background:#fff;transition:all .1s;box-shadow:0 0 10px #91d8ff,0 0 30px #03f682}.cscenter-container>.cscenter-contents-box{width:100%;min-width:1200px;max-width:1400px;margin:0 auto}.cscenter-container>.cscenter-contents-box:not(.active){height:0;padding:0;overflow:hidden}.cscenter-container>.cscenter-contents-box>.cscenter-nav{color:#fff;text-transform:capitalize;border-bottom:1px solid #7b7d82;gap:10px;width:100%;margin-bottom:30px;margin-right:23px;padding-bottom:20px;padding-left:10px;font-size:20px;display:flex}.cscenter-container>.cscenter-contents-box>.cscenter-nav .arrow{color:#97a2a9;padding-left:5px;font-weight:600;transform:scaleY(50%)}.cscenter-container>.cscenter-contents-box>.cscenter-nav .label{font-family:Pretendard,sans-serif;font-weight:400}.cscenter-container>.cscenter-contents-box>.cscenter-nav .label.activable:hover{color:#03f682;cursor:pointer}.cscenter-container>.cscenter-contents-box.main{justify-content:space-between;padding-top:29px;padding-bottom:69px;display:flex}.cscenter-container>.cscenter-contents-box.main>.cscenter-fqa-list-box{width:50%;padding:20px 10px 20px 20px}.cscenter-container>.cscenter-contents-box.main>.cscenter-fqa-list-box>.cscenter-faq-title{color:#fff;border-bottom:1px solid #ffffff75;height:70px;font-size:20px;line-height:70px;position:relative}.cscenter-container>.cscenter-contents-box.main>.cscenter-fqa-list-box>.cscenter-faq-title>span{color:#03f682;font-weight:600}.cscenter-container>.cscenter-contents-box.main>.cscenter-fqa-list-box>.cscenter-faq-title>.btn-more{cursor:pointer;font-size:15px;position:absolute;top:50%;right:0;transform:translateY(-50%)}.cscenter-container>.cscenter-contents-box.main>.cscenter-fqa-list-box>.cscenter-faq-title>.btn-more:hover{color:#03f682;font-weight:600}.cscenter-container>.cscenter-contents-box.main>.cscenter-fqa-list-box>.cscenter-fqa-item-box-container>.cscenter-fqa-item-box{cursor:pointer;border-bottom:1px dotted #fff3;height:60px;display:flex}.cscenter-container>.cscenter-contents-box.main>.cscenter-fqa-list-box>.cscenter-fqa-item-box-container>.cscenter-fqa-item-box>.cscenter-fqa-item-category{color:#fffe;text-transform:capitalize;width:fit-content;padding-left:10px;padding-right:10px;font-size:15px;font-weight:100;line-height:60px}.cscenter-container>.cscenter-contents-box.main>.cscenter-fqa-list-box>.cscenter-fqa-item-box-container>.cscenter-fqa-item-box>.cscenter-fqa-item-title{color:#fffe;white-space:nowrap;text-overflow:ellipsis;flex-grow:1;width:70%;padding-left:10px;font-size:15px;font-weight:100;line-height:60px;overflow:hidden}.cscenter-container>.cscenter-contents-box.main>.cscenter-fqa-list-box>.cscenter-fqa-item-box-container>.cscenter-fqa-item-box:hover{background:#c20081}.cscenter-container>.cscenter-contents-box.main>.cscenter-concern-list-box{width:50%;padding:20px 20px 20px 10px;position:relative}.cscenter-container>.cscenter-contents-box.main>.cscenter-concern-list-box>.cscenter-concern-title{color:#fff;border-bottom:1px solid #ffffff75;height:70px;font-size:20px;line-height:70px;position:relative}.cscenter-container>.cscenter-contents-box.main>.cscenter-concern-list-box>.cscenter-concern-title>span{color:#03f682;font-weight:600}.cscenter-container>.cscenter-contents-box.main>.cscenter-concern-list-box>.cscenter-concern-title>.btn-more{cursor:pointer;font-size:15px;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.cscenter-container>.cscenter-contents-box.main>.cscenter-concern-list-box>.cscenter-concern-title>.btn-more:hover{color:#03f682;font-weight:600}.cscenter-container>.cscenter-contents-box.main>.cscenter-concern-list-box>.cscenter-concern-item-box{cursor:pointer;border-bottom:1px dotted #fff3;height:60px;display:flex}.cscenter-container>.cscenter-contents-box.main>.cscenter-concern-list-box>.cscenter-concern-item-box>.cscenter-concern-category{white-space:nowrap;text-overflow:ellipsis;color:#fffe;text-transform:capitalize;width:140px;padding-left:10px;font-size:15px;font-weight:100;line-height:60px;overflow:hidden}.cscenter-container>.cscenter-contents-box.main>.cscenter-concern-list-box>.cscenter-concern-item-box>.cscenter-concern-title{color:#fffe;white-space:nowrap;text-overflow:ellipsis;flex-grow:1;width:60%;font-size:15px;font-weight:100;line-height:60px;overflow:hidden}.cscenter-container>.cscenter-contents-box.main>.cscenter-concern-list-box>.cscenter-concern-item-box>.cscenter-concern-status{color:#fffe;text-align:right;padding-left:10px;padding-right:10px;font-size:15px;font-weight:100;line-height:60px}.cscenter-container>.cscenter-contents-box.main>.cscenter-concern-list-box>.cscenter-concern-item-box:hover{background:#c20081}.cscenter-container>.cscenter-contents-box.write_concern{flex-wrap:wrap;justify-content:space-between;padding-top:34px;padding-bottom:64px;padding-left:24px;transition:all .5s;display:flex}.cscenter-container>.cscenter-contents-box.write_concern>.cscenter-form{color:#fff;flex-direction:column;flex-grow:0;flex-shrink:0;width:400px;margin-top:12px;display:flex}.cscenter-container>.cscenter-contents-box.write_concern>.cscenter-form .title{text-transform:capitalize;margin-bottom:16px;font-size:25px}.cscenter-container>.cscenter-contents-box.write_concern>.cscenter-form .title span{color:#03f682;font-weight:600}.cscenter-container>.cscenter-contents-box.write_concern>.cscenter-form .form-group{flex-direction:column;gap:6px;margin-bottom:12px;display:flex}.cscenter-container>.cscenter-contents-box.write_concern>.cscenter-form .form-group .label{text-transform:capitalize;width:80px;font-size:16px}.cscenter-container>.cscenter-contents-box.write_concern>.cscenter-form .form-group input,.cscenter-container>.cscenter-contents-box.write_concern>.cscenter-form .form-group select,.cscenter-container>.cscenter-contents-box.write_concern>.cscenter-form .form-group textarea{text-align:start;color:#ffffffbf;background-color:#5252524d;border:1px solid #0000;border-radius:4px;outline:none;width:100%;height:40px;margin-bottom:4px;padding-left:6px;padding-right:6px;font-size:14px;font-weight:400;box-shadow:inset 0 0 30px #0005,0 0 1px #cecece80,0 0 3px #0a283d55}.cscenter-container>.cscenter-contents-box.write_concern>.cscenter-form .form-group input:focus,.cscenter-container>.cscenter-contents-box.write_concern>.cscenter-form .form-group select:focus,.cscenter-container>.cscenter-contents-box.write_concern>.cscenter-form .form-group textarea:focus{color:#fff}.cscenter-container>.cscenter-contents-box.write_concern>.cscenter-form .form-group input::-moz-placeholder{color:#ffffff75;padding-left:5px}.cscenter-container>.cscenter-contents-box.write_concern>.cscenter-form .form-group select::-moz-placeholder{color:#ffffff75;padding-left:5px}.cscenter-container>.cscenter-contents-box.write_concern>.cscenter-form .form-group textarea::-moz-placeholder{color:#ffffff75;padding-left:5px}.cscenter-container>.cscenter-contents-box.write_concern>.cscenter-form .form-group input::placeholder,.cscenter-container>.cscenter-contents-box.write_concern>.cscenter-form .form-group select::placeholder,.cscenter-container>.cscenter-contents-box.write_concern>.cscenter-form .form-group textarea::placeholder{color:#ffffff75;padding-left:5px}.cscenter-container>.cscenter-contents-box.write_concern>.cscenter-form .form-group input{padding:0 16px}.cscenter-container>.cscenter-contents-box.write_concern>.cscenter-form .form-group textarea{resize:none;height:200px;padding:12px 16px;overflow:auto}.cscenter-container>.cscenter-contents-box.write_concern>.cscenter-form .form-group textarea::-webkit-scrollbar{width:1em}.cscenter-container>.cscenter-contents-box.write_concern>.cscenter-form .form-group textarea::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px #0000004d}.cscenter-container>.cscenter-contents-box.write_concern>.cscenter-form .form-group textarea::-webkit-scrollbar-thumb{background-color:#a9a9a9;outline:1px solid #708090}.cscenter-container>.cscenter-contents-box.write_concern>.cscenter-form .form-group select{appearance:none;text-transform:capitalize;background-image:url(/img/expand_arrow_icon.png);background-position:right 20px center;background-repeat:no-repeat;background-size:10px;padding-left:16px}.cscenter-container>.cscenter-contents-box.write_concern>.cscenter-form .form-group select option:disabled{color:#ffffff80}.cscenter-container>.cscenter-contents-box.write_concern>.cscenter-form .form-group select option:nth-child(2n){background-color:#4f4f4f}.cscenter-container>.cscenter-contents-box.write_concern>.cscenter-form .form-group select option:nth-child(odd){background-color:#333232}.cscenter-container>.cscenter-contents-box.write_concern>.cscenter-form .form-group>.category-list{align-items:center;gap:15px;font-size:14px;display:flex}.cscenter-container>.cscenter-contents-box.write_concern>.cscenter-form .submit-btn{color:#000;cursor:pointer;text-transform:capitalize;background:#03f682;border:none;border-radius:8px;justify-content:center;align-items:center;width:100%;height:50px;font-size:16px;font-weight:800;line-height:36px;transition:all .2s;display:flex;position:relative}.cscenter-container>.cscenter-contents-box.write_concern>.cscenter-form .submit-btn:hover{color:#fff;background-color:#2a2e37;transition:all .2s}.cscenter-container>.cscenter-contents-box.write_concern>.cscenter-form .submit-btn:active{background-color:#181e25}.cscenter-container>.cscenter-contents-box.write_concern>.cscenter-concern-list-box{flex-grow:1;min-width:30%;max-width:70%;margin-top:-10px;padding:0 24px 10px 30px;position:relative}.cscenter-container>.cscenter-contents-box.write_concern>.cscenter-concern-list-box>.cscenter-concern-title{color:#fff;text-transform:capitalize;border-bottom:1px solid #ffffff75;height:70px;font-size:20px;line-height:70px;position:relative}.cscenter-container>.cscenter-contents-box.write_concern>.cscenter-concern-list-box>.cscenter-concern-title>span{color:#03f682;font-weight:600}.cscenter-container>.cscenter-contents-box.write_concern>.cscenter-concern-list-box>.cscenter-concern-title>.btn-more{display:none}.cscenter-container>.cscenter-contents-box.write_concern>.cscenter-concern-list-box>.cscenter-concern-item-box{cursor:pointer;border-bottom:1px dotted #fff3;height:60px;display:flex}.cscenter-container>.cscenter-contents-box.write_concern>.cscenter-concern-list-box>.cscenter-concern-item-box>.cscenter-concern-category{color:#fffe;text-transform:capitalize;width:140px;padding:0 10px;font-size:15px;font-weight:100;line-height:60px}.cscenter-container>.cscenter-contents-box.write_concern>.cscenter-concern-list-box>.cscenter-concern-item-box>.cscenter-concern-title{color:#fffe;white-space:nowrap;text-overflow:ellipsis;flex-grow:1;max-width:449px;margin-right:auto;padding:0 12px;font-size:15px;font-weight:100;line-height:60px;overflow:hidden}.cscenter-container>.cscenter-contents-box.write_concern>.cscenter-concern-list-box>.cscenter-concern-item-box>.cscenter-concern-status{color:#fffe;text-align:right;padding-left:10px;padding-right:10px;font-size:15px;font-weight:100;line-height:60px}.cscenter-container>.cscenter-contents-box.write_concern>.cscenter-concern-list-box>.cscenter-concern-item-box:hover{background:#c20081}.cscenter-container>.cscenter-contents-box.write_concern>.cscenter-concern-list-box>.pagination-container{position:absolute;bottom:-10px;left:10%;right:10%}.cscenter-container>.cscenter-contents-box.write_concern>.cscenter-concern-list-box>.pagination-container .Tag.PageNation{background:0 0}.cscenter-container>.cscenter-contents-box.write_concern>.cscenter-fqa-list-box{width:100%;padding:20px 28px 20px 0}.cscenter-container>.cscenter-contents-box.write_concern>.cscenter-fqa-list-box>.cscenter-faq-title{color:#fff;border-bottom:1px solid #ffffff75;height:70px;font-size:20px;line-height:70px;position:relative}.cscenter-container>.cscenter-contents-box.write_concern>.cscenter-fqa-list-box>.cscenter-faq-title>span{color:#03f682;font-weight:600}.cscenter-container>.cscenter-contents-box.write_concern>.cscenter-fqa-list-box>.cscenter-faq-title>.btn-more{display:none}.cscenter-container>.cscenter-contents-box.write_concern>.cscenter-fqa-list-box>.cscenter-fqa-item-box-container{height:600px}.cscenter-container>.cscenter-contents-box.write_concern>.cscenter-fqa-list-box>.cscenter-fqa-item-box-container>.cscenter-fqa-item-box{cursor:pointer;border-bottom:1px dotted #fff3;height:60px;display:flex}.cscenter-container>.cscenter-contents-box.write_concern>.cscenter-fqa-list-box>.cscenter-fqa-item-box-container>.cscenter-fqa-item-box>.cscenter-fqa-item-category{color:#fffe;text-transform:capitalize;width:fit-content;padding:0 12px;font-size:15px;font-weight:100;line-height:60px}.cscenter-container>.cscenter-contents-box.write_concern>.cscenter-fqa-list-box>.cscenter-fqa-item-box-container>.cscenter-fqa-item-box>.cscenter-fqa-item-title{color:#fffe;white-space:nowrap;text-overflow:ellipsis;flex-grow:1;width:70%;padding:0 12px;font-size:15px;font-weight:100;line-height:60px;overflow:hidden}.cscenter-container>.cscenter-contents-box.write_concern>.cscenter-fqa-list-box>.cscenter-fqa-item-box-container>.cscenter-fqa-item-box:hover{background:#c20081}
.LotteryPopup{color:#fff;flex-direction:column;width:fit-content;height:fit-content;padding:30px;display:flex;top:50vh;left:50vw;transform:translate(-50%,-50%);-webkit-backdrop-filter:none!important;backdrop-filter:none!important;box-shadow:none!important;background:#15181f!important;border:none!important}.LotteryPopup .reward-games-container{background:red}.LotteryPopup>.popup-header{justify-content:center;margin-bottom:20px;display:flex;position:relative}.LotteryPopup>.popup-header>img{filter:drop-shadow(0 0 16px #fc02d2);width:300px}.LotteryPopup>.popup-header>.close-wrapper{height:fit-content;position:absolute;top:0;right:0}.LotteryPopup>.popup-header>.close-wrapper .Close-Btn-Icon{filter:brightness(0)saturate()invert()sepia(1%)saturate(0%)hue-rotate(140deg)brightness(102%)contrast();width:30px;height:30px}
.Lottery{-webkit-user-select:none;user-select:none;-webkit-user-drag:none;width:100%;color:var(--ThingBet--text-neutral-primary);background-position:top;background-repeat:no-repeat;background-size:100%;flex-direction:column;align-items:center;display:flex;position:relative}.Lottery .background-container{width:100%;height:500px;transition:all .5s;position:absolute;background-position:50%!important;background-repeat:no-repeat!important;background-size:cover!important}.Lottery .background-container:before{content:"";background:linear-gradient(184deg,#0000 0%,#0c0e17 100%);width:100%;height:100%;position:absolute;inset:0;background-attachment:scroll!important}.Lottery .change-background{cursor:pointer;background:0 0;padding:10px;transition:all .4s;position:absolute;top:40px;right:30px}.Lottery .change-background:hover{box-shadow:0 0 20px #fff}.Lottery .change-background img{filter:invert()}.Lottery .lottery-history-view{flex-direction:column;gap:12px;width:100%;display:flex}.Lottery .lottery-history-view .lottery-history-header{justify-content:flex-end;padding:8px 0;display:flex}.Lottery .lottery-history-view .lottery-history-header .lottery-history-size-selector{gap:8px;display:flex}.Lottery .lottery-history-view .lottery-history-header .lottery-history-size-selector .size-btn{background:var(--ThingBet--greyscale--220,#3a3a3a);min-width:48px;height:36px;color:var(--ThingBet--greyscale--260,#e0e0e0);cursor:pointer;border:none;border-radius:20px;padding:0 16px;font-size:14px;font-weight:500;transition:all .2s}.Lottery .lottery-history-view .lottery-history-header .lottery-history-size-selector .size-btn:hover{background:var(--ThingBet--greyscale--230,#4a4a4a)}.Lottery .lottery-history-view .lottery-history-header .lottery-history-size-selector .size-btn.active{background:var(--ThingBet--greyscale--240,#555);color:#fff}.Lottery .lottery-history-view .lottery-history-content{flex-direction:column;gap:8px;max-height:400px;padding-right:4px;display:flex;overflow-y:auto}.Lottery .lottery-history-view .lottery-history-content::-webkit-scrollbar{width:6px}.Lottery .lottery-history-view .lottery-history-content::-webkit-scrollbar-track{background:var(--ThingBet--greyscale--210,#222);border-radius:3px}.Lottery .lottery-history-view .lottery-history-content::-webkit-scrollbar-thumb{background:var(--ThingBet--greyscale--230,#555);border-radius:3px}.Lottery .lottery-history-view .lottery-history-content .lottery-history-card{background:var(--ThingBet--greyscale--220,#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}.Lottery .lottery-history-view .lottery-history-content .lottery-history-card:hover{background:var(--ThingBet--greyscale--225,#333)}.Lottery .lottery-history-view .lottery-history-content .lottery-history-card.selected{background:var(--ThingBet--greyscale--225,#333);border-color:#00bfff}.Lottery .lottery-history-view .lottery-history-content .lottery-history-card .lottery-history-card-left{flex-direction:column;gap:4px;display:flex}.Lottery .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}.Lottery .lottery-history-view .lottery-history-content .lottery-history-card .lottery-history-card-left .lottery-history-card-row .label{color:var(--ThingBet--greyscale--240,#888)}.Lottery .lottery-history-view .lottery-history-content .lottery-history-card .lottery-history-card-left .lottery-history-card-row .value{color:var(--ThingBet--greyscale--260,#e0e0e0);font-weight:500}.Lottery .lottery-history-view .lottery-history-content .lottery-history-card .lottery-history-card-left .lottery-history-tag{background:var(--ThingBet--neon-green--10,#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}.Lottery .lottery-history-view .lottery-history-content .lottery-history-card .lottery-history-card-left .lottery-history-tag .tag-icon{font-size:10px}.Lottery .lottery-history-view .lottery-history-content .lottery-history-card .lottery-history-card-left .lottery-history-tag .tag-text{text-transform:lowercase}.Lottery .lottery-history-view .lottery-history-content .lottery-history-card .lottery-history-card-left .lottery-history-amount{color:var(--ThingBet--neon-green--10,#00c853);margin-top:8px;font-size:18px;font-weight:700}.Lottery .lottery-history-view .lottery-history-content .lottery-history-card .lottery-history-card-right{flex-direction:column;align-items:flex-end;gap:12px;display:flex}.Lottery .lottery-history-view .lottery-history-content .lottery-history-card .lottery-history-card-right .date{color:var(--ThingBet--greyscale--240,#888);font-size:13px}.Lottery .lottery-history-view .lottery-history-content .lottery-history-card .lottery-history-card-right .lottery-history-delete-btn{cursor:pointer;color:var(--ThingBet--greyscale--240,#888);background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:8px;transition:all .2s;display:flex}.Lottery .lottery-history-view .lottery-history-content .lottery-history-loading,.Lottery .lottery-history-view .lottery-history-content .lottery-history-empty{min-height:200px;color:var(--ThingBet--greyscale--240,#888);justify-content:center;align-items:center;font-size:14px;display:flex}.Lottery .lottery-history-view .lottery-history-pagination{justify-content:center;padding:16px 0;display:flex}.Lottery .lottery-history-view .lottery-history-pagination .PageNation{background:0 0}.Lottery>.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}.Lottery>.lottery_page_contents_head .title-lottery{color:#fff;font-size:24px;font-weight:700}.Lottery>.lottery_page_contents_body{flex-direction:column;justify-content:center;align-items:center;width:100%;min-width:1000px;max-width:1400px;margin:0 auto;display:flex;position:relative}.Lottery>.lottery_page_contents_body>.lottery_header_count{flex-direction:column;align-items:center;gap:20px;margin-top:20px;display:flex}.Lottery>.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}.Lottery>.lottery_page_contents_body>.lottery_header_count>.lottery_count{flex-direction:row;justify-content:center;align-items:center;gap:10px;width:280px;display:flex}.Lottery>.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}.Lottery>.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}.Lottery>.lottery_page_contents_body>.lottery-placeholder{justify-content:center;align-items:center;width:602px;height:230px;display:flex}.Lottery>.lottery_page_contents_body>.lottery_play_box{flex-direction:column;gap:20px;width:100%;display:flex;position:relative}.Lottery>.lottery_page_contents_body>.lottery_play_box>.lottery_visual{background-image:url(https://files-tb.asia-sportradar.com//img/frontend/lottery/lottery_play_visual2.png);background-size:cover;width:100%;height:316px;box-shadow:inset 0 0 0 6px #00000080}.Lottery>.lottery_page_contents_body .lottery_play_ground{flex-direction:column;align-items:center;gap:5px;display:flex;position:relative;justify-content:space-between!important}.Lottery>.lottery_page_contents_body .lottery_play_ground>.lottery_head_line{filter:invert();background-image:url(https://files-tb.asia-sportradar.com//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}.Lottery>.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}.Lottery>.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}.Lottery>.lottery_page_contents_body .lottery_play_ground>.lottery_scratch_area>.lottery_scratch{width:100%;height:100%;color:var(--ThingBet--text-neutral-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}.Lottery>.lottery_page_contents_body .lottery_play_ground>.lottery_scratch_area>.lottery_result{color:#fff;background:url(https://files-tb.asia-sportradar.com//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:0 0 10px #03f682,0 0 20px #03f682,0 0 60px #03f682}50%{text-shadow:0 0 5px #03f682,0 0 30px #03f682,0 0 20px #03f682}to{text-shadow:0 0 10px #03f682,0 0 20px #03f682,0 0 60px #03f682}}.Lottery>.lottery_page_contents_body .lottery_play_ground>.lottery_scratch_area.active .lottery_scratch{opacity:0;transition-duration:1.5s;transition-delay:.5s}.Lottery>.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}.Lottery>.lottery_page_contents_body .lottery_play_ground>.buttons>.scratch-all,.Lottery>.lottery_page_contents_body .lottery_play_ground>.buttons>.button{background:var(--ThingBet--background-brand-orange-primary);width:281px;color:var(--ThingBet--text-neutral-primary);cursor:pointer;flex:none;justify-content:center;align-items:center;gap:10px;height:50px;padding:8px 20px;font-size:16px;display:flex}.Lottery>.lottery_page_contents_body .lottery_play_ground>.buttons>.scratch-all:hover,.Lottery>.lottery_page_contents_body .lottery_play_ground>.buttons>.button:hover{filter:brightness(1.1)}.Lottery>.lottery_page_contents_body .lottery_play_ground>.buttons>.scratch-all.disabled,.Lottery>.lottery_page_contents_body .lottery_play_ground>.buttons>.button.disabled{opacity:.5;cursor:not-allowed}.Lottery>.lottery_page_contents_body .lottery_play_ground>.buttons>.scratch-all.disabled:hover,.Lottery>.lottery_page_contents_body .lottery_play_ground>.buttons>.button.disabled:hover{color:#8c8c8c;background:#2a2e37}.Lottery>.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%)}.Lottery>.lottery_page_contents_body .wrapper.active{opacity:1;transition:all .3s}.Lottery>.lottery_page_contents_body .wrapper [class|=confetti]{position:absolute}.Lottery>.lottery_page_contents_body .wrapper .confetti-0{opacity:1.25666;z-index:30;background-color:#ffbf00;width:10px;height:4px;animation:4.49013s .896398s infinite drop-0;top:-10%;left:76%;transform:rotate(15.0392deg)}@keyframes drop-0{to{top:110%;left:80%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-1{opacity:1.23691;z-index:30;background-color:#263672;width:1px;height:.4px;animation:4.60662s .997032s infinite drop-1;top:-10%;left:9%;transform:rotate(265.184deg)}@keyframes drop-1{to{top:110%;left:15%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-2{opacity:.623203;z-index:30;background-color:#d13447;width:1px;height:.4px;animation:4.20431s .525546s infinite drop-2;top:-10%;left:41%;transform:rotate(42.2534deg)}@keyframes drop-2{to{top:110%;left:43%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-3{opacity:.571686;z-index:30;background-color:#ffbf00;width:1px;height:.4px;animation:4.99947s .707945s infinite drop-3;top:-10%;left:85%;transform:rotate(123.334deg)}@keyframes drop-3{to{top:110%;left:96%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-4{opacity:1.35716;z-index:30;background-color:#263672;width:3px;height:1.2px;animation:4.8242s .530618s infinite drop-4;top:-10%;left:3%;transform:rotate(21.6551deg)}@keyframes drop-4{to{top:110%;left:13%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-5{opacity:.635261;z-index:30;background-color:#ffbf00;width:6px;height:2.4px;animation:4.16526s .644073s infinite drop-5;top:-10%;left:80%;transform:rotate(317.536deg)}@keyframes drop-5{to{top:110%;left:81%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-6{opacity:1.26936;z-index:30;background-color:#263672;width:3px;height:1.2px;animation:4.27688s .533457s infinite drop-6;top:-10%;left:52%;transform:rotate(66.7929deg)}@keyframes drop-6{to{top:110%;left:66%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-7{opacity:1.23793;z-index:30;background-color:#263672;width:12px;height:4.8px;animation:4.72845s .640049s infinite drop-7;top:-10%;left:27%;transform:rotate(53.2261deg)}@keyframes drop-7{to{top:110%;left:40%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-8{opacity:.564288;z-index:30;background-color:#263672;width:20px;height:8px;animation:4.98772s .946126s infinite drop-8;top:-10%;left:37%;transform:rotate(3.88328deg)}@keyframes drop-8{to{top:110%;left:38%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-9{opacity:1.05816;z-index:30;background-color:#263672;width:13px;height:5.2px;animation:4.86981s .686778s infinite drop-9;top:-10%;left:31%;transform:rotate(182.302deg)}@keyframes drop-9{to{top:110%;left:44%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-10{opacity:.533825;z-index:30;background-color:#d13447;width:9px;height:3.6px;animation:4.69148s .617607s infinite drop-10;top:-10%;left:13%;transform:rotate(329.643deg)}@keyframes drop-10{to{top:110%;left:17%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-11{opacity:1.11576;z-index:30;background-color:#263672;width:6px;height:2.4px;animation:4.92811s .467373s infinite drop-11;top:-10%;left:77%;transform:rotate(201.4deg)}@keyframes drop-11{to{top:110%;left:86%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-12{opacity:.577587;z-index:30;background-color:#263672;width:7px;height:2.8px;animation:4.78781s .681557s infinite drop-12;top:-10%;left:9%;transform:rotate(359.132deg)}@keyframes drop-12{to{top:110%;left:15%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-13{opacity:1.1677;z-index:30;background-color:#ffbf00;width:20px;height:8px;animation:4.63628s .608177s infinite drop-13;top:-10%;left:78%;transform:rotate(319.179deg)}@keyframes drop-13{to{top:110%;left:79%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-14{opacity:1.46935;z-index:30;background-color:#d13447;width:9px;height:3.6px;animation:4.25945s .159741s infinite drop-14;top:-10%;left:94%;transform:rotate(195.216deg)}@keyframes drop-14{to{top:110%;left:99%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-15{opacity:.716573;z-index:30;background-color:#263672;width:2px;height:.8px;animation:4.39222s .990028s infinite drop-15;top:-10%;left:2%;transform:rotate(140.421deg)}@keyframes drop-15{to{top:110%;left:4%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-16{opacity:1.02251;z-index:30;background-color:#263672;width:3px;height:1.2px;animation:4.41427s .293281s infinite drop-16;top:-10%;left:7%;transform:rotate(329.355deg)}@keyframes drop-16{to{top:110%;left:17%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-17{opacity:.743137;z-index:30;background-color:#ffbf00;width:20px;height:8px;animation:4.8466s .929324s infinite drop-17;top:-10%;left:37%;transform:rotate(117.417deg)}@keyframes drop-17{to{top:110%;left:48%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-18{opacity:1.16795;z-index:30;background-color:#d13447;width:7px;height:2.8px;animation:4.4594s .644079s infinite drop-18;top:-10%;left:83%;transform:rotate(307.871deg)}@keyframes drop-18{to{top:110%;left:94%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-19{opacity:1.15307;z-index:30;background-color:#ffbf00;width:6px;height:2.4px;animation:4.63094s .931249s infinite drop-19;top:-10%;left:17%;transform:rotate(157.985deg)}@keyframes drop-19{to{top:110%;left:29%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-20{opacity:1.43342;z-index:30;background-color:#263672;width:9px;height:3.6px;animation:4.38865s 82.4741ms infinite drop-20;top:-10%;left:12%;transform:rotate(260.808deg)}@keyframes drop-20{to{top:110%;left:25%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-21{opacity:1.23654;z-index:30;background-color:#ffbf00;width:18px;height:7.2px;animation:4.64409s .795665s infinite drop-21;top:-10%;left:12%;transform:rotate(173.231deg)}@keyframes drop-21{to{top:110%;left:21%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-22{opacity:.969314;z-index:30;background-color:#ffbf00;width:4px;height:1.6px;animation:4.19291s .808087s infinite drop-22;top:-10%;left:74%;transform:rotate(291.444deg)}@keyframes drop-22{to{top:110%;left:76%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-23{opacity:1.22478;z-index:30;background-color:#ffbf00;width:11px;height:4.4px;animation:4.89006s .345493s infinite drop-23;top:-10%;left:98%;transform:rotate(29.6347deg)}@keyframes drop-23{to{top:110%;left:108%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-24{opacity:1.27227;z-index:30;background-color:#263672;width:17px;height:6.8px;animation:4.95416s .324468s infinite drop-24;top:-10%;left:76%;transform:rotate(305.941deg)}@keyframes drop-24{to{top:110%;left:90%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-25{opacity:.802286;z-index:30;background-color:#d13447;width:8px;height:3.2px;animation:4.35541s .574537s infinite drop-25;top:-10%;left:87%;transform:rotate(40.9863deg)}@keyframes drop-25{to{top:110%;left:100%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-26{opacity:1.37619;z-index:30;background-color:#d13447;width:15px;height:6px;animation:4.79944s .285505s infinite drop-26;top:-10%;left:66%;transform:rotate(356.161deg)}@keyframes drop-26{to{top:110%;left:77%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-27{opacity:1.13264;z-index:30;background-color:#d13447;width:4px;height:1.6px;animation:4.64878s .594955s infinite drop-27;top:-10%;left:48%;transform:rotate(285.964deg)}@keyframes drop-27{to{top:110%;left:53%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-28{opacity:.778341;z-index:30;background-color:#ffbf00;width:13px;height:5.2px;animation:4.68482s .962459s infinite drop-28;top:-10%;left:51%;transform:rotate(114.849deg)}@keyframes drop-28{to{top:110%;left:52%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-29{opacity:1.0609;z-index:30;background-color:#ffbf00;width:1px;height:.4px;animation:4.71287s .674115s infinite drop-29;top:-10%;left:58%;transform:rotate(140.743deg)}@keyframes drop-29{to{top:110%;left:59%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-30{opacity:1.39614;z-index:30;background-color:#d13447;width:2px;height:.8px;animation:4.96504s .866693s infinite drop-30;top:-10%;left:38%;transform:rotate(293.637deg)}@keyframes drop-30{to{top:110%;left:52%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-31{opacity:1.21447;z-index:30;background-color:#263672;width:11px;height:4.4px;animation:4.2999s .89096s infinite drop-31;top:-10%;left:35%;transform:rotate(81.5293deg)}@keyframes drop-31{to{top:110%;left:36%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-32{opacity:.80123;z-index:30;background-color:#ffbf00;width:17px;height:6.8px;animation:4.09027s .853718s infinite drop-32;top:-10%;left:69%;transform:rotate(230.336deg)}@keyframes drop-32{to{top:110%;left:82%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-33{opacity:1.20575;z-index:30;background-color:#ffbf00;width:14px;height:5.6px;animation:4.41276s .827487s infinite drop-33;top:-10%;left:47%;transform:rotate(346.566deg)}@keyframes drop-33{to{top:110%;left:49%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-34{opacity:1.40011;z-index:30;background-color:#263672;width:1px;height:.4px;animation:4.66443s .198226s infinite drop-34;top:-10%;left:15%;transform:rotate(129.166deg)}@keyframes drop-34{to{top:110%;left:22%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-35{opacity:1.41976;z-index:30;background-color:#263672;width:9px;height:3.6px;animation:4.89089s .639899s infinite drop-35;top:-10%;left:7%;transform:rotate(68.1688deg)}@keyframes drop-35{to{top:110%;left:11%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-36{opacity:1.22701;z-index:30;background-color:#ffbf00;width:3px;height:1.2px;animation:4.40359s .973863s infinite drop-36;top:-10%;left:86%;transform:rotate(10.893deg)}@keyframes drop-36{to{top:110%;left:87%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-37{opacity:.532171;z-index:30;background-color:#d13447;width:20px;height:8px;animation:4.17903s .908055s infinite drop-37;top:-10%;left:50%;transform:rotate(101.935deg)}@keyframes drop-37{to{top:110%;left:52%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-38{opacity:1.03468;z-index:30;background-color:#263672;width:3px;height:1.2px;animation:4.27968s .504057s infinite drop-38;top:-10%;left:15%;transform:rotate(23.1927deg)}@keyframes drop-38{to{top:110%;left:30%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-39{opacity:1.04361;z-index:30;background-color:#263672;width:6px;height:2.4px;animation:4.30822s 72.0653ms infinite drop-39;top:-10%;left:37%;transform:rotate(202.076deg)}@keyframes drop-39{to{top:110%;left:47%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-40{opacity:1.02815;z-index:30;background-color:#263672;width:9px;height:3.6px;animation:4.93601s .165865s infinite drop-40;top:-10%;left:5%;transform:rotate(315.214deg)}@keyframes drop-40{to{top:110%;left:16%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-41{opacity:1.39784;z-index:30;background-color:#ffbf00;width:20px;height:8px;animation:4.18202s .296563s infinite drop-41;top:-10%;left:95%;transform:rotate(178.824deg)}@keyframes drop-41{to{top:110%;left:98%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-42{opacity:1.36637;z-index:30;background-color:#d13447;width:4px;height:1.6px;animation:4.19976s .286425s infinite drop-42;top:-10%;left:88%;transform:rotate(110.676deg)}@keyframes drop-42{to{top:110%;left:89%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-43{opacity:1.19987;z-index:30;background-color:#ffbf00;width:18px;height:7.2px;animation:4.47306s .722746s infinite drop-43;top:-10%;left:62%;transform:rotate(.374856deg)}@keyframes drop-43{to{top:110%;left:74%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-44{opacity:.632667;z-index:30;background-color:#d13447;width:15px;height:6px;animation:4.42891s .629407s infinite drop-44;top:-10%;left:79%;transform:rotate(290.71deg)}@keyframes drop-44{to{top:110%;left:83%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-45{opacity:1.0216;z-index:30;background-color:#263672;width:5px;height:2px;animation:4.05927s .225181s infinite drop-45;top:-10%;left:55%;transform:rotate(321.352deg)}@keyframes drop-45{to{top:110%;left:65%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-46{opacity:.696395;z-index:30;background-color:#d13447;width:3px;height:1.2px;animation:4.16142s .947021s infinite drop-46;top:-10%;left:18%;transform:rotate(324.487deg)}@keyframes drop-46{to{top:110%;left:30%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-47{opacity:1.15473;z-index:30;background-color:#d13447;width:16px;height:6.4px;animation:4.33992s .426206s infinite drop-47;top:-10%;left:58%;transform:rotate(208.36deg)}@keyframes drop-47{to{top:110%;left:73%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-48{opacity:1.37701;z-index:30;background-color:#263672;width:5px;height:2px;animation:4.88434s .486788s infinite drop-48;top:-10%;left:77%;transform:rotate(205.917deg)}@keyframes drop-48{to{top:110%;left:80%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-49{opacity:.631912;z-index:30;background-color:#ffbf00;width:11px;height:4.4px;animation:4.84853s .389092s infinite drop-49;top:-10%;left:50%;transform:rotate(123.979deg)}@keyframes drop-49{to{top:110%;left:56%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-50{opacity:.999571;z-index:30;background-color:#263672;width:12px;height:4.8px;animation:4.77242s .814622s infinite drop-50;top:-10%;left:23%;transform:rotate(13.748deg)}@keyframes drop-50{to{top:110%;left:37%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-51{opacity:.90453;z-index:30;background-color:#263672;width:16px;height:6.4px;animation:4.27202s .941637s infinite drop-51;top:-10%;left:32%;transform:rotate(296.621deg)}@keyframes drop-51{to{top:110%;left:42%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-52{opacity:.854621;z-index:30;background-color:#d13447;width:19px;height:7.6px;animation:4.02879s .30303s infinite drop-52;top:-10%;left:2%;transform:rotate(1.46814deg)}@keyframes drop-52{to{top:110%;left:6%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-53{opacity:.62316;z-index:30;background-color:#ffbf00;width:16px;height:6.4px;animation:4.85574s .88616s infinite drop-53;top:-10%;left:86%;transform:rotate(348.13deg)}@keyframes drop-53{to{top:110%;left:95%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-54{opacity:1.23301;z-index:30;background-color:#263672;width:18px;height:7.2px;animation:4.43225s .224661s infinite drop-54;top:-10%;left:73%;transform:rotate(311.649deg)}@keyframes drop-54{to{top:110%;left:80%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-55{opacity:.574301;z-index:30;background-color:#d13447;width:8px;height:3.2px;animation:4.27502s .651039s infinite drop-55;top:-10%;left:69%;transform:rotate(232.633deg)}@keyframes drop-55{to{top:110%;left:79%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-56{opacity:1.29182;z-index:30;background-color:#d13447;width:9px;height:3.6px;animation:4.39468s .324936s infinite drop-56;top:-10%;left:1%;transform:rotate(245.082deg)}@keyframes drop-56{to{top:110%;left:15%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-57{opacity:.63995;z-index:30;background-color:#ffbf00;width:4px;height:1.6px;animation:4.94058s .995691s infinite drop-57;top:-10%;left:62%;transform:rotate(176.555deg)}@keyframes drop-57{to{top:110%;left:66%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-58{opacity:1.05106;z-index:30;background-color:#ffbf00;width:20px;height:8px;animation:4.88602s .110231s infinite drop-58;top:-10%;left:40%;transform:rotate(133.725deg)}@keyframes drop-58{to{top:110%;left:49%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-59{opacity:.701496;z-index:30;background-color:#ffbf00;width:17px;height:6.8px;animation:4.64849s .823444s infinite drop-59;top:-10%;left:85%;transform:rotate(290.596deg)}@keyframes drop-59{to{top:110%;left:91%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-60{opacity:.907637;z-index:30;background-color:#d13447;width:20px;height:8px;animation:4.87183s .429509s infinite drop-60;top:-10%;left:96%;transform:rotate(69.1324deg)}@keyframes drop-60{to{top:110%;left:103%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-61{opacity:.809028;z-index:30;background-color:#d13447;width:10px;height:4px;animation:4.60099s .637149s infinite drop-61;top:-10%;left:6%;transform:rotate(106.106deg)}@keyframes drop-61{to{top:110%;left:12%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-62{opacity:1.34074;z-index:30;background-color:#ffbf00;width:15px;height:6px;animation:4.67599s 15.0448ms infinite drop-62;top:-10%;left:58%;transform:rotate(24.1602deg)}@keyframes drop-62{to{top:110%;left:63%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-63{opacity:.71163;z-index:30;background-color:#263672;width:12px;height:4.8px;animation:4.88227s .179894s infinite drop-63;top:-10%;left:64%;transform:rotate(182.358deg)}@keyframes drop-63{to{top:110%;left:71%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-64{opacity:.543535;z-index:30;background-color:#263672;width:11px;height:4.4px;animation:4.56449s .628556s infinite drop-64;top:-10%;left:43%;transform:rotate(112.86deg)}@keyframes drop-64{to{top:110%;left:46%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-65{opacity:.889557;z-index:30;background-color:#ffbf00;width:16px;height:6.4px;animation:4.42271s .273009s infinite drop-65;top:-10%;left:49%;transform:rotate(159.53deg)}@keyframes drop-65{to{top:110%;left:59%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-66{opacity:.612929;z-index:30;background-color:#d13447;width:11px;height:4.4px;animation:4.9028s .343227s infinite drop-66;top:-10%;left:42%;transform:rotate(350.075deg)}@keyframes drop-66{to{top:110%;left:54%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-67{opacity:.825695;z-index:30;background-color:#ffbf00;width:15px;height:6px;animation:4.26998s 61.9011ms infinite drop-67;top:-10%;left:41%;transform:rotate(48.3142deg)}@keyframes drop-67{to{top:110%;left:45%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-68{opacity:.622762;z-index:30;background-color:#ffbf00;width:13px;height:5.2px;animation:4.92971s .193737s infinite drop-68;top:-10%;left:6%;transform:rotate(155.98deg)}@keyframes drop-68{to{top:110%;left:12%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-69{opacity:.563665;z-index:30;background-color:#ffbf00;width:20px;height:8px;animation:4.64134s .351538s infinite drop-69;top:-10%;left:87%;transform:rotate(299.299deg)}@keyframes drop-69{to{top:110%;left:88%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-70{opacity:1.34529;z-index:30;background-color:#d13447;width:12px;height:4.8px;animation:4.98171s .858637s infinite drop-70;top:-10%;left:2%;transform:rotate(234.989deg)}@keyframes drop-70{to{top:110%;left:13%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-71{opacity:1.17813;z-index:30;background-color:#263672;width:18px;height:7.2px;animation:4.07734s 69.3ms infinite drop-71;top:-10%;left:97%;transform:rotate(237.283deg)}@keyframes drop-71{to{top:110%;left:102%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-72{opacity:1.33617;z-index:30;background-color:#ffbf00;width:16px;height:6.4px;animation:4.91474s .459933s infinite drop-72;top:-10%;left:81%;transform:rotate(301.542deg)}@keyframes drop-72{to{top:110%;left:91%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-73{opacity:.550149;z-index:30;background-color:#263672;width:12px;height:4.8px;animation:4.96486s .761214s infinite drop-73;top:-10%;left:65%;transform:rotate(134.758deg)}@keyframes drop-73{to{top:110%;left:77%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-74{opacity:1.4326;z-index:30;background-color:#263672;width:4px;height:1.6px;animation:4.39846s .835247s infinite drop-74;top:-10%;left:26%;transform:rotate(44.2017deg)}@keyframes drop-74{to{top:110%;left:30%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-75{opacity:.964004;z-index:30;background-color:#ffbf00;width:18px;height:7.2px;animation:4.77513s .50813s infinite drop-75;top:-10%;left:56%;transform:rotate(216.321deg)}@keyframes drop-75{to{top:110%;left:67%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-76{opacity:.530892;z-index:30;background-color:#d13447;width:14px;height:5.6px;animation:4.73965s .863011s infinite drop-76;top:-10%;left:61%;transform:rotate(199.214deg)}@keyframes drop-76{to{top:110%;left:74%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-77{opacity:.98378;z-index:30;background-color:#263672;width:12px;height:4.8px;animation:4.08649s .178609s infinite drop-77;top:-10%;left:17%;transform:rotate(39.8928deg)}@keyframes drop-77{to{top:110%;left:31%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-78{opacity:1.16565;z-index:30;background-color:#ffbf00;width:9px;height:3.6px;animation:4.7477s .70524s infinite drop-78;top:-10%;left:90%;transform:rotate(126.75deg)}@keyframes drop-78{to{top:110%;left:99%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-79{opacity:.872859;z-index:30;background-color:#d13447;width:15px;height:6px;animation:4.41212s .979252s infinite drop-79;top:-10%;left:15%;transform:rotate(136.498deg)}@keyframes drop-79{to{top:110%;left:19%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-80{opacity:.83732;z-index:30;background-color:#ffbf00;width:14px;height:5.6px;animation:4.21189s .872613s infinite drop-80;top:-10%;left:22%;transform:rotate(318.001deg)}@keyframes drop-80{to{top:110%;left:26%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-81{opacity:.720696;z-index:30;background-color:#ffbf00;width:15px;height:6px;animation:4.16322s .596656s infinite drop-81;top:-10%;left:63%;transform:rotate(286.499deg)}@keyframes drop-81{to{top:110%;left:68%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-82{opacity:.69352;z-index:30;background-color:#263672;width:19px;height:7.6px;animation:4.62623s .668014s infinite drop-82;top:-10%;left:81%;transform:rotate(301.864deg)}@keyframes drop-82{to{top:110%;left:94%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-83{opacity:1.14627;z-index:30;background-color:#d13447;width:16px;height:6.4px;animation:4.10183s .167917s infinite drop-83;top:-10%;left:48%;transform:rotate(306.563deg)}@keyframes drop-83{to{top:110%;left:58%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-84{opacity:.873132;z-index:30;background-color:#263672;width:10px;height:4px;animation:4.37477s .865601s infinite drop-84;top:-10%;left:71%;transform:rotate(208.982deg)}@keyframes drop-84{to{top:110%;left:85%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-85{opacity:1.13866;z-index:30;background-color:#ffbf00;width:2px;height:.8px;animation:4.03586s .528422s infinite drop-85;top:-10%;left:57%;transform:rotate(108.204deg)}@keyframes drop-85{to{top:110%;left:70%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-86{opacity:1.28532;z-index:30;background-color:#ffbf00;width:19px;height:7.6px;animation:4.34613s .827709s infinite drop-86;top:-10%;left:6%;transform:rotate(7.08424deg)}@keyframes drop-86{to{top:110%;left:12%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-87{opacity:1.05435;z-index:30;background-color:#d13447;width:14px;height:5.6px;animation:4.74494s .262325s infinite drop-87;top:-10%;left:56%;transform:rotate(239.371deg)}@keyframes drop-87{to{top:110%;left:62%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-88{opacity:1.06852;z-index:30;background-color:#d13447;width:9px;height:3.6px;animation:4.26398s .441911s infinite drop-88;top:-10%;left:56%;transform:rotate(311.096deg)}@keyframes drop-88{to{top:110%;left:62%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-89{opacity:1.03894;z-index:30;background-color:#263672;width:19px;height:7.6px;animation:4.90183s .443596s infinite drop-89;top:-10%;left:45%;transform:rotate(6.30789deg)}@keyframes drop-89{to{top:110%;left:57%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-90{opacity:1.0272;z-index:30;background-color:#ffbf00;width:10px;height:4px;animation:4.44803s .959146s infinite drop-90;top:-10%;left:54%;transform:rotate(44.3161deg)}@keyframes drop-90{to{top:110%;left:55%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-91{opacity:.990976;z-index:30;background-color:#ffbf00;width:8px;height:3.2px;animation:4.76555s .344931s infinite drop-91;top:-10%;left:7%;transform:rotate(232.143deg)}@keyframes drop-91{to{top:110%;left:22%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-92{opacity:1.22692;z-index:30;background-color:#ffbf00;width:1px;height:.4px;animation:4.54431s .300998s infinite drop-92;top:-10%;left:45%;transform:rotate(282.609deg)}@keyframes drop-92{to{top:110%;left:57%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-93{opacity:.560785;z-index:30;background-color:#d13447;width:18px;height:7.2px;animation:4.4405s .248446s infinite drop-93;top:-10%;left:82%;transform:rotate(120.03deg)}@keyframes drop-93{to{top:110%;left:93%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-94{opacity:.674924;z-index:30;background-color:#263672;width:20px;height:8px;animation:4.9551s .550503s infinite drop-94;top:-10%;left:3%;transform:rotate(201.148deg)}@keyframes drop-94{to{top:110%;left:9%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-95{opacity:.782176;z-index:30;background-color:#d13447;width:17px;height:6.8px;animation:4.73026s .367111s infinite drop-95;top:-10%;left:68%;transform:rotate(171.997deg)}@keyframes drop-95{to{top:110%;left:72%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-96{opacity:1.4696;z-index:30;background-color:#ffbf00;width:10px;height:4px;animation:4.70087s .665175s infinite drop-96;top:-10%;left:20%;transform:rotate(187.948deg)}@keyframes drop-96{to{top:110%;left:26%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-97{opacity:.950945;z-index:30;background-color:#d13447;width:1px;height:.4px;animation:4.78918s .306041s infinite drop-97;top:-10%;left:49%;transform:rotate(254.304deg)}@keyframes drop-97{to{top:110%;left:58%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-98{opacity:.515488;z-index:30;background-color:#d13447;width:13px;height:5.2px;animation:4.81803s .701445s infinite drop-98;top:-10%;left:88%;transform:rotate(226.822deg)}@keyframes drop-98{to{top:110%;left:100%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-99{opacity:.501665;z-index:30;background-color:#263672;width:11px;height:4.4px;animation:4.24609s .440899s infinite drop-99;top:-10%;left:67%;transform:rotate(68.0134deg)}@keyframes drop-99{to{top:110%;left:72%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-100{opacity:.5058;z-index:30;background-color:#d13447;width:9px;height:3.6px;animation:4.45314s .251375s infinite drop-100;top:-10%;left:29%;transform:rotate(48.201deg)}@keyframes drop-100{to{top:110%;left:31%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-101{opacity:.752505;z-index:30;background-color:#ffbf00;width:7px;height:2.8px;animation:4.35106s .743255s infinite drop-101;top:-10%;left:6%;transform:rotate(162.626deg)}@keyframes drop-101{to{top:110%;left:13%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-102{opacity:.616459;z-index:30;background-color:#d13447;width:18px;height:7.2px;animation:4.34906s .834186s infinite drop-102;top:-10%;left:13%;transform:rotate(208.655deg)}@keyframes drop-102{to{top:110%;left:14%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-103{opacity:1.2157;z-index:30;background-color:#263672;width:20px;height:8px;animation:4.28046s .728797s infinite drop-103;top:-10%;left:61%;transform:rotate(189.823deg)}@keyframes drop-103{to{top:110%;left:75%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-104{opacity:1.2411;z-index:30;background-color:#263672;width:12px;height:4.8px;animation:4.52413s .573367s infinite drop-104;top:-10%;left:27%;transform:rotate(233.574deg)}@keyframes drop-104{to{top:110%;left:41%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-105{opacity:1.32007;z-index:30;background-color:#d13447;width:15px;height:6px;animation:4.96298s .672581s infinite drop-105;top:-10%;left:67%;transform:rotate(273.403deg)}@keyframes drop-105{to{top:110%;left:79%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-106{opacity:.936273;z-index:30;background-color:#263672;width:6px;height:2.4px;animation:4.50124s .305587s infinite drop-106;top:-10%;left:90%;transform:rotate(120.292deg)}@keyframes drop-106{to{top:110%;left:101%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-107{opacity:.784042;z-index:30;background-color:#263672;width:19px;height:7.6px;animation:4.32975s 15.9148ms infinite drop-107;top:-10%;left:58%;transform:rotate(359.714deg)}@keyframes drop-107{to{top:110%;left:70%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-108{opacity:1.40243;z-index:30;background-color:#d13447;width:12px;height:4.8px;animation:4.44546s .345818s infinite drop-108;top:-10%;left:14%;transform:rotate(22.8522deg)}@keyframes drop-108{to{top:110%;left:18%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-109{opacity:1.36802;z-index:30;background-color:#d13447;width:12px;height:4.8px;animation:4.62724s .46384s infinite drop-109;top:-10%;left:36%;transform:rotate(307.377deg)}@keyframes drop-109{to{top:110%;left:48%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-110{opacity:.511606;z-index:30;background-color:#d13447;width:9px;height:3.6px;animation:4.46033s .619091s infinite drop-110;top:-10%;left:27%;transform:rotate(106.155deg)}@keyframes drop-110{to{top:110%;left:31%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-111{opacity:.624314;z-index:30;background-color:#ffbf00;width:15px;height:6px;animation:4.60307s .772845s infinite drop-111;top:-10%;left:45%;transform:rotate(124.276deg)}@keyframes drop-111{to{top:110%;left:56%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-112{opacity:1.27409;z-index:30;background-color:#ffbf00;width:7px;height:2.8px;animation:4.63835s .293702s infinite drop-112;top:-10%;left:21%;transform:rotate(346.012deg)}@keyframes drop-112{to{top:110%;left:35%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-113{opacity:1.14956;z-index:30;background-color:#ffbf00;width:13px;height:5.2px;animation:4.81825s .381176s infinite drop-113;top:-10%;left:32%;transform:rotate(81.0704deg)}@keyframes drop-113{to{top:110%;left:46%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-114{opacity:.95384;z-index:30;background-color:#ffbf00;width:6px;height:2.4px;animation:4.72348s .345488s infinite drop-114;top:-10%;left:83%;transform:rotate(261.9deg)}@keyframes drop-114{to{top:110%;left:90%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-115{opacity:.798014;z-index:30;background-color:#263672;width:15px;height:6px;animation:4.47269s .586124s infinite drop-115;top:-10%;left:94%;transform:rotate(223.714deg)}@keyframes drop-115{to{top:110%;left:109%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-116{opacity:.591472;z-index:30;background-color:#263672;width:5px;height:2px;animation:4.3371s .562738s infinite drop-116;top:-10%;left:43%;transform:rotate(127.766deg)}@keyframes drop-116{to{top:110%;left:53%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-117{opacity:.577043;z-index:30;background-color:#d13447;width:10px;height:4px;animation:4.40349s .140753s infinite drop-117;top:-10%;left:34%;transform:rotate(64.7887deg)}@keyframes drop-117{to{top:110%;left:43%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-118{opacity:1.38782;z-index:30;background-color:#d13447;width:15px;height:6px;animation:4.24056s .815951s infinite drop-118;top:-10%;left:7%;transform:rotate(301.208deg)}@keyframes drop-118{to{top:110%;left:19%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-119{opacity:.6778;z-index:30;background-color:#d13447;width:19px;height:7.6px;animation:4.51506s .640887s infinite drop-119;top:-10%;left:83%;transform:rotate(224.038deg)}@keyframes drop-119{to{top:110%;left:85%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-120{opacity:1.03818;z-index:30;background-color:#ffbf00;width:17px;height:6.8px;animation:4.2665s .919553s infinite drop-120;top:-10%;left:3%;transform:rotate(45.8655deg)}@keyframes drop-120{to{top:110%;left:16%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-121{opacity:.598318;z-index:30;background-color:#ffbf00;width:15px;height:6px;animation:4.66115s .731279s infinite drop-121;top:-10%;left:88%;transform:rotate(18.622deg)}@keyframes drop-121{to{top:110%;left:100%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-122{opacity:1.48594;z-index:30;background-color:#d13447;width:3px;height:1.2px;animation:4.42856s .25722s infinite drop-122;top:-10%;left:80%;transform:rotate(78.2275deg)}@keyframes drop-122{to{top:110%;left:93%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-123{opacity:.8613;z-index:30;background-color:#263672;width:14px;height:5.6px;animation:4.25399s .632752s infinite drop-123;top:-10%;left:50%;transform:rotate(319.42deg)}@keyframes drop-123{to{top:110%;left:58%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-124{opacity:1.12161;z-index:30;background-color:#ffbf00;width:17px;height:6.8px;animation:4.82931s 4.74839ms infinite drop-124;top:-10%;left:42%;transform:rotate(192.805deg)}@keyframes drop-124{to{top:110%;left:50%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-125{opacity:1.48792;z-index:30;background-color:#d13447;width:7px;height:2.8px;animation:4.85758s 2.82583ms infinite drop-125;top:-10%;left:10%;transform:rotate(198.179deg)}@keyframes drop-125{to{top:110%;left:17%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-126{opacity:.856515;z-index:30;background-color:#263672;width:8px;height:3.2px;animation:4.12328s .127916s infinite drop-126;top:-10%;left:48%;transform:rotate(23.4519deg)}@keyframes drop-126{to{top:110%;left:55%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-127{opacity:.692231;z-index:30;background-color:#d13447;width:2px;height:.8px;animation:4.65775s .465903s infinite drop-127;top:-10%;left:47%;transform:rotate(126.384deg)}@keyframes drop-127{to{top:110%;left:52%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-128{opacity:.788423;z-index:30;background-color:#d13447;width:14px;height:5.6px;animation:4.03909s .5893s infinite drop-128;top:-10%;left:51%;transform:rotate(242.235deg)}@keyframes drop-128{to{top:110%;left:58%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-129{opacity:1.13952;z-index:30;background-color:#d13447;width:18px;height:7.2px;animation:4.28712s .902033s infinite drop-129;top:-10%;left:98%;transform:rotate(127.938deg)}@keyframes drop-129{to{top:110%;left:100%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-130{opacity:1.22043;z-index:30;background-color:#d13447;width:3px;height:1.2px;animation:4.07226s .978181s infinite drop-130;top:-10%;left:48%;transform:rotate(225.646deg)}@keyframes drop-130{to{top:110%;left:52%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-131{opacity:.693799;z-index:30;background-color:#d13447;width:20px;height:8px;animation:4.65953s .583452s infinite drop-131;top:-10%;left:23%;transform:rotate(320.523deg)}@keyframes drop-131{to{top:110%;left:29%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-132{opacity:.596687;z-index:30;background-color:#ffbf00;width:7px;height:2.8px;animation:4.07367s .412584s infinite drop-132;top:-10%;left:72%;transform:rotate(188.85deg)}@keyframes drop-132{to{top:110%;left:76%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-133{opacity:1.16012;z-index:30;background-color:#d13447;width:18px;height:7.2px;animation:4.03406s 34.8725ms infinite drop-133;top:-10%;left:34%;transform:rotate(194.486deg)}@keyframes drop-133{to{top:110%;left:35%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-134{opacity:1.49745;z-index:30;background-color:#d13447;width:9px;height:3.6px;animation:4.77497s .721164s infinite drop-134;top:-10%;left:8%;transform:rotate(293.093deg)}@keyframes drop-134{to{top:110%;left:15%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-135{opacity:1.29361;z-index:30;background-color:#ffbf00;width:20px;height:8px;animation:4.23591s .402908s infinite drop-135;top:-10%;left:94%;transform:rotate(154.866deg)}@keyframes drop-135{to{top:110%;left:96%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-136{opacity:.722512;z-index:30;background-color:#ffbf00;width:7px;height:2.8px;animation:4.67172s .456248s infinite drop-136;top:-10%;left:15%;transform:rotate(220.269deg)}@keyframes drop-136{to{top:110%;left:16%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-137{opacity:.651539;z-index:30;background-color:#263672;width:2px;height:.8px;animation:4.40469s .207676s infinite drop-137;top:-10%;left:90%;transform:rotate(278.011deg)}@keyframes drop-137{to{top:110%;left:91%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-138{opacity:.69746;z-index:30;background-color:#ffbf00;width:3px;height:1.2px;animation:4.83562s .481423s infinite drop-138;top:-10%;left:90%;transform:rotate(189.686deg)}@keyframes drop-138{to{top:110%;left:98%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-139{opacity:1.30756;z-index:30;background-color:#d13447;width:4px;height:1.6px;animation:4.47913s .65686s infinite drop-139;top:-10%;left:33%;transform:rotate(191.061deg)}@keyframes drop-139{to{top:110%;left:47%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-140{opacity:.553729;z-index:30;background-color:#ffbf00;width:19px;height:7.6px;animation:4.45678s 18.1806ms infinite drop-140;top:-10%;left:16%;transform:rotate(324.296deg)}@keyframes drop-140{to{top:110%;left:29%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-141{opacity:.563866;z-index:30;background-color:#ffbf00;width:1px;height:.4px;animation:4.9705s .226588s infinite drop-141;top:-10%;left:37%;transform:rotate(103.097deg)}@keyframes drop-141{to{top:110%;left:50%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-142{opacity:1.13522;z-index:30;background-color:#263672;width:4px;height:1.6px;animation:4.38264s .83905s infinite drop-142;top:-10%;left:37%;transform:rotate(167.155deg)}@keyframes drop-142{to{top:110%;left:51%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-143{opacity:1.13889;z-index:30;background-color:#ffbf00;width:7px;height:2.8px;animation:4.86293s .871743s infinite drop-143;top:-10%;left:80%;transform:rotate(54.123deg)}@keyframes drop-143{to{top:110%;left:94%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-144{opacity:1.01535;z-index:30;background-color:#263672;width:20px;height:8px;animation:4.02022s 86.9991ms infinite drop-144;top:-10%;left:20%;transform:rotate(22.6635deg)}@keyframes drop-144{to{top:110%;left:25%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-145{opacity:.827705;z-index:30;background-color:#d13447;width:15px;height:6px;animation:4.03504s .442934s infinite drop-145;top:-10%;left:10%;transform:rotate(88.5607deg)}@keyframes drop-145{to{top:110%;left:21%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-146{opacity:.632038;z-index:30;background-color:#ffbf00;width:4px;height:1.6px;animation:4.70833s .108824s infinite drop-146;top:-10%;left:82%;transform:rotate(284.799deg)}@keyframes drop-146{to{top:110%;left:85%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-147{opacity:1.43398;z-index:30;background-color:#ffbf00;width:6px;height:2.4px;animation:4.57046s .760225s infinite drop-147;top:-10%;left:88%;transform:rotate(325.271deg)}@keyframes drop-147{to{top:110%;left:98%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-148{opacity:.819256;z-index:30;background-color:#ffbf00;width:14px;height:5.6px;animation:4.52652s .739531s infinite drop-148;top:-10%;left:71%;transform:rotate(105.242deg)}@keyframes drop-148{to{top:110%;left:77%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-149{opacity:1.08933;z-index:30;background-color:#d13447;width:15px;height:6px;animation:4.88252s 9.1735ms infinite drop-149;top:-10%;left:77%;transform:rotate(20.2857deg)}@keyframes drop-149{to{top:110%;left:89%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-150{opacity:1.29859;z-index:30;background-color:#d13447;width:4px;height:1.6px;animation:4.1238s .151115s infinite drop-150;top:-10%;left:18%;transform:rotate(10.4935deg)}@keyframes drop-150{to{top:110%;left:32%}}.Lottery>.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}.Lottery>.lottery_page_contents_body>.lottery_history_box>.lottery_history_box_head{background:#2a2e37;padding:4px}.Lottery>.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}.Lottery>.lottery_page_contents_body>.lottery_history_box>.lottery_history_box_head>.lottery_history_box_head_row div{font-size:12px;font-weight:600}.Lottery>.lottery_page_contents_body>.lottery_history_box>.lottery_history_box_head>.lottery_history_box_head_row>.remain_lottery_count{width:fit-content;display:flex}.Lottery>.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}.Lottery>.lottery_page_contents_body>.lottery_history_box>.lottery_history_box_head>.lottery_history_box_head_row>.remain_lottery_count>.value{color:#03f682;white-space:nowrap;font-size:13px}.Lottery>.lottery_page_contents_body>.lottery_history_box>.lottery_history_box_head>.lottery_history_box_head_row>.total_won_amount{display:flex}.Lottery>.lottery_page_contents_body>.lottery_history_box>.lottery_history_box_head>.lottery_history_box_head_row>.total_won_amount>.label{margin-right:10px}.Lottery>.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}.Lottery>.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%)}.Lottery>.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,#03f682 94%,#03f682) top/8px 8px no-repeat,conic-gradient(#0000 30%,#03f682);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)}.Lottery>.lottery_page_contents_body>.lottery_history_box>.lottery_history_box_body .EntityDataGrid .datagrid-table .empty-state{padding:0}.Lottery>.lottery_page_contents_body>.lottery_history_box>.lottery_history_box_body .EntityDataGrid .datagrid-table .empty-message{background:var(--ThingBet--background-neutral-primary);justify-content:center;align-items:center;width:100%;height:201px;margin:auto;display:flex}.Lottery>.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}.Lottery>.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}.Lottery>.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}.Lottery>.lottery_page_contents_body>.lottery_history_box>.lottery_history_box_body .btn-group .btn:hover{color:#fff;background-color:#03f68226;border-color:#03f682;transition:all .2s}.Lottery>.lottery_page_contents_body>.lottery_history_box>.lottery_history_box_body #dx-col-13{width:65px}.Lottery>.lottery_page_contents_body>.lottery_history_box>.lottery_history_box_body [aria-colindex="7"]{width:65px;transition:all .5s}.Lottery>.lottery_page_contents_body>.lottery_history_box>.lottery_history_box_body [aria-colindex="7"]:hover{background:#03f68226;transition:all .5s}.Lottery>.lottery_page_contents_body>.lottery_history_box>.lottery_history_box_body .clearEach{justify-content:center;width:fit-content;margin:auto;display:flex}.Lottery>.lottery_page_contents_body>.lottery_history_box>.lottery_history_box_body .clearEach:hover{filter:brightness(2)}.Lottery>.lottery_page_contents_body>.lottery_history_box .title_text{text-align:center;width:140px}.Lottery>.lottery_page_contents_body>.lottery_history_box .remain_lottery_count,.Lottery>.lottery_page_contents_body>.lottery_history_box .total_won_amount{text-align:center;justify-content:center;align-items:center;width:170px;display:flex}.Lottery .lottery_history_box_body table colgroup{display:none}.Lottery .lottery_history_box_body .dx-datagrid .dx-datagrid-headers .dx-datagrid-table .dx-row td{background:var(--ThingBet--greyscale--110);font-size:14px;color:var(--ThingBet--text-brand-orange-primary)!important;border-radius:unset!important;border:0!important}.Lottery .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}.Lottery .lottery_history_box_body tbody>:nth-child(odd){background:var(--ThingBet--background-neutral-secondary)}.Lottery .lottery_history_box_body tbody>:nth-child(2n){background:var(--ThingBet--background-neutral-tertiary)}.Lottery .lottery_history_box_body tbody .dx-freespace-row{display:none}.Lottery .lottery_history_box_body .PageNation{background:0 0}.Lottery .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}}.Lottery .firework,.Lottery .firework:before,.Lottery .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%}.Lottery .firework:before{--x:-50%;--y:-50%;--initialY:-50%;transform:translate(-50%,-50%)rotate(40deg)scale(1.5)rotateY(40deg)}.Lottery .firework:after{--x:-50%;--y:-50%;--initialY:-50%;transform:translate(-50%,-50%)rotate(170deg)scale(1.5)rotateY(-30deg)}.Lottery .firework:nth-child(2){--x:30vmin}.Lottery .firework:nth-child(2),.Lottery .firework:nth-child(2):before,.Lottery .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%}.Lottery .firework:nth-child(3){--x:-30vmin;--y:-50vmin}.Lottery .firework:nth-child(3),.Lottery .firework:nth-child(3):before,.Lottery .firework:nth-child(3):after{--color1:cyan;--color2:lightcyan;--color3:lightblue;--color4:PaleTurquoise;--color5:SkyBlue;--color6:lavender;--finalSize:35vmin;top:60%;left:70%}.Lottery .firework.firework-1{animation:2s infinite firework;top:200px!important;left:150px!important}.Lottery .firework.firework-2{animation:3s infinite firework;top:300px!important;left:550px!important}.Lottery .firework.firework-3{animation:7s infinite firework;top:500px!important;left:600px!important}@keyframes jinx-glitch{0%{filter:drop-shadow(0 0 #ea23a7)drop-shadow(0 0 #23cfea)drop-shadow(0 0 #fff)saturate()}5%{filter:drop-shadow(-1px 0 #ea23a7)drop-shadow(1px 0 #23cfea)drop-shadow(0 1px #fff)saturate(1.5)}10%{filter:drop-shadow(2px 0 #ea23a7)drop-shadow(-2px 0 #23cfea)drop-shadow(0 -2px #fff)saturate(2)}15%{filter:drop-shadow(0 1px #ea23a7)drop-shadow(-1px -1px #23cfea)drop-shadow(1px 0 #fff)saturate()}20%{filter:drop-shadow(0 0 #ea23a7)drop-shadow(2px 0 #23cfea)drop-shadow(-2px 0 #fff)saturate(1.8)}25%{filter:drop-shadow(-1px -1px #ea23a7)drop-shadow(1px 1px #23cfea)drop-shadow(0 0 #fff)saturate(1.2)}30%{filter:drop-shadow(-2px 0 #ea23a7)drop-shadow(2px 0 #23cfea)drop-shadow(0 2px #fff)saturate(2.2)}35%{filter:drop-shadow(0 -1px #ea23a7)drop-shadow(-1px 0 #23cfea)drop-shadow(1px 1px #fff)saturate()}40%{filter:drop-shadow(1px 0 #ea23a7)drop-shadow(0 1px #23cfea)drop-shadow(-1px 0 #fff)saturate(1.6)}50%{filter:drop-shadow(0 0 #ea23a7)drop-shadow(0 0 #23cfea)drop-shadow(0 0 #fff)saturate()}60%{filter:drop-shadow(-1px 0 #ea23a7)drop-shadow(1px 1px #23cfea)drop-shadow(0 0 #fff)saturate(1.4)}70%{filter:drop-shadow(2px 0 #ea23a7)drop-shadow(-2px 0 #23cfea)drop-shadow(0 -1px #fff)saturate(1.8)}80%{filter:drop-shadow(-1px 0 #ea23a7)drop-shadow(0 -1px #23cfea)drop-shadow(1px 0 #fff)saturate(2)}90%{filter:drop-shadow(0 1px #ea23a7)drop-shadow(-1px 0 #23cfea)drop-shadow(1px -1px #fff)saturate(1.3)}to{filter:drop-shadow(0 0 #ea23a7)drop-shadow(0 0 #23cfea)drop-shadow(0 0 #fff)saturate();clip-path:inset(0)}}
