.zz_stats_card * {
    box-sizing: border-box;
}

.zz_stats_card {
    border: .1rem solid #ebe5eb;
    border-radius: 10px;
}

.zz_stats_card.edition {
    margin-top: 30px;
    border: none;
}

.zz_stats_card.children.edition {
    margin-top: 10px;
    margin-bottom: 5px;

}

.zz_stats_card.small {
    margin-bottom: 15px;
}

#page_rightbar .zz_stats_card,
.zz_stats_card.mobile {
    border-radius: 0px;
}

.zz_stats_card .top {
    border-bottom: solid 1px #ebe5eb;
    display: flex;
    flex-direction: column;
}

.zz_stats_card .top {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    min-height: 135px;
}

.zz_stats_card.edition .top {
    height: 100%;
    border-radius: 5px;
    border: none;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
    min-height: unset;
}

.zz_stats_card.small .top {
    border-radius: 10px;
}

#page_rightbar .zz_stats_card .top,
.zz_stats_card.mobile .top {
    border-radius: 0px;
}

.zz-tpl-col.is-6 .zz_stats_card.mobile .top {
    height: 110px;
    overflow-wrap: break-word;
}

.zz_stats_card.edition .top .info {
    padding: 10px 0px 10px 10px;
    justify-content: center;
}

.zz_stats_card .top .info {
    padding: 10px 14px 5px 14px;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-weight: bold;
    color: #fff !important;
    width: 55%;
}

.zz_stats_card.edition.mobile .top .info {
    width: 50%;
}

.zz_stats_card.mobile .top .info {
    padding: 10px 10px 5px 10px;
}

.zz_stats_card .top .info a {
    color: #fff !important;
    font-weight: bold;
}

.zz_stats_card .bottom td.entity_abrev {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.zz_stats_card .top .info .extra {
    display: flex;
    align-items: center;
    padding: 3px 0;
}

.zz_stats_card .top .info p.position {
    font-size: 12px;
}

.zz_stats_card .top .info a.first_name {
    font-size: 13px;
}

.zz_stats_card.edition .top .info a.first_name {
    font-size: 10px;
}

.zz_stats_card .top .info a.extra_abrev {
    font-size: 12px;
    font-weight: normal;
}

.zz_stats_card .top .info div.names {
    display: flex;
    flex-direction: column;
}

.zz_stats_card.edition .top .info div.names {
    flex-direction: unset;
    display: inline;
}

.zz_stats_card.edition .team-photo {
    width: 25px;
    display: flex;
    justify-content: center;
}

.zz_stats_card .top .info .extra_logo {
    margin-right: 5px;
}

.zz_stats_card .top .info a.second_name {
    font-size: 20px;
    width: max-content;
}

.zz_stats_card .top .info a.second_name_solo {
    font-size: 30px;
}

.zz_stats_card.small .top .info a.second_name_solo {
    font-size: 18px;
}

.zz_stats_card.edition .top .info .second_name_solo {
    font-size: 18px;
}

.zz_stats_card.current .top .info .second_name_solo {
    flex-direction: unset;
}

.zz-tpl-col.is-6 .zz_stats_card.mobile .top .info a.second_name {
    font-size: 13px;
    width: auto;
}

.zz_stats_card .top .info p.value {
    font-size: 34px;
    line-height: 34px;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
}

.zz-tpl-col.is-6 .zz_stats_card.mobile .top .info p.value {
    font-size: 20px;
    line-height: 20px;
}

.zz_stats_card .top .info p.value span {
    font-size: 13px;
    line-height: normal;
}

.zz_stats_card .top .photo-team,
.zz_stats_card .top .photo {
    margin: 0;
    display: flex;
    margin-left: auto;
    height: 135px;
    width: 45%;
    max-width: 100px;
}



.zz_stats_card.edition .top .photo-team {
    height: 40px;
    max-width: unset;
    margin-left: unset;
    justify-content: flex-end;
}

.zz_stats_card.edition .top .edition-class {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    margin-left: auto;
    width: 40%;
    margin-right: 10px;
}

.zz_stats_card.edition.mobile .top .edition-class {
    width: 45%;
}

.zz_stats_card.edition .top .edition-class span {
    font-size: 12px;
}

.zz_stats_card.edition.mobile .top .edition-class span {
    font-size: 11px;
}

.zz_stats_card.edition .button span {
    font-size: 10px;
    min-width: unset;
    padding: 2px 5px;
    line-height: 16px;
}

.zz_stats_card.edition .button {
    margin-top: auto;
}

.zz_stats_card.edition.mobile .button {
    margin-bottom: 10px;
}

.second_name_solo i {
    margin-left: 5px;
}

.zz_stats_card.edition .top .edition-class .team-name {
    margin-right: 30px;
    display: flex;
    align-items: center;
}

.team-name img {
    margin-right: 5px;
}

.edition-class .class-line {
    display: flex;
    justify-content: space-between;
    margin-left: 5px;
    align-items: center;
    margin-bottom: 2px;
}

.edition-class .border {
    border-left: solid 1px #ffffffc4;
    padding-left: 5px;
}

.zz_stats_card.edition .top .photo-team {
    padding: 0px 5px 0px 0;
    align-items: center;
}

.zz_stats_card .top .photo-team {
    padding: 10px 0 0 0;
}

.zz_stats_card.edition .photo-team span {
    display: flex;
    align-items: center;
    font-size: 11px;
    margin-right: 5px;
}

.zz_stats_card .top .photo div {
    margin: 0 0 0 auto;
    border-top-right-radius: 10px;
    max-width: 100%;
    max-height: 100%;
}

#page_rightbar .zz_stats_card .top .photo div,
.zz_stats_card.mobile .top .photo div {
    border-top-right-radius: 0px;
}

.zz_stats_card .top .photo-team div {
    margin: auto 0 auto auto;
    border-top-right-radius: 10px;
    max-height: 90px;
}

.zz_stats_card.edition .top .photo-team div {
    margin: unset;
}

#page_rightbar .zz_stats_card .top .photo-team div,
.zz_stats_card.mobile .top .photo-team div {
    border-top-right-radius: 0px;
}

.zz_stats_card p {
    margin: 0;
}

.zz_stats_card img.extra_logo {
    height: auto;
    width: 20px;
    max-width: unset;
}

.zz_stats_card .zztable tbody td {
    padding: 9px 5px;
}

.zz_stats_card .zztable tbody td.position {
    text-align: left;
    padding: 9px 0 9px 15px;
    width: 30px;
    font-weight: bold;
}

.zz_stats_card .zztable tbody td .first_name {
    font-weight: bold;
}

.zz_stats_card.edition .first_name {
    font-weight: initial;
}

.zz_stats_card .zztable tbody td.value {
    text-align: right;
    padding-right: 15px;
    font-weight: bold;
    font-size: 16px !important;
}

.zz_stats_card.mobile .zztable tbody td.value {
    padding-right: 5px;
}

.zz_stats_card a.link {
    height: 28px;
    padding: 4px 4px 0px 6px;
    font: 700 11px 'Roboto Condensed', Helvetica, Arial, Verdana, sans-serif;
    text-transform: uppercase;
    color: #39C !important;
    text-align: right;
    clear: both;
    display: block;
}

.zz_stats_card .zztable tbody td {
    height: 45px;
}

.zz_stats_card a,
.zz_stats_card .bottom td {
    color: black;
}

.zz_stats_card .zz-table-ruler {
    opacity: 0;
    height: 0 !important;
    margin-bottom: 0 !important;
}

.zz_stats_card .zztable .value span {
    font-size: 12px;
    color: #666;
}

.zz_stats_card .sigla {
    font-size: 13px;
    line-height: normal;
    color: #fff;
    font-weight: bold;
    padding: 0px 10px 10px 10px;
    width: 100%;
}


.cromo_card {
    position: relative;
    width: 180px;
    height: 250px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
}

.cromo_card.small {
    width: 100px;
    height: 138px;
}

.cromo_card.medium {
    width: 140px;
    height: 194px;
}

.cromo_card:hover {
    transform: scale(1.1);
    /* Enlarge the div on hover */
}



.cromo_card .team_name {
    display: flex;
    align-items: center;
    justify-content: end;
    width: 102px;
    position: absolute;
    top: 10px;
    left: 64px;
    z-index: 1;

}

.cromo_card.small .team_name {
    top: 5px;
    width: 91px;
    width: 57px;
    left: 35px;
}

.cromo_card.medium .team_name {
    top: 9px;
    width: 79px;
    left: 49px;
}

.cromo_card.small .team_name span {
    font-size: 7px;
}

.cromo_card.medium .team_name span {
    font-size: 8px;
}

.cromo_card .team_name span {
    text-transform: uppercase;
    font-family: Roboto Condensed;
    font-weight: bold;
    font-size: 10px;
    text-align: right;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.cromo_card .top_logo {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
}

.cromo_card.small .top_logo {
    width: 22px;
    height: 22px;
    top: 5px;
    left: 5px;
}

.cromo_card.medium .top_logo {
    width: 30px;
    height: 30px;
    top: 7px;
    left: 7px;
}

.cromo_card .bandeira_retangular {
    width: 30px;
    height: 20px;
    position: absolute;
    top: 206px;
    left: 19px;
    z-index: 1;

}

.cromo_card.small .bandeira_retangular {
    left: 10px;
    top: 113px;
    width: 19px;
    height: 14px;
}

.cromo_card.medium .bandeira_retangular {
    left: 15px;
    top: 160px;
    width: 25px;
    height: 16px;
}

.cromo_card .bandeira {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 206px;
    left: 19px;
    z-index: 1;

}

.cromo_card.small .player_name {
    top: 110px;
    left: 30px;
    width: 61px;
    height: 20px;
}

.cromo_card.medium .player_name {
    top: 155px;
    left: 42px;
    width: 85px;
    height: 27px;
}

.cromo_card .player_name {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 35px;
    position: absolute;
    top: 199px;
    left: 54px;
    z-index: 1;

}

.cromo_card .player_name span {
    font-weight: bold;
    padding: 1px 5px 1px 5px;
    color: white;
    text-transform: uppercase;
    font-family: Roboto Condensed;
    font-size: 14px;
    text-align: center;
}

.cromo_card.small .player_name span {
    padding: 0.5px 2px 0.5px 2px;
    font-size: 7px;
}

.cromo_card.medium .player_name span {
    padding: 0.8px 4px 0.8px 4px;
    font-size: 10px;
}

.cromo_card .player_photo {
    top: 27px;
    position: absolute;
    left: 16px;
    height: 173px;
    width: 148px;
    background-position: top;
    background-size: cover;
}

.cromo_card.small .player_photo {
    top: 15px;
    left: 9px;
    height: 96px;
    width: 82px;
}

.cromo_card.medium .player_photo {
    top: 21px;
    left: 12px;
    height: 134px;
    width: 116px;
}


.cromo_card svg {
    z-index: 1;
    position: absolute;
}

.cromo_card .player_photo svg {
    z-index: 0;
    position: absolute;
    width: 100%;
    top: -24px;
}

.cromo_card.small .player_photo svg {
    top: -75px;
}

.cromo_card.medium .player_photo svg {
    top: -30px;
    height: 194px;

}

.cromo_card:hover .player_photo svg {
    filter: brightness(0.9);
    /* Darken the SVG on hover */
}


.cromo_stats {
    margin-top: 5px;
    width: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.cromo_stats.medium {
    margin-top: 5px;
    width: 140px;
    margin-bottom: 10px;
}

.cromo_stats.small {
    margin-top: 2px;
    width: 100px;
}

.cromo_stats span {
    font-size: 10px;
}


.cromo_stats .text {
    font-size: 11px;
}

.cromo_stats .text.value {
    margin-top: 5px;
    font-size: 13px;
}

.cromo_stats .text.value i {
    margin-left: 5px;
}

.cromo_stats.medium .text {
    font-size: 11px;
}

.cromo_stats.medium .text.value {
    margin-top: 5px;
    font-size: 12px;
}

.cromo_stats.medium .text.value i {
    margin-left: 3px;
}

.cromo_stats.small .text {
    font-size: 8px;
}

.cromo_stats.small .text.value {
    margin-top: 5px;
    font-size: 10px;
}

.cromo_stats.small .text.value i {
    margin-left: 2px;
}

.players_cards {
    background: rgb(167 21 21);
    border-radius: 10px;
    max-width: 200px;
    height: 100%;
    border: solid 5px rgb(214, 48, 48);
    display: flex;
    color: #fff;
    font-family: 'Muller Next';
}

.players_cards .container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-radius: 6px;
    box-shadow: inset 0px 2px 3px 0px #000;
}

.players_cards .profile_picture {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.players_cards .profile_picture_white_border {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
}

.players_cards .team_descr {
    padding: 10px 10px 5px 10px;
    border-radius: 10px 10px 0 0;
    box-shadow: 0px -20px 20px 0px #0000004a;
    color: #eee;
    position: relative;
    z-index: 2;
    background: rgb(167 21 21);
    margin-top: -15px;
    align-items: center;
    font-size: 15px;
}

.players_cards .player_name {
    font-size: 28px;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-style: italic;
    line-height: 100%;
    margin-bottom: 10px;
}

.players_cards .player_name span {
    font-size: 18px;
    line-height: 100%;
}

.players_big_cards {
    background: #ededed !important;
    display: flex;
    border-radius: 0px !important;
    box-shadow: none !important;
    padding: 16px 0 0 16px;
    width: 80%;
    position: relative;
    font-weight: bold;
    transition: .5s;
    min-height: 186px;
}

a.players_big_cards:hover {
    color: inherit !important;
    width: 100%;
}

.players_big_cards .background-animate {
    width: 0;
    height: 100%;
    transition: .5s;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.players_big_cards:hover .background-animate {
    width: 100%;
}

.players_big_cards .horizontal-divider {
    width: 20px;
    height: 3px;
    background-color: #bbb;
    margin-bottom: 10px;
    border-radius: 10px;
}

.players_big_cards:hover h1 {
    color: #fff !important;
}

.players_big_cards h1 {
    font-size: 40px;
    transition: .5s;
}

.players_big_cards:hover .profile_picture {
    right: 0;
}

.players_big_cards .profile_picture {
    display: flex;
    justify-content: center;
    z-index: 1;
    transition: .5s;
    position: absolute;
    right: -44.5px;
}

.players_big_cards.edition .profile_picture,
.players_big_cards.team .profile_picture {
    top: 50%;
    transform: translateY(-50%);
}

.players_big_cards.edition .profile_picture img,
.players_big_cards.team .profile_picture img {
    height: auto;
}

.players_big_cards .profile_picture img {
    width: 100px;
    height: 170px;
    object-position: top;
    object-fit: cover;
}

.players_big_cards .team_descr {
    font-size: 14px;
    display: flex;
    align-items: center;
    padding-top: 10px;
    transition: .5s;
}

.players_big_cards .player_info {
    font-size: 20px;
    position: absolute;
    z-index: 2;
}

.players_big_cards .player_info p {
    margin: 0;
    max-width: 90%;
}

.players_big_cards:hover .team_descr,
.players_big_cards:hover .player_info p.player_name {
    color: #444 !important;
}

.players_big_cards .player_info p.player_name {
    font-family: 'Muller Next';
    line-height: 100%;
    transition: .5s;
}

.players_big_cards:hover .team_descr,
.players_big_cards:hover .player_info p.player_name,
.players_big_cards:hover .player_info p.position {
    color: #fff !important;
}

.players_big_cards .player_info p.position {
    font-size: 14px;
    transition: .5s;
}

.top_players_slider .zz-tpl-col.is-3 {
    width: 280px !important;
}