.ticker{
    font-size: 19px;
    font-weight: normal;
    background: linear-gradient(to bottom, #ffe600, var(--colour-flat-ff-secondary-yellow));
    margin-left: -11%;
    min-width: 122%;
    padding: 0.5rem 11%;
}

.latest-update-container,.fixtures-container,.my-profile-container{
    margin-left: -11%;
    min-width: 122%;
}

.latest-update-container{
    background: var(--color-linear-gradient-secondary);
    margin-bottom: 3rem;
}

.fixtures-container,.my-profile-container{
    background-color: var(--color-light-grey-secondary);
    padding: 1.5rem;
}

.left-section,.right-section{
    padding:0;
}

.leaderboard-info{
    background-color: white;
    padding: 0 1rem 0.5rem;
}

.leaderboard-border-line{
    border-top: 1px solid var(--color-dark-grey-secondary);
}

.rank-info{
    padding-left: 4rem;
    position: relative;
    font-size: 16px;
    font-weight: normal;
}

.rank{
    color: white;
    background-color: var(--colour-flat-ff-secondary-dark-blue);
    text-align: center;
    width: 25px;
    height: 25px;
    left:0;
    border-radius: 50px;
    position: absolute;
}

.point{
    font-size: 16px;
    font-weight: 500;
    color: var(--colour-flat-ff-dark-cyan-wcag);
}

.player-ranking{
    background-color: white;
    padding: 1rem 1.5rem;
    margin: 1.5rem 0;
    display: flex;
    flex-wrap: nowrap;
}

.player-shirt{
    width: 20%;
    position: relative;
}

.more-info{
    position: absolute;
    top: -8px;
    left:-8px;
    width: 50%;

}

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

.player-position{
    font-size: 16px;
    font-weight: normal;
}

.player-name,.player-team{
    margin: 0;
    padding: 0 1rem;
}
.player-name{
    font-size: 22px;
    font-weight: 500;
    line-height: normal;
}
.player-team{
    font-size: 16px;
    font-weight: normal;
}

.player-point{
    color: var(--color-blue-primary);
    font-size: 28px;
    font-weight: 600;
}

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

.btn-view-stats{
    padding: 0.2rem 1rem;
    background-color: white;
    border-radius: 20px;
}

.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;
}

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

.fixtures-info,.profile-detail{
    margin: 1.5rem auto;
}

.fixtures-header,.fixtures-info-header{
    text-align: center;
    padding: 1rem 0;
    font-weight: normal;
    line-height: normal;
    color: var(--colour-flat-white);
    background: var(--color-linear-gradient-primary);
}

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

.fixtures-team{
    display: flex;
    flex-wrap: nowrap;
    word-break: break-word;
    font-size: 11px;
    font-weight: 500;
    line-height: 0.91;
    width: 37.5%;
}

.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;
}

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

.profile-info{
    padding:1rem;
    background-color: white;
    font-size: 16px;
    font-weight: normal;
    display: flex;
    justify-content: space-between;
}

.epoint-wallet{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    padding: 1rem 0.5rem;
    font-size: 20px;
    font-weight: normal;
    color: var(--colour-flat-ff-primary-blue);
    background: var(--color-linear-gradient-secondary);
}

.point-balance{
    padding: 1rem 0.75rem;
    font-size: 20px;
    font-weight: 600;
    background-color: white;
    color: var(--colour-flat-black);
}

.btn-buy-epoint{
    font-size: 19px;
    font-weight: 600;
    white-space: nowrap;
}

.ads-1,.ads-2,.ads-3{
    display:block;
    margin:auto;
}
.ads-1{
    max-width: 728px;
    width: 100%;
    height: 90px;
    margin-left: 0!important;
}
.ads-2{
    max-width: 320px;
    width: 100%;
    height: 250px;
}
.ads-3{
    max-width: 320px;
    width: 100%;
    height: 100px;
}

@media only screen and (min-width: 1200px) {
    .ticker{
        padding: 1rem 2rem;
        font-size: 26px;
        min-width: unset;
        margin-left: unset;
    }

    .latest-update-container{
        width: calc(50% - 1.25rem);
        margin-left: 0;
        padding: 0;
        min-width: unset;
    }

    .fixtures-container,.my-profile-container{
        width: 100%;
        margin-left: 0;
        padding: 0;
        min-width: unset;
    }

    .latest-update-container.margin-right{
        margin-right: 1.25rem;
    }

    .latest-update-container.margin-left{
        margin-left: 1.25rem;
    }

    .fixtures-container,.my-profile-container{
        padding: 1rem 2rem;
    }

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

}
