.Notifications:not(.custom-popup-v2){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:not(.custom-popup-v2){min-height:calc(100vh - 450px)}}@media screen and (max-width:1500px){.Notifications:not(.custom-popup-v2){max-width:1200px;padding-left:25px;padding-right:25px}}.Notifications:not(.custom-popup-v2) .notifications-header{color:var(--app-white);justify-content:space-between;align-items:center;margin-top:50px;padding:20px 0;display:flex}.Notifications:not(.custom-popup-v2) .notifications-header h1{font-size:22px;font-weight:400;display:inline}.Notifications:not(.custom-popup-v2) .notifications-header>.nav__menu{gap:6px;list-style:none;display:flex}.Notifications:not(.custom-popup-v2) .notifications-header>.nav__menu>li{background-color:var(--app-surface-2);color:var(--app-neutral-245);white-space:nowrap;cursor:pointer;justify-content:center;align-items:center;padding:8px 14px;font-size:12px;font-weight:500;transition:all .2s;display:flex}.Notifications:not(.custom-popup-v2) .notifications-header>.nav__menu>li.active{background-color:var(--app-primary-50);color:var(--app-white);font-weight:600}.Notifications:not(.custom-popup-v2) .notifications-header>.nav__menu>li:active{transform:scale(.96)}.Notifications:not(.custom-popup-v2) .notifications-list>.empty-message{width:100%;min-height:500px;color:var(--app-white);justify-content:center;align-items:center;font-size:20px;display:flex}.Notifications.custom-popup-v2{flex-direction:column;justify-content:flex-start;gap:18px;max-width:1400px;margin:40px auto;padding:0 18px 40px;display:flex;position:relative}@media screen and (min-width:1200px){.Notifications.custom-popup-v2{min-height:calc(100vh - 450px)}}@media screen and (max-width:1500px){.Notifications.custom-popup-v2{max-width:1200px;padding-left:25px;padding-right:25px}}.Notifications.custom-popup-v2 .notifications-header{min-height:44px;color:var(--app-white);box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border:0;border-radius:0;flex-direction:row;justify-content:space-between;align-items:center;margin-top:50px;padding:0;display:flex}.Notifications.custom-popup-v2 .notifications-header h1{margin:0;font-size:20px;font-weight:850;display:inline}.Notifications.custom-popup-v2 .notifications-header>.nav__menu{border:1px solid color-mix(in srgb, var(--app-primary) 26%, transparent);background:color-mix(in srgb, var(--app-black) 22%, transparent);box-shadow:inset 0 1px 0 color-mix(in srgb, var(--app-white) 3%, transparent);border-radius:8px;gap:2px;margin:0;padding:3px;list-style:none;display:flex;overflow:hidden}.Notifications.custom-popup-v2 .notifications-header>.nav__menu>li{min-width:58px;min-height:32px;color:color-mix(in srgb, var(--app-white) 38%, transparent);cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;padding:6px 12px;font-size:11px;font-weight:500;transition:all .2s;display:flex}.Notifications.custom-popup-v2 .notifications-header>.nav__menu>li.active{border-color:color-mix(in srgb, var(--app-white) 18%, transparent);background:linear-gradient(180deg, color-mix(in srgb, var(--app-primary) 74%, var(--app-white)), var(--app-primary));color:var(--app-white);box-shadow:inset 0 1px 0 color-mix(in srgb, var(--app-white) 34%, transparent),0 0 13px color-mix(in srgb, var(--app-primary) 40%, transparent);font-weight:750}.Notifications.custom-popup-v2 .notifications-header>.nav__menu>li:hover{color:color-mix(in srgb, var(--app-white) 70%, transparent);background:color-mix(in srgb, var(--app-white) 4%, transparent)}.Notifications.custom-popup-v2 .notifications-header>.nav__menu>li.active:hover{color:var(--app-white);background:linear-gradient(180deg, color-mix(in srgb, var(--app-primary) 74%, var(--app-white)), var(--app-primary))}.Notifications.custom-popup-v2 .notifications-header>.nav__menu>li:active{transform:scale(.96)}.Notifications.custom-popup-v2 .notifications-list{gap:14px;display:grid}.Notifications.custom-popup-v2 .notifications-list>.empty-message{width:100%;min-height:500px;color:var(--app-white);justify-content:center;align-items:center;font-size:20px;display:flex}@media screen and (max-width:700px){.Notifications.custom-popup-v2{margin-top:16px;padding:0 10px 24px}.Notifications.custom-popup-v2 .notifications-header{flex-direction:column;align-items:flex-start;gap:14px;margin-top:20px}.Notifications.custom-popup-v2 .notifications-header>.nav__menu{width:100%;padding:0}.Notifications.custom-popup-v2 .notifications-header>.nav__menu>li{flex:1}}
.Notifications:not(.custom-popup-v2) .NotificationItem{cursor:pointer;margin-bottom:20px;transition:all .5s;overflow:hidden}.Notifications:not(.custom-popup-v2) .NotificationItem:hover{filter:brightness(1.1);transform:scale(1.01)}.Notifications:not(.custom-popup-v2) .NotificationItem .content{background:var(--app-surface-1);align-items:center;gap:20px;padding:20px;display:flex;overflow:hidden}.Notifications:not(.custom-popup-v2) .NotificationItem .content .icon{background:var(--app-surface-2);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:70px;height:70px;display:flex;overflow:hidden}.Notifications:not(.custom-popup-v2) .NotificationItem .content .icon img{-o-object-fit:contain;object-fit:contain;flex-shrink:0;width:80%;height:80%}.Notifications:not(.custom-popup-v2) .NotificationItem .content .details{flex:1}.Notifications:not(.custom-popup-v2) .NotificationItem .content .details .subject,.Notifications:not(.custom-popup-v2) .NotificationItem .content .details .message{color:var(--app-text-primary);margin-bottom:10px}.Notifications:not(.custom-popup-v2) .NotificationItem .content .details .header{justify-content:space-between;align-items:center;display:flex}.Notifications:not(.custom-popup-v2) .NotificationItem .content .details .header .subject{align-items:center;gap:10px;font-size:16px;display:flex}.Notifications:not(.custom-popup-v2) .NotificationItem .content .details .header .subject .indicator{background:var(--app-primary);border-radius:50%;width:8px;height:8px}.Notifications:not(.custom-popup-v2) .NotificationItem .content .details .message{font-size:13px}.Notifications:not(.custom-popup-v2) .NotificationItem .content .date-time{color:var(--app-text-primary);align-self:flex-start;margin-left:auto}.Notifications:not(.custom-popup-v2) .NotificationItem .notification-reward-summary{flex-wrap:wrap;gap:16px;margin-top:12px;display:flex}.Notifications:not(.custom-popup-v2) .NotificationItem .notification-reward-summary .reward-item{text-align:center;flex-direction:column;align-items:center;display:flex}.Notifications:not(.custom-popup-v2) .NotificationItem .notification-reward-summary .reward-item img{cursor:pointer;width:25px;height:25px}.Notifications.custom-popup-v2 .NotificationItem{cursor:pointer;border:1px solid color-mix(in srgb, var(--app-white) 8%, transparent);background:linear-gradient(135deg, color-mix(in srgb, var(--app-white) 6%, transparent), color-mix(in srgb, var(--app-white) 2%, transparent));box-shadow:inset 0 1px 0 color-mix(in srgb, var(--app-white) 7%, transparent),0 14px 32px color-mix(in srgb, var(--app-black) 14%, transparent);-webkit-backdrop-filter:blur(15px)saturate(120%);backdrop-filter:blur(15px)saturate(120%);border-radius:15px;margin-bottom:0;transition:border-color .18s,background-color .18s,box-shadow .18s,transform .18s;position:relative;overflow:hidden}.Notifications.custom-popup-v2 .NotificationItem:has(.indicator){border-left:3px solid var(--app-primary);background:linear-gradient(90deg, color-mix(in srgb, var(--app-primary) 8%, transparent), color-mix(in srgb, var(--app-white) 3%, transparent) 38%, color-mix(in srgb, var(--app-white) 2%, transparent))}.Notifications.custom-popup-v2 .NotificationItem:hover{border-color:color-mix(in srgb, var(--app-primary) 28%, transparent);box-shadow:inset 0 1px 0 color-mix(in srgb, var(--app-white) 9%, transparent),0 18px 38px color-mix(in srgb, var(--app-black) 20%, transparent);transform:translateY(-2px)}.Notifications.custom-popup-v2 .NotificationItem .content{background:0 0;align-items:center;gap:20px;padding:18px 20px;display:flex;overflow:hidden}.Notifications.custom-popup-v2 .NotificationItem .content .icon{border:1px solid color-mix(in srgb, var(--app-primary) 15%, transparent);background:color-mix(in srgb, var(--app-white) 5%, transparent);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:62px;height:62px;display:flex;overflow:hidden}.Notifications.custom-popup-v2 .NotificationItem .content .icon img{-o-object-fit:contain;object-fit:contain;flex-shrink:0;width:80%;height:80%}.Notifications.custom-popup-v2 .NotificationItem .content .details{flex:1;min-width:0}.Notifications.custom-popup-v2 .NotificationItem .content .details .subject,.Notifications.custom-popup-v2 .NotificationItem .content .details .message{color:var(--app-text-primary);margin-bottom:10px}.Notifications.custom-popup-v2 .NotificationItem .content .details .header{justify-content:space-between;align-items:center;display:flex}.Notifications.custom-popup-v2 .NotificationItem .content .details .header .subject{align-items:center;gap:10px;font-size:16px;font-weight:750;display:flex}.Notifications.custom-popup-v2 .NotificationItem .content .details .header .subject .indicator{background:var(--app-primary);width:8px;height:8px;box-shadow:0 0 10px color-mix(in srgb, var(--app-primary) 75%, transparent);border-radius:50%}.Notifications.custom-popup-v2 .NotificationItem .content .details .message{color:color-mix(in srgb, var(--app-white) 64%, transparent);text-overflow:ellipsis;white-space:nowrap;font-size:13px;line-height:1.55;overflow:hidden}.Notifications.custom-popup-v2 .NotificationItem .content .date-time{color:color-mix(in srgb, var(--app-white) 48%, transparent);white-space:nowrap;align-self:flex-start;margin-left:auto;font-size:12px}.Notifications.custom-popup-v2 .NotificationItem .notification-reward-summary{flex-wrap:wrap;gap:16px;margin-top:12px;display:flex}.Notifications.custom-popup-v2 .NotificationItem .notification-reward-summary .reward-item{text-align:center;flex-direction:column;align-items:center;display:flex}.Notifications.custom-popup-v2 .NotificationItem .notification-reward-summary .reward-item img{cursor:pointer;width:25px;height:25px}@media (max-width:700px){.Notifications.custom-popup-v2 .NotificationItem .content{align-items:flex-start;gap:12px;padding:14px}.Notifications.custom-popup-v2 .NotificationItem .content .icon{width:46px;height:46px}.Notifications.custom-popup-v2 .NotificationItem .content .details .header{flex-direction:column;align-items:flex-start;gap:5px}.Notifications.custom-popup-v2 .NotificationItem .content .details .header .date-time{margin-left:0}}
.NotificationListPopup{color:var(--app-white);flex-direction:column;gap:20px;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;position:relative}.NotificationListPopup>.popup-header>img{width:50%}.NotificationListPopup>.popup-header>h1{color:var(--app-white);text-shadow:0 0 0 var(--app-primary),0 0 10px var(--app-primary),0 0 30px var(--app-primary);letter-spacing:3px;font-family:Cyber-Brush-Regular}.NotificationListPopup>.popup-header>.popup-close-btn{position:absolute;top:10px;right:20px}.NotificationListPopup>.nav__menu{gap:6px;list-style:none;display:flex}.NotificationListPopup>.nav__menu>li{background-color:var(--app-surface-2);color:var(--app-neutral-245);cursor:pointer;white-space:nowrap;justify-content:center;align-items:center;padding:8px 14px;font-size:12px;font-weight:500;transition:all .2s;display:flex}.NotificationListPopup>.nav__menu>li.active{background-color:var(--app-primary-50);font-weight:600}.NotificationListPopup>.nav__menu>li:active{transform:scale(.96)}.NotificationListPopup>.notifications-list{height:100%;padding-right:10px;overflow-y:auto}.NotificationListPopup>.notifications-list>.empty-message{justify-content:center;align-items:center;width:100%;min-height:500px;font-size:20px;display:flex}.NotificationListPopup>.notifications-list::-webkit-scrollbar{width:5px}.NotificationListPopup>.notifications-list::-webkit-scrollbar-track{background:0 0}.NotificationListPopup>.notifications-list::-webkit-scrollbar-thumb{background:var(--app-primary-50)}.NotificationListPopup>.notifications-list>.NotificationItem,.NotificationListPopup>.notifications-list>.NotificationItem>.content{border-radius:unset!important}.Popup.PopupScreen .PopupVariant-popupV2>.PopupItem.NotificationListPopup>.popup-header>.popup-close-btn{top:-30px;right:-30px}.PopupVariant-popupV2>.PopupItem.NotificationListPopup{background:var(--app-popup-v2-surface);box-sizing:border-box;border-radius:35px;gap:12px;width:min(760px,100vw - 32px);max-width:760px;height:auto;max-height:calc(100vh - 40px);padding:26px 28px 28px;overflow:visible}.PopupVariant-popupV2>.PopupItem.NotificationListPopup>.popup-header{align-items:center;min-height:42px;padding:0}.PopupVariant-popupV2>.PopupItem.NotificationListPopup>.popup-header>img{-o-object-fit:contain;object-fit:contain;width:auto;max-width:230px;max-height:52px;display:block}.PopupVariant-popupV2>.PopupItem.NotificationListPopup>.popup-header>h1{margin:0;font-size:22px}.PopupVariant-popupV2>.PopupItem.NotificationListPopup>.popup-header>.popup-close-btn{z-index:20;width:44px;height:44px;position:absolute;top:-20px!important;right:-22px!important}.PopupVariant-popupV2>.PopupItem.NotificationListPopup>.popup-header>.popup-close-btn .PopupCloseButton{transform:translate(50%,-50%);inset:0 0 auto auto!important}.PopupVariant-popupV2>.PopupItem.NotificationListPopup>.nav__menu{border:1px solid color-mix(in srgb, var(--app-primary) 22%, transparent);background:color-mix(in srgb, var(--app-surface-0) 35%, transparent);border-radius:8px;align-self:flex-start;gap:5px;margin:4px 0 2px;padding:3px}.PopupVariant-popupV2>.PopupItem.NotificationListPopup>.nav__menu>li{min-height:30px;color:color-mix(in srgb, var(--app-text-secondary) 55%, transparent);background:0 0;border-radius:5px;padding:0 13px;font-size:11px}.PopupVariant-popupV2>.PopupItem.NotificationListPopup>.nav__menu>li.active{background:var(--popup2-action-background);color:var(--popup2-action-text);box-shadow:0 3px 10px color-mix(in srgb, var(--app-primary) 20%, transparent)}.PopupVariant-popupV2>.PopupItem.NotificationListPopup>.notifications-list{scrollbar-width:thin;scrollbar-color:color-mix(in srgb, var(--app-primary) 65%, transparent) #0000;flex-direction:column;flex:0 auto;gap:8px;width:100%;height:auto;max-height:min(560px,100vh - 190px);padding:0 4px 0 0;display:flex;overflow:hidden auto}.PopupVariant-popupV2>.PopupItem.NotificationListPopup>.notifications-list>.empty-message{min-height:240px;color:color-mix(in srgb, var(--app-text-secondary) 58%, transparent);font-size:13px}.PopupVariant-popupV2>.PopupItem.NotificationListPopup>.notifications-list>.NotificationItem{border:1px solid color-mix(in srgb, var(--app-border-secondary) 16%, transparent);background:color-mix(in srgb, var(--app-white) 4.5%, transparent);cursor:pointer;flex:none;margin:0;transition:border-color .16s,background .16s,transform .16s;position:relative;overflow:hidden;border-radius:9px!important}.PopupVariant-popupV2>.PopupItem.NotificationListPopup>.notifications-list>.NotificationItem:has(.indicator){border-color:color-mix(in srgb, var(--app-primary) 35%, transparent)}.PopupVariant-popupV2>.PopupItem.NotificationListPopup>.notifications-list>.NotificationItem:hover{border-color:color-mix(in srgb, var(--app-primary) 42%, transparent);background:color-mix(in srgb, var(--app-primary) 6.5%, transparent);filter:none;transform:translateY(-1px)}.PopupVariant-popupV2>.PopupItem.NotificationListPopup>.notifications-list>.NotificationItem>.content{background:0 0;align-items:center;gap:14px;min-height:76px;padding:12px 14px;display:flex;border-radius:inherit!important}.PopupVariant-popupV2>.PopupItem.NotificationListPopup>.notifications-list>.NotificationItem>.content .icon{border:1px solid color-mix(in srgb, var(--app-border-secondary) 16%, transparent);background:color-mix(in srgb, var(--app-white) 5.5%, transparent);border-radius:50%;flex:0 0 48px;justify-content:center;align-items:center;width:48px;height:48px;display:flex;overflow:hidden}.PopupVariant-popupV2>.PopupItem.NotificationListPopup>.notifications-list>.NotificationItem>.content .icon img{-o-object-fit:contain;object-fit:contain;width:80%;height:80%;display:block}.PopupVariant-popupV2>.PopupItem.NotificationListPopup>.notifications-list>.NotificationItem>.content .details{flex:1;min-width:0}.PopupVariant-popupV2>.PopupItem.NotificationListPopup>.notifications-list>.NotificationItem>.content .details .subject,.PopupVariant-popupV2>.PopupItem.NotificationListPopup>.notifications-list>.NotificationItem>.content .details .message{margin-bottom:5px}.PopupVariant-popupV2>.PopupItem.NotificationListPopup>.notifications-list>.NotificationItem>.content .details .header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.PopupVariant-popupV2>.PopupItem.NotificationListPopup>.notifications-list>.NotificationItem>.content .details .header .subject{color:var(--app-text-primary);align-items:center;gap:7px;font-size:12px;font-weight:650;display:flex}.PopupVariant-popupV2>.PopupItem.NotificationListPopup>.notifications-list>.NotificationItem>.content .details .header .subject .indicator{background:var(--app-primary);border-radius:50%;flex:none;width:6px;height:6px}.PopupVariant-popupV2>.PopupItem.NotificationListPopup>.notifications-list>.NotificationItem>.content .details .message{color:color-mix(in srgb, var(--app-text-secondary) 68%, transparent);text-overflow:ellipsis;white-space:nowrap;font-size:11px;line-height:1.45;overflow:hidden}.PopupVariant-popupV2>.PopupItem.NotificationListPopup>.notifications-list>.NotificationItem>.content .details .date-time{color:color-mix(in srgb, var(--app-text-secondary) 58%, transparent);white-space:nowrap;flex-shrink:0;margin-left:auto;font-size:10px}.PopupVariant-popupV2>.PopupItem.NotificationListPopup>.notifications-list>.NotificationItem>.content .notification-reward-summary{flex-wrap:wrap;gap:10px;margin-top:8px;display:flex}.PopupVariant-popupV2>.PopupItem.NotificationListPopup>.notifications-list>.NotificationItem>.content .notification-reward-summary .reward-item{justify-content:center;align-items:center;display:flex}.PopupVariant-popupV2>.PopupItem.NotificationListPopup>.notifications-list>.NotificationItem>.content .notification-reward-summary .reward-item img{-o-object-fit:contain;object-fit:contain;width:22px;height:22px;display:block}@media (max-width:620px){.PopupVariant-popupV2>.PopupItem.NotificationListPopup{padding:22px 18px 20px}.PopupVariant-popupV2>.PopupItem.NotificationListPopup>.popup-header>img{max-width:180px}.PopupVariant-popupV2>.PopupItem.NotificationListPopup>.notifications-list>.NotificationItem>.content{align-items:flex-start;gap:11px;padding:11px 12px}.PopupVariant-popupV2>.PopupItem.NotificationListPopup>.notifications-list>.NotificationItem>.content .icon{flex-basis:42px;width:42px;height:42px}.PopupVariant-popupV2>.PopupItem.NotificationListPopup>.notifications-list>.NotificationItem>.content .details .header{gap:8px}}
.LegacyBettingHistoryPopup{background:var(--app-neutral-230);width:700px;max-width:95vw;max-height:85vh;color:var(--app-white);z-index:1;border-radius:12px;flex-direction:column;display:flex;position:relative;top:50vh;left:50vw;overflow:hidden;transform:translate(-50%,-50%)}.LegacyBettingHistoryPopup .popup-header{border-bottom:1px solid color-mix(in srgb, var(--app-white) 6%, transparent);background:var(--app-neutral-225);flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 16px 14px;display:flex}.LegacyBettingHistoryPopup .popup-header .popup-header-title{align-items:center;gap:10px;display:flex}.LegacyBettingHistoryPopup .popup-header .popup-header-title .header-icon{width:24px;height:24px;filter:var(--app-filter-photo)}.LegacyBettingHistoryPopup .popup-header .popup-header-title>h4{color:var(--app-white);letter-spacing:-.3px;margin:0;font-size:18px;font-weight:700}.LegacyBettingHistoryPopup .popup-header .close-btn{color:color-mix(in srgb, var(--app-white) 60%, transparent);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:4px 8px;font-size:24px;line-height:1;transition:all .15s}.LegacyBettingHistoryPopup .popup-header .close-btn:hover{background:color-mix(in srgb, var(--app-white) 8%, transparent);color:var(--app-white)}.LegacyBettingHistoryPopup .popup-header .close-btn:active{transform:scale(.95)}.LegacyBettingHistoryPopup .history-wrapper{-webkit-overflow-scrolling:touch;flex:1;overflow-y:auto}.LegacyBettingHistoryPopup .history-wrapper::-webkit-scrollbar{display:none}.LegacyBettingHistoryPopup .history-wrapper .loading{height:200px;color:color-mix(in srgb, var(--app-white) 50%, transparent);justify-content:center;align-items:center;font-size:14px;display:flex}.LegacyBettingHistoryPopup .pagination-wrapper{background:var(--app-neutral-220);flex-shrink:0;padding:12px 16px 16px;position:relative}.LegacyBettingHistoryPopup .LegacyBettingHistory{background:var(--app-neutral-230);color:var(--app-white);flex-direction:column;gap:20px;height:100%;padding:8px;font-size:12px;display:flex;overflow:auto}.LegacyBettingHistoryPopup .LegacyBettingHistory::-webkit-scrollbar{display:none}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper{flex-direction:column;gap:10px;padding:6px;display:flex}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group{box-shadow:0 2px 8px color-mix(in srgb, var(--app-black) 15%, transparent);border-radius:12px;overflow:hidden}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .no-legacy-header{background:var(--app-neutral-235);border-bottom:1px solid color-mix(in srgb, var(--app-white) 3.92%, transparent);grid-column:span 2;justify-content:center;width:100%;height:40px;padding:8px 14px}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .no-legacy-data{color:color-mix(in srgb, var(--app-white) 40%, transparent);background:var(--app-neutral-220);border-bottom:1px solid color-mix(in srgb, var(--app-white) 4%, transparent);justify-content:center;align-items:center;padding:40px 20px;font-size:13px;display:flex}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-header{background:var(--app-neutral-235);color:var(--app-text-primary);border-bottom:1px solid color-mix(in srgb, var(--app-white) 4%, transparent);justify-content:space-between;align-items:center;gap:10px;height:40px;padding:0 12px}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-header.active{display:flex}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-header>.bet-left-header{flex-direction:row;justify-content:center;align-items:center;gap:10px;display:flex}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-header>.bet-left-header .league-detail{justify-content:flex-start;align-items:center;gap:8px;display:flex}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-header>.bet-left-header .league-detail .sport{-o-object-fit:contain;object-fit:contain;width:18px;height:18px}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-header>.bet-left-header .league-detail .country{-o-object-fit:cover;object-fit:cover;border-radius:2px;width:20px;height:14px}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-header>.bet-left-header .league-detail .league{text-transform:uppercase;color:color-mix(in srgb, var(--app-white) 70%, transparent);white-space:nowrap;text-overflow:ellipsis;max-width:300px;font-size:12px;overflow:hidden}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-header>.bet-left-header .game-info{align-items:center;gap:10px;display:flex}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-header>.bet-left-header .game-info .game-icon-img{-o-object-fit:contain;object-fit:contain;border-radius:4px;width:24px;height:24px}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-header>.bet-left-header .game-info .game-name{text-transform:uppercase;color:color-mix(in srgb, var(--app-white) 90%, transparent);font-size:12px;font-weight:500}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-header .header-sub-details{align-items:center;gap:8px;display:flex}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-header .header-sub-details .date{color:color-mix(in srgb, var(--app-white) 50%, transparent);font-size:10px;font-weight:400}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail{background:var(--app-neutral-220);flex-direction:column;gap:8px;width:100%;min-height:110px;margin-bottom:0;padding:14px 12px 10px;display:flex;position:relative;overflow:hidden}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .bet-status-data{background:var(--app-neutral-235);border-radius:8px;justify-content:center;align-items:center;padding:10px 14px;font-size:12px;font-weight:700;display:flex;position:absolute;top:14px;left:12px}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .bet-status-data.won,.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .bet-status-data.win{background:color-mix(in srgb, var(--app-success) 12%, transparent)}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .bet-status-data.won .status,.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .bet-status-data.win .status{color:var(--app-primary-60)}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .bet-status-data.void,.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .bet-status-data.canceled{background:color-mix(in srgb, var(--app-white) 8%, transparent)}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .bet-status-data.void .status,.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .bet-status-data.canceled .status{color:var(--app-neutral-70)}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .bet-status-data.lose,.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .bet-status-data.lost{background:color-mix(in srgb, var(--app-danger) 12%, transparent)}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .bet-status-data.lose .status,.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .bet-status-data.lost .status{color:var(--app-danger)}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .bet-status-data.pending,.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .bet-status-data.checking{background:color-mix(in srgb, var(--app-warning) 12%, transparent)}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .bet-status-data.pending .status,.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .bet-status-data.checking .status{color:var(--app-warning)}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .team-box{background:0 0;width:100%;display:flex}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .team-box.home .team-home-content,.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .team-box.away .team-home-content{flex-direction:row;align-items:center;gap:8px;width:100%;padding-left:90px;display:flex;position:relative}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .team-box.home .team-home-content .team-logo-box,.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .team-box.away .team-home-content .team-logo-box{flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .team-box.home .team-home-content .team-logo-box img,.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .team-box.away .team-home-content .team-logo-box img{-o-object-fit:contain;object-fit:contain;border-radius:4px;width:24px;height:24px}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .team-box.home .team-home-content .team-name,.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .team-box.away .team-home-content .team-name{word-spacing:-1px;white-space:nowrap;width:auto;color:var(--app-white);flex:1;font-size:12px;font-weight:500;overflow-x:auto}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .team-box.home .team-home-content .team-name::-webkit-scrollbar{display:none}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .team-box.away .team-home-content .team-name::-webkit-scrollbar{display:none}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .team-box.home .team-home-content .team-score,.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .team-box.away .team-home-content .team-score{color:color-mix(in srgb, var(--app-white) 80%, transparent);flex-shrink:0;margin-left:auto;padding-right:4px;font-size:14px;font-weight:700}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .team-box.active .team-score,.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .team-box.active .team-name{color:var(--app-primary-60)}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .market-info{flex-direction:column;gap:4px;margin-bottom:8px;padding-left:90px;display:flex}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .market-info .round{color:var(--app-neutral-70);font-size:10px;font-weight:400}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .market-info .market-label{color:color-mix(in srgb, var(--app-white) 80%, transparent);font-size:12px;font-weight:500}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .buttons-market-item-wrapper{justify-content:center;gap:6px;padding-top:8px;display:flex;overflow-x:auto}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .buttons-market-item-wrapper::-webkit-scrollbar{display:none}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .buttons-market-item-wrapper .market-item{background:var(--app-neutral-235);cursor:pointer;border-radius:8px;flex-direction:row;flex:1 1 0;justify-content:center;align-items:center;gap:10px;min-width:80px;height:32px;padding:0 14px;transition:all .15s;display:flex}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .buttons-market-item-wrapper .market-item .label{color:color-mix(in srgb, var(--app-white) 40%, transparent);text-align:center;white-space:nowrap;text-overflow:ellipsis;max-width:120px;font-size:12px;font-weight:500;transition:all .15s;overflow:hidden}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .buttons-market-item-wrapper .market-item .value{color:color-mix(in srgb, var(--app-white) 80%, transparent);white-space:nowrap;font-size:12px;font-weight:600;transition:all .15s}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .buttons-market-item-wrapper .market-item.active{background:var(--app-primary-60);transition:all .15s}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .buttons-market-item-wrapper .market-item.active .label{color:var(--app-surface-0);font-weight:600}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .buttons-market-item-wrapper .market-item.active .value{color:var(--app-surface-0);font-weight:700}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .buttons-market-item-wrapper .market-item.order-1,.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .buttons-market-item-wrapper .market-item.dragon,.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .buttons-market-item-wrapper .market-item.odd,.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .buttons-market-item-wrapper .market-item.scissors,.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .buttons-market-item-wrapper .market-item.player,.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .buttons-market-item-wrapper .market-item.win,.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .buttons-market-item-wrapper .market-item.large,.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .buttons-market-item-wrapper .market-item.left,.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .buttons-market-item-wrapper .market-item.over,.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .buttons-market-item-wrapper .market-item.red{order:1}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .buttons-market-item-wrapper .market-item.order-2,.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .buttons-market-item-wrapper .market-item.rock,.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .buttons-market-item-wrapper .market-item.tie,.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .buttons-market-item-wrapper .market-item.draw,.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .buttons-market-item-wrapper .market-item.medium,.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .buttons-market-item-wrapper .market-item.right{order:2}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .buttons-market-item-wrapper .market-item.order-3,.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .buttons-market-item-wrapper .market-item.tiger,.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .buttons-market-item-wrapper .market-item.paper,.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .buttons-market-item-wrapper .market-item.even,.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .buttons-market-item-wrapper .market-item.banker,.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .buttons-market-item-wrapper .market-item.lose,.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .buttons-market-item-wrapper .market-item.small,.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .buttons-market-item-wrapper .market-item.under,.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .buttons-market-item-wrapper .market-item.black{order:3}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-footer{background:var(--app-neutral-230);border-radius:0;overflow:hidden}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-footer.won .bet-summary,.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-footer.active .bet-summary{border-top:2px solid var(--app-primary-60)}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-footer.won .bet-summary .status .value,.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-footer.active .bet-summary .status .value{color:var(--app-primary-60)!important}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-footer.lose .bet-summary,.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-footer.lost .bet-summary{border-top:2px solid var(--app-danger)}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-footer.lose .bet-summary .status .value,.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-footer.lost .bet-summary .status .value{color:var(--app-danger)!important}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-footer.lose .bet-summary .won-amount .value,.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-footer.lose .bet-summary .bet-amount .value,.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-footer.lost .bet-summary .won-amount .value,.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-footer.lost .bet-summary .bet-amount .value{color:color-mix(in srgb, var(--app-white) 40%, transparent)!important}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-footer.canceled .bet-summary,.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-footer.void .bet-summary{border-top:2px solid var(--app-neutral-70)}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-footer.canceled .bet-summary .status .value,.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-footer.void .bet-summary .status .value{color:var(--app-neutral-70)!important}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-footer.canceled .bet-summary .won-amount .value,.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-footer.canceled .bet-summary .bet-amount .value,.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-footer.void .bet-summary .won-amount .value,.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-footer.void .bet-summary .bet-amount .value{color:color-mix(in srgb, var(--app-white) 40%, transparent)!important}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-footer.pending .bet-summary,.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-footer.checking .bet-summary{border-top:2px solid var(--app-warning)}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-footer.pending .bet-summary .status .value,.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-footer.checking .bet-summary .status .value{color:var(--app-warning)!important}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-footer .footer-content .bet-summary{background:var(--app-neutral-230);color:color-mix(in srgb, var(--app-white) 55%, transparent);border-top:2px solid #0000;grid-template-columns:repeat(2,1fr);gap:0;font-size:12px;font-weight:500;display:grid}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-footer .footer-content .bet-summary>div{border-bottom:1px solid color-mix(in srgb, var(--app-white) 4%, transparent);border-right:1px solid color-mix(in srgb, var(--app-white) 4%, transparent);justify-content:space-between;align-items:center;width:100%;padding:10px 14px;display:flex}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-footer .footer-content .bet-summary>div:nth-child(2n){border-right:none}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-footer .footer-content .bet-summary>div:nth-last-child(-n+2){border-bottom:none}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-footer .footer-content .bet-summary .value{color:var(--app-white);margin-left:8px;font-size:12px;font-weight:600}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-footer .footer-content .bet-summary .bet-at{background:var(--app-neutral-235);border-bottom:1px solid color-mix(in srgb, var(--app-white) 4%, transparent);grid-column:span 2;justify-content:center;width:100%;padding:8px 14px}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-footer .footer-content .bet-summary .bet-at .value{color:color-mix(in srgb, var(--app-white) 70%, transparent);font-size:12px;font-weight:500}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-footer .footer-content .bet-summary .won-amount .value{color:var(--app-warning)}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-footer .footer-content .bet-summary .status .value{font-weight:700}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-footer .footer-content .bet-summary .dt{align-items:center;display:flex}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .button-grp{background:var(--app-neutral-225);border-radius:0 0 12px 12px;gap:6px;padding:10px 12px 12px;display:flex;overflow:hidden}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .button-grp>div{color:color-mix(in srgb, var(--app-white) 80%, transparent);background:var(--app-neutral-235);cursor:pointer;-webkit-tap-highlight-color:#0000;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:6px;padding:10px 12px;font-size:12px;font-weight:600;transition:all .15s;display:flex}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .button-grp>div img{opacity:.7;width:16px;height:16px}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .button-grp>div:hover{background-color:var(--app-neutral-50);z-index:10;transition:all .2s}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .button-grp>div:active{background:var(--app-neutral-240);transform:scale(.97)}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .button-grp .cancel-bet{background:color-mix(in srgb, var(--app-danger) 12%, transparent);color:var(--app-danger)}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .button-grp .cancel-bet img{filter:var(--app-filter-primary-hover);opacity:1}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .button-grp .cancel-bet:hover{background:color-mix(in srgb, var(--app-danger) 20%, transparent)}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .button-grp .cancel-bet:active{background:color-mix(in srgb, var(--app-danger) 25%, transparent)}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .button-grp .btn-attach{background:var(--app-neutral-235)}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .button-grp .btn-attach img{filter:var(--app-filter-white)}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .button-grp .delete-icon{background:var(--app-neutral-235)}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .button-grp .delete-icon img{filter:var(--app-filter-white)}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bonus-item-box{background:var(--app-neutral-220);border-bottom:1px solid color-mix(in srgb, var(--app-white) 4%, transparent);justify-content:space-between;align-items:center;padding:10px 14px;display:flex}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bonus-item-box.activated{background:color-mix(in srgb, var(--app-primary) 10%, transparent);border-left:3px solid var(--app-primary)}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bonus-item-box.deactivated{opacity:.5}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bonus-item-box .name{color:color-mix(in srgb, var(--app-white) 70%, transparent);font-size:12px;font-weight:500}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bonus-item-box .odds{align-items:center;gap:6px;display:flex}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bonus-item-box .odds .icon{width:14px;height:14px}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bonus-item-box .odds .value{color:var(--app-primary);font-size:12px;font-weight:700}.LegacyBettingHistoryPopup .LegacyBettingHistory .empty-history-notice{min-height:200px;color:color-mix(in srgb, var(--app-white) 40%, transparent);justify-content:center;align-items:center;font-size:14px;display:flex}
.PopupItem.EmilVerifyPopup{width:750px;max-width:75vw;max-height:80vh;color:var(--popup-text);background:var(--popup-surface);font-family:var(--popup-font-family);flex-direction:column;display:flex;position:relative;top:50vh;left:50vw;transform:translate(-50%,-50%)}.PopupItem.EmilVerifyPopup *,.PopupItem.EmilVerifyPopup :before,.PopupItem.EmilVerifyPopup :after{font-family:var(--popup-font-family)!important}.PopupItem.EmilVerifyPopup: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.EmilVerifyPopup .header-title-group{border-bottom:1px solid color-mix(in srgb, var(--app-white) 5.88%, transparent);justify-content:space-between;align-items:center;padding:20px;display:flex;position:relative}.PopupItem.EmilVerifyPopup .header-title-group .PopupCloseButton{inset:unset!important}.PopupItem.EmilVerifyPopup .header-title-group>.title-group{justify-content:space-between;align-items:center;gap:10px;display:flex}.PopupItem.EmilVerifyPopup .header-title-group>.title-group>.email-verification-title{color:var(--app-white);font-size:18px;font-weight:500}.PopupItem.EmilVerifyPopup .header-title-group>.title-group>svg{color:var(--app-primary-60);transform:scale(1.22)}.PopupItem.EmilVerifyPopup .form-body{z-index:1;background:var(--app-neutral-200);flex-direction:column;flex:1;justify-content:space-between;gap:20px;width:100%;padding:20px;display:flex;overflow:hidden}.PopupItem.EmilVerifyPopup .form-body>.pin-input-group{border:none;width:100%;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.PopupItem.EmilVerifyPopup .form-body>.pin-input-group:focus-within{transform:translateY(-2px)}.PopupItem.EmilVerifyPopup .form-body>.pin-input-group .pin-input{opacity:0;color:#0000;caret-color:#0000;text-align:center;letter-spacing:12px;z-index:2;background:0 0;border:none;outline:none;width:100%;height:70px;font-size:28px;position:absolute;top:0;left:0}.PopupItem.EmilVerifyPopup .form-body>.pin-input-group .pin-input::placeholder{color:#0000}.PopupItem.EmilVerifyPopup .form-body>.pin-input-group .pin-dots{justify-content:center;align-items:center;gap:12px;height:70px;display:flex}.PopupItem.EmilVerifyPopup .form-body>.pin-input-group .pin-dots .pin-dot{background:var(--app-neutral-230);border-radius:8px;justify-content:center;align-items:center;width:50px;height:50px;font-size:20px;font-weight:600;transition:all .3s cubic-bezier(.68,-.55,.265,1.55);display:flex}.PopupItem.EmilVerifyPopup .form-body>.pin-input-group .pin-dots .pin-dot .pin-dot-inner{background:var(--app-neutral-230);opacity:0;border-radius:50%;width:14px;height:14px;transition:opacity .15s ease-out,transform .15s ease-out;transform:scale(.6)}.PopupItem.EmilVerifyPopup .form-body>.pin-input-group .pin-dots .pin-dot.filled{animation:.6s cubic-bezier(.68,-.55,.265,1.55) pinFill}@keyframes pinFill{0%{opacity:0;transform:scale(.3)}50%{transform:scale(1.2)}to{opacity:1;transform:scale(1)}}.PopupItem.EmilVerifyPopup .form-body>.input-group{flex-direction:column;justify-content:center;gap:5px;display:flex}.PopupItem.EmilVerifyPopup .form-body>.input-group>input{background-color:color-mix(in srgb, var(--app-white) 4%, transparent);border:1px solid color-mix(in srgb, var(--app-white) 8%, transparent);width:100%;height:50px;color:var(--app-white);text-align:start;outline:none;padding-left:20px;padding-right:20px;font-size:14px;font-weight:400}.PopupItem.EmilVerifyPopup .form-body>.input-group>input::placeholder{color:color-mix(in srgb, var(--app-white) 35%, transparent);font-weight:400}.PopupItem.EmilVerifyPopup .form-body>.input-group>input:focus{background-color:color-mix(in srgb, var(--app-white) 6%, transparent);border-color:var(--app-primary-60);box-shadow:0 0 0 3px color-mix(in srgb, var(--app-primary) 10%, transparent)}.PopupItem.EmilVerifyPopup .form-body>.input-group>.email-error-msg{opacity:1;color:var(--app-danger);background:color-mix(in srgb, var(--app-danger) 10.2%, transparent);border:1px solid color-mix(in srgb, var(--app-danger) 20%, transparent);border-radius:6px;max-height:40px;margin-top:2px;padding:6px 10px;font-size:12px}.PopupItem.EmilVerifyPopup .form-body>.footer-buttons{gap:12px;width:100%;display:flex}.PopupItem.EmilVerifyPopup .form-body>.footer-buttons .cancel-btn,.PopupItem.EmilVerifyPopup .form-body>.footer-buttons .email-confirm-btn{cursor:pointer;letter-spacing:.3px;border:none;flex:1;justify-content:center;align-items:center;gap:10px;height:50px;font-size:16px;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.PopupItem.EmilVerifyPopup .form-body>.footer-buttons .cancel-btn:disabled,.PopupItem.EmilVerifyPopup .form-body>.footer-buttons .email-confirm-btn:disabled{opacity:.5;cursor:not-allowed;box-shadow:none;transform:none!important}.PopupItem.EmilVerifyPopup .form-body>.footer-buttons .cancel-btn:disabled:before,.PopupItem.EmilVerifyPopup .form-body>.footer-buttons .email-confirm-btn:disabled:before{display:none}.PopupItem.EmilVerifyPopup .form-body>.footer-buttons .cancel-btn:before,.PopupItem.EmilVerifyPopup .form-body>.footer-buttons .email-confirm-btn:before{content:"";background:linear-gradient(45deg, transparent 30%, color-mix(in srgb, var(--app-white) 10%, transparent) 50%, transparent 70%);transition:transform .6s;position:absolute;inset:0;transform:translate(-100%)}.PopupItem.EmilVerifyPopup .form-body>.footer-buttons .cancel-btn{background:var(--app-neutral-20);color:var(--app-white)}.PopupItem.EmilVerifyPopup .form-body>.footer-buttons .cancel-btn:hover:not(:disabled){background:color-mix(in srgb, var(--app-white) 5%, transparent);color:var(--popup-text)}.PopupItem.EmilVerifyPopup .form-body>.footer-buttons .email-confirm-btn{background:var(--app-primary-60);color:var(--app-neutral-235)}.PopupItem.EmilVerifyPopup .form-body>.footer-buttons .email-confirm-btn:hover:not(:disabled){transform:translateY(-2px)}.PopupItem.EmilVerifyPopup .form-body>.footer-buttons .email-confirm-btn .spinner.small{width:18px;height:18px;animation:1.2s linear infinite cryptoSpin}.PopupItem.EmilVerifyPopup .form-body .spinner{background:conic-gradient(var(--app-transparent) 10%, var(--app-surface-1));width:50px;height:50px;-webkit-mask:radial-gradient(farthest-side, var(--app-transparent) calc(100% - 8px), var(--app-black) 0);-webkit-mask:radial-gradient(farthest-side, var(--app-transparent) calc(100% - 8px), var(--app-black) 0);mask:radial-gradient(farthest-side, var(--app-transparent) calc(100% - 8px), var(--app-black) 0);border-radius:50%;margin:auto;animation:1s linear infinite s3}.PopupItem.EmilVerifyPopup .form-body::-webkit-scrollbar{width:6px}.PopupItem.EmilVerifyPopup .form-body::-webkit-scrollbar-track{background:color-mix(in srgb, var(--app-surface-1) 30%, transparent);border-radius:3px}@media screen and (max-width:768px){.PopupItem.EmilVerifyPopup{width:95vw;max-height:95vh}.PopupItem.EmilVerifyPopup .form-header{padding:24px 20px 20px}.PopupItem.EmilVerifyPopup .form-header .otp-popup-title{font-size:20px}.PopupItem.EmilVerifyPopup .form-body{padding:20px}.PopupItem.EmilVerifyPopup .form-body .register-section .section-header{flex-direction:column;align-items:stretch;gap:16px}.PopupItem.EmilVerifyPopup .form-footer{padding:20px 20px 24px}.PopupItem.EmilVerifyPopup .form-footer .footer-buttons{gap:10px}.PopupItem.EmilVerifyPopup .form-footer .footer-buttons .cancel-btn,.PopupItem.EmilVerifyPopup .form-footer .footer-buttons .email-confirm-btn,.PopupItem.EmilVerifyPopup .form-footer .footer-buttons .submit-btn{height:48px;font-size:15px}}@media screen and (max-width:480px){.PopupItem.EmilVerifyPopup .form-body{padding:16px}.PopupItem.EmilVerifyPopup .form-body .wallet-list-section .wallet-list .wallet-item{flex-direction:column;align-items:flex-start;gap:12px;padding:14px}.PopupItem.EmilVerifyPopup .form-body .wallet-list-section .wallet-list .wallet-item .wallet-actions{align-self:flex-end}.PopupItem.EmilVerifyPopup .form-footer .footer-buttons .cancel-btn,.PopupItem.EmilVerifyPopup .form-footer .footer-buttons .email-confirm-btn,.PopupItem.EmilVerifyPopup .form-footer .footer-buttons .submit-btn{height:44px;font-size:14px}}@media screen and (max-height:700px){.PopupItem.EmilVerifyPopup .form-body{max-height:380px}}.Popup.PopupScreen .PopupVariant-popupV2>.PopupItem.EmilVerifyPopup>.form-body{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}
.PopupItem.OTPPopup{width:880px;max-width:95vw;max-height:92vh;color:var(--app-text-primary);background:var(--app-surface-0);font-family:var(--popup-font-family);border:1px solid var(--app-border-secondary);box-shadow:0 24px 70px color-mix(in srgb, var(--app-black) 52%, transparent);flex-direction:column;display:flex;position:relative;top:50vh;left:50vw;transform:translate(-50%,-50%)}.PopupItem.OTPPopup>.popup-v2-close-wrapper{display:none}.PopupItem.OTPPopup *,.PopupItem.OTPPopup :before,.PopupItem.OTPPopup :after{font-family:var(--popup-font-family)!important}.PopupItem.OTPPopup: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.OTPPopup>.close-button{background:var(--app-surface-2);cursor:pointer;z-index:2;justify-content:center;align-items:center;width:44px;height:44px;transition:transform .2s,background .2s;display:flex;position:absolute;top:-20px;right:-20px}.PopupItem.OTPPopup>.close-button img{width:16px;height:16px;filter:var(--app-filter-photo)}.PopupItem.OTPPopup .form-body{z-index:1;background:var(--app-surface-0);flex:1;justify-content:center;align-items:stretch;width:100%;min-height:400px;display:flex;overflow:hidden}.PopupItem.OTPPopup .form-body .spinner{background:conic-gradient(var(--app-transparent) 10%, var(--app-primary));width:50px;height:50px;-webkit-mask:radial-gradient(farthest-side, var(--app-transparent) calc(100% - 8px), var(--app-black) 0);-webkit-mask:radial-gradient(farthest-side, var(--app-transparent) calc(100% - 8px), var(--app-black) 0);mask:radial-gradient(farthest-side, var(--app-transparent) calc(100% - 8px), var(--app-black) 0);border-radius:50%;margin:auto;animation:1s linear infinite s3}.PopupItem.OTPPopup .form-body::-webkit-scrollbar{width:6px}.PopupItem.OTPPopup .form-body::-webkit-scrollbar-track{background:color-mix(in srgb, var(--app-surface-1) 30%, transparent);border-radius:3px}.PopupItem.OTPPopup .form-body .register-instruction{color:var(--app-text-secondary);font-size:16px}.PopupItem.OTPPopup .form-body .left{background:var(--app-surface-1);flex-direction:column;flex:1;gap:24px;padding:28px;display:flex}.PopupItem.OTPPopup .form-body .left .popup-header-title{align-items:center;gap:10px;display:flex}.PopupItem.OTPPopup .form-body .left .popup-header-title .header-icon{width:30px;height:30px;filter:var(--app-filter-photo)}.PopupItem.OTPPopup .form-body .left .popup-header-title>h4{color:var(--app-text-primary);margin:0;font-size:18px;font-weight:600}.PopupItem.OTPPopup .form-body .left>.register-form{flex-direction:column;align-items:center;gap:20px;display:flex}.PopupItem.OTPPopup .form-body .left>.register-form>.section-header{color:var(--app-text-primary);flex-direction:column;align-items:center;gap:8px;font-size:18px;font-weight:500;display:flex}.PopupItem.OTPPopup .form-body .left>.register-form>.qr-code{background:0 0;justify-content:center;align-items:center;width:150px;height:150px;margin:20px 0;padding:8px;display:flex;position:relative}.PopupItem.OTPPopup .form-body .left>.register-form>.qr-code:before,.PopupItem.OTPPopup .form-body .left>.register-form>.qr-code:after{content:"";border:4px solid var(--app-primary);width:25px;height:25px;position:absolute}.PopupItem.OTPPopup .form-body .left>.register-form>.qr-code:before{border-bottom:none;border-right:none;border-top-left-radius:16px;top:-3px;left:-3px}.PopupItem.OTPPopup .form-body .left>.register-form>.qr-code:after{border-top:none;border-left:none;border-bottom-right-radius:16px;bottom:-3px;right:-3px}.PopupItem.OTPPopup .form-body .left>.register-form>.qr-code .corner-top-right{border:4px solid var(--app-primary);border-bottom:none;border-left:none;border-top-right-radius:16px;width:25px;height:25px;position:absolute;top:-3px;right:-3px}.PopupItem.OTPPopup .form-body .left>.register-form>.qr-code .corner-bottom-left{border:4px solid var(--app-primary-60);border-top:none;border-right:none;border-bottom-left-radius:16px;width:25px;height:25px;position:absolute;bottom:-3px;left:-3px}.PopupItem.OTPPopup .form-body .left>.register-form>.qr-code .qr-image-container{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.PopupItem.OTPPopup .form-body .left>.register-form>.qr-code .qr-image-container canvas{max-width:100%;max-height:100%}.PopupItem.OTPPopup .form-body .left>.register-form>.secretkey-container{background-color:var(--app-surface-0);border:1px solid var(--app-border-secondary);align-items:stretch;width:100%;max-width:280px;margin-bottom:16px;display:flex}.PopupItem.OTPPopup .form-body .left>.register-form>.secretkey-container .secretkey-input{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);height:42px;color:var(--app-text-primary);background:0 0;outline:none;flex:1;padding:0 20px;font-family:JetBrains Mono,Consolas,monospace;font-size:13px;font-weight:500}.PopupItem.OTPPopup .form-body .left>.register-form>.secretkey-container .copy-btn{cursor:pointer;background:0 0/200% 200%;border:none;justify-content:center;align-items:center;width:42px;height:42px;display:flex;position:relative;overflow:hidden}.PopupItem.OTPPopup .form-body .left>.register-form>.secretkey-container .copy-btn img{width:22px;height:22px;filter:var(--app-filter-photo)}.PopupItem.OTPPopup .form-body .left>.register-form>.secretkey-container .copy-btn:active{transform:translateY(0)}.PopupItem.OTPPopup .form-body .left>.register-form>.secretkey-container .copy-btn.copied{background:0 0;animation:.6s cubic-bezier(.68,-.55,.265,1.55) cryptoCopySuccess}.PopupItem.OTPPopup .form-body .left>.register-form>.secretkey-container .copy-btn.copied:before,.PopupItem.OTPPopup .form-body .left>.register-form>.secretkey-container .copy-btn.copied:after{display:none}.PopupItem.OTPPopup .form-body .left>.register-form>.secretkey-container .copy-btn.copied .check-icon{color:var(--app-primary);justify-content:center;align-items:center;font-size:24px;font-weight:700;animation:.6s cubic-bezier(.68,-.55,.265,1.55) checkBounce;display:flex;position:absolute;inset:0}@keyframes cryptoCopySuccess{0%{transform:scale(.8)}50%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes checkBounce{0%{transform:scale(0)rotate(-45deg)}60%{transform:scale(1.2)rotate(0)}to{transform:scale(1)rotate(0)}}.PopupItem.OTPPopup .form-body .left>.register-form .download-links{flex-direction:column;align-items:center;display:flex}.PopupItem.OTPPopup .form-body .left>.register-form .download-links>.download-link{color:var(--app-primary);font-size:14px}.PopupItem.OTPPopup .form-body .left>.register-form .download-links>.download-link:hover{text-decoration:underline}.PopupItem.OTPPopup .form-body .right{background:var(--app-neutral-10);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:20px;padding:32px;display:flex}.PopupItem.OTPPopup .form-body .right>.close-wrapper{height:fit-content;position:absolute;top:20px;right:20px}.PopupItem.OTPPopup .form-body .right>.close-wrapper .close-img{z-index:1;cursor:pointer;width:28px;height:28px;filter:var(--app-filter-photo)}.PopupItem.OTPPopup .form-body .right>.pin-input-group{border:none;width:100%;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.PopupItem.OTPPopup .form-body .right>.pin-input-group:focus-within{transform:translateY(-2px)}.PopupItem.OTPPopup .form-body .right>.pin-input-group .pin-input{opacity:0;color:#0000;caret-color:#0000;text-align:center;letter-spacing:12px;z-index:2;border:none;outline:none;width:100%;height:70px;font-size:28px;position:absolute;top:0;left:0}.PopupItem.OTPPopup .form-body .right>.pin-input-group .pin-input::placeholder{color:#0000}.PopupItem.OTPPopup .form-body .right>.pin-input-group .pin-dots{justify-content:center;align-items:center;gap:12px;height:70px;display:flex}.PopupItem.OTPPopup .form-body .right>.pin-input-group .pin-dots .pin-dot{background:var(--app-surface-2);border:1px solid var(--app-border-secondary);color:var(--app-text-primary);justify-content:center;align-items:center;width:50px;height:50px;font-size:20px;font-weight:600;transition:all .3s cubic-bezier(.68,-.55,.265,1.55);display:flex}.PopupItem.OTPPopup .form-body .right>.pin-input-group .pin-dots .pin-dot .pin-dot-inner{background:var(--app-primary);opacity:0;border-radius:50%;width:14px;height:14px;transition:opacity .15s ease-out,transform .15s ease-out;transform:scale(.6)}.PopupItem.OTPPopup .form-body .right>.pin-input-group .pin-dots .pin-dot.filled{border-color:var(--app-primary);box-shadow:0 0 0 1px color-mix(in srgb, var(--app-primary) 35%, transparent);animation:.6s cubic-bezier(.68,-.55,.265,1.55) pinFill}@keyframes pinFill{0%{opacity:0;transform:scale(.3)}50%{transform:scale(1.2)}to{opacity:1;transform:scale(1)}}.PopupItem.OTPPopup .form-body .right>.input-group>input{background-color:var(--app-surface-0);border:1px solid var(--app-border-secondary);width:100%;height:50px;color:var(--app-text-primary);text-align:start;outline:none;padding-left:20px;padding-right:20px;font-size:14px;font-weight:400}.PopupItem.OTPPopup .form-body .right>.input-group>input::placeholder{color:var(--app-text-secondary);font-weight:400}.PopupItem.OTPPopup .form-body .right>.input-group>input:focus{background-color:var(--app-surface-2);border-color:var(--app-primary)}.PopupItem.OTPPopup .form-body .right>.footer-buttons{gap:12px;width:100%;display:flex}.PopupItem.OTPPopup .form-body .right>.footer-buttons .cancel-btn,.PopupItem.OTPPopup .form-body .right>.footer-buttons .confirm-btn{cursor:pointer;letter-spacing:.3px;border:none;flex:1;justify-content:center;align-items:center;gap:10px;height:50px;font-size:16px;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.PopupItem.OTPPopup .form-body .right>.footer-buttons .cancel-btn:disabled,.PopupItem.OTPPopup .form-body .right>.footer-buttons .confirm-btn:disabled{opacity:.5;cursor:not-allowed;box-shadow:none;transform:none!important}.PopupItem.OTPPopup .form-body .right>.footer-buttons .cancel-btn:disabled:before,.PopupItem.OTPPopup .form-body .right>.footer-buttons .confirm-btn:disabled:before{display:none}.PopupItem.OTPPopup .form-body .right>.footer-buttons .cancel-btn:before,.PopupItem.OTPPopup .form-body .right>.footer-buttons .confirm-btn:before{content:"";background:linear-gradient(45deg, transparent 30%, color-mix(in srgb, var(--app-white) 10%, transparent) 50%, transparent 70%);transition:transform .6s;position:absolute;inset:0;transform:translate(-100%)}.PopupItem.OTPPopup .form-body .right>.footer-buttons .cancel-btn{background:var(--app-primary-light);color:var(--app-text-primary)}.PopupItem.OTPPopup .form-body .right>.footer-buttons .cancel-btn:hover:not(:disabled){background:var(--app-primary-20);color:var(--app-text-primary)}.PopupItem.OTPPopup .form-body .right>.footer-buttons .confirm-btn{background:var(--app-primary);color:var(--app-text-button)}.PopupItem.OTPPopup .form-body .right>.footer-buttons .confirm-btn:hover:not(:disabled){transform:translateY(-2px)}.PopupItem.OTPPopup .form-body .right>.footer-buttons .confirm-btn .spinner.small{width:18px;height:18px;animation:1.2s linear infinite cryptoSpin}@media screen and (max-width:768px){.PopupItem.OTPPopup{width:95vw;max-height:95vh}.PopupItem.OTPPopup .form-header{padding:24px 20px 20px}.PopupItem.OTPPopup .form-header .otp-popup-title{font-size:20px}.PopupItem.OTPPopup .form-body{padding:20px}.PopupItem.OTPPopup .form-body .register-section .section-header{flex-direction:column;align-items:stretch;gap:16px}.PopupItem.OTPPopup .form-footer{padding:20px 20px 24px}.PopupItem.OTPPopup .form-footer .footer-buttons{gap:10px}.PopupItem.OTPPopup .form-footer .footer-buttons .cancel-btn,.PopupItem.OTPPopup .form-footer .footer-buttons .confirm-btn,.PopupItem.OTPPopup .form-footer .footer-buttons .submit-btn{height:48px;font-size:15px}}@media screen and (max-width:480px){.PopupItem.OTPPopup .form-body{padding:16px}.PopupItem.OTPPopup .form-body .wallet-list-section .wallet-list .wallet-item{flex-direction:column;align-items:flex-start;gap:12px;padding:14px}.PopupItem.OTPPopup .form-body .wallet-list-section .wallet-list .wallet-item .wallet-actions{align-self:flex-end}.PopupItem.OTPPopup .form-footer .footer-buttons .cancel-btn,.PopupItem.OTPPopup .form-footer .footer-buttons .confirm-btn,.PopupItem.OTPPopup .form-footer .footer-buttons .submit-btn{height:44px;font-size:14px}}@media screen and (max-height:700px){.PopupItem.OTPPopup .form-body{max-height:380px}}.Popup.PopupScreen .PopupVariant-popupV2>.PopupItem.OTPPopup>.popup-v2-close-wrapper{z-index:20;border:1px solid var(--app-neutral-60);background:var(--app-surface-1);box-sizing:border-box;cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:border-color .16s,background-color .16s,transform .16s;display:flex;position:absolute;top:-17px;right:-13px}.Popup.PopupScreen .PopupVariant-popupV2>.PopupItem.OTPPopup>.popup-v2-close-wrapper:hover{border-color:var(--popup2-border);background:color-mix(in srgb, var(--app-surface-1) 88%, var(--popup2-accent));transform:scale(1.04)}.Popup.PopupScreen .PopupVariant-popupV2>.PopupItem.OTPPopup>.popup-v2-close-wrapper .close-img{-o-object-fit:contain;object-fit:contain;filter:grayscale();width:18px;height:18px}.Popup.PopupScreen .PopupVariant-popupV2>.PopupItem.OTPPopup>.form-body{border-radius:inherit}.Popup.PopupScreen .PopupVariant-popupV2>.PopupItem.OTPPopup .right>.close-wrapper{display:none}
.Popup.PopupScreen .PopupItem.brand-game-betting-history-container,.PopupItem.brand-game-betting-history-container{--brand-history-accent:var(--popup-crypto-primary,var(--app-primary));--brand-history-cyan:var(--app-secondary);--brand-history-surface:var(--popup-surface,var(--app-surface-0));--brand-history-surface-raised:var(--app-surface-1);--brand-history-surface-soft:var(--app-surface-2);--brand-history-surface-strong:var(--app-surface-3);--brand-history-border:var(--app-white-alpha-12);--brand-history-border-soft:var(--app-white-alpha-08);--brand-history-text:var(--popup-text,var(--app-text-primary));--brand-history-muted:var(--app-text-muted);--brand-history-success:var(--app-success);--brand-history-error:var(--app-danger);--brand-history-warning:var(--app-warning);--brand-history-neutral:var(--app-neutral-70);width:min(820px,100vw - 32px);max-height:min(760px,90vh);box-shadow:0 28px 80px var(--app-black-alpha-60),0 0 0 1px color-mix(in srgb, var(--app-primary) 16%, transparent),0 0 34px color-mix(in srgb, var(--app-secondary) 10%, transparent);color:var(--brand-history-text);font-family:var(--popup-font-family,inherit);flex-direction:column;display:flex;position:relative;top:50vh;left:50vw;overflow:hidden;transform:translate(-50%,-50%);border:1px solid var(--brand-history-border)!important;background:linear-gradient(180deg, color-mix(in srgb, var(--app-surface-2) 98%, transparent) 0%, color-mix(in srgb, var(--app-surface-0) 98%, transparent) 44%, color-mix(in srgb, var(--app-black) 72%, var(--app-surface-0)) 100%),var(--brand-history-surface)!important;border-radius:0!important}.Popup.PopupScreen .PopupItem.brand-game-betting-history-container *,.Popup.PopupScreen .PopupItem.brand-game-betting-history-container :before,.Popup.PopupScreen .PopupItem.brand-game-betting-history-container :after,.PopupItem.brand-game-betting-history-container *,.PopupItem.brand-game-betting-history-container :before,.PopupItem.brand-game-betting-history-container :after{box-sizing:border-box;font-family:inherit}.Popup.PopupScreen .PopupItem.brand-game-betting-history-container .close-wrapper,.PopupItem.brand-game-betting-history-container .close-wrapper{position:absolute;top:18px;right:18px}.brand-game-betting-history-header{background:var(--app-white-alpha-04);border-bottom:1px solid var(--brand-history-border-soft);justify-content:space-between;align-items:center;gap:10px;min-height:58px;padding:10px 56px 10px 16px;display:flex;position:relative}.brand-game-betting-history-title{align-items:center;gap:10px;min-width:0;display:flex}.brand-game-betting-history-title>span{border:1px solid var(--app-white-alpha-16);background:var(--app-white-alpha-08);border-radius:0;flex:none;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex}.brand-game-betting-history-title img{width:18px;height:18px;filter:var(--app-filter-white)}.brand-game-betting-history-title-copy{gap:3px;min-width:0;display:grid}.brand-game-betting-history-title-copy>p,.brand-game-betting-history-title-copy>small{text-overflow:ellipsis;white-space:nowrap;min-width:0;margin:0;overflow:hidden}.brand-game-betting-history-title-copy>p{color:var(--app-white);letter-spacing:0;text-shadow:0 0 18px color-mix(in srgb, var(--app-primary) 42%, transparent);font-size:17px;font-weight:850;line-height:1.12}.brand-game-betting-history-title-copy>small{color:var(--brand-history-muted);letter-spacing:0;font-size:11px;font-weight:700;line-height:1.2}.brand-game-betting-history-content{background:linear-gradient(180deg, var(--app-white-alpha-04), transparent 28%),var(--brand-history-surface);flex:auto;grid-template-columns:1fr;gap:14px;min-height:0;padding:14px;display:grid;overflow-y:auto}.brand-game-betting-history-content::-webkit-scrollbar{width:8px}.brand-game-betting-history-content::-webkit-scrollbar-track{background:var(--app-white-alpha-04)}.brand-game-betting-history-content::-webkit-scrollbar-thumb{border:2px solid var(--brand-history-surface);background:linear-gradient(180deg, var(--brand-history-accent), var(--brand-history-cyan));border-radius:0}.brand-game-betting-history-data-list{grid-template-columns:1fr;gap:10px;display:grid}.brand-game-betting-history-item{--history-state:var(--brand-history-success);--history-state-bg:color-mix(in srgb, var(--brand-history-success) 13%, transparent);--history-state-border:color-mix(in srgb, var(--brand-history-success) 32%, transparent);border:1px solid var(--brand-history-border-soft);border-left:3px solid var(--history-state);background:linear-gradient(180deg, var(--app-white-alpha-06), var(--app-white-alpha-04)),var(--brand-history-surface-raised);box-shadow:0 14px 28px var(--app-black-alpha-25),inset 0 1px 0 var(--app-white-alpha-06);border-radius:0;grid-template-columns:1fr;transition:border-color .2s,box-shadow .2s,transform .2s;display:grid;position:relative;overflow:hidden}.brand-game-betting-history-item.status-lose{--history-state:var(--brand-history-error);--history-state-bg:color-mix(in srgb, var(--brand-history-error) 13%, transparent);--history-state-border:color-mix(in srgb, var(--brand-history-error) 32%, transparent)}.brand-game-betting-history-item.status-draw{--history-state:var(--brand-history-warning);--history-state-bg:color-mix(in srgb, var(--brand-history-warning) 13%, transparent);--history-state-border:color-mix(in srgb, var(--brand-history-warning) 32%, transparent)}.brand-game-betting-history-item.status-void,.brand-game-betting-history-item.status-unknown{--history-state:var(--brand-history-neutral);--history-state-bg:color-mix(in srgb, var(--brand-history-neutral) 13%, transparent);--history-state-border:color-mix(in srgb, var(--brand-history-neutral) 28%, transparent)}.brand-game-betting-history-item:hover:not(.skeleton){border-color:var(--app-white-alpha-20);box-shadow:0 16px 32px var(--app-black-alpha-30),0 0 22px color-mix(in srgb, var(--app-primary) 8%, transparent),inset 0 1px 0 var(--app-white-alpha-06);transform:translateY(-1px)}.brand-game-betting-history-item-header{border-bottom:1px solid var(--brand-history-border-soft);background:linear-gradient(90deg, var(--app-white-alpha-06), var(--app-white-alpha-04)),var(--app-white-alpha-04);justify-content:space-between;align-items:center;gap:10px;min-width:0;padding:9px 14px;display:flex}.brand-game-betting-history-round{gap:3px;min-width:0;display:inline-grid}.brand-game-betting-history-round>span{color:var(--brand-history-muted);letter-spacing:0;text-transform:uppercase;font-size:10px;font-weight:800;line-height:1}.brand-game-betting-history-round>strong{min-width:0;color:var(--app-white);letter-spacing:0;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:900;line-height:1.2;overflow:hidden}.brand-game-betting-history-header-meta{flex:none;justify-content:flex-end;align-items:center;gap:6px;min-width:0;display:inline-flex}.brand-game-betting-history-header-meta>div,.brand-game-betting-history-header-meta>span{border:1px solid var(--brand-history-border-soft);background:var(--app-white-alpha-04);min-width:0;min-height:24px;color:var(--app-neutral-80);align-items:center;gap:6px;padding:0 8px;display:inline-flex}.brand-game-betting-history-header-meta img{opacity:.86;width:13px;height:13px;filter:var(--app-filter-white);flex:none}.brand-game-betting-history-header-meta p{min-width:0;color:inherit;letter-spacing:0;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:11px;font-weight:750;line-height:1.2;overflow:hidden}.brand-game-betting-history-item-body{grid-template-columns:minmax(94px,.52fr) repeat(2,minmax(0,1fr));align-items:stretch;gap:8px;padding:8px 10px;display:grid}.brand-game-betting-history-amount-grid{min-width:0;display:contents}.brand-game-betting-history-item-body>.status{border:1px solid var(--history-state-border);background:var(--history-state-bg);min-width:0;min-height:40px;color:var(--history-state);letter-spacing:0;text-align:center;white-space:nowrap;justify-content:center;align-items:center;margin:0;padding:0 10px;font-size:11px;font-weight:900;line-height:1;display:inline-flex}.brand-game-betting-history-amount-card{border:1px solid var(--brand-history-border-soft);background:linear-gradient(180deg, var(--app-white-alpha-06), var(--app-white-alpha-04)),var(--brand-history-surface-soft);border-radius:0;justify-content:space-between;align-items:center;gap:10px;min-width:0;min-height:40px;padding:0 10px;display:flex}.brand-game-betting-history-amount-card>p,.brand-game-betting-history-amount-card>span{text-overflow:ellipsis;white-space:nowrap;min-width:0;margin:0;overflow:hidden}.brand-game-betting-history-amount-card>p{color:var(--brand-history-muted);letter-spacing:0;flex:0 auto;font-size:12px;font-weight:800;line-height:1.2}.brand-game-betting-history-amount-card>span{color:var(--app-white);letter-spacing:0;flex:none;font-size:14px;font-weight:900;line-height:1.12}.brand-game-betting-history-amount-card.result{border-color:var(--history-state-border);background:linear-gradient(180deg, var(--app-white-alpha-06), var(--app-white-alpha-04)),var(--history-state-bg)}.brand-game-betting-history-amount-card.result>span{color:var(--history-state)}.brand-game-betting-history-item.skeleton{pointer-events:none;border-left-color:var(--app-white-alpha-12)}.brand-game-betting-history-item.skeleton .brand-game-betting-history-item-body{grid-template-columns:repeat(3,minmax(0,1fr))}.brand-game-betting-history-item.skeleton .brand-game-betting-history-header-meta{align-content:start}.skeleton-line,.skeleton-chip,.skeleton-panel{background:linear-gradient(90deg, var(--app-white-alpha-08), var(--app-white-alpha-20), var(--app-white-alpha-08));border-radius:0;animation:1s ease-in-out infinite alternate brand-game-history-skeleton;display:block;overflow:hidden}.skeleton-line{width:104px;height:13px}.skeleton-line.skeleton-round{width:150px}.skeleton-chip,.skeleton-panel{min-height:40px}.empty-games-message{border:1px solid var(--brand-history-border-soft);background:linear-gradient(180deg, var(--app-white-alpha-06), var(--app-white-alpha-04)),var(--brand-history-surface-raised);min-height:260px;color:var(--brand-history-muted);letter-spacing:0;text-align:center;border-radius:0;place-items:center;padding:28px;font-size:14px;font-weight:750;line-height:1.35;display:grid}@keyframes brand-game-history-skeleton{0%{opacity:.42}to{opacity:1}}@media (max-width:720px){.Popup.PopupScreen .PopupItem.brand-game-betting-history-container,.PopupItem.brand-game-betting-history-container{width:calc(100vw - 20px);max-height:90vh}.Popup.PopupScreen .PopupItem.brand-game-betting-history-container .close-wrapper,.PopupItem.brand-game-betting-history-container .close-wrapper{top:18px;right:18px}.brand-game-betting-history-header{min-height:56px;padding:10px 52px 10px 14px}.brand-game-betting-history-title{gap:10px}.brand-game-betting-history-title>span{width:36px;height:36px}.brand-game-betting-history-title-copy>p{font-size:16px}.brand-game-betting-history-title-copy>small{font-size:11px}.brand-game-betting-history-item-body,.brand-game-betting-history-item.skeleton .brand-game-betting-history-item-body{grid-template-columns:1fr;padding:10px}.brand-game-betting-history-header-meta,.brand-game-betting-history-amount-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}}@media (max-width:480px){.brand-game-betting-history-content{padding:10px}.brand-game-betting-history-item-header{flex-direction:column;align-items:flex-start}.brand-game-betting-history-header-meta,.brand-game-betting-history-amount-grid{grid-template-columns:1fr;width:100%;display:grid}.brand-game-betting-history-amount-card,.skeleton-chip,.skeleton-panel{min-height:40px}}.Popup.PopupScreen .PopupVariant-popupV2>.PopupItem.brand-game-betting-history-container,.PopupVariant-popupV2>.PopupItem.brand-game-betting-history-container{--brand-history-accent:var(--app-primary);--brand-history-cyan:var(--app-primary);--brand-history-border:color-mix(in srgb, var(--app-primary) 34%, transparent);--brand-history-border-soft:color-mix(in srgb, var(--app-border-secondary) 18%, transparent);--brand-history-muted:color-mix(in srgb, var(--app-text-secondary) 56%, transparent);width:min(820px,100vw - 32px);max-height:min(700px,100vh - 40px);box-shadow:inset 0 1px 0 color-mix(in srgb, var(--app-white) 8%, transparent),0 26px 72px color-mix(in srgb, var(--app-black) 52%, transparent),0 0 0 1px color-mix(in srgb, var(--app-black) 18%, transparent);overflow:visible;border:1px solid var(--popup2-border)!important;background:radial-gradient(circle at 8% 0%, color-mix(in srgb, var(--app-primary) 10%, transparent), transparent 32%),linear-gradient(145deg, color-mix(in srgb, var(--app-popup-v2-surface) 92%, var(--app-white)) 0%, var(--app-popup-v2-surface) 46%, color-mix(in srgb, var(--app-popup-v2-surface) 88%, var(--app-black)) 100%)!important;border-radius:30px!important}.Popup.PopupScreen .PopupVariant-popupV2>.PopupItem.brand-game-betting-history-container .brand-game-betting-history-header,.PopupVariant-popupV2>.PopupItem.brand-game-betting-history-container .brand-game-betting-history-header{border:0;border-bottom:1px solid color-mix(in srgb, var(--app-white) 7%, transparent);background:color-mix(in srgb, var(--app-white) 1.5%, transparent);border-radius:30px 30px 0 0;min-height:82px;padding:18px 26px}.Popup.PopupScreen .PopupVariant-popupV2>.PopupItem.brand-game-betting-history-container .brand-game-betting-history-title,.PopupVariant-popupV2>.PopupItem.brand-game-betting-history-container .brand-game-betting-history-title{gap:11px}.Popup.PopupScreen .PopupVariant-popupV2>.PopupItem.brand-game-betting-history-container .brand-game-betting-history-title>span,.PopupVariant-popupV2>.PopupItem.brand-game-betting-history-container .brand-game-betting-history-title>span{border-color:color-mix(in srgb, var(--app-primary) 28%, transparent);background:color-mix(in srgb, var(--app-primary) 11%, transparent);width:44px;height:44px;box-shadow:inset 0 1px 0 color-mix(in srgb, var(--app-white) 7%, transparent),0 8px 22px color-mix(in srgb, var(--app-primary) 8%, transparent);border-radius:11px}.Popup.PopupScreen .PopupVariant-popupV2>.PopupItem.brand-game-betting-history-container .brand-game-betting-history-title img,.PopupVariant-popupV2>.PopupItem.brand-game-betting-history-container .brand-game-betting-history-title img{width:20px;height:20px;filter:var(--app-filter-primary)}.Popup.PopupScreen .PopupVariant-popupV2>.PopupItem.brand-game-betting-history-container .brand-game-betting-history-title-copy>p,.PopupVariant-popupV2>.PopupItem.brand-game-betting-history-container .brand-game-betting-history-title-copy>p{color:var(--app-text-primary);text-shadow:none;font-size:20px}.Popup.PopupScreen .PopupVariant-popupV2>.PopupItem.brand-game-betting-history-container .brand-game-betting-history-title-copy>small,.PopupVariant-popupV2>.PopupItem.brand-game-betting-history-container .brand-game-betting-history-title-copy>small{color:color-mix(in srgb, var(--app-text-secondary) 52%, transparent);font-size:11px}.Popup.PopupScreen .PopupVariant-popupV2>.PopupItem.brand-game-betting-history-container .close-wrapper,.PopupVariant-popupV2>.PopupItem.brand-game-betting-history-container .close-wrapper{z-index:20;top:0;right:0}.Popup.PopupScreen .PopupVariant-popupV2>.PopupItem.brand-game-betting-history-container .close-wrapper .PopupCloseButton,.PopupVariant-popupV2>.PopupItem.brand-game-betting-history-container .close-wrapper .PopupCloseButton{transform:translate(45%,-45%);top:0!important;right:0!important}.Popup.PopupScreen .PopupVariant-popupV2>.PopupItem.brand-game-betting-history-container .brand-game-betting-history-content,.PopupVariant-popupV2>.PopupItem.brand-game-betting-history-container .brand-game-betting-history-content{border:1px solid color-mix(in srgb, var(--app-white) 7%, transparent);background:color-mix(in srgb, var(--app-black) 16%, transparent);box-shadow:inset 0 1px 0 color-mix(in srgb, var(--app-white) 3%, transparent);scrollbar-width:thin;scrollbar-color:color-mix(in srgb, var(--app-primary) 55%, transparent) #0000;border-radius:13px;margin:16px 18px 18px;padding:12px}.Popup.PopupScreen .PopupVariant-popupV2>.PopupItem.brand-game-betting-history-container .brand-game-betting-history-data-list,.PopupVariant-popupV2>.PopupItem.brand-game-betting-history-container .brand-game-betting-history-data-list{gap:10px}.Popup.PopupScreen .PopupVariant-popupV2>.PopupItem.brand-game-betting-history-container .brand-game-betting-history-item,.PopupVariant-popupV2>.PopupItem.brand-game-betting-history-container .brand-game-betting-history-item{border:1px solid color-mix(in srgb, var(--app-border-secondary) 20%, transparent);border-left:3px solid var(--history-state);background:color-mix(in srgb, var(--app-white) 3.5%, transparent);box-shadow:0 9px 24px color-mix(in srgb, var(--app-black) 14%, transparent);border-radius:9px;overflow:hidden}.Popup.PopupScreen .PopupVariant-popupV2>.PopupItem.brand-game-betting-history-container .brand-game-betting-history-item:hover:not(.skeleton),.PopupVariant-popupV2>.PopupItem.brand-game-betting-history-container .brand-game-betting-history-item:hover:not(.skeleton){border-color:color-mix(in srgb, var(--app-primary) 40%, transparent);border-left-color:var(--history-state);background:color-mix(in srgb, var(--app-primary) 5.5%, transparent);box-shadow:0 11px 28px color-mix(in srgb, var(--app-black) 20%, transparent)}.Popup.PopupScreen .PopupVariant-popupV2>.PopupItem.brand-game-betting-history-container .brand-game-betting-history-item-header,.PopupVariant-popupV2>.PopupItem.brand-game-betting-history-container .brand-game-betting-history-item-header{border-bottom-color:color-mix(in srgb, var(--app-border-secondary) 15%, transparent);background:color-mix(in srgb, var(--app-white) 3.5%, transparent);min-height:46px;padding:9px 14px}.Popup.PopupScreen .PopupVariant-popupV2>.PopupItem.brand-game-betting-history-container .brand-game-betting-history-round>span,.PopupVariant-popupV2>.PopupItem.brand-game-betting-history-container .brand-game-betting-history-round>span{color:color-mix(in srgb, var(--app-text-secondary) 48%, transparent)}.Popup.PopupScreen .PopupVariant-popupV2>.PopupItem.brand-game-betting-history-container .brand-game-betting-history-round>strong,.PopupVariant-popupV2>.PopupItem.brand-game-betting-history-container .brand-game-betting-history-round>strong{color:var(--app-text-primary)}.Popup.PopupScreen .PopupVariant-popupV2>.PopupItem.brand-game-betting-history-container .brand-game-betting-history-header-meta>div,.Popup.PopupScreen .PopupVariant-popupV2>.PopupItem.brand-game-betting-history-container .brand-game-betting-history-header-meta>span,.PopupVariant-popupV2>.PopupItem.brand-game-betting-history-container .brand-game-betting-history-header-meta>div,.PopupVariant-popupV2>.PopupItem.brand-game-betting-history-container .brand-game-betting-history-header-meta>span{border-color:color-mix(in srgb, var(--app-border-secondary) 16%, transparent);background:color-mix(in srgb, var(--app-white) 4%, transparent);min-height:27px;color:color-mix(in srgb, var(--app-text-secondary) 62%, transparent);border-radius:6px}.Popup.PopupScreen .PopupVariant-popupV2>.PopupItem.brand-game-betting-history-container .brand-game-betting-history-item-body,.PopupVariant-popupV2>.PopupItem.brand-game-betting-history-container .brand-game-betting-history-item-body{grid-template-columns:minmax(116px,.58fr) repeat(2,minmax(0,1fr));gap:8px;padding:9px 11px 11px}.Popup.PopupScreen .PopupVariant-popupV2>.PopupItem.brand-game-betting-history-container .brand-game-betting-history-item-body>.status,.Popup.PopupScreen .PopupVariant-popupV2>.PopupItem.brand-game-betting-history-container .brand-game-betting-history-amount-card,.PopupVariant-popupV2>.PopupItem.brand-game-betting-history-container .brand-game-betting-history-item-body>.status,.PopupVariant-popupV2>.PopupItem.brand-game-betting-history-container .brand-game-betting-history-amount-card{border-radius:7px;min-height:44px}.Popup.PopupScreen .PopupVariant-popupV2>.PopupItem.brand-game-betting-history-container .brand-game-betting-history-item-body>.status,.PopupVariant-popupV2>.PopupItem.brand-game-betting-history-container .brand-game-betting-history-item-body>.status{background:var(--history-state-bg)}.Popup.PopupScreen .PopupVariant-popupV2>.PopupItem.brand-game-betting-history-container .brand-game-betting-history-amount-card,.PopupVariant-popupV2>.PopupItem.brand-game-betting-history-container .brand-game-betting-history-amount-card{border-color:color-mix(in srgb, var(--app-border-secondary) 16%, transparent);background:color-mix(in srgb, var(--app-white) 4%, transparent)}.Popup.PopupScreen .PopupVariant-popupV2>.PopupItem.brand-game-betting-history-container .brand-game-betting-history-amount-card>p,.PopupVariant-popupV2>.PopupItem.brand-game-betting-history-container .brand-game-betting-history-amount-card>p{color:color-mix(in srgb, var(--app-text-secondary) 54%, transparent)}.Popup.PopupScreen .PopupVariant-popupV2>.PopupItem.brand-game-betting-history-container .brand-game-betting-history-amount-card>span,.PopupVariant-popupV2>.PopupItem.brand-game-betting-history-container .brand-game-betting-history-amount-card>span{color:var(--app-text-primary)}.Popup.PopupScreen .PopupVariant-popupV2>.PopupItem.brand-game-betting-history-container .brand-game-betting-history-amount-card.result,.PopupVariant-popupV2>.PopupItem.brand-game-betting-history-container .brand-game-betting-history-amount-card.result{background:var(--history-state-bg)}.Popup.PopupScreen .PopupVariant-popupV2>.PopupItem.brand-game-betting-history-container .empty-games-message,.PopupVariant-popupV2>.PopupItem.brand-game-betting-history-container .empty-games-message{min-height:300px;color:color-mix(in srgb, var(--app-text-secondary) 60%, transparent);background:0 0;border:0;border-radius:0;flex-direction:column;justify-content:center;align-items:center;gap:12px;display:flex}.Popup.PopupScreen .PopupVariant-popupV2>.PopupItem.brand-game-betting-history-container .empty-games-message .empty-icon,.PopupVariant-popupV2>.PopupItem.brand-game-betting-history-container .empty-games-message .empty-icon{width:132px;height:112px;position:relative}.Popup.PopupScreen .PopupVariant-popupV2>.PopupItem.brand-game-betting-history-container .empty-games-message .empty-icon img,.PopupVariant-popupV2>.PopupItem.brand-game-betting-history-container .empty-games-message .empty-icon img{z-index:2;-o-object-fit:contain;object-fit:contain;width:100%;height:100%;position:relative}.Popup.PopupScreen .PopupVariant-popupV2>.PopupItem.brand-game-betting-history-container .empty-games-message .empty-text,.PopupVariant-popupV2>.PopupItem.brand-game-betting-history-container .empty-games-message .empty-text{z-index:3;position:relative}.Popup.PopupScreen .PopupVariant-popupV2>.PopupItem.brand-game-betting-history-container>.PageNation,.Popup.PopupScreen .PopupVariant-popupV2>.PopupItem.brand-game-betting-history-container>.pagination,.Popup.PopupScreen .PopupVariant-popupV2>.PopupItem.brand-game-betting-history-container>[class*=PageNation],.PopupVariant-popupV2>.PopupItem.brand-game-betting-history-container>.PageNation,.PopupVariant-popupV2>.PopupItem.brand-game-betting-history-container>.pagination,.PopupVariant-popupV2>.PopupItem.brand-game-betting-history-container>[class*=PageNation]{flex:none;margin:0 auto 18px}@media (max-width:720px){.Popup.PopupScreen .PopupVariant-popupV2>.PopupItem.brand-game-betting-history-container,.PopupVariant-popupV2>.PopupItem.brand-game-betting-history-container{width:calc(100vw - 20px);max-height:calc(100dvh - 20px);border-radius:24px!important}.Popup.PopupScreen .PopupVariant-popupV2>.PopupItem.brand-game-betting-history-container .brand-game-betting-history-header,.PopupVariant-popupV2>.PopupItem.brand-game-betting-history-container .brand-game-betting-history-header{border-radius:24px 24px 0 0;min-height:72px;padding:14px 16px}.Popup.PopupScreen .PopupVariant-popupV2>.PopupItem.brand-game-betting-history-container .brand-game-betting-history-title>span,.PopupVariant-popupV2>.PopupItem.brand-game-betting-history-container .brand-game-betting-history-title>span{width:40px;height:40px}.Popup.PopupScreen .PopupVariant-popupV2>.PopupItem.brand-game-betting-history-container .brand-game-betting-history-title-copy>p,.PopupVariant-popupV2>.PopupItem.brand-game-betting-history-container .brand-game-betting-history-title-copy>p{font-size:17px}.Popup.PopupScreen .PopupVariant-popupV2>.PopupItem.brand-game-betting-history-container .close-wrapper,.PopupVariant-popupV2>.PopupItem.brand-game-betting-history-container .close-wrapper{top:0;right:0}.Popup.PopupScreen .PopupVariant-popupV2>.PopupItem.brand-game-betting-history-container .brand-game-betting-history-content,.PopupVariant-popupV2>.PopupItem.brand-game-betting-history-container .brand-game-betting-history-content{margin:10px;padding:9px}.Popup.PopupScreen .PopupVariant-popupV2>.PopupItem.brand-game-betting-history-container .brand-game-betting-history-item-body,.Popup.PopupScreen .PopupVariant-popupV2>.PopupItem.brand-game-betting-history-container .brand-game-betting-history-item.skeleton .brand-game-betting-history-item-body,.PopupVariant-popupV2>.PopupItem.brand-game-betting-history-container .brand-game-betting-history-item-body,.PopupVariant-popupV2>.PopupItem.brand-game-betting-history-container .brand-game-betting-history-item.skeleton .brand-game-betting-history-item-body{grid-template-columns:1fr}}
.PopupItem.voucher-popup-container{width:480px;max-width:90vw;max-height:90vh;color:var(--app-white);border-radius:16px;flex-direction:column;display:flex;position:relative;top:50vh;left:50vw;overflow:hidden;transform:translate(-50%,-50%);box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;border:none!important}.PopupItem.voucher-popup-container .popup-header{justify-content:space-between;align-items:center;padding:24px;display:flex}.PopupItem.voucher-popup-container .popup-header .popup-header-title{align-items:center;gap:12px;display:flex}.PopupItem.voucher-popup-container .popup-header .popup-header-title>img{width:28px;height:28px;filter:var(--app-filter-photo)}.PopupItem.voucher-popup-container .popup-header .popup-header-title>h4{color:var(--app-white);margin:0;font-size:18px;font-weight:600}.PopupItem.voucher-popup-container .popup-header .popup-close-btn{cursor:pointer;background:color-mix(in srgb, var(--app-white) 6%, transparent);border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:background .2s;display:flex}.PopupItem.voucher-popup-container .popup-header .popup-close-btn>img{opacity:.6;width:12px;height:12px}.PopupItem.voucher-popup-container .popup-header .popup-close-btn:hover{background:color-mix(in srgb, var(--app-white) 10%, transparent)}.PopupItem.voucher-popup-container .popup-header .popup-close-btn:hover>img{opacity:1}.PopupItem.voucher-popup-container .popup-content{flex-direction:column;flex:1;gap:16px;padding:20px 24px;display:flex;overflow-y:auto}.PopupItem.voucher-popup-container .popup-content::-webkit-scrollbar{width:4px}.PopupItem.voucher-popup-container .popup-content::-webkit-scrollbar-track{background:0 0}.PopupItem.voucher-popup-container .popup-content::-webkit-scrollbar-thumb{background:color-mix(in srgb, var(--app-white) 10%, transparent);border-radius:2px}.PopupItem.voucher-popup-container .voucher-popup-form{flex-direction:column;gap:16px;display:flex}.PopupItem.voucher-popup-container .voucher-input-container{flex-direction:column;gap:6px;width:100%;display:flex}.PopupItem.voucher-popup-container .voucher-input-container>label{color:color-mix(in srgb, var(--app-white) 50%, transparent);font-size:13px;font-weight:500}.PopupItem.voucher-popup-container .voucher-input-container>input{background:var(--app-neutral-20);border:1px solid color-mix(in srgb, var(--app-white) 8%, transparent);width:100%;height:44px;color:var(--app-white);border-radius:8px;outline:none;padding:0 12px;font-size:14px;font-weight:400;transition:border-color .2s,background .2s}.PopupItem.voucher-popup-container .voucher-input-container>input::placeholder{color:color-mix(in srgb, var(--app-white) 25%, transparent)}.PopupItem.voucher-popup-container .voucher-input-container>input:focus{border-color:color-mix(in srgb, var(--app-primary) 40%, transparent);background:color-mix(in srgb, var(--app-primary) 4%, transparent);color:var(--app-white)}.PopupItem.voucher-popup-container .voucher-input-container>select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='color-mix(in srgb, var(--app-white) 40%, transparent)' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;padding-right:32px}.PopupItem.voucher-popup-container .voucher-input-container>select option{background-color:var(--app-neutral-30);color:var(--app-white)}.PopupItem.voucher-popup-container .voucher-input-container>select option:disabled{color:color-mix(in srgb, var(--app-white) 30%, transparent)}.PopupItem.voucher-popup-container .voucher-input-container .voucher-custom-dropdown{width:100%;position:relative}.PopupItem.voucher-popup-container .voucher-input-container .voucher-custom-dropdown .dropdown-trigger{cursor:pointer;background:var(--app-neutral-20);border:1px solid color-mix(in srgb, var(--app-white) 8%, transparent);border-radius:8px;justify-content:space-between;align-items:center;height:44px;padding:16px 20px;transition:all .2s;display:flex;overflow:hidden}.PopupItem.voucher-popup-container .voucher-input-container .voucher-custom-dropdown .dropdown-trigger .dropdown-selected{color:var(--app-white);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:15px;font-weight:400;overflow:hidden}.PopupItem.voucher-popup-container .voucher-input-container .voucher-custom-dropdown .dropdown-trigger .dropdown-selected.placeholder{color:color-mix(in srgb, var(--app-white) 35%, transparent)}.PopupItem.voucher-popup-container .voucher-input-container .voucher-custom-dropdown .dropdown-trigger .dropdown-arrow{color:var(--app-white);align-items:center;transition:transform .2s;display:flex}.PopupItem.voucher-popup-container .voucher-input-container .voucher-custom-dropdown.open{color:var(--app-white)}.PopupItem.voucher-popup-container .voucher-input-container .voucher-custom-dropdown.open .dropdown-trigger{border-color:color-mix(in srgb, var(--app-primary) 40%, transparent);background:color-mix(in srgb, var(--app-primary) 4%, transparent)}.PopupItem.voucher-popup-container .voucher-input-container .voucher-custom-dropdown.open .dropdown-trigger .dropdown-arrow{transform:rotate(180deg)}.PopupItem.voucher-popup-container .voucher-input-container .voucher-custom-dropdown .dropdown-menu{background:var(--app-neutral-20);z-index:10;border-radius:8px;max-height:240px;position:absolute;top:45px;left:0;right:0;overflow-y:auto}.PopupItem.voucher-popup-container .voucher-input-container .voucher-custom-dropdown .dropdown-menu::-webkit-scrollbar{width:6px}.PopupItem.voucher-popup-container .voucher-input-container .voucher-custom-dropdown .dropdown-menu::-webkit-scrollbar-track{background:var(--app-primary)}.PopupItem.voucher-popup-container .voucher-input-container .voucher-custom-dropdown .dropdown-menu::-webkit-scrollbar-thumb{background:var(--app-neutral-50)}.PopupItem.voucher-popup-container .voucher-input-container .voucher-custom-dropdown .dropdown-menu .dropdown-item{cursor:pointer;min-height:52px;color:var(--app-white);text-overflow:ellipsis;white-space:nowrap;align-items:center;padding:16px 20px;font-size:15px;font-weight:400;transition:background .15s;display:block;overflow:hidden}.PopupItem.voucher-popup-container .voucher-input-container .voucher-custom-dropdown .dropdown-menu .dropdown-item:hover{background:var(--app-neutral-30)}.PopupItem.voucher-popup-container .voucher-input-container .voucher-custom-dropdown .dropdown-menu .dropdown-item.selected{background:var(--app-neutral-30);color:var(--app-primary)}.PopupItem.voucher-popup-container .voucher-input-container .voucher-custom-dropdown .dropdown-menu .dropdown-item.disabled{color:color-mix(in srgb, var(--app-white) 30%, transparent);cursor:default;pointer-events:none}.PopupItem.voucher-popup-container .voucher-input-container .voucher-custom-dropdown .dropdown-menu .dropdown-item:last-child{border-bottom-right-radius:15px;border-bottom-left-radius:15px}.PopupItem.voucher-popup-container .voucher-submit-btn{background:var(--app-primary-60);width:100%;height:48px;color:var(--app-white);cursor:pointer;border:none;border-radius:8px;margin-top:4px;font-size:15px;font-weight:700;transition:all .2s}
