/* Lucky Babes V515 clean HTML base
   Purpose: make Lucky Babes casino the source-native homepage, not old Aly's Shop/booking/cart. */
.mode-switcher-container,
#storeView,
#bookingView,
#mainCartFloat,
#cartModal,
#bookingModal,
#salesPopup,
.aly-final-account-card,
#alyStickersShopButton,
.aly-shop-stickers-btn,
.vouches-section,
.vouches-card,
.sticky-nav {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

body.page-mode-casino #casinoView,
#casinoView.active-view {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

/* The old right rail can stay for live bets/race, but the dead profile card is removed. */
.aly-final-rail .aly-final-live-card,
.aly-final-rail .aly-monthly-race-card,
.aly-final-rail .aly-final-trust-card {
  display: block;
}

/* Topbar profile stays the real profile button. */
#lbAppTopbar .lb-top-profile,
.lb-top-profile,
[data-lb511-profile] {
  cursor: pointer !important;
}