.cxb-numericaxis {
  shape-rendering: crispEdges;
}

.cxe-numericaxis-ticks {
  stroke: rgba(128, 128, 128, 0.3);
  stroke-width: 1px;
}

.cxe-numericaxis-line {
  stroke: rgba(128, 128, 128, 0.2);
  stroke-width: 1px;
}

.cxe-numericaxis-label {
  font-size: smaller;
  fill: currentColor;
}

.cxe-numericaxis-label-offset {
  visibility: hidden;
}

.cxb-categoryaxis {
  shape-rendering: crispEdges;
}

.cxe-categoryaxis-ticks {
  stroke: rgba(128, 128, 128, 0.3);
  stroke-width: 1px;
}

.cxe-categoryaxis-line {
  stroke: rgba(128, 128, 128, 0.2);
  stroke-width: 1px;
}

.cxe-categoryaxis-label {
  font-size: smaller;
  fill: currentColor;
}

.cxe-categoryaxis-label-offset {
  visibility: hidden;
}

.cxb-timeaxis {
  shape-rendering: crispEdges;
}

.cxe-timeaxis-ticks {
  stroke: rgba(128, 128, 128, 0.3);
  stroke-width: 1px;
}

.cxe-timeaxis-line {
  stroke: rgba(128, 128, 128, 0.2);
  stroke-width: 1px;
}

.cxe-timeaxis-label {
  font-size: smaller;
  fill: currentColor;
}

.cxe-timeaxis-label-offset {
  visibility: hidden;
}

.cxe-pieslice-slice {
  stroke-width: 0;
  fill: #eee;
  stroke: #ccc;
}

.cxe-pieslice-slice.cxs-selectable {
  cursor: pointer;
}

.cxe-pieslice-slice.cxs-selected {
  stroke-width: 2px;
}

.cxb-legend {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 5px 10px;
}

.cxb-legend.cxs-vertical {
  flex-direction: column;
}

.cxe-legend-entry {
  display: flex;
  align-items: center;
  padding: 5px;
  gap: 5px;
  font-size: smaller;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
}

.cxe-legend-svg {
  flex-shrink: 0;
}

.cxe-legend-shape {
  fill: rgba(128, 128, 128, 0.1);
  stroke-width: 1px;
}

.cxe-legend-value {
  order: 3;
}

.cxe-legend-entry-text {
  order: 2;
}

.cxb-legendentry {
  display: inline-flex;
  align-items: center;
  padding: 5px;
  gap: 5px;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
}

.cxe-legendentry-svg {
  flex-shrink: 0;
}

.cxe-legendentry-shape {
  fill: #eee;
}

.cxb-gridlines {
  shape-rendering: crispEdges;
}

.cxb-gridlines path {
  stroke: rgba(128, 128, 128, 0.15);
  fill: none;
  stroke-width: 1;
}

.cxe-column-rect {
  stroke-width: 1px;
  fill: #eee;
  stroke: #ccc;
}

.cxe-column-rect.cxs-selectable {
  cursor: pointer;
}

.cxe-column-rect.cxs-selected {
  stroke-width: 2px;
}

.cxe-bar-rect {
  stroke-width: 1px;
  fill: #eee;
  stroke: #ccc;
}

.cxe-bar-rect.cxs-selectable {
  cursor: pointer;
}

.cxe-bar-rect.cxs-selected {
  stroke-width: 2px;
}

.cxe-linegraph-line {
  stroke: gray;
  stroke-width: 2px;
  fill: none !important;
}

.cxe-linegraph-area {
  stroke-width: 0;
  opacity: 0.5;
}

.cxe-columngraph-column {
  stroke-width: 1px;
  fill: #eee;
  stroke: #ccc;
}

.cxe-columngraph-column.cxs-selectable {
  cursor: pointer;
}

.cxe-columngraph-column.cxs-selected {
  stroke-width: 2px;
}

.cxe-bargraph-bar {
  stroke-width: 1px;
  fill: #eee;
  stroke: #ccc;
}

.cxe-bargraph-bar.cxs-selectable {
  cursor: pointer;
}

.cxe-bargraph-bar.cxs-selected {
  stroke-width: 2px;
}

.cxe-scattergraph-shape {
  fill: rgb(128, 128, 128);
  stroke-width: 1px;
  opacity: 0.8;
}

.cxe-scattergraph-shape.cxs-selected {
  stroke-width: 2px;
}

.cxe-bubblegraph-bubble {
  fill: rgb(128, 128, 128);
  opacity: 0.5;
}

.cxe-bubblegraph-bubble:hover {
  opacity: 0.75;
}

.cxe-bubblegraph-bubble.cxs-selected {
  stroke: black;
  stroke-width: 2px;
}

.cxe-marker-shape {
  fill: rgb(128, 128, 128);
  stroke: rgb(128, 128, 128);
  stroke-width: 1px;
}

.cxs-draggable-x > .cxe-marker-shape {
  cursor: ew-resize;
  touch-action: none;
}

.cxs-draggable-y > .cxe-marker-shape {
  cursor: ns-resize;
  touch-action: none;
}

.cxs-draggable-xy > .cxe-marker-shape {
  cursor: move;
  touch-action: none;
}

.cxs-selectable > .cxe-marker-shape {
  cursor: pointer;
}

.cxe-marker-shape.cxs-hidden {
  visibility: hidden;
}

.cxe-markerline-line {
  stroke: rgb(128, 128, 128);
  stroke-width: 1px;
}

.cxe-range-rect {
  stroke-width: 0;
  fill-opacity: 0.3;
  fill: lightgray;
}

.cxs-color-0 {
  fill: rgb(250.6155660377, 180.0660377358, 174.8844339623);
  stroke: rgb(247.9693396226, 134.8396226415, 126.5306603774);
  background: rgb(250.6155660377, 180.0660377358, 174.8844339623);
  border-color: rgb(247.9693396226, 134.8396226415, 126.5306603774);
}

.cxs-color-0.cxs-selectable:hover, .cxs-color-0.cxs-selectable.cxs-hover, .cxs-color-root:hover .cxs-color-0, .cxs-color-root.cxs-hover .cxs-color-0 {
  fill: hsl(4.1052631579, 89.6226415094%, 103.431372549%);
  stroke: rgb(253.2617924528, 225.2924528302, 223.2382075472);
  background: hsl(4.1052631579, 89.6226415094%, 103.431372549%);
  border-color: rgb(253.2617924528, 225.2924528302, 223.2382075472);
}

.cxs-color-0.cxs-selected, .cxs-color-0.cxs-selected:hover, .cxs-color-0.cxs-selected.cxs-hover, .cxs-color-root.cxs-selected .cxs-color-0, .cxs-color-root.cxs-selected:hover .cxs-color-0, .cxs-color-root.cxs-selected.cxs-hover .cxs-color-0 {
  fill: rgb(242.1476415094, 35.341509434, 20.1523584906);
  stroke: rgb(200.3363207547, 23.920754717, 10.9636792453);
  background: rgb(242.1476415094, 35.341509434, 20.1523584906);
  border-color: rgb(200.3363207547, 23.920754717, 10.9636792453);
}

.cxs-color-0.cxs-disabled, .cxs-color-root.cxs-disabled .cxs-color-0 {
  fill: hsl(4.1052631579, 89.6226415094%, 148.431372549%);
  stroke: hsl(4.1052631579, 89.6226415094%, 138.431372549%);
  background: hsl(4.1052631579, 89.6226415094%, 148.431372549%);
  border-color: hsl(4.1052631579, 89.6226415094%, 138.431372549%);
}

.cxs-color-1 {
  fill: rgb(244.3562753036, 146.1437246964, 179.5263157895);
  stroke: rgb(239.8137651822, 99.6862348178, 147.3157894737);
  background: rgb(244.3562753036, 146.1437246964, 179.5263157895);
  border-color: rgb(239.8137651822, 99.6862348178, 147.3157894737);
}

.cxs-color-1.cxs-selectable:hover, .cxs-color-1.cxs-selectable.cxs-hover, .cxs-color-root:hover .cxs-color-1, .cxs-color-root.cxs-hover .cxs-color-1 {
  fill: rgb(253.4412955466, 239.0587044534, 243.9473684211);
  stroke: rgb(248.8987854251, 192.6012145749, 211.7368421053);
  background: rgb(253.4412955466, 239.0587044534, 243.9473684211);
  border-color: rgb(248.8987854251, 192.6012145749, 211.7368421053);
}

.cxs-color-1.cxs-selected, .cxs-color-1.cxs-selected:hover, .cxs-color-1.cxs-selected.cxs-hover, .cxs-color-root.cxs-selected .cxs-color-1, .cxs-color-root.cxs-selected:hover .cxs-color-1, .cxs-color-root.cxs-selected.cxs-hover .cxs-color-1 {
  fill: rgb(207.0546558704, 20.2453441296, 83.7421052632);
  stroke: rgb(160.5971659919, 15.7028340081, 64.9526315789);
  background: rgb(207.0546558704, 20.2453441296, 83.7421052632);
  border-color: rgb(160.5971659919, 15.7028340081, 64.9526315789);
}

.cxs-color-1.cxs-disabled, .cxs-color-root.cxs-disabled .cxs-color-1 {
  fill: hsl(339.60591133, 82.1862348178%, 141.568627451%);
  stroke: hsl(339.60591133, 82.1862348178%, 131.568627451%);
  background: hsl(339.60591133, 82.1862348178%, 141.568627451%);
  border-color: hsl(339.60591133, 82.1862348178%, 131.568627451%);
}

.cxs-color-2 {
  fill: rgb(209.0348837209, 117.8837209302, 224.6162790698);
  stroke: rgb(195.0395348837, 76.1348837209, 215.3651162791);
  background: rgb(209.0348837209, 117.8837209302, 224.6162790698);
  border-color: rgb(195.0395348837, 76.1348837209, 215.3651162791);
}

.cxs-color-2.cxs-selectable:hover, .cxs-color-2.cxs-selectable.cxs-hover, .cxs-color-root:hover .cxs-color-2, .cxs-color-root.cxs-hover .cxs-color-2 {
  fill: rgb(237.0255813953, 201.3813953488, 243.1186046512);
  stroke: rgb(223.0302325581, 159.6325581395, 233.8674418605);
  background: rgb(237.0255813953, 201.3813953488, 243.1186046512);
  border-color: rgb(223.0302325581, 159.6325581395, 233.8674418605);
}

.cxs-color-2.cxs-selected, .cxs-color-2.cxs-selected:hover, .cxs-color-2.cxs-selected.cxs-hover, .cxs-color-root.cxs-selected .cxs-color-2, .cxs-color-root.cxs-selected:hover .cxs-color-2, .cxs-color-root.cxs-selected.cxs-hover .cxs-color-2 {
  fill: rgb(130.096744186, 32.5241860465, 146.7758139535);
  stroke: rgb(93.0920930233, 23.2730232558, 105.0269767442);
  background: rgb(130.096744186, 32.5241860465, 146.7758139535);
  border-color: rgb(93.0920930233, 23.2730232558, 105.0269767442);
}

.cxs-color-2.cxs-disabled, .cxs-color-root.cxs-disabled .cxs-color-2 {
  fill: hsl(291.2408759124, 63.7209302326%, 132.1568627451%);
  stroke: hsl(291.2408759124, 63.7209302326%, 122.1568627451%);
  background: hsl(291.2408759124, 63.7209302326%, 132.1568627451%);
  border-color: hsl(291.2408759124, 63.7209302326%, 122.1568627451%);
}

.cxs-color-3 {
  fill: rgb(173.9751037344, 147.5539419087, 220.9460580913);
  stroke: rgb(144.7717842324, 108.8278008299, 208.6721991701);
  background: rgb(173.9751037344, 147.5539419087, 220.9460580913);
  border-color: rgb(144.7717842324, 108.8278008299, 208.6721991701);
}

.cxs-color-3.cxs-selectable:hover, .cxs-color-3.cxs-selectable.cxs-hover, .cxs-color-root:hover .cxs-color-3, .cxs-color-root.cxs-hover .cxs-color-3 {
  fill: rgb(232.3817427386, 225.0062240664, 245.4937759336);
  stroke: rgb(203.1784232365, 186.2800829876, 233.2199170124);
  background: rgb(232.3817427386, 225.0062240664, 245.4937759336);
  border-color: rgb(203.1784232365, 186.2800829876, 233.2199170124);
}

.cxs-color-3.cxs-selected, .cxs-color-3.cxs-selected:hover, .cxs-color-3.cxs-selected.cxs-hover, .cxs-color-root.cxs-selected .cxs-color-3, .cxs-color-root.cxs-selected:hover .cxs-color-3, .cxs-color-root.cxs-selected.cxs-hover .cxs-color-3 {
  fill: rgb(87.7423236515, 49.4082987552, 155.8917012448);
  stroke: rgb(65.9456431535, 37.134439834, 117.165560166);
  background: rgb(87.7423236515, 49.4082987552, 155.8917012448);
  border-color: rgb(65.9456431535, 37.134439834, 117.165560166);
}

.cxs-color-3.cxs-disabled, .cxs-color-root.cxs-disabled .cxs-color-3 {
  fill: hsl(261.6, 51.867219917%, 137.2549019608%);
  stroke: hsl(261.6, 51.867219917%, 127.2549019608%);
  background: hsl(261.6, 51.867219917%, 137.2549019608%);
  border-color: hsl(261.6, 51.867219917%, 127.2549019608%);
}

.cxs-color-4 {
  fill: rgb(152.2602459016, 162.4774590164, 219.2397540984);
  stroke: rgb(114.4282786885, 128.4077868852, 206.0717213115);
  background: rgb(152.2602459016, 162.4774590164, 219.2397540984);
  border-color: rgb(114.4282786885, 128.4077868852, 206.0717213115);
}

.cxs-color-4.cxs-selectable:hover, .cxs-color-4.cxs-selectable.cxs-hover, .cxs-color-root:hover .cxs-color-4, .cxs-color-root.cxs-hover .cxs-color-4 {
  fill: rgb(227.9241803279, 230.6168032787, 245.5758196721);
  stroke: rgb(190.0922131148, 196.5471311475, 232.4077868852);
  background: rgb(227.9241803279, 230.6168032787, 245.5758196721);
  border-color: rgb(190.0922131148, 196.5471311475, 232.4077868852);
}

.cxs-color-4.cxs-selected, .cxs-color-4.cxs-selected:hover, .cxs-color-4.cxs-selected.cxs-hover, .cxs-color-root.cxs-selected .cxs-color-4, .cxs-color-root.cxs-selected:hover .cxs-color-4, .cxs-color-root.cxs-selected.cxs-hover .cxs-color-4 {
  fill: rgb(53.7823770492, 69.1487704918, 154.5176229508);
  stroke: rgb(40.6143442623, 52.218442623, 116.6856557377);
  background: rgb(53.7823770492, 69.1487704918, 154.5176229508);
  border-color: rgb(40.6143442623, 52.218442623, 116.6856557377);
}

.cxs-color-4.cxs-disabled, .cxs-color-root.cxs-disabled .cxs-color-4 {
  fill: hsl(230.8474576271, 48.3606557377%, 137.8431372549%);
  stroke: hsl(230.8474576271, 48.3606557377%, 127.8431372549%);
  background: hsl(230.8474576271, 48.3606557377%, 137.8431372549%);
  border-color: hsl(230.8474576271, 48.3606557377%, 127.8431372549%);
}

.cxs-color-5 {
  fill: rgb(153.9615384615, 207.2115384615, 249.5384615385);
  stroke: rgb(105.5769230769, 184.3269230769, 246.9230769231);
  background: rgb(153.9615384615, 207.2115384615, 249.5384615385);
  border-color: rgb(105.5769230769, 184.3269230769, 246.9230769231);
}

.cxs-color-5.cxs-selectable:hover, .cxs-color-5.cxs-selectable.cxs-hover, .cxs-color-root:hover .cxs-color-5, .cxs-color-root.cxs-hover .cxs-color-5 {
  fill: rgb(250.7307692308, 252.9807692308, 254.7692307692);
  stroke: rgb(202.3461538462, 230.0961538462, 252.1538461538);
  background: rgb(250.7307692308, 252.9807692308, 254.7692307692);
  border-color: rgb(202.3461538462, 230.0961538462, 252.1538461538);
}

.cxs-color-5.cxs-selected, .cxs-color-5.cxs-selected:hover, .cxs-color-5.cxs-selected.cxs-hover, .cxs-color-root.cxs-selected .cxs-color-5, .cxs-color-root.cxs-selected:hover .cxs-color-5, .cxs-color-root.cxs-selected.cxs-hover .cxs-color-5 {
  fill: rgb(12.3230769231, 132.4730769231, 227.9769230769);
  stroke: rgb(9.7076923077, 104.3576923077, 179.5923076923);
  background: rgb(12.3230769231, 132.4730769231, 227.9769230769);
  border-color: rgb(9.7076923077, 104.3576923077, 179.5923076923);
}

.cxs-color-5.cxs-disabled, .cxs-color-root.cxs-disabled .cxs-color-5 {
  fill: hsl(206.5714285714, 89.7435897436%, 144.1176470588%);
  stroke: hsl(206.5714285714, 89.7435897436%, 134.1176470588%);
  background: hsl(206.5714285714, 89.7435897436%, 144.1176470588%);
  border-color: hsl(206.5714285714, 89.7435897436%, 134.1176470588%);
}

.cxs-color-6 {
  fill: rgb(121.1457489879, 212.2105263158, 253.3542510121);
  stroke: rgb(70.7651821862, 196.1052631579, 252.7348178138);
  background: rgb(121.1457489879, 212.2105263158, 253.3542510121);
  border-color: rgb(70.7651821862, 196.1052631579, 252.7348178138);
}

.cxs-color-6.cxs-selectable:hover, .cxs-color-6.cxs-selectable.cxs-hover, .cxs-color-root:hover .cxs-color-6, .cxs-color-root.cxs-hover .cxs-color-6 {
  fill: rgb(221.9068825911, 244.4210526316, 254.5931174089);
  stroke: rgb(171.5263157895, 228.3157894737, 253.9736842105);
  background: rgb(221.9068825911, 244.4210526316, 254.5931174089);
  border-color: rgb(171.5263157895, 228.3157894737, 253.9736842105);
}

.cxs-color-6.cxs-selected, .cxs-color-6.cxs-selected:hover, .cxs-color-6.cxs-selected.cxs-hover, .cxs-color-root.cxs-selected .cxs-color-6, .cxs-color-root.cxs-selected:hover .cxs-color-6, .cxs-color-root.cxs-selected.cxs-hover .cxs-color-6 {
  fill: rgb(2.5663967611, 144.5736842105, 208.7336032389);
  stroke: rgb(1.9469635628, 109.6789473684, 158.3530364372);
  background: rgb(2.5663967611, 144.5736842105, 208.7336032389);
  border-color: rgb(1.9469635628, 109.6789473684, 158.3530364372);
}

.cxs-color-6.cxs-disabled, .cxs-color-root.cxs-disabled .cxs-color-6 {
  fill: hsl(198.6721991701, 97.5708502024%, 138.431372549%);
  stroke: hsl(198.6721991701, 97.5708502024%, 128.431372549%);
  background: hsl(198.6721991701, 97.5708502024%, 138.431372549%);
  border-color: hsl(198.6721991701, 97.5708502024%, 128.431372549%);
}

.cxs-color-7 {
  fill: rgb(84.5, 235.6981132075, 255);
  stroke: rgb(33.5, 229.9245283019, 255);
  background: rgb(84.5, 235.6981132075, 255);
  border-color: rgb(33.5, 229.9245283019, 255);
}

.cxs-color-7.cxs-selectable:hover, .cxs-color-7.cxs-selectable.cxs-hover, .cxs-color-root:hover .cxs-color-7, .cxs-color-root.cxs-hover .cxs-color-7 {
  fill: rgb(186.5, 247.2452830189, 255);
  stroke: rgb(135.5, 241.4716981132, 255);
  background: rgb(186.5, 247.2452830189, 255);
  border-color: rgb(135.5, 241.4716981132, 255);
}

.cxs-color-7.cxs-selected, .cxs-color-7.cxs-selected:hover, .cxs-color-7.cxs-selected.cxs-hover, .cxs-color-root.cxs-selected .cxs-color-7, .cxs-color-root.cxs-selected:hover .cxs-color-7, .cxs-color-root.cxs-selected.cxs-hover .cxs-color-7 {
  fill: rgb(0, 156.341509434, 176.3);
  stroke: rgb(0, 111.1150943396, 125.3);
  background: rgb(0, 156.341509434, 176.3);
  border-color: rgb(0, 111.1150943396, 125.3);
}

.cxs-color-7.cxs-disabled, .cxs-color-root.cxs-disabled .cxs-color-7 {
  fill: hsl(186.7924528302, 100%, 131.568627451%);
  stroke: hsl(186.7924528302, 100%, 121.568627451%);
  background: hsl(186.7924528302, 100%, 131.568627451%);
  border-color: hsl(186.7924528302, 100%, 121.568627451%);
}

.cxs-color-8 {
  fill: rgb(22.5, 255, 233.3);
  stroke: rgb(0, 226.5, 205.36);
  background: rgb(22.5, 255, 233.3);
  border-color: rgb(0, 226.5, 205.36);
}

.cxs-color-8.cxs-selectable:hover, .cxs-color-8.cxs-selectable.cxs-hover, .cxs-color-root:hover .cxs-color-8, .cxs-color-root.cxs-hover .cxs-color-8 {
  fill: rgb(124.5, 255, 242.82);
  stroke: rgb(73.5, 255, 238.06);
  background: rgb(124.5, 255, 242.82);
  border-color: rgb(73.5, 255, 238.06);
}

.cxs-color-8.cxs-selected, .cxs-color-8.cxs-selected:hover, .cxs-color-8.cxs-selected.cxs-hover, .cxs-color-root.cxs-selected .cxs-color-8, .cxs-color-root.cxs-selected:hover .cxs-color-8, .cxs-color-root.cxs-selected.cxs-hover .cxs-color-8 {
  fill: rgb(0, 114.3, 103.632);
  stroke: rgb(0, 63.3, 57.392);
  background: rgb(0, 114.3, 103.632);
  border-color: rgb(0, 63.3, 57.392);
}

.cxs-color-8.cxs-disabled, .cxs-color-root.cxs-disabled .cxs-color-8 {
  fill: hsl(174.4, 100%, 119.4117647059%);
  stroke: hsl(174.4, 100%, 109.4117647059%);
  background: hsl(174.4, 100%, 119.4117647059%);
  border-color: hsl(174.4, 100%, 109.4117647059%);
}

.cxs-color-9 {
  fill: rgb(163.3167330677, 215.1832669323, 165.4123505976);
  stroke: rgb(127.7589641434, 199.7410358566, 130.6673306773);
  background: rgb(163.3167330677, 215.1832669323, 165.4123505976);
  border-color: rgb(127.7589641434, 199.7410358566, 130.6673306773);
}

.cxs-color-9.cxs-selectable:hover, .cxs-color-9.cxs-selectable.cxs-hover, .cxs-color-root:hover .cxs-color-9, .cxs-color-root.cxs-hover .cxs-color-9 {
  fill: rgb(234.4322709163, 246.0677290837, 234.9023904382);
  stroke: rgb(198.874501992, 230.625498008, 200.1573705179);
  background: rgb(234.4322709163, 246.0677290837, 234.9023904382);
  border-color: rgb(198.874501992, 230.625498008, 200.1573705179);
}

.cxs-color-9.cxs-selected, .cxs-color-9.cxs-selected:hover, .cxs-color-9.cxs-selected.cxs-hover, .cxs-color-root.cxs-selected .cxs-color-9, .cxs-color-root.cxs-selected:hover .cxs-color-9, .cxs-color-root.cxs-selected.cxs-hover .cxs-color-9 {
  fill: rgb(65.190438247, 150.109561753, 68.6215139442);
  stroke: rgb(49.7482071713, 114.5517928287, 52.3665338645);
  background: rgb(65.190438247, 150.109561753, 68.6215139442);
  border-color: rgb(49.7482071713, 114.5517928287, 52.3665338645);
}

.cxs-color-9.cxs-disabled, .cxs-color-root.cxs-disabled .cxs-color-9 {
  fill: hsl(122.4242424242, 39.4422310757%, 139.2156862745%);
  stroke: hsl(122.4242424242, 39.4422310757%, 129.2156862745%);
  background: hsl(122.4242424242, 39.4422310757%, 139.2156862745%);
  border-color: hsl(122.4242424242, 39.4422310757%, 129.2156862745%);
}

.cxs-color-10 {
  fill: rgb(200.3692946058, 226.7427385892, 169.7572614108);
  stroke: rgb(175.8215767635, 214.0456431535, 131.4543568465);
  background: rgb(200.3692946058, 226.7427385892, 169.7572614108);
  border-color: rgb(175.8215767635, 214.0456431535, 131.4543568465);
}

.cxs-color-10.cxs-selectable:hover, .cxs-color-10.cxs-selectable.cxs-hover, .cxs-color-root:hover .cxs-color-10, .cxs-color-root.cxs-hover .cxs-color-10 {
  fill: rgb(249.4647302905, 252.1369294606, 246.3630705394);
  stroke: rgb(224.9170124481, 239.4398340249, 208.0601659751);
  background: rgb(249.4647302905, 252.1369294606, 246.3630705394);
  border-color: rgb(224.9170124481, 239.4398340249, 208.0601659751);
}

.cxs-color-10.cxs-selected, .cxs-color-10.cxs-selected:hover, .cxs-color-10.cxs-selected.cxs-hover, .cxs-color-root.cxs-selected .cxs-color-10, .cxs-color-root.cxs-selected:hover .cxs-color-10, .cxs-color-root.cxs-selected.cxs-hover .cxs-color-10 {
  fill: rgb(121.0062240664, 175.2170124481, 58.0829875519);
  stroke: rgb(94.5539419087, 136.9141078838, 45.3858921162);
  background: rgb(121.0062240664, 175.2170124481, 58.0829875519);
  border-color: rgb(94.5539419087, 136.9141078838, 45.3858921162);
}

.cxs-color-10.cxs-disabled, .cxs-color-root.cxs-disabled .cxs-color-10 {
  fill: hsl(87.7685950413, 50.2074688797%, 142.7450980392%);
  stroke: hsl(87.7685950413, 50.2074688797%, 132.7450980392%);
  background: hsl(87.7685950413, 50.2074688797%, 142.7450980392%);
  border-color: hsl(87.7685950413, 50.2074688797%, 132.7450980392%);
}

.cxs-color-11 {
  fill: rgb(232.3605150215, 239.152360515, 165.347639485);
  stroke: rgb(221.4163090129, 231.491416309, 122.008583691);
  background: rgb(232.3605150215, 239.152360515, 165.347639485);
  border-color: rgb(221.4163090129, 231.491416309, 122.008583691);
}

.cxs-color-11.cxs-selectable:hover, .cxs-color-11.cxs-selectable.cxs-hover, .cxs-color-root:hover .cxs-color-11, .cxs-color-root.cxs-hover .cxs-color-11 {
  fill: rgb(254.2489270386, 254.474248927, 252.025751073);
  stroke: rgb(243.30472103, 246.813304721, 208.686695279);
  background: rgb(254.2489270386, 254.474248927, 252.025751073);
  border-color: rgb(243.30472103, 246.813304721, 208.686695279);
}

.cxs-color-11.cxs-selected, .cxs-color-11.cxs-selected:hover, .cxs-color-11.cxs-selected.cxs-hover, .cxs-color-root.cxs-selected .cxs-color-11, .cxs-color-root.cxs-selected:hover .cxs-color-11, .cxs-color-root.cxs-selected.cxs-hover .cxs-color-11 {
  fill: rgb(189.5188841202, 205.0532188841, 36.2467811159);
  stroke: rgb(149.4630901288, 161.7141630901, 28.5858369099);
  background: rgb(189.5188841202, 205.0532188841, 36.2467811159);
  border-color: rgb(149.4630901288, 161.7141630901, 28.5858369099);
}

.cxs-color-11.cxs-disabled, .cxs-color-root.cxs-disabled .cxs-color-11 {
  fill: hsl(65.5214723926, 69.9570815451%, 144.3137254902%);
  stroke: hsl(65.5214723926, 69.9570815451%, 134.3137254902%);
  background: hsl(65.5214723926, 69.9570815451%, 144.3137254902%);
  border-color: hsl(65.5214723926, 69.9570815451%, 134.3137254902%);
}

.cxs-color-12 {
  fill: rgb(255, 248.0102040816, 186.5);
  stroke: rgb(255, 242.806122449, 135.5);
  background: rgb(255, 248.0102040816, 186.5);
  border-color: rgb(255, 242.806122449, 135.5);
}

.cxs-color-12.cxs-selectable:hover, .cxs-color-12.cxs-selectable.cxs-hover, .cxs-color-root:hover .cxs-color-12, .cxs-color-root.cxs-hover .cxs-color-12 {
  fill: hsl(53.8775510204, 100%, 106.568627451%);
  stroke: rgb(255, 253.2142857143, 237.5);
  background: hsl(53.8775510204, 100%, 106.568627451%);
  border-color: rgb(255, 253.2142857143, 237.5);
}

.cxs-color-12.cxs-selected, .cxs-color-12.cxs-selected:hover, .cxs-color-12.cxs-selected.cxs-hover, .cxs-color-root.cxs-selected .cxs-color-12, .cxs-color-root.cxs-selected:hover .cxs-color-12, .cxs-color-root.cxs-selected.cxs-hover .cxs-color-12 {
  fill: rgb(255, 231.3571428571, 23.3);
  stroke: rgb(227.3, 204.106122449, 0);
  background: rgb(255, 231.3571428571, 23.3);
  border-color: rgb(227.3, 204.106122449, 0);
}

.cxs-color-12.cxs-disabled, .cxs-color-root.cxs-disabled .cxs-color-12 {
  fill: hsl(53.8775510204, 100%, 151.568627451%);
  stroke: hsl(53.8775510204, 100%, 141.568627451%);
  background: hsl(53.8775510204, 100%, 151.568627451%);
  border-color: hsl(53.8775510204, 100%, 141.568627451%);
}

.cxs-color-13 {
  fill: rgb(255, 224.875, 134.5);
  stroke: rgb(255, 212.125, 83.5);
  background: rgb(255, 224.875, 134.5);
  border-color: rgb(255, 212.125, 83.5);
}

.cxs-color-13.cxs-selectable:hover, .cxs-color-13.cxs-selectable.cxs-hover, .cxs-color-root:hover .cxs-color-13, .cxs-color-root.cxs-hover .cxs-color-13 {
  fill: rgb(255, 250.375, 236.5);
  stroke: rgb(255, 237.625, 185.5);
  background: rgb(255, 250.375, 236.5);
  border-color: rgb(255, 237.625, 185.5);
}

.cxs-color-13.cxs-selected, .cxs-color-13.cxs-selected:hover, .cxs-color-13.cxs-selected.cxs-hover, .cxs-color-root.cxs-selected .cxs-color-13, .cxs-color-root.cxs-selected:hover .cxs-color-13, .cxs-color-root.cxs-selected.cxs-hover .cxs-color-13 {
  fill: rgb(226.3, 169.725, 0);
  stroke: rgb(175.3, 131.475, 0);
  background: rgb(226.3, 169.725, 0);
  border-color: rgb(175.3, 131.475, 0);
}

.cxs-color-13.cxs-disabled, .cxs-color-root.cxs-disabled .cxs-color-13 {
  fill: hsl(45, 100%, 141.3725490196%);
  stroke: hsl(45, 100%, 131.3725490196%);
  background: hsl(45, 100%, 141.3725490196%);
  border-color: hsl(45, 100%, 131.3725490196%);
}

.cxs-color-14 {
  fill: rgb(255, 203.5, 127.5);
  stroke: rgb(255, 182.9, 76.5);
  background: rgb(255, 203.5, 127.5);
  border-color: rgb(255, 182.9, 76.5);
}

.cxs-color-14.cxs-selectable:hover, .cxs-color-14.cxs-selectable.cxs-hover, .cxs-color-root:hover .cxs-color-14, .cxs-color-root.cxs-hover .cxs-color-14 {
  fill: rgb(242.25, 242.25, 242.25);
  stroke: rgb(216.75, 216.75, 216.75);
  background: rgb(242.25, 242.25, 242.25);
  border-color: rgb(216.75, 216.75, 216.75);
}

.cxs-color-14.cxs-selected, .cxs-color-14.cxs-selected:hover, .cxs-color-14.cxs-selected.cxs-hover, .cxs-color-root.cxs-selected .cxs-color-14, .cxs-color-root.cxs-selected:hover .cxs-color-14, .cxs-color-root.cxs-selected.cxs-hover .cxs-color-14 {
  fill: rgb(219.3, 130.72, 0);
  stroke: rgb(168.3, 100.32, 0);
  background: rgb(219.3, 130.72, 0);
  border-color: rgb(168.3, 100.32, 0);
}

.cxs-color-14.cxs-disabled, .cxs-color-root.cxs-disabled .cxs-color-14 {
  fill: hsl(35.7647058824, 100%, 140%);
  stroke: hsl(35.7647058824, 100%, 130%);
  background: hsl(35.7647058824, 100%, 140%);
  border-color: hsl(35.7647058824, 100%, 130%);
}

.cxs-color-15 {
  fill: rgb(255, 183.9230769231, 161.5);
  stroke: rgb(255, 145.1538461538, 110.5);
  background: rgb(255, 183.9230769231, 161.5);
  border-color: rgb(255, 145.1538461538, 110.5);
}

.cxs-color-15.cxs-selectable:hover, .cxs-color-15.cxs-selectable.cxs-hover, .cxs-color-root:hover .cxs-color-15, .cxs-color-root.cxs-hover .cxs-color-15 {
  fill: hsl(14.3891402715, 100%, 101.6666666667%);
  stroke: rgb(255, 222.6923076923, 212.5);
  background: hsl(14.3891402715, 100%, 101.6666666667%);
  border-color: rgb(255, 222.6923076923, 212.5);
}

.cxs-color-15.cxs-selected, .cxs-color-15.cxs-selected:hover, .cxs-color-15.cxs-selected.cxs-hover, .cxs-color-root.cxs-selected .cxs-color-15, .cxs-color-root.cxs-selected:hover .cxs-color-15, .cxs-color-root.cxs-selected.cxs-hover .cxs-color-15 {
  fill: rgb(253.3, 60.7461538462, 0);
  stroke: rgb(202.3, 48.5153846154, 0);
  background: rgb(253.3, 60.7461538462, 0);
  border-color: rgb(202.3, 48.5153846154, 0);
}

.cxs-color-15.cxs-disabled, .cxs-color-root.cxs-disabled .cxs-color-15 {
  fill: hsl(14.3891402715, 100%, 146.6666666667%);
  stroke: hsl(14.3891402715, 100%, 136.6666666667%);
  background: hsl(14.3891402715, 100%, 146.6666666667%);
  border-color: hsl(14.3891402715, 100%, 136.6666666667%);
}