@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

.panel-header,
.meta-info,
.indicador-info,
.section-body {
	font-family: 'Roboto', 'Arial', 'Helvetica', 'sans-serif';
}

#panel-header {
	background-color: #035677;
	height: fit-content;
	margin-top: 5rem;
	margin-bottom: 2rem;
	background-color: #035677;
}

#panel-header .row {
	margin-left: 5%;
	margin-right: 5%;
	display: flex;
	flex-wrap: wrap;
}

#panel-header .row .col {
	padding: 1rem;
	min-width: 200px;
}

.Select-control {
	background-color: white;
	border-radius: 4px;
	border: 1px solid #ccc;
	color: #035677;
	display: table;
	border-spacing: 0;
	border-collapse: separate;
	height: 40px;
	overflow: hidden;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
}

.Select-value-label {
	color: #035677;
}

#detalhamento-municipio-outliers-seletor {
	margin-top: 1rem;
}

#detalhamento-municipio-checklist-seletor {
	gap: 1rem;
}

.checkbox {
	margin-right: 0.3rem;
	width: 19px;
	height: 15px;
	border-radius: 8rem;
}

.graph-row-title, .comparacao-plot-grid-title, .info-title, .title-comparacao-indicadores {
	color: #035677;
	font-weight: 400;
	font-size: 1.5rem;
	flex: 0 0 100%;
	margin-top: 0.5rem;
}

.plot-grid-title {
	color: #035677;
	font-weight: 400;
	font-size: 1.5rem;
	flex: 0 0 100%;
	margin-top: 0.5rem;
	margin-bottom: 1rem;
}

.title-comparacao {
	color: #035677;
	font-weight: 400;
	font-size: 1.2rem;
	margin-top: 0.5rem;
	margin-bottom: 1rem;
}

.selecionar_e_checklist {
	display: flex;
	column-gap: 4rem;
	row-gap: 1rem;
	flex-wrap: wrap;
}

.info-text {
	color: #035677;
	font-size: 1rem;
	margin-bottom: 2rem;
}

.text-section {
	color: #035677;
	font-size: 1rem;
	margin-bottom: 1rem;
}

.text-comparacao {
	color: #035677;
	font-size: 1rem;
}

.accordion-button {
	color: #035677;
	display: flex;
	align-items: center;
	width: 100%;
	height: 4.5rem;
	font-size: 1.6rem;
	text-align: left;
	background-color: #ececec;
	border: 0;
	border-radius: 0;
	overflow-anchor: none;
	transition: var(--bs-accordion-transition);
}
.section-body {
	margin-bottom: 0.5rem;
}

.section-body .accordion {
	margin-bottom: 0.5rem;
}

.rc-slider-track {
	background-color: #35845C;
}

.rc-slider-dot-active {
	border-color: #35845C;
	border: solid 2px #35845C;
}

.rc-slider-handle {
	background-color: #35845C;
	border-color: #35845C;
}

.rc-slider-handle:hover {
	border-color: #35845C;
}

.rc-slider-handle-active:active {
	border-color: #35845C;
}

.rc-slider-mark {
	font-size: 1rem;
}

.plot-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.graph-row-insights {
	flex: 2;
	background-color: #353535;
	height: 480px;
	border-radius: 0.8rem;
	overflow-y: hidden;
	flex-wrap: wrap;
}

.insights-details {
	height: 400px;
	overflow: auto;
}

.insights-details::-webkit-scrollbar-track {
	border-radius: 8px;
	background-color: #ECECEC;
}

.insights-details::-webkit-scrollbar {
	border-radius: 8px;
	background-color: #ECECEC;
	width: 5px;
	height: 0px;
}

.insights-details::-webkit-scrollbar-thumb {
	border-radius: 8px;
	background-color: rgb(94, 90, 90);
}

.simulacao-row {
	gap: 1rem;
	padding: 0;
	margin: 1.5rem 1.5rem 0rem 1.5rem;
}

.simulacao-row .graph-row-title {
	margin-bottom: .5rem;
}

#detalhamento-simulacao .graph-row {
	margin-top: 0rem;
}

.graph-row {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	padding: 0;
	margin: 1rem;
}

.graph-row-col {
	flex-grow: 4;
	width: 70%;
	min-width: 20rem;
}

.graph-row-col-insights {
	flex-grow: 2;
	width: 20%;
	min-width: 20rem;
}

.default-section {
	margin: 1rem;
}

#detalhamento-municipio-visualizacao-seletor {
	max-width: 400px;
}

.title-details {
	color: white;
	font-size: 1.5rem;
	margin-top: 1.5rem;
	margin-left: 1.5rem;
	margin-bottom: 1rem;
}

.div-border-green {
	border-left: 4px solid var(--positive-green);
	border-radius: 8px;
	height: 56px;
	margin-left: 0px;
	display: flex;
}

.div-border-red {
	border-left: 4px solid var(--negative-red);
	border-radius: 8px;
	height: 56px;
	margin-left: 0px;
	display: flex;
}

.insight {
	display: flex;
	gap: 0rem;
	padding: 0 20px;
	margin-bottom: 1rem;
}

.insight-text{
	font-size: 1rem;
	color: white;
	margin-left: 1rem;
	margin-right: 0.5rem;
	text-align: justify;
}

.insight-bar {
	border-radius: 8px;
	/* height: 56px; */
}

.border-green {
	border: 2.5px solid #77e1ab;
}
.border-red {
	border: 2.5px solid #f48a8a;
}
.border-gray {
	border: 2.5px solid gray;
}
.border-yellow {
	border: 2.5px solid #ffe45f;
}

.plot-grid {
	max-width: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	margin-top: 1rem;
	margin-left: 1rem;
}

.comparacao-plot-grid {
	max-width: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	margin-left: 1rem;
}

#det-comp-mun-graf-cols {
	max-width: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
	align-content: center;
	justify-content: center;
}

#sumario-termometro-graficos {
	max-width: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
	align-content: center;
	justify-content: center;
}

.graph-row-plot, .plot-grid-col, .comparacao-plot-grid-col {
	border-radius: 8px;
	box-shadow: 0px 4px 6px 4px rgba(0, 0, 0, 0.15);
    display: flex;
	align-content: center;
	justify-content: center;
    padding: 1rem;
	width: 100%;
	margin-bottom: 20px;
	margin-right: 20px;
}

.plot-grid-col {
    max-width: 300px;
	margin-bottom: 20px;
}

.comparacao-plot-grid-col {
	height: 300px;
    width: 350px;
    max-width: 350px;
    padding: .5rem;
	margin-left: 0;
}

#sumario-entes-comparacao-evolucao-seletor {
	background-color: white !important;
}

#conecta-pne-page {
	/* width: 80%; */
	/* margin-left: 9.5rem; */
	/* margin-right: 9.5rem; */
	display: 'flex';
	align-items: 'center';
	justify-content: 'center';
	height: '100vh';
}

#panel-header {
	max-width: 70rem;
	margin: auto;
	margin-top: 5%;
	margin-bottom: 30px;
}

#panel-body {
	max-width: 70rem;
	margin: auto;
	margin-bottom: 5%;
}

#bg {
	background-color: rgb(236, 236, 236);
}
.has-value.Select--single > .Select-control .Select-value .Select-value-label,
.has-value.is-pseudo-focused.Select--single
	> .Select-control
	.Select-value
	.Select-value-label {
	color: #035677;
}
/* #sumario-entes-termometro-seletor {
	margin-bottom: 2rem;
} */

label, input {
	color: #035677;
	font-size: 1rem;
}
label {
	margin-right: 1rem;
}


/* Small and Medium devices such as phones and tablets (768px and up) */
@media only screen and (max-width: 58em) {
	.graph-row-col, .graph-row-col-insights, .plot-grid-col, .comparacao-plot-grid-col {
		min-width: 20rem;
	}

	#panel-header, #panel-body {
		margin-left: 1rem;
		margin-right: 1rem;
	}

	.comparacao-plot-grid-col, .plot-grid-col {
		display: flex;
		flex: wrap;
		margin-bottom: 1rem;
	}

	#conecta-pne-page {
		width: 100%;
		margin-left: 0rem;
	}
}

/* Estilo para tooltip */
.tooltip-inner {
    max-width: 150px !important;  /* Tamanho do tooltip */
    text-align: center;           /* Alinhamento centralizado */
    font-size: 12px !important;   /* Tamanho da fonte */
    word-wrap: break-word;        /* Quebra de linha se necessário */
}