

#place_sections .place_section.top_section{
    margin: auto;
}

.ow_dnd_widget{
    position: relative;
    margin-top: 88px;
    background-color: var(--contentBackgroundColor);
    border-radius: 60px;
    padding: 50px;
}

.ow_dnd_widget .ow_box_cap_body{
    position: absolute;
    top: -22px;
    left: calc(50% - 66px);
}



.user_wall_widget_container .ow_photo_item_info_description,
.user_wall_widget_container .owner_info_wrap,
#ow_photo_list_browser_wrap.ow_photo_list_wrap .ow_photo_item_wrap .ow_photo_item_info{
    display: none !important;
}

.base_profile_page .profile_content_menu_wrap{
    margin-bottom: 140px;
}


.profilex_avatar {
    display: inline-block;
}

.profilex_avatar_console {
    position: relative;
    border-style: solid;
    border-width: 1px;
}

.profilex_avatar_image {
    background: green;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    background-size: 100%;
}

.profilex_avatar_change {
    position: absolute;
    display: none;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.profilex_avatar_image:hover .profilex_avatar_change {
    display: block;
}
.profilex_avatar_change a {
    white-space: nowrap;
}

.profilex_avatar .user_online_wrap {
    bottom: 5px;
    position: absolute;
}

.profilex_avatar_mob .user_online_wrap {
    bottom: 5px;
    left: 5px;
    position: absolute;
}
.profilex_toolbox {
	padding: 0px 0px 0px 0px;
        position: relative;
}

.profilex_user_info{
    position: relative;
    height: 500px;
    border-radius: 30px;
    overflow: hidden;
}

.profilex_user_info_mob {
    color: white;
    margin-bottom: 12px;
    margin-top: 12px;
}

.profilex_display_name {
    font-size: 22px;
    font-weight: bold;
    display: block;
}

.profilex_display_name .button_share_module{
    box-shadow: none;
    background-color: transparent;
    padding: 4px;
}

.profilex_display_name_m {
    font-size: 22px;
    font-weight: bold;
}

.profilex_display_name_m_subtitle {
    font-size: 14px;
}

.profilex_display_name_subtitle {
    font-size: 14px;
    display: block;
}




.profilex_txt {
    display: table-cell;
    vertical-align: middle;
}

.profilex_empty,
html[xmlns] .profilex_empty.clearfix {
    height: 118px;
    width: 100%;
    display: table;
    text-align: center;
}

.profilex_wrap .ow_profile_action_toolbar {
    margin-bottom: 0px;
}



.profilex_button_more{
    background-image: url(../img/ic_more_white.png);
    background-size: 22px 22px;
    background-repeat: no-repeat; 
    background-position: center;
    width: 24px;
    height: 32px;
}

.profilex_button_more_hori{
    background-image: url(../img/ic_more_hori_white.png);
    background-size: 22px 22px;
    background-repeat: no-repeat; 
    background-position: right;
    width: 32px;
    height: 12px;
}



.profilex_cont{
    position: relative;
}

.profilex_cover_photo{
    width: 100%; height: 100%;
}

.user_info_wrap_hender_2{
    background-color: #333;
    padding: 10px;
}



.request_access_key_wrap{
    padding: 8px 8px 8px 34px;
    background-image: url(../img/ic_key.png);
    background-size: 20px;
    background-position: 6px center;
    background-repeat: no-repeat;
}

.request_access_key_wrap.key_status_0{
   background-color: #f9eedb;
}

.request_access_key_wrap.key_status_1{
   background-color: #dbeaf9;
}

.request_access_key_wrap.key_status_2{
   background-color: #ccf9e2;
}

.request_key_button{
    padding-right: 40px;
}

.request_key_button.ow_preloader{
    background-position: 100% center;
}

.profilex_cont_wrap .user_basic_info{font-size:12px}

.profilex_cont_wrap .user_basic_info .user_asset_item{
    display: inline-block;
    vertical-align: middle;
    background-size: 18px;
    padding-left: 22px;
    background-repeat: no-repeat;
    background-position: left;
    padding-right: 6px;
}

.profilex_cont_wrap .user_basic_info .user_asset_item_photo{
    background-image: url(../img/ic_image_white.svg);
    margin-left: 10px;
}

.profilex_cont_wrap .user_basic_info .user_asset_item_video{
    background-image: url(../img/ic_video_white.svg);
}

.profilex_cont_wrap .user_basic_info .user_asset_item_premium_pack{
    background-image: url(../img/ic_album_white.svg);
}

.profilex_cont_wrap .user_basic_info .user_asset_item a{
    color: white;
}

.profilex_action_toolbar{
    position: absolute;
    right: 0;
}

.profilex_action_toolbar .ow_context_action_block.ow_context_action_value_block{float: none;}
.profilex_action_toolbar .ow_profile_gallery_action_toolbar{margin-right: auto;}

.user_heading_information_wrap{
    box-sizing: border-box;
}

.profile_header_1 .user_heading_information_wrap{
    padding-left: 14px;
    padding-top: 14px;
    padding-right: 34px;
}

.aboutme_block_wrap{
    display: inline-block;
    vertical-align: middle;
    background-color: var(--contentBackgroundColor);
    padding: 50px 100px;
    border-radius: 60px;
    width: calc(100% - 318px);
    box-sizing: border-box;
    margin-left: 68px;
    position: relative;
}

.aboutme_block_wrap .div_triangle{
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 34px 34px 34px;
    border-color: transparent transparent var(--contentBackgroundColor) transparent;
    transform: rotate(270deg);
    position: absolute;
    left: -50px;
    top: calc(50% - 20px);
}

.aboutme_block_wrap .aboutme_content{
    padding-top: 50px;
    background-repeat: no-repeat;
    background-position: 0px 18px;
    box-sizing: border-box;
    min-height: 68px;
}

.aboutme_block_wrap .aboutme_content.ic_quote_left_pet_theme{
    
}

.aboutme_block_wrap .social_statistic{
    width: fit-content;
    margin-left: -24px;
    margin-top: 20px;
}

.aboutme_block_wrap .social_statistic_wrap{
    display: flex;
    align-items: center;
}

.aboutme_block_wrap .social_statistic_wrap .social_statistic_el{
    padding: 0px 24px;
    font-weight: var(--p-font-weight-bold);
    color: var(--contentTextColorLight);
    line-height: 1.7;
    text-align: center;
}

.aboutme_block_wrap .social_statistic_wrap .social_statistic_el a{
    color: var(--blackTextColor);
    text-decoration: none;
}

.aboutme_block_wrap .social_statistic_wrap .social_statistic_el_seperator{
    width: 2px;
    height: 16px;
    background-color: var(--primaryButtonColor);
}

.aboutme_block_wrap .interaction_button,
.aboutme_block_wrap .edit_profile_button{
    margin-top: 40px;
}

.aboutme_block_wrap a.button.with_icon_left.transform{
    background-position: 12px center;
}



.base_profile_page .profile-BASE_CMP_UserViewWidget,
.base_profile_page .profile-PHOTO_CMP_PhotoWidget, 
.base_profile_page .profile-PHOTO_CMP_VideoWidget
{
    display: none
}

.profilex_wrap.profile_header_1{
    display: inline-block;
    vertical-align: middle;
}


.base_profile_page .profilex_avatar_image {
    height:243px; 
    width:243px;
    border-radius: 50%;
}
.base_profile_page .profilex_avatar_image div[data-outlet=approve-overlay]{border-radius: 50%;}
.base_profile_page .profilex_avatar_console{border:none; border-radius:50%;}
.base_profile_page .profilex_avatar_console .ow_avatar_label{display: none}
.base_profile_page .profile_header_1 .profilex_display_name_subtitle{text-shadow: none;}
.base_profile_page .ow_miniic_live .ow_live_on{border-radius: 50%; border: 3px solid white; margin-left: -2px; margin-bottom: -2px;}
.base_profile_page .profilex_field_name_text{line-height:20pt}

.base_profile_page .ow_stdmargin{margin-bottom:6px}
.base_profile_page .ow_stdmargin:last-child{margin-bottom:6px}
.profilx_profile_content_top{position:relative;}
.profilx_profile_content_top.guest_mode{margin-top: 95px}



.profilex_cont_wrap{color:white}
.profilex_cont_wrap .user_basic_info{white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.profilex_cont_wrap .user_profile_heading{white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

.user_interact_block_holder{background-color:white; padding-top:6px; padding-bottom: 6px; overflow-x:auto; width:100%; margin-bottom:6px}
.user_interact_block_holder{-ms-overflow-style: none; scrollbar-width: none;}
.user_interact_block_holder::-webkit-scrollbar{display: none;}
.user_interact_button_wrap{width:max-content; margin:auto;}
.user_interact_button{display: inline-block; vertical-align:top; width:90px; text-align:center; color:white; font-size:14px; padding:11px 8px; box-sizing:border-box; cursor:pointer}
.user_interact_button .btn_label{white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.user_interact_button .btn_icon{margin-bottom:6px}
.user_interact_button .btn_icon img, .user_interact_button .btn_icon svg{height:24px; width:24px}
.user_interact_button .btn_icon svg{fill:white}
.user_interact_button .btn_proloader{height:24px; width:100%;margin-bottom:6px}

.user_policy_button_wrap{position:absolute; z-index:1; right:-20px; top:10px;}
.profilex_more_action_list .ow_tooltip_body{border-radius: 4px;}

.user_light_weight_action_wrap .user_interact_button {width: 48px; height: 48px; margin-left:6px; vertical-align: middle; border: 1px solid #d0d7dc; border-radius: 50px; justify-content: center; align-content: center; align-items: center; display: inline-flex;}
.user_light_weight_action_wrap .user_interact_button .btn_icon{margin-bottom: 0}
.user_light_weight_action_wrap .user_interact_button .btn_icon svg{fill:#3daff0}
.user_light_weight_action_block_holder{-ms-overflow-style: none;  scrollbar-width: none;}
.user_light_weight_action_block_holder::-webkit-scrollbar{display: none;}
.user_light_weight_action_block_holder{position:absolute; left:116px; right:0;overflow-x:auto;  top:186px; }
.user_light_weight_action_wrap{width: max-content; margin-left: auto;}
.user_light_weight_action_wrap .user_interact_button .btn_proloader{height:24px; width:24px;margin-bottom:0}
.user_light_weight_action_wrap .user_interact_button_profilex_edit_profile, .user_light_weight_action_wrap .user_interact_button_profilex_id_verify{width: max-content; padding-left: 16px; padding-right: 16px;}
.user_light_weight_action_wrap .user_interact_button_profilex_id_verify .id_verified_mark{padding-right: 18px; padding-left: 0;}
.base_profile_page  .aboutme_block_wrap .user_heading_information_wrap{position:relative; padding-left:0; background: transparent}
.base_profile_page  .aboutme_block_wrap .user_profile_heading{display:none}
.aboutme_block_wrap .aboutme_content.less_content{max-height: 36px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.aboutme_block_wrap .more_or_less_link{padding-top: 4px;}

@media screen and (max-width: 1240px){
    
    .content_body_container{
        margin-top: 0;
    }
    
    .profilx_profile_content_top.guest_mode{
        margin-top: 0;
    }
    
    .aboutme_block_wrap{
        display: block;
        margin-left: 0;
        padding: 50px;
        border-radius: 30px;
        margin-top: 40px;
        width: 100%;
    }
    
    .ow_dnd_widget{
        border-radius: 30px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    .profilex_wrap.profile_header_1{
        margin-left: auto;
        margin-right: auto;
        display: block;
        width: fit-content;
    }
    
    .aboutme_block_wrap .div_triangle{
        transform: rotate(0deg);
        left: calc(50% - 34px);
        top: -25px;
    }
    
    .base_profile_page .profile_content_menu_wrap{
        margin-bottom: 65px;
    }
}

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

    .base_profile_page .content_body_container{margin-top: 0}
    .base_profile_page .profile_content_menu_wrap{margin-bottom: 27px}
    .base_profile_page .profilex_avatar_image div[data-outlet=approve-overlay]{border-radius: 50%;}
    .base_profile_page .profilex_avatar_console{border:none; border-radius:50%;}
    .base_profile_page .ow_miniic_live .ow_live_on{border-radius: 50%; border: 3px solid white; margin-left: -2px; margin-bottom: -2px;}
    .base_profile_page .profilex_field_name_text{line-height:20pt}
    .base_profile_page .ow_header{margin:0}
    body.ow.base_profile_page .ow_page_container .ow_canvas .ow_page{padding: 0;}
    body.ow.base_profile_page .ow_header .ow_menu_wrap{display: none;}
    
    .base_profile_page .profile-PHOTO_CMP_WallWidget .ow_box{border-radius:0}
    
    .profilex_user_info{
        height: 230px;
        border-radius: 14px;
    }
    
    .ow_dnd_widget .ow_box_cap_body{
        top: -21px;
        left: calc(50% - 63px);
    }
    
    
}

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

}

@media screen and (min-width: 961px)  {

   .profilex_profile_data .profilex_info_item{
            width: -webkit-calc(25% - 4px);
            width: -moz-calc(25% - 4px);
            width: calc(25% - 4px);
    }
}

@media screen and (min-width: 1241px)  {

   .profilex_profile_data .profilex_info_item{
            width: -webkit-calc(25% - 4px);
            width: -moz-calc(25% - 4px);
            width: calc(25% - 4px);
    }
}

@media screen and (min-width: 1025px) and (max-width: 1240px) {

   .profilex_profile_data .profilex_info_item{
            width: -webkit-calc(33.33% - 4px);
            width: -moz-calc(33.33% - 4px);
            width: calc(33.33% - 4px);
    }
}

@media screen and (min-width: 481px) and (max-width: 640px), screen and (min-width: 841px)  and (max-width: 1024px){

   .profilex_profile_data .profilex_info_item{
            width: -webkit-calc(50% - 4px);
            width: -moz-calc(50% - 4px);
            width: calc(50% - 4px);
    }
}

@media screen  and (max-width: 480px), screen and (min-width: 641px) and (max-width: 840px){

   .profilex_profile_data .profilex_info_item{
            width: -webkit-calc(100% - 4px);
            width: -moz-calc(100% - 4px);
            width: calc(100% - 4px);
    }
}

