.gameanalysistable .table {
    margin-inline: 35px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px,
        rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
    width: 95%;
}

.gameanalysistable .table td,
.gameanalysistable .table th {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Metropolis Regular";
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.3px;
    border: none;
    border-right: 1px solid #f0f0f0;
    vertical-align: inherit;
    padding: 0;
    width: 22%;
    height: 100%;
}

.gameanalysistable .table td.key,
.gameanalysistable .table th.key {
    width: 34%;
}

.gameanalysistable .table td.key {
  justify-content: flex-start;
}

.gameanalysistable .table .tableRow {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 150px;
}

.gameanalysistable .table .tableRow.header {
    background-color: #f0f0f0;
    margin: 0;
    height: 115px;
}

.gameanalysistable .table .tableRow .nameAndIcon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.gameanalysistable .table .tableRow .nameAndIcon .icon {
    margin-inline: 20px;
}

.gameanalysistable .table .tableRow .nameAndIcon .icon:first-child {
  width: 80px !important;
  height: 80px !important;
  border-radius: 10px !important;
  background-color: #0eb5fe;
}

.gameanalysistable .table .tableRow .duration,
.gameanalysistable .table .tableRow .time,
.gameanalysistable .table .tableRow .score,
.gameanalysistable .table .tableRow .nameAndIcon .gameName {
    font-family: "Metropolis Regular";
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.3px;
}
