.feed .avatar {
	color: #fff;
	background-color: #adb5bd;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
	border-radius: 50%;
	height: 48px;
	width: 48px;
}
	.feed .avatar img {
		width: 100%;
		border-radius: 50%;
	}
.feed .avatar-group .avatar {
	position: relative;
	z-index: 2;
	border: 2px solid #fff;
}
.feed .avatar-xs {
	width: 24px;
	height: 24px;
	font-size: .75rem;
}

.feed .avatar-lg {
	width: 58px;
	height: 58px;
	font-size: .875rem;
}
.feed .rounded-circle {
	border-radius: 50% !important;
}
.feed .avatar-group .avatar + .avatar {
	margin-left: -1rem;
}

.feed .icon-actions > a {
	display: inline-block;
	margin-right: .75rem;
	color: #8898aa;
	font-size: .875rem;
}

.feed .icon-actions > a, .icon-actions > a.active, .icon-actions > a:hover {
	color: #32325d;
}



.feed .media-comment {
	margin-top: 1rem;
}
.feed .media {
	display: flex;
	align-items: flex-start;
}

.feed .media-comment-avatar {
	margin-top: .5rem;
	margin-right: -4rem;
	position: relative;
	z-index: 1;
	width: 64px;
	height: 64px;
	border: 4px solid #fff;
	transition: all .15s ease;
}

.feed .media .media-body {
	padding-right: 10px;
}
.feed .media-body {
	flex: 1;
}
.feed .media-comment-text {
	border-radius: .3rem;
	border-top-left-radius: 0;
	position: relative;
	background-color: #f6f9fc;
	/*padding: 1rem 1.25rem 1rem 4.5rem;*/
	padding: 1rem 1.25rem 1rem 1rem;
}
.feed .media p {
	line-height: 1.61em;
	font-size: .875rem;
}

.feed .media .avatar {
	margin: 0 auto;
	width: 64px;
	height: 64px;
	margin-right: 15px;
}

.feed .media textarea {
	/*margin-bottom: 20px;*/
}


.feed .card {
	margin-bottom: 30px;
	box-shadow: 0 15px 35px rgb(50 50 93 / 10%), 0 5px 15px rgb(0 0 0 / 7%);
	border: 0;
}
.feed .card .card-footer, .card .card-header {
	background-color: #fff;
}

.feed .card-header {
	padding: 1.25rem 1.5rem;
	margin-bottom: 0;
	border-bottom: .0625rem solid rgba(0,0,0,.05);
}


.font-weight-600{
	font-weight:600;
}

.like-active {
	color: #da4a39 !important;
}

.font-16 {
	font-size: 16px;
}

.font-14{
	font-size:14px !important;
}


.custom_img img {
	max-width: 100%;
	height: auto;
}

.custom_img iframe {
	max-width: 100%;
	height: auto;
}


/*iframe, html, body a img {
	max-width: 100%;
	height: auto;
}*/


.profile-about-bg {
	background: linear-gradient( 270deg,#5c5852,#161e35);
}


.home-header-form-control {
	display: block;
	width: 100%;
	height: 50px;
	padding: 0.375rem 1.5rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 30px 30px 30px 30px;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.home-header-theme-btn {
	font-weight: 600;
	font-size: 16px;
	color: #333f57;
	line-height: 50px;
	padding-left: 16px;
	padding-right: 16px;
	background-color: #F5F7FC;
	text-align: center;
	position: relative;
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 30px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	z-index: 1;
}

.home-header-gradient-btn {
	background: linear-gradient( 270deg,#ffd11d,#ffce10);
	position: relative;
	color: #000;
}

.required-star {
	color: #f50017 !important;
}

.category-badge {
	position: absolute;
	/*background-color: #40CC6F;*/
	background-color: #6872b6;
	top: 15px;
	right: 21px;
	padding: 6px 11px;
	font-size: 12px;
	text-transform: capitalize;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-weight: 600;
	z-index: 1;
	color: #fff;
}


.masonry-card-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-height: 1 px;
	padding: 0 rem 0 rem 0.5 em 0 rem;
}

.masonry-card-stats {
	
	padding: 8px 0px 10px 12px;
}

.masonry-card-body p {
	padding: 10px 12px 1px 12px;
	color:black;
}

.masonry-card-body h6 {
	padding: 10px 12px 1px 12px;
	color: #32325d;
	font-size: 14px;
}

.feed .icon-actions i{
	font-size: .875rem;
	color: #32325d;
}

.feed .icon-actions span {
	font-size: .875rem;
	color: #32325d;
}

.text-black{
	color:black !important;
}


.mining-timer {
	color: blue !important;
	font-size: 20px !important;
	font-weight: 600;
}

.fake_like {
	color: #c5c5c5 !important;
}
