
.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.02023;z-index:30;background-color:#ffbf00;width:18px;height:7.2px;animation:4.94672s .97881s infinite drop-0;top:-10%;left:64%;transform:rotate(91.9811deg)}@keyframes drop-0{to{top:110%;left:67%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-1{opacity:.529462;z-index:30;background-color:#263672;width:11px;height:4.4px;animation:4.59571s .233674s infinite drop-1;top:-10%;left:77%;transform:rotate(129.565deg)}@keyframes drop-1{to{top:110%;left:89%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-2{opacity:.928634;z-index:30;background-color:#d13447;width:18px;height:7.2px;animation:4.37654s .143248s infinite drop-2;top:-10%;left:81%;transform:rotate(136.476deg)}@keyframes drop-2{to{top:110%;left:83%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-3{opacity:1.03062;z-index:30;background-color:#d13447;width:16px;height:6.4px;animation:4.16206s .835459s infinite drop-3;top:-10%;left:93%;transform:rotate(153.565deg)}@keyframes drop-3{to{top:110%;left:100%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-4{opacity:.763466;z-index:30;background-color:#263672;width:10px;height:4px;animation:4.97685s .910713s infinite drop-4;top:-10%;left:16%;transform:rotate(1.58785deg)}@keyframes drop-4{to{top:110%;left:21%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-5{opacity:1.32621;z-index:30;background-color:#263672;width:6px;height:2.4px;animation:4.06759s .635913s infinite drop-5;top:-10%;left:1%;transform:rotate(328.792deg)}@keyframes drop-5{to{top:110%;left:14%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-6{opacity:.707406;z-index:30;background-color:#ffbf00;width:2px;height:.8px;animation:4.33635s .636771s infinite drop-6;top:-10%;left:59%;transform:rotate(5.99245deg)}@keyframes drop-6{to{top:110%;left:68%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-7{opacity:.686808;z-index:30;background-color:#d13447;width:10px;height:4px;animation:4.0512s .952267s infinite drop-7;top:-10%;left:50%;transform:rotate(83.9594deg)}@keyframes drop-7{to{top:110%;left:64%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-8{opacity:.815904;z-index:30;background-color:#ffbf00;width:12px;height:4.8px;animation:4.48339s 69.428ms infinite drop-8;top:-10%;left:30%;transform:rotate(88.8175deg)}@keyframes drop-8{to{top:110%;left:42%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-9{opacity:.857979;z-index:30;background-color:#263672;width:20px;height:8px;animation:4.2373s .114369s infinite drop-9;top:-10%;left:44%;transform:rotate(340.847deg)}@keyframes drop-9{to{top:110%;left:48%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-10{opacity:.564192;z-index:30;background-color:#d13447;width:18px;height:7.2px;animation:4.48382s .617063s infinite drop-10;top:-10%;left:28%;transform:rotate(198.041deg)}@keyframes drop-10{to{top:110%;left:34%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-11{opacity:.819364;z-index:30;background-color:#ffbf00;width:15px;height:6px;animation:4.19466s .680097s infinite drop-11;top:-10%;left:95%;transform:rotate(271.305deg)}@keyframes drop-11{to{top:110%;left:109%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-12{opacity:1.44666;z-index:30;background-color:#d13447;width:10px;height:4px;animation:4.05528s .336281s infinite drop-12;top:-10%;left:72%;transform:rotate(94.3094deg)}@keyframes drop-12{to{top:110%;left:85%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-13{opacity:.832731;z-index:30;background-color:#263672;width:5px;height:2px;animation:4.42715s .848869s infinite drop-13;top:-10%;left:5%;transform:rotate(289.993deg)}@keyframes drop-13{to{top:110%;left:17%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-14{opacity:.534409;z-index:30;background-color:#ffbf00;width:16px;height:6.4px;animation:4.62432s .372613s infinite drop-14;top:-10%;left:19%;transform:rotate(98.4821deg)}@keyframes drop-14{to{top:110%;left:33%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-15{opacity:1.11066;z-index:30;background-color:#d13447;width:7px;height:2.8px;animation:4.89395s .103943s infinite drop-15;top:-10%;left:8%;transform:rotate(144.92deg)}@keyframes drop-15{to{top:110%;left:21%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-16{opacity:1.12222;z-index:30;background-color:#263672;width:16px;height:6.4px;animation:4.00689s .331844s infinite drop-16;top:-10%;left:94%;transform:rotate(347.882deg)}@keyframes drop-16{to{top:110%;left:99%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-17{opacity:1.03111;z-index:30;background-color:#ffbf00;width:17px;height:6.8px;animation:4.24136s .152591s infinite drop-17;top:-10%;left:89%;transform:rotate(118.341deg)}@keyframes drop-17{to{top:110%;left:91%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-18{opacity:1.01239;z-index:30;background-color:#263672;width:10px;height:4px;animation:4.88915s .402695s infinite drop-18;top:-10%;left:21%;transform:rotate(144.942deg)}@keyframes drop-18{to{top:110%;left:27%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-19{opacity:.978526;z-index:30;background-color:#263672;width:14px;height:5.6px;animation:4.26393s .591503s infinite drop-19;top:-10%;left:38%;transform:rotate(219.258deg)}@keyframes drop-19{to{top:110%;left:41%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-20{opacity:.86078;z-index:30;background-color:#ffbf00;width:14px;height:5.6px;animation:4.6563s .569836s infinite drop-20;top:-10%;left:64%;transform:rotate(191.127deg)}@keyframes drop-20{to{top:110%;left:74%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-21{opacity:.586862;z-index:30;background-color:#ffbf00;width:3px;height:1.2px;animation:4.27977s .987186s infinite drop-21;top:-10%;left:20%;transform:rotate(304.585deg)}@keyframes drop-21{to{top:110%;left:33%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-22{opacity:.711629;z-index:30;background-color:#d13447;width:15px;height:6px;animation:4.24942s .412101s infinite drop-22;top:-10%;left:18%;transform:rotate(96.632deg)}@keyframes drop-22{to{top:110%;left:21%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-23{opacity:.741006;z-index:30;background-color:#d13447;width:20px;height:8px;animation:4.93851s .617985s infinite drop-23;top:-10%;left:95%;transform:rotate(43.6949deg)}@keyframes drop-23{to{top:110%;left:104%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-24{opacity:.969029;z-index:30;background-color:#ffbf00;width:9px;height:3.6px;animation:4.73789s .291757s infinite drop-24;top:-10%;left:6%;transform:rotate(147.049deg)}@keyframes drop-24{to{top:110%;left:7%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-25{opacity:1.46161;z-index:30;background-color:#d13447;width:2px;height:.8px;animation:4.89188s .720451s infinite drop-25;top:-10%;left:48%;transform:rotate(120.931deg)}@keyframes drop-25{to{top:110%;left:52%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-26{opacity:.776262;z-index:30;background-color:#ffbf00;width:19px;height:7.6px;animation:4.16738s .889151s infinite drop-26;top:-10%;left:14%;transform:rotate(140.178deg)}@keyframes drop-26{to{top:110%;left:17%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-27{opacity:1.42468;z-index:30;background-color:#d13447;width:18px;height:7.2px;animation:4.99502s .147624s infinite drop-27;top:-10%;left:56%;transform:rotate(12.6852deg)}@keyframes drop-27{to{top:110%;left:71%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-28{opacity:1.4282;z-index:30;background-color:#ffbf00;width:8px;height:3.2px;animation:4.18058s 66.685ms infinite drop-28;top:-10%;left:27%;transform:rotate(104.333deg)}@keyframes drop-28{to{top:110%;left:28%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-29{opacity:1.45435;z-index:30;background-color:#ffbf00;width:5px;height:2px;animation:4.47924s .58177s infinite drop-29;top:-10%;left:13%;transform:rotate(337.309deg)}@keyframes drop-29{to{top:110%;left:15%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-30{opacity:.776029;z-index:30;background-color:#ffbf00;width:6px;height:2.4px;animation:4.1397s .548153s infinite drop-30;top:-10%;left:57%;transform:rotate(84.1631deg)}@keyframes drop-30{to{top:110%;left:61%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-31{opacity:1.39679;z-index:30;background-color:#263672;width:15px;height:6px;animation:4.80436s .166517s infinite drop-31;top:-10%;left:40%;transform:rotate(90.2975deg)}@keyframes drop-31{to{top:110%;left:41%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-32{opacity:1.1246;z-index:30;background-color:#d13447;width:20px;height:8px;animation:4.79699s .677577s infinite drop-32;top:-10%;left:57%;transform:rotate(194.816deg)}@keyframes drop-32{to{top:110%;left:58%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-33{opacity:.871781;z-index:30;background-color:#ffbf00;width:5px;height:2px;animation:4.40272s .619217s infinite drop-33;top:-10%;left:69%;transform:rotate(269.547deg)}@keyframes drop-33{to{top:110%;left:70%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-34{opacity:.774521;z-index:30;background-color:#263672;width:6px;height:2.4px;animation:4.07884s 23.537ms infinite drop-34;top:-10%;left:55%;transform:rotate(246.562deg)}@keyframes drop-34{to{top:110%;left:65%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-35{opacity:1.14017;z-index:30;background-color:#d13447;width:4px;height:1.6px;animation:4.51748s .535774s infinite drop-35;top:-10%;left:93%;transform:rotate(81.4324deg)}@keyframes drop-35{to{top:110%;left:102%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-36{opacity:.901011;z-index:30;background-color:#ffbf00;width:19px;height:7.6px;animation:4.56231s .452877s infinite drop-36;top:-10%;left:2%;transform:rotate(275.852deg)}@keyframes drop-36{to{top:110%;left:17%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-37{opacity:1.15789;z-index:30;background-color:#ffbf00;width:3px;height:1.2px;animation:4.17889s .944462s infinite drop-37;top:-10%;left:64%;transform:rotate(117.633deg)}@keyframes drop-37{to{top:110%;left:72%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-38{opacity:1.25333;z-index:30;background-color:#ffbf00;width:6px;height:2.4px;animation:4.52036s 58.7427ms infinite drop-38;top:-10%;left:98%;transform:rotate(324.677deg)}@keyframes drop-38{to{top:110%;left:104%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-39{opacity:1.33748;z-index:30;background-color:#263672;width:3px;height:1.2px;animation:4.41502s .998414s infinite drop-39;top:-10%;left:47%;transform:rotate(75.7277deg)}@keyframes drop-39{to{top:110%;left:54%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-40{opacity:1.07453;z-index:30;background-color:#ffbf00;width:17px;height:6.8px;animation:4.44823s .580934s infinite drop-40;top:-10%;left:72%;transform:rotate(318.008deg)}@keyframes drop-40{to{top:110%;left:78%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-41{opacity:1.37682;z-index:30;background-color:#ffbf00;width:4px;height:1.6px;animation:4.01158s .781699s infinite drop-41;top:-10%;left:9%;transform:rotate(144.963deg)}@keyframes drop-41{to{top:110%;left:13%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-42{opacity:.825724;z-index:30;background-color:#d13447;width:5px;height:2px;animation:4.27626s .54565s infinite drop-42;top:-10%;left:90%;transform:rotate(350.846deg)}@keyframes drop-42{to{top:110%;left:96%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-43{opacity:.734895;z-index:30;background-color:#263672;width:11px;height:4.4px;animation:4.2919s .11131s infinite drop-43;top:-10%;left:87%;transform:rotate(72.7912deg)}@keyframes drop-43{to{top:110%;left:99%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-44{opacity:.58005;z-index:30;background-color:#ffbf00;width:5px;height:2px;animation:4.40687s .279776s infinite drop-44;top:-10%;left:10%;transform:rotate(69.9097deg)}@keyframes drop-44{to{top:110%;left:21%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-45{opacity:.762789;z-index:30;background-color:#d13447;width:3px;height:1.2px;animation:4.0603s 82.9874ms infinite drop-45;top:-10%;left:38%;transform:rotate(146.913deg)}@keyframes drop-45{to{top:110%;left:43%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-46{opacity:1.08905;z-index:30;background-color:#ffbf00;width:10px;height:4px;animation:4.6695s .957996s infinite drop-46;top:-10%;left:78%;transform:rotate(19.1062deg)}@keyframes drop-46{to{top:110%;left:83%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-47{opacity:.797997;z-index:30;background-color:#263672;width:19px;height:7.6px;animation:4.07571s .689517s infinite drop-47;top:-10%;left:83%;transform:rotate(347.137deg)}@keyframes drop-47{to{top:110%;left:97%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-48{opacity:1.47093;z-index:30;background-color:#d13447;width:6px;height:2.4px;animation:4.56185s .583837s infinite drop-48;top:-10%;left:68%;transform:rotate(79.7141deg)}@keyframes drop-48{to{top:110%;left:69%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-49{opacity:.514421;z-index:30;background-color:#d13447;width:10px;height:4px;animation:4.94841s .999396s infinite drop-49;top:-10%;left:87%;transform:rotate(148.132deg)}@keyframes drop-49{to{top:110%;left:88%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-50{opacity:.790232;z-index:30;background-color:#263672;width:3px;height:1.2px;animation:4.4487s .118939s infinite drop-50;top:-10%;left:85%;transform:rotate(234.697deg)}@keyframes drop-50{to{top:110%;left:96%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-51{opacity:.738063;z-index:30;background-color:#ffbf00;width:6px;height:2.4px;animation:4.90222s .277856s infinite drop-51;top:-10%;left:42%;transform:rotate(153.465deg)}@keyframes drop-51{to{top:110%;left:53%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-52{opacity:.554254;z-index:30;background-color:#263672;width:7px;height:2.8px;animation:4.97586s .676445s infinite drop-52;top:-10%;left:100%;transform:rotate(152.939deg)}@keyframes drop-52{to{top:110%;left:115%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-53{opacity:.611669;z-index:30;background-color:#ffbf00;width:4px;height:1.6px;animation:4.61647s .178529s infinite drop-53;top:-10%;left:66%;transform:rotate(196.608deg)}@keyframes drop-53{to{top:110%;left:72%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-54{opacity:.858052;z-index:30;background-color:#d13447;width:20px;height:8px;animation:4.74566s 29.1857ms infinite drop-54;top:-10%;left:38%;transform:rotate(294.095deg)}@keyframes drop-54{to{top:110%;left:53%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-55{opacity:1.08418;z-index:30;background-color:#d13447;width:19px;height:7.6px;animation:4.66681s .661134s infinite drop-55;top:-10%;left:42%;transform:rotate(323.361deg)}@keyframes drop-55{to{top:110%;left:43%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-56{opacity:.976637;z-index:30;background-color:#ffbf00;width:16px;height:6.4px;animation:4.30352s .641327s infinite drop-56;top:-10%;left:21%;transform:rotate(86.1021deg)}@keyframes drop-56{to{top:110%;left:29%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-57{opacity:1.13174;z-index:30;background-color:#263672;width:10px;height:4px;animation:4.60039s .127813s infinite drop-57;top:-10%;left:13%;transform:rotate(49.4336deg)}@keyframes drop-57{to{top:110%;left:27%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-58{opacity:1.08137;z-index:30;background-color:#ffbf00;width:8px;height:3.2px;animation:4.45247s .422664s infinite drop-58;top:-10%;left:77%;transform:rotate(36.1162deg)}@keyframes drop-58{to{top:110%;left:92%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-59{opacity:.888752;z-index:30;background-color:#d13447;width:14px;height:5.6px;animation:4.063s .124356s infinite drop-59;top:-10%;left:58%;transform:rotate(243.266deg)}@keyframes drop-59{to{top:110%;left:73%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-60{opacity:1.43163;z-index:30;background-color:#263672;width:2px;height:.8px;animation:4.61145s .176615s infinite drop-60;top:-10%;left:17%;transform:rotate(157.527deg)}@keyframes drop-60{to{top:110%;left:31%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-61{opacity:.822855;z-index:30;background-color:#ffbf00;width:2px;height:.8px;animation:4.07054s .758475s infinite drop-61;top:-10%;left:15%;transform:rotate(233.67deg)}@keyframes drop-61{to{top:110%;left:19%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-62{opacity:.851282;z-index:30;background-color:#ffbf00;width:1px;height:.4px;animation:4.40637s 28.9625ms infinite drop-62;top:-10%;left:42%;transform:rotate(287.153deg)}@keyframes drop-62{to{top:110%;left:51%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-63{opacity:1.00796;z-index:30;background-color:#d13447;width:3px;height:1.2px;animation:4.89183s .203497s infinite drop-63;top:-10%;left:53%;transform:rotate(313.495deg)}@keyframes drop-63{to{top:110%;left:59%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-64{opacity:1.21429;z-index:30;background-color:#ffbf00;width:5px;height:2px;animation:4.34228s 90.4189ms infinite drop-64;top:-10%;left:50%;transform:rotate(254.1deg)}@keyframes drop-64{to{top:110%;left:62%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-65{opacity:1.07532;z-index:30;background-color:#d13447;width:18px;height:7.2px;animation:4.37704s .464703s infinite drop-65;top:-10%;left:1%;transform:rotate(233.055deg)}@keyframes drop-65{to{top:110%;left:14%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-66{opacity:.624576;z-index:30;background-color:#ffbf00;width:16px;height:6.4px;animation:4.70491s .98962s infinite drop-66;top:-10%;left:75%;transform:rotate(42.9616deg)}@keyframes drop-66{to{top:110%;left:89%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-67{opacity:.980741;z-index:30;background-color:#d13447;width:1px;height:.4px;animation:4.27501s .156847s infinite drop-67;top:-10%;left:5%;transform:rotate(204.947deg)}@keyframes drop-67{to{top:110%;left:19%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-68{opacity:1.21134;z-index:30;background-color:#263672;width:20px;height:8px;animation:4.5943s .843138s infinite drop-68;top:-10%;left:17%;transform:rotate(68.6712deg)}@keyframes drop-68{to{top:110%;left:28%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-69{opacity:1.28562;z-index:30;background-color:#ffbf00;width:4px;height:1.6px;animation:4.22414s 74.8128ms infinite drop-69;top:-10%;left:49%;transform:rotate(128.366deg)}@keyframes drop-69{to{top:110%;left:60%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-70{opacity:1.49293;z-index:30;background-color:#263672;width:10px;height:4px;animation:4.39235s .196272s infinite drop-70;top:-10%;left:48%;transform:rotate(283.608deg)}@keyframes drop-70{to{top:110%;left:50%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-71{opacity:.875959;z-index:30;background-color:#263672;width:10px;height:4px;animation:4.91913s .598045s infinite drop-71;top:-10%;left:23%;transform:rotate(307.475deg)}@keyframes drop-71{to{top:110%;left:29%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-72{opacity:.89742;z-index:30;background-color:#d13447;width:2px;height:.8px;animation:4.85554s .867945s infinite drop-72;top:-10%;left:93%;transform:rotate(300.932deg)}@keyframes drop-72{to{top:110%;left:108%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-73{opacity:1.10845;z-index:30;background-color:#263672;width:15px;height:6px;animation:4.42604s .824168s infinite drop-73;top:-10%;left:82%;transform:rotate(349.669deg)}@keyframes drop-73{to{top:110%;left:93%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-74{opacity:.500245;z-index:30;background-color:#ffbf00;width:7px;height:2.8px;animation:4.54382s 68.2764ms infinite drop-74;top:-10%;left:4%;transform:rotate(260.236deg)}@keyframes drop-74{to{top:110%;left:12%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-75{opacity:.592056;z-index:30;background-color:#d13447;width:8px;height:3.2px;animation:4.58124s .257542s infinite drop-75;top:-10%;left:39%;transform:rotate(305.601deg)}@keyframes drop-75{to{top:110%;left:41%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-76{opacity:.812039;z-index:30;background-color:#d13447;width:15px;height:6px;animation:4.84863s .477128s infinite drop-76;top:-10%;left:35%;transform:rotate(29.9384deg)}@keyframes drop-76{to{top:110%;left:40%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-77{opacity:.576251;z-index:30;background-color:#ffbf00;width:6px;height:2.4px;animation:4.02818s .947986s infinite drop-77;top:-10%;left:43%;transform:rotate(34.4919deg)}@keyframes drop-77{to{top:110%;left:48%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-78{opacity:1.344;z-index:30;background-color:#d13447;width:18px;height:7.2px;animation:4.34601s .758309s infinite drop-78;top:-10%;left:68%;transform:rotate(244.592deg)}@keyframes drop-78{to{top:110%;left:79%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-79{opacity:1.05456;z-index:30;background-color:#ffbf00;width:9px;height:3.6px;animation:4.10831s .626163s infinite drop-79;top:-10%;left:17%;transform:rotate(323.005deg)}@keyframes drop-79{to{top:110%;left:27%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-80{opacity:1.38097;z-index:30;background-color:#d13447;width:15px;height:6px;animation:4.75691s .722051s infinite drop-80;top:-10%;left:44%;transform:rotate(36.4083deg)}@keyframes drop-80{to{top:110%;left:50%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-81{opacity:1.48702;z-index:30;background-color:#ffbf00;width:2px;height:.8px;animation:4.87969s .221086s infinite drop-81;top:-10%;left:89%;transform:rotate(36.8504deg)}@keyframes drop-81{to{top:110%;left:90%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-82{opacity:.651704;z-index:30;background-color:#263672;width:11px;height:4.4px;animation:4.19132s .534392s infinite drop-82;top:-10%;left:92%;transform:rotate(163.626deg)}@keyframes drop-82{to{top:110%;left:97%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-83{opacity:1.16073;z-index:30;background-color:#263672;width:16px;height:6.4px;animation:4.98737s .711219s infinite drop-83;top:-10%;left:32%;transform:rotate(311.34deg)}@keyframes drop-83{to{top:110%;left:47%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-84{opacity:1.05099;z-index:30;background-color:#263672;width:15px;height:6px;animation:4.59505s .515937s infinite drop-84;top:-10%;left:70%;transform:rotate(206.636deg)}@keyframes drop-84{to{top:110%;left:85%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-85{opacity:1.46345;z-index:30;background-color:#d13447;width:14px;height:5.6px;animation:4.40361s .887677s infinite drop-85;top:-10%;left:61%;transform:rotate(145.993deg)}@keyframes drop-85{to{top:110%;left:65%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-86{opacity:1.27774;z-index:30;background-color:#d13447;width:2px;height:.8px;animation:4.94815s .315107s infinite drop-86;top:-10%;left:45%;transform:rotate(37.5162deg)}@keyframes drop-86{to{top:110%;left:55%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-87{opacity:1.42512;z-index:30;background-color:#ffbf00;width:13px;height:5.2px;animation:4.9523s .115992s infinite drop-87;top:-10%;left:68%;transform:rotate(201.017deg)}@keyframes drop-87{to{top:110%;left:83%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-88{opacity:1.27748;z-index:30;background-color:#263672;width:13px;height:5.2px;animation:4.37374s .648607s infinite drop-88;top:-10%;left:76%;transform:rotate(257.661deg)}@keyframes drop-88{to{top:110%;left:77%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-89{opacity:.717328;z-index:30;background-color:#ffbf00;width:3px;height:1.2px;animation:4.44818s .954531s infinite drop-89;top:-10%;left:85%;transform:rotate(285.644deg)}@keyframes drop-89{to{top:110%;left:86%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-90{opacity:.742149;z-index:30;background-color:#263672;width:2px;height:.8px;animation:4.96755s .614555s infinite drop-90;top:-10%;left:34%;transform:rotate(62.9498deg)}@keyframes drop-90{to{top:110%;left:44%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-91{opacity:1.36629;z-index:30;background-color:#d13447;width:12px;height:4.8px;animation:4.56713s .358545s infinite drop-91;top:-10%;left:12%;transform:rotate(215.394deg)}@keyframes drop-91{to{top:110%;left:13%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-92{opacity:1.27951;z-index:30;background-color:#ffbf00;width:10px;height:4px;animation:4.39975s .197759s infinite drop-92;top:-10%;left:10%;transform:rotate(193.163deg)}@keyframes drop-92{to{top:110%;left:12%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-93{opacity:1.03134;z-index:30;background-color:#263672;width:9px;height:3.6px;animation:4.12607s .21864s infinite drop-93;top:-10%;left:99%;transform:rotate(122.577deg)}@keyframes drop-93{to{top:110%;left:113%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-94{opacity:.556154;z-index:30;background-color:#d13447;width:8px;height:3.2px;animation:4.43397s .163215s infinite drop-94;top:-10%;left:74%;transform:rotate(250.345deg)}@keyframes drop-94{to{top:110%;left:81%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-95{opacity:.604835;z-index:30;background-color:#d13447;width:2px;height:.8px;animation:4.57837s .413852s infinite drop-95;top:-10%;left:82%;transform:rotate(340.524deg)}@keyframes drop-95{to{top:110%;left:91%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-96{opacity:.821952;z-index:30;background-color:#263672;width:15px;height:6px;animation:4.1289s .90687s infinite drop-96;top:-10%;left:88%;transform:rotate(123.839deg)}@keyframes drop-96{to{top:110%;left:89%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-97{opacity:.932706;z-index:30;background-color:#ffbf00;width:15px;height:6px;animation:4.66602s 10.0457ms infinite drop-97;top:-10%;left:30%;transform:rotate(70.2471deg)}@keyframes drop-97{to{top:110%;left:39%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-98{opacity:.65142;z-index:30;background-color:#d13447;width:15px;height:6px;animation:4.0284s .269219s infinite drop-98;top:-10%;left:76%;transform:rotate(142.767deg)}@keyframes drop-98{to{top:110%;left:86%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-99{opacity:1.34846;z-index:30;background-color:#263672;width:15px;height:6px;animation:4.38045s .616046s infinite drop-99;top:-10%;left:58%;transform:rotate(35.5855deg)}@keyframes drop-99{to{top:110%;left:66%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-100{opacity:.504556;z-index:30;background-color:#ffbf00;width:14px;height:5.6px;animation:4.51376s .250745s infinite drop-100;top:-10%;left:33%;transform:rotate(274.986deg)}@keyframes drop-100{to{top:110%;left:42%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-101{opacity:1.26046;z-index:30;background-color:#ffbf00;width:11px;height:4.4px;animation:4.31285s .564964s infinite drop-101;top:-10%;left:47%;transform:rotate(71.0116deg)}@keyframes drop-101{to{top:110%;left:53%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-102{opacity:1.08652;z-index:30;background-color:#ffbf00;width:2px;height:.8px;animation:4.85065s 7.9716ms infinite drop-102;top:-10%;left:13%;transform:rotate(99.5588deg)}@keyframes drop-102{to{top:110%;left:19%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-103{opacity:1.17859;z-index:30;background-color:#263672;width:11px;height:4.4px;animation:4.73207s .191699s infinite drop-103;top:-10%;left:95%;transform:rotate(257.494deg)}@keyframes drop-103{to{top:110%;left:98%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-104{opacity:1.10759;z-index:30;background-color:#ffbf00;width:8px;height:3.2px;animation:4.93672s .601126s infinite drop-104;top:-10%;left:41%;transform:rotate(197.049deg)}@keyframes drop-104{to{top:110%;left:48%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-105{opacity:1.47;z-index:30;background-color:#263672;width:15px;height:6px;animation:4.1244s 9.17038ms infinite drop-105;top:-10%;left:53%;transform:rotate(234.124deg)}@keyframes drop-105{to{top:110%;left:57%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-106{opacity:1.06666;z-index:30;background-color:#d13447;width:10px;height:4px;animation:4.03781s .648407s infinite drop-106;top:-10%;left:3%;transform:rotate(74.6973deg)}@keyframes drop-106{to{top:110%;left:13%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-107{opacity:.670825;z-index:30;background-color:#ffbf00;width:14px;height:5.6px;animation:4.32333s 5.49773ms infinite drop-107;top:-10%;left:81%;transform:rotate(38.9776deg)}@keyframes drop-107{to{top:110%;left:86%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-108{opacity:1.46082;z-index:30;background-color:#ffbf00;width:9px;height:3.6px;animation:4.51585s .952332s infinite drop-108;top:-10%;left:57%;transform:rotate(25.2006deg)}@keyframes drop-108{to{top:110%;left:70%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-109{opacity:.914547;z-index:30;background-color:#263672;width:7px;height:2.8px;animation:4.84925s .506333s infinite drop-109;top:-10%;left:21%;transform:rotate(87.0416deg)}@keyframes drop-109{to{top:110%;left:36%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-110{opacity:1.12423;z-index:30;background-color:#263672;width:11px;height:4.4px;animation:4.23817s .727663s infinite drop-110;top:-10%;left:82%;transform:rotate(95.5183deg)}@keyframes drop-110{to{top:110%;left:90%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-111{opacity:1.4721;z-index:30;background-color:#263672;width:8px;height:3.2px;animation:4.44758s .543189s infinite drop-111;top:-10%;left:47%;transform:rotate(48.1395deg)}@keyframes drop-111{to{top:110%;left:59%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-112{opacity:.646258;z-index:30;background-color:#263672;width:5px;height:2px;animation:4.07041s .750501s infinite drop-112;top:-10%;left:39%;transform:rotate(146.916deg)}@keyframes drop-112{to{top:110%;left:50%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-113{opacity:1.39256;z-index:30;background-color:#263672;width:10px;height:4px;animation:4.16774s .715672s infinite drop-113;top:-10%;left:28%;transform:rotate(243.634deg)}@keyframes drop-113{to{top:110%;left:41%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-114{opacity:1.30039;z-index:30;background-color:#263672;width:9px;height:3.6px;animation:4.33677s .769975s infinite drop-114;top:-10%;left:99%;transform:rotate(289.941deg)}@keyframes drop-114{to{top:110%;left:111%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-115{opacity:1.0523;z-index:30;background-color:#263672;width:19px;height:7.6px;animation:4.85162s .839893s infinite drop-115;top:-10%;left:100%;transform:rotate(168.164deg)}@keyframes drop-115{to{top:110%;left:106%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-116{opacity:1.48225;z-index:30;background-color:#263672;width:15px;height:6px;animation:4.46638s 24.4787ms infinite drop-116;top:-10%;left:93%;transform:rotate(69.5278deg)}@keyframes drop-116{to{top:110%;left:99%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-117{opacity:.679321;z-index:30;background-color:#ffbf00;width:14px;height:5.6px;animation:4.84306s .167698s infinite drop-117;top:-10%;left:69%;transform:rotate(250.165deg)}@keyframes drop-117{to{top:110%;left:79%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-118{opacity:1.46431;z-index:30;background-color:#263672;width:16px;height:6.4px;animation:4.04515s .755564s infinite drop-118;top:-10%;left:49%;transform:rotate(282.191deg)}@keyframes drop-118{to{top:110%;left:57%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-119{opacity:1.45576;z-index:30;background-color:#263672;width:3px;height:1.2px;animation:4.53411s .937479s infinite drop-119;top:-10%;left:88%;transform:rotate(50.2596deg)}@keyframes drop-119{to{top:110%;left:91%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-120{opacity:1.13402;z-index:30;background-color:#ffbf00;width:15px;height:6px;animation:4.20497s 83.0152ms infinite drop-120;top:-10%;left:54%;transform:rotate(43.3588deg)}@keyframes drop-120{to{top:110%;left:62%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-121{opacity:.696355;z-index:30;background-color:#d13447;width:6px;height:2.4px;animation:4.80313s .955812s infinite drop-121;top:-10%;left:93%;transform:rotate(291.757deg)}@keyframes drop-121{to{top:110%;left:96%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-122{opacity:.532841;z-index:30;background-color:#ffbf00;width:5px;height:2px;animation:4.79601s .287558s infinite drop-122;top:-10%;left:35%;transform:rotate(292.507deg)}@keyframes drop-122{to{top:110%;left:37%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-123{opacity:1.17375;z-index:30;background-color:#d13447;width:14px;height:5.6px;animation:4.41223s .905546s infinite drop-123;top:-10%;left:94%;transform:rotate(254.197deg)}@keyframes drop-123{to{top:110%;left:96%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-124{opacity:1.41034;z-index:30;background-color:#d13447;width:14px;height:5.6px;animation:4.34199s .571013s infinite drop-124;top:-10%;left:86%;transform:rotate(14.415deg)}@keyframes drop-124{to{top:110%;left:99%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-125{opacity:1.18197;z-index:30;background-color:#ffbf00;width:13px;height:5.2px;animation:4.66355s .399837s infinite drop-125;top:-10%;left:55%;transform:rotate(58.1714deg)}@keyframes drop-125{to{top:110%;left:60%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-126{opacity:1.21138;z-index:30;background-color:#263672;width:7px;height:2.8px;animation:4.6627s .828407s infinite drop-126;top:-10%;left:82%;transform:rotate(71.0033deg)}@keyframes drop-126{to{top:110%;left:89%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-127{opacity:1.3566;z-index:30;background-color:#d13447;width:3px;height:1.2px;animation:4.63994s 1.64624ms infinite drop-127;top:-10%;left:40%;transform:rotate(3.40151deg)}@keyframes drop-127{to{top:110%;left:49%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-128{opacity:1.40291;z-index:30;background-color:#d13447;width:20px;height:8px;animation:4.62562s 10.3153ms infinite drop-128;top:-10%;left:18%;transform:rotate(81.3543deg)}@keyframes drop-128{to{top:110%;left:20%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-129{opacity:1.09277;z-index:30;background-color:#263672;width:14px;height:5.6px;animation:4.42866s .456454s infinite drop-129;top:-10%;left:22%;transform:rotate(40.8179deg)}@keyframes drop-129{to{top:110%;left:24%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-130{opacity:1.05075;z-index:30;background-color:#ffbf00;width:9px;height:3.6px;animation:4.92991s .257069s infinite drop-130;top:-10%;left:35%;transform:rotate(23.5603deg)}@keyframes drop-130{to{top:110%;left:38%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-131{opacity:.771433;z-index:30;background-color:#d13447;width:4px;height:1.6px;animation:4.19959s .845698s infinite drop-131;top:-10%;left:44%;transform:rotate(48.9061deg)}@keyframes drop-131{to{top:110%;left:53%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-132{opacity:1.4506;z-index:30;background-color:#ffbf00;width:4px;height:1.6px;animation:4.69956s .439897s infinite drop-132;top:-10%;left:24%;transform:rotate(312.821deg)}@keyframes drop-132{to{top:110%;left:34%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-133{opacity:.723365;z-index:30;background-color:#d13447;width:15px;height:6px;animation:4.8953s .73916s infinite drop-133;top:-10%;left:12%;transform:rotate(186.324deg)}@keyframes drop-133{to{top:110%;left:20%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-134{opacity:.793529;z-index:30;background-color:#263672;width:4px;height:1.6px;animation:4.88281s .367322s infinite drop-134;top:-10%;left:25%;transform:rotate(274.048deg)}@keyframes drop-134{to{top:110%;left:33%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-135{opacity:.931753;z-index:30;background-color:#263672;width:3px;height:1.2px;animation:4.65444s .215885s infinite drop-135;top:-10%;left:67%;transform:rotate(206.991deg)}@keyframes drop-135{to{top:110%;left:72%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-136{opacity:1.04405;z-index:30;background-color:#d13447;width:8px;height:3.2px;animation:4.28881s .444074s infinite drop-136;top:-10%;left:24%;transform:rotate(213.945deg)}@keyframes drop-136{to{top:110%;left:30%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-137{opacity:1.04293;z-index:30;background-color:#ffbf00;width:7px;height:2.8px;animation:4.48233s .298062s infinite drop-137;top:-10%;left:72%;transform:rotate(41.8312deg)}@keyframes drop-137{to{top:110%;left:75%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-138{opacity:.711361;z-index:30;background-color:#263672;width:4px;height:1.6px;animation:4.37338s .390732s infinite drop-138;top:-10%;left:21%;transform:rotate(281.98deg)}@keyframes drop-138{to{top:110%;left:24%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-139{opacity:1.19098;z-index:30;background-color:#263672;width:4px;height:1.6px;animation:4.76581s 19.4429ms infinite drop-139;top:-10%;left:56%;transform:rotate(166.676deg)}@keyframes drop-139{to{top:110%;left:64%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-140{opacity:.534658;z-index:30;background-color:#d13447;width:17px;height:6.8px;animation:4.92053s 26.0499ms infinite drop-140;top:-10%;left:99%;transform:rotate(353.746deg)}@keyframes drop-140{to{top:110%;left:109%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-141{opacity:.733867;z-index:30;background-color:#d13447;width:10px;height:4px;animation:4.81773s .986966s infinite drop-141;top:-10%;left:63%;transform:rotate(112.725deg)}@keyframes drop-141{to{top:110%;left:69%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-142{opacity:1.06141;z-index:30;background-color:#263672;width:1px;height:.4px;animation:4.28933s .56222s infinite drop-142;top:-10%;left:15%;transform:rotate(303.678deg)}@keyframes drop-142{to{top:110%;left:23%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-143{opacity:.780393;z-index:30;background-color:#ffbf00;width:5px;height:2px;animation:4.46441s .965854s infinite drop-143;top:-10%;left:82%;transform:rotate(221.043deg)}@keyframes drop-143{to{top:110%;left:85%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-144{opacity:.864209;z-index:30;background-color:#263672;width:7px;height:2.8px;animation:4.7152s .762826s infinite drop-144;top:-10%;left:39%;transform:rotate(39.6306deg)}@keyframes drop-144{to{top:110%;left:41%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-145{opacity:1.1326;z-index:30;background-color:#ffbf00;width:5px;height:2px;animation:4.30607s .845782s infinite drop-145;top:-10%;left:2%;transform:rotate(196.757deg)}@keyframes drop-145{to{top:110%;left:8%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-146{opacity:1.37543;z-index:30;background-color:#263672;width:5px;height:2px;animation:4.34859s .610478s infinite drop-146;top:-10%;left:43%;transform:rotate(318.912deg)}@keyframes drop-146{to{top:110%;left:54%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-147{opacity:.660688;z-index:30;background-color:#d13447;width:3px;height:1.2px;animation:4.33263s .649163s infinite drop-147;top:-10%;left:51%;transform:rotate(307.004deg)}@keyframes drop-147{to{top:110%;left:58%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-148{opacity:.616826;z-index:30;background-color:#263672;width:9px;height:3.6px;animation:4.454s .586633s infinite drop-148;top:-10%;left:95%;transform:rotate(164.77deg)}@keyframes drop-148{to{top:110%;left:108%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-149{opacity:1.28289;z-index:30;background-color:#ffbf00;width:9px;height:3.6px;animation:4.00226s .856153s infinite drop-149;top:-10%;left:48%;transform:rotate(316.236deg)}@keyframes drop-149{to{top:110%;left:52%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-150{opacity:1.40524;z-index:30;background-color:#ffbf00;width:4px;height:1.6px;animation:4.49s 36.7219ms infinite drop-150;top:-10%;left:47%;transform:rotate(189.114deg)}@keyframes drop-150{to{top:110%;left:62%}}.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)}}
