.modal-backdrop.svelte-uhfedl{position:fixed;top:0;left:0;z-index:var(--z-index);display:none;width:100vw;height:100vh;background:#0000004d}.modal-backdrop.show.svelte-uhfedl{display:block}.modal-container.svelte-uhfedl{position:fixed;right:0;left:0;z-index:var(--z-index);display:none;width:var(--width);height:var(--height);margin-right:auto;margin-left:auto;background:#fff;border-radius:var(--radius)}.modal-container.shadow.svelte-uhfedl{box-shadow:0 0 10px #0003}.modal-container.center.svelte-uhfedl{top:50%}.modal-container.top.svelte-uhfedl{top:var(--top)}.modal-container.bottom.svelte-uhfedl{bottom:var(--bottom)}.modal-container.show.svelte-uhfedl{display:block;animation:svelte-uhfedl-modalZoomin .1s ease-in-out forwards}@keyframes svelte-uhfedl-modalZoomin{0%{transform:translateY(-50%) scale(.7)}to{transform:translateY(-50%) scale(1)}}.modal-content.svelte-uhfedl{position:relative;height:100%;overflow:visible;overscroll-behavior:contain;border-radius:var(--radius)}
