#mobile_slot_games .game-tab-container {
  background: #fff;
  position: sticky;
  top: 50px;
  z-index: 99;
}

#mobile_slot_games .game-tab-container button.gametablinks {
  background: #e5e5e5;
  color: #333;
  font-size: 12px;
  font-weight: 700;
  height: 35px;
  white-space: nowrap;
}

#mobile_slot_games .game-tab-container button.gametablinks.active {
  background: transparent linear-gradient(180deg, #0686dd 0%, #0060a1 100%)
    no-repeat padding-box;
  color: #fff;
}

#mobile_slot_games .tabContent.show {
  display: flex;
}
