
	/* Styling for the table container */
	.erd-placeholder-arrows {
   		/*border: 2px solid #ddd;*/
	    display: flex; /* Use flexbox to center the content */
	    justify-content: center; /* Center horizontally */
	    align-items: center; /* Center vertically */
	    /* padding: 10px 13px 10px 13px; */
	    width:100%;
	    /* min-width: 200px; */
	   
	    min-height: 300px;
	    font-size: 11px;
	    color: #ddd;
	}
	
