.searchBar {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.searchBar > div {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}

.searchBar span::after {
	content: "\002315";
	font-size: 24px;
	color: #333;
	margin-left: 8px;
}

.searchBar input {
	border: none;
	border-bottom: solid 1px #333;
	text-align: right;
}

.searchBar input:focus {
	outline: none;
}

.countSearch {
	font-size: 16px;
	margin-right: 32px;
	color: #888;
}

.flag {
	display: flex;
	flex-direction: row;
}

.flag a {
	border: solid 1px #80CC28;
	color: #80CC28;

	padding: 8px 16px;
	margin-right: 16px;
}

.flag a:hover {
	text-decoration: none;
	border: solid 1px #333;
	color: #333;
}