#loader {
	width: 100vw;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.rmdp-container input {
	width: 100%;
}
.rmdp-input {
	width: 100% !important;
}
.rmdp-day span {
	padding: unset;
	color: #484848 !important;
	font-size: 13px !important;
}

.rmdp-header-values span {
	color: #222 !important;
	font-size: 14px !important;
}

.diagram_container {
	margin-top: 1rem;
	width: 100%;
	min-height: 80%;
	max-height: fit-content;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 1rem;
	background-color: #fff;
} 
.diagram {
	display: flex;
	justify-content: center;
}
.pie_diagram{
	margin: 0 auto;
	/* width: auto !important;
	height: 100% !important;  */
}
.x-axis_label {
	right: 8px;
	bottom: 6px;
}
.y-axis_label {
	left: 8px;
	top: 6px;
}
.x-axis_label,
.y-axis_label {
	position: absolute;
	font-size: 13px;
	color: #1f232b;
	font-weight: bold;
} 