.back-top {
  display: none;
}

html,
body {
  font-size: 0.833333px !important;
  background: white;
}

html,
body,
main {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

main {
  display: flex;
  flex-direction: column;
  font-size: 14rem;
}

.nav.nav-tabs-regular {
  padding: 0;
}

.nav.nav-tabs-regular .nav-item {
  min-width: 70px;
  text-align: center;
  padding-top: 5px;
}

.tab-content {
  flex: 1;
  height: 0;
  /* overflow-y: auto; */
}

.game-list {
  gap: 10px;
  padding: 10px;
  flex-direction: column;
  display: flex;
}

.game-list .game-list-item {
  border-radius: 10px;
  height: 180.556px;
}

.game-list-item:hover .game-list-img {
  scale: 1.05;
}

.game-list-text {
  display: none;
}

.get-widget-btn:hover {
  opacity: 1 !important;
  background-color: var(--color-primary) !important;
  color: white !important;
}