.card:-webkit-full-screen,
.card:fullscreen {
  width: 100vw !important;
  height: 100vh !important;
  max-width: none !important;
  margin: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  z-index: 9999;
  overflow: auto;
}

/* Graph output fullscreen */
#graph-output:-webkit-full-screen,
#graph-output:fullscreen {
  width: 100vw !important;
  height: 100vh !important;
  background-color: #0f1117;
  padding: 16px;
  overflow: auto;
}

#graph-output:-webkit-full-screen .js-plotly-plot,
#graph-output:fullscreen .js-plotly-plot,
#graph-output:-webkit-full-screen .dash-graph,
#graph-output:fullscreen .dash-graph {
  width: 100% !important;
  height: 100% !important;
}