dialog.bottom-sheet.svelte-hebhzo>div:where(.svelte-hebhzo){transition:transform .2s ease-out}dialog.bottom-sheet.svelte-hebhzo>div.dragging:where(.svelte-hebhzo){transition:none}dialog.bottom-sheet[open].svelte-hebhzo{animation:svelte-hebhzo-slide-up .2s ease-out}dialog.bottom-sheet[open].svelte-hebhzo::backdrop{animation:svelte-hebhzo-backdrop-fade-in .2s ease-out}dialog.bottom-sheet[open].closing.svelte-hebhzo{animation:svelte-hebhzo-slide-down .2s ease-in forwards}dialog.bottom-sheet[open].closing.svelte-hebhzo::backdrop{animation:svelte-hebhzo-backdrop-fade-out .2s ease-in forwards}@keyframes svelte-hebhzo-slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes svelte-hebhzo-slide-down{0%{transform:translateY(0)}to{transform:translateY(100%)}}@keyframes svelte-hebhzo-backdrop-fade-in{0%{opacity:0}to{opacity:1}}@keyframes svelte-hebhzo-backdrop-fade-out{0%{opacity:1}to{opacity:0}}
