
.statsTop{
    display: grid;
    grid-template-columns:  repeat(8, 1fr);
    grid-template-rows: auto;
    gap: 8px;
    padding: 8px;
}

.statsTitle {
    height: 50px;
    margin: 4px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--background-mid);
    margin-top: 8px;
}

.fastBois{
    display: grid;
    grid-template-columns: 50px 50px 50px 50px;
    grid-template-rows: 50px 50px;
    padding-top: 8px;
}

.gridItem{
    box-shadow: #505050 0 4px 4px 1px;
}

.gridBottom{
    background-color: unset;
}

.inputs{
    text-align: center;
    padding: 4px;
    margin: 4px;
}

.selector{
    margin: 4px;
}

.gridItem{
    min-height: 175px;
}

.btn--blue{
    margin: 4px;
}

.gridContentSmall{
    min-height: unset;
    justify-content: center;
    padding: unset;
}

.newDonation{
    margin-bottom: unset;
    padding-bottom: unset;
}

.timingLogo{
    height: 66px;
    width: 66px;
}

.manulogo{
    width: 50px;
}

.multiStat{
    display: flex;
    flex-direction: column;
    font-size: 50px;
}

.riderStat{
    font-size: 22px;
    display: flex;
    flex-direction: column;
}

.riderName{
    font-size: 40px;
    text-align: center;
}

.data{
    font-size: 40px;
}

.largeText{
    font-size: 50px;
}

.greenStats{
    background: unset;
    background-color: green;
}

.beigeStats{
    background: unset;
    background-color: beige;
}

.statsAvatars{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 4px;
}

.teamAvatarImage{
    width: 66px;
    height: 66px;
}

.riderWrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.insideRiderWrap{
    display: flex;
    flex-direction: row;
    padding: 4px;
}

.statsWrap{
    display: grid;
    grid-template-columns:  repeat(4, 1fr);
    grid-template-rows: 488px 200px 1fr;
    gap: 8px;
}

.statsInner{
    display: grid;
    grid-template-columns: auto;
}

.names{
    display: flex;
    flex-direction: column;
    padding-left: 16px;
}

.spreadRow {
    grid-column: span 4;
    justify-items: center;
}

.spreadTitle{
    border-radius: 8px;
}

.topColumnWrap{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
}

.right{
    padding-right: 4px;
}

.thirdRow{
    display: flex;
    justify-content: center;
}

.subtitle{
    text-align: center;
    font-size: 15px;
}

.redTitle{
    background: red;
    color: white;
}

.yellowTitle{
    background: yellow;
}

.grayBackground{
    background: pink;
}

.pinkText{
    color: fuchsia;
}

.club{
    width: 50px;
    height: 50px;
}

.teamStatsWrap{
    padding: 8px;
}

.teamDisplay {
    display: flex;
    justify-content: center;
    /* flex-direction: column; */
    align-content: center;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.teamPicture{
    width: 375px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 450px;
}

.number {
    font-size: 2em;
    padding-left: 8px;
    font-weight: bold;
}

.teamText .largeText{
    font-size:40px;
}

.teamStatsBikeType{
    width: 359px; 
    padding: 8px; 
    border-radius: 4px;
}

.bikeText{
    font-size: 18px;
}

.teamDisplay .riderName{
    font-size: 67px; 
}

.teamStatsTrophyCase{
    display: flex;
    flex-direction: row;
}

.topTeamInfo{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    gap: 8px;
}

.statsTop.teamText{
    grid-template-columns: repeat(5, 1fr);
}

.green, .gridGreen, .donationTitle {
    background-image: url('images/moneyBack.png');
    background-repeat: repeat;
    background-color: var(--money);
    color: var(--text-light);
}

.rowOne{
    grid-row-start: 1;
    grid-row-end: span 2;
}

@media only screen and (max-width: 2450px){
    .statsFour,  #spreadBody4, .columnFourLower{
        display: none;
    }

    .statsWrap{
        grid-template-columns:  repeat(3, 1fr);
    }

    .statsTop{
        grid-template-columns:  repeat(4, 1fr);
    }
}

@media only screen and (max-width: 1870px){
    .statsThree, .statsFour, #spreadBody4, #spreadBody3, .columnFourLower, .columnThreeLower{
        display: none;
    }

    .statsWrap{
        grid-template-columns:  repeat(2, 1fr);
    }

    .statsTop{
        grid-template-columns:  repeat(3, 1fr);
    }
}

@media only screen and (max-width: 1250px){
    .statsThree, .statsFour, .statsTwo, #spreadBody4, #spreadBody3, #spreadBodyTwo, .columnFourLower, .columnThreeLower,.columnTwoLower{
        display: none;
    }

    .statsWrap{
        grid-template-columns:  repeat(1, 1fr);
    }

    .statsTop{
        grid-template-columns:  repeat(2, 1fr);
    }
}