@import "https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";
:root {
  --bs-base: #1d1e30;
  --body-color: #e4e4e7;
}

.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: #6f6b7d;
  box-shadow: 0 0.25rem 1rem #a5a3ae73;
  background-color: #fff;
  border-radius: 0.375rem;
}

.light-style .twitter-typeahead .tt-hint {
  color: #b7b5be;
}

.light-style .twitter-typeahead .tt-suggestion {
  font-weight: 400;
  color: #5d596c;
  padding: 0.42rem 1rem;
}

.light-style .twitter-typeahead .tt-suggestion:hover,
.light-style .twitter-typeahead .tt-suggestion:focus {
  text-decoration: none;
  color: #7367f0;
  background-color: #7367f014;
}

.dark-style .twitter-typeahead .tt-menu {
  color: #e4e4e7;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.25rem 0;
  box-shadow: 0 0.25rem 1rem #0f14228c;
  font-size: 14;
  background-color: #1d1e30;
  z-index: 1000;
  border-radius: 0.75rem;
}

.dark-style .twitter-typeahead .tt-menu .tt-suggestion {
  font-weight: 400;
  color: #ed1d49;
  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: #ed1d49;
  background-color: #ed1d4914;
}

.dark-style .twitter-typeahead .tt-hint {
  color: #7b879d;
}
