/* hide selected image name from input type file */
input.cofu_upload_file {
	color: transparent;
	margin: 15px 0px;
}
img.af-btn-delete {
	/* position: absolute; */
	cursor: pointer;
	display: inline-block;
	z-index: 9999;
	margin-left: 15px;
	/* margin-top: 6px; */

}
h5.cofu-heading {
	padding-top: 8px;
	font-weight: 600;
	margin: 0px;
}
span.show-file{
   padding-right: 15px;
	font-size: 14px !important;
	color:#3d9cd2;
}
img.af-btn-delete:hover {
	background:  bisque;;

}
.fa-trash {
	cursor: pointer;
	color: #7f54b3;
	padding: 0px 10px;
}
.fa-eye {
	text-decoration: none !important;

}
img.af-upload {
	margin: 15px;
	width: 100px;
	height: 100px;
	position: relative;
	display: inline-block;
}
.cofu-error-msg{
	font-size: 13px;
	color: red;

}
/* Styling for file filed on front */
.cofu-div {
	background: #fbfbfb;
	padding: 10px 10px;
	margin: 10px 0px;
}
.cofu_desc {
	color: #43454b;
	padding-bottom: 5px;
	font-size: 14px;
}
