
.m_likes_box{
	display: flex;
}
.m_likes_buttons{
	margin:10px;
}
.m_likes_buttons button{
	padding:10px;
	border-radius:40px;
	background-color:#FAFBFC;
	color: #14215B;
	border:none;
}
.like:hover {
	background-color: #1AA1A8;
	color: #fff;
}
.dislike:hover {
	background-color: #D31D18;
	color: #fff;
}
.m_like_disabled .like, .m_like_disabled .dislike{
	opacity: 0.7;
}
.m_like_disabled .like:hover, .m_like_disabled .dislike:hover{
	opacity: 0.7;
	cursor: not-allowed;
}
.m_likes_buttons .count_likes, .count_dislikes{
	display: contents;
}
.m_likes_box .m_likes_reaction_button{
	background-color:white;
	margin:0 15px;
	padding: 0;
	border:none;
}
.m_likes_box .m_likes_reaction_button:hover{
	color: #D31D18;
}
.like-active{
	background-color: #48556e;
	color:white;
}
.m_likes_colorbox{
	width:60vh;
}