.resultItems a i {
	border: 1px solid var(--blue);
	border-radius: 50%;
	width: 30px;
	height: 30px;
}

.resultItems a:hover i {
	border-color: var(--hover-color);
}

#searchButton[disabled]{
	background-color: rgba(0, 38, 100, 0.50);
	border: 1px solid transparent;
	opacity: 0.65;
}

#searchInput {
	color: #58A618 !important;
}

#noSearchResult {
	line-height: 1rem;
}