.easymarkets-charts {
  overflow: hidden;
  height: 100%;
}
.easymarkets-charts .chart-container {
  height: 100%;
}
.easymarkets-charts iframe {
  min-height: 350px;
}

.widget-loader {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.widget-loader > div {
  opacity: 0.4;
}

.fullscreen {
  position: relative;
  height: 100%;
  width: 100%;
  min-height: unset !important;
  min-width: unset !important;
}

.chart-border iframe {
  margin-left: 0px !important;
  border: 1px solid #eee;
}

.header-chart-panel .group.header-group-screenshot,
.header-chart-panel .group.header-group-properties {
  display: none !important;
}
.header-chart-panel .group.header-group-bars-style,
.header-chart-panel .group.header-group-indicators,
.header-chart-panel .header-group-bars-style {
  display: inline-block !important;
}

.main .pane-legend-icon-container {
  display: none !important;
}

/*# sourceMappingURL=chart-trading-view.bundle.js.map*/