/*
SearchModal Gadget - CSS styling. Moves the search to a separate modal with is opened from the custom header
See detailed documentation in Dev/mediawiki
*/

#top-bar-search-modal .content {
  max-width: 600px;
  padding: 15px 0 0;
  width: 100%;
  margin: calc( 50vh - 80px ) auto 0;
  overflow: visible;
}

#top-bar-search-modal #p-search > div {
  display: block !important;
}

#top-bar-search-modal #p-search > a.mw-ui-icon-wikimedia-search {
  display: none;
}

#top-bar-search-modal .wvui-typeahead-search {
  margin-left: 0 !important;
}

#top-bar-search-modal .wvui-input__start-icon {
  width: 50px !important;
  left: 1px !important;
}

#top-bar-search-modal .wvui-input__input {
  padding-left: 50px !important;
  height: 60px;
  border: none !important;
  font-size: 20px;
}

#top-bar-search-modal .wvui-typeahead-search__submit {
  opacity: 1 !important;
  background-color: #469bf0;
  border: none;
  color: white;
  font-size: 20px;
}

#top-bar-search-modal .wvui-typeahead-search__suggestions {
  top: 60px;
}

/*
[[Category:MultiWiki]]
*/
