form.notebank-search-form {
  position: relative;
}

form.notebank-search-form .suggestion-dropdown {
  position: absolute;
  left: 0;
  top: 52px;
  width: 60%;
  z-index: 999;
  background: #fff;
  border-radius: 0px 0px 4px 4px;
  -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.1);
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}

form.notebank-search-form .suggestion-dropdown a.suggest-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px;
  text-align: left;
  border-radius: 4px;
  text-decoration: none;
  color: #2c2c2c;
  margin: 5px;
}

form.notebank-search-form .suggestion-dropdown a.suggest-item i.material-icons {
  margin: 0;
  padding: 0;
  opacity: 0.26;
  font-size: 20px;
  color: #000000;
  margin-right: 5px;
}

form.notebank-search-form .suggestion-dropdown a.suggest-item span {
  display: block;
}

form.notebank-search-form .suggestion-dropdown a.suggest-item:hover {
  background: #f8f8f8;
}
/*# sourceMappingURL=searchbar-suggest.css.map */