.edit-btn-layout {
	display: inline-block;
	border: 1px solid #e1e8ed;
	border-radius: 5px;
	padding: .2rem .4rem;
	cursor: pointer;
	color: #373a3c;
	transition: .2s;
}
.edit-btn-layout:hover {
	background: #880e4f;
	color: white;
}
.edit-btn-icon {
	font-family: "Font Awesome 5 Free";
}
.edit-btn-icon:before {
	content: "\f044";
}