
.user_header {
    background-image: url(../img/header_user.png);
    background-color: rgba(235, 235, 235, 0.62);
    background-size: 32%;
    border-radius: 3px;
    width: 95%;
    height: 8rem;
    margin-top: 1%;
}

.user_body_header {
	width: 100%;
	height: 8rem;
	display: flex;
	background: #ffffff;
	background: -webkit-linear-gradient(transparent -50%, white);
	background: -o-linear-gradient(transparent -50%, white);
	background: -moz-linear-gradient(transparent -50%, white);
	background: linear-gradient(transparent -50%, white);
}

.img_user_file {
	width: 6rem;
    height: 6rem;
    border: 2px solid #fff;
    border-radius: 100%;
    margin-left: 3%;
    margin-top: 1.5%;
	box-shadow: 0px 4px 3px 0px rgba(0, 0, 0, 0.08);
}

.user_header_div_wall {
	width: 45%;
    margin-top: 2%;
}

.user_header_p_name {
	width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin-left: 2%;
    margin-top: 5%;
    padding: .7%;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.user_header_p {
	font-size: 12px;
	padding: 0px 0px 2px 0px;
	height: 20%;
	border-bottom: 1px solid #bfbfbf;
	margin-top: 6%;
	margin-left: 1%;
	width: 14%;
	max-width: 14%;
	text-align: center;
	font-weight: bold;
	display: grid;
}

.user_header_p_spam {
	font-size: 12px;
    color: #757575;
    width: 100%;
}


.user_body_text {
    background: #fff;
    /* border-top: 1px solid #dee2e0; */
    width: 90%;
    padding: 1% 0% 1% 0%;
    overflow-x: hidden;
    height: 25rem;
    /* margin-left: 5%; */
    margin-top: 0%;
    border-bottom: 1px solid #dddddd;
}

#modal-loader-user {
	text-align: center;
    margin-top: 35%;
    font-family: 'Quicksand', sans-serif;
    color: #737f8d;
    font-size: 14px;
    font-weight: bold;
}

#view-modal-user {
    background: rgba(60, 66, 71, 0.83);
    padding-top: 7%;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

#dynamic-content-user {
	
}

.modal-content-user {
	background: #fff;
	width: 57rem;
	border-radius: 3px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.35);
}

.margin-user {
	margin-left: 17%;
    margin-top: -1%;
}

.close_modal_user {
	background: rgba(228, 228, 228, 0);
    border: 1px solid rgba(195, 195, 195, 0);
    border-radius: 6px;
    color: #ffffff;
    font-size: 43px;
    margin-left: 69%;
    margin-top: -4%;
    position: fixed;
}

.wall_profile_user_fe {
	background: transparent;
	width: 93%;
	margin-left: 1%;
	display: flex;
	border-top: 1px solid #dee2e0;
}

.profile_user_info {
	background: #f9f9f9;
	width: 42%;
	padding: 1%;
	border-right: 1px solid #dee2e0;
}