*, ::before, ::after {
  box-sizing: border-box; }

html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4; }

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; }

hr {
  height: 0;
  color: inherit; }

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; }

b, strong {
  font-weight: bolder; }

code, kbd, samp, pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

table {
  text-indent: 0;
  border-color: inherit; }

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button, select {
  text-transform: none; }

button {
  -webkit-appearance: button; }

legend {
  padding: 0; }

progress {
  vertical-align: baseline; }

summary {
  display: list-item; }

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre {
  margin: 0; }

button {
  background-color: transparent;
  background-image: none; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

fieldset {
  margin: 0;
  padding: 0; }

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0; }

html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.5; }

body {
  font-family: inherit;
  line-height: inherit; }

*, ::before, ::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb; }

hr {
  border-top-width: 1px; }

img {
  border-style: solid; }

textarea {
  resize: vertical; }

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #9ca3af; }

input::placeholder, textarea::placeholder {
  opacity: 1;
  color: #9ca3af; }

button {
  cursor: pointer; }

table {
  border-collapse: collapse; }

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit; }

a {
  color: inherit;
  text-decoration: inherit; }

button, input, optgroup, select, textarea {
  padding: 0;
  line-height: inherit;
  color: inherit; }

pre, code, kbd, samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

img, svg, video, canvas, audio, iframe, embed, object {
  display: block;
  vertical-align: middle; }

img, video {
  max-width: 100%;
  height: auto; }

.bg-gray-100 {
  --tw-bg-opacity:1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity)); }

.border-red-400 {
  --tw-border-opacity:1;
  border-color: rgba(248, 113, 113, var(--tw-border-opacity)); }

.rounded-lg {
  border-radius: 0.5rem; }

.border {
  border-width: 1px; }

.border-b-2 {
  border-bottom-width: 2px; }

.block {
  display: block; }

.flex {
  display: flex; }

.table {
  display: table; }

.flex-col {
  flex-direction: column; }

.flex-grow {
  flex-grow: 1; }

.font-bold {
  font-weight: 700; }

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem; }

.p-2 {
  padding: 0.5rem; }

.p-4 {
  padding: 1rem; }

.pr-2 {
  padding-right: 0.5rem; }

* {
  --tw-shadow:0 0 #0000; }

* {
  --tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width:0px;
  --tw-ring-offset-color:#fff;
  --tw-ring-color:rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow:0 0 #0000;
  --tw-ring-shadow:0 0 #0000; }

.text-red-500 {
  --tw-text-opacity:1;
  color: rgba(239, 68, 68, var(--tw-text-opacity)); }

.w-full {
  width: 100%; }

.gap-5 {
  gap: 1.25rem; }

@-webkit-keyframes spin {
  to {
    transform: rotate(360deg); } }

@keyframes spin {
  to {
    transform: rotate(360deg); } }

@-webkit-keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0; } }

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0; } }

@-webkit-keyframes pulse {
  50% {
    opacity: .5; } }

@keyframes pulse {
  50% {
    opacity: .5; } }

@-webkit-keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1); }
  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1); } }

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1); }
  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1); } }

@media (min-width: 768px) {
  .md\:p-8 {
    padding: 2rem; }
  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem; }
  .md\:w-3\/5 {
    width: 60%; } }

p.svelte-qq3xwn {
  font-family: var(--font-family);
  font-size: var(--font-size); }

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

.autocomplete.svelte-1lmhhx5.svelte-1lmhhx5:not(.hide-arrow)::after {
  border: 3px solid transparent;
  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%;
  transform: rotate(-45deg);
  transform-origin: center;
  width: 0.625em;
  border-color: #3273dc;
  right: 1.125em;
  z-index: 4; }

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

.autocomplete.svelte-1lmhhx5 .svelte-1lmhhx5 {
  box-sizing: border-box; }

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

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

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

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

.autocomplete-list.svelte-1lmhhx5.svelte-1lmhhx5 {
  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);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.autocomplete-list.svelte-1lmhhx5.svelte-1lmhhx5:empty {
  padding: 0; }

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

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

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

.autocomplete-list.hidden.svelte-1lmhhx5.svelte-1lmhhx5 {
  display: none; }

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

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