.root {
}

.customLegend {
  display: flex;
  max-height: 20vh;
  overflow: auto;
  gap: 12px;
  flex-direction: column;
  .legendRow {
    display: flex;
    font-size: 12px;
    align-items: center;
    gap: 6px;
    .fill {
      border-radius: 3px;
      width: 14px;
      height: 10px;
    }
  }
}
