body .multi {
	background-color: var(--bs-gray-dark) !important;
}

body {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

/* main {
    padding-top: 100px;
} */

.breadcrumb-item {
	cursor: pointer;
}

.active {
	cursor: auto;
}

.breadcrumb .breadcrumb-item a {
	color: white;
	text-decoration: none;
}

.flexbox {
	display: flex;
}

.flexbox #chartdiv {
	flex: 1;
	height: 80vh;
	float: left;
	padding-top: 0px;
	padding-bottom: 50px;
}

#chartdiv01 {
	flex: 1;
	height: 90vh;
	float: left;
	padding-top: 0px;
	padding-bottom: 50px;
}

#chartdiv02 {
	width: 100%;
	height: 75vh;
}

.footer_fixed {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
}

.footer_bottom {
	left: 0;
	bottom: 0;
	width: 100%;
}