/* Chart Views Styles */
/* line 2, app/assets/stylesheets/chart_views.scss */
.chart-detail {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 11, app/assets/stylesheets/chart_views.scss */
.chart-content {
  width: 100%;
  height: 100%;
  background: white;
}

/* line 17, app/assets/stylesheets/chart_views.scss */
.chart-visualization {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 24, app/assets/stylesheets/chart_views.scss */
.chart-visualization canvas {
  max-width: 100%;
  max-height: 100%;
  padding-right: 5px;
  margin-bottom: 5px;
}

/* Iframe specific styles */
/* line 33, app/assets/stylesheets/chart_views.scss */
.iframe-chart {
  padding: 0;
  margin: 0;
  height: 100%;
  height: 400px;
  width: 100%;
}

/* line 41, app/assets/stylesheets/chart_views.scss */
.chart-container {
  margin: 0px auto 6px;
  height: auto;
}

/*# sourceMappingURL=chart_views.css-5b415b6287252d6ce94642982b58991d8463d40a738d027f7a3979af2e852537.map */
