.customfont {
  color: #2020131; !important
  font-family: Nunito, sans-serif; !important
}

.orange-text {
  color: orange;
  font-weight: bold;
}

.container {
    position: absolute;
	width: 100vw;
	height: 80vh;
}

.container-chart {
	position: relative;
	height: 100%;
	width: 100%;
}

.responsive-iframe {
    position: relative;
    width: 100%;
    height: 100%;
}