.chart-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: 100%;
  gap: 10px;
}

.chart-container .chart-wrapper {
  min-height: 0;
}

.chart-container .chart-wrapper canvas {
  margin: 0px 5px;
}

#droppable-graphs .chart-container .chart-wrapper canvas {
  margin: 0px;
}

.chart-wrapper-responsive {
  width: 100%;
}

.chart-wrapper-flex {
  flex: 1 1 50px;
}

.chart-container .mini-map-container {
  width: 100%;
  flex: 0 0 auto;
}

.chart-container .filter-menu-summary-main-page {
  margin: 0px !important;
}

.chart-container .pandora-export-btn,
.pandora-zoom-reset-btn {
  transition: all 0.2s ease;
}

.chart-container .chart-export-menu-item {
  transition: background-color 0.2s ease;
}

.chart-container .chart-export-menu-item.disabled {
  opacity: 0.5;
  cursor: default;
}

.chart-container .mini-map-container canvas {
  cursor: crosshair;
}

.stat-win-show-options > div {
  flex: 1;
}
