
.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{background-color:var(--ThingBet--darkscale--0);cursor:pointer;border-radius:10px;margin:10px;padding:10px}.Event .control-btn .edit-btn.disabled:hover,.Event .control-btn .add-btn.disabled:hover{background-color:var(--ThingBet--darkscale--0);cursor:not-allowed}.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:var(--ThingBet--darkscale--0);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.39684;z-index:30;background-color:#d13447;width:9px;height:3.6px;animation:4.57316s .937738s infinite drop-0;top:-10%;left:48%;transform:rotate(27.4979deg)}@keyframes drop-0{to{top:110%;left:57%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-1{opacity:1.33603;z-index:30;background-color:#ffbf00;width:6px;height:2.4px;animation:4.19467s 88.1383ms infinite drop-1;top:-10%;left:94%;transform:rotate(128.185deg)}@keyframes drop-1{to{top:110%;left:102%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-2{opacity:.582339;z-index:30;background-color:#d13447;width:20px;height:8px;animation:4.80821s .883676s infinite drop-2;top:-10%;left:10%;transform:rotate(12.226deg)}@keyframes drop-2{to{top:110%;left:11%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-3{opacity:.852993;z-index:30;background-color:#ffbf00;width:9px;height:3.6px;animation:4.65408s 33.488ms infinite drop-3;top:-10%;left:88%;transform:rotate(113.188deg)}@keyframes drop-3{to{top:110%;left:97%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-4{opacity:1.04648;z-index:30;background-color:#ffbf00;width:9px;height:3.6px;animation:4.0663s .910233s infinite drop-4;top:-10%;left:89%;transform:rotate(322.06deg)}@keyframes drop-4{to{top:110%;left:100%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-5{opacity:1.45895;z-index:30;background-color:#d13447;width:10px;height:4px;animation:4.48987s .456171s infinite drop-5;top:-10%;left:41%;transform:rotate(203.096deg)}@keyframes drop-5{to{top:110%;left:50%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-6{opacity:.561472;z-index:30;background-color:#263672;width:17px;height:6.8px;animation:4.20285s .608903s infinite drop-6;top:-10%;left:5%;transform:rotate(47.1709deg)}@keyframes drop-6{to{top:110%;left:8%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-7{opacity:.603234;z-index:30;background-color:#ffbf00;width:7px;height:2.8px;animation:4.21832s .753056s infinite drop-7;top:-10%;left:83%;transform:rotate(231.545deg)}@keyframes drop-7{to{top:110%;left:88%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-8{opacity:1.46919;z-index:30;background-color:#ffbf00;width:10px;height:4px;animation:4.19297s 59.5116ms infinite drop-8;top:-10%;left:61%;transform:rotate(266.453deg)}@keyframes drop-8{to{top:110%;left:74%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-9{opacity:.800659;z-index:30;background-color:#ffbf00;width:5px;height:2px;animation:4.61988s .810602s infinite drop-9;top:-10%;left:31%;transform:rotate(230.157deg)}@keyframes drop-9{to{top:110%;left:44%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-10{opacity:1.09484;z-index:30;background-color:#ffbf00;width:12px;height:4.8px;animation:4.72486s .328254s infinite drop-10;top:-10%;left:78%;transform:rotate(2.30678deg)}@keyframes drop-10{to{top:110%;left:87%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-11{opacity:.79816;z-index:30;background-color:#263672;width:4px;height:1.6px;animation:4.2947s .459502s infinite drop-11;top:-10%;left:72%;transform:rotate(128.345deg)}@keyframes drop-11{to{top:110%;left:86%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-12{opacity:1.32177;z-index:30;background-color:#ffbf00;width:15px;height:6px;animation:4.32391s .787406s infinite drop-12;top:-10%;left:51%;transform:rotate(320.366deg)}@keyframes drop-12{to{top:110%;left:60%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-13{opacity:1.38291;z-index:30;background-color:#ffbf00;width:18px;height:7.2px;animation:4.39007s .618769s infinite drop-13;top:-10%;left:58%;transform:rotate(294.552deg)}@keyframes drop-13{to{top:110%;left:65%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-14{opacity:.993573;z-index:30;background-color:#ffbf00;width:2px;height:.8px;animation:4.63469s .779677s infinite drop-14;top:-10%;left:52%;transform:rotate(238.22deg)}@keyframes drop-14{to{top:110%;left:56%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-15{opacity:.808832;z-index:30;background-color:#263672;width:19px;height:7.6px;animation:4.55094s .548136s infinite drop-15;top:-10%;left:84%;transform:rotate(117.905deg)}@keyframes drop-15{to{top:110%;left:92%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-16{opacity:1.13018;z-index:30;background-color:#d13447;width:6px;height:2.4px;animation:4.06663s .571975s infinite drop-16;top:-10%;left:48%;transform:rotate(316.134deg)}@keyframes drop-16{to{top:110%;left:55%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-17{opacity:.759818;z-index:30;background-color:#263672;width:11px;height:4.4px;animation:4.1976s .687665s infinite drop-17;top:-10%;left:36%;transform:rotate(53.297deg)}@keyframes drop-17{to{top:110%;left:44%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-18{opacity:.934113;z-index:30;background-color:#263672;width:10px;height:4px;animation:4.6557s .946628s infinite drop-18;top:-10%;left:16%;transform:rotate(274.071deg)}@keyframes drop-18{to{top:110%;left:29%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-19{opacity:1.19429;z-index:30;background-color:#ffbf00;width:1px;height:.4px;animation:4.36467s .859241s infinite drop-19;top:-10%;left:57%;transform:rotate(107.631deg)}@keyframes drop-19{to{top:110%;left:66%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-20{opacity:1.31492;z-index:30;background-color:#ffbf00;width:10px;height:4px;animation:4.83122s .993399s infinite drop-20;top:-10%;left:100%;transform:rotate(217.459deg)}@keyframes drop-20{to{top:110%;left:107%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-21{opacity:.683671;z-index:30;background-color:#263672;width:5px;height:2px;animation:4.57454s .869353s infinite drop-21;top:-10%;left:63%;transform:rotate(159.591deg)}@keyframes drop-21{to{top:110%;left:75%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-22{opacity:1.18342;z-index:30;background-color:#d13447;width:8px;height:3.2px;animation:4.93353s 27.3192ms infinite drop-22;top:-10%;left:18%;transform:rotate(275.888deg)}@keyframes drop-22{to{top:110%;left:32%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-23{opacity:.884893;z-index:30;background-color:#d13447;width:8px;height:3.2px;animation:4.5057s .341818s infinite drop-23;top:-10%;left:37%;transform:rotate(8.22925deg)}@keyframes drop-23{to{top:110%;left:47%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-24{opacity:1.20803;z-index:30;background-color:#263672;width:10px;height:4px;animation:4.45881s .505728s infinite drop-24;top:-10%;left:14%;transform:rotate(314.7deg)}@keyframes drop-24{to{top:110%;left:17%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-25{opacity:.954603;z-index:30;background-color:#ffbf00;width:19px;height:7.6px;animation:4.29872s .730058s infinite drop-25;top:-10%;left:68%;transform:rotate(341.305deg)}@keyframes drop-25{to{top:110%;left:78%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-26{opacity:1.47542;z-index:30;background-color:#ffbf00;width:10px;height:4px;animation:4.48243s .419088s infinite drop-26;top:-10%;left:9%;transform:rotate(95.7004deg)}@keyframes drop-26{to{top:110%;left:10%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-27{opacity:1.37543;z-index:30;background-color:#263672;width:14px;height:5.6px;animation:4.61027s .764694s infinite drop-27;top:-10%;left:54%;transform:rotate(30.0761deg)}@keyframes drop-27{to{top:110%;left:68%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-28{opacity:1.26023;z-index:30;background-color:#263672;width:7px;height:2.8px;animation:4.90524s .768201s infinite drop-28;top:-10%;left:10%;transform:rotate(161.287deg)}@keyframes drop-28{to{top:110%;left:19%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-29{opacity:.563637;z-index:30;background-color:#ffbf00;width:18px;height:7.2px;animation:4.15742s .624912s infinite drop-29;top:-10%;left:96%;transform:rotate(67.8015deg)}@keyframes drop-29{to{top:110%;left:107%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-30{opacity:.879168;z-index:30;background-color:#ffbf00;width:6px;height:2.4px;animation:4.43537s .852089s infinite drop-30;top:-10%;left:10%;transform:rotate(259.955deg)}@keyframes drop-30{to{top:110%;left:24%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-31{opacity:.846496;z-index:30;background-color:#ffbf00;width:5px;height:2px;animation:4.73527s .334729s infinite drop-31;top:-10%;left:75%;transform:rotate(114.044deg)}@keyframes drop-31{to{top:110%;left:76%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-32{opacity:1.31642;z-index:30;background-color:#263672;width:1px;height:.4px;animation:4.50823s .668467s infinite drop-32;top:-10%;left:65%;transform:rotate(6.90568deg)}@keyframes drop-32{to{top:110%;left:69%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-33{opacity:1.29739;z-index:30;background-color:#d13447;width:11px;height:4.4px;animation:4.74293s .912399s infinite drop-33;top:-10%;left:43%;transform:rotate(94.2155deg)}@keyframes drop-33{to{top:110%;left:56%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-34{opacity:.862625;z-index:30;background-color:#263672;width:20px;height:8px;animation:4.42186s .286744s infinite drop-34;top:-10%;left:93%;transform:rotate(305.745deg)}@keyframes drop-34{to{top:110%;left:107%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-35{opacity:.889056;z-index:30;background-color:#d13447;width:10px;height:4px;animation:4.42103s .302293s infinite drop-35;top:-10%;left:25%;transform:rotate(196.24deg)}@keyframes drop-35{to{top:110%;left:34%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-36{opacity:.953336;z-index:30;background-color:#263672;width:2px;height:.8px;animation:4.49874s .592299s infinite drop-36;top:-10%;left:14%;transform:rotate(213.887deg)}@keyframes drop-36{to{top:110%;left:15%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-37{opacity:.680151;z-index:30;background-color:#ffbf00;width:8px;height:3.2px;animation:4.52876s .286191s infinite drop-37;top:-10%;left:44%;transform:rotate(71.0677deg)}@keyframes drop-37{to{top:110%;left:46%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-38{opacity:1.29877;z-index:30;background-color:#d13447;width:15px;height:6px;animation:4.11621s .610855s infinite drop-38;top:-10%;left:47%;transform:rotate(336.375deg)}@keyframes drop-38{to{top:110%;left:49%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-39{opacity:.755003;z-index:30;background-color:#d13447;width:19px;height:7.6px;animation:4.68591s .875797s infinite drop-39;top:-10%;left:77%;transform:rotate(296.5deg)}@keyframes drop-39{to{top:110%;left:84%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-40{opacity:.58108;z-index:30;background-color:#ffbf00;width:15px;height:6px;animation:4.68741s .260484s infinite drop-40;top:-10%;left:35%;transform:rotate(180.115deg)}@keyframes drop-40{to{top:110%;left:38%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-41{opacity:.775991;z-index:30;background-color:#d13447;width:12px;height:4.8px;animation:4.45205s .635524s infinite drop-41;top:-10%;left:36%;transform:rotate(181.185deg)}@keyframes drop-41{to{top:110%;left:42%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-42{opacity:1.03782;z-index:30;background-color:#ffbf00;width:19px;height:7.6px;animation:4.60345s .680953s infinite drop-42;top:-10%;left:70%;transform:rotate(250.088deg)}@keyframes drop-42{to{top:110%;left:73%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-43{opacity:.547061;z-index:30;background-color:#263672;width:3px;height:1.2px;animation:4.33775s .750178s infinite drop-43;top:-10%;left:84%;transform:rotate(164.219deg)}@keyframes drop-43{to{top:110%;left:89%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-44{opacity:1.42731;z-index:30;background-color:#d13447;width:18px;height:7.2px;animation:4.17178s .998823s infinite drop-44;top:-10%;left:16%;transform:rotate(266.293deg)}@keyframes drop-44{to{top:110%;left:28%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-45{opacity:1.2131;z-index:30;background-color:#263672;width:7px;height:2.8px;animation:4.02888s .365876s infinite drop-45;top:-10%;left:87%;transform:rotate(111.704deg)}@keyframes drop-45{to{top:110%;left:98%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-46{opacity:.947934;z-index:30;background-color:#ffbf00;width:16px;height:6.4px;animation:4.36214s .183032s infinite drop-46;top:-10%;left:67%;transform:rotate(328.612deg)}@keyframes drop-46{to{top:110%;left:74%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-47{opacity:1.19492;z-index:30;background-color:#d13447;width:8px;height:3.2px;animation:4.82073s .509372s infinite drop-47;top:-10%;left:82%;transform:rotate(24.7935deg)}@keyframes drop-47{to{top:110%;left:83%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-48{opacity:1.03952;z-index:30;background-color:#263672;width:19px;height:7.6px;animation:4.59218s .605657s infinite drop-48;top:-10%;left:80%;transform:rotate(103.76deg)}@keyframes drop-48{to{top:110%;left:87%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-49{opacity:.93095;z-index:30;background-color:#d13447;width:2px;height:.8px;animation:4.36881s 51.9842ms infinite drop-49;top:-10%;left:96%;transform:rotate(83.7514deg)}@keyframes drop-49{to{top:110%;left:109%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-50{opacity:1.44741;z-index:30;background-color:#d13447;width:17px;height:6.8px;animation:4.1392s .250048s infinite drop-50;top:-10%;left:51%;transform:rotate(5.80832deg)}@keyframes drop-50{to{top:110%;left:65%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-51{opacity:1.4446;z-index:30;background-color:#263672;width:17px;height:6.8px;animation:4.28877s .184842s infinite drop-51;top:-10%;left:27%;transform:rotate(198.972deg)}@keyframes drop-51{to{top:110%;left:41%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-52{opacity:.843289;z-index:30;background-color:#263672;width:12px;height:4.8px;animation:4.56967s .807963s infinite drop-52;top:-10%;left:88%;transform:rotate(125.432deg)}@keyframes drop-52{to{top:110%;left:95%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-53{opacity:1.22565;z-index:30;background-color:#263672;width:18px;height:7.2px;animation:4.7865s .390482s infinite drop-53;top:-10%;left:63%;transform:rotate(277.517deg)}@keyframes drop-53{to{top:110%;left:76%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-54{opacity:.874178;z-index:30;background-color:#263672;width:9px;height:3.6px;animation:4.12539s 53.8587ms infinite drop-54;top:-10%;left:80%;transform:rotate(251.188deg)}@keyframes drop-54{to{top:110%;left:83%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-55{opacity:.568448;z-index:30;background-color:#ffbf00;width:11px;height:4.4px;animation:4.28239s 82.7355ms infinite drop-55;top:-10%;left:10%;transform:rotate(338.362deg)}@keyframes drop-55{to{top:110%;left:21%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-56{opacity:1.10083;z-index:30;background-color:#ffbf00;width:11px;height:4.4px;animation:4.56733s .96536s infinite drop-56;top:-10%;left:17%;transform:rotate(217.744deg)}@keyframes drop-56{to{top:110%;left:19%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-57{opacity:1.07744;z-index:30;background-color:#d13447;width:5px;height:2px;animation:4.8903s .310489s infinite drop-57;top:-10%;left:8%;transform:rotate(243.52deg)}@keyframes drop-57{to{top:110%;left:14%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-58{opacity:1.30461;z-index:30;background-color:#d13447;width:14px;height:5.6px;animation:4.91694s .338231s infinite drop-58;top:-10%;left:98%;transform:rotate(323.984deg)}@keyframes drop-58{to{top:110%;left:105%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-59{opacity:.903744;z-index:30;background-color:#ffbf00;width:11px;height:4.4px;animation:4.55615s .412924s infinite drop-59;top:-10%;left:45%;transform:rotate(90.7366deg)}@keyframes drop-59{to{top:110%;left:53%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-60{opacity:1.15876;z-index:30;background-color:#ffbf00;width:1px;height:.4px;animation:4.80881s .321163s infinite drop-60;top:-10%;left:26%;transform:rotate(280.429deg)}@keyframes drop-60{to{top:110%;left:31%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-61{opacity:1.48238;z-index:30;background-color:#ffbf00;width:11px;height:4.4px;animation:4.33957s .258769s infinite drop-61;top:-10%;left:83%;transform:rotate(213.212deg)}@keyframes drop-61{to{top:110%;left:85%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-62{opacity:1.08626;z-index:30;background-color:#263672;width:8px;height:3.2px;animation:4.1485s .588177s infinite drop-62;top:-10%;left:21%;transform:rotate(349.161deg)}@keyframes drop-62{to{top:110%;left:25%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-63{opacity:.747278;z-index:30;background-color:#d13447;width:18px;height:7.2px;animation:4.06531s .852933s infinite drop-63;top:-10%;left:42%;transform:rotate(292.706deg)}@keyframes drop-63{to{top:110%;left:52%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-64{opacity:.605503;z-index:30;background-color:#d13447;width:12px;height:4.8px;animation:4.16066s .140267s infinite drop-64;top:-10%;left:78%;transform:rotate(262.471deg)}@keyframes drop-64{to{top:110%;left:89%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-65{opacity:.544451;z-index:30;background-color:#263672;width:6px;height:2.4px;animation:4.36428s .344285s infinite drop-65;top:-10%;left:83%;transform:rotate(273.815deg)}@keyframes drop-65{to{top:110%;left:86%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-66{opacity:.817575;z-index:30;background-color:#263672;width:11px;height:4.4px;animation:4.79047s .54459s infinite drop-66;top:-10%;left:6%;transform:rotate(19.9924deg)}@keyframes drop-66{to{top:110%;left:7%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-67{opacity:1.00043;z-index:30;background-color:#263672;width:8px;height:3.2px;animation:4.31928s .612815s infinite drop-67;top:-10%;left:56%;transform:rotate(220.583deg)}@keyframes drop-67{to{top:110%;left:71%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-68{opacity:.590389;z-index:30;background-color:#263672;width:5px;height:2px;animation:4.0954s 15.5945ms infinite drop-68;top:-10%;left:49%;transform:rotate(98.3281deg)}@keyframes drop-68{to{top:110%;left:61%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-69{opacity:.532226;z-index:30;background-color:#ffbf00;width:14px;height:5.6px;animation:4.15351s .521234s infinite drop-69;top:-10%;left:19%;transform:rotate(346.968deg)}@keyframes drop-69{to{top:110%;left:21%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-70{opacity:.725245;z-index:30;background-color:#d13447;width:16px;height:6.4px;animation:4.65323s .922949s infinite drop-70;top:-10%;left:79%;transform:rotate(40.1857deg)}@keyframes drop-70{to{top:110%;left:85%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-71{opacity:1.30686;z-index:30;background-color:#ffbf00;width:12px;height:4.8px;animation:4.73304s .451642s infinite drop-71;top:-10%;left:66%;transform:rotate(129.066deg)}@keyframes drop-71{to{top:110%;left:68%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-72{opacity:1.38594;z-index:30;background-color:#d13447;width:16px;height:6.4px;animation:4.52572s .26323s infinite drop-72;top:-10%;left:18%;transform:rotate(313.566deg)}@keyframes drop-72{to{top:110%;left:23%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-73{opacity:1.25165;z-index:30;background-color:#263672;width:8px;height:3.2px;animation:4.99904s .446156s infinite drop-73;top:-10%;left:15%;transform:rotate(173.699deg)}@keyframes drop-73{to{top:110%;left:29%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-74{opacity:.774543;z-index:30;background-color:#ffbf00;width:14px;height:5.6px;animation:4.26722s .403301s infinite drop-74;top:-10%;left:82%;transform:rotate(216.02deg)}@keyframes drop-74{to{top:110%;left:89%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-75{opacity:1.11047;z-index:30;background-color:#263672;width:4px;height:1.6px;animation:4.63363s .297867s infinite drop-75;top:-10%;left:45%;transform:rotate(235.62deg)}@keyframes drop-75{to{top:110%;left:46%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-76{opacity:1.07406;z-index:30;background-color:#ffbf00;width:13px;height:5.2px;animation:4.62793s .596799s infinite drop-76;top:-10%;left:80%;transform:rotate(135.052deg)}@keyframes drop-76{to{top:110%;left:85%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-77{opacity:.739729;z-index:30;background-color:#ffbf00;width:16px;height:6.4px;animation:4.69215s .809963s infinite drop-77;top:-10%;left:42%;transform:rotate(343.45deg)}@keyframes drop-77{to{top:110%;left:47%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-78{opacity:1.29916;z-index:30;background-color:#ffbf00;width:9px;height:3.6px;animation:4.53969s .139053s infinite drop-78;top:-10%;left:9%;transform:rotate(91.9504deg)}@keyframes drop-78{to{top:110%;left:18%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-79{opacity:.949306;z-index:30;background-color:#d13447;width:6px;height:2.4px;animation:4.68352s .344576s infinite drop-79;top:-10%;left:14%;transform:rotate(211.007deg)}@keyframes drop-79{to{top:110%;left:17%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-80{opacity:1.34893;z-index:30;background-color:#263672;width:10px;height:4px;animation:4.99856s .216018s infinite drop-80;top:-10%;left:78%;transform:rotate(39.6222deg)}@keyframes drop-80{to{top:110%;left:83%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-81{opacity:.703431;z-index:30;background-color:#263672;width:4px;height:1.6px;animation:4.67039s .891992s infinite drop-81;top:-10%;left:91%;transform:rotate(129.418deg)}@keyframes drop-81{to{top:110%;left:93%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-82{opacity:1.17564;z-index:30;background-color:#ffbf00;width:9px;height:3.6px;animation:4.71915s .853933s infinite drop-82;top:-10%;left:1%;transform:rotate(338.652deg)}@keyframes drop-82{to{top:110%;left:5%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-83{opacity:.706808;z-index:30;background-color:#ffbf00;width:19px;height:7.6px;animation:4.12847s .563473s infinite drop-83;top:-10%;left:75%;transform:rotate(299.82deg)}@keyframes drop-83{to{top:110%;left:76%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-84{opacity:.625522;z-index:30;background-color:#ffbf00;width:1px;height:.4px;animation:4.86273s 69.0747ms infinite drop-84;top:-10%;left:43%;transform:rotate(358.645deg)}@keyframes drop-84{to{top:110%;left:48%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-85{opacity:1.04722;z-index:30;background-color:#d13447;width:12px;height:4.8px;animation:4.37783s .251553s infinite drop-85;top:-10%;left:63%;transform:rotate(191.289deg)}@keyframes drop-85{to{top:110%;left:75%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-86{opacity:.965028;z-index:30;background-color:#263672;width:14px;height:5.6px;animation:4.66957s .929954s infinite drop-86;top:-10%;left:74%;transform:rotate(104.177deg)}@keyframes drop-86{to{top:110%;left:77%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-87{opacity:1.08869;z-index:30;background-color:#ffbf00;width:15px;height:6px;animation:4.12114s .113389s infinite drop-87;top:-10%;left:25%;transform:rotate(100.462deg)}@keyframes drop-87{to{top:110%;left:40%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-88{opacity:1.26069;z-index:30;background-color:#263672;width:15px;height:6px;animation:4.95069s .773655s infinite drop-88;top:-10%;left:57%;transform:rotate(87.6164deg)}@keyframes drop-88{to{top:110%;left:61%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-89{opacity:.610146;z-index:30;background-color:#ffbf00;width:11px;height:4.4px;animation:4.32332s .316191s infinite drop-89;top:-10%;left:70%;transform:rotate(301.49deg)}@keyframes drop-89{to{top:110%;left:78%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-90{opacity:1.06686;z-index:30;background-color:#263672;width:5px;height:2px;animation:4.57382s .867838s infinite drop-90;top:-10%;left:66%;transform:rotate(57.0836deg)}@keyframes drop-90{to{top:110%;left:78%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-91{opacity:1.44993;z-index:30;background-color:#263672;width:8px;height:3.2px;animation:4.11183s .873349s infinite drop-91;top:-10%;left:97%;transform:rotate(357.627deg)}@keyframes drop-91{to{top:110%;left:107%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-92{opacity:1.1226;z-index:30;background-color:#263672;width:15px;height:6px;animation:4.81859s .598452s infinite drop-92;top:-10%;left:24%;transform:rotate(125.118deg)}@keyframes drop-92{to{top:110%;left:31%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-93{opacity:.763028;z-index:30;background-color:#d13447;width:13px;height:5.2px;animation:4.13858s .826911s infinite drop-93;top:-10%;left:26%;transform:rotate(263.939deg)}@keyframes drop-93{to{top:110%;left:29%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-94{opacity:.876493;z-index:30;background-color:#ffbf00;width:3px;height:1.2px;animation:4.6058s .927732s infinite drop-94;top:-10%;left:35%;transform:rotate(311.531deg)}@keyframes drop-94{to{top:110%;left:48%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-95{opacity:1.33236;z-index:30;background-color:#d13447;width:15px;height:6px;animation:4.71554s 82.9539ms infinite drop-95;top:-10%;left:87%;transform:rotate(358.215deg)}@keyframes drop-95{to{top:110%;left:93%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-96{opacity:1.15028;z-index:30;background-color:#d13447;width:16px;height:6.4px;animation:4.08329s .298573s infinite drop-96;top:-10%;left:80%;transform:rotate(297.973deg)}@keyframes drop-96{to{top:110%;left:82%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-97{opacity:.508208;z-index:30;background-color:#263672;width:9px;height:3.6px;animation:4.01477s .515986s infinite drop-97;top:-10%;left:76%;transform:rotate(18.5524deg)}@keyframes drop-97{to{top:110%;left:91%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-98{opacity:.85545;z-index:30;background-color:#ffbf00;width:6px;height:2.4px;animation:4.66096s .406886s infinite drop-98;top:-10%;left:100%;transform:rotate(106.702deg)}@keyframes drop-98{to{top:110%;left:104%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-99{opacity:.97211;z-index:30;background-color:#263672;width:16px;height:6.4px;animation:4.42859s .970323s infinite drop-99;top:-10%;left:63%;transform:rotate(107.83deg)}@keyframes drop-99{to{top:110%;left:67%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-100{opacity:.89151;z-index:30;background-color:#d13447;width:20px;height:8px;animation:4.57146s .601879s infinite drop-100;top:-10%;left:77%;transform:rotate(64.9761deg)}@keyframes drop-100{to{top:110%;left:90%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-101{opacity:1.44473;z-index:30;background-color:#d13447;width:10px;height:4px;animation:4.26752s .858312s infinite drop-101;top:-10%;left:95%;transform:rotate(56.8171deg)}@keyframes drop-101{to{top:110%;left:97%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-102{opacity:.509909;z-index:30;background-color:#d13447;width:7px;height:2.8px;animation:4.88192s .970843s infinite drop-102;top:-10%;left:52%;transform:rotate(76.0539deg)}@keyframes drop-102{to{top:110%;left:54%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-103{opacity:1.42756;z-index:30;background-color:#263672;width:17px;height:6.8px;animation:4.17472s .434326s infinite drop-103;top:-10%;left:88%;transform:rotate(337.988deg)}@keyframes drop-103{to{top:110%;left:102%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-104{opacity:.51673;z-index:30;background-color:#263672;width:18px;height:7.2px;animation:4.54603s .902284s infinite drop-104;top:-10%;left:16%;transform:rotate(21.9759deg)}@keyframes drop-104{to{top:110%;left:20%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-105{opacity:.878625;z-index:30;background-color:#263672;width:13px;height:5.2px;animation:4.04078s .468999s infinite drop-105;top:-10%;left:76%;transform:rotate(161.941deg)}@keyframes drop-105{to{top:110%;left:80%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-106{opacity:.678664;z-index:30;background-color:#263672;width:3px;height:1.2px;animation:4.69921s .528318s infinite drop-106;top:-10%;left:90%;transform:rotate(229.91deg)}@keyframes drop-106{to{top:110%;left:95%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-107{opacity:1.21893;z-index:30;background-color:#ffbf00;width:10px;height:4px;animation:4.31356s .895787s infinite drop-107;top:-10%;left:60%;transform:rotate(285.289deg)}@keyframes drop-107{to{top:110%;left:65%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-108{opacity:.847913;z-index:30;background-color:#ffbf00;width:14px;height:5.6px;animation:4.12048s .201871s infinite drop-108;top:-10%;left:7%;transform:rotate(357.58deg)}@keyframes drop-108{to{top:110%;left:22%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-109{opacity:1.36342;z-index:30;background-color:#ffbf00;width:8px;height:3.2px;animation:4.96946s .537003s infinite drop-109;top:-10%;left:41%;transform:rotate(248.039deg)}@keyframes drop-109{to{top:110%;left:43%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-110{opacity:.949424;z-index:30;background-color:#ffbf00;width:7px;height:2.8px;animation:4.89696s .297275s infinite drop-110;top:-10%;left:99%;transform:rotate(223.924deg)}@keyframes drop-110{to{top:110%;left:110%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-111{opacity:.869939;z-index:30;background-color:#263672;width:1px;height:.4px;animation:4.00814s .391697s infinite drop-111;top:-10%;left:44%;transform:rotate(118.079deg)}@keyframes drop-111{to{top:110%;left:58%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-112{opacity:.580067;z-index:30;background-color:#ffbf00;width:14px;height:5.6px;animation:4.85186s .805239s infinite drop-112;top:-10%;left:22%;transform:rotate(350.933deg)}@keyframes drop-112{to{top:110%;left:28%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-113{opacity:1.33859;z-index:30;background-color:#ffbf00;width:8px;height:3.2px;animation:4.42813s .134037s infinite drop-113;top:-10%;left:53%;transform:rotate(90.7185deg)}@keyframes drop-113{to{top:110%;left:59%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-114{opacity:.523352;z-index:30;background-color:#d13447;width:6px;height:2.4px;animation:4.70682s .96345s infinite drop-114;top:-10%;left:41%;transform:rotate(190.805deg)}@keyframes drop-114{to{top:110%;left:53%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-115{opacity:.791804;z-index:30;background-color:#263672;width:19px;height:7.6px;animation:4.03496s .268415s infinite drop-115;top:-10%;left:38%;transform:rotate(46.4535deg)}@keyframes drop-115{to{top:110%;left:43%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-116{opacity:.659553;z-index:30;background-color:#d13447;width:9px;height:3.6px;animation:4.37562s .804538s infinite drop-116;top:-10%;left:42%;transform:rotate(147.871deg)}@keyframes drop-116{to{top:110%;left:47%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-117{opacity:.801529;z-index:30;background-color:#d13447;width:14px;height:5.6px;animation:4.24406s 79.2966ms infinite drop-117;top:-10%;left:48%;transform:rotate(56.7343deg)}@keyframes drop-117{to{top:110%;left:57%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-118{opacity:.524871;z-index:30;background-color:#263672;width:12px;height:4.8px;animation:4.50223s .351087s infinite drop-118;top:-10%;left:68%;transform:rotate(246.712deg)}@keyframes drop-118{to{top:110%;left:69%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-119{opacity:.927533;z-index:30;background-color:#263672;width:6px;height:2.4px;animation:4.12659s .988128s infinite drop-119;top:-10%;left:67%;transform:rotate(2.34651deg)}@keyframes drop-119{to{top:110%;left:69%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-120{opacity:.861112;z-index:30;background-color:#263672;width:16px;height:6.4px;animation:4.55061s .454458s infinite drop-120;top:-10%;left:19%;transform:rotate(323.621deg)}@keyframes drop-120{to{top:110%;left:34%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-121{opacity:1.28973;z-index:30;background-color:#263672;width:20px;height:8px;animation:4.0369s .446811s infinite drop-121;top:-10%;left:66%;transform:rotate(154.579deg)}@keyframes drop-121{to{top:110%;left:74%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-122{opacity:1.44618;z-index:30;background-color:#263672;width:11px;height:4.4px;animation:4.58737s .178438s infinite drop-122;top:-10%;left:34%;transform:rotate(297.562deg)}@keyframes drop-122{to{top:110%;left:37%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-123{opacity:1.00076;z-index:30;background-color:#d13447;width:5px;height:2px;animation:4.59669s .843241s infinite drop-123;top:-10%;left:87%;transform:rotate(84.7145deg)}@keyframes drop-123{to{top:110%;left:102%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-124{opacity:.825796;z-index:30;background-color:#263672;width:4px;height:1.6px;animation:4.0802s .898867s infinite drop-124;top:-10%;left:81%;transform:rotate(73.3512deg)}@keyframes drop-124{to{top:110%;left:87%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-125{opacity:.572397;z-index:30;background-color:#263672;width:10px;height:4px;animation:4.01365s .624797s infinite drop-125;top:-10%;left:34%;transform:rotate(181.713deg)}@keyframes drop-125{to{top:110%;left:47%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-126{opacity:1.19929;z-index:30;background-color:#263672;width:8px;height:3.2px;animation:4.59019s .491828s infinite drop-126;top:-10%;left:28%;transform:rotate(332.211deg)}@keyframes drop-126{to{top:110%;left:41%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-127{opacity:.51681;z-index:30;background-color:#263672;width:2px;height:.8px;animation:4.22722s 58.8573ms infinite drop-127;top:-10%;left:43%;transform:rotate(259.061deg)}@keyframes drop-127{to{top:110%;left:54%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-128{opacity:.632598;z-index:30;background-color:#d13447;width:1px;height:.4px;animation:4.77533s .101944s infinite drop-128;top:-10%;left:26%;transform:rotate(23.6882deg)}@keyframes drop-128{to{top:110%;left:38%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-129{opacity:.994429;z-index:30;background-color:#ffbf00;width:14px;height:5.6px;animation:4.17318s .540244s infinite drop-129;top:-10%;left:7%;transform:rotate(310.217deg)}@keyframes drop-129{to{top:110%;left:10%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-130{opacity:1.16906;z-index:30;background-color:#d13447;width:2px;height:.8px;animation:4.80132s 99.385ms infinite drop-130;top:-10%;left:51%;transform:rotate(56.5358deg)}@keyframes drop-130{to{top:110%;left:66%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-131{opacity:.918243;z-index:30;background-color:#ffbf00;width:17px;height:6.8px;animation:4.06747s .24832s infinite drop-131;top:-10%;left:36%;transform:rotate(287.024deg)}@keyframes drop-131{to{top:110%;left:44%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-132{opacity:.739465;z-index:30;background-color:#263672;width:9px;height:3.6px;animation:4.9742s .256664s infinite drop-132;top:-10%;left:78%;transform:rotate(298.289deg)}@keyframes drop-132{to{top:110%;left:92%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-133{opacity:.912567;z-index:30;background-color:#ffbf00;width:9px;height:3.6px;animation:4.44478s .932477s infinite drop-133;top:-10%;left:85%;transform:rotate(219.407deg)}@keyframes drop-133{to{top:110%;left:95%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-134{opacity:.569499;z-index:30;background-color:#ffbf00;width:18px;height:7.2px;animation:4.02869s .77565s infinite drop-134;top:-10%;left:33%;transform:rotate(223.678deg)}@keyframes drop-134{to{top:110%;left:38%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-135{opacity:1.12647;z-index:30;background-color:#d13447;width:14px;height:5.6px;animation:4.3366s 94.7586ms infinite drop-135;top:-10%;left:31%;transform:rotate(51.7663deg)}@keyframes drop-135{to{top:110%;left:41%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-136{opacity:.587403;z-index:30;background-color:#263672;width:3px;height:1.2px;animation:4.33133s .502366s infinite drop-136;top:-10%;left:66%;transform:rotate(206.415deg)}@keyframes drop-136{to{top:110%;left:80%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-137{opacity:.63061;z-index:30;background-color:#ffbf00;width:12px;height:4.8px;animation:4.61321s .448329s infinite drop-137;top:-10%;left:76%;transform:rotate(1.7263deg)}@keyframes drop-137{to{top:110%;left:87%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-138{opacity:1.0597;z-index:30;background-color:#ffbf00;width:19px;height:7.6px;animation:4.36741s .399618s infinite drop-138;top:-10%;left:12%;transform:rotate(130.208deg)}@keyframes drop-138{to{top:110%;left:22%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-139{opacity:1.3527;z-index:30;background-color:#263672;width:20px;height:8px;animation:4.95006s .953669s infinite drop-139;top:-10%;left:81%;transform:rotate(311.117deg)}@keyframes drop-139{to{top:110%;left:91%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-140{opacity:1.47766;z-index:30;background-color:#263672;width:5px;height:2px;animation:4.97223s .978974s infinite drop-140;top:-10%;left:62%;transform:rotate(62.226deg)}@keyframes drop-140{to{top:110%;left:68%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-141{opacity:1.05696;z-index:30;background-color:#263672;width:20px;height:8px;animation:4.39358s .294652s infinite drop-141;top:-10%;left:9%;transform:rotate(102.109deg)}@keyframes drop-141{to{top:110%;left:14%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-142{opacity:.548039;z-index:30;background-color:#263672;width:10px;height:4px;animation:4.26013s .472615s infinite drop-142;top:-10%;left:33%;transform:rotate(356.079deg)}@keyframes drop-142{to{top:110%;left:39%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-143{opacity:1.19152;z-index:30;background-color:#d13447;width:14px;height:5.6px;animation:4.23422s .498139s infinite drop-143;top:-10%;left:14%;transform:rotate(32.1334deg)}@keyframes drop-143{to{top:110%;left:18%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-144{opacity:.747936;z-index:30;background-color:#d13447;width:11px;height:4.4px;animation:4.2522s .603892s infinite drop-144;top:-10%;left:17%;transform:rotate(359.515deg)}@keyframes drop-144{to{top:110%;left:19%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-145{opacity:1.32332;z-index:30;background-color:#263672;width:12px;height:4.8px;animation:4.28683s .70039s infinite drop-145;top:-10%;left:88%;transform:rotate(32.4015deg)}@keyframes drop-145{to{top:110%;left:103%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-146{opacity:1.21709;z-index:30;background-color:#ffbf00;width:19px;height:7.6px;animation:4.3545s .7499s infinite drop-146;top:-10%;left:24%;transform:rotate(124.15deg)}@keyframes drop-146{to{top:110%;left:38%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-147{opacity:.803162;z-index:30;background-color:#263672;width:13px;height:5.2px;animation:4.55152s .855291s infinite drop-147;top:-10%;left:24%;transform:rotate(110.46deg)}@keyframes drop-147{to{top:110%;left:28%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-148{opacity:.901037;z-index:30;background-color:#ffbf00;width:15px;height:6px;animation:4.07566s .861793s infinite drop-148;top:-10%;left:13%;transform:rotate(201.09deg)}@keyframes drop-148{to{top:110%;left:28%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-149{opacity:.707561;z-index:30;background-color:#d13447;width:3px;height:1.2px;animation:4.42005s 54.6169ms infinite drop-149;top:-10%;left:65%;transform:rotate(349.07deg)}@keyframes drop-149{to{top:110%;left:77%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-150{opacity:.808438;z-index:30;background-color:#263672;width:1px;height:.4px;animation:4.77332s .261525s infinite drop-150;top:-10%;left:14%;transform:rotate(278.118deg)}@keyframes drop-150{to{top:110%;left:23%}}.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)}}
