.profile-flex {
    display: flex;
}

.profile-info {
    padding: 10px 15px 5px 40px;
    text-align: center;
}

.pro-name {
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 8px;
    margin-top: 50px;
}

.player-stats-header {
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 8px;
    color: white;
    margin-top: 50px;
}

.player-short-details {
    background-color: #0c71c3;
    color: #fff;
    padding: 3px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 385px;
    width: 100%;
    margin: 0 auto;
}

    .player-short-details span {
        font-size: 18px;
        line-height: 20px;
    }

.profile-form-outline {
    background: white;
    color: var(--primarycolor);
}

.right2-pro-col ul li {
    list-style: disc;
    margin-bottom: 6px;
}

    .right2-pro-col ul li:first-child {
        list-style: none;
        margin-left: -15px;
        margin-bottom: 16px;
        font-weight: 600;
    }

.last-pro-col p {
    font-weight: 600;
}

.profile-info .formlabel {
    color: var(--secondarycolor);
    display: inline-block;
    margin-bottom: 0;
    font-weight: 500;
}

.inf-det {
    font-size: 15px;
    font-weight: 500;
}

.player-social_link a {
    /* font-size: 14px;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    color: var(--primarycolor);*/
    color: #000;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 2px solid #0c71c3;
    width: 200px;
    border-radius: 10px;
}

    .player-social_link a:first-child {
        margin-right: 20px;
    }

.profile-link-sec {
    text-align: left;
    margin-top: 10px;
}

    .profile-link-sec p {
        font-size: 12px;
    }

        .profile-link-sec p a {
            color: #000;
        }

.player-social_link {
    display: flex;
    margin-top: 50px;
    justify-content: center;
}

    .player-social_link a .fa {
        font-size: 35px;
        margin-right: 5px;
        margin-top: -30px;
        background: #fff;
        padding: 10px;
        color: #0c71c3;
    }

.player-social_link-name {
    margin-bottom: 10px;
}

.profile-form-outline .tabbar {
    margin-top: 0;
}

    .profile-form-outline .tabbar a {
        margin-top: 0;
    }


.edit-profile-sec select {
    width: 100%;
}


@media (max-width:1440px) {
    .pro-name {
        font-size: 48px;
        line-height: 60px;
    }

    .profile-data p {
        font-size: 20px;
        line-height: 21px;
    }

    .player-other-details {
        padding-left: 50px;
    }

        .player-other-details ul li {
            font-size: 14px;
        }
}

@media (max-width:1366px) {
    .pro-name {
        font-size: 38px;
    }

    .player-other-details img {
        max-width: 130px;
        width: 100%;
    }
}

@media (max-width:1200px) {
    .profile-section-bg {
        height: 100%;
        background: #fff;
        /*background-image: none !important;*/
    }

    .mobileportrait-mobilewide .profile-inner-sec {
        text-align: center;
        padding: 20px;
    }

    .player-img > img {
        height: 250px;
       max-width: 210px;
        border: 5px solid #0c71c3;
        border-radius: 8px;
    }

    .pro-name {
        font-size: 30px;
        line-height: 50px;
        margin: 15px 0 30px;
    }

    .player-social_link {
        justify-content: center;
    }

        .player-social_link a .fa {
            font-size: 30px;
            margin-right: 5px;
            margin-top: -20px;
            padding: 6px;
        }

    .player-social_link-name {
        margin-bottom: 7px;
        font-size: 14px;
    }

    .profile-data {
        margin-top: 30px !important;
    }

        .profile-data p {
            font-size: 16px;
            line-height: 16px;
        }

    .player-other-details {
        padding: 0;
        background-color: #0c71c3;
        display: block;
        padding: 22px 10px;
    }

        .player-other-details ul {
            padding: 0;
        }

    .right2-pro-col ul li:first-child {
        margin: 0 0 20px 0;
    }

    .player-other-details ul li {
        list-style: none;
    }
}


.profile-section-bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 400px;
}

    .profile-section-bg > div {
        height: 100%;
    }

.profile-inner-sec {
    height: 100%;
}

.player-img {
    justify-content: center;
    align-items: center;
    display: flex;
}

    .player-img > img {
        width: 200px;
        height: 160px;
        object-fit: contain;
        /*max-width: 340px;*/
        border: 5px solid #0c71c3;
        border-radius: 8px;
        background-color: #fff;
    }

.profile-data p {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
}

.profile-data .profile-detail {
    color: #0c71c3;
}

.scores-label {
    color: white;
    font-size: 25px;
}

.scores-value {
    font-weight: bold;
    color: white;
    font-size: 25px;
}

.player-other-details ul {
    padding-left: 20px;
    margin-right: 25px;
}

    .player-other-details ul li {
        color: #fff;
    }

.player-other-details {
    display: flex;
    align-items: center;
}

.player-details-label {
    color: #fff;
    font-size: 18px;
}

.formlabel {
    color: var(--ButtonBackgroundColor);
    font-weight: 700 !important;
}

.profile-tab table tr td {
    padding: 10px !important;
    vertical-align: top !important;
    margin-bottom: 0px !important;
}

.nopadding {
    padding: 0 !important;
    margin:  0 !important;
}




@media (max-width: 945px) and (min-width: 500px) {
    .mobilestyle-for-sportsmen {
        display: table-cell !important;
    }
}

@media (max-width: 945px) and (min-width: 800px) {
    .testclass {
        column-width: 63px !important;
        word-wrap: break-word !important;
        padding: 7px !important;
    }
}

@media (max-width: 1013px) and (min-width: 800px) {
    .testgraphclass {
        width: 50% !important;
        word-wrap: break-word !important;
        padding: 15px !important;
    }
}



@media (max-width: 799px) {
    .mobilewide-desktop {
        display: none !important;
    }
}

@media (max-width: 1460px) {
    .mybutton {
        font-size: 13px;
        text-transform: none;
        display: inline-block;
        line-height: 1.45;
        position: relative;
        overflow: hidden;
        border-radius: 8px;
        font-weight: 600;
        margin: 2px 5px 5px 2px;
        padding: 8px 13px;
    }

    .mycontentsection {
        margin-top: 10px;
    }
}

@media (max-width: 420px) and (min-width:200px) {
    .mybutton {
        font-size: 11px;
        text-transform: none;
        display: inline-block;
        line-height: 1.45;
        position: relative;
        overflow: hidden;
        border-radius: 8px;
        font-weight: 600;
        margin: 2px 5px 5px 2px;
        padding: 8px 11px;
    }
}



@media (max-width: 800px) and (min-width: 200px) {
    .sportsman-image {
        width: 50% !important;
        height: 150px !important;
    }

    .sportsman-image-header {
        justify-content: center !important;
        display: flex !important;
        align-content: center !important;
    }

    .sportsmen-name {
        font-size: 22px !important;
        margin: 0px !important;
    }

    .sportsmen-details {
        margin: 0px !important;
    }

    .player-profile-details {
        display: flex;
        justify-content: center;
        height: fit-content !important;
        background-image: none !important;
    }

    .player-region-details {
        padding: 12px 5px !important;
        justify-content: center !important;
        display: flex !important;
        width: 350px !important;
    }

        .player-region-details li:first-child {
            margin: 0px 0px 7px 0px !important;
        }

    .commitmenttext {
        font-size: 15px !important;
    }

    .badge-image {
        width: 80px !important;
        height: 50px !important;
        vertical-align: super !important;
    }
}

@media (max-width: 945px) and (min-width: 801px) {
    .mobileportrait-mobilewide {
        display: none !important;
    }
}



.subsectionheader {
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    padding: 7px;
    width: 200%;
    background-color: #000000;
    color: #ffffff;
}

.sectionheader a {
    color: white !important;
}

.tgraphclass {
    display: grid !important;
    place-items: center !important;
    margin: 0 !important;
}

