.pointer
{
	cursor: pointer !important;
}


.hidden
{
	display: none !important;
}


.logo-normal
{
	white-space: initial !important;
	margin: auto;
	text-align: center;
}


.main-panel {
	min-height: 100vh;
	height: fit-content;
	padding-bottom: 20px;
}


.main-panel > .content {
	min-height: calc(100% - 93px);
	z-index: 1000;
	height: fit-content;
	display: block;
}


.content  div
{
	min-height: 100%;
	height: fit-content;
	display: block;
}


.content div canvas
{
	height: 100%;
	width: 100%;
}


canvas.word-cloud
{
	max-width: 800px;
	max-height: 500px;
	margin: 0 auto;
	border-radius: 4px;
	border: 0;
}


svg.author-network
{
	height: 50vh;
	width: 100%;
	max-width: 800px;
	max-height: 800px;
	min-width: 200px;
	min-height: 200px;
	margin: 0 auto;
}


.card-header label .nc-simple-remove
{
	cursor: pointer;
	color: darkred;
	font-weight: bold;
}
