.typeahead.open .input-group {
  z-index: 1060;
}
.typeahead .dropdown.btn-block {
  display: block;
}
.typeahead .dropdown-menu {
  max-width: 100%;
  width: 100%;
}
.np-theme-personal--forest-green .typeahead .dropdown-menu,
.np-theme-personal--bright-green .typeahead .dropdown-menu,
.np-theme-personal--dark .typeahead .dropdown-menu {
  background-color: #ffffff;
  background-color: var(--color-background-elevated);
}
.typeahead--multiple .np-chip {
  margin-bottom: auto;
  animation-name: slide;
  animation-duration: 0.03s;
  animation-timing-function: ease-in-out;
}
.typeahead--multiple .np-chip:first-child {
  animation-name: slideFirst;
}
.typeahead--multiple .np-chip-remove {
  animation-name: fadeIn;
  animation-duration: 0.03s;
  animation-timing-function: ease-in-out;
}
.typeahead--multiple .form-control {
  height: auto;
  min-height: auto;
  padding-top: 0;
  padding-bottom: 0;
  overflow: auto;
}
.typeahead--multiple .typeahead__input {
  border: none;
  outline: none;
  float: none;
  align-self: stretch;
  padding: 0;
}
.typeahead--multiple .typeahead__input-aligner {
  height: 40px;
  display: inline-block;
  width: 0;
}
.typeahead--multiple .typeahead__input-container {
  cursor: text;
  display: flex;
}
.typeahead--multiple .sizer {
  white-space: pre;
  position: absolute;
  visibility: hidden;
  width: auto;
}
.typeahead--multiple.typeahead--has-value .typeahead__input-container {
  padding-left: 8px;
  padding-left: var(--size-8);
}
[dir="rtl"] .typeahead--multiple.typeahead--has-value .typeahead__input-container {
  padding-right: 8px;
  padding-right: var(--size-8);
  padding-left: 0;
  padding-left: initial;
}
.typeahead--multiple.typeahead--has-value .input-group-addon + .typeahead__input-container {
  padding-left: 0;
}
.typeahead--multiple.typeahead--has-value .typeahead__input {
  margin-bottom: calc(-1 * 8px + 1px);
  margin-bottom: calc(-1 * var(--size-8) + 1px);
  margin-left: 4px;
  margin-left: var(--size-4);
}
[dir="rtl"] .typeahead--multiple.typeahead--has-value .typeahead__input {
  margin-right: 4px;
  margin-right: var(--size-4);
  margin-left: 0;
  margin-left: initial;
}
.typeahead--multiple.typeahead--has-value .typeahead__input-wrapper::after {
  content: "";
  height: calc(8px - 1);
  height: calc(var(--size-8) - 1);
  width: 100%;
}
.typeahead__input-wrapper {
  width: 100%;
  margin-top: -1px;
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  align-items: center;
}
.np-theme-personal .typeahead__input-wrapper {
  margin-top: 0;
}
.typeahead--empty.typeahead--multiple .typeahead__input-wrapper {
  padding: 0;
  margin: 0;
}
.typeahead--prompt {
  margin-top: 4px;
  margin-top: var(--size-4);
}
.typeahead-sm.typeahead--multiple .typeahead__input-container {
  min-height: 32px;
}
.typeahead-sm.typeahead--multiple .typeahead__input {
  padding-top: 0;
}
.typeahead-md.typeahead--multiple .typeahead__input-container {
  min-height: var(--input-height-base);
}
.typeahead-lg.typeahead--multiple .typeahead__input-container {
  min-height: var(--input-height-large);
}
.typeahead-lg.typeahead--multiple .typeahead__input {
  padding-top: calc(8px - 1);
  padding-top: calc(var(--size-8) - 1);
}
.typeahead-lg.typeahead--multiple .typeahead__input-wrapper {
  padding-bottom: 8px;
  padding-bottom: var(--size-8);
  margin: 0;
}
.typeahead-lg.typeahead--multiple .typeahead__input-wrapper::after {
  content: none;
}
.typeahead-lg.typeahead--multiple .np-chip {
  margin-bottom: 0;
}
@keyframes slide {
  from {
    transform: translateX(-12px);
  }
  to {
    transform: none;
  }
}
@keyframes slideFirst {
  from {
    transform: translateX(-4px);
  }
  to {
    transform: none;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.6;
  }
}
@media (max-width: 575px) {
  .typeahead .dropdown.open .dropdown-menu {
    position: absolute;
    bottom: auto;
    overflow: scroll;
  }
}
.np-theme-personal .typeahead .input-group:not(.disabled):not(:disabled):not(.input-group--has-error):focus-within .tw-icon-search {
  color: var(--color-interactive-primary);
}
.np-theme-personal .typeahead .tw-icon-search {
  color: #c9cbce;
  color: var(--color-interactive-secondary);
}
.np-theme-personal .typeahead .np-chip {
  margin-top: 9px !important;
}
.np-theme-personal .typeahead .np-chip--removable .np-text-body-default-bold {
  padding-right: 16px;
  padding-right: var(--size-16);
}
@media (max-width: 320px) {
  .np-theme-personal .typeahead .np-chip--removable .np-text-body-default-bold {
    padding-right: 32px;
    padding-right: var(--size-32);
  }
}
