/* Lightweight search controls shared by the header and home page. */
.lp-search-bar-right .searchloading { display: none !important; }
.lp-search-bar:not(.lp-search-bar-header) .lp-search-bar-right {
  overflow: hidden;
  border-radius: 8px !important;
  box-shadow: 0 4px 12px rgba(13,110,253,.22);
  transition: box-shadow .18s ease, transform .18s ease;
}
.lp-search-bar:not(.lp-search-bar-header) .lp-search-bar-right:hover {
  box-shadow: 0 6px 16px rgba(13,110,253,.30);
  transform: translateY(-1px);
}
.lp-search-bar:not(.lp-search-bar-header) .lp-search-bar-right .lp-search-btn {
  min-height: 46px !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: #0d6efd !important;
  color: #fff !important;
  font-weight: 700 !important;
  cursor: pointer;
  transition: background-color .18s ease !important;
}
.lp-search-bar:not(.lp-search-bar-header) .lp-search-bar-right:hover .lp-search-btn,
.lp-search-bar:not(.lp-search-bar-header) .lp-search-bar-right .lp-search-btn:focus { background: #0b5ed7 !important; }
.lp-search-bar:not(.lp-search-bar-header) .lp-search-bar-right .lp-search-icon { color: #fff !important; }
.lp-search-bar:not(.lp-search-bar-header) form.al-search-submitting .lp-search-bar-right { position: relative; }
.lp-search-bar-header .lp-search-bar-right,
.lp-search-bar-header .lp-search-bar-right:hover {
  border-radius: 7px !important;
  box-shadow: none !important;
  transform: none !important;
}
.lp-search-bar-header .lp-search-bar-right .lp-search-btn {
  border-radius: 7px !important;
  background: #fff !important;
  color: #4f5685 !important;
}
.lp-search-bar-header .lp-header-search-button .lp-search-bar-right .fa-magnifying-glass.lp-search-icon,
.lp-search-bar-header .lp-header-search-button .lp-search-bar-right .fa-magnifying-glass.lp-search-icon:hover {
  background: transparent !important;
  color: #4f5685 !important;
}
.lp-search-bar-header form.al-search-submitting .lp-search-bar-right::after {
  border-color: rgba(79,86,133,.25);
  border-top-color: #4f5685;
}
form.al-search-submitting .lp-search-icon { visibility: hidden !important; }
form.al-search-submitting .lp-search-bar-right::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  width: 17px;
  height: 17px;
  margin: -9px 0 0 -9px;
  border: 2px solid rgba(255,255,255,.5);
  border-top-color: #fff;
  border-radius: 50%;
  pointer-events: none;
  animation: al-search-spin .65s linear infinite;
}
@keyframes al-search-spin { to { transform: rotate(360deg); } }

@media (max-width: 767px) {
  .lp-search-bar-header input.lp-search-input.dropdown_fields {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }
}
