.autocomplete-count {
  position: sticky;
  top: 0;
  z-index: 1;
  padding: 0.5rem 0.8rem;
  font-size: 0.85rem;
  line-height: 1.3;
  color: #000;
  background: #fff;
  border-bottom: 1px solid rgba(105, 105, 105, 0.13);
  cursor: default;
}

#mobile-header #search-widget-mobile.dropdown-menu.show {
  position: fixed !important;
  top: var(--iqitsearch-menu-top, 0px) !important;
  right: 0 !important;
  bottom: auto !important;
  left: 0 !important;
  z-index: 20;
  display: flex !important;
  align-items: center;
  box-sizing: border-box;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 15px;
  overflow: visible;
  background: #fff;
  border: 0;
  transform: none !important;
}

#search-widget-mobile form {
  width: 100%;
}

#search-widget-mobile .form-search-control {
  height: 50px;
}

#header #search_widget.search-widget .form-search-control,
.search-widget .form-search-control {
  padding-right: 7.5rem;
}

#header #search_widget.search-widget .search-btn,
#mobile-header #search-widget-mobile .search-btn,
.search-widget .search-btn {
  top: 4px;
  right: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  height: calc(100% - 8px) !important;
  padding: 0 1rem !important;
  border-radius: 999px;
  background: #1463a9 !important;
  color: #fff !important;
  font-size: 0.875rem !important;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}

#header #search_widget.search-widget .search-btn i,
#mobile-header #search-widget-mobile .search-btn i,
.search-widget .search-btn i {
  color: #fff;
  font-size: 0.95em;
}

#header #search_widget.search-widget .search-btn:hover,
#header #search_widget.search-widget .search-btn:focus,
#mobile-header #search-widget-mobile .search-btn:hover,
#mobile-header #search-widget-mobile .search-btn:focus,
.search-widget .search-btn:hover,
.search-widget .search-btn:focus {
  background: #0f508a !important;
  color: #fff !important;
}

#header-search-btn .fullscreen-search .form-search-control {
  padding-right: 8.5rem;
}

.autocomplete-suggestions,
#header-search-btn .fullscreen-search .autocomplete-suggestions {
  box-sizing: border-box;
  max-height: var(--iqitsearch-results-max, calc(100dvh - var(--iqitsearch-menu-top, 0px) - var(--iqitsearch-input-h, 3.5rem) - 0.5rem)) !important;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
}

#header-search-btn .dropdown-menu .fullscreen-search {
  align-items: flex-start !important;
  align-content: flex-start !important;
  justify-content: center;
  padding: 0 1rem;
}

#header-search-btn .dropdown-menu .fullscreen-search #search_widget {
  position: fixed !important;
  top: var(--iqitsearch-menu-top, 0px) !important;
  left: 50% !important;
  box-sizing: border-box;
  display: block;
  width: 100% !important;
  max-width: 32rem !important;
  margin: 0 !important;
  transform: translateX(-50%) scale(0.8);
}

#header-search-btn .dropdown-menu.show .fullscreen-search #search_widget {
  transform: translateX(-50%) scale(1) !important;
  opacity: 1 !important;
}

@media (min-width: 768px) {
  #header-search-btn .dropdown-menu .fullscreen-search #search_widget {
    min-width: 640px !important;
    max-width: 800px !important;
  }
}

/*# sourceMappingURL=iqitsearch.css.map */