.search-icon {
	margin-left: auto;
	font-size: 22px;
	cursor: pointer;
}
.search-box { position:relative; margin-left: auto;}
.search-input {
	display:block;
	padding:10px; width:250px;
	border:1px solid #ccc; border-radius:10px;
}
.search-results {
	position:absolute; top:45px; 
	width: 100%;
	max-width:600px;
	background:#fff; border:1px solid #ddd;
	max-height:250px; overflow-y:auto; display:none;
	border-radius:10px; box-shadow:0 2px 10px rgba(0,0,0,0.1);
	margin-top: 0px;
	align: left;
}

.search-linha {
	display:flex;
	align-items:center;
	justify-content:space-between;
	padding:8px;
	border-bottom:1px solid #eee;
	cursor:pointer;
	width:100%;
	box-sizing:border-box;
	overflow:hidden;
}

.search-img {width:45px;height:45px;border-radius:6px;margin-right:10px;flex-shrink:0;}
