#datatable_fixed_column #img_detalhes {
	width: 80px;
    border-radius: 100%;
}

#datatable_fixed_column #img_detalhes img{
	border-radius: 100%;
	width: 60px;
	height: 60px;
	object-fit: cover;
}

#datatable_fixed_column td img{
	border-radius: 100%;
	width: 60px !important;
	height: 60px;
	object-fit: cover;
}