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

#mobile_vsport_games .game-tab-container button.gametablinks.active {
  color: #fff;
  background: transparent
    linear-gradient(180deg, rgb(6, 134, 221) 0%, rgb(0, 96, 161) 100%) no-repeat
    padding-box;
}

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

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