.GameVoteLayout {
  display: flex;
  width: 100%;
  padding: 2rem 0;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 1rem; }
  .GameVoteLayout .GameBoteItemsTitle {
    font-weight: 700;
    font-size: 16px; }
  .GameVoteLayout .GameVoteItems {
    display: flex;
    flex-direction: column;
    border: 1px solid #e2e2e2;
    width: 300px;
    border-radius: 10px; }
    .GameVoteLayout .GameVoteItems .VoteItem {
      display: flex;
      height: 60px;
      border-bottom: 1px solid #eee;
      align-items: center;
      padding: 0 1rem;
      justify-content: space-between;
      width: 100%; }
      .GameVoteLayout .GameVoteItems .VoteItem .Button {
        padding: 0 1rem;
        height: 34px;
        line-height: 12px;
        background: #0012ff;
        align-items: center;
        justify-content: center;
        color: #fff;
        border-radius: 100px; }
      .GameVoteLayout .GameVoteItems .VoteItem:last-child {
        border-bottom: 0; }
      .GameVoteLayout .GameVoteItems .VoteItem span:nth-child(1) {
        font-weight: 600; }
  .GameVoteLayout .GameItem {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
    align-items: center; }
    .GameVoteLayout .GameItem .GameItemName {
      display: flex;
      text-align: center;
      justify-content: center;
      font-weight: 700;
      font-size: 40px; }
    .GameVoteLayout .GameItem .GameItemImageView {
      display: flex;
      width: 200px;
      height: 200px;
      border-radius: 100px;
      background: #000;
      overflow: hidden; }

/*# sourceMappingURL=game.vote.css.map */
