/* Style tab links */
.tablink {
  background-color: #cccccc;
  color: white;
  float: left; 
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 17px;
  display: block;
  height: 120px !important

}

/* Autocomplete elements */

#automcomplete-container {
  position: relative;
}
#autocomplete-seed {
	display: none;
}

#error-seed {
	display: none;
}
#error-message {
  margin: 0px;
  width: 100%;
  list-style: none;
  background-color: white;
  position: absolute;
  z-index: 1;
	display: none;
}

.autocomplete-ul-class {
	display: none;
  flex-direction: column;
	width: 100%;
	list-style: none;
	margin-left: 0;
	box-shadow: 0px 4px 7px -1px rgba(45,62,80,.2);
	position: absolute;
  background-color: white;
  z-index: 1;
}

.autocomplete-ul-class li {
	width: 100%;
	padding: 0px;
  margin: 0px;
  cursor: pointer;
	color: black;
}
.wide-tabs {
height: 120px !important
}
.hs-input::placeholder !important {
    color: #00326D;
}

