
	.test-controls.svelte-1pilt2v {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}

    .pixi-search-pane.svelte-16r079{
        position:  absolute;
        top:1rem;
        left:0;
        right: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

	.pixi-modal-pane.svelte-1b09cz0 {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		transform: translate(0);
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.pixi-modal-backdrop.svelte-1b09cz0 {
		background-color: rgba(0, 0, 0, 0.5);
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		z-index: 1;
	}

	.selected-node-data.svelte-1b09cz0 {
		display: flex;
		flex-direction: column;
	}

	.node-type.svelte-1b09cz0 {
		height: 1rem;
		border: 1px solid black;
	}

	.node-photo-holder.svelte-1b09cz0 {
		max-height: 25rem;
		width: 100%;
		box-sizing: border-box;
		padding: 1rem;
		border: 1px dashed #c6c6c6;
		border-radius: 1rem;
		margin-top: 1rem;
		display: flex;
		align-items: center;
		justify-content: center;
		transform: translate(0);
	}
	.node-photo.svelte-1b09cz0 {
		max-height: 20rem;
	}

	.master-pane.svelte-1hn64gx {
		user-select: none;

		transform: translate(0, 0);

		display: flex;
		flex-direction: column;
		justify-content: space-between;
		height: 100%;
		overflow: hidden;
		flex: 1;
	}
	.pixi-holder.svelte-1hn64gx {
		/* height: 100%;*/
		flex: 1;
		overflow: hidden;
		transform: translate(0, 0);
	}
