/* module-key = 'com.atlassian.jira.gadgets:unresolvedtrend-chart', location = 'static/components/charts/unresolvedtrend/UnresolvedTrendChart.less' */
.unresolvedtrend-chart-wrapper {
  position: relative;
}
.unresolvedtrend-chart-wrapper .marker-following-mouse-dialog .scrubber-dialog-table tr {
  margin-bottom: 5px;
}
.unresolvedtrend-chart-wrapper .marker-following-mouse-dialog .scrubber-dialog-table tr .content-label {
  color: #cdcdcd;
}
.unresolvedtrend-chart {
  width: 100%;
  box-sizing: border-box;
  display: block;
}
.unresolvedtrend-chart .grid line {
  stroke: #e9e9e9;
}
.unresolvedtrend-chart .yAxis .tick text,
.unresolvedtrend-chart .xAxis .tick text {
  fill: #707070;
  stroke: none;
  font-size: 12px;
  font-weight: bold;
}
.unresolvedtrend-chart .following-marker .marker-line {
  stroke: rgba(0, 0, 0, 0.2);
  stroke-width: 2;
}
.unresolvedtrend-chart .marker-line {
  stroke: #cdcdcd;
  stroke-width: 1px;
}
