.ac_results {
	border: 1px solid #ced4da;
	border-radius: .25rem;
	font-size: 1rem;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
	z-index: 99999;
}

	.ac_results ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.ac_results li {
		padding: .5rem 1rem;
		cursor: pointer;
		font-size: 13px; /* Aumentando o tamanho da fonte aqui */
	}

.ac_over {
	background-color: #234193;
	color: white;
}
