/* PLAYER DATA PAGE */

.playerStatsContainer {
    position: relative;
    height: 1700px;
    width: 100%;
    font-family: var(--font);
}

.playerName {
    color: var(--main-color);
    font-weight: 900;
    font-size: 37px;
    padding-bottom: 5px;
    text-align: center;
    margin-bottom: 20px;
    border-bottom: 2px solid var(--main-color);
    line-height: 1.3;
}

.playerTopRow {
    margin: 20px auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.playerNumber {
    color: white;
    background-color: var(--main-color);
    height: 80px;
    width: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    font-weight: bold;
    margin: 0px auto;
}

.playesSmallInfo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 17px;
    width: 200px;
}


.centerImageContainer {
    /* position: relative; */
    /* margin: auto; */
    position: absolute;
    right: 41%;
    transform: translateX(50%);

    height: 400px;
    width: 400px;
    border: 2px solid #a6bdbb;
    border-radius: 50%;
}

.bigImageContainer {
    position: relative;
    margin-top: 50px;
}

.bigImage {
    position: absolute;
    top: 0%;
    right: 60%;
    width: 500px;

    transform: translate(56%, 0);
    /* transform: translate(50%, -15%); */
}

.centerImage {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    width: 60%;
}


.bigCircles {
    position: absolute;
    display: flex;
    width: fit-content;
}

.bigCircles.one {
    top: 20%;
    right: 90%;
    transform: translate(50%, -50%) rotate(-53deg);
}

.bigCircles.two {
    bottom: 20%;
    right: 10%;
    transform: translate(50%, 50%) rotate(-53deg);
}

.bigGray {
    background-color: #a6bdbb;
    height: 27px;
    width: 27px;
    border-radius: 50%;
}

.bigWhite {
    background-color: white;
    height: 27px;
    width: 27px;
    border-radius: 50%;
}


.cloudContainer {
    position: absolute;
    width: fit-content;
}

.cloudContainer.steals {
    top: 20%;
    right: 10%;
}

.cloudContainer.defensive_reb {
    top: 32%;
    right: 19%;
}

.cloudContainer.plus_minus {
    top: 38%;
    right: 3%;
}

.cloudContainer.val {
    top: 42%;
    right: 26%;
}

.cloudContainer.p1 {
    top: 50%;
    right: 7%;
}

.cloudContainer.p2 {
    top: 58%;
    right: 21%;
}

.cloudContainer.p3 {
    top: 67%;
    right: 10%;
}


.cloudContainer.games {
    top: 15%;
    left: 5%;
}

.cloudContainer.minutes {
    top: 26%;
    left: 11%;
}

.cloudContainer.assists {
    top: 36%;
    left: 3%;
}

.cloudContainer.offensive_reb {
    top: 47%;
    left: 0%;
}

.cloudContainer.blocks_for {
    top: 58%;
    left: 9%;
}

.cloudContainer.total_reb {
    top: 69%;
    left: 1%;
}

.whiteCircle {
    position: relative;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background-color: white;
    border: 1px solid var(--main-color);
    transform: rotateZ(120deg);
    transition: transform 1000ms cubic-bezier(0.11, 0.57, 0.18, 0.99);
}

.cloudContainer:hover>.whiteCircle {
    transform: rotateZ(400deg);
}

.smallCircles {
    position: absolute;
    display: flex;
    width: fit-content;
}

.smallCircles.one {
    top: 0%;
    right: 50%;
    transform: translate(50%, -50%);
}

.smallCircles.two {
    bottom: 0%;
    right: 50%;
    transform: translate(50%, 50%);
}

.smallRed {
    background-color: var(--main-color);
    height: 10px;
    width: 10px;
    border-radius: 50%;
}

.smallWhite {
    background-color: white;
    height: 10px;
    width: 10px;
    border-radius: 50%;
}

.redCircle {
    height: 130px;
    width: 130px;
    border-radius: 50%;
    background-color: var(--main-color);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    line-height: 1.4;
}

.infoQ {
    font-size: 18px;
    width: 70%;
    line-height: 1;
    text-align: center;
    position: absolute;
    right: 50%;
    top: 30%;
    transform: translate(50%, -50%);
}

.infoA {
    font-size: 38px;
    font-weight: bold;
    margin-top: 25px;
    direction: ltr;
}

.infoA.champions {
    display: none;
}

.boardSwitch {
    width: fit-content;
    position: absolute;
    top: 0%;
    left: 20%;
}

.boardSwitch>img {
    cursor: pointer;
}


.playerStatsContainer_mobile {
    display: none;
}

@media only screen and (max-width: 1440px) {

    .cloudContainer.games {
        top: 15%;
        left: 5%;
    }

    .cloudContainer.minutes {
        top: 26%;
        left: 11%;
    }

    .cloudContainer.assists {
        top: 36%;
        left: 3%;
    }

    .cloudContainer.offensive_reb {
        top: 47%;
        left: 0%;
    }

    .cloudContainer.blocks_for {
        top: 58%;
        left: 9%;
    }

    .cloudContainer.total_reb {
        top: 69%;
        left: 1%;
    }
}



@media only screen and (max-width: 600px) {

    .playerStatsContainer {
        display: none;
    }

    .playerStatsContainer_mobile {
        display: unset;
        font-family: var(--font);
    }


    .playerStatsTable_mobile {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        justify-items: center;
        align-items: center;
        row-gap: 10px;
        padding-top: 15px;
        border-top: 2px solid;
    }

    .statRow_mobile {
        display: grid;
        grid-template-columns: 70% 30%;
        align-items: center;
        justify-items: right;
        width: 100%;
        background-color: white;
        height: 54px;
        padding: 0px 30px;
    }

    .statRow_mobile.gray {
        background-color: #eaeaea;
    }

    .statQ_mobile {
        font-size: 18px;
    }

    .statA_mobile {
        font-size: 21px;
        font-weight: bold;
        color: var(--main-color);
    }

    .statA_mobile.champions {
        display: none;
    }

    .boardSwitch {
        position: unset;
        margin: auto;
    }

    .cloudContainer.mobile {
        position: relative;
        zoom: 0.7;
    }

    .infoQ {
        font-size: 18px;
    }

    .infoA {
        font-size: 34px;
        direction: ltr;
    }
}