.from-she {
	color: #797979;
	font-size: 14px;
	text-decoration: underline #797979;
	text-decoration-thickness: 2px;
	font-weight: 700;
}

.user-content {
	margin-top: 80px;
	margin-bottom: 70px
}

.item {
	text-align: center;
}

.item .avatar img {
	max-width: 185px;
	height: 185px !important;

	border-radius: 50%;
	width: 100%;
}

@media screen and (max-width: 768px) {
	.item .avatar img {
		max-width: 170px;
		height: 170px !important;
	}
}


.item .title {
	color: var(--blue-black);
	font-size: 15px;
	font-weight: 500;
	line-height: normal;
}

.item .title img {
	width: 14px;
	height: 14px;
	margin-bottom: 4px;
}

.item .mood {
	text-align: left;
	font-size: 14px;
	padding: 4px 10px;
	max-height: 180px;
	width: 100%;
}

.borderless li {
	border: 0 none;
}

.list-group {
	display: grid !important;
	grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width:992px) {
	.list-group {
		grid-template-columns: repeat(2, 1fr);
	}
}

.list-group-item {
	text-align: center;
	padding: 10px 0px;
}

.timestamp {
	text-align: center;
	color: #595959;
	font-size: 12px;
}

.goodback {
	color: #fff;
	bottom: 20px;
	right: 20px;
	background: var(--red);
	padding: 1px 8px;
	border-radius: 50px;
	font-size: 12px;
}

.withdraw {
	color: #fff;
	bottom: 20px;
	right: 20px;
	background: #797979;
	padding: 1px 8px;
	border-radius: 50px;
	font-size: 12px;
}