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:.2s ease-out svelte-hebhzo-slide-up}dialog.bottom-sheet[open].svelte-hebhzo::backdrop{animation:.2s ease-out svelte-hebhzo-backdrop-fade-in}dialog.bottom-sheet[open].closing.svelte-hebhzo{animation:.2s ease-in forwards svelte-hebhzo-slide-down}dialog.bottom-sheet[open].closing.svelte-hebhzo::backdrop{animation:.2s ease-in forwards svelte-hebhzo-backdrop-fade-out}@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}}
