:root {
  --aa-scrollbar-width:9px;
}

.aa-Panel {
  z-index: 999;
  box-shadow: none;
}

.aa-Panel .aa-GradientBottom {
  display: none;
}

@media (max-width: 991px) {
  .aa-Panel .aa-List .aa-Item {
    padding-left: 0;
  }
}

.aa-Panel .aa-PanelLayout {
  border: 1px solid #dddada;
  border-radius: 5px;
}

@media (max-width: 991px) {
  .aa-Panel .aa-PanelLayout {
    max-height: 75vh;
    margin-top: 5px;
  }
}

.aa-Panel .aa-PanelLayout section {
  padding: 10px;
}

.aa-Panel .aa-PanelLayout section .aa-ItemContentTitle {
  white-space: normal;
  font-size: 1rem;
}

@media (max-width: 991px) {
  .aa-Panel .aa-PanelLayout section .aa-ItemContentTitle {
    font-size: 0.9rem;
  }
}

.aa-Panel .aa-PanelLayout section.no-data {
  display: none;
}

.aa-Panel.below_another .aa-PanelLayout section .aa-SourceFooter {
  display: none;
}

.aa-Panel.below_another .aa-PanelLayout section:last-child .aa-SourceFooter {
  display: block;
  margin-top: 10px;
}

.aa-Panel.below_another .aa-PanelLayout section:last-child .aa-SourceFooter a {
  font-size: 1rem;
}

@media (max-width: 991px) {
  .aa-Panel.below_another .aa-PanelLayout section:last-child .aa-SourceFooter a {
    font-size: 0.9rem;
  }
}

@media (min-width: 992px) {
  .aa-Panel.beside_another .aa-PanelLayout {
    display: flex;
  }
  .aa-Panel.beside_another .aa-PanelLayout section {
    flex: 1;
  }
  .aa-Panel.beside_another .aa-PanelLayout section:first-child .aa-SourceFooter {
    padding-bottom: 5px;
  }
  .aa-Panel.beside_another .aa-PanelLayout section:first-child .aa-SourceFooter a {
    font-size: 1rem;
  }
  .aa-Panel.beside_another .aa-PanelLayout section:nth-child(n+2) .aa-SourceFooter {
    display: none;
  }
}

@media (max-width: 991px) {
  .aa-Panel.beside_another .aa-PanelLayout section .aa-SourceFooter {
    display: none;
  }
  .aa-Panel.beside_another .aa-PanelLayout section:last-child .aa-SourceFooter {
    display: unset;
  }
  .aa-Panel.beside_another .aa-PanelLayout section:last-child .aa-SourceFooter a {
    font-size: 0.9rem;
  }
}

.aa-Form {
  border: none;
  position: relative;
  box-shadow: none !important;
}

.aa-Form .aa-InputWrapperPrefix {
  position: absolute;
  z-index: 999;
  top: 0px;
}

@media (max-width: 991px) {
  .aa-Form .aa-InputWrapperPrefix {
    top: -2px;
  }
}

.aa-Form .aa-InputWrapperPrefix .aa-Label {
  margin-bottom: 0;
}

.aa-Form .aa-InputWrapperPrefix button {
  padding: 0;
}

.aa-Form .aa-InputWrapperPrefix .aa-SubmitButton:hover {
  background-color: transparent;
}

.aa-Form .aa-InputWrapperPrefix .aa-SubmitButton svg {
  color: #000;
}

.aa-Form .aa-InputWrapperSuffix {
  display: none;
}

.aa-Form .aa-InputWrapper .aa-Input {
  height: 46px;
  border-radius: 8px;
  border: 1px solid #00184E;
  font-size: 1rem;
  line-height: 1.375rem;
  color: #001034;
  padding-left: 55px;
}

.live-search-wrap .search-box:before {
  display: none;
}

.algoliaL_autocomplete {
  width: 100%;
}

.algolia-live-activated .search-box:before {
  display: none;
}

.aa-DetachedOverlay .aa-DetachedContainer .aa-DetachedFormContainer {
  padding: 0;
}

@media (max-width: 991px) {
  .aa-DetachedOverlay .aa-DetachedContainer .aa-DetachedFormContainer .aa-DetachedCancelButton {
    display: none;
  }
}

@media (max-width: 991px) {
  .mac.body-freeze {
    overflow: hidden;
  }
}
