.stat{
}

.statistic-page-title{
    gap: 80px;
    margin-top: 55px;
    align-items: center;
}

.statistic-title{
    font-size: 29px;
    font-weight: 650;

    text-transform: uppercase;
}

.statistic-subtitle{
    color: #4A4A4A;
    font-size: 16px;
}

.champion-dragons{
    width: 100%;
    justify-content: space-between;
    margin-top: 50px;
}

.champion-head{
    align-items: center;
    justify-content: space-between;
}

.champion-head-title{
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}

.champion-head-desc{
    margin-left: 20px;
    font-weight: 400;
    font-size: 16px;
}

.champion-head-control{
    padding-bottom: 9px;
    height: 17px;
    width: 146px;
    border-bottom: solid 3px #4B4B4B;
    color: #4B4B4B;

    display: flex;
    justify-content: center;

    cursor: pointer;
}

.champion-head-control-active[class]{
    border-bottom: solid 3px #DD034E;
    font-weight: 700;
    color: #FFFFFF;
}

.champion-body{
    margin-top: 30px;
    gap: 5px;
}

.champion-graph{
    width: 60px;
    height: 315px;
    justify-content: start;
    align-items: center;
}

.champion-graph-times{
    font-size: 11px;
}

.champion-graph-graph{
    margin-top: 19px;
    width: 19px;
    height: 178px;
    background-color: #E8E8E8;

    display: flex;
    align-items: end;
}

.champion-graph-graph-fill{
    background-color: #7314E7;
    width: 19px;
}

.champion-graph-icon{
    margin-top: 28px;
    gap: 8px;
    font-size: 10px;
    font-weight: 500;
}

.champion-graph-icon-icon{
    width: 37px;
    height: 37px;
    border-radius: 18px;
    /*background: #E8E8E8;*/

    background-position: center;
    background-size: 42px;
}

.champion-graph-icon-data{
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.champion-graph-icon-name{
    width: 100%;
    height: 14px;
    font-size: 11px;
    text-align: center;
}

.contest-table-body-row-underline{
    padding-bottom: 13px;
    border-bottom: solid #D3D3D3 1px;
    display: flex;
    flex-direction: row;
}

.dragons{
}

.dragons-title{
    color: #FFFFFF;
    font-size: 20px;
    height: 30px;
    font-weight: 400;
}

.dragons-body{
    margin-top: 30px;
    color: #FFFFFF;
    gap: 12px;
}

.dragon-graph-times{
    font-size: 15px;
}

.dragon-graph-graph{
    width: 35px;
    height: 136px;
    margin-top: 18px;

    display: flex;
    align-items: end;
    background-color: #E8E8E8;
}

.dragon-graph-graph-filled{
    background-color: #7314E7;
    width: 35px;
}

.dragon-graph-icon{
    margin-top: 27px;
    width: 37px;
    height: 43px;

    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.flex-column{
    display: flex;
    flex-direction: column;
}

.flex-row{
    display: flex;
    flex-direction: row;
}

.flex-center{
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-players{
    display: flex;
    flex-direction: column;
    margin-top: 90px;
}

.top-players-header{
    display: flex;
    flex-direction: row;
    gap: 200px;
    align-items: center;
}

.top-players-header-title{
    font-size: 15px;
    font-weight: 600;
}

.top-players-header-switches{
    display: flex;
    flex-direction: row;
    gap: 18px;
    margin-right: 112px;
}

.top-players-header-switch{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 30px;
    border-radius: 10px;
    border: solid 1px #D8D8D8;

    font-weight: 600;
    font-size: 12px;
    cursor: pointer;
}

.top-players-header-switch.switch-active{
    border-color: #DD034E;
    color: white;
    background-color: #DD034E;
}

.top-players-table{
    display: flex;
    flex-direction: column;
    font-size: 12px;
    margin-top: 26px;
}

.top-players-body{
    justify-content: space-between;
}

.top-players-table-head{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.top-players-table-place{
    width: 41px;
    height: 14px;
    font-size: 15px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-right: 23px;
    margin-bottom: 12px;
}

.top-players-table-player{
    width: 227px;

    display: flex;
    align-items: center;
}

.top-players-table-team{
    width: 57px;
    height: 34px;
    margin-left: 11px;

    display: flex;
    align-items: center;

    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.top-players-table-role{
    width: 55px;
    margin-left: 23px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.top-players-table-param{
    width: 90px;
    margin-left: 20px;

    display: flex;
    justify-content: center;
}

.top-players-table-body{
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    gap: 14px;
}

.top-players-table-row{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.top-players-table-player-photo{
    width: 33px;
    height: 33px;
    border-radius: 33px;

    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.top-players-table-player-name{
    margin-left: 15px;
    width: 179px;
}

.top-players-table-row-wrap{
    padding-bottom: 12px;
    border-bottom: solid 1px #2B2B2B;
}

.best-players{
    margin-top: 80px;
    margin-bottom: 50px;
}

.best-players-title{
    gap: 45px;
    align-items: center;
}

.best-players-title-main{
    font-size: 20px;
    font-weight: 400;
}

.best-players-title-sub{
    font-size: 15px;
    color: #4A4A4A;
}

.best-players-body{
    gap: 20px;
    margin-top: 60px;
    height: 156px;
}

.player-pick-menu-player{
    width: 125px;
    height: 156px;
    border-radius: 10px;
    box-sizing: border-box;

    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: #222222;

    align-items: center;
}

.player-pick-menu-player-photo-wrap{
    width: 125px;
    height: 115px;

    background: linear-gradient(#110622, #7B32DF);
    border-radius: 10px;
}

.player-pick-menu-player-name{
    align-self: center;

    display: flex;
    justify-content: center;
    align-items: center;

    font-size: 12px;
    text-transform: uppercase;
    width: 105px;
    text-align: center;
    line-height: 12px;
}

.player-pick-menu-player-photo-data{
    display: flex;
    align-self: start;
    justify-content: space-between;
    padding: 5px;
    box-sizing: border-box;
    width: 100%;
}

.player-pick-menu-player-photo-line{
    width: 29px;
    height: 29px;

    display: flex;
    justify-content: center;
    align-items: center;

    background-color: #222222;
    border-radius: 5px;
}

.player-pick-menu-player-photo-line-container{
    width: 22px;
    height: 18px;

    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.player-pick-menu-player-photo{
    width: 100%;
    height: 100%;

    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;

    display: flex;
    flex-direction: column;
    justify-content: end;
}

.player-pick-menu-player-photo-team{
    width: 29px;
    height: 29px;
}


