.tippy-box[data-animation=fade][data-state=hidden] {
  opacity: 0;
}

[data-tippy-root] {
  max-width: calc(100vw - 10px);
}

.tippy-box {
  position: relative;
  background-color: #333;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.4;
  white-space: normal;
  outline: 0;
  transition-property: transform, visibility, opacity;
}

.tippy-box[data-placement^=top] > .tippy-arrow {
  bottom: 0;
}

.tippy-box[data-placement^=top] > .tippy-arrow:before {
  bottom: -7px;
  left: 0;
  border-width: 8px 8px 0;
  border-top-color: initial;
  transform-origin: center top;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow {
  top: 0;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow:before {
  top: -7px;
  left: 0;
  border-width: 0 8px 8px;
  border-bottom-color: initial;
  transform-origin: center bottom;
}

.tippy-box[data-placement^=left] > .tippy-arrow {
  right: 0;
}

.tippy-box[data-placement^=left] > .tippy-arrow:before {
  border-width: 8px 0 8px 8px;
  border-left-color: initial;
  right: -7px;
  transform-origin: center left;
}

.tippy-box[data-placement^=right] > .tippy-arrow {
  left: 0;
}

.tippy-box[data-placement^=right] > .tippy-arrow:before {
  left: -7px;
  border-width: 8px 8px 8px 0;
  border-right-color: initial;
  transform-origin: center right;
}

.tippy-box[data-inertia][data-state=visible] {
  transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}

.tippy-arrow {
  width: 16px;
  height: 16px;
  color: #333;
}

.tippy-arrow:before {
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid;
}

.tippy-content {
  position: relative;
  padding: 5px 9px;
  z-index: 1;
}

.ai-search {
  margin: auto;
  background-color: white;
  max-width: min-content;
  display: flex;
  align-items: center;
  padding: 0.5rem;
}
.ai-search svg {
  width: 25px;
  height: 25px;
}
.ai-search input {
  border: none;
  width: 60vw;
  color: black;
}
.ai-search input:focus {
  border: none;
  outline: none;
}
.ai-search button.trigger-search {
  display: contents;
  white-space: nowrap;
  cursor: pointer;
}
.ai-search button.trigger-search, .ai-search button.trigger-search i {
  color: black;
}
.ai-search button#toggle-recording {
  border-radius: 100%;
  padding: 0.2rem;
  margin-right: 0.5rem;
  border: 1px solid black;
}
.ai-search button#toggle-recording .microphone-active {
  color: red;
}
.ai-search button#toggle-recording .microphone-inactive {
  color: black;
}
.ai-search-toggle:has([data-ai-search=false]) [data-switch-to-standard] {
  display: none;
}
.ai-search-toggle:has([data-ai-search=true]) [data-switch-to-ai] {
  display: none;
}
.ai-search-toggle .ai-toggle-description {
  cursor: pointer;
}
.ai-search-toggle button {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  background-color: #ffffff;
  cursor: pointer;
}
.ai-search-toggle button, .ai-search-toggle button * {
  color: #000000;
}

.toggle-hidden {
  display: none !important;
}

.ai-search-toggle .ai-toggle {
  display: flex;
  gap: 12px;
  align-items: center;
}
.ai-search-toggle .ai-toggle-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ai-search-toggle .ai-toggle-description {
  font-size: 12px;
}

/*# sourceMappingURL=ai-search-css.css.map*/