* {
	font-family: Arial;
}
body {
/*	background: rgb(249, 249, 249); 	 */
	margin-top: 10px;
}
#chart {
	background: rgb(255, 255, 255); border: 1px solid rgb(221, 221, 221); border-image: none; padding-top: 10px; padding-right: 100px; padding-left: 10px; box-shadow: 0px 22px 35px -16px rgba(0,0,0,0.1);
}
.chart-box {
	background: rgb(255, 255, 255); border: 1px solid rgb(221, 221, 221); border-image: none; padding-top: 10px; padding-left: 10px; box-shadow: 0px 22px 35px -16px rgba(0,0,0,0.1);
}
select.flat-select {
	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='60px' height='60px'><polyline fill='white' points='46.139,15.518 25.166,36.49 4.193,15.519'/></svg>") no-repeat right 2px top 9px / 16px 16px rgb(0, 143, 251); padding: 5px 20px 5px 10px; outline: 0px; border-radius: 3px; border: 0px currentColor; transition:0.3s; border-image: none; width: auto; height: 33px; text-align: center; color: rgb(255, 255, 255); text-indent: 0.01px; font-family: arial,tahoma; font-size: 16px; font-weight: bold; text-shadow: 0px -1px 0px rgba(0,0,0,0.25); -moz-appearance: none; -webkit-appearance: none; appearance: none; -webkit-transition: 0.3s ease all; -moz-transition: 0.3s ease all; -o-transition: 0.3s ease all;
}
select.flat-select:focus {
	outline: 0px; border: 0px currentColor; border-image: none;
}
select.flat-select:hover {
	outline: 0px; border: 0px currentColor; border-image: none;
}
.apexcharts-canvas {
	margin: 0px auto;
}
#html {
	display: none;
}
