.twitter-typeahead {
  display: block !important;
}
.twitter-typeahead .tt-menu {
  float: left;
  position: absolute;
  left: 0;
  top: 100%;
  text-align: left;
  list-style: none;
  background-clip: padding-box;
  display: none;
}
[dir=rtl] .twitter-typeahead .tt-menu {
  float: right;
  left: auto !important;
  right: 0 !important;
  text-align: right;
}
.twitter-typeahead .tt-menu .tt-suggestion {
  text-align: inherit;
  border: 0;
  width: 100%;
  display: block;
  white-space: nowrap;
  background: none;
  clear: both;
  cursor: pointer;
}
.twitter-typeahead .tt-menu .tt-suggestion p {
  margin: 0;
}
.twitter-typeahead .tt-menu .tt-suggestion .tt-highlight {
  font-weight: 500;
}
.twitter-typeahead .tt-hint {
  color: #999;
}
[dir=rtl] .twitter-typeahead .tt-input {
  direction: rtl;
}

.light-style .twitter-typeahead .tt-menu {
  min-width: 10rem;
  padding: 0.5rem 0;
  font-size: 0.9375rem;
  z-index: 1000;
  margin: 0.25rem 0;
  color: rgb(43.5294117647%, 41.9607843137%, 48.862745098%);
  box-shadow: 0 0.25rem 1rem rgba(64.7058823529%, 63.7254901961%, 68.0392156863%, 0.45);
  background-color: #fff;
  border-radius: 0.375rem;
}
.light-style .twitter-typeahead .tt-hint {
  color: rgb(71.7647058824%, 70.9803921569%, 74.431372549%);
}
.light-style .twitter-typeahead .tt-suggestion {
  font-weight: 400;
  color: rgb(36.4705882353%, 34.7058823529%, 42.4705882353%);
  padding: 0.42rem 1rem;
}
.light-style .twitter-typeahead .tt-suggestion:hover, .light-style .twitter-typeahead .tt-suggestion:focus {
  text-decoration: none;
  color: #1A5DB7;
  background-color: rgba(26, 93, 183, 0.08);
}

.dark-style .twitter-typeahead .tt-menu {
  color: rgb(71.5294117647%, 74.3529411765%, 88.9411764706%);
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.25rem 0;
  box-shadow: 0 0.25rem 1rem rgba(15, 20, 34, 0.55);
  font-size: 0.9375rem;
  background-color: #2f3349;
  z-index: 1000;
  border-radius: 0.375rem;
}
.dark-style .twitter-typeahead .tt-menu .tt-suggestion {
  font-weight: 400;
  color: rgb(81.0196078431%, 82.9019607843%, 92.6274509804%);
  padding: 0.42rem 1rem;
}
.dark-style .twitter-typeahead .tt-menu .tt-suggestion:hover, .dark-style .twitter-typeahead .tt-menu .tt-suggestion:focus {
  text-decoration: none;
  color: #7367f0;
  background-color: rgba(115, 103, 240, 0.08);
}
.dark-style .twitter-typeahead .tt-hint {
  color: rgb(36.7843137255%, 40.0784313725%, 57.0980392157%);
}
