
.search-input{
  background: #fff;
  width: 100%;
  border-radius: 5px;
  position: relative;
  box-shadow: 0px 1px 5px 3px rgba(0,0,0,0.12);
  margin-bottom: 20px;
}

.search-input input{
  height: 55px;
  width: 100%;
  outline: none;
  border: none;
  border-radius: 5px;
  padding: 0 60px 0 20px;
  font-size: 18px;
  box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
}

.search-input .autocom-box{
  padding: 0;
  max-height: 280px;
  overflow-y: auto;
  position: absolute;
  z-index: 10;
  width: 100%;
  background: white;
  box-shadow: 0px 1px 5px rgb(0 0 0 / 40%);
  border-radius: 5px;
}

.autocom-box li{
  list-style: none;
  padding: 8px 12px;
  width: 100%;
  border-radius: 3px;
}

.autocom-box button {
    width: 100%;
    text-align: left;
    border-width: 0px;
    background-color: white;
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 5px;
}

.autocom-box button:hover {
  background-color: #ADF1FB;
}

.insiders-list {
  text-align: left;
  padding-left: 5px;
}

.header-search-input {
  margin-bottom: 0px;
  margin-right: 20px;
  margin-left: 20px;
  width: auto;
}

.header-search-input input {
  height: 40px;
  font-size: 16px;
  width: auto;
}
