.section {
	background-color: white;
	margin: 0;
	padding: 10px;
	padding-left: 20px;
	border-radius: 12px;
}

.section h1 {
	margin: 0;
	font-family: "Poppins",Sans-serif;
	color: #101010;
	font-size: 20px;
	font-weight: 700;
}

#dashboard {
	background-color: #38b6ff;
}

.stat {
	background-color: white;
	display: inline-block;
	position: relative;
	border-radius: 12px;
	padding-bottom: 30px;
	flex: 1;
}

#chart_frame {
	width: 90%;
	position: relative;
	left: 50%;
	top: 0%;
	transform: translate(-50%, 0%);
	margin-bottom: 30px;
	display: inline-block;
	padding-bottom: 30px;
}

#chart_frame_full {
	width: 100%;
	position: relative;
	left: 50%;
	top: 0%;
	transform: translate(-50%, 0%);
	margin-bottom: 30px;
	display: inline-block;
}

#chart_frame_full {
    position: relative;
}

#chart {
    width: 100%;
    height: 100%;
    position: absolute;
}

canvas {
	position: relative;
	left: 50%;
	top: 0%;
	transform: translate(-50%, 0%);
	padding-bottom: 50px;
}

.top {
	border-top-right-radius: 12px;
	border-top-left-radius: 12px;
	background-color: #38b6ff;
	margin-bottom: 30px;
}

.dividas .top, .patrimonio .top, .objetivos .top {
	margin-bottom: 20px;
}


.top h1 {
	color: white;
	font-family: "Poppins",Sans-serif;
	font-size: 20px;
	text-align: center;
	margin: 0;
	font-weight: 700;
	position: relative;
	display: inline-block;
	left: 50%;
	padding-top: 10px;
	padding-bottom: 10px;
	transform: translate(-50%, 0%);
}

.stat2, .stat3 {
	margin-left: 10px;
}

.stats {
	display: flex;
	margin-top: 20px;
	flex-wrap: wrap;
	position: relative;
}

.money {
	margin: 0;
	font-family: "Poppins",Sans-serif;
	font-size: 30px;
	font-weight: 700;
	color: #333333;
	position: relative;
	display: inline-block;
	left: 50%;
	transform: translate(-50%, 0%);
	white-space: nowrap;
}

.full {
	margin-top: 20px;
	width: 100%;
}

#options {
	display: inline-block;
	position: relative;
	left: 50%;
	transform: translate(-50%, 0%);
	margin-bottom: 25px;
	justify-content: center;
}

#options input {
	background: none;
	border: 0;
	font-size: 16px;
	margin-left: 12px;
	margin-right: 12px;
}

#options input:hover {
	cursor: pointer;
}	

#options_top, #options_bottom {
	display: inline;
}

#options input[type='button'] {
    font-weight: 500; /* Semi-bold as a base */
    text-shadow: 0 0 0 transparent; /* This reserves additional space for the bold state */
    border: 1px solid transparent;
}

/* Styles for selected buttons */
#options input[type='button'] {
    font-weight: bold;
    color: #30cfff;
    box-shadow: inset 0 0 0 1px transparent;  /* this simulates a border inside the button */
    border: none;  /* remove the default border */
}

#values {
	display: inline-block;
	position: relative;
	left: 50%;
	top: 0%;
	transform: translate(-50%, 0%);
	margin-bottom: 20px;
	margin-top: 20px;
}

.fluxo .top {
	margin-bottom: 0;
}

#values .item {
	display: inline-block;
	margin: 15px;
	text-align: center;
	font-family: "Macan","Helvetica Neue",Helvetica,Arial,sans-serif;
}

#values .item h1 {
	margin: 0;
	font-size: 22px;
}

#values .item p {
	font-size: 20px;
}

#receita_item {
	color: #1895ba;
}

#despesa_item {
	color: #d11919;
}


table.objetivos {
	font-size: 17px;
	font-family: "Macan","Helvetica Neue",Helvetica,Arial,sans-serif;
	border-collapse: collapse;
	display: inline-block;
	position: relative;
	margin-bottom: 20px;
	word-wrap: break-word;
	max-width: 90%;
	left: 50%;
	transform: translate(-50%, 0%);
	overflow: hidden;
	-webkit-border-radius: 12px;
       -moz-border-radius: 12px;
            border-radius: 12px;
	border: 1px solid black;
}

table.objetivos td, table.objetivos th {
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	margin: 0;
	padding: 15px;
	text-align: center;
	word-break: break-word;
}

table.objetivos tr:last-child  td {
	border-bottom: 0;
}

table.objetivos tr td:last-child, table.objetivos tr th:last-child {
	border-right: 0;
}

table.objetivos thead tr {
	background-color: #38b6ff;
	margin: 0;
}

table.objetivos th {
	font-weight: 600;
	color: white;
}

@media all and (max-width: 1000px) {
	#chart_frame {
		width: 90%;
	}
	#chart_frame_full {
		width: 90%;
	}
	.stat {
		width: 100%;
		margin-left: 0;
		flex: initial;
	}
	.stats2 .stat {
		width: 100%;
	}
	.stats {
		width: 100%;
		margin-left: 0;
	}
	.stat2, .stat3 {
		margin-top: 15px;
	}
	table.objetivos {
		max-width: 90%;
		white-space: nowrap;
		overflow-x: scroll;

	}
	table.objetivos td, table.objetivos th {
		padding: 10px;
	}
	#options_top, #options_bottom {
		display: inline-block;
		text-align: center;
		align-content: center;
		position: relative;
		left: 50%;
		top: 0%;
		transform: translate(-50%, 0%);
		width: 90%;
	}
	#options_top input, #options_bottom input {
		width: 40%;
	}
	#options_bottom {
		margin-top: 10px;
	}
}
