main.svelte-72yecy{position:absolute;left:5vw;top:5vh;width:90%;height:90%;border-radius:10px;text-align:center;border:4px dotted rgb(184, 184, 184);background-color:rgba(143, 143, 143, 0.39);z-index:1;display:flex;align-items:center;justify-content:center;flex-direction:column;transition:background-color 200ms, border 200ms, opacity 200ms}main.dragging.svelte-72yecy{border:4px dotted rgb(235, 185, 76);background-color:rgba(238, 205, 20, 0.6)}main.dropped.svelte-72yecy{opacity:0;z-index:-1}.post-select.svelte-72yecy{opacity:0;transition:opacity 200ms}.post-select.dropped.svelte-72yecy{opacity:1}