/*------------------ 
Frontend related CSS
------------------*/

.widget_kiu_ad_contacts_evaluation_widget .contact_details {
    margin: 1em;
}

.widget_kiu_ad_contacts_evaluation_widget .contact_eval_form {
    margin: 1em 0;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 1em;
    background-color: #f9f9f9;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    
}

.fa.fa-document-o:before {
	font-family: Flaticon;
	font-size: 24px;
	font-style: normal;
	content: "\f18C";
}