/*.my-media-content {
min-height: 53px;
}
.media-object{
border-radius: 50%;
}
.options-left{
margin-left: 20px;
float: right;
}
.list-unstyled{
list-style: outside none none !important;
}
.media{
border-right: 1px dotted #ccc;
border-bottom: 1px dotted #ccc;
border-radius: 0 42px 42px 0;
}
.comment-time{
margin-right: 40px;
}
.media-right , .comment-person-avatar{
width: 85px;
height: 85px;
}
*/
/******************************************************************************************/
/*Comment List styles*/
#commentsList{
	width: 98%;
	margin: 0 auto;
}
.comment-list .row {
	margin-bottom: 0px;
}
.comment-list .panel .panel-heading {
	padding: 4px 15px;
	position: absolute;
	border:none;
	/*Panel-heading border radius*/
	border-top-right-radius:0px;
	top: 1px;
	left: 16px;
}
.comment-list .panel .panel-heading.right {
	border-right-width: 0px;
	/*Panel-heading border radius*/
	border-top-left-radius:0px;
	right: 16px;
}
.comment-list .panel .panel-heading .panel-body {
	padding-top: 6px;
}
.comment-list figcaption {
	/*For wrapping text in thumbnail*/
	word-wrap: break-word;
}
/* Portrait tablets and medium desktops */
@media (min-width: 768px) {
	.comment-list .arrow:after, .comment-list .arrow:before {
		content: "";
		position: absolute;
		width: 0;
		height: 0;
		border-style: solid;
		border-color: transparent;
	}
	.comment-list .panel.arrow.left:after, .comment-list .panel.arrow.left:before {
		border-left: 0;
	}
	/*****Left Arrow*****/
	/*Outline effect style*/
	.comment-list .panel.arrow.left:before {
		left: 0px;
		top: 30px;
		/*Use boarder color of panel*/
		border-right-color: inherit;
		border-width: 16px;
	}
	/*Background color effect*/
	.comment-list .panel.arrow.left:after {
		left: 1px;
		top: 31px;
		/*Change for different outline color*/
		border-right-color: #FFFFFF;
		border-width: 15px;
	}
	/*****Right Arrow*****/
	/*Outline effect style*/
	.comment-list .panel.arrow.right:before {
		right: -16px;
		top: 15px;
		/*Use boarder color of panel*/
		border-left-color: inherit;
		border-width: 16px;
	}
	/*Background color effect*/
	.comment-list .panel.arrow.right:after {
		right: -14px;
		top: 16px;
		/*Change for different outline color*/
		border-left-color: #FFFFFF;
		border-width: 15px;
	}
}
.comment-list .comment-post {
	margin-top: 6px;
}
.comment-list .comment-date{
	float: right;
}
.comment-list .comment-user{
	float: right;
	margin-left: 30px;
}
.swal2-modal .swal2-styled{
	padding: 3px 32px !important;
}