.js-profile-trigger-img {
	cursor: pointer;
	pointer-events: auto;
}

.report-bold {
	font-weight: 700;
	color: #5d5d5d;
}

.report-responsive {
    width: 800px;
}

@media screen and (max-width: 1023px) {
    .report-responsive {
        width: 100%;
    }
}


.textarea {
	width: 100%;
	margin-top: 11px;
	padding: 18px 23px;
	border: 1px solid #b5b5b5;
	box-sizing: border-box;
	background-color: #fff;
	font-size: 1.3rem;
	line-height: 1.6;
}

.close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
	cursor: pointer;
}

.close:hover,
.close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

.wrp_report {
	margin-bottom: 0px !important;
}

.js-profile-trigger-post,
.js-profile-trigger-post2 {
	cursor: pointer;
	pointer-events: auto;
}

@media (min-width: 1024px) {
	.comment_list_text {
		max-width: 100%;
		white-space: normal;
		word-break: break-word;
		overflow-wrap: anywhere;
	}
	.comment_field_margin{
		margin-bottom: 5px;
	}
	.comment_list_item_padding{
		padding-bottom: 15px !important;
	}
}

