.f-tournament-composition {
    margin-bottom: 60px;
}

.f-tournament-composition__header {
    font-size: 24px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 25px;
    text-align: center;
}

.f-tournament-composition__teams {
    display: flex;
    justify-content: space-around;
    margin-bottom: 50px;
    max-width: 100%;
    overflow-x: auto;
}

.f-tournament-composition__teams-item {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    white-space: nowrap;
    margin: 0 10px;
    padding-bottom: 3px;
}

.f-tournament-composition__teams-item--active {
    cursor: default;
}

.f-tournament-composition__teams-item--active:after {
    content: '';
    display: block;
    height: 0px;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    border-bottom: 2px solid #C43C2C;
}

.f-tournament-composition__team_group {
    display: none;
}

.f-tournament-composition__team_group-name {
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    margin-bottom: 45px;
    text-transform: uppercase;
}

.f-tournament-composition__team_group--active {
    display: block;
}

.f-tournament-composition__group {
    margin-bottom: 35px;
}

.f-tournament-composition__group-title {
    text-align: center;
    margin-bottom: 45px;
    font-weight: 700;
    font-size: 14px;
}


.f-tournament-composition__group-players table {
    width: 100%;
    font-size: 14px;
}

.f-tournament-composition__group-players table th {
    padding: 6px;
    color: #757575;
    font-weight: normal;
    text-align: left;
}


.f-tournament-composition__group-players table tbody tr:nth-child(odd) {
    background: #EEEEEE;
}

.f-tournament-composition__group-players table td {
    padding: 8px 6px;
    text-align: left;
}

.f-tournament-composition__group-players table td:first-child, .f-tournament-composition__group-players table th:first-child {
    padding-left: 80px !important
}


.f-tournament-composition__group-players-col--num {
    width: 40px;
}

.f-tournament-composition__group-players-col--photo {
    width: 40px;
}

.f-tournament-composition__group-players-col--flag {
    width: 70px;
}

.f-tournament-composition__group-players-col--age {
    width: 110px;
}

.f-tournament-composition__group-players-col--birthdate {
    width: 170px;
}

.f-tournament-composition__group-players-col--height {
    width: 100px;
}

.f-tournament-composition__group-players-col--weight {
    width: 80px;
}


.f-tournament-composition__player-logo {
    width:40px;
    height:40px;
    border-radius: 50%;
    overflow: hidden;
    object-position: center center;
}


.f-tournament-composition__player-flag {
    width:20px;
    height:20px;
}
