html.indicator_modal_open,
body.indicator_modal_open {
	overflow: hidden;
}

.indicator_modal {
	margin: 0;
	padding: 0;
	inset: 0;
	z-index: 1100;
	width: 100%;
	height: 100%;
	opacity: 0;
	display: none;
	position: fixed;
	align-items: stretch;
	justify-content: flex-end;
	background-color: rgba(0, 0, 0, 0.35);
	transition: opacity 0.3s ease;
}

.indicator_modal_active {
	opacity: 1;
}

.indicator_modal_panel {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	max-width: 960px;
	overflow-y: auto;
	background-color: var(--cor1);
	transform: translateX(100%);
	transition: transform 0.3s ease;
}

.indicator_modal_active .indicator_modal_panel {
	transform: translateX(0);
}

.indicator_modal_header {
	gap: 24px;
	margin: 0;
	padding: 0 24px;
	top: 0;
	z-index: 2;
	height: 78px;
	display: flex;
	position: sticky;
	align-items: center;
	background-color: var(--cor1);
}

.indicator_modal_header_title {
	margin: 0;
	padding: 0;
	color: var(--cor39);
	font: 500 16px/24px 'NewKansas', sans-serif;
	font-variation-settings: 'wght' 500, 'opsz' 16;
}

.indicator_modal_navigation {
	gap: 16px;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
}

.indicator_modal_navigation_button,
.indicator_modal_close {
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.indicator_modal_navigation_icon {
	margin: 0;
	padding: 0;
	width: 16px;
	height: 16px;
	fill: transparent;
	stroke: var(--cor11);
}

.indicator_modal_navigation_icon_prev {
	transform: rotate(180deg);
}

.indicator_modal_close {
	margin-left: auto;
	color: var(--cor39);
	font-size: 20px;
}

.indicator_modal_title_section {
	gap: 6px;
	margin: 0;
	padding: 24px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	background-color: var(--cor11);
}

.indicator_modal_category {
	margin: 0;
	padding: 0;
	color: var(--cor1);
	font: 400 12px/20px 'NewKansas', sans-serif;
	font-variation-settings: 'wght' 400, 'opsz' 12;
}

.indicator_modal_category span {
	font-weight: 700;
}

.indicator_modal_title {
	margin: 0;
	padding: 0;
	color: var(--cor1);
	font: 500 24px/32px 'NewKansas', sans-serif;
	font-variation-settings: 'wght' 500, 'opsz' 24;
}

.indicator_modal_section {
	gap: 32px;
	margin: 0;
	padding: 32px 24px;
	display: flex;
	align-items: flex-start;
	background-color: var(--cor1);
}

.indicator_modal_section_bg {
	background-color: var(--cor47);
}

.indicator_modal_section_title {
	margin: 0;
	padding: 0;
	width: 104px;
	flex: 0 0 104px;
	color: var(--cor39);
	font: 500 16px/24px 'NewKansas', sans-serif;
	font-variation-settings: 'wght' 500, 'opsz' 16;
}

.indicator_modal_section_content {
	margin: 0;
	padding: 0;
	flex: 1;
	min-width: 0;
}

.indicator_modal_section_content p,
.indicator_modal_list p,
.indicator_modal_legal p {
	margin: 0;
	padding: 0;
	color: var(--cor39);
	font: 400 14px/22px 'NewKansas', sans-serif;
	font-variation-settings: 'wght' 400, 'opsz' 14;
}
.indicator_modal_ods {
	gap: 8px;
	margin: 0;
	padding: 0;
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.indicator_modal_ods img {
	margin: 0;
	padding: 0;
	width: 72px;
	height: 72px;
	display: block;
	object-fit: cover;
}

.indicator_modal_list,
.indicator_modal_legal {
	gap: 12px;
	margin: 0;
	padding: 0;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.indicator_modal_list p,
.indicator_modal_legal p {
	gap: 8px;
	display: flex;
	align-items: flex-start;
}

.indicator_modal_list_icon {
	width: 20px;
	height: 20px;
	display: flex;
	flex: 0 0 20px;
	align-items: center;
	justify-content: center;
	background-color: var(--cor11);
}

.indicator_modal_list_icon svg {
	margin: 0;
	padding: 0;
	width: 12px;
	height: 12px;
	fill: transparent;
	stroke: var(--cor1);
}

.indicator_modal_list_icon svg {
	transform: rotate(-45deg);
}

.indicator_modal_list_icon svg.indicator_modal_list_icon_down {
	transform: rotate(135deg);
}

.indicator_modal_chart_section {
	align-items: center;
	justify-content: space-between;
}

.indicator_modal_chart_info {
	gap: 16px;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.indicator_modal_meta_2030_title {
	width: auto;
	flex-basis: auto;
	white-space: nowrap;
}

.indicator_modal_meta_2030 p {
	gap: 6px;
	padding: 4px 8px;
	width: fit-content;
	color: var(--cor1);
	border-radius: 4px;
	align-items: center;
	background-color: var(--cor11);
}

.indicator_modal_meta_2030 .indicator_modal_list_icon {
	width: 14px;
	height: 14px;
	flex-basis: 14px;
}

.indicator_modal_meta_2030 .indicator_modal_list_icon svg {
	width: 10px;
	height: 10px;
}

.indicator_modal_chart {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 420px;
	display: block;
	flex: 1;
	min-width: 0;
	max-width: none;
	color: var(--cor39);
	font: 400 14px/22px 'NewKansas', sans-serif;
	font-variation-settings: 'wght' 400, 'opsz' 14;
}

.indicator_modal_legal i {
	width: 18px;
	height: 18px;
	display: flex;
	flex: 0 0 18px;
	color: var(--cor1);
	font-size: 10px;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	background-color: var(--cor11);
}

@media screen and (max-width: 768px) {
	.indicator_modal_panel {
		max-width: 100%;
	}

	.indicator_modal_title {
		font: 700 22px/30px 'NewKansas', sans-serif;
		font-variation-settings: 'wght' 700, 'opsz' 22;
	}

	.indicator_modal_section {
		gap: 20px;
	}

}

@media screen and (max-width: 560px) {
	.indicator_modal_header {
		gap: 12px;
		padding: 0 16px;
	}

	.indicator_modal_title_section {
		padding: 20px 16px;
	}

	.indicator_modal_section {
		gap: 16px;
		padding: 24px 16px;
		flex-direction: column;
	}

	.indicator_modal_section_title {
		width: 100%;
		flex-basis: auto;
	}

	.indicator_modal_chart_section {
		align-items: flex-start;
	}

	.indicator_modal_chart {
		width: 100%;
		height: 300px;
		align-self: center;
	}

	.indicator_modal_ods img {
		width: 64px;
		height: 64px;
	}
}
