.search-autofill {
  background-color: #f9f9f9;
  display: flex;
  align-items: center;
  border-bottom: solid 1px #e6e6e6;
  box-sizing: border-box;
  position: relative;
  top: -1px; }
  .search-autofill__fixed {
    position: fixed;
    width: 100%;
    top: 50px;
    left: 0;
    z-index: 10; }
  .search-autofill__input-container {
    flex-grow: 1;
    border-radius: 5px;
    border: solid 1px #e6e6e6;
    overflow: hidden;
    padding: 10px;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    height: 40px;
    margin: 0 15px 14px; }
  .search-autofill__icon {
    color: #999;
    margin-right: 10px;
    font-size: 16px; }
  .search-autofill__input {
    align-items: center;
    width: calc(100% - 30px);
    border: none;
    box-sizing: border-box;
    font-size: 14px;
    outline: none;
    color: #999999; }
    .search-autofill__input::placeholder {
      color: #999; }

/*# sourceMappingURL=search-autofill.style.css.map*/