.twitter-typeahead {
	min-width: 70%;
	color: var(--primary-color)
}
.twitter-typeahead .tt-menu {
	width: 100%;
	background: white;
	padding: 4px;
	border-radius: 4px;
	border: 1px solid #b9bbbe;
	text-align: left!important;
	font-style: italic;
	opacity: 0.97;
}
.twitter-typeahead .tt-selectable {
	margin: -4px;
	padding: 4px 8px;
	border-radius: 4px;
	cursor: pointer;
}
.twitter-typeahead .tt-selectable:hover{
	background-color: #e9ecef;
}
.twitter-typeahead .tt-cursor {
	background-color: #D2D2D2;
}