@charset "UTF-8";
/*
  Customised CSS for Profile if required.
*/

.profile .profile-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #ebedf2;
}

.profile .profile-main .profile-main-info {
    margin: 1.5rem 0;
}

.profile .profile-main .profile-main-info-name {
    font-size: 1.5rem;
    font-weight: 600;    
}

.profile .profile-main .profile-main-info-position {
    font-weight: 500;
    color: #b2afc6;
}

.profile .profile-stats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.profile .profile-stats.medals {
    border-right: 1px solid #ebedf2;
}

.profile .profile-stats .profile-stats-item img {
    border-radius: 50%;
    width: 114px;
}

/*.kt-profile__content .kt-profile__stats .kt-profile__stats-item img {
    border-radius: 50%;
    width: 114px;
}

.kt-profile__content .kt-profile__stats.medals {
    border-right: 1px solid #ebedf2;
}

@media (max-width: 1024px) {
    .kt-profile .kt-profile__content .kt-profile__stats.medals {
        border-right: 0;
        border-bottom: 1px solid #ebedf2;
        padding-bottom: 1rem;
    }
}
.kt-profile__main-pic-upload .k-upload {
    display:none;
}*/