.search-field.svelte-3kugwf{display:flex;justify-content:flex-start;align-items:center;position:relative;height:56px;gap:12px;align-self:stretch;border-radius:10px;border:1px solid var(--primary-color);padding:4px 16px 4px 12px;transition:all .2s ease-in-out;color:var(--primary-color);background:var(--white)}.search-field.svelte-3kugwf .options-dropdown:where(.svelte-3kugwf){justify-content:flex-start;align-items:flex-start;position:absolute;top:calc(100% + 5px);left:0;width:100%;max-height:200px;overflow-y:auto;border:1px solid var(--primary-color);border-radius:5px;background-color:var(--white);z-index:10}.search-field.svelte-3kugwf .options-dropdown:where(.svelte-3kugwf) ul:where(.svelte-3kugwf){display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;list-style:none;padding:0;margin:0}.search-field.svelte-3kugwf .options-dropdown:where(.svelte-3kugwf) ul:where(.svelte-3kugwf) li:where(.svelte-3kugwf){padding:8px 12px;cursor:pointer;transition:background-color .3s ease}.search-field.svelte-3kugwf .options-dropdown:where(.svelte-3kugwf) ul:where(.svelte-3kugwf) li:where(.svelte-3kugwf):hover{background-color:var(--tertiary-color)}.search-field.svelte-3kugwf .options-dropdown:where(.svelte-3kugwf) ul:where(.svelte-3kugwf) li:where(.svelte-3kugwf) button:where(.svelte-3kugwf){background-color:transparent;border:none;text-align:left;width:100%;color:var(--primary-color)}.search-field.svelte-3kugwf input:where(.svelte-3kugwf){height:40px;flex:1 0 auto;border:none;outline:none;color:var(--primary-color)}.search-field.svelte-3kugwf label:where(.svelte-3kugwf){position:absolute;left:11px;top:-11px;padding:0 4px;background:var(--white);transition:all .2s ease-in-out;pointer-events:none;color:var(--primary-color)}.search-field.svelte-3kugwf:focus-within,.search-field.svelte-3kugwf.filled{border:2px solid var(--primary-color)}
