#top-ranking{
    width: 80%;
    margin: 45px auto;
    font-family:var(--font-yekan-bakh-fanum),var(--font-yekan-bakh-noen);!important;
}
.row{
    overflow: hidden;
    margin: 30px 0;
    border-radius: 15px;
}
.header-row{
    background: #EDF4F7;
    padding: 20px 15px;
}
.row-title{
    position: relative;
    font-size: 13pt;
    display: block;
    color: #060B21;
    width: fit-content;
    margin: auto;
}
.row-title:before{
    position: absolute;
    bottom: -7px;
    right: 0;
    display: block;
    width: 22px;
    height: 4px;
    border-radius: 3px;
    background: #060B21;
    content: " ";
}
.top-team-parent{
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 0;
    background: #F5F5F5;
    flex-wrap: wrap;
}
.team-card{
    flex-basis: 280px;
    height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    border-radius: 10px;
    background: #fff;
    margin: 8px 35px;
    padding: 15px;
    position: relative;
}
.team-profile{
    border-radius: 50%;
    width: 82px;
    height: 82px;
    margin: 15px auto;
    display: block;
}
.team-name{
    font-size: 15pt;
    color: #0c1225;
    display: block;
    margin:12px 0;
    text-align: center;
    font-weight: 600;
}
.team-leader{
    font-size: 11pt;
    color: #2C2E43;
    display: block;
    text-align: center;
    margin: 10px 0;
    font-weight: 500;
}
.btn-show-details{
    padding: 4px 20px;
    border-radius: 8px;
    border: 2px solid;
    margin: 0 auto;
    font-size: 11pt;
    width: fit-content;
    display: block;
    cursor: pointer;
}
.team-card:nth-child(1) .brand{
    background: url("../../../images/leagueRanking/medal1.png")no-repeat 100% 100%;
    background-size: cover;
}
.team-card:nth-child(2) .brand{
    background: url("../../../images/leagueRanking/medal2.png")no-repeat 100% 100%;
    background-size: cover;
}
.team-card:nth-child(3) .brand{
    background: url("../../../images/leagueRanking/medal3.png")no-repeat 100% 100%;
    background-size: cover;
}
.brand{
    position: absolute;
    top: 8px;
    right: 8px;
    width: 55px;
    height: 55px;
    display: block;
}
