/* body { 
  background-image: url("../assets/backgrounds/bg-pattern.png");
  background-color: rgba(0, 192, 51, 0.4);
} */

canvas {
	background-color: #ededed;
}

.line-chart {
	width: 535px;
	height: 200px;
}

.pie-chart {
	width: 310px;
	height: 310px;
}

#completed_div {
	width: 310px;
	height: 310px;
}

.input_text {
	width: 450px;
	height: 50px;
	font-size: 22px;
	background-color: #f6f6f6;
	border-radius: 10px;
	border: solid grey thick;
	padding-left: 10px;
}

.dropdown-toggle {
	width: 450px;
	height: 50px;
	font-size: 28px;
	background-color: #f6f6f6;
	border-radius: 10px;
	border: solid grey thick;
	padding-left: 10px;
}

.input_text_2 {
	width: 200px;
	height: 50px;
	font-size: 22px;
	background-color: #f6f6f6;
	border-radius: 10px;
	border: solid grey thick;
	padding-left: 10px;
}
