.overlay.svelte-s1nj9q {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}

.arrow.svelte-d75kyr {
  position: absolute;
  top: 0;
}

.content.svelte-d75kyr {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}

.target.svelte-555tz3 {
  display: inline-block;
  position: relative;
}

.popover.svelte-555tz3 {
  position: relative;
}

.autocomplete.svelte-75ckfb.svelte-75ckfb {
  min-width: 200px;
  display: inline-block;
  max-width: 100%;
  position: relative;
  vertical-align: top;
  height: 2.25em;
}

.autocomplete.svelte-75ckfb.svelte-75ckfb:not(.hide-arrow):not(
    .is-loading
  ):after {
  border: 3px solid;
  border-radius: 2px;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  height: 0.625em;
  margin-top: -0.4375em;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  width: 0.625em;
  border-color: #3273dc;
  right: 1.125em;
  z-index: 4;
}

.autocomplete.show-clear.svelte-75ckfb.svelte-75ckfb:not(.hide-arrow):after {
  right: 2.3em;
}

.autocomplete.svelte-75ckfb .svelte-75ckfb {
  box-sizing: border-box;
}

.autocomplete-input.svelte-75ckfb.svelte-75ckfb {
  font: inherit;
  width: 100%;
  height: 100%;
  padding: 5px 11px;
}

.autocomplete.svelte-75ckfb:not(.hide-arrow) .autocomplete-input.svelte-75ckfb {
  padding-right: 2em;
}

.autocomplete.show-clear.svelte-75ckfb:not(.hide-arrow)
  .autocomplete-input.svelte-75ckfb {
  padding-right: 3.2em;
}

.autocomplete.hide-arrow.show-clear.svelte-75ckfb
  .autocomplete-input.svelte-75ckfb {
  padding-right: 2em;
}

.autocomplete-list.svelte-75ckfb.svelte-75ckfb {
  background: #fff;
  position: relative;
  width: 100%;
  overflow-y: auto;
  z-index: 99;
  padding: 10px 0;
  top: 0px;
  border: 1px solid #999;
  max-height: calc(15 * (1rem + 10px) + 15px);
  user-select: none;
}

.autocomplete-list.svelte-75ckfb.svelte-75ckfb:empty {
  padding: 0;
}

.autocomplete-list-item.svelte-75ckfb.svelte-75ckfb {
  padding: 5px 15px;
  color: #333;
  cursor: pointer;
  line-height: 1;
}

.autocomplete-list-item.confirmed.svelte-75ckfb.svelte-75ckfb {
  background-color: #789fed;
  color: #fff;
}

.autocomplete-list-item.selected.svelte-75ckfb.svelte-75ckfb {
  background-color: #2e69e2;
  color: #fff;
}

.autocomplete-list-item-no-results.svelte-75ckfb.svelte-75ckfb {
  padding: 5px 15px;
  color: #999;
  line-height: 1;
}

.autocomplete-list-item-create.svelte-75ckfb.svelte-75ckfb,
.autocomplete-list-item-loading.svelte-75ckfb.svelte-75ckfb {
  padding: 5px 15px;
  line-height: 1;
}

.autocomplete-list.hidden.svelte-75ckfb.svelte-75ckfb {
  visibility: hidden;
}

.autocomplete.show-clear.svelte-75ckfb
  .autocomplete-clear-button.svelte-75ckfb {
  cursor: pointer;
  display: block;
  text-align: center;
  position: absolute;
  right: 0.1em;
  padding: 0.3em 0.6em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 4;
}

.autocomplete.svelte-75ckfb:not(.show-clear)
  .autocomplete-clear-button.svelte-75ckfb {
  display: none;
}

.autocomplete.svelte-75ckfb select.svelte-75ckfb {
  display: none;
}

.autocomplete.is-multiple.svelte-75ckfb .input-container.svelte-75ckfb {
  height: auto;
  box-shadow: inset 0 1px 2px #0a0a0a1a;
  border-radius: 4px;
  border: 1px solid #b5b5b5;
  padding-left: 0.4em;
  padding-right: 0.4em;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  background-color: #fff;
}

.autocomplete.is-multiple.svelte-75ckfb .tag.svelte-75ckfb {
  display: flex;
  margin-top: 0.5em;
  margin-bottom: 0.3em;
}

.autocomplete.is-multiple.svelte-75ckfb .tag.is-delete.svelte-75ckfb {
  cursor: pointer;
}

.autocomplete.is-multiple.svelte-75ckfb .tags.svelte-75ckfb {
  margin-right: 0.3em;
  margin-bottom: 0;
}

.autocomplete.is-multiple.svelte-75ckfb .autocomplete-input.svelte-75ckfb {
  display: flex;
  width: 100%;
  flex: 1 1 50px;
  min-width: 3em;
  border: none;
  box-shadow: none;
  background: none;
}
