$bg-col: #444;

MainDAW
{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: $bg-col;
	pointer-events: all;

	flex-direction: column;

	font-family: Poppins;

	.content
	{
		flex-grow: 1;
		flex-direction: row;
	}

	popup.popup-panel.popup-dropdown
	{
		background-color: #444;
		overflow: scroll;
		max-height: 40px;

		button
		{
			flex-shrink: 0;
			label
			{
				font-size: 12px;
			}
		}
	}
}