.playerMenuBackground{inset:0;opacity:0;pointer-events:none;position:fixed;transition:opacity .5s ease,visibility .5s ease;visibility:hidden;z-index:1004}.playerMenuBackground.showMenu{opacity:1;visibility:visible}.playerMenuBackground .drawerOverlay{background:#0006;inset:0;position:absolute}.playerMenuBackground.showMenu .drawerOverlay,.playerMenuBackground.showMenu .playerMenuV2{pointer-events:auto}.playerMenuBackground .playerMenuV2{transform:translate(100%);transition:transform .5s}.playerMenuBackground.showMenu .playerMenuV2{transform:translate(0)}.playerMenuV2{--pm-card:#fff;--pm-section:#f7f7f7;--pm-bar3:#f2f2f2;--pm-divider:#d6d6d6;--pm-txt:#333;--pm-title:#0094ff;--pm-accent:#0094ff;--pm-active:#e8f5ff;--pm-hover-bg:linear-gradient(180deg,#00bcff,#0094ff);--pm-highlight-hover:#e8f5ff;--pm-panel-bg:hsla(0,0%,100%,.65);--pm-panel-border:#fff}body.darkGreenTheme .playerMenuV2{--pm-card:#f7f7f7;--pm-section:#fff;--pm-bar3:#fff;--pm-divider:#fff;--pm-title:#007a5e;--pm-accent:#007a5e;--pm-active:#ffdf1b;--pm-highlight-hover:#007a5e}body.darkTheme .playerMenuV2{--pm-card:#151b1e;--pm-section:#0f0f0f;--pm-bar3:#1b2226;--pm-divider:#181818;--pm-txt:#f0f7ff;--pm-active:#2a3338;--pm-panel-bg:rgba(21,27,30,.9);--pm-panel-border:#444}body.darkGreenTheme.darkTheme .playerMenuV2{--pm-card:#282828;--pm-section:#373737;--pm-bar3:#373737;--pm-divider:#444;--pm-txt:#fff;--pm-title:#28ffbb;--pm-accent:#005440;--pm-active:#ffdf1b;--pm-highlight-hover:#005440;--pm-panel-bg:rgba(40,40,40,.65);--pm-panel-border:#444}.playerMenuV2{backdrop-filter:blur(4px) brightness(1.2);-webkit-backdrop-filter:blur(4px) brightness(1.2);background:var(--pm-panel-bg);border:1px solid var(--pm-panel-border);border-radius:8px 0 0 8px;bottom:0;box-shadow:0 0 15px #00000015,inset 0 5px 5px #ffffff10;box-sizing:border-box;color:var(--pm-txt);display:flex;flex-direction:column;font-size:14px;font-weight:500;gap:8px;max-width:93%;padding:25px;position:fixed;right:0;top:0;width:400px;z-index:1005}body.darkTheme .playerMenuV2{box-shadow:inset 0 5px 5px #44444480,0 -5px 10px #00000029}.playerMenuV2 img{width:100%}.playerMenuV2 .userPanelInfo{align-items:center;cursor:pointer;display:flex;gap:6px;margin-bottom:12px}.playerMenuV2 .userPanelInfo .userPanelAvatar{flex:0 0 auto;height:50px;margin:10px;width:50px}.playerMenuV2 .userPanelInfo .userPanelAvatar img{border:2px solid var(--pm-card);border-radius:50px;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.playerMenuV2 .userPanelInfo .userPanelUsername{flex:1 1 auto;font-size:20px;font-weight:600}.playerMenuV2 .userPanelInfo .userPanelVip{align-items:center;background:var(--pm-accent);border-radius:20px;color:#fff;display:flex;font-size:10px;justify-content:center;margin-top:2px;padding:4px 9px;width:-moz-max-content;width:max-content}.playerMenuV2 .userPanelInfo .userPanelArrow{background:url(../images/playerMenu/arrow_right_black.webp) no-repeat 50%/contain;height:15px;margin-left:auto;opacity:.7;width:8px}body.darkTheme .playerMenuV2 .iconArrow,body.darkTheme .playerMenuV2 .userPanelInfo .userPanelArrow{filter:brightness(0) invert(1)}.playerMenuV2 .userPanelTop{display:flex;gap:4px}.playerMenuV2 .userPanelTop>div{align-items:center;background:var(--pm-section);border:.5px solid var(--pm-section);border-radius:8px;box-sizing:border-box;cursor:pointer;display:flex;flex:1 1 0;justify-content:space-between;min-height:40px;padding:10px 16px}.playerMenuV2 .userPanelTop>div:hover{background:var(--pm-hover-bg);border-color:var(--pm-accent);box-shadow:inset 0 6px 15px #ffffff80,0 3px 6px #00000029;color:#fff;font-weight:700}body.darkGreenTheme .playerMenuV2 .userPanelTop>div:hover{background:var(--pm-accent);box-shadow:0 3px 6px #00000029}.playerMenuV2 .userPanelTop>div .iconArrow{background:url(../images/playerMenu/arrow_right_black.webp) no-repeat 50%/contain;display:block;height:12px;width:6px}.playerMenuV2 .userPanelTop>div:hover .iconArrow{filter:brightness(0) invert(1)}.playerMenuV2 .userPanelHighlights{display:flex;gap:4px}.playerMenuV2 .userPanelHighlights>div{border-radius:8px;cursor:pointer;flex:1 1 0;font-size:12px;font-weight:500;padding:0 2px 8px;text-align:center}.playerMenuV2 .userPanelHighlights>div:hover{background:var(--pm-highlight-hover);color:var(--pm-title);font-weight:700}body.darkGreenTheme .playerMenuV2 .userPanelHighlights>div:hover{color:#fff}.playerMenuV2 .userPanelHighlights>div i{background:url(../images/playerMenu/depositIcon.webp) no-repeat 50%/contain;display:block;height:32px;margin:8px auto;width:32px}.playerMenuV2 .userPanelHighlights>div i.iconWithdrawal{background-image:url(../images/playerMenu/withdrawalIcon.webp)}.playerMenuV2 .userPanelHighlights>div i.iconTransaction{background-image:url(../images/playerMenu/detailsIcon.webp)}.playerMenuV2 .userPanelHighlights>div i.iconPromotion{background-image:url(../images/playerMenu/promoIcon.webp)}.playerMenuV2 .userPanelOdds{align-items:center;background:var(--pm-section);border-radius:8px;display:flex;gap:4px;justify-content:space-between;padding:8px 9px 8px 16px}.playerMenuV2 .userPanelOdds .oddsSelect{align-items:center;background:var(--pm-card);border:1px solid var(--pm-card);border-radius:8px;box-sizing:border-box;cursor:pointer;display:flex;flex:0 0 auto;height:35px;justify-content:space-between;padding:0 10px;position:relative;width:100px}.playerMenuV2 .userPanelOdds .oddsSelect.active{background:var(--pm-active);border-color:var(--pm-title)}body.darkGreenTheme .playerMenuV2 .userPanelOdds .oddsSelect.active{background:var(--pm-section)}.playerMenuV2 .userPanelOdds .oddsSelect .iconArrow{background:url(../images/playerMenu/dropdownArrow.webp) no-repeat 50%/contain;height:5px;transition:.3s;width:11px}.playerMenuV2 .userPanelOdds .oddsSelect.active .iconArrow{transform:rotate(180deg)}.playerMenuV2 .userPanelDropdown{background:var(--pm-section);border:1px solid var(--pm-title);border-radius:8px;left:0;overflow:hidden;position:absolute;right:0;top:39px;z-index:1}.playerMenuV2 .userPanelDropdown>div{align-items:center;border-bottom:1px solid var(--pm-divider);box-sizing:border-box;cursor:pointer;display:flex;gap:8px;padding:9px 10px}.playerMenuV2 .oddsDropdown.userPanelDropdown>div{justify-content:space-between}.playerMenuV2 .userPanelDropdown>.selected{background:var(--pm-accent);border-color:var(--pm-accent);color:#fff}.playerMenuV2 .userPanelDropdown>.selected:after{background:url(../images/playerMenu/icon_tick.webp) no-repeat 50%/contain;content:"";display:block;filter:brightness(0) invert(1);height:15px;width:15px}.playerMenuV2 .userPanelTheme{background:var(--pm-section);border-radius:8px;padding:17px 8px 16px}.playerMenuV2 .userPanelTheme .themeFlex{align-items:center;display:flex;gap:4px;margin-top:11px}.playerMenuV2 .userPanelTheme .themeFlex>div{background:var(--pm-card);border:2px solid var(--pm-card);border-radius:8px;cursor:pointer;flex:1 1 0;padding:8px;text-align:center}.playerMenuV2 .userPanelTheme .themeFlex>.theme-blue.selected,.playerMenuV2 .userPanelTheme .themeFlex>.theme-blue:hover{border-color:#0094ff}.playerMenuV2 .userPanelTheme .themeFlex>.theme-darkgreen.selected,.playerMenuV2 .userPanelTheme .themeFlex>.theme-darkgreen:hover{border-color:#ffdf1b}.playerMenuV2 .userPanelTheme .themeFlex p{margin-top:8px}.playerMenuV2 .userPanelTheme .iconTheme i{border-radius:4px;display:block;height:21px;margin-bottom:4px}.playerMenuV2 .userPanelTheme .theme-blue .iconTheme i{background:#e8f5ff}.playerMenuV2 .userPanelTheme .theme-blue .iconTheme i:first-child{background:#0094ff;width:50%}.playerMenuV2 .userPanelTheme .theme-darkgreen .iconTheme i{background:#e0f2ed}.playerMenuV2 .userPanelTheme .theme-darkgreen .iconTheme i:first-child{background:#045440;width:50%}.playerMenuV2 .userPanelTheme .iconTheme i:last-child{background:var(--pm-bar3)}body.darkTheme .playerMenuV2 .userPanelTheme .iconTheme i:nth-child(2){opacity:.7}.playerMenuV2 .userPanelBottom{display:flex;gap:4px;margin-top:auto}.playerMenuV2 .userPanelBottom>div{flex:1 1 0}.playerMenuV2 .userPanelLang{align-items:center;background:var(--pm-section);border:1px solid var(--pm-section);border-radius:8px;cursor:pointer;display:flex;height:38px;max-width:50%;position:relative}.playerMenuV2 .userPanelLang.active{border-color:var(--pm-title)}.playerMenuV2 .userPanelLang .langSelect{display:block;margin:0 auto;width:24px}.playerMenuV2 .userPanelLang .userPanelDropdown{bottom:44px;font-size:12px;top:auto}.playerMenuV2 .userPanelLang .userPanelDropdown>div{height:40px}.playerMenuV2 .userPanelLang .userPanelDropdown img{width:13.5px}.playerMenuV2 .userPanelLang .userPanelDropdown i{background:url(../images/playerMenu/mode_auto.webp) no-repeat 50%/contain;display:block;height:15px;width:15px}.playerMenuV2 .userPanelLang .userPanelDropdown i.iconMode-on{background-image:url(../images/playerMenu/mode_on.webp)}.playerMenuV2 .userPanelLang .userPanelDropdown i.iconMode-off{background-image:url(../images/playerMenu/mode_off.webp)}.playerMenuV2 .userPanelDropdown.userPanelLangDropdown>.selected:after{display:none}.profileSideContainer .info{align-items:center;display:flex;gap:8px}.profileSideContainer .info .userAvatar{border-radius:50%;height:50px;-o-object-fit:cover;object-fit:cover;width:50px}.profileSideContainer .info .textDataContainer{display:flex;flex-direction:column;gap:4px}.profileSideContainer .info .textDataContainer .username{color:#1a1a1a;font-size:18px;font-weight:600}.profileSideContainer .info .textDataContainer .recentlyText{font-size:max(.625rem,10px)}.profileSideContainer .info .usernameContainer{align-items:center;display:flex;flex-direction:row;gap:4px}.profileSideContainer .info .usernameContainer .vipLevel{background-color:var(--primary-color);border-radius:32px;color:#fff;font-size:max(.625rem,10px);font-weight:600;margin-left:4px;padding:2px 8px;white-space:nowrap}.profileSideContainer .vipProgressView{align-items:center;display:flex;flex-direction:row;gap:4px;margin:26px 10px;padding:0 8px}.profileSideContainer .vipProgressView .currentVip{color:var(--primary-color);font-size:max(.75rem,12px);font-weight:700;margin-right:14px;white-space:nowrap}.profileSideContainer .vipProgressView .nextVip{color:var(--txt-grey);font-size:max(.75rem,12px);font-weight:700;margin-left:4px;white-space:nowrap}.profileSideContainer .vipProgressView .track{background:var(--bg-grey);border-radius:8px;flex:1;height:26px;position:relative}.profileSideContainer .vipProgressView .track .fillProgress{background:linear-gradient(90deg,var(--primary-color),#60a5fa);border-radius:8px;height:100%}.profileSideContainer .vipProgressView .track .iconProgress{height:36px;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:1}.profileSideContainer .vipProgressView .track .percentText{align-items:center;color:var(--bg-white,#fff);display:flex;font-size:max(.75rem,12px);font-weight:600;inset:0;justify-content:center;position:absolute;z-index:0}.profileSideContainer .financeContainer{align-items:center;display:flex;flex-direction:row;gap:8px;justify-content:center;margin-top:16px}.profileSideContainer .financeContainer .btnDeposit{align-items:center;background:var(--gradient-y);border:none;border:1px solid var(--primary-color);border-radius:8px;color:var(--txt-white,#fff);cursor:pointer;display:flex;height:34px;justify-content:center;text-align:center;width:100%}.profileSideContainer .financeContainer .btnWithdraw{align-items:center;background-color:var(--bg-secondary);border-radius:8px;display:flex;height:34px;justify-content:center;width:100%}.profileDrawerWrapper{height:100%;left:0;pointer-events:none;position:fixed;top:0;transition:visibility .3s;visibility:hidden;width:100%;z-index:9999}.profileDrawerWrapper.open{pointer-events:auto;visibility:visible}.profileDrawerWrapper .drawerOverlay{background:#00000080;height:100%;left:0;opacity:0;pointer-events:auto;position:absolute;top:0;transition:opacity .3s ease;width:100%}.profileDrawerWrapper.open .drawerOverlay{opacity:1}.profileDrawerWrapper .drawerContent{background:var(--bg-container,#fff);box-shadow:-2px 0 10px #0000001a;display:flex;flex-direction:column;height:100%;max-width:320px;position:absolute;right:-100%;top:0;transition:right .3s ease;width:80%;z-index:5001}.profileDrawerWrapper .drawerContent.open{right:0}.profileDrawerWrapper .drawerContent .drawerBody{display:flex;flex:1;flex-direction:column;gap:1rem;overflow-y:auto;padding:1rem}.profileSideListContainer{height:100%;max-height:none;overflow-y:visible}@media(min-width:768px){.profileSideListContainer{max-height:480px;overflow-y:scroll}}.profileSideListContainer::-webkit-scrollbar-thumb{background:var(--bg-secondary);border-radius:10px}.profileSideItem{flex-direction:row;gap:12px;padding:10px 0}.profileSideItem,.sideItemIcon{align-items:center;display:flex}.sideItemIcon{flex-shrink:0;height:40px;justify-content:center;width:40px}.sideItemIcon img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.sideItemContent{display:flex;flex:1;flex-direction:column;gap:2px}.sideItemTitle{color:var(--txt-grey);font-size:.875rem;font-weight:500}.sideItemSubtitle{color:var(--txt-grey);font-size:max(.75rem,12px)}.profilePopover{animation:fadeIn .4s ease-out;background:var(--bg-container,#fff);border:2px solid var(--primary-color);border-radius:.5rem;box-shadow:0 10px 25px #0003;min-height:600px;padding:1rem;position:absolute;right:0;top:100%;width:340px;z-index:1000}.profilePopover .popoverContent{display:flex;flex-direction:column;gap:.75rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}#user-info-header[data-v-fed69afc]{align-items:center;display:flex;flex-direction:row}#user-info-header .balanceLabel[data-v-fed69afc]{align-items:center;background:var(--bg-secondary);border-radius:.5rem;cursor:pointer;display:flex;height:40px;margin-right:8px;padding:0 1px 0 6px}#user-info-header .balanceLabel .imgCurrency[data-v-fed69afc]{height:20px;width:20px}#user-info-header .balanceLabel .amount[data-v-fed69afc]{color:var(--txt-primary);font-size:.875rem;font-weight:700;line-height:1;margin-left:4px}#user-info-header .balanceLabel .depositIcon[data-v-fed69afc]{align-items:center;display:flex;filter:var(--img-highlight-filter,brightness(0) saturate(100%) invert(40%) sepia(85%) saturate(2411%) hue-rotate(185deg) brightness(101%) contrast(103%));flex:0 0 auto;height:20px;justify-content:center;padding:5px}#user-info-header .balanceLabel .depositIcon img[data-v-fed69afc]{margin:0;padding:0;width:100%}#user-info-header .landingBtn[data-v-fed69afc]{align-items:center;background:var(--gradient-y);border-radius:.5rem;color:var(--txt-white,#fff);cursor:pointer;display:flex;font-size:15px;font-weight:700;height:38px;justify-content:center;margin-right:8px;min-width:3.5vw;padding:0 13px;text-decoration:none}#user-info-header .containerAvatar[data-v-fed69afc]{align-items:center;display:flex;justify-content:center;margin:0 .5rem}#user-info-header .containerAvatar .avatar[data-v-fed69afc]{border-radius:50%;flex-shrink:0;height:30px;-o-object-fit:cover;object-fit:cover;width:30px}.chooseWalletContainer[data-v-aaff9170]{background-color:var(--bg-container);border-radius:.75rem;display:flex;flex-direction:column;height:100%;padding-block:.75rem;padding-bottom:90px}@media(min-width:768px){.chooseWalletContainer[data-v-aaff9170]{padding-bottom:.75rem}}.walletList[data-v-aaff9170]{display:flex;flex-direction:column;height:100%;overflow-y:auto}.walletItem[data-v-aaff9170]{align-items:center;border-bottom:1px solid var(--border-grey,var(--border-light,#e8e8e8));cursor:pointer;display:flex;padding:1rem;transition:background-color .2s ease-in-out}.walletItem[data-v-aaff9170]:hover{background-color:var(--hover-bg)}.walletItem.selected[data-v-aaff9170]{background:var(--gradient)}.walletLogo[data-v-aaff9170]{height:20px;margin-right:.75rem;-o-object-fit:contain;object-fit:contain;width:20px}.walletName[data-v-aaff9170]{color:var(--txt-grey);flex:1;font-size:.875rem}.walletName.selected[data-v-aaff9170]{color:var(--txt-white,#fff)}.imgLeft[data-v-aaff9170],.tickIcon[data-v-aaff9170]{height:20px;width:20px}.imgLeft[data-v-aaff9170]{display:block;margin-right:.5rem;-o-object-fit:scale-down;object-fit:scale-down}@media(min-width:768px){.imgLeft[data-v-aaff9170]{display:none}}.walletHeader[data-v-aaff9170]{align-items:center;display:flex;height:30px;justify-content:flex-start;margin-bottom:.75rem;padding-inline:.75rem}.walletTitle[data-v-aaff9170]{color:var(--txt-black,#000);font-size:1rem;font-weight:600}.walletActions[data-v-aaff9170]{align-items:center;display:none;gap:.75rem;height:40px;justify-content:flex-end;margin-top:.5rem;padding-inline:.75rem}@media(min-width:768px){.walletActions[data-v-aaff9170]{display:flex}}.actionBtn[data-v-aaff9170]{color:var(--txt-grey);cursor:pointer;font-size:max(.75rem,12px);padding-block:6px;padding-inline:.75rem}.actionBtn.top[data-v-aaff9170]{margin-left:auto}@media(min-width:768px){.actionBtn.top[data-v-aaff9170]{display:none}}#balance-popup .balanceContainer[data-v-5c53ebd3]{background-color:var(--bg-white,#fff);border-color:var(--border-grey,var(--border-light,#e8e8e8));border-radius:.5rem;border-style:solid;border-width:2px;height:auto;width:300px}@media(min-width:768px){#balance-popup .balanceContainer[data-v-5c53ebd3]{border-color:var(--border-grey,var(--border-light,#e8e8e8));border-radius:.5rem;border-style:solid;border-width:2px;height:auto;width:300px}}#balance-popup .balanceContainer .header[data-v-5c53ebd3]{color:var(--txt-black,#000);display:flex;flex-direction:column;padding-block:.5rem;padding-inline:1.25rem}#balance-popup .balanceContainer .header .headerTop[data-v-5c53ebd3]{display:flex;margin-bottom:.5rem}#balance-popup .balanceContainer .header .headerTop .totalLabel[data-v-5c53ebd3]{color:var(--txt-grey);font-size:.875rem;font-weight:400;margin-right:.25rem}#balance-popup .balanceContainer .header .headerTop .refreshIcon[data-v-5c53ebd3]{cursor:pointer;height:18px;width:18px}#balance-popup .balanceContainer .header .headerTop .refreshIcon.rotating[data-v-5c53ebd3]{animation:rotate-5c53ebd3 1s linear infinite}#balance-popup .balanceContainer .header .headerBottom[data-v-5c53ebd3]{display:flex}#balance-popup .balanceContainer .header .headerBottom .balanceValue[data-v-5c53ebd3]{color:var(--txt-black,#000);font-size:1rem;font-weight:700}#balance-popup .balanceContainer .header .headerBottom .currencyWrapper[data-v-5c53ebd3]{display:flex;gap:.25rem;margin-left:auto}#balance-popup .balanceContainer .header .headerBottom .currencyWrapper .currencyLabel[data-v-5c53ebd3]{color:var(--txt-black,#000);font-size:1rem;font-weight:700}#balance-popup .balanceContainer .header .headerBottom .currencyWrapper .arrowIcon[data-v-5c53ebd3]{flex-shrink:0;height:auto;-o-object-fit:scale-down;object-fit:scale-down;width:8px}#balance-popup .balanceContainer .listContainer[data-v-5c53ebd3]{display:block;padding:.5rem 1.25rem 0}#balance-popup .balanceContainer .listContainer .balanceItem[data-v-5c53ebd3]{background-color:var(--btn-grey,#f2f2f2);border-radius:.5rem;margin-bottom:.5rem;padding:1rem .5rem}#balance-popup .balanceContainer .listContainer .balanceItem .itemLabel[data-v-5c53ebd3]{color:var(--txt-grey);font-size:.875rem;font-weight:550}#balance-popup .balanceContainer .listContainer .balanceItem .itemValue[data-v-5c53ebd3]{color:var(--txt-black,#000);font-size:1rem;font-weight:600;margin-top:.5rem}#balance-popup .balanceContainer .actionGroup[data-v-5c53ebd3]{display:flex;gap:.5rem;padding:.5rem 1.25rem 1.25rem}#balance-popup .balanceContainer .actionGroup .btnDeposit[data-v-5c53ebd3]{align-items:center;background:var(--gradient-y);border-radius:.5rem;box-shadow:0 3px 6px #00000029;cursor:pointer;display:flex;flex:1;height:40px;justify-content:center}#balance-popup .balanceContainer .actionGroup .btnDeposit span[data-v-5c53ebd3]{color:var(--txt-white,#fff);font-size:1rem;font-weight:500}#balance-popup .balanceContainer .actionGroup .btnWithdraw[data-v-5c53ebd3]{align-items:center;background-color:var(--bg-secondary);border-radius:.5rem;cursor:pointer;display:flex;flex:1;height:40px;justify-content:center}#balance-popup .balanceContainer .actionGroup .btnWithdraw span[data-v-5c53ebd3]{color:var(--txt-primary);font-size:1rem;font-weight:500}#balance-popup .walletSelectionOverlay[data-v-5c53ebd3]{align-items:start;background-color:#0006;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:1000}@media(min-width:768px){#balance-popup .walletSelectionOverlay[data-v-5c53ebd3]{align-items:center}}#balance-popup .walletSelectionOverlay .walletSelectionContainer[data-v-5c53ebd3]{border-radius:.75rem;box-shadow:0 20px 25px -5px #0000001a;height:100%;width:100%}@media(min-width:768px){#balance-popup .walletSelectionOverlay .walletSelectionContainer[data-v-5c53ebd3]{height:60%;width:60%}}@keyframes rotate-5c53ebd3{0%{transform:rotate(0)}to{transform:rotate(1turn)}}
