.battle-team {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}

.battle-team.red {
    background: linear-gradient(to top, #e79f74 0%, #e77a74 100%);
    box-shadow: -5px 8px 1em rgba(231, 116, 116, 0.1);
}

.battle-team.blue {
    background: linear-gradient(to top, #8a8ef9 0%, #98a7fd 100%);
    box-shadow: -5px 8px 1em rgba(150, 164, 252, 0.1);
}

.historyTable .game-coin .info small {
    display: block;
    font-size: 10px;
    color: #99aed7;
    margin-top: 2px;
}
