/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* You can add global styles to this file, and also import other style files */
html, body {
  padding: 0;
  margin: 0;
  font-family: "Lato", sans-serif;
  overflow: hidden;
}
text {
  fill: #000;
}
path.candle {
  stroke: #000000;
}
path.candle.body {
  stroke-width: 0;
}
path.candle.up {
  fill: #00AA00;
  stroke: #00AA00;
}
path.candle.down {
  fill: #FF0000;
  stroke: #FF0000;
}
#chart > div {
  background: linear-gradient(180deg, #4e54ff, #92fcff);
}
.highcharts-stocktools-wrapper {
  top: 24px;
  transition: all ease-in-out 0.5s;
  opacity: 0;
  left: 0;
}
.highcharts-stocktools-wrapper.active {
  left: 52px;
  opacity: 1;
}
.highcharts-toggle-toolbar {
  visibility: hidden;
}
.highcharts-exporting-group {
  opacity: 0;
}
.status-bar .value {
  background-color: rgba(0, 0, 0, 0.2);
}
.status-bar .value span {
  font-size: 10px;
  color: #fff;
  display: inline-block;
  float: left;
  height: 14px;
  margin-right: 4px;
}

/*# sourceMappingURL=styles.css.map*/