@charset "UTF-8";

.user-input{
	height: 50px
}

.user-input svg{
	background-color: transparent;
	box-sizing: border-box;
	border: none;
}

.hit{
	font-size: 14px;
}

.page-link{
	color: var(--dark);
}

.page-item.active .page-link{
	background-color:#6c757d;
	border-color:#6c757d;
}

.highlight{
	font-weight: bold;
}

#suggestions-dropdown{
	position: absolute;
	top: 100%;
	left: 15px;
	width: calc(100% - 29px);
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: .5rem 0;
	margin: .125rem 0 0;
	font-size: 1rem;
	color:#212529;
	text-align: left;
	background-color:#fff;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: .25rem;
}

#suggestions-dropdown a{
	display: block;
	width: 100%;
	padding: .25rem 1.5rem;
	font-weight: 400;
	color:#212529;
	text-align: inherit;
	background-color:transparent;
	border: 0;
}

#suggestions-dropdown a:hover{
	color:#16181b;
	text-decoration: none;
	background-color:#f8f9fa;
}

.selected{
	color:#16181b !important;
	text-decoration: none;
	background-color:#f8f9fa !important;
}

.collapsible {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.active, .collapsible:hover {
  background-color: #ccc;
}

.content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
} 
