:root {
	--bs-body-font-size: 0.9rem;
	--bs-body-font-weight: 300;
	--bs-body-line-height: 1.1;
}

body {
	height: 100%;
	opacity: 0.85
}

html {
	height: 100%;
}

.navbar {
	background: white;
	border-bottom: 0.5px solid rgba(0, 0, 0, 0.176)
}

.link {
	cursor: pointer
}

.nolink {
	cursor: not-allowed
}

.right {
	text-align: right
}

label.title {
	font-size: 14px;
	font-weight: 700
}

.footer {
	position: absolute;
	bottom: 0;
}

.chart {
	width: 100%;
	min-height: 350px;
}