.app-search {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  flex: 0 0 auto;
  width: 2rem;
  height: 2.5rem;
}
.app-search--active .app-search-form {
  width: clamp(12rem, 25vw, 20rem);
  border-color: transparent;
  background-color: #E3EAF1;
  pointer-events: auto;
  transition: width 180ms cubic-bezier(0.16, 1, 0.3, 1), background-color 140ms ease, border-color 140ms ease;
}
.app-search--active .app-search-form__input {
  opacity: 1;
  transition: opacity 80ms ease;
}
.app-search--active .app-search-toggle {
  color: #365B7F;
}
@media (max-width: 768px) {
  .app-search--active .app-search-form {
    width: min(14rem, calc(100vw - 8.5rem));
  }
}
@media (max-width: 768px) {
  .app-search {
    width: 2.75rem;
    height: 2.75rem;
  }
}
.app-search-form {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 2rem;
  height: 100%;
  padding-right: 2.25rem;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 5rem;
  background-color: transparent;
  pointer-events: none;
  transition: width 180ms cubic-bezier(0.16, 1, 0.3, 1);
}
.app-search-form:focus-within {
  border-color: #456A94;
}
.app-search-form__input {
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  height: 100%;
  padding: 0.5rem 1rem;
  color: #17212B;
  font-size: 0.875rem;
  background-color: transparent;
  opacity: 0;
}
.app-search-form__input::placeholder {
  color: #5B6672;
}
.app-search-form__input:focus-visible {
  outline: none !important;
}
@media (max-width: 768px) {
  .app-search-form {
    width: 2.75rem;
    padding-right: 2.75rem;
  }
}
.app-search-toggle {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  margin: 0;
  transform: translateY(-50%);
}
.app-search-toggle:hover {
  color: #365B7F;
  background-color: transparent;
}
@media (prefers-reduced-motion: reduce) {
  .app-search-form {
    transition: none;
  }
  .app-search-form__input {
    transition: none;
  }
}
/*# sourceMappingURL=aadd5e6da3d06642ef5ea613df7205c23c161730.search.scss.map */
