.statistics-filter-section{
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
}

.statistics-filter{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: solid 1px var(--colour-flat-ff-tertiary-mid-grey-1);
    padding: 1rem 1.5rem;
    border-radius: 25px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.44;
}

.statistics-filter::-ms-expand {
    display: none;
}

.statistics-filter-component{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%;
    margin-bottom: 2rem;
    position: relative;
}

.filter-icon{
    display: flex;
    flex-direction: column;
    position: absolute;
    top:0;
    right:30px;
    padding: 0.8rem 0;
}

.statistics-search{
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.38;
    color: #111111;
}

.result-container{
    margin-left: -11%;
    min-width: 122%;
    background-color: var(--color-light-grey-secondary);
    padding: 1.5rem;
}

.week-selection{
    font-size: 22px;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    color: var(--colour-flat-ff-primary-blue);
}

.result-header{
    text-align: center;
    color: white;
    padding: 1rem 0;
    background-color: var(--colour-flat-ff-secondary-dark-blue);
}

.result-detail{
    background-color: white;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    padding: 1rem;
    border-bottom: 1px solid var(--color-dark-grey-secondary);
}

.result-team{
    display: flex;
    flex-wrap: nowrap;
    word-break: break-word;
    font-size: 11px;
    font-weight: 500;
    line-height: 0.91;
    letter-spacing: 0.3px;
}

.team-logo{
    width: 32px;
    height: 32px;
    border-radius: 25px;
    margin-left: 0.4rem;
}

.fixtures-time{
    margin: auto 1.5rem;
    padding: 0.5rem 1.5rem;
    border-radius: 25px;
    /*box-shadow: 0 0 4px 2px var(--color-dark-grey-secondary);*/
    box-shadow: 0 0 5px 0 var(--colour-flat-ff-tertiary-mid-grey-1);
    font-size: 14px;
    font-weight: normal;
    line-height: 1.29;
    width: 25%;
    text-align: center;
}

.more-info{
    cursor: pointer;
}

.more-info,.player-shirt{
    width: 35px;
    min-width: 35px;
}

.result-info{
    margin: 1.5rem 0;
}

.player-info{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.player-name,.player-team{
    margin: 0;
    padding: 0 1rem;
}

.player-name{
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
}
.player-team{
    font-size: 16px;
    font-weight: normal;
    justify-content: space-between;
    display: flex;
    flex-wrap: nowrap;
}

.defender,.goalkeeper,.midfielder,.forward{
    border-radius: 10px;
    padding: 0 1rem;
}

.player-statistics{
    overflow-x: auto;
    width: 112%;
    margin-left: -6%;
    padding: 0.3rem;
    background-color: var(--color-yellow-secondary);
}

.statistics-table{
    min-width: 600px;
}

.statistics-table tbody tr{
    border-bottom: 1px solid #F2F2F2;
    background-color: var(--colour-flat-white);
}
.statistics-table tbody tr:first-child,.statistics-table tbody tr:last-child{
    border: none !important;
}

.statistics-table tbody tr:first-child{
    background-color: transparent !important;
}

.ads-1,.ads-2{
    display:block;
    margin:auto;
}

.ads-1{
    max-width: 728px;
    width: 100%;
    height: 90px;
    display:block;
    margin:unset;
}

.ads-2{
    max-width: 320px;
    width: 100%;
    height: 250px;
}

.stats-team-name-right {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 0;
    margin-right: auto;
}

.stats-team-name-left {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: 0;
}

@media only screen and (min-width: 1200px) {
    .statistics-filter-section{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .player-statistics{
        width: unset;
        margin-left: unset;
    }

    .left-section {
        padding-right: 2.5rem;
    }

    .right-section {
        padding-left: 2.5rem;
    }

    .statistics-search,.statistics-filter-component{
        width: 47%;
    }
    .leaderboard-container,.result-container{
        width: 100%;
        margin-left: 0;
        min-width: unset;
    }

    .leaderboard-container{
        padding: 1rem 0;
    }

    .result-container{
        padding: 1rem 2.5rem;
    }

    .ads-1{
        max-width: 728px;
        height: 90px;
    }
}
