.MenuContent{opacity:0;pointer-events:none;z-index:20;height:calc(100dvh - 40px);transition:all .5s;position:fixed;top:40px;bottom:0;left:50%;overflow:hidden;transform:translate(calc(-100% - min(50vw,384px)))}.MenuContent.show{opacity:1;pointer-events:initial;transform:translate(calc(0% - min(50vw,384px)))}.MenuContent.show.collapsed{width:320px}.MenuContent.show.collapsed .menu-list{width:160px}.MenuContent.show.collapsed .menu-list-item-label{opacity:1;display:block}.MenuContent.show.collapsed .menu-list .app_download{padding-left:0}.MenuContent.show.collapsed .menu-list .app_download .icon{flex:1}.MenuContent.show.collapsed .menu-list .app_download .label{display:none}.MenuContent.show.collapsed .MenuGameList .play-game .label{opacity:1;display:block}.MenuContent .menu-list{background:#2a2e37;width:200px;height:calc(100dvh - 40px);padding-top:15px;padding-bottom:15px;overflow-x:hidden;box-shadow:1px 10px 10px #0a0a0a}.MenuContent .menu-list::-webkit-scrollbar{width:0}.MenuContent .menu-list::-webkit-scrollbar-track{background:#fff1}.MenuContent .menu-list::-webkit-scrollbar-thumb{background:#7cdcff54}.MenuContent .menu-list-item{cursor:pointer;align-items:center;padding:10px 20px;display:flex}.MenuContent .menu-list-item.active .menu-list-item-label{color:var(--ZxxBet--pink--50)}.MenuContent .menu-list-item.active .image-container img{filter:invert(19%)sepia(95%)saturate(7493%)hue-rotate(310deg)brightness(91%)contrast(115%)!important}.MenuContent .menu-list-item-label{text-transform:uppercase;font-size:12px}.MenuContent .menu-list>.app_download{background:#1e1e1e;border-radius:6px;justify-content:flex-start;align-items:center;gap:10px;height:60px;margin-top:10px;margin-left:20px;margin-right:20px;padding-left:15px;font-size:14px;display:flex}.MenuContent .menu-list>.app_download img.icon{filter:grayscale(0)brightness()!important}.MenuContent .menu-list>.app_download>.label{text-align:left;flex-direction:column;justify-content:flex-start;display:flex}.MenuContent .menu-list>.app_download>.label>.small_label{font-size:12px}
.MenuProfile{background:linear-gradient(270deg,#ea23a7,#0000);justify-content:flex-start;display:flex}.MenuProfile.hide{background:initial}.MenuProfile.hide .profile-container .border,.MenuProfile.hide .profile-container .user-details{display:none}.MenuProfile .profile-container{flex:1;align-items:center;gap:10px;display:flex;position:relative}.MenuProfile .profile-container .border{background:#fff;border-radius:5px;width:5px;height:50px;position:absolute;top:50%;right:5px;transform:translateY(-50%)}.MenuProfile .profile-container .icon-container{border-radius:50%;width:80px;height:80px;padding:10px}.MenuProfile .profile-container .icon-container img.icon{border:1px solid var(--ZxxBet--background-neutral-tertiary);border-radius:40px;filter:initial!important;-o-object-fit:contain!important;object-fit:contain!important;width:60px!important;height:60px!important;padding:0!important}.MenuProfile .profile-container .user-details .nickname{color:#fff;text-shadow:0 0 10px #ea23a7;margin-bottom:5px;font-size:17px;font-weight:700}.MenuProfile .profile-container .user-details .money-container{gap:10px;width:200px;display:flex}.MenuProfile .profile-container .user-details .money-container .amount{flex-direction:column;width:100%;font-size:11px;display:flex}.MenuProfile .profile-container .user-details .money-container .amount .label{color:#efefef;text-align:left}.MenuProfile .profile-container .user-details .money-container .amount p{color:#f6c;margin:0}
.MenuGameList .play-game{align-items:center;margin:0 20px;padding:10px 0;display:flex}.MenuGameList .play-game.active{align-items:center}.MenuGameList .play-game.active .label{color:var(--ZxxBet--pink--50)}.MenuGameList .play-game.active .image-container img{filter:invert(19%)sepia(95%)saturate(7493%)hue-rotate(310deg)brightness(91%)contrast(115%)!important}.MenuGameList .play-game .games-list-container{z-index:10;background:#3e4450;width:160px;min-width:0;height:calc(100dvh - 40px);padding-top:15px;padding-bottom:15px;transition:all .2s;position:absolute;top:0;right:-200px;overflow-x:hidden}.MenuGameList .play-game .games-list-container::-webkit-scrollbar{width:2px}.MenuGameList .play-game .games-list-container::-webkit-scrollbar-track{background:#fff1}.MenuGameList .play-game .games-list-container::-webkit-scrollbar-thumb{background:#7cdcff54}.MenuGameList .play-game .games-list-container .game-container{background:0 0;justify-content:flex-start;align-items:center;width:100%;height:64px;padding:0 10px;transition:all .2s ease-in-out .2s;display:flex}.MenuGameList .play-game .games-list-container .game-container .game-label{font-size:12px}.MenuGameList .play-game .games-list-container.show-games{right:0}.MenuGameList .play-game .games-list-container.show-games .game-container{opacity:1}.MenuGameList .play-game .label{text-transform:uppercase;justify-content:center;align-items:center;font-size:12px;display:flex}
