.PopupItem.ViewConcernPopup{width:1100px;max-width:95vw;max-height:75vh;color:var(--popup-text);background:var(--popup-surface);font-family:var(--popup-font-family);flex-direction:column;display:flex;position:relative;top:55vh;left:50vw;overflow:hidden;transform:translate(-50%,-50%);border:none!important}.PopupItem.ViewConcernPopup *,.PopupItem.ViewConcernPopup :before,.PopupItem.ViewConcernPopup :after{font-family:var(--popup-font-family)!important;color:var(--app-white)!important}.PopupItem.ViewConcernPopup:before{content:"";pointer-events:none;z-index:0;position:absolute;inset:0}@keyframes cryptoBackgroundFlow{0%,to{opacity:.5;transform:scale(1)rotate(0)}33%{opacity:.8;transform:scale(1.03)rotate(1deg)}66%{opacity:.6;transform:scale(.97)rotate(-1deg)}}.PopupItem.ViewConcernPopup .main-message{background:var(--app-neutral-20);z-index:1;flex-shrink:0;padding:32px 28px 28px;position:relative}.PopupItem.ViewConcernPopup .main-message:before{content:"";opacity:.6;z-index:0;position:absolute;inset:0}.PopupItem.ViewConcernPopup .main-message .toggle-container{z-index:999;background:var(--app-neutral-40);white-space:nowrap;justify-content:space-between;align-items:center;padding:24px;font-size:16px;font-weight:800;display:flex;position:relative}.PopupItem.ViewConcernPopup .main-message .toggle-container p{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.PopupItem.ViewConcernPopup .main-message .toggle-container .collapse-toggle{background:var(--app-neutral-40);width:25px;height:25px;color:var(--popup-text-muted);cursor:pointer;-webkit-text-fill-color:currentColor;border:none;flex-shrink:0;justify-content:center;align-items:center;transition:transform .25s,background .2s,color .2s,border-color .2s;display:inline-flex}.PopupItem.ViewConcernPopup .main-message .toggle-container .collapse-toggle:active{transform:scale(.95)}.PopupItem.ViewConcernPopup .main-message .toggle-container .collapse-toggle svg{transition:transform .3s cubic-bezier(.4,0,.2,1);display:block}.PopupItem.ViewConcernPopup .main-message .toggle-container .collapse-toggle.collapsed svg{transform:rotate(-180deg)}.PopupItem.ViewConcernPopup .main-message .cscenter-concern-title{background:var(--app-white);-webkit-text-fill-color:#0000;letter-spacing:.8px;z-index:1;text-transform:none;-webkit-background-clip:text;background-clip:text;flex-direction:row;justify-content:center;align-items:center;margin-bottom:20px;font-size:24px;font-weight:800;line-height:1.3;display:flex;position:relative}.PopupItem.ViewConcernPopup .main-message .cscenter-concern-title .close-popup{cursor:pointer;position:relative}.PopupItem.ViewConcernPopup .main-message .cscenter-concern-title .close-popup .close-img{z-index:1;cursor:pointer;width:28px;height:28px}.PopupItem.ViewConcernPopup .main-message .cscenter-concern-title>.title-left{flex:1;align-items:center;gap:8px;display:flex}.PopupItem.ViewConcernPopup .main-message .cscenter-concern-title .chat-icon{width:28px;height:28px;filter:var(--app-filter-photo)}.PopupItem.ViewConcernPopup .main-message .cscenter-concern-title span{color:var(--chat-primary);margin-left:-2px;font-weight:700}@keyframes iconGlow{}.PopupItem.ViewConcernPopup .main-message .concern-message{background:var(--app-neutral-110);color:var(--app-white);scrollbar-width:none;-ms-overflow-style:none;border:none;max-height:400px;font-size:15px;font-weight:600;line-height:1.6;transition:max-height .35s cubic-bezier(.4,0,.2,1),padding .35s,margin .35s,opacity .25s;position:relative;overflow-y:auto}.PopupItem.ViewConcernPopup .main-message .concern-message::-webkit-scrollbar{display:none}.PopupItem.ViewConcernPopup .main-message .concern-message.collapsed{opacity:0;pointer-events:none;border:none;max-height:0;margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0;overflow:hidden}.PopupItem.ViewConcernPopup .main-message .concern-message.collapsed:before{display:none}.PopupItem.ViewConcernPopup .main-message .concern-message:before{content:"";pointer-events:none;position:absolute;inset:0}@keyframes messageGlow{0%,to{opacity:.3}50%{opacity:.6}}.PopupItem.ViewConcernPopup .main-message .concern-message::-webkit-scrollbar{width:6px}.PopupItem.ViewConcernPopup .main-message .concern-message::-webkit-scrollbar-track{background:color-mix(in srgb, var(--app-surface-1) 30%, transparent)}.PopupItem.ViewConcernPopup .main-message .concern-message::-webkit-scrollbar-thumb{background:linear-gradient(to bottom, var(--chat-primary) 0%, color-mix(in srgb, var(--app-primary) 60%, transparent) 100%)}.PopupItem.ViewConcernPopup .main-message .concern-message::-webkit-scrollbar-thumb:hover{background:var(--chat-primary)}.PopupItem.ViewConcernPopup .main-message .concern-message .main-message-sign{z-index:2;justify-content:flex-end;align-items:center;margin-top:16px;padding:12px 0 0;display:flex;position:sticky;bottom:0}.PopupItem.ViewConcernPopup .main-message .concern-message .main-message-sign .user{color:var(--popup-text-muted);margin-left:10px;font-size:13px;font-weight:500}.PopupItem.ViewConcernPopup .main-message .concern-message .main-message-sign img{border-radius:50%;width:18px;height:18px}.PopupItem.ViewConcernPopup .form{background:var(--app-neutral-10);z-index:1;flex-direction:column;flex:1;display:flex;position:relative;overflow:hidden}.PopupItem.ViewConcernPopup .form .thread{flex-direction:column;flex:1;gap:24px;padding:32px 24px;display:flex;overflow-y:auto}.PopupItem.ViewConcernPopup .form .thread::-webkit-scrollbar{width:6px}.PopupItem.ViewConcernPopup .form .thread::-webkit-scrollbar-track{background:color-mix(in srgb, var(--app-surface-1) 30%, transparent);border-radius:3px}.PopupItem.ViewConcernPopup .form .thread::-webkit-scrollbar-thumb{background:linear-gradient(to bottom, var(--chat-primary) 0%, color-mix(in srgb, var(--app-primary) 60%, transparent) 100%);border-radius:3px}.PopupItem.ViewConcernPopup .form .thread::-webkit-scrollbar-thumb:hover{background:var(--chat-primary)}.PopupItem.ViewConcernPopup .form .thread .user-message{flex-direction:row-reverse;align-items:flex-start;gap:12px;padding-right:20px;display:flex}.PopupItem.ViewConcernPopup .form .thread .user-message .adm-avatar{flex-direction:column;align-items:center;gap:8px;min-width:64px;display:flex}.PopupItem.ViewConcernPopup .form .thread .user-message .adm-avatar img{border:2px solid var(--app-primary-50);-o-object-fit:contain;object-fit:contain;border-radius:50%;width:48px;height:48px;transition:all .3s}.PopupItem.ViewConcernPopup .form .thread .user-message .adm-avatar img:hover{transform:scale(1.1)}.PopupItem.ViewConcernPopup .form .thread .user-message .adm-avatar>:last-child{color:var(--popup-text-muted);text-align:center;text-overflow:ellipsis;white-space:nowrap;max-width:64px;font-size:11px;font-weight:600;overflow:hidden}.PopupItem.ViewConcernPopup .form .thread .user-message .bubble{align-items:flex-end;gap:8px;max-width:70%;display:flex}.PopupItem.ViewConcernPopup .form .thread .user-message .bubble .content{background:var(--app-neutral-30);color:var(--popup-text);word-wrap:break-word;word-break:break-word;overflow-wrap:break-word;width:fit-content;max-width:700px;padding:12px 16px;font-size:14px;line-height:1.5;transition:all .3s;position:relative}.PopupItem.ViewConcernPopup .form .thread .user-message .bubble .content:hover{transform:translateY(-1px)}.PopupItem.ViewConcernPopup .form .thread .user-message .bubble .content .date{color:color-mix(in srgb, var(--app-white) 60%, transparent);justify-content:flex-end;margin-top:8px;font-size:11px;font-weight:500;display:flex}.PopupItem.ViewConcernPopup .form .thread .user-message .bubble svg{flex-shrink:0;margin-bottom:8px}.PopupItem.ViewConcernPopup .form .thread .admin-message{align-items:flex-start;gap:12px;padding-left:20px;display:flex}.PopupItem.ViewConcernPopup .form .thread .admin-message .adm-avatar{flex-direction:column;align-items:center;gap:8px;min-width:64px;display:flex}.PopupItem.ViewConcernPopup .form .thread .admin-message .adm-avatar img{border:2px solid var(--popup-success);-o-object-fit:contain;object-fit:contain;background:var(--popup-dark);border-radius:50%;width:48px;height:48px;padding:4px;transition:all .3s}.PopupItem.ViewConcernPopup .form .thread .admin-message .adm-avatar img:hover{transform:scale(1.1)}.PopupItem.ViewConcernPopup .form .thread .admin-message .adm-avatar>:last-child{color:var(--popup-success);text-align:center;font-size:11px;font-weight:600}.PopupItem.ViewConcernPopup .form .thread .admin-message .bubble{align-items:flex-end;gap:8px;max-width:70%;display:flex}.PopupItem.ViewConcernPopup .form .thread .admin-message .bubble svg{flex-shrink:0;margin-bottom:8px}.PopupItem.ViewConcernPopup .form .thread .admin-message .bubble .content{background:var(--app-neutral-110);color:var(--popup-text);word-wrap:break-word;padding:12px 16px;font-size:14px;line-height:1.5;transition:all .3s;position:relative}.PopupItem.ViewConcernPopup .form .thread .admin-message .bubble .content:hover{transform:translateY(-1px)}.PopupItem.ViewConcernPopup .form .thread .admin-message .bubble .content .date{color:color-mix(in srgb, var(--app-white) 60%, transparent);justify-content:flex-end;margin-top:8px;font-size:11px;font-weight:500;display:flex}@keyframes messageSlideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.PopupItem.ViewConcernPopup .form .chatbox{background:var(--app-neutral-20);z-index:2;flex-shrink:0;padding:24px;position:relative}.PopupItem.ViewConcernPopup .form .chatbox:before{content:"";background:var(--app-surface-1);opacity:.8;pointer-events:none;border-radius:inherit;position:absolute;inset:0}@keyframes darkPatternFlow{0%,to{opacity:.6;transform:scale(1)rotate(0)}50%{opacity:.9;transform:scale(1.05)rotate(1deg)}}.PopupItem.ViewConcernPopup .form .chatbox .input-wrap{background:var(--app-neutral-110);z-index:1;align-items:stretch;width:100%;min-height:52px;padding:8px;display:flex;position:relative;overflow-y:hidden}.PopupItem.ViewConcernPopup .form .chatbox .input-wrap:focus-within{border-color:color-mix(in srgb, var(--app-primary) 50%, transparent);transform:translateY(-1px)}.PopupItem.ViewConcernPopup .form .chatbox .input-wrap .message-area{color:var(--app-primary);resize:none;font-size:15px;font-weight:500;line-height:1.5;font-family:var(--popup-font-family);background:0 0;border:none;outline:none;flex:1;min-height:36px;max-height:120px;padding:12px 16px}.PopupItem.ViewConcernPopup .form .chatbox .input-wrap .message-area::placeholder{color:color-mix(in srgb, var(--app-primary) 70%, transparent);font-weight:400}.PopupItem.ViewConcernPopup .form .chatbox .input-wrap .message-area::-webkit-scrollbar{width:4px}.PopupItem.ViewConcernPopup .form .chatbox .input-wrap .message-area::-webkit-scrollbar-track{background:0 0}.PopupItem.ViewConcernPopup .form .chatbox .input-wrap .message-area::-webkit-scrollbar-thumb{background:color-mix(in srgb, var(--app-surface-1) 40%, transparent);border-radius:2px}.PopupItem.ViewConcernPopup .form .chatbox .input-wrap .message-area::-webkit-scrollbar-thumb:hover{background:color-mix(in srgb, var(--app-surface-1) 60%, transparent)}.PopupItem.ViewConcernPopup .form .chatbox .input-wrap .send-wrapper{align-items:center;padding-right:8px;display:flex}.PopupItem.ViewConcernPopup .form .chatbox .input-wrap .send-wrapper .send-btn{background:var(--app-primary-50);cursor:pointer;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.PopupItem.ViewConcernPopup .form .chatbox .input-wrap .send-wrapper .send-btn:before{content:"";border-radius:12px;transition:transform .6s;position:absolute;inset:0;transform:translate(-100%)}.PopupItem.ViewConcernPopup .form .chatbox .input-wrap .send-wrapper .send-btn:hover:not(:disabled){transform:translateY(-2px)scale(1.05)}.PopupItem.ViewConcernPopup .form .chatbox .input-wrap .send-wrapper .send-btn:hover:not(:disabled):before{transform:translate(100%)}.PopupItem.ViewConcernPopup .form .chatbox .input-wrap .send-wrapper .send-btn:active{transform:translateY(0)scale(1.02)}.PopupItem.ViewConcernPopup .form .chatbox .input-wrap .send-wrapper .send-btn:disabled{opacity:.4;cursor:not-allowed;transform:none}.PopupItem.ViewConcernPopup .form .chatbox .input-wrap .send-wrapper .send-btn img{width:20px;height:20px;filter:var(--app-filter-muted);transition:all .2s}.PopupItem.ViewConcernPopup .form .chatbox .input-wrap .send-wrapper .send-btn:hover:not(:disabled) img{filter:var(--app-filter-white)}@media screen and (max-width:768px){.PopupItem.ViewConcernPopup{width:95vw;max-height:95vh}.PopupItem.ViewConcernPopup .main-message{padding:24px 20px 20px}.PopupItem.ViewConcernPopup .main-message .cscenter-concern-title{font-size:20px}.PopupItem.ViewConcernPopup .main-message .cscenter-concern-title .title-left{gap:6px}.PopupItem.ViewConcernPopup .main-message .cscenter-concern-title img{width:24px;height:24px}.PopupItem.ViewConcernPopup .main-message .concern-message{max-height:200px;padding:20px;font-size:14px}.PopupItem.ViewConcernPopup .form .thread{gap:20px;padding:24px 20px}.PopupItem.ViewConcernPopup .form .thread .user-message .bubble .content,.PopupItem.ViewConcernPopup .form .thread .admin-message .bubble .content{padding:10px 14px;font-size:13px}.PopupItem.ViewConcernPopup .form .thread .user-message .adm-avatar img,.PopupItem.ViewConcernPopup .form .thread .admin-message .adm-avatar img{width:40px;height:40px}.PopupItem.ViewConcernPopup .form .chatbox{padding:20px}.PopupItem.ViewConcernPopup .form .chatbox .input-wrap{min-height:48px;padding:6px}.PopupItem.ViewConcernPopup .form .chatbox .input-wrap .message-area{padding:10px 14px;font-size:14px}.PopupItem.ViewConcernPopup .form .chatbox .input-wrap .send-wrapper .send-btn{width:40px;height:40px}.PopupItem.ViewConcernPopup .form .chatbox .input-wrap .send-wrapper .send-btn img{width:18px;height:18px}}@media screen and (max-width:480px){.PopupItem.ViewConcernPopup .main-message{padding:20px 16px 16px}.PopupItem.ViewConcernPopup .main-message .concern-message{padding:16px}.PopupItem.ViewConcernPopup .form .thread{gap:18px;padding:20px 16px}.PopupItem.ViewConcernPopup .form .thread .user-message .bubble,.PopupItem.ViewConcernPopup .form .thread .admin-message .bubble{max-width:85%}.PopupItem.ViewConcernPopup .form .thread .user-message .bubble .content,.PopupItem.ViewConcernPopup .form .thread .admin-message .bubble .content{padding:8px 12px}.PopupItem.ViewConcernPopup .form .chatbox{padding:12px 16px 16px}}.PopupItem.ViewConcernPopup p{margin:0;padding:0}.PopupItem.ViewConcernPopup .MinigameBettingHistory .bet-container .bet-detail-box,.PopupItem.ViewConcernPopup .SportBettingHistory .bet-container .bet-detail-box{border:1px solid var(--app-black);margin-bottom:0;margin-left:0;margin-right:0;background:var(--app-black)!important;border-radius:0!important}
.ConcernPopup{color:var(--app-white);background:var(--app-neutral-30);border-radius:8px;flex-direction:column;width:400px;max-width:90vw;height:fit-content;max-height:90vh;padding:30px;display:flex;position:relative;top:50vh;left:50vw;transform:translate(-50%,-50%);-webkit-backdrop-filter:none!important;backdrop-filter:none!important;box-shadow:none!important;border:none!important}.ConcernPopup>.close-wrapper{position:absolute;top:20px;right:20px}.ConcernPopup>.close-wrapper .close-img{z-index:1;cursor:pointer;width:30px;height:30px}.ConcernPopup .cscenter-form{flex-direction:column;padding-top:20px;display:flex}.ConcernPopup .cscenter-form .title{text-transform:capitalize;margin-bottom:16px;font-size:25px}.ConcernPopup .cscenter-form .title span{color:var(--app-primary);font-weight:600}.ConcernPopup .cscenter-form .form-group{flex-direction:column;gap:6px;margin-bottom:12px;display:flex}.ConcernPopup .cscenter-form .form-group .label{text-transform:capitalize;width:80px;font-size:16px}.ConcernPopup .cscenter-form .form-group input,.ConcernPopup .cscenter-form .form-group select,.ConcernPopup .cscenter-form .form-group textarea{text-align:start;background-color:color-mix(in srgb, var(--app-neutral-50) 30%, transparent);color:color-mix(in srgb, var(--app-white) 75%, transparent);width:100%;height:40px;border:1px solid #0000;outline:none;margin-bottom:4px;padding-left:6px;padding-right:6px;font-size:14px;font-weight:400}.ConcernPopup .cscenter-form .form-group input:focus,.ConcernPopup .cscenter-form .form-group select:focus,.ConcernPopup .cscenter-form .form-group textarea:focus{color:var(--app-white)}.ConcernPopup .cscenter-form .form-group input::-moz-placeholder{color:color-mix(in srgb, var(--app-white) 45.88%, transparent);padding-left:5px}.ConcernPopup .cscenter-form .form-group select::-moz-placeholder{color:color-mix(in srgb, var(--app-white) 45.88%, transparent);padding-left:5px}.ConcernPopup .cscenter-form .form-group textarea::-moz-placeholder{color:color-mix(in srgb, var(--app-white) 45.88%, transparent);padding-left:5px}.ConcernPopup .cscenter-form .form-group input::placeholder,.ConcernPopup .cscenter-form .form-group select::placeholder,.ConcernPopup .cscenter-form .form-group textarea::placeholder{color:color-mix(in srgb, var(--app-white) 45.88%, transparent);padding-left:5px}.ConcernPopup .cscenter-form .form-group input{padding:0 16px}.ConcernPopup .cscenter-form .form-group .concern-title-input-wrapper{align-items:center;width:100%;margin-bottom:4px;display:flex;position:relative}.ConcernPopup .cscenter-form .form-group .concern-title-input-wrapper input{box-sizing:border-box;margin-bottom:0;padding-right:70px}.ConcernPopup .cscenter-form .form-group .concern-title-input-wrapper .cscenter-title-char-count{color:color-mix(in srgb, var(--app-white) 45.88%, transparent);pointer-events:none;white-space:nowrap;font-size:11px;font-weight:500;position:absolute;right:16px}.ConcernPopup .cscenter-form .form-group textarea{resize:none;height:200px;padding:12px 16px;overflow:auto}.ConcernPopup .cscenter-form .form-group .concern-message-textarea-wrapper{width:100%;margin-bottom:4px;position:relative}.ConcernPopup .cscenter-form .form-group .concern-message-textarea-wrapper textarea{box-sizing:border-box;margin-bottom:0;padding-bottom:36px}.ConcernPopup .cscenter-form .form-group .concern-message-textarea-wrapper .cscenter-content-char-count{color:color-mix(in srgb, var(--app-white) 45.88%, transparent);pointer-events:none;white-space:nowrap;font-size:11px;font-weight:500;position:absolute;bottom:12px;right:16px}.ConcernPopup .cscenter-form .form-group textarea::-webkit-scrollbar{width:1em}.ConcernPopup .cscenter-form .form-group textarea::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px color-mix(in srgb, var(--app-black) 30%, transparent)}.ConcernPopup .cscenter-form .form-group textarea::-webkit-scrollbar-thumb{background-color:#a9a9a9;outline:1px solid #708090}.ConcernPopup .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}.ConcernPopup .cscenter-form .form-group select option:disabled{color:color-mix(in srgb, var(--app-white) 50%, transparent)}.ConcernPopup .cscenter-form .form-group select option:nth-child(2n){background-color:var(--app-neutral-50)}.ConcernPopup .cscenter-form .form-group select option:nth-child(odd){background-color:var(--app-neutral-30)}.ConcernPopup .cscenter-form .form-group>.category-list{align-items:center;gap:15px;font-size:14px;display:flex}.ConcernPopup .cscenter-form .submit-btn{background:var(--app-primary);width:100%;color:var(--app-black);cursor:pointer;text-transform:capitalize;border:none;justify-content:center;align-items:center;height:40px;font-size:16px;font-weight:800;transition:all .2s;display:flex;position:relative}.ConcernPopup .cscenter-form .submit-btn:hover{color:var(--app-white);background-color:var(--app-surface-1);transition:all .2s}.ConcernPopup .cscenter-form .submit-btn:active{background-color:var(--app-surface-1)}
.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;border:none!important}.LotteryPopup>.popup-header{justify-content:center;margin-bottom:20px;display:flex;position:relative}.LotteryPopup>.popup-header>img{width:300px}.LotteryPopup>.popup-header>.close-wrapper{height:fit-content;position:absolute;top:0;right:0}.LotteryPopup>.popup-header>.close-wrapper .close-img{z-index:1;cursor:pointer;filter:grayscale();width:28px;height:28px}.LotteryPopup>.popup-header>.close-wrapper .close-img:hover{filter:brightness(0)saturate()invert(51%)sepia(50%)saturate(4128%)hue-rotate(5deg)brightness(88%)contrast(104%);transition:all .2s}
.Lottery{-webkit-user-select:none;user-select:none;-webkit-user-drag:none;width:100%;color:var(--app-text-primary);background-position:top;background-repeat:no-repeat;background-size:100%;flex-direction:column;align-items:center;display:flex;position:relative}@media screen and (min-width:2500px){.Lottery{height:calc(100vh - 370px)}}.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_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;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-bottom: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{background-image:url(https://file.xandroid.uk//img/frontend/lottery/lottery_ticket_bg.svg);background-position:50%;background-repeat:no-repeat;background-size:65%;place-content:center;width:75%;height:250px;display:grid}.Lottery>.lottery_page_contents_body>.lottery_header_count>.lottery_count>span{text-align:center;background:linear-gradient(90deg, #ff6a00 43.75%, var(--text-brand-orange-secondary,#f3b37a) 100%);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;font-size:105px;font-style:normal;font-weight:900}.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://file.xandroid.uk//img/frontend/lottery/lottery_play_visual2.png);background-size:cover;width:100%;height:316px;box-shadow:inset 0 0 0 6px #00000080}.Lottery>.lottery_page_contents_body .lottery_play_ground{flex-direction:column;align-items:center;gap:20px;width:100%;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://file.xandroid.uk//img/frontend/lottery/lottery_head_line.png?ver=2);background-position:50%;background-repeat:no-repeat;justify-content:center;align-items:center;height:80px;margin-top:10px;font-size:26px;font-weight:200;display:flex}.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:100%;height:80px;margin: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(--app-text-primary);cursor:pointer;z-index:100;background:url(https://file.xandroid.uk//img/frontend/lottery/lottery_scratch_bg.svg);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{z-index:0;color:#fff;background:#666;justify-content:center;align-items:center;font-size:20px;font-weight:600;animation:1.5s linear infinite animate_heart_beat;display:flex;position:absolute;inset:0}@keyframes animate_heart_beat{0%{text-shadow:0px 0px 10px var(--app-primary),0px 0px 20px var(--app-primary),0px 0px 60px var(--app-primary)}50%{text-shadow:0px 0px 5px var(--app-primary),0px 0px 30px var(--app-primary),0px 0px 20px var(--app-primary)}to{text-shadow:0px 0px 10px var(--app-primary),0px 0px 20px var(--app-primary),0px 0px 60px var(--app-primary)}}.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(--app-primary);width:49%;color:var(--app-text-primary);cursor:pointer;flex:none;justify-content:center;align-items:center;gap:10px;height:50px;padding:8px 20px;font-size:16px;display:flex}.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.15858;z-index:30;background-color:#ffbf00;width:10px;height:4px;animation:4.44414s .912245s infinite drop-0;top:-10%;left:95%;transform:rotate(68.964deg)}@keyframes drop-0{to{top:110%;left:102%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-1{opacity:1.48605;z-index:30;background-color:#263672;width:4px;height:1.6px;animation:4.96101s .863825s infinite drop-1;top:-10%;left:56%;transform:rotate(82.2362deg)}@keyframes drop-1{to{top:110%;left:62%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-2{opacity:1.17;z-index:30;background-color:#ffbf00;width:18px;height:7.2px;animation:4.58934s .940044s infinite drop-2;top:-10%;left:64%;transform:rotate(32.547deg)}@keyframes drop-2{to{top:110%;left:69%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-3{opacity:1.38966;z-index:30;background-color:#ffbf00;width:1px;height:.4px;animation:4.99787s .129046s infinite drop-3;top:-10%;left:57%;transform:rotate(24.4293deg)}@keyframes drop-3{to{top:110%;left:72%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-4{opacity:1.00682;z-index:30;background-color:#d13447;width:7px;height:2.8px;animation:4.18349s .748604s infinite drop-4;top:-10%;left:73%;transform:rotate(120.689deg)}@keyframes drop-4{to{top:110%;left:83%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-5{opacity:.617884;z-index:30;background-color:#ffbf00;width:5px;height:2px;animation:4.59738s 30.8963ms infinite drop-5;top:-10%;left:38%;transform:rotate(266.658deg)}@keyframes drop-5{to{top:110%;left:46%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-6{opacity:.873862;z-index:30;background-color:#d13447;width:19px;height:7.6px;animation:4.46361s .104876s infinite drop-6;top:-10%;left:25%;transform:rotate(355.701deg)}@keyframes drop-6{to{top:110%;left:27%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-7{opacity:.692186;z-index:30;background-color:#263672;width:19px;height:7.6px;animation:4.89951s .258975s infinite drop-7;top:-10%;left:10%;transform:rotate(352.997deg)}@keyframes drop-7{to{top:110%;left:22%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-8{opacity:.782632;z-index:30;background-color:#ffbf00;width:10px;height:4px;animation:4.22732s 66.1474ms infinite drop-8;top:-10%;left:97%;transform:rotate(263.283deg)}@keyframes drop-8{to{top:110%;left:109%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-9{opacity:.882347;z-index:30;background-color:#d13447;width:13px;height:5.2px;animation:4.683s .464794s infinite drop-9;top:-10%;left:89%;transform:rotate(234.194deg)}@keyframes drop-9{to{top:110%;left:100%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-10{opacity:.965258;z-index:30;background-color:#d13447;width:17px;height:6.8px;animation:4.09574s .212268s infinite drop-10;top:-10%;left:13%;transform:rotate(354.286deg)}@keyframes drop-10{to{top:110%;left:26%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-11{opacity:1.11046;z-index:30;background-color:#d13447;width:9px;height:3.6px;animation:4.61249s .678081s infinite drop-11;top:-10%;left:55%;transform:rotate(304.006deg)}@keyframes drop-11{to{top:110%;left:65%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-12{opacity:.840267;z-index:30;background-color:#d13447;width:16px;height:6.4px;animation:4.83213s .822811s infinite drop-12;top:-10%;left:78%;transform:rotate(328.456deg)}@keyframes drop-12{to{top:110%;left:86%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-13{opacity:1.28652;z-index:30;background-color:#ffbf00;width:11px;height:4.4px;animation:4.4691s .361293s infinite drop-13;top:-10%;left:22%;transform:rotate(88.5356deg)}@keyframes drop-13{to{top:110%;left:31%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-14{opacity:.874517;z-index:30;background-color:#263672;width:9px;height:3.6px;animation:4.34509s .248343s infinite drop-14;top:-10%;left:22%;transform:rotate(115.466deg)}@keyframes drop-14{to{top:110%;left:30%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-15{opacity:1.4956;z-index:30;background-color:#d13447;width:9px;height:3.6px;animation:4.62937s .10133s infinite drop-15;top:-10%;left:85%;transform:rotate(125.147deg)}@keyframes drop-15{to{top:110%;left:98%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-16{opacity:.713878;z-index:30;background-color:#263672;width:10px;height:4px;animation:4.89423s .813099s infinite drop-16;top:-10%;left:11%;transform:rotate(276.329deg)}@keyframes drop-16{to{top:110%;left:13%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-17{opacity:.974837;z-index:30;background-color:#ffbf00;width:12px;height:4.8px;animation:4.80642s .825013s infinite drop-17;top:-10%;left:48%;transform:rotate(111.508deg)}@keyframes drop-17{to{top:110%;left:54%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-18{opacity:.890617;z-index:30;background-color:#263672;width:15px;height:6px;animation:4.69626s .377318s infinite drop-18;top:-10%;left:4%;transform:rotate(82.5898deg)}@keyframes drop-18{to{top:110%;left:8%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-19{opacity:.961512;z-index:30;background-color:#263672;width:19px;height:7.6px;animation:4.88353s .500988s infinite drop-19;top:-10%;left:40%;transform:rotate(330.709deg)}@keyframes drop-19{to{top:110%;left:41%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-20{opacity:.777527;z-index:30;background-color:#d13447;width:16px;height:6.4px;animation:4.24972s .425684s infinite drop-20;top:-10%;left:30%;transform:rotate(11.4081deg)}@keyframes drop-20{to{top:110%;left:35%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-21{opacity:1.36125;z-index:30;background-color:#ffbf00;width:4px;height:1.6px;animation:4.84902s .400914s infinite drop-21;top:-10%;left:62%;transform:rotate(115.915deg)}@keyframes drop-21{to{top:110%;left:63%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-22{opacity:1.25536;z-index:30;background-color:#d13447;width:8px;height:3.2px;animation:4.22206s .500252s infinite drop-22;top:-10%;left:95%;transform:rotate(101.103deg)}@keyframes drop-22{to{top:110%;left:105%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-23{opacity:.878036;z-index:30;background-color:#d13447;width:17px;height:6.8px;animation:4.14146s .26382s infinite drop-23;top:-10%;left:26%;transform:rotate(149.926deg)}@keyframes drop-23{to{top:110%;left:41%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-24{opacity:1.39589;z-index:30;background-color:#ffbf00;width:8px;height:3.2px;animation:4.44576s 77.8877ms infinite drop-24;top:-10%;left:16%;transform:rotate(128.361deg)}@keyframes drop-24{to{top:110%;left:27%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-25{opacity:1.49917;z-index:30;background-color:#ffbf00;width:9px;height:3.6px;animation:4.63062s 44.2677ms infinite drop-25;top:-10%;left:44%;transform:rotate(131.921deg)}@keyframes drop-25{to{top:110%;left:59%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-26{opacity:1.13651;z-index:30;background-color:#ffbf00;width:17px;height:6.8px;animation:4.224s .6009s infinite drop-26;top:-10%;left:86%;transform:rotate(187.125deg)}@keyframes drop-26{to{top:110%;left:101%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-27{opacity:1.04975;z-index:30;background-color:#263672;width:9px;height:3.6px;animation:4.275s .118674s infinite drop-27;top:-10%;left:37%;transform:rotate(207.583deg)}@keyframes drop-27{to{top:110%;left:44%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-28{opacity:1.2333;z-index:30;background-color:#ffbf00;width:7px;height:2.8px;animation:4.07551s .239658s infinite drop-28;top:-10%;left:25%;transform:rotate(105.641deg)}@keyframes drop-28{to{top:110%;left:38%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-29{opacity:.937509;z-index:30;background-color:#ffbf00;width:16px;height:6.4px;animation:4.35149s .389704s infinite drop-29;top:-10%;left:100%;transform:rotate(61.2555deg)}@keyframes drop-29{to{top:110%;left:105%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-30{opacity:1.0819;z-index:30;background-color:#d13447;width:4px;height:1.6px;animation:4.01872s .374784s infinite drop-30;top:-10%;left:32%;transform:rotate(87.9947deg)}@keyframes drop-30{to{top:110%;left:40%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-31{opacity:.734526;z-index:30;background-color:#263672;width:18px;height:7.2px;animation:4.31615s .349281s infinite drop-31;top:-10%;left:73%;transform:rotate(110.149deg)}@keyframes drop-31{to{top:110%;left:74%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-32{opacity:.819493;z-index:30;background-color:#ffbf00;width:17px;height:6.8px;animation:4.29208s .514757s infinite drop-32;top:-10%;left:69%;transform:rotate(324.35deg)}@keyframes drop-32{to{top:110%;left:78%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-33{opacity:.688041;z-index:30;background-color:#ffbf00;width:7px;height:2.8px;animation:4.5545s .233622s infinite drop-33;top:-10%;left:11%;transform:rotate(192.033deg)}@keyframes drop-33{to{top:110%;left:17%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-34{opacity:.872221;z-index:30;background-color:#263672;width:1px;height:.4px;animation:4.62637s .285396s infinite drop-34;top:-10%;left:19%;transform:rotate(53.1403deg)}@keyframes drop-34{to{top:110%;left:30%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-35{opacity:.932416;z-index:30;background-color:#263672;width:14px;height:5.6px;animation:4.76205s .828954s infinite drop-35;top:-10%;left:28%;transform:rotate(302.994deg)}@keyframes drop-35{to{top:110%;left:38%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-36{opacity:.891539;z-index:30;background-color:#d13447;width:13px;height:5.2px;animation:4.77171s .853395s infinite drop-36;top:-10%;left:89%;transform:rotate(193.422deg)}@keyframes drop-36{to{top:110%;left:100%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-37{opacity:.542874;z-index:30;background-color:#263672;width:3px;height:1.2px;animation:4.94917s .901145s infinite drop-37;top:-10%;left:45%;transform:rotate(289.812deg)}@keyframes drop-37{to{top:110%;left:46%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-38{opacity:1.18572;z-index:30;background-color:#ffbf00;width:5px;height:2px;animation:4.26491s .290372s infinite drop-38;top:-10%;left:72%;transform:rotate(158.495deg)}@keyframes drop-38{to{top:110%;left:76%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-39{opacity:1.02385;z-index:30;background-color:#263672;width:11px;height:4.4px;animation:4.07668s .588006s infinite drop-39;top:-10%;left:27%;transform:rotate(281.036deg)}@keyframes drop-39{to{top:110%;left:33%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-40{opacity:1.16131;z-index:30;background-color:#d13447;width:18px;height:7.2px;animation:4.89462s .744183s infinite drop-40;top:-10%;left:95%;transform:rotate(186.306deg)}@keyframes drop-40{to{top:110%;left:104%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-41{opacity:.538188;z-index:30;background-color:#263672;width:1px;height:.4px;animation:4.44494s .94251s infinite drop-41;top:-10%;left:48%;transform:rotate(309.545deg)}@keyframes drop-41{to{top:110%;left:60%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-42{opacity:.882428;z-index:30;background-color:#263672;width:6px;height:2.4px;animation:4.27455s .107912s infinite drop-42;top:-10%;left:19%;transform:rotate(339.424deg)}@keyframes drop-42{to{top:110%;left:31%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-43{opacity:1.19347;z-index:30;background-color:#d13447;width:1px;height:.4px;animation:4.84678s .892572s infinite drop-43;top:-10%;left:91%;transform:rotate(36.7894deg)}@keyframes drop-43{to{top:110%;left:105%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-44{opacity:1.35196;z-index:30;background-color:#d13447;width:15px;height:6px;animation:4.18977s .56346s infinite drop-44;top:-10%;left:5%;transform:rotate(39.1364deg)}@keyframes drop-44{to{top:110%;left:8%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-45{opacity:1.021;z-index:30;background-color:#d13447;width:6px;height:2.4px;animation:4.30157s .496223s infinite drop-45;top:-10%;left:90%;transform:rotate(5.47203deg)}@keyframes drop-45{to{top:110%;left:103%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-46{opacity:1.4292;z-index:30;background-color:#263672;width:8px;height:3.2px;animation:4.64726s .204479s infinite drop-46;top:-10%;left:61%;transform:rotate(340.224deg)}@keyframes drop-46{to{top:110%;left:70%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-47{opacity:1.39034;z-index:30;background-color:#d13447;width:15px;height:6px;animation:4.04147s .491155s infinite drop-47;top:-10%;left:43%;transform:rotate(81.1097deg)}@keyframes drop-47{to{top:110%;left:49%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-48{opacity:.819393;z-index:30;background-color:#d13447;width:6px;height:2.4px;animation:4.61318s .328563s infinite drop-48;top:-10%;left:15%;transform:rotate(236.043deg)}@keyframes drop-48{to{top:110%;left:21%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-49{opacity:.980011;z-index:30;background-color:#263672;width:17px;height:6.8px;animation:4.90166s .223634s infinite drop-49;top:-10%;left:8%;transform:rotate(299.139deg)}@keyframes drop-49{to{top:110%;left:11%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-50{opacity:1.05035;z-index:30;background-color:#ffbf00;width:9px;height:3.6px;animation:4.13258s .908177s infinite drop-50;top:-10%;left:5%;transform:rotate(135.935deg)}@keyframes drop-50{to{top:110%;left:14%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-51{opacity:1.08342;z-index:30;background-color:#d13447;width:13px;height:5.2px;animation:4.75038s .676278s infinite drop-51;top:-10%;left:35%;transform:rotate(187.524deg)}@keyframes drop-51{to{top:110%;left:44%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-52{opacity:1.15657;z-index:30;background-color:#263672;width:17px;height:6.8px;animation:4.36097s .749658s infinite drop-52;top:-10%;left:19%;transform:rotate(135.123deg)}@keyframes drop-52{to{top:110%;left:28%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-53{opacity:1.47526;z-index:30;background-color:#d13447;width:8px;height:3.2px;animation:4.2897s .811012s infinite drop-53;top:-10%;left:53%;transform:rotate(359.001deg)}@keyframes drop-53{to{top:110%;left:67%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-54{opacity:.682124;z-index:30;background-color:#ffbf00;width:3px;height:1.2px;animation:4.62487s .497488s infinite drop-54;top:-10%;left:33%;transform:rotate(98.4887deg)}@keyframes drop-54{to{top:110%;left:43%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-55{opacity:.830064;z-index:30;background-color:#d13447;width:10px;height:4px;animation:4.01141s 97.029ms infinite drop-55;top:-10%;left:78%;transform:rotate(179.191deg)}@keyframes drop-55{to{top:110%;left:81%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-56{opacity:.835959;z-index:30;background-color:#263672;width:11px;height:4.4px;animation:4.87975s .135849s infinite drop-56;top:-10%;left:38%;transform:rotate(102.408deg)}@keyframes drop-56{to{top:110%;left:44%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-57{opacity:1.20833;z-index:30;background-color:#ffbf00;width:1px;height:.4px;animation:4.55457s .470869s infinite drop-57;top:-10%;left:54%;transform:rotate(110.188deg)}@keyframes drop-57{to{top:110%;left:65%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-58{opacity:1.13847;z-index:30;background-color:#263672;width:20px;height:8px;animation:4.07535s .892497s infinite drop-58;top:-10%;left:69%;transform:rotate(167.248deg)}@keyframes drop-58{to{top:110%;left:75%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-59{opacity:.84062;z-index:30;background-color:#ffbf00;width:12px;height:4.8px;animation:4.01388s .18268s infinite drop-59;top:-10%;left:1%;transform:rotate(204.484deg)}@keyframes drop-59{to{top:110%;left:16%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-60{opacity:.701063;z-index:30;background-color:#ffbf00;width:12px;height:4.8px;animation:4.50438s .205987s infinite drop-60;top:-10%;left:27%;transform:rotate(123.147deg)}@keyframes drop-60{to{top:110%;left:35%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-61{opacity:.765791;z-index:30;background-color:#ffbf00;width:12px;height:4.8px;animation:4.99164s 32.361ms infinite drop-61;top:-10%;left:63%;transform:rotate(220.597deg)}@keyframes drop-61{to{top:110%;left:76%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-62{opacity:.632157;z-index:30;background-color:#ffbf00;width:1px;height:.4px;animation:4.31893s .156363s infinite drop-62;top:-10%;left:81%;transform:rotate(44.1091deg)}@keyframes drop-62{to{top:110%;left:89%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-63{opacity:.937907;z-index:30;background-color:#263672;width:18px;height:7.2px;animation:4.20178s .277239s infinite drop-63;top:-10%;left:59%;transform:rotate(184.089deg)}@keyframes drop-63{to{top:110%;left:65%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-64{opacity:.638864;z-index:30;background-color:#263672;width:5px;height:2px;animation:4.32005s .27898s infinite drop-64;top:-10%;left:56%;transform:rotate(137.922deg)}@keyframes drop-64{to{top:110%;left:67%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-65{opacity:1.31618;z-index:30;background-color:#ffbf00;width:8px;height:3.2px;animation:4.27101s .633218s infinite drop-65;top:-10%;left:81%;transform:rotate(154.784deg)}@keyframes drop-65{to{top:110%;left:88%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-66{opacity:1.49074;z-index:30;background-color:#263672;width:6px;height:2.4px;animation:4.02608s .544626s infinite drop-66;top:-10%;left:89%;transform:rotate(257.652deg)}@keyframes drop-66{to{top:110%;left:101%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-67{opacity:.671593;z-index:30;background-color:#d13447;width:14px;height:5.6px;animation:4.89165s .852974s infinite drop-67;top:-10%;left:4%;transform:rotate(173.769deg)}@keyframes drop-67{to{top:110%;left:17%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-68{opacity:.766948;z-index:30;background-color:#ffbf00;width:7px;height:2.8px;animation:4.43835s 25.262ms infinite drop-68;top:-10%;left:87%;transform:rotate(44.1078deg)}@keyframes drop-68{to{top:110%;left:88%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-69{opacity:1.49721;z-index:30;background-color:#d13447;width:18px;height:7.2px;animation:4.5344s 88.0568ms infinite drop-69;top:-10%;left:23%;transform:rotate(225.449deg)}@keyframes drop-69{to{top:110%;left:36%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-70{opacity:1.11884;z-index:30;background-color:#ffbf00;width:17px;height:6.8px;animation:4.5374s .237325s infinite drop-70;top:-10%;left:35%;transform:rotate(91.4088deg)}@keyframes drop-70{to{top:110%;left:50%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-71{opacity:1.34128;z-index:30;background-color:#263672;width:8px;height:3.2px;animation:4.36772s .164373s infinite drop-71;top:-10%;left:9%;transform:rotate(341.252deg)}@keyframes drop-71{to{top:110%;left:15%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-72{opacity:1.32718;z-index:30;background-color:#d13447;width:19px;height:7.6px;animation:4.73223s .384036s infinite drop-72;top:-10%;left:92%;transform:rotate(74.3719deg)}@keyframes drop-72{to{top:110%;left:97%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-73{opacity:1.00643;z-index:30;background-color:#263672;width:2px;height:.8px;animation:4.40538s .185684s infinite drop-73;top:-10%;left:18%;transform:rotate(305.894deg)}@keyframes drop-73{to{top:110%;left:30%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-74{opacity:1.26967;z-index:30;background-color:#d13447;width:13px;height:5.2px;animation:4.33503s .156357s infinite drop-74;top:-10%;left:27%;transform:rotate(261.693deg)}@keyframes drop-74{to{top:110%;left:37%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-75{opacity:.667171;z-index:30;background-color:#ffbf00;width:20px;height:8px;animation:4.72353s 57.1263ms infinite drop-75;top:-10%;left:14%;transform:rotate(159.293deg)}@keyframes drop-75{to{top:110%;left:24%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-76{opacity:.650821;z-index:30;background-color:#d13447;width:17px;height:6.8px;animation:4.09236s .120488s infinite drop-76;top:-10%;left:58%;transform:rotate(89.1894deg)}@keyframes drop-76{to{top:110%;left:59%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-77{opacity:1.1679;z-index:30;background-color:#ffbf00;width:6px;height:2.4px;animation:4.80891s .561583s infinite drop-77;top:-10%;left:30%;transform:rotate(244.607deg)}@keyframes drop-77{to{top:110%;left:42%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-78{opacity:1.14916;z-index:30;background-color:#d13447;width:14px;height:5.6px;animation:4.72966s 80.3613ms infinite drop-78;top:-10%;left:77%;transform:rotate(38.2733deg)}@keyframes drop-78{to{top:110%;left:87%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-79{opacity:.903428;z-index:30;background-color:#ffbf00;width:5px;height:2px;animation:4.67447s .157175s infinite drop-79;top:-10%;left:4%;transform:rotate(283.283deg)}@keyframes drop-79{to{top:110%;left:10%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-80{opacity:1.36271;z-index:30;background-color:#263672;width:8px;height:3.2px;animation:4.37276s .692506s infinite drop-80;top:-10%;left:59%;transform:rotate(334.84deg)}@keyframes drop-80{to{top:110%;left:73%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-81{opacity:1.24559;z-index:30;background-color:#ffbf00;width:9px;height:3.6px;animation:4.30818s .622087s infinite drop-81;top:-10%;left:69%;transform:rotate(179.252deg)}@keyframes drop-81{to{top:110%;left:79%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-82{opacity:1.19988;z-index:30;background-color:#ffbf00;width:6px;height:2.4px;animation:4.16197s .659263s infinite drop-82;top:-10%;left:16%;transform:rotate(131.739deg)}@keyframes drop-82{to{top:110%;left:23%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-83{opacity:1.09962;z-index:30;background-color:#ffbf00;width:19px;height:7.6px;animation:4.93116s .222706s infinite drop-83;top:-10%;left:38%;transform:rotate(225.773deg)}@keyframes drop-83{to{top:110%;left:48%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-84{opacity:.792967;z-index:30;background-color:#ffbf00;width:15px;height:6px;animation:4.19604s .311484s infinite drop-84;top:-10%;left:12%;transform:rotate(34.346deg)}@keyframes drop-84{to{top:110%;left:21%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-85{opacity:1.13543;z-index:30;background-color:#263672;width:9px;height:3.6px;animation:4.57309s .306579s infinite drop-85;top:-10%;left:54%;transform:rotate(299.085deg)}@keyframes drop-85{to{top:110%;left:63%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-86{opacity:.807895;z-index:30;background-color:#d13447;width:16px;height:6.4px;animation:4.96102s 41.1734ms infinite drop-86;top:-10%;left:78%;transform:rotate(32.7337deg)}@keyframes drop-86{to{top:110%;left:87%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-87{opacity:1.3651;z-index:30;background-color:#ffbf00;width:17px;height:6.8px;animation:4.69223s .25356s infinite drop-87;top:-10%;left:17%;transform:rotate(36.9942deg)}@keyframes drop-87{to{top:110%;left:29%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-88{opacity:1.1069;z-index:30;background-color:#d13447;width:6px;height:2.4px;animation:4.2235s .478123s infinite drop-88;top:-10%;left:8%;transform:rotate(173.877deg)}@keyframes drop-88{to{top:110%;left:13%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-89{opacity:.881129;z-index:30;background-color:#ffbf00;width:12px;height:4.8px;animation:4.37359s .560196s infinite drop-89;top:-10%;left:40%;transform:rotate(269.491deg)}@keyframes drop-89{to{top:110%;left:45%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-90{opacity:1.47539;z-index:30;background-color:#ffbf00;width:11px;height:4.4px;animation:4.98869s 98.5642ms infinite drop-90;top:-10%;left:97%;transform:rotate(203.752deg)}@keyframes drop-90{to{top:110%;left:100%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-91{opacity:1.48726;z-index:30;background-color:#ffbf00;width:15px;height:6px;animation:4.93814s .383496s infinite drop-91;top:-10%;left:43%;transform:rotate(171.88deg)}@keyframes drop-91{to{top:110%;left:57%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-92{opacity:.938561;z-index:30;background-color:#ffbf00;width:11px;height:4.4px;animation:4.4998s .440848s infinite drop-92;top:-10%;left:58%;transform:rotate(169.776deg)}@keyframes drop-92{to{top:110%;left:67%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-93{opacity:1.33384;z-index:30;background-color:#ffbf00;width:2px;height:.8px;animation:4.09s .35175s infinite drop-93;top:-10%;left:25%;transform:rotate(2.00648deg)}@keyframes drop-93{to{top:110%;left:30%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-94{opacity:1.09597;z-index:30;background-color:#d13447;width:11px;height:4.4px;animation:4.74347s .707402s infinite drop-94;top:-10%;left:54%;transform:rotate(258.176deg)}@keyframes drop-94{to{top:110%;left:62%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-95{opacity:.877068;z-index:30;background-color:#263672;width:1px;height:.4px;animation:4.26687s .906802s infinite drop-95;top:-10%;left:88%;transform:rotate(71.2139deg)}@keyframes drop-95{to{top:110%;left:100%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-96{opacity:.941433;z-index:30;background-color:#263672;width:6px;height:2.4px;animation:4.98146s .505296s infinite drop-96;top:-10%;left:27%;transform:rotate(196.811deg)}@keyframes drop-96{to{top:110%;left:38%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-97{opacity:1.23059;z-index:30;background-color:#ffbf00;width:12px;height:4.8px;animation:4.82721s 17.8084ms infinite drop-97;top:-10%;left:86%;transform:rotate(291.644deg)}@keyframes drop-97{to{top:110%;left:87%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-98{opacity:1.08472;z-index:30;background-color:#d13447;width:20px;height:8px;animation:4.72922s .419407s infinite drop-98;top:-10%;left:98%;transform:rotate(17.2604deg)}@keyframes drop-98{to{top:110%;left:106%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-99{opacity:.838293;z-index:30;background-color:#d13447;width:20px;height:8px;animation:4.64646s .661057s infinite drop-99;top:-10%;left:72%;transform:rotate(67.9559deg)}@keyframes drop-99{to{top:110%;left:81%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-100{opacity:.987473;z-index:30;background-color:#ffbf00;width:3px;height:1.2px;animation:4.38737s .863519s infinite drop-100;top:-10%;left:41%;transform:rotate(125.324deg)}@keyframes drop-100{to{top:110%;left:45%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-101{opacity:.642652;z-index:30;background-color:#ffbf00;width:9px;height:3.6px;animation:4.77069s .945386s infinite drop-101;top:-10%;left:56%;transform:rotate(324.423deg)}@keyframes drop-101{to{top:110%;left:60%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-102{opacity:1.47289;z-index:30;background-color:#d13447;width:11px;height:4.4px;animation:4.03792s .134673s infinite drop-102;top:-10%;left:78%;transform:rotate(273.228deg)}@keyframes drop-102{to{top:110%;left:80%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-103{opacity:1.2539;z-index:30;background-color:#d13447;width:7px;height:2.8px;animation:4.09421s .424994s infinite drop-103;top:-10%;left:1%;transform:rotate(288.988deg)}@keyframes drop-103{to{top:110%;left:12%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-104{opacity:1.05207;z-index:30;background-color:#d13447;width:14px;height:5.6px;animation:4.52151s .22229s infinite drop-104;top:-10%;left:3%;transform:rotate(179.401deg)}@keyframes drop-104{to{top:110%;left:15%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-105{opacity:.76917;z-index:30;background-color:#ffbf00;width:3px;height:1.2px;animation:4.58819s 47.0483ms infinite drop-105;top:-10%;left:13%;transform:rotate(301.149deg)}@keyframes drop-105{to{top:110%;left:21%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-106{opacity:1.2907;z-index:30;background-color:#ffbf00;width:9px;height:3.6px;animation:4.89777s .247644s infinite drop-106;top:-10%;left:50%;transform:rotate(179.236deg)}@keyframes drop-106{to{top:110%;left:65%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-107{opacity:.818091;z-index:30;background-color:#ffbf00;width:18px;height:7.2px;animation:4.16486s .461646s infinite drop-107;top:-10%;left:22%;transform:rotate(16.8044deg)}@keyframes drop-107{to{top:110%;left:35%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-108{opacity:1.14176;z-index:30;background-color:#ffbf00;width:12px;height:4.8px;animation:4.09189s .550128s infinite drop-108;top:-10%;left:26%;transform:rotate(218.179deg)}@keyframes drop-108{to{top:110%;left:32%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-109{opacity:.880639;z-index:30;background-color:#263672;width:16px;height:6.4px;animation:4.74828s .379233s infinite drop-109;top:-10%;left:86%;transform:rotate(170.864deg)}@keyframes drop-109{to{top:110%;left:95%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-110{opacity:.532505;z-index:30;background-color:#263672;width:15px;height:6px;animation:4.70663s .285833s infinite drop-110;top:-10%;left:49%;transform:rotate(148.451deg)}@keyframes drop-110{to{top:110%;left:62%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-111{opacity:.795387;z-index:30;background-color:#263672;width:16px;height:6.4px;animation:4.43515s .820755s infinite drop-111;top:-10%;left:78%;transform:rotate(276.527deg)}@keyframes drop-111{to{top:110%;left:79%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-112{opacity:1.46289;z-index:30;background-color:#263672;width:2px;height:.8px;animation:4.94249s .825572s infinite drop-112;top:-10%;left:47%;transform:rotate(86.3783deg)}@keyframes drop-112{to{top:110%;left:57%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-113{opacity:1.16962;z-index:30;background-color:#263672;width:12px;height:4.8px;animation:4.87934s .812341s infinite drop-113;top:-10%;left:94%;transform:rotate(136.87deg)}@keyframes drop-113{to{top:110%;left:100%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-114{opacity:.717237;z-index:30;background-color:#263672;width:7px;height:2.8px;animation:4.78123s .449255s infinite drop-114;top:-10%;left:92%;transform:rotate(88.6194deg)}@keyframes drop-114{to{top:110%;left:104%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-115{opacity:1.16027;z-index:30;background-color:#263672;width:10px;height:4px;animation:4.42257s .638954s infinite drop-115;top:-10%;left:80%;transform:rotate(204.265deg)}@keyframes drop-115{to{top:110%;left:94%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-116{opacity:.676353;z-index:30;background-color:#263672;width:18px;height:7.2px;animation:4.26544s .807808s infinite drop-116;top:-10%;left:35%;transform:rotate(102deg)}@keyframes drop-116{to{top:110%;left:45%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-117{opacity:1.14303;z-index:30;background-color:#d13447;width:19px;height:7.6px;animation:4.4024s .216383s infinite drop-117;top:-10%;left:84%;transform:rotate(172.127deg)}@keyframes drop-117{to{top:110%;left:91%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-118{opacity:1.44687;z-index:30;background-color:#ffbf00;width:18px;height:7.2px;animation:4.62575s 94.0349ms infinite drop-118;top:-10%;left:100%;transform:rotate(201.907deg)}@keyframes drop-118{to{top:110%;left:103%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-119{opacity:.643241;z-index:30;background-color:#d13447;width:10px;height:4px;animation:4.62582s .354563s infinite drop-119;top:-10%;left:75%;transform:rotate(57.5244deg)}@keyframes drop-119{to{top:110%;left:84%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-120{opacity:1.27071;z-index:30;background-color:#263672;width:19px;height:7.6px;animation:4.83015s .357239s infinite drop-120;top:-10%;left:76%;transform:rotate(68.7068deg)}@keyframes drop-120{to{top:110%;left:85%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-121{opacity:1.26527;z-index:30;background-color:#ffbf00;width:20px;height:8px;animation:4.74173s .775287s infinite drop-121;top:-10%;left:42%;transform:rotate(1.47631deg)}@keyframes drop-121{to{top:110%;left:47%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-122{opacity:1.01417;z-index:30;background-color:#263672;width:15px;height:6px;animation:4.74774s .799781s infinite drop-122;top:-10%;left:43%;transform:rotate(265.662deg)}@keyframes drop-122{to{top:110%;left:57%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-123{opacity:.660811;z-index:30;background-color:#ffbf00;width:16px;height:6.4px;animation:4.1427s .14498s infinite drop-123;top:-10%;left:22%;transform:rotate(176.299deg)}@keyframes drop-123{to{top:110%;left:32%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-124{opacity:.781169;z-index:30;background-color:#ffbf00;width:7px;height:2.8px;animation:4.24351s .274839s infinite drop-124;top:-10%;left:45%;transform:rotate(136.856deg)}@keyframes drop-124{to{top:110%;left:54%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-125{opacity:.994014;z-index:30;background-color:#263672;width:15px;height:6px;animation:4.01805s .463396s infinite drop-125;top:-10%;left:75%;transform:rotate(171.497deg)}@keyframes drop-125{to{top:110%;left:88%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-126{opacity:.880036;z-index:30;background-color:#263672;width:7px;height:2.8px;animation:4.34659s .331614s infinite drop-126;top:-10%;left:70%;transform:rotate(4.13629deg)}@keyframes drop-126{to{top:110%;left:71%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-127{opacity:1.09654;z-index:30;background-color:#d13447;width:1px;height:.4px;animation:4.23655s .607493s infinite drop-127;top:-10%;left:15%;transform:rotate(3.59325deg)}@keyframes drop-127{to{top:110%;left:28%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-128{opacity:.907177;z-index:30;background-color:#263672;width:8px;height:3.2px;animation:4.21765s .302308s infinite drop-128;top:-10%;left:82%;transform:rotate(280.664deg)}@keyframes drop-128{to{top:110%;left:84%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-129{opacity:1.35847;z-index:30;background-color:#ffbf00;width:11px;height:4.4px;animation:4.99474s .125854s infinite drop-129;top:-10%;left:97%;transform:rotate(160.942deg)}@keyframes drop-129{to{top:110%;left:110%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-130{opacity:1.25389;z-index:30;background-color:#d13447;width:12px;height:4.8px;animation:4.54675s .928652s infinite drop-130;top:-10%;left:76%;transform:rotate(180.322deg)}@keyframes drop-130{to{top:110%;left:91%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-131{opacity:.695528;z-index:30;background-color:#263672;width:10px;height:4px;animation:4.4076s .749734s infinite drop-131;top:-10%;left:90%;transform:rotate(115.385deg)}@keyframes drop-131{to{top:110%;left:105%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-132{opacity:1.45638;z-index:30;background-color:#ffbf00;width:19px;height:7.6px;animation:4.81027s 54.7357ms infinite drop-132;top:-10%;left:13%;transform:rotate(122.446deg)}@keyframes drop-132{to{top:110%;left:15%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-133{opacity:.955606;z-index:30;background-color:#ffbf00;width:12px;height:4.8px;animation:4.30749s 18.8488ms infinite drop-133;top:-10%;left:91%;transform:rotate(242.154deg)}@keyframes drop-133{to{top:110%;left:97%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-134{opacity:.918629;z-index:30;background-color:#ffbf00;width:9px;height:3.6px;animation:4.92141s .485731s infinite drop-134;top:-10%;left:34%;transform:rotate(339.159deg)}@keyframes drop-134{to{top:110%;left:49%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-135{opacity:1.31142;z-index:30;background-color:#d13447;width:5px;height:2px;animation:4.73735s .822311s infinite drop-135;top:-10%;left:57%;transform:rotate(236.18deg)}@keyframes drop-135{to{top:110%;left:60%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-136{opacity:1.32008;z-index:30;background-color:#ffbf00;width:3px;height:1.2px;animation:4.66245s .566106s infinite drop-136;top:-10%;left:28%;transform:rotate(100.501deg)}@keyframes drop-136{to{top:110%;left:38%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-137{opacity:.602246;z-index:30;background-color:#263672;width:17px;height:6.8px;animation:4.10452s 32.2756ms infinite drop-137;top:-10%;left:88%;transform:rotate(92.7663deg)}@keyframes drop-137{to{top:110%;left:101%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-138{opacity:1.19427;z-index:30;background-color:#ffbf00;width:7px;height:2.8px;animation:4.03397s .10136s infinite drop-138;top:-10%;left:83%;transform:rotate(54.3839deg)}@keyframes drop-138{to{top:110%;left:84%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-139{opacity:1.13996;z-index:30;background-color:#263672;width:7px;height:2.8px;animation:4.02143s .80835s infinite drop-139;top:-10%;left:52%;transform:rotate(326.646deg)}@keyframes drop-139{to{top:110%;left:57%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-140{opacity:1.22213;z-index:30;background-color:#263672;width:7px;height:2.8px;animation:4.52388s 28.1562ms infinite drop-140;top:-10%;left:4%;transform:rotate(259.784deg)}@keyframes drop-140{to{top:110%;left:13%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-141{opacity:1.20749;z-index:30;background-color:#263672;width:18px;height:7.2px;animation:4.33512s .119992s infinite drop-141;top:-10%;left:77%;transform:rotate(170.524deg)}@keyframes drop-141{to{top:110%;left:81%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-142{opacity:1.49986;z-index:30;background-color:#d13447;width:20px;height:8px;animation:4.48872s .539347s infinite drop-142;top:-10%;left:77%;transform:rotate(321.464deg)}@keyframes drop-142{to{top:110%;left:85%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-143{opacity:1.04178;z-index:30;background-color:#ffbf00;width:11px;height:4.4px;animation:4.41412s .444674s infinite drop-143;top:-10%;left:62%;transform:rotate(185.198deg)}@keyframes drop-143{to{top:110%;left:76%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-144{opacity:1.11838;z-index:30;background-color:#d13447;width:19px;height:7.6px;animation:4.09486s .302544s infinite drop-144;top:-10%;left:12%;transform:rotate(193.287deg)}@keyframes drop-144{to{top:110%;left:23%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-145{opacity:1.48439;z-index:30;background-color:#d13447;width:12px;height:4.8px;animation:4.77397s .890834s infinite drop-145;top:-10%;left:90%;transform:rotate(3.90666deg)}@keyframes drop-145{to{top:110%;left:100%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-146{opacity:1.00096;z-index:30;background-color:#d13447;width:11px;height:4.4px;animation:4.5596s .816412s infinite drop-146;top:-10%;left:80%;transform:rotate(268.73deg)}@keyframes drop-146{to{top:110%;left:95%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-147{opacity:.743793;z-index:30;background-color:#d13447;width:13px;height:5.2px;animation:4.80668s .163321s infinite drop-147;top:-10%;left:8%;transform:rotate(183.162deg)}@keyframes drop-147{to{top:110%;left:9%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-148{opacity:1.29927;z-index:30;background-color:#ffbf00;width:15px;height:6px;animation:4.46809s .838707s infinite drop-148;top:-10%;left:2%;transform:rotate(107.027deg)}@keyframes drop-148{to{top:110%;left:17%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-149{opacity:.575951;z-index:30;background-color:#d13447;width:14px;height:5.6px;animation:4.14469s .214623s infinite drop-149;top:-10%;left:75%;transform:rotate(61.2074deg)}@keyframes drop-149{to{top:110%;left:84%}}.Lottery>.lottery_page_contents_body .wrapper .confetti-150{opacity:.988992;z-index:30;background-color:#ffbf00;width:18px;height:7.2px;animation:4.86836s .26376s infinite drop-150;top:-10%;left:84%;transform:rotate(275.38deg)}@keyframes drop-150{to{top:110%;left:96%}}.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:var(--app-primary);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, var(--app-primary) 94%, var(--app-primary)) top/8px 8px no-repeat,conic-gradient(#0000 30%, var(--app-primary));justify-content:center;width:20px;height:20px;animation:1s linear infinite loader-animation;display:flex;-webkit-mask:radial-gradient(farthest-side,#0000 calc(100% - 2px),#000 0)}.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(--app-surface-0);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{background-color:var(--app-primary-soft);border-color:var(--app-primary);color:#fff;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:var(--app-primary-soft);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(--app-surface-0);font-size:14px;color:var(--app-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(--app-surface-1)}.Lottery .lottery_history_box_body tbody>:nth-child(2n){background:var(--app-surface-2)}.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 #da9200)drop-shadow(0 0 #23cfea)drop-shadow(0 0 #fff)saturate()}5%{filter:drop-shadow(-1px 0 #da9200)drop-shadow(1px 0 #23cfea)drop-shadow(0 1px #fff)saturate(1.5)}10%{filter:drop-shadow(2px 0 #da9200)drop-shadow(-2px 0 #23cfea)drop-shadow(0 -2px #fff)saturate(2)}15%{filter:drop-shadow(0 1px #da9200)drop-shadow(-1px -1px #23cfea)drop-shadow(1px 0 #fff)saturate()}20%{filter:drop-shadow(0 0 #da9200)drop-shadow(2px 0 #23cfea)drop-shadow(-2px 0 #fff)saturate(1.8)}25%{filter:drop-shadow(-1px -1px #da9200)drop-shadow(1px 1px #23cfea)drop-shadow(0 0 #fff)saturate(1.2)}30%{filter:drop-shadow(-2px 0 #da9200)drop-shadow(2px 0 #23cfea)drop-shadow(0 2px #fff)saturate(2.2)}35%{filter:drop-shadow(0 -1px #da9200)drop-shadow(-1px 0 #23cfea)drop-shadow(1px 1px #fff)saturate()}40%{filter:drop-shadow(1px 0 #da9200)drop-shadow(0 1px #23cfea)drop-shadow(-1px 0 #fff)saturate(1.6)}50%{filter:drop-shadow(0 0 #da9200)drop-shadow(0 0 #23cfea)drop-shadow(0 0 #fff)saturate()}60%{filter:drop-shadow(-1px 0 #da9200)drop-shadow(1px 1px #23cfea)drop-shadow(0 0 #fff)saturate(1.4)}70%{filter:drop-shadow(2px 0 #da9200)drop-shadow(-2px 0 #23cfea)drop-shadow(0 -1px #fff)saturate(1.8)}80%{filter:drop-shadow(-1px 0 #da9200)drop-shadow(0 -1px #23cfea)drop-shadow(1px 0 #fff)saturate(2)}90%{filter:drop-shadow(0 1px #da9200)drop-shadow(-1px 0 #23cfea)drop-shadow(1px -1px #fff)saturate(1.3)}to{filter:drop-shadow(0 0 #da9200)drop-shadow(0 0 #23cfea)drop-shadow(0 0 #fff)saturate();clip-path:inset(0)}}
.RoulettePopup{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}.RoulettePopup>.popup-header{justify-content:center;margin-bottom:50px;display:flex;position:relative}.RoulettePopup>.popup-header>img{width:300px}.RoulettePopup>.popup-header>.close-wrapper{height:fit-content;position:absolute;top:0;right:0}.RoulettePopup>.popup-header>.close-wrapper .close-img{z-index:1;cursor:pointer;filter:grayscale();width:28px;height:28px}.RoulettePopup>.popup-header>.close-wrapper .close-img:hover{filter:brightness(0)saturate()invert(51%)sepia(50%)saturate(4128%)hue-rotate(5deg)brightness(88%)contrast(104%);transition:all .2s}
