

/*user style*/

.competencies_box{
    margin-top: -95px;
    position: relative;
    z-index: 9;
    padding: 0px 15px;
}

.profile_new .user_header_box{
    padding-bottom: 60px;
}

#competencies_content{
    margin: -44px -29px 40px;
    /*border-bottom: 5px solid #dddddd;*/
    padding: 37px 24px 28px 24px;
}

#competencies_content:after{
    content: '';
    display: block;
    clear: both;
}

.status-val{
    border-top: 5px solid #46474B;
    border-bottom: 5px solid #e5e5e5;
    border-radius: 0 0 2px 2px;
    padding: 25px 0 32px 0;
    height: 247px;
    font-family: "IBMPlexSans";
}

.status-title{
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    margin-bottom: 25px;
    color: #1985ae;
    margin-left: 12px;
    text-decoration: none;
}

.status-title:before{
    content: "";
    display: inline-block;
    height: 100%;
    margin-left: -6px;
    vertical-align: middle;
}

.status-title span{
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    padding-left: 18px;
    margin-top: -6px;
}

.status-data{
    color: #000000;
    font-size: 16px;    
    line-height: 20px;
    overflow-x: hidden;
    padding: 0px 0 32px 15px;
}



/*tabs*/

.user_tabs_list{
    border-top: 4px solid #fd4d30;
    border-bottom: 5px solid #c6c7c7;
    background-color: #404350;
    list-style: none;
    width: 100%;
    display: table;
}

.user_tabs_list:after{
    content: "";
    display: block;
    clear: both;
}

.user_tabs_list li{
    position: relative;
    font-size: 20px;
    line-height: 33px;
    color: #fff;
    padding: 17px 25px;
    cursor: pointer;
    display: table-cell;
}

.user_tabs_list li.active{
    background-color: #fd4d30;
}

.user_tabs_list li:before{
    content: '';
    display: block;
    height: 100%;
    width: 1px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #30323a;
}

.user_tabs_list li:first-child:before{
    display: none;
}

.user_tabs_list li span{
    display: inline-block;
    vertical-align: middle;
    font-family: Montserrat-Black;
    font-size: 15px;
}

.user_tabs_icon{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 36px;
    height: 32px;
    background: url("https://click-storm.ru/img/tabs_icons.png") 0 0 no-repeat;
}

.icon_trainers{
    background: none;
}

.user_tabs_box {
    padding-left: 14px;
    padding-right: 16px;
}

.user_tabs_icon>i{
    font-size: 30px;
    line-height: 30px;
    color: #fff;
}

.user_tabs_icon.icon_stream{
    background-position: -53px 0;
}

.user_tabs_icon.icon_tournaments{
    background-position: -112px 0;
}

.user_tabs_icon.icon_ratings{
    background-position: -177px 0;
}

.user_tabs_icon.icon_statistics{
    background-position: -256px 0;
}

.user_tabs_icon.icon_blog{
    background-position: -344px 0;
}

.user_tabs_icon.icon_video{
    background-position: -438px 0;
}

.user_tabs{
    display: none;
    padding: 70px 0 30px;
}

.title1_box_button{
    text-align: right;
    margin-bottom: 30px;
    margin-right: -1px;
}

.profile_new .edit_text{
    margin-right: 0;
}

.profile_new .post_box1{
    background: none;
}

#chart_div_psy_hits>div>div,
#chart_div_psy_hits>div>div svg,
#chart_div_psy_hits>div>div svg rect,
#chart_div_winrate>div>div,
#chart_div_winrate>div>div svg,
#chart_div_winrate>div>div svg rect{
    width: 100%;
}


.profile_new .b_post_item_img img{
    vertical-align: top;
}

.profile_new .b_post_item{
    width: 288px;
}

.tournaments_img .profile-video-show{
    position: relative;
}

.tournaments_img .profile-video-show:before{
    content: "";
    display: block;
    position: absolute;
    width: 44px;
    height: 44px;
    top: 50%;
    left: 50%;
    margin: -22px 0 0 -22px;
    z-index: 1;
    background: url('https://click-storm.ru/img/video_icon.png') 0 0 no-repeat;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.tournaments_img .profile-video-show:hover:before {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.tournament-badge img {
    width: 25px !important;
    height: 25px !important;
    border: 2px solid #FD4D30;
    border-radius: 50%;
    padding: 15px;
    background: #fff;
}

.tournament-badge {
    margin-left: -7px;
    margin-bottom: 10px;
    margin-top: -15px;
    float: left;
}

.profile_new .tournaments_box .tournaments_players.f_right {
    font-size: 17px !important;
}

.profile_new .tournaments_item:first-child{
    margin-left: 0;
}
.profile_new .tournaments_position{
    width: 156px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    top: -11px;
    left: 50%;
    margin-left: -81px;
    font-weight: 700;
    border-radius: 7px;
    z-index:100;
    border: 2px solid #F0F0F0;
}

.profile_new .tournaments_title{
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    color: #202020;
    padding: 15px 2px;
    margin-top: 15px;
    height: 90px;
    overflow: hidden;
}

.profile_new .tournaments_box .data_box.f_left, .profile_new .tournaments_box .tournaments_players.f_right {
    font-size: 16px !important;
}

.profile_new .tournaments_title_chenge{
    right: 15px;
    font-size: 18px;
    margin-top: 8px;
}

.quote-body span {
    height: 194px;
    display: block;
    overflow-y: scroll;
}

.profile_new .fa-envelope {
    font-size: 35px;
    position: relative;
    top: -2px;
    color: #D63419;
}

.profile_new .fa-envelope:hover {
    color: #FD4D30;
}

.content_profile .category_header {
    padding: 18px 25px 10px;
}