#morePanel {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999;
}

#moreContainer {
  position: absolute;
  background: linear-gradient(180deg, #ffffff, #6dd5fa, #2980b9);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 45%;
  border-radius: 10px;
  padding: 10px;
}

#moreContent {
  width: 296px;
  height: 394px;
  overflow-y: hidden;
}

.list-item {
  display: inline-block;
  margin: 7px 5px;
}

.game-icon {
  width: 64;
  height: 64;
  background: #eee;
  border-radius: 5px;
}

#btnClose {
  position: absolute;
  width: 42px;
  bottom: -45px;
  left: 42%;
}
