
/* Need to discuss this with the team */
.axis path,
.axis line {
  stroke: none;
  /* Changes the color of the axis lines */
}
.legend--icon--square {
  height: 12px;
  width: 12px;
  background-color: #c6c6c6;
  /* border-radius: 50%; */
  align-self: center;
  flex-shrink: 0;
  forced-color-adjust: none;
}

.legend--icon--circle {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  align-self: flex-start;
  flex-shrink: 0;
  vertical-align: top !important;
}


@media (forced-colors: active) {
  .shaded {
    opacity: 0.5
  }
}