/*----------------------------------------------

flotCart  css - Updated for Bootstrap 5

-----------------------------------------------*/
.demo-flotCart-container {
	box-sizing: border-box;
	width: 100%;
	height: 400px;
	padding: 1rem 0.75rem 0.75rem 0.75rem;
	margin: 0 auto 1rem auto;
	border: 1px solid #dee2e6;
	background: #fff;
	border-radius: 0.375rem;
}

.demo-container {
	box-sizing: border-box;
	width: 100%;
	padding: 1rem 0.75rem 0.75rem 0.75rem;
	margin: 0 auto 1rem auto;
	border: 1px solid #dee2e6;
	background: #fff;
	border-radius: 0.375rem;
}

.demo-placeholder {
	width: 100%;
	height: 100%;
	font-size: 0.875rem;
	line-height: 1.2em;
}

.legend table {
	border-spacing: 5px;
}

.stackControls,
.graphControls {
	display: inline-block;
}