@import "settings";

// JUST SOME COMMON STUFF
.no-data {
  color: $color-op-max;
  text-align: center;
  width: 100%;
}

.am-chart {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: $chart-index;
}

.clickable {
  cursor: pointer !important;
  user-select: none;
}

.not-clickable {
  // same as disabled but without greying-out
  pointer-events: none !important;
  cursor: default !important;
}

.with-radius {
  border-radius: $border-radius;
}

.hidden {
  display: none;
}

.overflow-x {
  overflow-x: auto;
}

.overflow-y {
  overflow-y: auto;
}
