.ml-search-input {
  width: 100%;
  display: flex;
  flex-direction: row;
  .ml-search-input-inp {
    flex-grow: 1;
  }
}