.jsoneditor,
.jsoneditor-modal {
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

.jsoneditor input,
.jsoneditor input:not([type]),
.jsoneditor input[type=text],
.jsoneditor input[type=search],
.jsoneditor-modal input,
.jsoneditor-modal input:not([type]),
.jsoneditor-modal input[type=text],
.jsoneditor-modal input[type=search] {
  height: auto;
  border: inherit;
  box-shadow: none;
  font-size: inherit;
  box-sizing: inherit;
  padding: inherit;
  font-family: inherit;
  transition: none;
  line-height: inherit;
}

.jsoneditor input:focus,
.jsoneditor input:not([type]):focus,
.jsoneditor input[type=text]:focus,
.jsoneditor input[type=search]:focus,
.jsoneditor-modal input:focus,
.jsoneditor-modal input:not([type]):focus,
.jsoneditor-modal input[type=text]:focus,
.jsoneditor-modal input[type=search]:focus {
  border: inherit;
  box-shadow: inherit;
}

.jsoneditor textarea,
.jsoneditor-modal textarea {
  height: inherit;
}

.jsoneditor select,
.jsoneditor-modal select {
  display: inherit;
  height: inherit;
}

.jsoneditor label,
.jsoneditor-modal label {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

.jsoneditor table,
.jsoneditor-modal table {
  border-collapse: collapse;
  width: auto;
}

.jsoneditor td,
.jsoneditor th,
.jsoneditor-modal td,
.jsoneditor-modal th {
  padding: 0;
  display: table-cell;
  text-align: left;
  vertical-align: inherit;
  border-radius: inherit;
}

.jsoneditor .autocomplete.dropdown {
  position: absolute;
  background: #ffffff;
  box-shadow: 2px 2px 12px rgba(128, 128, 128, 0.3);
  border: 1px solid #d3d3d3;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: default;
  margin: 0;
  padding: 5px;
  text-align: left;
  outline: 0;
  font-family: consolas, menlo, monaco, "Ubuntu Mono", "source-code-pro", monospace;
  font-size: 14px;
}

.jsoneditor .autocomplete.dropdown .item {
  color: #1a1a1a;
}

.jsoneditor .autocomplete.dropdown .item.hover {
  background-color: #ebebeb;
}

.jsoneditor .autocomplete.hint {
  color: #a1a1a1;
  top: 4px;
  left: 4px;
}

.jsoneditor-contextmenu-root {
  position: relative;
  width: 0;
  height: 0;
}

.jsoneditor-contextmenu {
  position: absolute;
  box-sizing: content-box;
  z-index: 2;
}

.jsoneditor-contextmenu .jsoneditor-menu {
  position: relative;
  left: 0;
  top: 0;
  width: 128px;
  height: auto;
  background: #ffffff;
  border: 1px solid #d3d3d3;
  box-shadow: 2px 2px 12px rgba(128, 128, 128, 0.3);
  list-style: none;
  margin: 0;
  padding: 0;
}

.jsoneditor-contextmenu .jsoneditor-menu button {
  position: relative;
  padding: 0 8px 0 0;
  margin: 0;
  width: 128px;
  height: auto;
  border: none;
  cursor: pointer;
  color: #4d4d4d;
  background: transparent;
  font-size: 14px;
  font-family: arial, sans-serif;
  box-sizing: border-box;
  text-align: left;
}

.jsoneditor-contextmenu .jsoneditor-menu button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.jsoneditor-contextmenu .jsoneditor-menu button.jsoneditor-default {
  width: 96px;
}

.jsoneditor-contextmenu .jsoneditor-menu button.jsoneditor-expand {
  float: right;
  width: 32px;
  height: 24px;
  border-left: 1px solid #e5e5e5;
}

.jsoneditor-contextmenu .jsoneditor-menu li {
  overflow: hidden;
}

.jsoneditor-contextmenu .jsoneditor-menu li ul {
  display: none;
  position: relative;
  left: -10px;
  top: 0;
  border: none;
  box-shadow: inset 0 0 10px rgba(128, 128, 128, 0.5);
  padding: 0 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.jsoneditor-contextmenu .jsoneditor-menu li ul .jsoneditor-icon {
  margin-left: 24px;
}

.jsoneditor-contextmenu .jsoneditor-menu li ul li button {
  padding-left: 24px;
  animation: all ease-in-out 1s;
}

.jsoneditor-contextmenu .jsoneditor-menu li button .jsoneditor-expand {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0 4px 0 0;
  background-image: url(props => /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("svg", _extends({
  xmlns: "http://www.w3.org/2000/svg",
  width: 240,
  height: 144
}, props), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M4 4h16v16H4z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M28 4h16v16H28z",
  style: {
    fill: "#ec3f29",
    fillOpacity: 0.94117647,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M52 4h16v16H52zM172 4h16v16h-16zM196 4h16v16h-16z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("g", {
  style: {
    stroke: "none"
  }
}, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M7 11h10v2H7z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M11 7h2v10h-2z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0
  }
})), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("g", {
  style: {
    stroke: "none"
  }
}, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M7 11h10v2H7z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0
  },
  transform: "rotate(-45 24 -16.97)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M11 7h2v10h-2z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0
  },
  transform: "rotate(-45 24 -16.97)"
})), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M55 7h7v7h-7z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "#000",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M58 10h7v7h-7z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "#4c4c4c",
    strokeWidth: 2,
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M58 10h7v7h-7z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "#3c80df",
    strokeWidth: 0,
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeOpacity: 0.94117647
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M198 11h8v2h-8zM198 7h12v2h-12zM198 15h4v2h-4z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "#000",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M198 11h8v2h-8zM198 7h12v2h-12zM198 15h4v2h-4z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "#000",
    strokeWidth: 0
  },
  transform: "matrix(1 0 0 -1 -24 24)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M76 4h16v16H76z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 1,
    stroke: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m85.104 6.016-.015 1.406c3.027-.24.33 3.65 2.484 4.578-2.187 1.094.492 4.907-2.453 4.578L85.105 18c5.708.56 1.032-5.1 4.703-5.265v-1.407c-3.613-.027 1.119-5.707-4.703-5.312zM82.781 5.998l.016 1.407c-3.027-.24-.33 3.65-2.485 4.578 2.187 1.094-.491 4.907 2.454 4.578l.015 1.422c-5.708.559-1.032-5.1-4.703-5.266v-1.406c3.613-.027-1.119-5.707 4.703-5.313z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "#fff",
    strokeWidth: 0.2,
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M100 4h16v16h-16z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 1,
    stroke: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M103.719 5.672V18.39h3.031v-1.532h-1.344V7.234h1.375V5.672zM112.219 5.672v12.719h-3.032V16.86h1.344V7.235h-1.375V5.672z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M124 4h16v16h-16z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 1,
    stroke: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M126.282 17.603h1.79l1.141-2.864h5.654l1.149 2.864h1.765l-4.787-11.161h-1.919z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m129.727 13.479 4.609.01-2.305-5.55zM148 4h16v16h-16z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 1,
    stroke: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M156.477 5.892v2.18l.46 2.398h1.829l.398-2.399v-2.18zM152.516 5.89v2.18l.46 2.399h1.829l.398-2.399V5.89z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M54 64h12v2H54zM80 52h3v3h-3zM85 52h3v3h-3zM80 58h3v3h-3zM85 58h3v3h-3zM80 64h3v3h-3zM85 64h3v3h-3z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 0.98431373,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("circle", {
  cx: 110.061,
  cy: 57.939,
  r: 4.744,
  style: {
    opacity: 1,
    fill: "none",
    fillOpacity: 1,
    stroke: "#4c4c4c",
    strokeWidth: 2,
    strokeLinecap: "round",
    strokeLinejoin: "round",
    strokeMiterlimit: 4,
    strokeDasharray: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M116.646-31.798h4.23v6.405h-4.23z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 0.98431373,
    stroke: "none",
    strokeWidth: 0
  },
  transform: "rotate(45)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m125 56 13.77.095L132 64ZM149 64l13.77-.095L156 56Z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 1,
    fillRule: "evenodd",
    stroke: "none",
    strokeWidth: 0,
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M54 53h12v2H54z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 0.98431373,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M53-56h13v2H53zM53-66h13v2H53z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 0.98431373,
    stroke: "none",
    strokeWidth: 0
  },
  transform: "rotate(90)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M54 57h12v1H54z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 0.98431373,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M54 88h12v2H54zM80 76h3v3h-3zM85 76h3v3h-3zM80 82h3v3h-3zM85 82h3v3h-3zM80 88h3v3h-3zM85 88h3v3h-3z",
  style: {
    fill: "#d3d3d3",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0,
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("circle", {
  cx: 110.061,
  cy: 81.939,
  r: 4.744,
  style: {
    opacity: 1,
    fill: "none",
    fillOpacity: 1,
    stroke: "#d3d3d3",
    strokeWidth: 2,
    strokeLinecap: "round",
    strokeLinejoin: "round",
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M133.616-14.827h4.23v6.405h-4.23z",
  style: {
    fill: "#d3d3d3",
    fillOpacity: 1,
    stroke: "#d3d3d3",
    strokeWidth: 0,
    strokeOpacity: 1
  },
  transform: "rotate(45)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m125 80 13.77.095L132 88ZM149 88l13.77-.095L156 80Z",
  style: {
    fill: "#d3d3d3",
    fillOpacity: 1,
    fillRule: "evenodd",
    stroke: "#d3d3d3",
    strokeWidth: 0,
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M54 77h12v2H54z",
  style: {
    fill: "#d3d3d3",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0,
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M77-56h13v2H77zM77-66h13v2H77z",
  style: {
    fill: "#d3d3d3",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0,
    strokeOpacity: 1
  },
  transform: "rotate(90)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M54 81h12v1H54z",
  style: {
    fill: "#d3d3d3",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0,
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M76 101h16v2H76zM76 105h16v2H76zM76 109h9v2h-9zM76 125h12v2H76zM76 137h10v2H76zM82 129h10v2H82zM82 133h9v2h-9z",
  style: {
    fill: "#fff",
    fillOpacity: 0.8,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M36.398 100.025a8 8 0 0 0-1.265.062 7.86 7.86 0 0 0-4.508 2.227L29 100.599l-2.324 7.713 7.826-1.906-1.805-1.906a5.03 5.03 0 0 1 5.985-.721 4.915 4.915 0 0 1 2.308 5.55 4.99 4.99 0 0 1-4.83 3.696v3.074c3.55 0 6.71-2.411 7.65-5.941s-.618-7.274-3.71-9.07a7.84 7.84 0 0 0-3.702-1.063zM59.723 99.963a7.83 7.83 0 0 0-3.702 1.062c-3.092 1.797-4.65 5.54-3.71 9.07s4.097 5.942 7.648 5.942v-3.074a4.99 4.99 0 0 1-4.83-3.695 4.915 4.915 0 0 1 2.309-5.551 5.03 5.03 0 0 1 5.986.72l-1.807 1.907 7.828 1.906-2.324-7.713-1.627 1.717a7.86 7.86 0 0 0-4.506-2.229 8 8 0 0 0-1.265-.062z",
  style: {
    color: "#000",
    fontStyle: "normal",
    fontVariant: "normal",
    fontWeight: 400,
    fontStretch: "normal",
    fontSize: "medium",
    lineHeight: "normal",
    fontFamily: "sans-serif",
    textIndent: 0,
    textAlign: "start",
    textDecoration: "none",
    textDecorationLine: "none",
    textDecorationStyle: "solid",
    textDecorationColor: "#000",
    letterSpacing: "normal",
    wordSpacing: "normal",
    textTransform: "none",
    direction: "ltr",
    blockProgression: "tb",
    writingMode: "lr-tb",
    baselineShift: "baseline",
    textAnchor: "start",
    whiteSpace: "normal",
    clipRule: "nonzero",
    display: "inline",
    overflow: "visible",
    visibility: "visible",
    opacity: 0.8,
    isolation: "auto",
    mixBlendMode: "normal",
    colorInterpolation: "sRGB",
    colorInterpolationFilters: "linearRGB",
    solidColor: "#000",
    solidOpacity: 1,
    fill: "#fff",
    fillOpacity: 1,
    fillRule: "nonzero",
    stroke: "none",
    strokeWidth: 2.66157866,
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeDashoffset: 0,
    strokeOpacity: 1,
    colorRendering: "auto",
    imageRendering: "auto",
    shapeRendering: "auto",
    textRendering: "auto"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M10.5 100v2H8l4 5 4-5h-2.5v-2z",
  style: {
    opacity: 0.8,
    fill: "#fff",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 1.96599996,
    strokeMiterlimit: 4,
    strokeDasharray: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m4.985 108.015 14.03-.03M4.985 132.015l14.03-.03",
  style: {
    opacity: 0.8,
    fill: "none",
    stroke: "#fff",
    strokeWidth: 1.96599996,
    strokeLinecap: "square",
    strokeLinejoin: "miter",
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M36.398 123.963a8 8 0 0 0-1.265.062 7.86 7.86 0 0 0-4.508 2.226L29 124.538l-2.324 7.713 7.826-1.907-1.805-1.906a5.03 5.03 0 0 1 5.985-.72 4.915 4.915 0 0 1 2.308 5.55 4.99 4.99 0 0 1-4.83 3.695v3.075c3.55 0 6.71-2.41 7.65-5.94s-.618-7.275-3.71-9.072a7.84 7.84 0 0 0-3.702-1.063zM59.723 123.963a7.84 7.84 0 0 0-3.702 1.062c-3.092 1.797-4.65 5.543-3.71 9.073s4.097 5.94 7.648 5.94v-3.075a4.99 4.99 0 0 1-4.83-3.695 4.915 4.915 0 0 1 2.309-5.551 5.03 5.03 0 0 1 5.986.72l-1.807 1.907 7.828 1.906-2.324-7.713-1.627 1.717a7.86 7.86 0 0 0-4.506-2.229 8 8 0 0 0-1.265-.062z",
  style: {
    color: "#000",
    fontStyle: "normal",
    fontVariant: "normal",
    fontWeight: 400,
    fontStretch: "normal",
    fontSize: "medium",
    lineHeight: "normal",
    fontFamily: "sans-serif",
    textIndent: 0,
    textAlign: "start",
    textDecoration: "none",
    textDecorationLine: "none",
    textDecorationStyle: "solid",
    textDecorationColor: "#000",
    letterSpacing: "normal",
    wordSpacing: "normal",
    textTransform: "none",
    direction: "ltr",
    blockProgression: "tb",
    writingMode: "lr-tb",
    baselineShift: "baseline",
    textAnchor: "start",
    whiteSpace: "normal",
    clipRule: "nonzero",
    display: "inline",
    overflow: "visible",
    visibility: "visible",
    opacity: 0.4,
    isolation: "auto",
    mixBlendMode: "normal",
    colorInterpolation: "sRGB",
    colorInterpolationFilters: "linearRGB",
    solidColor: "#000",
    solidOpacity: 1,
    fill: "#4d4d4d",
    fillOpacity: 1,
    fillRule: "nonzero",
    stroke: "none",
    strokeWidth: 2.66157866,
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeDashoffset: 0,
    strokeOpacity: 1,
    colorRendering: "auto",
    imageRendering: "auto",
    shapeRendering: "auto",
    textRendering: "auto"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M10.5 116v-2H8l4-5 4 5h-2.5v2zM10.5 129v-2H8l4-5 4 5h-2.5v2zM10.5 135v2H8l4 5 4-5h-2.5v-2z",
  style: {
    opacity: 0.8,
    fill: "#fff",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 1.96599996,
    strokeMiterlimit: 4,
    strokeDasharray: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m16.667 60.073-3.833 2.214L9 64.5v-8.854l3.834 2.214z",
  style: {
    fill: "#4d4d4d",
    fillOpacity: 0.90196078,
    stroke: "#d3d3d3",
    strokeWidth: 0,
    strokeLinecap: "round",
    strokeLinejoin: "round",
    strokeMiterlimit: 4,
    strokeDasharray: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m-31.5 60.073-3.834 2.214-3.833 2.213v-8.854l3.833 2.214z",
  style: {
    fill: "#4d4d4d",
    fillOpacity: 0.90196078,
    stroke: "#d3d3d3",
    strokeWidth: 0,
    strokeLinecap: "round",
    strokeLinejoin: "round",
    strokeMiterlimit: 4,
    strokeDasharray: "none"
  },
  transform: "scale(-1 1)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m16.667 60.073-3.833 2.214L9 64.5v-8.854l3.834 2.214z",
  style: {
    fill: "#4d4d4d",
    fillOpacity: 0.90196078,
    stroke: "#d3d3d3",
    strokeWidth: 0,
    strokeLinecap: "round",
    strokeLinejoin: "round",
    strokeMiterlimit: 4,
    strokeDasharray: "none"
  },
  transform: "rotate(90 .11 71.898)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m16.667 60.073-3.833 2.214L9 64.5v-8.854l3.834 2.214z",
  style: {
    fill: "#4d4d4d",
    fillOpacity: 0.90196078,
    stroke: "#d3d3d3",
    strokeWidth: 0,
    strokeLinecap: "round",
    strokeLinejoin: "round",
    strokeMiterlimit: 4,
    strokeDasharray: "none"
  },
  transform: "matrix(0 -1 -1 0 96 96)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M171.826 65.174h16.348L180 51.826z",
  style: {
    fill: "#fbb917",
    fillOpacity: 1,
    fillRule: "evenodd",
    stroke: "#fbb917",
    strokeWidth: 1.65161395,
    strokeLinecap: "butt",
    strokeLinejoin: "round",
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M179 55v6h2v-6M179 62v2h2v-2",
  style: {
    opacity: 1,
    fill: "#fff",
    fillOpacity: 1,
    fillRule: "evenodd",
    stroke: "none",
    strokeWidth: 1,
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m99.994 113.022 2.006 1.962 7-6.956 3 .972 2-1 1-2v-3l-3 3-3-3 3-3h-3l-2 1-1 2 .994 3.022z",
  style: {
    fill: "#fff",
    fillOpacity: 0.8,
    fillRule: "evenodd",
    stroke: "#fff",
    strokeWidth: 1,
    strokeLinecap: "butt",
    strokeLinejoin: "round",
    strokeOpacity: 0.8
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M220 4h16v16h-16z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M234 6v2l-5 5v5h-2v-5l-5-5V6",
  style: {
    fill: "#fff",
    fillRule: "evenodd",
    stroke: "none",
    strokeWidth: 1,
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M198 12.625h6v1.25h-6zM198 15.125h7.5v1.25H198zM198 7.625h3v1.25h-3zM198 10.125h4.5v1.25H198z",
  style: {
    fill: "#fff",
    fillOpacity: 0.8,
    stroke: "#000",
    strokeWidth: 0
  },
  transform: "matrix(1.33333 0 0 -1.6 -140 127.2)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M207 16.375V10.75h-2.25l3-3.125 3 3.125h-2.25v5.625z",
  style: {
    fill: "#fff",
    fillOpacity: 0.8,
    fillRule: "evenodd",
    stroke: "none",
    strokeWidth: ".68465352px",
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeOpacity: 1
  },
  transform: "matrix(1.33333 0 0 -1.6 -140 127.2)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M164 100v3l-6 6v7h-4v-7l-6-6v-3",
  style: {
    fill: "#fff",
    fillOpacity: 0.8,
    fillRule: "evenodd",
    stroke: "none",
    strokeWidth: 1,
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M4 28h16v16H4z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M15 41v-7h-4v3l-5-4 5-4v3h6v9",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    fillRule: "evenodd",
    stroke: "none",
    strokeWidth: ".68465352px",
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeOpacity: 1
  }
})));
  background-position: 0 -72px;
}

.jsoneditor-contextmenu .jsoneditor-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border: none;
  padding: 0;
  margin: 0;
  background-image: url(props => /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("svg", _extends({
  xmlns: "http://www.w3.org/2000/svg",
  width: 240,
  height: 144
}, props), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M4 4h16v16H4z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M28 4h16v16H28z",
  style: {
    fill: "#ec3f29",
    fillOpacity: 0.94117647,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M52 4h16v16H52zM172 4h16v16h-16zM196 4h16v16h-16z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("g", {
  style: {
    stroke: "none"
  }
}, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M7 11h10v2H7z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M11 7h2v10h-2z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0
  }
})), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("g", {
  style: {
    stroke: "none"
  }
}, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M7 11h10v2H7z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0
  },
  transform: "rotate(-45 24 -16.97)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M11 7h2v10h-2z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0
  },
  transform: "rotate(-45 24 -16.97)"
})), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M55 7h7v7h-7z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "#000",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M58 10h7v7h-7z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "#4c4c4c",
    strokeWidth: 2,
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M58 10h7v7h-7z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "#3c80df",
    strokeWidth: 0,
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeOpacity: 0.94117647
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M198 11h8v2h-8zM198 7h12v2h-12zM198 15h4v2h-4z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "#000",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M198 11h8v2h-8zM198 7h12v2h-12zM198 15h4v2h-4z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "#000",
    strokeWidth: 0
  },
  transform: "matrix(1 0 0 -1 -24 24)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M76 4h16v16H76z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 1,
    stroke: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m85.104 6.016-.015 1.406c3.027-.24.33 3.65 2.484 4.578-2.187 1.094.492 4.907-2.453 4.578L85.105 18c5.708.56 1.032-5.1 4.703-5.265v-1.407c-3.613-.027 1.119-5.707-4.703-5.312zM82.781 5.998l.016 1.407c-3.027-.24-.33 3.65-2.485 4.578 2.187 1.094-.491 4.907 2.454 4.578l.015 1.422c-5.708.559-1.032-5.1-4.703-5.266v-1.406c3.613-.027-1.119-5.707 4.703-5.313z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "#fff",
    strokeWidth: 0.2,
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M100 4h16v16h-16z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 1,
    stroke: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M103.719 5.672V18.39h3.031v-1.532h-1.344V7.234h1.375V5.672zM112.219 5.672v12.719h-3.032V16.86h1.344V7.235h-1.375V5.672z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M124 4h16v16h-16z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 1,
    stroke: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M126.282 17.603h1.79l1.141-2.864h5.654l1.149 2.864h1.765l-4.787-11.161h-1.919z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m129.727 13.479 4.609.01-2.305-5.55zM148 4h16v16h-16z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 1,
    stroke: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M156.477 5.892v2.18l.46 2.398h1.829l.398-2.399v-2.18zM152.516 5.89v2.18l.46 2.399h1.829l.398-2.399V5.89z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M54 64h12v2H54zM80 52h3v3h-3zM85 52h3v3h-3zM80 58h3v3h-3zM85 58h3v3h-3zM80 64h3v3h-3zM85 64h3v3h-3z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 0.98431373,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("circle", {
  cx: 110.061,
  cy: 57.939,
  r: 4.744,
  style: {
    opacity: 1,
    fill: "none",
    fillOpacity: 1,
    stroke: "#4c4c4c",
    strokeWidth: 2,
    strokeLinecap: "round",
    strokeLinejoin: "round",
    strokeMiterlimit: 4,
    strokeDasharray: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M116.646-31.798h4.23v6.405h-4.23z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 0.98431373,
    stroke: "none",
    strokeWidth: 0
  },
  transform: "rotate(45)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m125 56 13.77.095L132 64ZM149 64l13.77-.095L156 56Z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 1,
    fillRule: "evenodd",
    stroke: "none",
    strokeWidth: 0,
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M54 53h12v2H54z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 0.98431373,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M53-56h13v2H53zM53-66h13v2H53z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 0.98431373,
    stroke: "none",
    strokeWidth: 0
  },
  transform: "rotate(90)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M54 57h12v1H54z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 0.98431373,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M54 88h12v2H54zM80 76h3v3h-3zM85 76h3v3h-3zM80 82h3v3h-3zM85 82h3v3h-3zM80 88h3v3h-3zM85 88h3v3h-3z",
  style: {
    fill: "#d3d3d3",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0,
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("circle", {
  cx: 110.061,
  cy: 81.939,
  r: 4.744,
  style: {
    opacity: 1,
    fill: "none",
    fillOpacity: 1,
    stroke: "#d3d3d3",
    strokeWidth: 2,
    strokeLinecap: "round",
    strokeLinejoin: "round",
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M133.616-14.827h4.23v6.405h-4.23z",
  style: {
    fill: "#d3d3d3",
    fillOpacity: 1,
    stroke: "#d3d3d3",
    strokeWidth: 0,
    strokeOpacity: 1
  },
  transform: "rotate(45)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m125 80 13.77.095L132 88ZM149 88l13.77-.095L156 80Z",
  style: {
    fill: "#d3d3d3",
    fillOpacity: 1,
    fillRule: "evenodd",
    stroke: "#d3d3d3",
    strokeWidth: 0,
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M54 77h12v2H54z",
  style: {
    fill: "#d3d3d3",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0,
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M77-56h13v2H77zM77-66h13v2H77z",
  style: {
    fill: "#d3d3d3",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0,
    strokeOpacity: 1
  },
  transform: "rotate(90)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M54 81h12v1H54z",
  style: {
    fill: "#d3d3d3",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0,
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M76 101h16v2H76zM76 105h16v2H76zM76 109h9v2h-9zM76 125h12v2H76zM76 137h10v2H76zM82 129h10v2H82zM82 133h9v2h-9z",
  style: {
    fill: "#fff",
    fillOpacity: 0.8,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M36.398 100.025a8 8 0 0 0-1.265.062 7.86 7.86 0 0 0-4.508 2.227L29 100.599l-2.324 7.713 7.826-1.906-1.805-1.906a5.03 5.03 0 0 1 5.985-.721 4.915 4.915 0 0 1 2.308 5.55 4.99 4.99 0 0 1-4.83 3.696v3.074c3.55 0 6.71-2.411 7.65-5.941s-.618-7.274-3.71-9.07a7.84 7.84 0 0 0-3.702-1.063zM59.723 99.963a7.83 7.83 0 0 0-3.702 1.062c-3.092 1.797-4.65 5.54-3.71 9.07s4.097 5.942 7.648 5.942v-3.074a4.99 4.99 0 0 1-4.83-3.695 4.915 4.915 0 0 1 2.309-5.551 5.03 5.03 0 0 1 5.986.72l-1.807 1.907 7.828 1.906-2.324-7.713-1.627 1.717a7.86 7.86 0 0 0-4.506-2.229 8 8 0 0 0-1.265-.062z",
  style: {
    color: "#000",
    fontStyle: "normal",
    fontVariant: "normal",
    fontWeight: 400,
    fontStretch: "normal",
    fontSize: "medium",
    lineHeight: "normal",
    fontFamily: "sans-serif",
    textIndent: 0,
    textAlign: "start",
    textDecoration: "none",
    textDecorationLine: "none",
    textDecorationStyle: "solid",
    textDecorationColor: "#000",
    letterSpacing: "normal",
    wordSpacing: "normal",
    textTransform: "none",
    direction: "ltr",
    blockProgression: "tb",
    writingMode: "lr-tb",
    baselineShift: "baseline",
    textAnchor: "start",
    whiteSpace: "normal",
    clipRule: "nonzero",
    display: "inline",
    overflow: "visible",
    visibility: "visible",
    opacity: 0.8,
    isolation: "auto",
    mixBlendMode: "normal",
    colorInterpolation: "sRGB",
    colorInterpolationFilters: "linearRGB",
    solidColor: "#000",
    solidOpacity: 1,
    fill: "#fff",
    fillOpacity: 1,
    fillRule: "nonzero",
    stroke: "none",
    strokeWidth: 2.66157866,
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeDashoffset: 0,
    strokeOpacity: 1,
    colorRendering: "auto",
    imageRendering: "auto",
    shapeRendering: "auto",
    textRendering: "auto"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M10.5 100v2H8l4 5 4-5h-2.5v-2z",
  style: {
    opacity: 0.8,
    fill: "#fff",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 1.96599996,
    strokeMiterlimit: 4,
    strokeDasharray: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m4.985 108.015 14.03-.03M4.985 132.015l14.03-.03",
  style: {
    opacity: 0.8,
    fill: "none",
    stroke: "#fff",
    strokeWidth: 1.96599996,
    strokeLinecap: "square",
    strokeLinejoin: "miter",
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M36.398 123.963a8 8 0 0 0-1.265.062 7.86 7.86 0 0 0-4.508 2.226L29 124.538l-2.324 7.713 7.826-1.907-1.805-1.906a5.03 5.03 0 0 1 5.985-.72 4.915 4.915 0 0 1 2.308 5.55 4.99 4.99 0 0 1-4.83 3.695v3.075c3.55 0 6.71-2.41 7.65-5.94s-.618-7.275-3.71-9.072a7.84 7.84 0 0 0-3.702-1.063zM59.723 123.963a7.84 7.84 0 0 0-3.702 1.062c-3.092 1.797-4.65 5.543-3.71 9.073s4.097 5.94 7.648 5.94v-3.075a4.99 4.99 0 0 1-4.83-3.695 4.915 4.915 0 0 1 2.309-5.551 5.03 5.03 0 0 1 5.986.72l-1.807 1.907 7.828 1.906-2.324-7.713-1.627 1.717a7.86 7.86 0 0 0-4.506-2.229 8 8 0 0 0-1.265-.062z",
  style: {
    color: "#000",
    fontStyle: "normal",
    fontVariant: "normal",
    fontWeight: 400,
    fontStretch: "normal",
    fontSize: "medium",
    lineHeight: "normal",
    fontFamily: "sans-serif",
    textIndent: 0,
    textAlign: "start",
    textDecoration: "none",
    textDecorationLine: "none",
    textDecorationStyle: "solid",
    textDecorationColor: "#000",
    letterSpacing: "normal",
    wordSpacing: "normal",
    textTransform: "none",
    direction: "ltr",
    blockProgression: "tb",
    writingMode: "lr-tb",
    baselineShift: "baseline",
    textAnchor: "start",
    whiteSpace: "normal",
    clipRule: "nonzero",
    display: "inline",
    overflow: "visible",
    visibility: "visible",
    opacity: 0.4,
    isolation: "auto",
    mixBlendMode: "normal",
    colorInterpolation: "sRGB",
    colorInterpolationFilters: "linearRGB",
    solidColor: "#000",
    solidOpacity: 1,
    fill: "#4d4d4d",
    fillOpacity: 1,
    fillRule: "nonzero",
    stroke: "none",
    strokeWidth: 2.66157866,
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeDashoffset: 0,
    strokeOpacity: 1,
    colorRendering: "auto",
    imageRendering: "auto",
    shapeRendering: "auto",
    textRendering: "auto"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M10.5 116v-2H8l4-5 4 5h-2.5v2zM10.5 129v-2H8l4-5 4 5h-2.5v2zM10.5 135v2H8l4 5 4-5h-2.5v-2z",
  style: {
    opacity: 0.8,
    fill: "#fff",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 1.96599996,
    strokeMiterlimit: 4,
    strokeDasharray: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m16.667 60.073-3.833 2.214L9 64.5v-8.854l3.834 2.214z",
  style: {
    fill: "#4d4d4d",
    fillOpacity: 0.90196078,
    stroke: "#d3d3d3",
    strokeWidth: 0,
    strokeLinecap: "round",
    strokeLinejoin: "round",
    strokeMiterlimit: 4,
    strokeDasharray: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m-31.5 60.073-3.834 2.214-3.833 2.213v-8.854l3.833 2.214z",
  style: {
    fill: "#4d4d4d",
    fillOpacity: 0.90196078,
    stroke: "#d3d3d3",
    strokeWidth: 0,
    strokeLinecap: "round",
    strokeLinejoin: "round",
    strokeMiterlimit: 4,
    strokeDasharray: "none"
  },
  transform: "scale(-1 1)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m16.667 60.073-3.833 2.214L9 64.5v-8.854l3.834 2.214z",
  style: {
    fill: "#4d4d4d",
    fillOpacity: 0.90196078,
    stroke: "#d3d3d3",
    strokeWidth: 0,
    strokeLinecap: "round",
    strokeLinejoin: "round",
    strokeMiterlimit: 4,
    strokeDasharray: "none"
  },
  transform: "rotate(90 .11 71.898)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m16.667 60.073-3.833 2.214L9 64.5v-8.854l3.834 2.214z",
  style: {
    fill: "#4d4d4d",
    fillOpacity: 0.90196078,
    stroke: "#d3d3d3",
    strokeWidth: 0,
    strokeLinecap: "round",
    strokeLinejoin: "round",
    strokeMiterlimit: 4,
    strokeDasharray: "none"
  },
  transform: "matrix(0 -1 -1 0 96 96)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M171.826 65.174h16.348L180 51.826z",
  style: {
    fill: "#fbb917",
    fillOpacity: 1,
    fillRule: "evenodd",
    stroke: "#fbb917",
    strokeWidth: 1.65161395,
    strokeLinecap: "butt",
    strokeLinejoin: "round",
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M179 55v6h2v-6M179 62v2h2v-2",
  style: {
    opacity: 1,
    fill: "#fff",
    fillOpacity: 1,
    fillRule: "evenodd",
    stroke: "none",
    strokeWidth: 1,
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m99.994 113.022 2.006 1.962 7-6.956 3 .972 2-1 1-2v-3l-3 3-3-3 3-3h-3l-2 1-1 2 .994 3.022z",
  style: {
    fill: "#fff",
    fillOpacity: 0.8,
    fillRule: "evenodd",
    stroke: "#fff",
    strokeWidth: 1,
    strokeLinecap: "butt",
    strokeLinejoin: "round",
    strokeOpacity: 0.8
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M220 4h16v16h-16z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M234 6v2l-5 5v5h-2v-5l-5-5V6",
  style: {
    fill: "#fff",
    fillRule: "evenodd",
    stroke: "none",
    strokeWidth: 1,
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M198 12.625h6v1.25h-6zM198 15.125h7.5v1.25H198zM198 7.625h3v1.25h-3zM198 10.125h4.5v1.25H198z",
  style: {
    fill: "#fff",
    fillOpacity: 0.8,
    stroke: "#000",
    strokeWidth: 0
  },
  transform: "matrix(1.33333 0 0 -1.6 -140 127.2)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M207 16.375V10.75h-2.25l3-3.125 3 3.125h-2.25v5.625z",
  style: {
    fill: "#fff",
    fillOpacity: 0.8,
    fillRule: "evenodd",
    stroke: "none",
    strokeWidth: ".68465352px",
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeOpacity: 1
  },
  transform: "matrix(1.33333 0 0 -1.6 -140 127.2)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M164 100v3l-6 6v7h-4v-7l-6-6v-3",
  style: {
    fill: "#fff",
    fillOpacity: 0.8,
    fillRule: "evenodd",
    stroke: "none",
    strokeWidth: 1,
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M4 28h16v16H4z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M15 41v-7h-4v3l-5-4 5-4v3h6v9",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    fillRule: "evenodd",
    stroke: "none",
    strokeWidth: ".68465352px",
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeOpacity: 1
  }
})));
}

.jsoneditor-contextmenu .jsoneditor-text {
  padding: 4px 0 4px 24px;
  word-wrap: break-word;
}

.jsoneditor-contextmenu .jsoneditor-text.jsoneditor-right-margin {
  padding-right: 24px;
}

.jsoneditor-contextmenu .jsoneditor-separator {
  height: 0;
  border-top: 1px solid #e5e5e5;
  padding-top: 5px;
  margin-top: 5px;
}

.jsoneditor-contextmenu button.jsoneditor-remove .jsoneditor-icon {
  background-position: -24px 0;
}

.jsoneditor-contextmenu button.jsoneditor-append .jsoneditor-icon {
  background-position: 0 0;
}

.jsoneditor-contextmenu button.jsoneditor-insert .jsoneditor-icon {
  background-position: 0 0;
}

.jsoneditor-contextmenu button.jsoneditor-duplicate .jsoneditor-icon {
  background-position: -48px 0;
}

.jsoneditor-contextmenu button.jsoneditor-sort-asc .jsoneditor-icon {
  background-position: -168px 0;
}

.jsoneditor-contextmenu button.jsoneditor-sort-desc .jsoneditor-icon {
  background-position: -192px 0;
}

.jsoneditor-contextmenu button.jsoneditor-transform .jsoneditor-icon {
  background-position: -216px 0;
}

.jsoneditor-contextmenu button.jsoneditor-extract .jsoneditor-icon {
  background-position: 0 -24px;
}

.jsoneditor-contextmenu button.jsoneditor-type-string .jsoneditor-icon {
  background-position: -144px 0;
}

.jsoneditor-contextmenu button.jsoneditor-type-auto .jsoneditor-icon {
  background-position: -120px 0;
}

.jsoneditor-contextmenu button.jsoneditor-type-object .jsoneditor-icon {
  background-position: -72px 0;
}

.jsoneditor-contextmenu button.jsoneditor-type-array .jsoneditor-icon {
  background-position: -96px 0;
}

.jsoneditor-contextmenu button.jsoneditor-type-modes .jsoneditor-icon {
  background-image: none;
  width: 6px;
}

.jsoneditor-contextmenu ul,
.jsoneditor-contextmenu li {
  box-sizing: content-box;
  position: relative;
}

.jsoneditor-contextmenu .jsoneditor-menu button:hover,
.jsoneditor-contextmenu .jsoneditor-menu button:focus {
  color: #1a1a1a;
  background-color: #f5f5f5;
  outline: none;
}

.jsoneditor-contextmenu .jsoneditor-menu li button.jsoneditor-selected,
.jsoneditor-contextmenu .jsoneditor-menu li button.jsoneditor-selected:hover,
.jsoneditor-contextmenu .jsoneditor-menu li button.jsoneditor-selected:focus {
  color: #ffffff;
  background-color: #ee422e;
}

.jsoneditor-contextmenu .jsoneditor-menu li ul li button:hover,
.jsoneditor-contextmenu .jsoneditor-menu li ul li button:focus {
  background-color: #f5f5f5;
}

.jsoneditor-modal {
  max-width: 95%;
  border-radius: 2px !important;
  padding: 45px 15px 15px 15px !important;
  box-shadow: 2px 2px 12px rgba(128, 128, 128, 0.3);
  color: #4d4d4d;
  line-height: 1.3em;
}

.jsoneditor-modal.jsoneditor-modal-transform {
  width: 600px !important;
}

.jsoneditor-modal .pico-modal-header {
  position: absolute;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  font-family: arial, sans-serif;
  font-size: 11pt;
  background: #3883fa;
  color: #ffffff;
}

.jsoneditor-modal table {
  width: 100%;
}

.jsoneditor-modal table td {
  padding: 3px 0;
}

.jsoneditor-modal table td.jsoneditor-modal-input {
  text-align: right;
  padding-right: 0;
  white-space: nowrap;
}

.jsoneditor-modal table td.jsoneditor-modal-actions {
  padding-top: 15px;
}

.jsoneditor-modal table th {
  vertical-align: middle;
}

.jsoneditor-modal p:first-child {
  margin-top: 0;
}

.jsoneditor-modal a {
  color: #3883fa;
}

.jsoneditor-modal .jsoneditor-jmespath-block {
  margin-bottom: 10px;
}

.jsoneditor-modal .pico-close {
  background: none !important;
  font-size: 24px !important;
  top: 7px !important;
  right: 7px !important;
  color: #ffffff;
}

.jsoneditor-modal input {
  padding: 4px;
}

.jsoneditor-modal input[type=text] {
  cursor: inherit;
}

.jsoneditor-modal input[disabled] {
  background: #d3d3d3;
  color: #808080;
}

.jsoneditor-modal .jsoneditor-select-wrapper {
  position: relative;
  display: inline-block;
}

.jsoneditor-modal .jsoneditor-select-wrapper:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #666;
  position: absolute;
  right: 8px;
  top: 14px;
  pointer-events: none;
}

.jsoneditor-modal select {
  padding: 3px 24px 3px 10px;
  min-width: 180px;
  max-width: 350px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 0;
  text-overflow: "";
  font-size: 14px;
  line-height: 1.5em;
}

.jsoneditor-modal select::-ms-expand {
  display: none;
}

.jsoneditor-modal .jsoneditor-button-group input {
  padding: 4px 10px;
  margin: 0;
  border-radius: 0;
  border-left-style: none;
}

.jsoneditor-modal .jsoneditor-button-group input.jsoneditor-button-first {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-left-style: solid;
}

.jsoneditor-modal .jsoneditor-button-group input.jsoneditor-button-last {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.jsoneditor-modal .jsoneditor-transform-preview {
  background: #f5f5f5;
  height: 200px;
}

.jsoneditor-modal .jsoneditor-transform-preview.jsoneditor-error {
  color: #ee422e;
}

.jsoneditor-modal .jsoneditor-jmespath-wizard {
  line-height: 1.2em;
  width: 100%;
  padding: 0;
  border-radius: 3px;
}

.jsoneditor-modal .jsoneditor-jmespath-label {
  font-weight: bold;
  color: dodgerblue;
  margin-top: 20px;
  margin-bottom: 5px;
}

.jsoneditor-modal .jsoneditor-jmespath-wizard-table {
  width: 100%;
  border-collapse: collapse;
}

.jsoneditor-modal .jsoneditor-jmespath-wizard-label {
  font-style: italic;
  margin: 4px 0 2px 0;
}

.jsoneditor-modal .jsoneditor-inline {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-top: 2px;
  padding-bottom: 2px;
}

.jsoneditor-modal .jsoneditor-inline:not(:last-child) {
  padding-right: 2px;
}

.jsoneditor-modal .jsoneditor-jmespath-filter {
  display: flex;
  flex-wrap: wrap;
}

.jsoneditor-modal .jsoneditor-jmespath-filter-field {
  width: 180px;
}

.jsoneditor-modal .jsoneditor-jmespath-filter-relation {
  width: 100px;
}

.jsoneditor-modal .jsoneditor-jmespath-filter-value {
  min-width: 180px;
  flex: 1;
}

.jsoneditor-modal .jsoneditor-jmespath-sort-field {
  width: 170px;
}

.jsoneditor-modal .jsoneditor-jmespath-sort-order {
  width: 150px;
}

.jsoneditor-modal .jsoneditor-jmespath-select-fields {
  width: 100%;
}

.jsoneditor-modal .selectr-selected {
  border-color: #d3d3d3;
  padding: 4px 28px 4px 8px;
}

.jsoneditor-modal .selectr-selected .selectr-tag {
  background-color: #3883fa;
  border-radius: 5px;
}

.jsoneditor-modal table th,
.jsoneditor-modal table td {
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  color: #4d4d4d;
  border-spacing: 0;
  border-collapse: collapse;
}

.jsoneditor-modal select,
.jsoneditor-modal textarea,
.jsoneditor-modal input,
.jsoneditor-modal input[type=text],
.jsoneditor-modal input[type=text]:focus,
.jsoneditor-modal #query {
  background: #ffffff;
  border: 1px solid #d3d3d3;
  color: #4d4d4d;
  border-radius: 3px;
  padding: 4px;
}

.jsoneditor-modal textarea,
.jsoneditor-modal #query {
  border-radius: unset;
}

.jsoneditor-modal,
.jsoneditor-modal table td,
.jsoneditor-modal table th,
.jsoneditor-modal select,
.jsoneditor-modal option,
.jsoneditor-modal textarea,
.jsoneditor-modal input,
.jsoneditor-modal input[type=text],
.jsoneditor-modal #query {
  font-size: 10.5pt;
  font-family: arial, sans-serif;
}

.jsoneditor-modal #query,
.jsoneditor-modal .jsoneditor-transform-preview {
  font-family: consolas, menlo, monaco, "Ubuntu Mono", "source-code-pro", monospace;
  font-size: 14px;
  width: 100%;
  box-sizing: border-box;
}

.jsoneditor-modal input[type=button],
.jsoneditor-modal input[type=submit] {
  background: #f5f5f5;
  padding: 4px 20px;
}

.jsoneditor-modal select,
.jsoneditor-modal input {
  cursor: pointer;
}

.jsoneditor-modal .jsoneditor-button-group.jsoneditor-button-group-value-asc input.jsoneditor-button-asc,
.jsoneditor-modal .jsoneditor-button-group.jsoneditor-button-group-value-desc input.jsoneditor-button-desc {
  background: #3883fa;
  border-color: #3883fa;
  color: #ffffff;
}

.jsoneditor {
  color: #1a1a1a;
  border: thin solid #3883fa;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0;
  line-height: 100%;
}

div.jsoneditor-field,
div.jsoneditor-value,
a.jsoneditor-value,
div.jsoneditor-readonly,
div.jsoneditor-default {
  border: 1px solid transparent;
  min-height: 16px;
  min-width: 32px;
  line-height: 16px;
  padding: 2px;
  margin: 1px;
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
  float: left;
}

div.jsoneditor-field p,
div.jsoneditor-value p {
  margin: 0;
}

div.jsoneditor-value.jsoneditor-empty::after {
  content: "value";
}

div.jsoneditor-value.jsoneditor-string {
  color: #006000;
}

div.jsoneditor-value.jsoneditor-number {
  color: #ee422e;
}

div.jsoneditor-value.jsoneditor-boolean {
  color: #ff8c00;
}

div.jsoneditor-value.jsoneditor-null {
  color: #004ed0;
}

div.jsoneditor-value.jsoneditor-color-value {
  color: #1a1a1a;
}

div.jsoneditor-value.jsoneditor-invalid {
  color: #1a1a1a;
}

div.jsoneditor-readonly {
  min-width: 16px;
  color: #808080;
}

div.jsoneditor-empty {
  border-color: #d3d3d3;
  border-style: dashed;
  border-radius: 2px;
}

div.jsoneditor-field.jsoneditor-empty::after {
  content: "field";
}

div.jsoneditor td {
  vertical-align: top;
}

div.jsoneditor td.jsoneditor-separator {
  padding: 3px 0;
  vertical-align: top;
  color: #808080;
}

div.jsoneditor td.jsoneditor-tree {
  vertical-align: top;
}

div.jsoneditor.busy pre.jsoneditor-preview {
  background: #f5f5f5;
  color: #808080;
}

div.jsoneditor.busy div.jsoneditor-busy {
  display: inherit;
}

div.jsoneditor code.jsoneditor-preview {
  background: none;
}

div.jsoneditor.jsoneditor-mode-preview pre.jsoneditor-preview {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow: auto;
  padding: 2px;
  margin: 0;
  white-space: pre-wrap;
  word-break: break-all;
}

div.jsoneditor-default {
  color: #808080;
  padding-left: 10px;
}

div.jsoneditor-tree {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: auto;
  background: #ffffff;
}

div.jsoneditor-tree button.jsoneditor-button {
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0;
  border: none;
  cursor: pointer;
  background-color: transparent;
  background-image: url(props => /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("svg", _extends({
  xmlns: "http://www.w3.org/2000/svg",
  width: 240,
  height: 144
}, props), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M4 4h16v16H4z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M28 4h16v16H28z",
  style: {
    fill: "#ec3f29",
    fillOpacity: 0.94117647,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M52 4h16v16H52zM172 4h16v16h-16zM196 4h16v16h-16z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("g", {
  style: {
    stroke: "none"
  }
}, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M7 11h10v2H7z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M11 7h2v10h-2z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0
  }
})), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("g", {
  style: {
    stroke: "none"
  }
}, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M7 11h10v2H7z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0
  },
  transform: "rotate(-45 24 -16.97)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M11 7h2v10h-2z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0
  },
  transform: "rotate(-45 24 -16.97)"
})), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M55 7h7v7h-7z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "#000",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M58 10h7v7h-7z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "#4c4c4c",
    strokeWidth: 2,
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M58 10h7v7h-7z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "#3c80df",
    strokeWidth: 0,
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeOpacity: 0.94117647
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M198 11h8v2h-8zM198 7h12v2h-12zM198 15h4v2h-4z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "#000",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M198 11h8v2h-8zM198 7h12v2h-12zM198 15h4v2h-4z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "#000",
    strokeWidth: 0
  },
  transform: "matrix(1 0 0 -1 -24 24)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M76 4h16v16H76z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 1,
    stroke: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m85.104 6.016-.015 1.406c3.027-.24.33 3.65 2.484 4.578-2.187 1.094.492 4.907-2.453 4.578L85.105 18c5.708.56 1.032-5.1 4.703-5.265v-1.407c-3.613-.027 1.119-5.707-4.703-5.312zM82.781 5.998l.016 1.407c-3.027-.24-.33 3.65-2.485 4.578 2.187 1.094-.491 4.907 2.454 4.578l.015 1.422c-5.708.559-1.032-5.1-4.703-5.266v-1.406c3.613-.027-1.119-5.707 4.703-5.313z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "#fff",
    strokeWidth: 0.2,
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M100 4h16v16h-16z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 1,
    stroke: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M103.719 5.672V18.39h3.031v-1.532h-1.344V7.234h1.375V5.672zM112.219 5.672v12.719h-3.032V16.86h1.344V7.235h-1.375V5.672z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M124 4h16v16h-16z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 1,
    stroke: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M126.282 17.603h1.79l1.141-2.864h5.654l1.149 2.864h1.765l-4.787-11.161h-1.919z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m129.727 13.479 4.609.01-2.305-5.55zM148 4h16v16h-16z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 1,
    stroke: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M156.477 5.892v2.18l.46 2.398h1.829l.398-2.399v-2.18zM152.516 5.89v2.18l.46 2.399h1.829l.398-2.399V5.89z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M54 64h12v2H54zM80 52h3v3h-3zM85 52h3v3h-3zM80 58h3v3h-3zM85 58h3v3h-3zM80 64h3v3h-3zM85 64h3v3h-3z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 0.98431373,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("circle", {
  cx: 110.061,
  cy: 57.939,
  r: 4.744,
  style: {
    opacity: 1,
    fill: "none",
    fillOpacity: 1,
    stroke: "#4c4c4c",
    strokeWidth: 2,
    strokeLinecap: "round",
    strokeLinejoin: "round",
    strokeMiterlimit: 4,
    strokeDasharray: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M116.646-31.798h4.23v6.405h-4.23z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 0.98431373,
    stroke: "none",
    strokeWidth: 0
  },
  transform: "rotate(45)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m125 56 13.77.095L132 64ZM149 64l13.77-.095L156 56Z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 1,
    fillRule: "evenodd",
    stroke: "none",
    strokeWidth: 0,
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M54 53h12v2H54z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 0.98431373,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M53-56h13v2H53zM53-66h13v2H53z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 0.98431373,
    stroke: "none",
    strokeWidth: 0
  },
  transform: "rotate(90)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M54 57h12v1H54z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 0.98431373,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M54 88h12v2H54zM80 76h3v3h-3zM85 76h3v3h-3zM80 82h3v3h-3zM85 82h3v3h-3zM80 88h3v3h-3zM85 88h3v3h-3z",
  style: {
    fill: "#d3d3d3",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0,
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("circle", {
  cx: 110.061,
  cy: 81.939,
  r: 4.744,
  style: {
    opacity: 1,
    fill: "none",
    fillOpacity: 1,
    stroke: "#d3d3d3",
    strokeWidth: 2,
    strokeLinecap: "round",
    strokeLinejoin: "round",
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M133.616-14.827h4.23v6.405h-4.23z",
  style: {
    fill: "#d3d3d3",
    fillOpacity: 1,
    stroke: "#d3d3d3",
    strokeWidth: 0,
    strokeOpacity: 1
  },
  transform: "rotate(45)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m125 80 13.77.095L132 88ZM149 88l13.77-.095L156 80Z",
  style: {
    fill: "#d3d3d3",
    fillOpacity: 1,
    fillRule: "evenodd",
    stroke: "#d3d3d3",
    strokeWidth: 0,
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M54 77h12v2H54z",
  style: {
    fill: "#d3d3d3",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0,
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M77-56h13v2H77zM77-66h13v2H77z",
  style: {
    fill: "#d3d3d3",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0,
    strokeOpacity: 1
  },
  transform: "rotate(90)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M54 81h12v1H54z",
  style: {
    fill: "#d3d3d3",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0,
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M76 101h16v2H76zM76 105h16v2H76zM76 109h9v2h-9zM76 125h12v2H76zM76 137h10v2H76zM82 129h10v2H82zM82 133h9v2h-9z",
  style: {
    fill: "#fff",
    fillOpacity: 0.8,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M36.398 100.025a8 8 0 0 0-1.265.062 7.86 7.86 0 0 0-4.508 2.227L29 100.599l-2.324 7.713 7.826-1.906-1.805-1.906a5.03 5.03 0 0 1 5.985-.721 4.915 4.915 0 0 1 2.308 5.55 4.99 4.99 0 0 1-4.83 3.696v3.074c3.55 0 6.71-2.411 7.65-5.941s-.618-7.274-3.71-9.07a7.84 7.84 0 0 0-3.702-1.063zM59.723 99.963a7.83 7.83 0 0 0-3.702 1.062c-3.092 1.797-4.65 5.54-3.71 9.07s4.097 5.942 7.648 5.942v-3.074a4.99 4.99 0 0 1-4.83-3.695 4.915 4.915 0 0 1 2.309-5.551 5.03 5.03 0 0 1 5.986.72l-1.807 1.907 7.828 1.906-2.324-7.713-1.627 1.717a7.86 7.86 0 0 0-4.506-2.229 8 8 0 0 0-1.265-.062z",
  style: {
    color: "#000",
    fontStyle: "normal",
    fontVariant: "normal",
    fontWeight: 400,
    fontStretch: "normal",
    fontSize: "medium",
    lineHeight: "normal",
    fontFamily: "sans-serif",
    textIndent: 0,
    textAlign: "start",
    textDecoration: "none",
    textDecorationLine: "none",
    textDecorationStyle: "solid",
    textDecorationColor: "#000",
    letterSpacing: "normal",
    wordSpacing: "normal",
    textTransform: "none",
    direction: "ltr",
    blockProgression: "tb",
    writingMode: "lr-tb",
    baselineShift: "baseline",
    textAnchor: "start",
    whiteSpace: "normal",
    clipRule: "nonzero",
    display: "inline",
    overflow: "visible",
    visibility: "visible",
    opacity: 0.8,
    isolation: "auto",
    mixBlendMode: "normal",
    colorInterpolation: "sRGB",
    colorInterpolationFilters: "linearRGB",
    solidColor: "#000",
    solidOpacity: 1,
    fill: "#fff",
    fillOpacity: 1,
    fillRule: "nonzero",
    stroke: "none",
    strokeWidth: 2.66157866,
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeDashoffset: 0,
    strokeOpacity: 1,
    colorRendering: "auto",
    imageRendering: "auto",
    shapeRendering: "auto",
    textRendering: "auto"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M10.5 100v2H8l4 5 4-5h-2.5v-2z",
  style: {
    opacity: 0.8,
    fill: "#fff",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 1.96599996,
    strokeMiterlimit: 4,
    strokeDasharray: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m4.985 108.015 14.03-.03M4.985 132.015l14.03-.03",
  style: {
    opacity: 0.8,
    fill: "none",
    stroke: "#fff",
    strokeWidth: 1.96599996,
    strokeLinecap: "square",
    strokeLinejoin: "miter",
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M36.398 123.963a8 8 0 0 0-1.265.062 7.86 7.86 0 0 0-4.508 2.226L29 124.538l-2.324 7.713 7.826-1.907-1.805-1.906a5.03 5.03 0 0 1 5.985-.72 4.915 4.915 0 0 1 2.308 5.55 4.99 4.99 0 0 1-4.83 3.695v3.075c3.55 0 6.71-2.41 7.65-5.94s-.618-7.275-3.71-9.072a7.84 7.84 0 0 0-3.702-1.063zM59.723 123.963a7.84 7.84 0 0 0-3.702 1.062c-3.092 1.797-4.65 5.543-3.71 9.073s4.097 5.94 7.648 5.94v-3.075a4.99 4.99 0 0 1-4.83-3.695 4.915 4.915 0 0 1 2.309-5.551 5.03 5.03 0 0 1 5.986.72l-1.807 1.907 7.828 1.906-2.324-7.713-1.627 1.717a7.86 7.86 0 0 0-4.506-2.229 8 8 0 0 0-1.265-.062z",
  style: {
    color: "#000",
    fontStyle: "normal",
    fontVariant: "normal",
    fontWeight: 400,
    fontStretch: "normal",
    fontSize: "medium",
    lineHeight: "normal",
    fontFamily: "sans-serif",
    textIndent: 0,
    textAlign: "start",
    textDecoration: "none",
    textDecorationLine: "none",
    textDecorationStyle: "solid",
    textDecorationColor: "#000",
    letterSpacing: "normal",
    wordSpacing: "normal",
    textTransform: "none",
    direction: "ltr",
    blockProgression: "tb",
    writingMode: "lr-tb",
    baselineShift: "baseline",
    textAnchor: "start",
    whiteSpace: "normal",
    clipRule: "nonzero",
    display: "inline",
    overflow: "visible",
    visibility: "visible",
    opacity: 0.4,
    isolation: "auto",
    mixBlendMode: "normal",
    colorInterpolation: "sRGB",
    colorInterpolationFilters: "linearRGB",
    solidColor: "#000",
    solidOpacity: 1,
    fill: "#4d4d4d",
    fillOpacity: 1,
    fillRule: "nonzero",
    stroke: "none",
    strokeWidth: 2.66157866,
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeDashoffset: 0,
    strokeOpacity: 1,
    colorRendering: "auto",
    imageRendering: "auto",
    shapeRendering: "auto",
    textRendering: "auto"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M10.5 116v-2H8l4-5 4 5h-2.5v2zM10.5 129v-2H8l4-5 4 5h-2.5v2zM10.5 135v2H8l4 5 4-5h-2.5v-2z",
  style: {
    opacity: 0.8,
    fill: "#fff",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 1.96599996,
    strokeMiterlimit: 4,
    strokeDasharray: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m16.667 60.073-3.833 2.214L9 64.5v-8.854l3.834 2.214z",
  style: {
    fill: "#4d4d4d",
    fillOpacity: 0.90196078,
    stroke: "#d3d3d3",
    strokeWidth: 0,
    strokeLinecap: "round",
    strokeLinejoin: "round",
    strokeMiterlimit: 4,
    strokeDasharray: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m-31.5 60.073-3.834 2.214-3.833 2.213v-8.854l3.833 2.214z",
  style: {
    fill: "#4d4d4d",
    fillOpacity: 0.90196078,
    stroke: "#d3d3d3",
    strokeWidth: 0,
    strokeLinecap: "round",
    strokeLinejoin: "round",
    strokeMiterlimit: 4,
    strokeDasharray: "none"
  },
  transform: "scale(-1 1)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m16.667 60.073-3.833 2.214L9 64.5v-8.854l3.834 2.214z",
  style: {
    fill: "#4d4d4d",
    fillOpacity: 0.90196078,
    stroke: "#d3d3d3",
    strokeWidth: 0,
    strokeLinecap: "round",
    strokeLinejoin: "round",
    strokeMiterlimit: 4,
    strokeDasharray: "none"
  },
  transform: "rotate(90 .11 71.898)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m16.667 60.073-3.833 2.214L9 64.5v-8.854l3.834 2.214z",
  style: {
    fill: "#4d4d4d",
    fillOpacity: 0.90196078,
    stroke: "#d3d3d3",
    strokeWidth: 0,
    strokeLinecap: "round",
    strokeLinejoin: "round",
    strokeMiterlimit: 4,
    strokeDasharray: "none"
  },
  transform: "matrix(0 -1 -1 0 96 96)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M171.826 65.174h16.348L180 51.826z",
  style: {
    fill: "#fbb917",
    fillOpacity: 1,
    fillRule: "evenodd",
    stroke: "#fbb917",
    strokeWidth: 1.65161395,
    strokeLinecap: "butt",
    strokeLinejoin: "round",
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M179 55v6h2v-6M179 62v2h2v-2",
  style: {
    opacity: 1,
    fill: "#fff",
    fillOpacity: 1,
    fillRule: "evenodd",
    stroke: "none",
    strokeWidth: 1,
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m99.994 113.022 2.006 1.962 7-6.956 3 .972 2-1 1-2v-3l-3 3-3-3 3-3h-3l-2 1-1 2 .994 3.022z",
  style: {
    fill: "#fff",
    fillOpacity: 0.8,
    fillRule: "evenodd",
    stroke: "#fff",
    strokeWidth: 1,
    strokeLinecap: "butt",
    strokeLinejoin: "round",
    strokeOpacity: 0.8
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M220 4h16v16h-16z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M234 6v2l-5 5v5h-2v-5l-5-5V6",
  style: {
    fill: "#fff",
    fillRule: "evenodd",
    stroke: "none",
    strokeWidth: 1,
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M198 12.625h6v1.25h-6zM198 15.125h7.5v1.25H198zM198 7.625h3v1.25h-3zM198 10.125h4.5v1.25H198z",
  style: {
    fill: "#fff",
    fillOpacity: 0.8,
    stroke: "#000",
    strokeWidth: 0
  },
  transform: "matrix(1.33333 0 0 -1.6 -140 127.2)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M207 16.375V10.75h-2.25l3-3.125 3 3.125h-2.25v5.625z",
  style: {
    fill: "#fff",
    fillOpacity: 0.8,
    fillRule: "evenodd",
    stroke: "none",
    strokeWidth: ".68465352px",
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeOpacity: 1
  },
  transform: "matrix(1.33333 0 0 -1.6 -140 127.2)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M164 100v3l-6 6v7h-4v-7l-6-6v-3",
  style: {
    fill: "#fff",
    fillOpacity: 0.8,
    fillRule: "evenodd",
    stroke: "none",
    strokeWidth: 1,
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M4 28h16v16H4z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M15 41v-7h-4v3l-5-4 5-4v3h6v9",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    fillRule: "evenodd",
    stroke: "none",
    strokeWidth: ".68465352px",
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeOpacity: 1
  }
})));
}

div.jsoneditor-tree button.jsoneditor-button:focus {
  background-color: #f5f5f5;
  outline: #e5e5e5 solid 1px;
}

div.jsoneditor-tree button.jsoneditor-collapsed {
  background-position: 0 -48px;
}

div.jsoneditor-tree button.jsoneditor-expanded {
  background-position: 0 -72px;
}

div.jsoneditor-tree button.jsoneditor-contextmenu-button {
  background-position: -48px -72px;
}

div.jsoneditor-tree button.jsoneditor-invisible {
  visibility: hidden;
  background: none;
}

div.jsoneditor-tree button.jsoneditor-dragarea {
  background-image: url(props => /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("svg", _extends({
  xmlns: "http://www.w3.org/2000/svg",
  width: 240,
  height: 144
}, props), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M4 4h16v16H4z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M28 4h16v16H28z",
  style: {
    fill: "#ec3f29",
    fillOpacity: 0.94117647,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M52 4h16v16H52zM172 4h16v16h-16zM196 4h16v16h-16z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("g", {
  style: {
    stroke: "none"
  }
}, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M7 11h10v2H7z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M11 7h2v10h-2z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0
  }
})), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("g", {
  style: {
    stroke: "none"
  }
}, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M7 11h10v2H7z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0
  },
  transform: "rotate(-45 24 -16.97)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M11 7h2v10h-2z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0
  },
  transform: "rotate(-45 24 -16.97)"
})), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M55 7h7v7h-7z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "#000",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M58 10h7v7h-7z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "#4c4c4c",
    strokeWidth: 2,
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M58 10h7v7h-7z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "#3c80df",
    strokeWidth: 0,
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeOpacity: 0.94117647
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M198 11h8v2h-8zM198 7h12v2h-12zM198 15h4v2h-4z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "#000",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M198 11h8v2h-8zM198 7h12v2h-12zM198 15h4v2h-4z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "#000",
    strokeWidth: 0
  },
  transform: "matrix(1 0 0 -1 -24 24)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M76 4h16v16H76z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 1,
    stroke: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m85.104 6.016-.015 1.406c3.027-.24.33 3.65 2.484 4.578-2.187 1.094.492 4.907-2.453 4.578L85.105 18c5.708.56 1.032-5.1 4.703-5.265v-1.407c-3.613-.027 1.119-5.707-4.703-5.312zM82.781 5.998l.016 1.407c-3.027-.24-.33 3.65-2.485 4.578 2.187 1.094-.491 4.907 2.454 4.578l.015 1.422c-5.708.559-1.032-5.1-4.703-5.266v-1.406c3.613-.027-1.119-5.707 4.703-5.313z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "#fff",
    strokeWidth: 0.2,
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M100 4h16v16h-16z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 1,
    stroke: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M103.719 5.672V18.39h3.031v-1.532h-1.344V7.234h1.375V5.672zM112.219 5.672v12.719h-3.032V16.86h1.344V7.235h-1.375V5.672z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M124 4h16v16h-16z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 1,
    stroke: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M126.282 17.603h1.79l1.141-2.864h5.654l1.149 2.864h1.765l-4.787-11.161h-1.919z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m129.727 13.479 4.609.01-2.305-5.55zM148 4h16v16h-16z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 1,
    stroke: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M156.477 5.892v2.18l.46 2.398h1.829l.398-2.399v-2.18zM152.516 5.89v2.18l.46 2.399h1.829l.398-2.399V5.89z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M54 64h12v2H54zM80 52h3v3h-3zM85 52h3v3h-3zM80 58h3v3h-3zM85 58h3v3h-3zM80 64h3v3h-3zM85 64h3v3h-3z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 0.98431373,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("circle", {
  cx: 110.061,
  cy: 57.939,
  r: 4.744,
  style: {
    opacity: 1,
    fill: "none",
    fillOpacity: 1,
    stroke: "#4c4c4c",
    strokeWidth: 2,
    strokeLinecap: "round",
    strokeLinejoin: "round",
    strokeMiterlimit: 4,
    strokeDasharray: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M116.646-31.798h4.23v6.405h-4.23z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 0.98431373,
    stroke: "none",
    strokeWidth: 0
  },
  transform: "rotate(45)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m125 56 13.77.095L132 64ZM149 64l13.77-.095L156 56Z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 1,
    fillRule: "evenodd",
    stroke: "none",
    strokeWidth: 0,
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M54 53h12v2H54z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 0.98431373,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M53-56h13v2H53zM53-66h13v2H53z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 0.98431373,
    stroke: "none",
    strokeWidth: 0
  },
  transform: "rotate(90)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M54 57h12v1H54z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 0.98431373,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M54 88h12v2H54zM80 76h3v3h-3zM85 76h3v3h-3zM80 82h3v3h-3zM85 82h3v3h-3zM80 88h3v3h-3zM85 88h3v3h-3z",
  style: {
    fill: "#d3d3d3",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0,
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("circle", {
  cx: 110.061,
  cy: 81.939,
  r: 4.744,
  style: {
    opacity: 1,
    fill: "none",
    fillOpacity: 1,
    stroke: "#d3d3d3",
    strokeWidth: 2,
    strokeLinecap: "round",
    strokeLinejoin: "round",
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M133.616-14.827h4.23v6.405h-4.23z",
  style: {
    fill: "#d3d3d3",
    fillOpacity: 1,
    stroke: "#d3d3d3",
    strokeWidth: 0,
    strokeOpacity: 1
  },
  transform: "rotate(45)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m125 80 13.77.095L132 88ZM149 88l13.77-.095L156 80Z",
  style: {
    fill: "#d3d3d3",
    fillOpacity: 1,
    fillRule: "evenodd",
    stroke: "#d3d3d3",
    strokeWidth: 0,
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M54 77h12v2H54z",
  style: {
    fill: "#d3d3d3",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0,
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M77-56h13v2H77zM77-66h13v2H77z",
  style: {
    fill: "#d3d3d3",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0,
    strokeOpacity: 1
  },
  transform: "rotate(90)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M54 81h12v1H54z",
  style: {
    fill: "#d3d3d3",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0,
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M76 101h16v2H76zM76 105h16v2H76zM76 109h9v2h-9zM76 125h12v2H76zM76 137h10v2H76zM82 129h10v2H82zM82 133h9v2h-9z",
  style: {
    fill: "#fff",
    fillOpacity: 0.8,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M36.398 100.025a8 8 0 0 0-1.265.062 7.86 7.86 0 0 0-4.508 2.227L29 100.599l-2.324 7.713 7.826-1.906-1.805-1.906a5.03 5.03 0 0 1 5.985-.721 4.915 4.915 0 0 1 2.308 5.55 4.99 4.99 0 0 1-4.83 3.696v3.074c3.55 0 6.71-2.411 7.65-5.941s-.618-7.274-3.71-9.07a7.84 7.84 0 0 0-3.702-1.063zM59.723 99.963a7.83 7.83 0 0 0-3.702 1.062c-3.092 1.797-4.65 5.54-3.71 9.07s4.097 5.942 7.648 5.942v-3.074a4.99 4.99 0 0 1-4.83-3.695 4.915 4.915 0 0 1 2.309-5.551 5.03 5.03 0 0 1 5.986.72l-1.807 1.907 7.828 1.906-2.324-7.713-1.627 1.717a7.86 7.86 0 0 0-4.506-2.229 8 8 0 0 0-1.265-.062z",
  style: {
    color: "#000",
    fontStyle: "normal",
    fontVariant: "normal",
    fontWeight: 400,
    fontStretch: "normal",
    fontSize: "medium",
    lineHeight: "normal",
    fontFamily: "sans-serif",
    textIndent: 0,
    textAlign: "start",
    textDecoration: "none",
    textDecorationLine: "none",
    textDecorationStyle: "solid",
    textDecorationColor: "#000",
    letterSpacing: "normal",
    wordSpacing: "normal",
    textTransform: "none",
    direction: "ltr",
    blockProgression: "tb",
    writingMode: "lr-tb",
    baselineShift: "baseline",
    textAnchor: "start",
    whiteSpace: "normal",
    clipRule: "nonzero",
    display: "inline",
    overflow: "visible",
    visibility: "visible",
    opacity: 0.8,
    isolation: "auto",
    mixBlendMode: "normal",
    colorInterpolation: "sRGB",
    colorInterpolationFilters: "linearRGB",
    solidColor: "#000",
    solidOpacity: 1,
    fill: "#fff",
    fillOpacity: 1,
    fillRule: "nonzero",
    stroke: "none",
    strokeWidth: 2.66157866,
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeDashoffset: 0,
    strokeOpacity: 1,
    colorRendering: "auto",
    imageRendering: "auto",
    shapeRendering: "auto",
    textRendering: "auto"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M10.5 100v2H8l4 5 4-5h-2.5v-2z",
  style: {
    opacity: 0.8,
    fill: "#fff",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 1.96599996,
    strokeMiterlimit: 4,
    strokeDasharray: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m4.985 108.015 14.03-.03M4.985 132.015l14.03-.03",
  style: {
    opacity: 0.8,
    fill: "none",
    stroke: "#fff",
    strokeWidth: 1.96599996,
    strokeLinecap: "square",
    strokeLinejoin: "miter",
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M36.398 123.963a8 8 0 0 0-1.265.062 7.86 7.86 0 0 0-4.508 2.226L29 124.538l-2.324 7.713 7.826-1.907-1.805-1.906a5.03 5.03 0 0 1 5.985-.72 4.915 4.915 0 0 1 2.308 5.55 4.99 4.99 0 0 1-4.83 3.695v3.075c3.55 0 6.71-2.41 7.65-5.94s-.618-7.275-3.71-9.072a7.84 7.84 0 0 0-3.702-1.063zM59.723 123.963a7.84 7.84 0 0 0-3.702 1.062c-3.092 1.797-4.65 5.543-3.71 9.073s4.097 5.94 7.648 5.94v-3.075a4.99 4.99 0 0 1-4.83-3.695 4.915 4.915 0 0 1 2.309-5.551 5.03 5.03 0 0 1 5.986.72l-1.807 1.907 7.828 1.906-2.324-7.713-1.627 1.717a7.86 7.86 0 0 0-4.506-2.229 8 8 0 0 0-1.265-.062z",
  style: {
    color: "#000",
    fontStyle: "normal",
    fontVariant: "normal",
    fontWeight: 400,
    fontStretch: "normal",
    fontSize: "medium",
    lineHeight: "normal",
    fontFamily: "sans-serif",
    textIndent: 0,
    textAlign: "start",
    textDecoration: "none",
    textDecorationLine: "none",
    textDecorationStyle: "solid",
    textDecorationColor: "#000",
    letterSpacing: "normal",
    wordSpacing: "normal",
    textTransform: "none",
    direction: "ltr",
    blockProgression: "tb",
    writingMode: "lr-tb",
    baselineShift: "baseline",
    textAnchor: "start",
    whiteSpace: "normal",
    clipRule: "nonzero",
    display: "inline",
    overflow: "visible",
    visibility: "visible",
    opacity: 0.4,
    isolation: "auto",
    mixBlendMode: "normal",
    colorInterpolation: "sRGB",
    colorInterpolationFilters: "linearRGB",
    solidColor: "#000",
    solidOpacity: 1,
    fill: "#4d4d4d",
    fillOpacity: 1,
    fillRule: "nonzero",
    stroke: "none",
    strokeWidth: 2.66157866,
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeDashoffset: 0,
    strokeOpacity: 1,
    colorRendering: "auto",
    imageRendering: "auto",
    shapeRendering: "auto",
    textRendering: "auto"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M10.5 116v-2H8l4-5 4 5h-2.5v2zM10.5 129v-2H8l4-5 4 5h-2.5v2zM10.5 135v2H8l4 5 4-5h-2.5v-2z",
  style: {
    opacity: 0.8,
    fill: "#fff",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 1.96599996,
    strokeMiterlimit: 4,
    strokeDasharray: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m16.667 60.073-3.833 2.214L9 64.5v-8.854l3.834 2.214z",
  style: {
    fill: "#4d4d4d",
    fillOpacity: 0.90196078,
    stroke: "#d3d3d3",
    strokeWidth: 0,
    strokeLinecap: "round",
    strokeLinejoin: "round",
    strokeMiterlimit: 4,
    strokeDasharray: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m-31.5 60.073-3.834 2.214-3.833 2.213v-8.854l3.833 2.214z",
  style: {
    fill: "#4d4d4d",
    fillOpacity: 0.90196078,
    stroke: "#d3d3d3",
    strokeWidth: 0,
    strokeLinecap: "round",
    strokeLinejoin: "round",
    strokeMiterlimit: 4,
    strokeDasharray: "none"
  },
  transform: "scale(-1 1)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m16.667 60.073-3.833 2.214L9 64.5v-8.854l3.834 2.214z",
  style: {
    fill: "#4d4d4d",
    fillOpacity: 0.90196078,
    stroke: "#d3d3d3",
    strokeWidth: 0,
    strokeLinecap: "round",
    strokeLinejoin: "round",
    strokeMiterlimit: 4,
    strokeDasharray: "none"
  },
  transform: "rotate(90 .11 71.898)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m16.667 60.073-3.833 2.214L9 64.5v-8.854l3.834 2.214z",
  style: {
    fill: "#4d4d4d",
    fillOpacity: 0.90196078,
    stroke: "#d3d3d3",
    strokeWidth: 0,
    strokeLinecap: "round",
    strokeLinejoin: "round",
    strokeMiterlimit: 4,
    strokeDasharray: "none"
  },
  transform: "matrix(0 -1 -1 0 96 96)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M171.826 65.174h16.348L180 51.826z",
  style: {
    fill: "#fbb917",
    fillOpacity: 1,
    fillRule: "evenodd",
    stroke: "#fbb917",
    strokeWidth: 1.65161395,
    strokeLinecap: "butt",
    strokeLinejoin: "round",
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M179 55v6h2v-6M179 62v2h2v-2",
  style: {
    opacity: 1,
    fill: "#fff",
    fillOpacity: 1,
    fillRule: "evenodd",
    stroke: "none",
    strokeWidth: 1,
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m99.994 113.022 2.006 1.962 7-6.956 3 .972 2-1 1-2v-3l-3 3-3-3 3-3h-3l-2 1-1 2 .994 3.022z",
  style: {
    fill: "#fff",
    fillOpacity: 0.8,
    fillRule: "evenodd",
    stroke: "#fff",
    strokeWidth: 1,
    strokeLinecap: "butt",
    strokeLinejoin: "round",
    strokeOpacity: 0.8
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M220 4h16v16h-16z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M234 6v2l-5 5v5h-2v-5l-5-5V6",
  style: {
    fill: "#fff",
    fillRule: "evenodd",
    stroke: "none",
    strokeWidth: 1,
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M198 12.625h6v1.25h-6zM198 15.125h7.5v1.25H198zM198 7.625h3v1.25h-3zM198 10.125h4.5v1.25H198z",
  style: {
    fill: "#fff",
    fillOpacity: 0.8,
    stroke: "#000",
    strokeWidth: 0
  },
  transform: "matrix(1.33333 0 0 -1.6 -140 127.2)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M207 16.375V10.75h-2.25l3-3.125 3 3.125h-2.25v5.625z",
  style: {
    fill: "#fff",
    fillOpacity: 0.8,
    fillRule: "evenodd",
    stroke: "none",
    strokeWidth: ".68465352px",
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeOpacity: 1
  },
  transform: "matrix(1.33333 0 0 -1.6 -140 127.2)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M164 100v3l-6 6v7h-4v-7l-6-6v-3",
  style: {
    fill: "#fff",
    fillOpacity: 0.8,
    fillRule: "evenodd",
    stroke: "none",
    strokeWidth: 1,
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M4 28h16v16H4z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M15 41v-7h-4v3l-5-4 5-4v3h6v9",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    fillRule: "evenodd",
    stroke: "none",
    strokeWidth: ".68465352px",
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeOpacity: 1
  }
})));
  background-position: -72px -72px;
  cursor: move;
}

div.jsoneditor-tree *:focus {
  outline: none;
}

div.jsoneditor-tree div.jsoneditor-show-more {
  display: inline-block;
  padding: 3px 4px;
  margin: 2px 0;
  background-color: #e5e5e5;
  border-radius: 3px;
  color: #808080;
  font-family: arial, sans-serif;
  font-size: 14px;
}

div.jsoneditor-tree div.jsoneditor-show-more a {
  display: inline-block;
  color: #808080;
}

div.jsoneditor-tree div.jsoneditor-color {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 4px;
  border: 1px solid #808080;
  cursor: pointer;
}

div.jsoneditor-tree div.jsoneditor-color.jsoneditor-color-readonly {
  cursor: inherit;
}

div.jsoneditor-tree div.jsoneditor-date {
  background: #a1a1a1;
  color: #ffffff;
  font-family: arial, sans-serif;
  border-radius: 3px;
  display: inline-block;
  padding: 3px;
  margin: 0 3px;
}

div.jsoneditor-tree table.jsoneditor-tree {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

div.jsoneditor-tree .jsoneditor-button {
  display: block;
}

div.jsoneditor-tree .jsoneditor-button.jsoneditor-schema-error {
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0 4px 0 0;
  background-image: url(props => /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("svg", _extends({
  xmlns: "http://www.w3.org/2000/svg",
  width: 240,
  height: 144
}, props), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M4 4h16v16H4z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M28 4h16v16H28z",
  style: {
    fill: "#ec3f29",
    fillOpacity: 0.94117647,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M52 4h16v16H52zM172 4h16v16h-16zM196 4h16v16h-16z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("g", {
  style: {
    stroke: "none"
  }
}, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M7 11h10v2H7z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M11 7h2v10h-2z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0
  }
})), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("g", {
  style: {
    stroke: "none"
  }
}, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M7 11h10v2H7z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0
  },
  transform: "rotate(-45 24 -16.97)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M11 7h2v10h-2z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0
  },
  transform: "rotate(-45 24 -16.97)"
})), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M55 7h7v7h-7z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "#000",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M58 10h7v7h-7z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "#4c4c4c",
    strokeWidth: 2,
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M58 10h7v7h-7z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "#3c80df",
    strokeWidth: 0,
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeOpacity: 0.94117647
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M198 11h8v2h-8zM198 7h12v2h-12zM198 15h4v2h-4z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "#000",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M198 11h8v2h-8zM198 7h12v2h-12zM198 15h4v2h-4z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "#000",
    strokeWidth: 0
  },
  transform: "matrix(1 0 0 -1 -24 24)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M76 4h16v16H76z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 1,
    stroke: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m85.104 6.016-.015 1.406c3.027-.24.33 3.65 2.484 4.578-2.187 1.094.492 4.907-2.453 4.578L85.105 18c5.708.56 1.032-5.1 4.703-5.265v-1.407c-3.613-.027 1.119-5.707-4.703-5.312zM82.781 5.998l.016 1.407c-3.027-.24-.33 3.65-2.485 4.578 2.187 1.094-.491 4.907 2.454 4.578l.015 1.422c-5.708.559-1.032-5.1-4.703-5.266v-1.406c3.613-.027-1.119-5.707 4.703-5.313z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "#fff",
    strokeWidth: 0.2,
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M100 4h16v16h-16z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 1,
    stroke: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M103.719 5.672V18.39h3.031v-1.532h-1.344V7.234h1.375V5.672zM112.219 5.672v12.719h-3.032V16.86h1.344V7.235h-1.375V5.672z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M124 4h16v16h-16z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 1,
    stroke: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M126.282 17.603h1.79l1.141-2.864h5.654l1.149 2.864h1.765l-4.787-11.161h-1.919z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m129.727 13.479 4.609.01-2.305-5.55zM148 4h16v16h-16z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 1,
    stroke: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M156.477 5.892v2.18l.46 2.398h1.829l.398-2.399v-2.18zM152.516 5.89v2.18l.46 2.399h1.829l.398-2.399V5.89z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M54 64h12v2H54zM80 52h3v3h-3zM85 52h3v3h-3zM80 58h3v3h-3zM85 58h3v3h-3zM80 64h3v3h-3zM85 64h3v3h-3z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 0.98431373,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("circle", {
  cx: 110.061,
  cy: 57.939,
  r: 4.744,
  style: {
    opacity: 1,
    fill: "none",
    fillOpacity: 1,
    stroke: "#4c4c4c",
    strokeWidth: 2,
    strokeLinecap: "round",
    strokeLinejoin: "round",
    strokeMiterlimit: 4,
    strokeDasharray: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M116.646-31.798h4.23v6.405h-4.23z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 0.98431373,
    stroke: "none",
    strokeWidth: 0
  },
  transform: "rotate(45)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m125 56 13.77.095L132 64ZM149 64l13.77-.095L156 56Z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 1,
    fillRule: "evenodd",
    stroke: "none",
    strokeWidth: 0,
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M54 53h12v2H54z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 0.98431373,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M53-56h13v2H53zM53-66h13v2H53z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 0.98431373,
    stroke: "none",
    strokeWidth: 0
  },
  transform: "rotate(90)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M54 57h12v1H54z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 0.98431373,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M54 88h12v2H54zM80 76h3v3h-3zM85 76h3v3h-3zM80 82h3v3h-3zM85 82h3v3h-3zM80 88h3v3h-3zM85 88h3v3h-3z",
  style: {
    fill: "#d3d3d3",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0,
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("circle", {
  cx: 110.061,
  cy: 81.939,
  r: 4.744,
  style: {
    opacity: 1,
    fill: "none",
    fillOpacity: 1,
    stroke: "#d3d3d3",
    strokeWidth: 2,
    strokeLinecap: "round",
    strokeLinejoin: "round",
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M133.616-14.827h4.23v6.405h-4.23z",
  style: {
    fill: "#d3d3d3",
    fillOpacity: 1,
    stroke: "#d3d3d3",
    strokeWidth: 0,
    strokeOpacity: 1
  },
  transform: "rotate(45)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m125 80 13.77.095L132 88ZM149 88l13.77-.095L156 80Z",
  style: {
    fill: "#d3d3d3",
    fillOpacity: 1,
    fillRule: "evenodd",
    stroke: "#d3d3d3",
    strokeWidth: 0,
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M54 77h12v2H54z",
  style: {
    fill: "#d3d3d3",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0,
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M77-56h13v2H77zM77-66h13v2H77z",
  style: {
    fill: "#d3d3d3",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0,
    strokeOpacity: 1
  },
  transform: "rotate(90)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M54 81h12v1H54z",
  style: {
    fill: "#d3d3d3",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0,
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M76 101h16v2H76zM76 105h16v2H76zM76 109h9v2h-9zM76 125h12v2H76zM76 137h10v2H76zM82 129h10v2H82zM82 133h9v2h-9z",
  style: {
    fill: "#fff",
    fillOpacity: 0.8,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M36.398 100.025a8 8 0 0 0-1.265.062 7.86 7.86 0 0 0-4.508 2.227L29 100.599l-2.324 7.713 7.826-1.906-1.805-1.906a5.03 5.03 0 0 1 5.985-.721 4.915 4.915 0 0 1 2.308 5.55 4.99 4.99 0 0 1-4.83 3.696v3.074c3.55 0 6.71-2.411 7.65-5.941s-.618-7.274-3.71-9.07a7.84 7.84 0 0 0-3.702-1.063zM59.723 99.963a7.83 7.83 0 0 0-3.702 1.062c-3.092 1.797-4.65 5.54-3.71 9.07s4.097 5.942 7.648 5.942v-3.074a4.99 4.99 0 0 1-4.83-3.695 4.915 4.915 0 0 1 2.309-5.551 5.03 5.03 0 0 1 5.986.72l-1.807 1.907 7.828 1.906-2.324-7.713-1.627 1.717a7.86 7.86 0 0 0-4.506-2.229 8 8 0 0 0-1.265-.062z",
  style: {
    color: "#000",
    fontStyle: "normal",
    fontVariant: "normal",
    fontWeight: 400,
    fontStretch: "normal",
    fontSize: "medium",
    lineHeight: "normal",
    fontFamily: "sans-serif",
    textIndent: 0,
    textAlign: "start",
    textDecoration: "none",
    textDecorationLine: "none",
    textDecorationStyle: "solid",
    textDecorationColor: "#000",
    letterSpacing: "normal",
    wordSpacing: "normal",
    textTransform: "none",
    direction: "ltr",
    blockProgression: "tb",
    writingMode: "lr-tb",
    baselineShift: "baseline",
    textAnchor: "start",
    whiteSpace: "normal",
    clipRule: "nonzero",
    display: "inline",
    overflow: "visible",
    visibility: "visible",
    opacity: 0.8,
    isolation: "auto",
    mixBlendMode: "normal",
    colorInterpolation: "sRGB",
    colorInterpolationFilters: "linearRGB",
    solidColor: "#000",
    solidOpacity: 1,
    fill: "#fff",
    fillOpacity: 1,
    fillRule: "nonzero",
    stroke: "none",
    strokeWidth: 2.66157866,
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeDashoffset: 0,
    strokeOpacity: 1,
    colorRendering: "auto",
    imageRendering: "auto",
    shapeRendering: "auto",
    textRendering: "auto"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M10.5 100v2H8l4 5 4-5h-2.5v-2z",
  style: {
    opacity: 0.8,
    fill: "#fff",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 1.96599996,
    strokeMiterlimit: 4,
    strokeDasharray: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m4.985 108.015 14.03-.03M4.985 132.015l14.03-.03",
  style: {
    opacity: 0.8,
    fill: "none",
    stroke: "#fff",
    strokeWidth: 1.96599996,
    strokeLinecap: "square",
    strokeLinejoin: "miter",
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M36.398 123.963a8 8 0 0 0-1.265.062 7.86 7.86 0 0 0-4.508 2.226L29 124.538l-2.324 7.713 7.826-1.907-1.805-1.906a5.03 5.03 0 0 1 5.985-.72 4.915 4.915 0 0 1 2.308 5.55 4.99 4.99 0 0 1-4.83 3.695v3.075c3.55 0 6.71-2.41 7.65-5.94s-.618-7.275-3.71-9.072a7.84 7.84 0 0 0-3.702-1.063zM59.723 123.963a7.84 7.84 0 0 0-3.702 1.062c-3.092 1.797-4.65 5.543-3.71 9.073s4.097 5.94 7.648 5.94v-3.075a4.99 4.99 0 0 1-4.83-3.695 4.915 4.915 0 0 1 2.309-5.551 5.03 5.03 0 0 1 5.986.72l-1.807 1.907 7.828 1.906-2.324-7.713-1.627 1.717a7.86 7.86 0 0 0-4.506-2.229 8 8 0 0 0-1.265-.062z",
  style: {
    color: "#000",
    fontStyle: "normal",
    fontVariant: "normal",
    fontWeight: 400,
    fontStretch: "normal",
    fontSize: "medium",
    lineHeight: "normal",
    fontFamily: "sans-serif",
    textIndent: 0,
    textAlign: "start",
    textDecoration: "none",
    textDecorationLine: "none",
    textDecorationStyle: "solid",
    textDecorationColor: "#000",
    letterSpacing: "normal",
    wordSpacing: "normal",
    textTransform: "none",
    direction: "ltr",
    blockProgression: "tb",
    writingMode: "lr-tb",
    baselineShift: "baseline",
    textAnchor: "start",
    whiteSpace: "normal",
    clipRule: "nonzero",
    display: "inline",
    overflow: "visible",
    visibility: "visible",
    opacity: 0.4,
    isolation: "auto",
    mixBlendMode: "normal",
    colorInterpolation: "sRGB",
    colorInterpolationFilters: "linearRGB",
    solidColor: "#000",
    solidOpacity: 1,
    fill: "#4d4d4d",
    fillOpacity: 1,
    fillRule: "nonzero",
    stroke: "none",
    strokeWidth: 2.66157866,
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeDashoffset: 0,
    strokeOpacity: 1,
    colorRendering: "auto",
    imageRendering: "auto",
    shapeRendering: "auto",
    textRendering: "auto"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M10.5 116v-2H8l4-5 4 5h-2.5v2zM10.5 129v-2H8l4-5 4 5h-2.5v2zM10.5 135v2H8l4 5 4-5h-2.5v-2z",
  style: {
    opacity: 0.8,
    fill: "#fff",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 1.96599996,
    strokeMiterlimit: 4,
    strokeDasharray: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m16.667 60.073-3.833 2.214L9 64.5v-8.854l3.834 2.214z",
  style: {
    fill: "#4d4d4d",
    fillOpacity: 0.90196078,
    stroke: "#d3d3d3",
    strokeWidth: 0,
    strokeLinecap: "round",
    strokeLinejoin: "round",
    strokeMiterlimit: 4,
    strokeDasharray: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m-31.5 60.073-3.834 2.214-3.833 2.213v-8.854l3.833 2.214z",
  style: {
    fill: "#4d4d4d",
    fillOpacity: 0.90196078,
    stroke: "#d3d3d3",
    strokeWidth: 0,
    strokeLinecap: "round",
    strokeLinejoin: "round",
    strokeMiterlimit: 4,
    strokeDasharray: "none"
  },
  transform: "scale(-1 1)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m16.667 60.073-3.833 2.214L9 64.5v-8.854l3.834 2.214z",
  style: {
    fill: "#4d4d4d",
    fillOpacity: 0.90196078,
    stroke: "#d3d3d3",
    strokeWidth: 0,
    strokeLinecap: "round",
    strokeLinejoin: "round",
    strokeMiterlimit: 4,
    strokeDasharray: "none"
  },
  transform: "rotate(90 .11 71.898)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m16.667 60.073-3.833 2.214L9 64.5v-8.854l3.834 2.214z",
  style: {
    fill: "#4d4d4d",
    fillOpacity: 0.90196078,
    stroke: "#d3d3d3",
    strokeWidth: 0,
    strokeLinecap: "round",
    strokeLinejoin: "round",
    strokeMiterlimit: 4,
    strokeDasharray: "none"
  },
  transform: "matrix(0 -1 -1 0 96 96)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M171.826 65.174h16.348L180 51.826z",
  style: {
    fill: "#fbb917",
    fillOpacity: 1,
    fillRule: "evenodd",
    stroke: "#fbb917",
    strokeWidth: 1.65161395,
    strokeLinecap: "butt",
    strokeLinejoin: "round",
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M179 55v6h2v-6M179 62v2h2v-2",
  style: {
    opacity: 1,
    fill: "#fff",
    fillOpacity: 1,
    fillRule: "evenodd",
    stroke: "none",
    strokeWidth: 1,
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m99.994 113.022 2.006 1.962 7-6.956 3 .972 2-1 1-2v-3l-3 3-3-3 3-3h-3l-2 1-1 2 .994 3.022z",
  style: {
    fill: "#fff",
    fillOpacity: 0.8,
    fillRule: "evenodd",
    stroke: "#fff",
    strokeWidth: 1,
    strokeLinecap: "butt",
    strokeLinejoin: "round",
    strokeOpacity: 0.8
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M220 4h16v16h-16z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M234 6v2l-5 5v5h-2v-5l-5-5V6",
  style: {
    fill: "#fff",
    fillRule: "evenodd",
    stroke: "none",
    strokeWidth: 1,
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M198 12.625h6v1.25h-6zM198 15.125h7.5v1.25H198zM198 7.625h3v1.25h-3zM198 10.125h4.5v1.25H198z",
  style: {
    fill: "#fff",
    fillOpacity: 0.8,
    stroke: "#000",
    strokeWidth: 0
  },
  transform: "matrix(1.33333 0 0 -1.6 -140 127.2)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M207 16.375V10.75h-2.25l3-3.125 3 3.125h-2.25v5.625z",
  style: {
    fill: "#fff",
    fillOpacity: 0.8,
    fillRule: "evenodd",
    stroke: "none",
    strokeWidth: ".68465352px",
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeOpacity: 1
  },
  transform: "matrix(1.33333 0 0 -1.6 -140 127.2)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M164 100v3l-6 6v7h-4v-7l-6-6v-3",
  style: {
    fill: "#fff",
    fillOpacity: 0.8,
    fillRule: "evenodd",
    stroke: "none",
    strokeWidth: 1,
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M4 28h16v16H4z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M15 41v-7h-4v3l-5-4 5-4v3h6v9",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    fillRule: "evenodd",
    stroke: "none",
    strokeWidth: ".68465352px",
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeOpacity: 1
  }
})));
  background-position: -168px -48px;
  background-color: transparent;
}

div.jsoneditor-outer {
  position: static;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

div.jsoneditor-outer.has-nav-bar {
  margin-top: -26px;
  padding-top: 26px;
}

div.jsoneditor-outer.has-nav-bar.has-main-menu-bar {
  margin-top: -61px;
  padding-top: 61px;
}

div.jsoneditor-outer.has-status-bar {
  margin-bottom: -26px;
  padding-bottom: 26px;
}

div.jsoneditor-outer.has-main-menu-bar {
  margin-top: -35px;
  padding-top: 35px;
}

div.jsoneditor-busy {
  position: absolute;
  top: 15%;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  display: none;
}

div.jsoneditor-busy span {
  background-color: #ffffab;
  border: 1px solid #ffee00;
  border-radius: 3px;
  padding: 5px 15px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

div.jsoneditor-field.jsoneditor-empty::after,
div.jsoneditor-value.jsoneditor-empty::after {
  pointer-events: none;
  color: #d3d3d3;
  font-size: 8pt;
}

div.jsoneditor-value.jsoneditor-url,
a.jsoneditor-value.jsoneditor-url {
  color: #006000;
  text-decoration: underline;
}

a.jsoneditor-value.jsoneditor-url {
  display: inline-block;
  padding: 2px;
  margin: 2px;
}

a.jsoneditor-value.jsoneditor-url:hover,
a.jsoneditor-value.jsoneditor-url:focus {
  color: #ee422e;
}

div.jsoneditor-field[contenteditable=true]:focus,
div.jsoneditor-field[contenteditable=true]:hover,
div.jsoneditor-value[contenteditable=true]:focus,
div.jsoneditor-value[contenteditable=true]:hover,
div.jsoneditor-field.jsoneditor-highlight,
div.jsoneditor-value.jsoneditor-highlight {
  background-color: #ffffab;
  border: 1px solid #ffee00;
  border-radius: 2px;
}

div.jsoneditor-field.jsoneditor-highlight-active,
div.jsoneditor-field.jsoneditor-highlight-active:focus,
div.jsoneditor-field.jsoneditor-highlight-active:hover,
div.jsoneditor-value.jsoneditor-highlight-active,
div.jsoneditor-value.jsoneditor-highlight-active:focus,
div.jsoneditor-value.jsoneditor-highlight-active:hover {
  background-color: #ffee00;
  border: 1px solid #ffc700;
  border-radius: 2px;
}

div.jsoneditor-value.jsoneditor-object,
div.jsoneditor-value.jsoneditor-array {
  min-width: 16px;
}

div.jsoneditor-tree button.jsoneditor-contextmenu-button:hover,
div.jsoneditor-tree button.jsoneditor-contextmenu-button:focus,
div.jsoneditor-tree button.jsoneditor-contextmenu-button.jsoneditor-selected,
tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-contextmenu-button {
  background-position: -48px -48px;
}

div.jsoneditor-tree div.jsoneditor-show-more a:hover,
div.jsoneditor-tree div.jsoneditor-show-more a:focus {
  color: #ee422e;
}

textarea.jsoneditor-text,
.ace-jsoneditor {
  min-height: 150px;
}

textarea.jsoneditor-text.ace_editor,
.ace-jsoneditor.ace_editor {
  font-family: consolas, menlo, monaco, "Ubuntu Mono", "source-code-pro", monospace;
}

textarea.jsoneditor-text {
  width: 100%;
  height: 100%;
  margin: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline-width: 0;
  border: none;
  background-color: #ffffff;
  resize: none;
}

tr.jsoneditor-highlight,
tr.jsoneditor-selected {
  background-color: #d3d3d3;
}

tr.jsoneditor-selected button.jsoneditor-dragarea,
tr.jsoneditor-selected button.jsoneditor-contextmenu-button {
  visibility: hidden;
}

tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-dragarea,
tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-contextmenu-button {
  visibility: visible;
}

div.jsoneditor-tree button.jsoneditor-dragarea:hover,
div.jsoneditor-tree button.jsoneditor-dragarea:focus,
tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-dragarea {
  background-position: -72px -48px;
}

div.jsoneditor tr,
div.jsoneditor th,
div.jsoneditor td {
  padding: 0;
  margin: 0;
}

div.jsoneditor-field,
div.jsoneditor-value,
div.jsoneditor td,
div.jsoneditor th,
div.jsoneditor textarea,
pre.jsoneditor-preview,
.jsoneditor-schema-error,
.jsoneditor-popover {
  font-family: consolas, menlo, monaco, "Ubuntu Mono", "source-code-pro", monospace;
  font-size: 14px;
  color: #1a1a1a;
}

.jsoneditor-schema-error {
  cursor: default;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  position: relative;
  text-align: center;
  width: 24px;
}

.jsoneditor-popover {
  background-color: #4c4c4c;
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  color: #ffffff;
  padding: 7px 10px;
  position: absolute;
  cursor: auto;
  width: 200px;
}

.jsoneditor-popover.jsoneditor-above {
  bottom: 32px;
  left: -98px;
}

.jsoneditor-popover.jsoneditor-above:before {
  border-top: 7px solid #4c4c4c;
  bottom: -7px;
}

.jsoneditor-popover.jsoneditor-below {
  top: 32px;
  left: -98px;
}

.jsoneditor-popover.jsoneditor-below:before {
  border-bottom: 7px solid #4c4c4c;
  top: -7px;
}

.jsoneditor-popover.jsoneditor-left {
  top: -7px;
  right: 32px;
}

.jsoneditor-popover.jsoneditor-left:before {
  border-left: 7px solid #4c4c4c;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  content: "";
  top: 19px;
  right: -14px;
  left: inherit;
  margin-left: inherit;
  margin-top: -7px;
  position: absolute;
}

.jsoneditor-popover.jsoneditor-right {
  top: -7px;
  left: 32px;
}

.jsoneditor-popover.jsoneditor-right:before {
  border-right: 7px solid #4c4c4c;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  content: "";
  top: 19px;
  left: -14px;
  margin-left: inherit;
  margin-top: -7px;
  position: absolute;
}

.jsoneditor-popover:before {
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  content: "";
  display: block;
  left: 50%;
  margin-left: -7px;
  position: absolute;
}

.jsoneditor-text-errors tr.jump-to-line:hover {
  text-decoration: underline;
  cursor: pointer;
}

.jsoneditor-schema-error:hover .jsoneditor-popover,
.jsoneditor-schema-error:focus .jsoneditor-popover {
  display: block;
  animation: fade-in 0.3s linear 1, move-up 0.3s linear 1;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* JSON schema errors displayed at the bottom of the editor in mode text and code */

.jsoneditor .jsoneditor-validation-errors-container {
  max-height: 130px;
  overflow-y: auto;
}

.jsoneditor .jsoneditor-validation-errors {
  width: 100%;
  overflow: hidden;
}

.jsoneditor .jsoneditor-additional-errors {
  position: absolute;
  margin: auto;
  bottom: 31px;
  left: calc(50% - 92px);
  color: #808080;
  background-color: #ebebeb;
  padding: 7px 15px;
  border-radius: 8px;
}

.jsoneditor .jsoneditor-additional-errors.visible {
  visibility: visible;
  opacity: 1;
  transition: opacity 2s linear;
}

.jsoneditor .jsoneditor-additional-errors.hidden {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 2s, opacity 2s linear;
}

.jsoneditor .jsoneditor-text-errors {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #ffc700;
}

.jsoneditor .jsoneditor-text-errors td {
  padding: 3px 6px;
  vertical-align: middle;
}

.jsoneditor .jsoneditor-text-errors td pre {
  margin: 0;
  white-space: pre-wrap;
}

.jsoneditor .jsoneditor-text-errors tr {
  background-color: #ffffab;
}

.jsoneditor .jsoneditor-text-errors tr.parse-error {
  background-color: rgba(238, 46, 46, 0.4392156863);
}

.jsoneditor-text-errors .jsoneditor-schema-error {
  border: none;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0 4px 0 0;
  cursor: pointer;
}

.jsoneditor-text-errors tr .jsoneditor-schema-error {
  background-image: url(props => /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("svg", _extends({
  xmlns: "http://www.w3.org/2000/svg",
  width: 240,
  height: 144
}, props), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M4 4h16v16H4z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M28 4h16v16H28z",
  style: {
    fill: "#ec3f29",
    fillOpacity: 0.94117647,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M52 4h16v16H52zM172 4h16v16h-16zM196 4h16v16h-16z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("g", {
  style: {
    stroke: "none"
  }
}, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M7 11h10v2H7z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M11 7h2v10h-2z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0
  }
})), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("g", {
  style: {
    stroke: "none"
  }
}, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M7 11h10v2H7z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0
  },
  transform: "rotate(-45 24 -16.97)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M11 7h2v10h-2z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0
  },
  transform: "rotate(-45 24 -16.97)"
})), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M55 7h7v7h-7z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "#000",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M58 10h7v7h-7z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "#4c4c4c",
    strokeWidth: 2,
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M58 10h7v7h-7z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "#3c80df",
    strokeWidth: 0,
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeOpacity: 0.94117647
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M198 11h8v2h-8zM198 7h12v2h-12zM198 15h4v2h-4z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "#000",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M198 11h8v2h-8zM198 7h12v2h-12zM198 15h4v2h-4z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "#000",
    strokeWidth: 0
  },
  transform: "matrix(1 0 0 -1 -24 24)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M76 4h16v16H76z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 1,
    stroke: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m85.104 6.016-.015 1.406c3.027-.24.33 3.65 2.484 4.578-2.187 1.094.492 4.907-2.453 4.578L85.105 18c5.708.56 1.032-5.1 4.703-5.265v-1.407c-3.613-.027 1.119-5.707-4.703-5.312zM82.781 5.998l.016 1.407c-3.027-.24-.33 3.65-2.485 4.578 2.187 1.094-.491 4.907 2.454 4.578l.015 1.422c-5.708.559-1.032-5.1-4.703-5.266v-1.406c3.613-.027-1.119-5.707 4.703-5.313z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "#fff",
    strokeWidth: 0.2,
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M100 4h16v16h-16z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 1,
    stroke: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M103.719 5.672V18.39h3.031v-1.532h-1.344V7.234h1.375V5.672zM112.219 5.672v12.719h-3.032V16.86h1.344V7.235h-1.375V5.672z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M124 4h16v16h-16z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 1,
    stroke: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M126.282 17.603h1.79l1.141-2.864h5.654l1.149 2.864h1.765l-4.787-11.161h-1.919z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m129.727 13.479 4.609.01-2.305-5.55zM148 4h16v16h-16z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 1,
    stroke: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M156.477 5.892v2.18l.46 2.398h1.829l.398-2.399v-2.18zM152.516 5.89v2.18l.46 2.399h1.829l.398-2.399V5.89z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M54 64h12v2H54zM80 52h3v3h-3zM85 52h3v3h-3zM80 58h3v3h-3zM85 58h3v3h-3zM80 64h3v3h-3zM85 64h3v3h-3z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 0.98431373,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("circle", {
  cx: 110.061,
  cy: 57.939,
  r: 4.744,
  style: {
    opacity: 1,
    fill: "none",
    fillOpacity: 1,
    stroke: "#4c4c4c",
    strokeWidth: 2,
    strokeLinecap: "round",
    strokeLinejoin: "round",
    strokeMiterlimit: 4,
    strokeDasharray: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M116.646-31.798h4.23v6.405h-4.23z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 0.98431373,
    stroke: "none",
    strokeWidth: 0
  },
  transform: "rotate(45)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m125 56 13.77.095L132 64ZM149 64l13.77-.095L156 56Z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 1,
    fillRule: "evenodd",
    stroke: "none",
    strokeWidth: 0,
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M54 53h12v2H54z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 0.98431373,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M53-56h13v2H53zM53-66h13v2H53z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 0.98431373,
    stroke: "none",
    strokeWidth: 0
  },
  transform: "rotate(90)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M54 57h12v1H54z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 0.98431373,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M54 88h12v2H54zM80 76h3v3h-3zM85 76h3v3h-3zM80 82h3v3h-3zM85 82h3v3h-3zM80 88h3v3h-3zM85 88h3v3h-3z",
  style: {
    fill: "#d3d3d3",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0,
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("circle", {
  cx: 110.061,
  cy: 81.939,
  r: 4.744,
  style: {
    opacity: 1,
    fill: "none",
    fillOpacity: 1,
    stroke: "#d3d3d3",
    strokeWidth: 2,
    strokeLinecap: "round",
    strokeLinejoin: "round",
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M133.616-14.827h4.23v6.405h-4.23z",
  style: {
    fill: "#d3d3d3",
    fillOpacity: 1,
    stroke: "#d3d3d3",
    strokeWidth: 0,
    strokeOpacity: 1
  },
  transform: "rotate(45)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m125 80 13.77.095L132 88ZM149 88l13.77-.095L156 80Z",
  style: {
    fill: "#d3d3d3",
    fillOpacity: 1,
    fillRule: "evenodd",
    stroke: "#d3d3d3",
    strokeWidth: 0,
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M54 77h12v2H54z",
  style: {
    fill: "#d3d3d3",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0,
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M77-56h13v2H77zM77-66h13v2H77z",
  style: {
    fill: "#d3d3d3",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0,
    strokeOpacity: 1
  },
  transform: "rotate(90)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M54 81h12v1H54z",
  style: {
    fill: "#d3d3d3",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0,
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M76 101h16v2H76zM76 105h16v2H76zM76 109h9v2h-9zM76 125h12v2H76zM76 137h10v2H76zM82 129h10v2H82zM82 133h9v2h-9z",
  style: {
    fill: "#fff",
    fillOpacity: 0.8,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M36.398 100.025a8 8 0 0 0-1.265.062 7.86 7.86 0 0 0-4.508 2.227L29 100.599l-2.324 7.713 7.826-1.906-1.805-1.906a5.03 5.03 0 0 1 5.985-.721 4.915 4.915 0 0 1 2.308 5.55 4.99 4.99 0 0 1-4.83 3.696v3.074c3.55 0 6.71-2.411 7.65-5.941s-.618-7.274-3.71-9.07a7.84 7.84 0 0 0-3.702-1.063zM59.723 99.963a7.83 7.83 0 0 0-3.702 1.062c-3.092 1.797-4.65 5.54-3.71 9.07s4.097 5.942 7.648 5.942v-3.074a4.99 4.99 0 0 1-4.83-3.695 4.915 4.915 0 0 1 2.309-5.551 5.03 5.03 0 0 1 5.986.72l-1.807 1.907 7.828 1.906-2.324-7.713-1.627 1.717a7.86 7.86 0 0 0-4.506-2.229 8 8 0 0 0-1.265-.062z",
  style: {
    color: "#000",
    fontStyle: "normal",
    fontVariant: "normal",
    fontWeight: 400,
    fontStretch: "normal",
    fontSize: "medium",
    lineHeight: "normal",
    fontFamily: "sans-serif",
    textIndent: 0,
    textAlign: "start",
    textDecoration: "none",
    textDecorationLine: "none",
    textDecorationStyle: "solid",
    textDecorationColor: "#000",
    letterSpacing: "normal",
    wordSpacing: "normal",
    textTransform: "none",
    direction: "ltr",
    blockProgression: "tb",
    writingMode: "lr-tb",
    baselineShift: "baseline",
    textAnchor: "start",
    whiteSpace: "normal",
    clipRule: "nonzero",
    display: "inline",
    overflow: "visible",
    visibility: "visible",
    opacity: 0.8,
    isolation: "auto",
    mixBlendMode: "normal",
    colorInterpolation: "sRGB",
    colorInterpolationFilters: "linearRGB",
    solidColor: "#000",
    solidOpacity: 1,
    fill: "#fff",
    fillOpacity: 1,
    fillRule: "nonzero",
    stroke: "none",
    strokeWidth: 2.66157866,
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeDashoffset: 0,
    strokeOpacity: 1,
    colorRendering: "auto",
    imageRendering: "auto",
    shapeRendering: "auto",
    textRendering: "auto"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M10.5 100v2H8l4 5 4-5h-2.5v-2z",
  style: {
    opacity: 0.8,
    fill: "#fff",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 1.96599996,
    strokeMiterlimit: 4,
    strokeDasharray: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m4.985 108.015 14.03-.03M4.985 132.015l14.03-.03",
  style: {
    opacity: 0.8,
    fill: "none",
    stroke: "#fff",
    strokeWidth: 1.96599996,
    strokeLinecap: "square",
    strokeLinejoin: "miter",
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M36.398 123.963a8 8 0 0 0-1.265.062 7.86 7.86 0 0 0-4.508 2.226L29 124.538l-2.324 7.713 7.826-1.907-1.805-1.906a5.03 5.03 0 0 1 5.985-.72 4.915 4.915 0 0 1 2.308 5.55 4.99 4.99 0 0 1-4.83 3.695v3.075c3.55 0 6.71-2.41 7.65-5.94s-.618-7.275-3.71-9.072a7.84 7.84 0 0 0-3.702-1.063zM59.723 123.963a7.84 7.84 0 0 0-3.702 1.062c-3.092 1.797-4.65 5.543-3.71 9.073s4.097 5.94 7.648 5.94v-3.075a4.99 4.99 0 0 1-4.83-3.695 4.915 4.915 0 0 1 2.309-5.551 5.03 5.03 0 0 1 5.986.72l-1.807 1.907 7.828 1.906-2.324-7.713-1.627 1.717a7.86 7.86 0 0 0-4.506-2.229 8 8 0 0 0-1.265-.062z",
  style: {
    color: "#000",
    fontStyle: "normal",
    fontVariant: "normal",
    fontWeight: 400,
    fontStretch: "normal",
    fontSize: "medium",
    lineHeight: "normal",
    fontFamily: "sans-serif",
    textIndent: 0,
    textAlign: "start",
    textDecoration: "none",
    textDecorationLine: "none",
    textDecorationStyle: "solid",
    textDecorationColor: "#000",
    letterSpacing: "normal",
    wordSpacing: "normal",
    textTransform: "none",
    direction: "ltr",
    blockProgression: "tb",
    writingMode: "lr-tb",
    baselineShift: "baseline",
    textAnchor: "start",
    whiteSpace: "normal",
    clipRule: "nonzero",
    display: "inline",
    overflow: "visible",
    visibility: "visible",
    opacity: 0.4,
    isolation: "auto",
    mixBlendMode: "normal",
    colorInterpolation: "sRGB",
    colorInterpolationFilters: "linearRGB",
    solidColor: "#000",
    solidOpacity: 1,
    fill: "#4d4d4d",
    fillOpacity: 1,
    fillRule: "nonzero",
    stroke: "none",
    strokeWidth: 2.66157866,
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeDashoffset: 0,
    strokeOpacity: 1,
    colorRendering: "auto",
    imageRendering: "auto",
    shapeRendering: "auto",
    textRendering: "auto"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M10.5 116v-2H8l4-5 4 5h-2.5v2zM10.5 129v-2H8l4-5 4 5h-2.5v2zM10.5 135v2H8l4 5 4-5h-2.5v-2z",
  style: {
    opacity: 0.8,
    fill: "#fff",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 1.96599996,
    strokeMiterlimit: 4,
    strokeDasharray: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m16.667 60.073-3.833 2.214L9 64.5v-8.854l3.834 2.214z",
  style: {
    fill: "#4d4d4d",
    fillOpacity: 0.90196078,
    stroke: "#d3d3d3",
    strokeWidth: 0,
    strokeLinecap: "round",
    strokeLinejoin: "round",
    strokeMiterlimit: 4,
    strokeDasharray: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m-31.5 60.073-3.834 2.214-3.833 2.213v-8.854l3.833 2.214z",
  style: {
    fill: "#4d4d4d",
    fillOpacity: 0.90196078,
    stroke: "#d3d3d3",
    strokeWidth: 0,
    strokeLinecap: "round",
    strokeLinejoin: "round",
    strokeMiterlimit: 4,
    strokeDasharray: "none"
  },
  transform: "scale(-1 1)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m16.667 60.073-3.833 2.214L9 64.5v-8.854l3.834 2.214z",
  style: {
    fill: "#4d4d4d",
    fillOpacity: 0.90196078,
    stroke: "#d3d3d3",
    strokeWidth: 0,
    strokeLinecap: "round",
    strokeLinejoin: "round",
    strokeMiterlimit: 4,
    strokeDasharray: "none"
  },
  transform: "rotate(90 .11 71.898)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m16.667 60.073-3.833 2.214L9 64.5v-8.854l3.834 2.214z",
  style: {
    fill: "#4d4d4d",
    fillOpacity: 0.90196078,
    stroke: "#d3d3d3",
    strokeWidth: 0,
    strokeLinecap: "round",
    strokeLinejoin: "round",
    strokeMiterlimit: 4,
    strokeDasharray: "none"
  },
  transform: "matrix(0 -1 -1 0 96 96)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M171.826 65.174h16.348L180 51.826z",
  style: {
    fill: "#fbb917",
    fillOpacity: 1,
    fillRule: "evenodd",
    stroke: "#fbb917",
    strokeWidth: 1.65161395,
    strokeLinecap: "butt",
    strokeLinejoin: "round",
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M179 55v6h2v-6M179 62v2h2v-2",
  style: {
    opacity: 1,
    fill: "#fff",
    fillOpacity: 1,
    fillRule: "evenodd",
    stroke: "none",
    strokeWidth: 1,
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m99.994 113.022 2.006 1.962 7-6.956 3 .972 2-1 1-2v-3l-3 3-3-3 3-3h-3l-2 1-1 2 .994 3.022z",
  style: {
    fill: "#fff",
    fillOpacity: 0.8,
    fillRule: "evenodd",
    stroke: "#fff",
    strokeWidth: 1,
    strokeLinecap: "butt",
    strokeLinejoin: "round",
    strokeOpacity: 0.8
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M220 4h16v16h-16z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M234 6v2l-5 5v5h-2v-5l-5-5V6",
  style: {
    fill: "#fff",
    fillRule: "evenodd",
    stroke: "none",
    strokeWidth: 1,
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M198 12.625h6v1.25h-6zM198 15.125h7.5v1.25H198zM198 7.625h3v1.25h-3zM198 10.125h4.5v1.25H198z",
  style: {
    fill: "#fff",
    fillOpacity: 0.8,
    stroke: "#000",
    strokeWidth: 0
  },
  transform: "matrix(1.33333 0 0 -1.6 -140 127.2)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M207 16.375V10.75h-2.25l3-3.125 3 3.125h-2.25v5.625z",
  style: {
    fill: "#fff",
    fillOpacity: 0.8,
    fillRule: "evenodd",
    stroke: "none",
    strokeWidth: ".68465352px",
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeOpacity: 1
  },
  transform: "matrix(1.33333 0 0 -1.6 -140 127.2)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M164 100v3l-6 6v7h-4v-7l-6-6v-3",
  style: {
    fill: "#fff",
    fillOpacity: 0.8,
    fillRule: "evenodd",
    stroke: "none",
    strokeWidth: 1,
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M4 28h16v16H4z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M15 41v-7h-4v3l-5-4 5-4v3h6v9",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    fillRule: "evenodd",
    stroke: "none",
    strokeWidth: ".68465352px",
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeOpacity: 1
  }
})));
  background-position: -168px -48px;
  background-color: transparent;
}

.jsoneditor-text-errors tr.parse-error .jsoneditor-schema-error {
  background-image: url(props => /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("svg", _extends({
  xmlns: "http://www.w3.org/2000/svg",
  width: 240,
  height: 144
}, props), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M4 4h16v16H4z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M28 4h16v16H28z",
  style: {
    fill: "#ec3f29",
    fillOpacity: 0.94117647,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M52 4h16v16H52zM172 4h16v16h-16zM196 4h16v16h-16z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("g", {
  style: {
    stroke: "none"
  }
}, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M7 11h10v2H7z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M11 7h2v10h-2z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0
  }
})), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("g", {
  style: {
    stroke: "none"
  }
}, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M7 11h10v2H7z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0
  },
  transform: "rotate(-45 24 -16.97)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M11 7h2v10h-2z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0
  },
  transform: "rotate(-45 24 -16.97)"
})), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M55 7h7v7h-7z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "#000",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M58 10h7v7h-7z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "#4c4c4c",
    strokeWidth: 2,
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M58 10h7v7h-7z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "#3c80df",
    strokeWidth: 0,
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeOpacity: 0.94117647
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M198 11h8v2h-8zM198 7h12v2h-12zM198 15h4v2h-4z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "#000",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M198 11h8v2h-8zM198 7h12v2h-12zM198 15h4v2h-4z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "#000",
    strokeWidth: 0
  },
  transform: "matrix(1 0 0 -1 -24 24)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M76 4h16v16H76z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 1,
    stroke: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m85.104 6.016-.015 1.406c3.027-.24.33 3.65 2.484 4.578-2.187 1.094.492 4.907-2.453 4.578L85.105 18c5.708.56 1.032-5.1 4.703-5.265v-1.407c-3.613-.027 1.119-5.707-4.703-5.312zM82.781 5.998l.016 1.407c-3.027-.24-.33 3.65-2.485 4.578 2.187 1.094-.491 4.907 2.454 4.578l.015 1.422c-5.708.559-1.032-5.1-4.703-5.266v-1.406c3.613-.027-1.119-5.707 4.703-5.313z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "#fff",
    strokeWidth: 0.2,
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M100 4h16v16h-16z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 1,
    stroke: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M103.719 5.672V18.39h3.031v-1.532h-1.344V7.234h1.375V5.672zM112.219 5.672v12.719h-3.032V16.86h1.344V7.235h-1.375V5.672z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M124 4h16v16h-16z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 1,
    stroke: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M126.282 17.603h1.79l1.141-2.864h5.654l1.149 2.864h1.765l-4.787-11.161h-1.919z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m129.727 13.479 4.609.01-2.305-5.55zM148 4h16v16h-16z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 1,
    stroke: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M156.477 5.892v2.18l.46 2.398h1.829l.398-2.399v-2.18zM152.516 5.89v2.18l.46 2.399h1.829l.398-2.399V5.89z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M54 64h12v2H54zM80 52h3v3h-3zM85 52h3v3h-3zM80 58h3v3h-3zM85 58h3v3h-3zM80 64h3v3h-3zM85 64h3v3h-3z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 0.98431373,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("circle", {
  cx: 110.061,
  cy: 57.939,
  r: 4.744,
  style: {
    opacity: 1,
    fill: "none",
    fillOpacity: 1,
    stroke: "#4c4c4c",
    strokeWidth: 2,
    strokeLinecap: "round",
    strokeLinejoin: "round",
    strokeMiterlimit: 4,
    strokeDasharray: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M116.646-31.798h4.23v6.405h-4.23z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 0.98431373,
    stroke: "none",
    strokeWidth: 0
  },
  transform: "rotate(45)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m125 56 13.77.095L132 64ZM149 64l13.77-.095L156 56Z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 1,
    fillRule: "evenodd",
    stroke: "none",
    strokeWidth: 0,
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M54 53h12v2H54z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 0.98431373,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M53-56h13v2H53zM53-66h13v2H53z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 0.98431373,
    stroke: "none",
    strokeWidth: 0
  },
  transform: "rotate(90)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M54 57h12v1H54z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 0.98431373,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M54 88h12v2H54zM80 76h3v3h-3zM85 76h3v3h-3zM80 82h3v3h-3zM85 82h3v3h-3zM80 88h3v3h-3zM85 88h3v3h-3z",
  style: {
    fill: "#d3d3d3",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0,
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("circle", {
  cx: 110.061,
  cy: 81.939,
  r: 4.744,
  style: {
    opacity: 1,
    fill: "none",
    fillOpacity: 1,
    stroke: "#d3d3d3",
    strokeWidth: 2,
    strokeLinecap: "round",
    strokeLinejoin: "round",
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M133.616-14.827h4.23v6.405h-4.23z",
  style: {
    fill: "#d3d3d3",
    fillOpacity: 1,
    stroke: "#d3d3d3",
    strokeWidth: 0,
    strokeOpacity: 1
  },
  transform: "rotate(45)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m125 80 13.77.095L132 88ZM149 88l13.77-.095L156 80Z",
  style: {
    fill: "#d3d3d3",
    fillOpacity: 1,
    fillRule: "evenodd",
    stroke: "#d3d3d3",
    strokeWidth: 0,
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M54 77h12v2H54z",
  style: {
    fill: "#d3d3d3",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0,
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M77-56h13v2H77zM77-66h13v2H77z",
  style: {
    fill: "#d3d3d3",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0,
    strokeOpacity: 1
  },
  transform: "rotate(90)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M54 81h12v1H54z",
  style: {
    fill: "#d3d3d3",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0,
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M76 101h16v2H76zM76 105h16v2H76zM76 109h9v2h-9zM76 125h12v2H76zM76 137h10v2H76zM82 129h10v2H82zM82 133h9v2h-9z",
  style: {
    fill: "#fff",
    fillOpacity: 0.8,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M36.398 100.025a8 8 0 0 0-1.265.062 7.86 7.86 0 0 0-4.508 2.227L29 100.599l-2.324 7.713 7.826-1.906-1.805-1.906a5.03 5.03 0 0 1 5.985-.721 4.915 4.915 0 0 1 2.308 5.55 4.99 4.99 0 0 1-4.83 3.696v3.074c3.55 0 6.71-2.411 7.65-5.941s-.618-7.274-3.71-9.07a7.84 7.84 0 0 0-3.702-1.063zM59.723 99.963a7.83 7.83 0 0 0-3.702 1.062c-3.092 1.797-4.65 5.54-3.71 9.07s4.097 5.942 7.648 5.942v-3.074a4.99 4.99 0 0 1-4.83-3.695 4.915 4.915 0 0 1 2.309-5.551 5.03 5.03 0 0 1 5.986.72l-1.807 1.907 7.828 1.906-2.324-7.713-1.627 1.717a7.86 7.86 0 0 0-4.506-2.229 8 8 0 0 0-1.265-.062z",
  style: {
    color: "#000",
    fontStyle: "normal",
    fontVariant: "normal",
    fontWeight: 400,
    fontStretch: "normal",
    fontSize: "medium",
    lineHeight: "normal",
    fontFamily: "sans-serif",
    textIndent: 0,
    textAlign: "start",
    textDecoration: "none",
    textDecorationLine: "none",
    textDecorationStyle: "solid",
    textDecorationColor: "#000",
    letterSpacing: "normal",
    wordSpacing: "normal",
    textTransform: "none",
    direction: "ltr",
    blockProgression: "tb",
    writingMode: "lr-tb",
    baselineShift: "baseline",
    textAnchor: "start",
    whiteSpace: "normal",
    clipRule: "nonzero",
    display: "inline",
    overflow: "visible",
    visibility: "visible",
    opacity: 0.8,
    isolation: "auto",
    mixBlendMode: "normal",
    colorInterpolation: "sRGB",
    colorInterpolationFilters: "linearRGB",
    solidColor: "#000",
    solidOpacity: 1,
    fill: "#fff",
    fillOpacity: 1,
    fillRule: "nonzero",
    stroke: "none",
    strokeWidth: 2.66157866,
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeDashoffset: 0,
    strokeOpacity: 1,
    colorRendering: "auto",
    imageRendering: "auto",
    shapeRendering: "auto",
    textRendering: "auto"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M10.5 100v2H8l4 5 4-5h-2.5v-2z",
  style: {
    opacity: 0.8,
    fill: "#fff",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 1.96599996,
    strokeMiterlimit: 4,
    strokeDasharray: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m4.985 108.015 14.03-.03M4.985 132.015l14.03-.03",
  style: {
    opacity: 0.8,
    fill: "none",
    stroke: "#fff",
    strokeWidth: 1.96599996,
    strokeLinecap: "square",
    strokeLinejoin: "miter",
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M36.398 123.963a8 8 0 0 0-1.265.062 7.86 7.86 0 0 0-4.508 2.226L29 124.538l-2.324 7.713 7.826-1.907-1.805-1.906a5.03 5.03 0 0 1 5.985-.72 4.915 4.915 0 0 1 2.308 5.55 4.99 4.99 0 0 1-4.83 3.695v3.075c3.55 0 6.71-2.41 7.65-5.94s-.618-7.275-3.71-9.072a7.84 7.84 0 0 0-3.702-1.063zM59.723 123.963a7.84 7.84 0 0 0-3.702 1.062c-3.092 1.797-4.65 5.543-3.71 9.073s4.097 5.94 7.648 5.94v-3.075a4.99 4.99 0 0 1-4.83-3.695 4.915 4.915 0 0 1 2.309-5.551 5.03 5.03 0 0 1 5.986.72l-1.807 1.907 7.828 1.906-2.324-7.713-1.627 1.717a7.86 7.86 0 0 0-4.506-2.229 8 8 0 0 0-1.265-.062z",
  style: {
    color: "#000",
    fontStyle: "normal",
    fontVariant: "normal",
    fontWeight: 400,
    fontStretch: "normal",
    fontSize: "medium",
    lineHeight: "normal",
    fontFamily: "sans-serif",
    textIndent: 0,
    textAlign: "start",
    textDecoration: "none",
    textDecorationLine: "none",
    textDecorationStyle: "solid",
    textDecorationColor: "#000",
    letterSpacing: "normal",
    wordSpacing: "normal",
    textTransform: "none",
    direction: "ltr",
    blockProgression: "tb",
    writingMode: "lr-tb",
    baselineShift: "baseline",
    textAnchor: "start",
    whiteSpace: "normal",
    clipRule: "nonzero",
    display: "inline",
    overflow: "visible",
    visibility: "visible",
    opacity: 0.4,
    isolation: "auto",
    mixBlendMode: "normal",
    colorInterpolation: "sRGB",
    colorInterpolationFilters: "linearRGB",
    solidColor: "#000",
    solidOpacity: 1,
    fill: "#4d4d4d",
    fillOpacity: 1,
    fillRule: "nonzero",
    stroke: "none",
    strokeWidth: 2.66157866,
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeDashoffset: 0,
    strokeOpacity: 1,
    colorRendering: "auto",
    imageRendering: "auto",
    shapeRendering: "auto",
    textRendering: "auto"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M10.5 116v-2H8l4-5 4 5h-2.5v2zM10.5 129v-2H8l4-5 4 5h-2.5v2zM10.5 135v2H8l4 5 4-5h-2.5v-2z",
  style: {
    opacity: 0.8,
    fill: "#fff",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 1.96599996,
    strokeMiterlimit: 4,
    strokeDasharray: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m16.667 60.073-3.833 2.214L9 64.5v-8.854l3.834 2.214z",
  style: {
    fill: "#4d4d4d",
    fillOpacity: 0.90196078,
    stroke: "#d3d3d3",
    strokeWidth: 0,
    strokeLinecap: "round",
    strokeLinejoin: "round",
    strokeMiterlimit: 4,
    strokeDasharray: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m-31.5 60.073-3.834 2.214-3.833 2.213v-8.854l3.833 2.214z",
  style: {
    fill: "#4d4d4d",
    fillOpacity: 0.90196078,
    stroke: "#d3d3d3",
    strokeWidth: 0,
    strokeLinecap: "round",
    strokeLinejoin: "round",
    strokeMiterlimit: 4,
    strokeDasharray: "none"
  },
  transform: "scale(-1 1)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m16.667 60.073-3.833 2.214L9 64.5v-8.854l3.834 2.214z",
  style: {
    fill: "#4d4d4d",
    fillOpacity: 0.90196078,
    stroke: "#d3d3d3",
    strokeWidth: 0,
    strokeLinecap: "round",
    strokeLinejoin: "round",
    strokeMiterlimit: 4,
    strokeDasharray: "none"
  },
  transform: "rotate(90 .11 71.898)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m16.667 60.073-3.833 2.214L9 64.5v-8.854l3.834 2.214z",
  style: {
    fill: "#4d4d4d",
    fillOpacity: 0.90196078,
    stroke: "#d3d3d3",
    strokeWidth: 0,
    strokeLinecap: "round",
    strokeLinejoin: "round",
    strokeMiterlimit: 4,
    strokeDasharray: "none"
  },
  transform: "matrix(0 -1 -1 0 96 96)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M171.826 65.174h16.348L180 51.826z",
  style: {
    fill: "#fbb917",
    fillOpacity: 1,
    fillRule: "evenodd",
    stroke: "#fbb917",
    strokeWidth: 1.65161395,
    strokeLinecap: "butt",
    strokeLinejoin: "round",
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M179 55v6h2v-6M179 62v2h2v-2",
  style: {
    opacity: 1,
    fill: "#fff",
    fillOpacity: 1,
    fillRule: "evenodd",
    stroke: "none",
    strokeWidth: 1,
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m99.994 113.022 2.006 1.962 7-6.956 3 .972 2-1 1-2v-3l-3 3-3-3 3-3h-3l-2 1-1 2 .994 3.022z",
  style: {
    fill: "#fff",
    fillOpacity: 0.8,
    fillRule: "evenodd",
    stroke: "#fff",
    strokeWidth: 1,
    strokeLinecap: "butt",
    strokeLinejoin: "round",
    strokeOpacity: 0.8
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M220 4h16v16h-16z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M234 6v2l-5 5v5h-2v-5l-5-5V6",
  style: {
    fill: "#fff",
    fillRule: "evenodd",
    stroke: "none",
    strokeWidth: 1,
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M198 12.625h6v1.25h-6zM198 15.125h7.5v1.25H198zM198 7.625h3v1.25h-3zM198 10.125h4.5v1.25H198z",
  style: {
    fill: "#fff",
    fillOpacity: 0.8,
    stroke: "#000",
    strokeWidth: 0
  },
  transform: "matrix(1.33333 0 0 -1.6 -140 127.2)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M207 16.375V10.75h-2.25l3-3.125 3 3.125h-2.25v5.625z",
  style: {
    fill: "#fff",
    fillOpacity: 0.8,
    fillRule: "evenodd",
    stroke: "none",
    strokeWidth: ".68465352px",
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeOpacity: 1
  },
  transform: "matrix(1.33333 0 0 -1.6 -140 127.2)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M164 100v3l-6 6v7h-4v-7l-6-6v-3",
  style: {
    fill: "#fff",
    fillOpacity: 0.8,
    fillRule: "evenodd",
    stroke: "none",
    strokeWidth: 1,
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M4 28h16v16H4z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M15 41v-7h-4v3l-5-4 5-4v3h6v9",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    fillRule: "evenodd",
    stroke: "none",
    strokeWidth: ".68465352px",
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeOpacity: 1
  }
})));
  background-position: -25px 0px;
  background-color: transparent;
}

.jsoneditor-anchor {
  cursor: pointer;
}

.jsoneditor-anchor .picker_wrapper.popup.popup_bottom {
  top: 28px;
  left: -10px;
}

.fadein {
  -webkit-animation: fadein 0.3s;
  animation: fadein 0.3s;
  -moz-animation: fadein 0.3s;
  -o-animation: fadein 0.3s;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.jsoneditor-modal input[type=search].selectr-input {
  border: 1px solid #d3d3d3;
  width: calc(100% - 4px);
  margin: 2px;
  padding: 4px;
  box-sizing: border-box;
}

.jsoneditor-modal button.selectr-input-clear {
  right: 8px;
}

.jsoneditor-menu {
  width: 100%;
  height: 35px;
  padding: 2px;
  margin: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  background-color: #3883fa;
  border-bottom: 1px solid #3883fa;
}

.jsoneditor-menu > button,
.jsoneditor-menu > .jsoneditor-modes > button {
  width: 26px;
  height: 26px;
  margin: 2px;
  padding: 0;
  border-radius: 2px;
  border: 1px solid transparent;
  background-color: transparent;
  background-image: url(props => /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("svg", _extends({
  xmlns: "http://www.w3.org/2000/svg",
  width: 240,
  height: 144
}, props), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M4 4h16v16H4z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M28 4h16v16H28z",
  style: {
    fill: "#ec3f29",
    fillOpacity: 0.94117647,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M52 4h16v16H52zM172 4h16v16h-16zM196 4h16v16h-16z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("g", {
  style: {
    stroke: "none"
  }
}, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M7 11h10v2H7z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M11 7h2v10h-2z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0
  }
})), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("g", {
  style: {
    stroke: "none"
  }
}, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M7 11h10v2H7z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0
  },
  transform: "rotate(-45 24 -16.97)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M11 7h2v10h-2z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0
  },
  transform: "rotate(-45 24 -16.97)"
})), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M55 7h7v7h-7z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "#000",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M58 10h7v7h-7z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "#4c4c4c",
    strokeWidth: 2,
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M58 10h7v7h-7z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "#3c80df",
    strokeWidth: 0,
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeOpacity: 0.94117647
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M198 11h8v2h-8zM198 7h12v2h-12zM198 15h4v2h-4z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "#000",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M198 11h8v2h-8zM198 7h12v2h-12zM198 15h4v2h-4z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "#000",
    strokeWidth: 0
  },
  transform: "matrix(1 0 0 -1 -24 24)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M76 4h16v16H76z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 1,
    stroke: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m85.104 6.016-.015 1.406c3.027-.24.33 3.65 2.484 4.578-2.187 1.094.492 4.907-2.453 4.578L85.105 18c5.708.56 1.032-5.1 4.703-5.265v-1.407c-3.613-.027 1.119-5.707-4.703-5.312zM82.781 5.998l.016 1.407c-3.027-.24-.33 3.65-2.485 4.578 2.187 1.094-.491 4.907 2.454 4.578l.015 1.422c-5.708.559-1.032-5.1-4.703-5.266v-1.406c3.613-.027-1.119-5.707 4.703-5.313z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "#fff",
    strokeWidth: 0.2,
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M100 4h16v16h-16z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 1,
    stroke: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M103.719 5.672V18.39h3.031v-1.532h-1.344V7.234h1.375V5.672zM112.219 5.672v12.719h-3.032V16.86h1.344V7.235h-1.375V5.672z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M124 4h16v16h-16z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 1,
    stroke: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M126.282 17.603h1.79l1.141-2.864h5.654l1.149 2.864h1.765l-4.787-11.161h-1.919z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m129.727 13.479 4.609.01-2.305-5.55zM148 4h16v16h-16z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 1,
    stroke: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M156.477 5.892v2.18l.46 2.398h1.829l.398-2.399v-2.18zM152.516 5.89v2.18l.46 2.399h1.829l.398-2.399V5.89z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M54 64h12v2H54zM80 52h3v3h-3zM85 52h3v3h-3zM80 58h3v3h-3zM85 58h3v3h-3zM80 64h3v3h-3zM85 64h3v3h-3z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 0.98431373,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("circle", {
  cx: 110.061,
  cy: 57.939,
  r: 4.744,
  style: {
    opacity: 1,
    fill: "none",
    fillOpacity: 1,
    stroke: "#4c4c4c",
    strokeWidth: 2,
    strokeLinecap: "round",
    strokeLinejoin: "round",
    strokeMiterlimit: 4,
    strokeDasharray: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M116.646-31.798h4.23v6.405h-4.23z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 0.98431373,
    stroke: "none",
    strokeWidth: 0
  },
  transform: "rotate(45)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m125 56 13.77.095L132 64ZM149 64l13.77-.095L156 56Z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 1,
    fillRule: "evenodd",
    stroke: "none",
    strokeWidth: 0,
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M54 53h12v2H54z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 0.98431373,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M53-56h13v2H53zM53-66h13v2H53z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 0.98431373,
    stroke: "none",
    strokeWidth: 0
  },
  transform: "rotate(90)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M54 57h12v1H54z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 0.98431373,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M54 88h12v2H54zM80 76h3v3h-3zM85 76h3v3h-3zM80 82h3v3h-3zM85 82h3v3h-3zM80 88h3v3h-3zM85 88h3v3h-3z",
  style: {
    fill: "#d3d3d3",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0,
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("circle", {
  cx: 110.061,
  cy: 81.939,
  r: 4.744,
  style: {
    opacity: 1,
    fill: "none",
    fillOpacity: 1,
    stroke: "#d3d3d3",
    strokeWidth: 2,
    strokeLinecap: "round",
    strokeLinejoin: "round",
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M133.616-14.827h4.23v6.405h-4.23z",
  style: {
    fill: "#d3d3d3",
    fillOpacity: 1,
    stroke: "#d3d3d3",
    strokeWidth: 0,
    strokeOpacity: 1
  },
  transform: "rotate(45)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m125 80 13.77.095L132 88ZM149 88l13.77-.095L156 80Z",
  style: {
    fill: "#d3d3d3",
    fillOpacity: 1,
    fillRule: "evenodd",
    stroke: "#d3d3d3",
    strokeWidth: 0,
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M54 77h12v2H54z",
  style: {
    fill: "#d3d3d3",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0,
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M77-56h13v2H77zM77-66h13v2H77z",
  style: {
    fill: "#d3d3d3",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0,
    strokeOpacity: 1
  },
  transform: "rotate(90)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M54 81h12v1H54z",
  style: {
    fill: "#d3d3d3",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0,
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M76 101h16v2H76zM76 105h16v2H76zM76 109h9v2h-9zM76 125h12v2H76zM76 137h10v2H76zM82 129h10v2H82zM82 133h9v2h-9z",
  style: {
    fill: "#fff",
    fillOpacity: 0.8,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M36.398 100.025a8 8 0 0 0-1.265.062 7.86 7.86 0 0 0-4.508 2.227L29 100.599l-2.324 7.713 7.826-1.906-1.805-1.906a5.03 5.03 0 0 1 5.985-.721 4.915 4.915 0 0 1 2.308 5.55 4.99 4.99 0 0 1-4.83 3.696v3.074c3.55 0 6.71-2.411 7.65-5.941s-.618-7.274-3.71-9.07a7.84 7.84 0 0 0-3.702-1.063zM59.723 99.963a7.83 7.83 0 0 0-3.702 1.062c-3.092 1.797-4.65 5.54-3.71 9.07s4.097 5.942 7.648 5.942v-3.074a4.99 4.99 0 0 1-4.83-3.695 4.915 4.915 0 0 1 2.309-5.551 5.03 5.03 0 0 1 5.986.72l-1.807 1.907 7.828 1.906-2.324-7.713-1.627 1.717a7.86 7.86 0 0 0-4.506-2.229 8 8 0 0 0-1.265-.062z",
  style: {
    color: "#000",
    fontStyle: "normal",
    fontVariant: "normal",
    fontWeight: 400,
    fontStretch: "normal",
    fontSize: "medium",
    lineHeight: "normal",
    fontFamily: "sans-serif",
    textIndent: 0,
    textAlign: "start",
    textDecoration: "none",
    textDecorationLine: "none",
    textDecorationStyle: "solid",
    textDecorationColor: "#000",
    letterSpacing: "normal",
    wordSpacing: "normal",
    textTransform: "none",
    direction: "ltr",
    blockProgression: "tb",
    writingMode: "lr-tb",
    baselineShift: "baseline",
    textAnchor: "start",
    whiteSpace: "normal",
    clipRule: "nonzero",
    display: "inline",
    overflow: "visible",
    visibility: "visible",
    opacity: 0.8,
    isolation: "auto",
    mixBlendMode: "normal",
    colorInterpolation: "sRGB",
    colorInterpolationFilters: "linearRGB",
    solidColor: "#000",
    solidOpacity: 1,
    fill: "#fff",
    fillOpacity: 1,
    fillRule: "nonzero",
    stroke: "none",
    strokeWidth: 2.66157866,
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeDashoffset: 0,
    strokeOpacity: 1,
    colorRendering: "auto",
    imageRendering: "auto",
    shapeRendering: "auto",
    textRendering: "auto"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M10.5 100v2H8l4 5 4-5h-2.5v-2z",
  style: {
    opacity: 0.8,
    fill: "#fff",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 1.96599996,
    strokeMiterlimit: 4,
    strokeDasharray: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m4.985 108.015 14.03-.03M4.985 132.015l14.03-.03",
  style: {
    opacity: 0.8,
    fill: "none",
    stroke: "#fff",
    strokeWidth: 1.96599996,
    strokeLinecap: "square",
    strokeLinejoin: "miter",
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M36.398 123.963a8 8 0 0 0-1.265.062 7.86 7.86 0 0 0-4.508 2.226L29 124.538l-2.324 7.713 7.826-1.907-1.805-1.906a5.03 5.03 0 0 1 5.985-.72 4.915 4.915 0 0 1 2.308 5.55 4.99 4.99 0 0 1-4.83 3.695v3.075c3.55 0 6.71-2.41 7.65-5.94s-.618-7.275-3.71-9.072a7.84 7.84 0 0 0-3.702-1.063zM59.723 123.963a7.84 7.84 0 0 0-3.702 1.062c-3.092 1.797-4.65 5.543-3.71 9.073s4.097 5.94 7.648 5.94v-3.075a4.99 4.99 0 0 1-4.83-3.695 4.915 4.915 0 0 1 2.309-5.551 5.03 5.03 0 0 1 5.986.72l-1.807 1.907 7.828 1.906-2.324-7.713-1.627 1.717a7.86 7.86 0 0 0-4.506-2.229 8 8 0 0 0-1.265-.062z",
  style: {
    color: "#000",
    fontStyle: "normal",
    fontVariant: "normal",
    fontWeight: 400,
    fontStretch: "normal",
    fontSize: "medium",
    lineHeight: "normal",
    fontFamily: "sans-serif",
    textIndent: 0,
    textAlign: "start",
    textDecoration: "none",
    textDecorationLine: "none",
    textDecorationStyle: "solid",
    textDecorationColor: "#000",
    letterSpacing: "normal",
    wordSpacing: "normal",
    textTransform: "none",
    direction: "ltr",
    blockProgression: "tb",
    writingMode: "lr-tb",
    baselineShift: "baseline",
    textAnchor: "start",
    whiteSpace: "normal",
    clipRule: "nonzero",
    display: "inline",
    overflow: "visible",
    visibility: "visible",
    opacity: 0.4,
    isolation: "auto",
    mixBlendMode: "normal",
    colorInterpolation: "sRGB",
    colorInterpolationFilters: "linearRGB",
    solidColor: "#000",
    solidOpacity: 1,
    fill: "#4d4d4d",
    fillOpacity: 1,
    fillRule: "nonzero",
    stroke: "none",
    strokeWidth: 2.66157866,
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeDashoffset: 0,
    strokeOpacity: 1,
    colorRendering: "auto",
    imageRendering: "auto",
    shapeRendering: "auto",
    textRendering: "auto"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M10.5 116v-2H8l4-5 4 5h-2.5v2zM10.5 129v-2H8l4-5 4 5h-2.5v2zM10.5 135v2H8l4 5 4-5h-2.5v-2z",
  style: {
    opacity: 0.8,
    fill: "#fff",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 1.96599996,
    strokeMiterlimit: 4,
    strokeDasharray: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m16.667 60.073-3.833 2.214L9 64.5v-8.854l3.834 2.214z",
  style: {
    fill: "#4d4d4d",
    fillOpacity: 0.90196078,
    stroke: "#d3d3d3",
    strokeWidth: 0,
    strokeLinecap: "round",
    strokeLinejoin: "round",
    strokeMiterlimit: 4,
    strokeDasharray: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m-31.5 60.073-3.834 2.214-3.833 2.213v-8.854l3.833 2.214z",
  style: {
    fill: "#4d4d4d",
    fillOpacity: 0.90196078,
    stroke: "#d3d3d3",
    strokeWidth: 0,
    strokeLinecap: "round",
    strokeLinejoin: "round",
    strokeMiterlimit: 4,
    strokeDasharray: "none"
  },
  transform: "scale(-1 1)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m16.667 60.073-3.833 2.214L9 64.5v-8.854l3.834 2.214z",
  style: {
    fill: "#4d4d4d",
    fillOpacity: 0.90196078,
    stroke: "#d3d3d3",
    strokeWidth: 0,
    strokeLinecap: "round",
    strokeLinejoin: "round",
    strokeMiterlimit: 4,
    strokeDasharray: "none"
  },
  transform: "rotate(90 .11 71.898)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m16.667 60.073-3.833 2.214L9 64.5v-8.854l3.834 2.214z",
  style: {
    fill: "#4d4d4d",
    fillOpacity: 0.90196078,
    stroke: "#d3d3d3",
    strokeWidth: 0,
    strokeLinecap: "round",
    strokeLinejoin: "round",
    strokeMiterlimit: 4,
    strokeDasharray: "none"
  },
  transform: "matrix(0 -1 -1 0 96 96)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M171.826 65.174h16.348L180 51.826z",
  style: {
    fill: "#fbb917",
    fillOpacity: 1,
    fillRule: "evenodd",
    stroke: "#fbb917",
    strokeWidth: 1.65161395,
    strokeLinecap: "butt",
    strokeLinejoin: "round",
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M179 55v6h2v-6M179 62v2h2v-2",
  style: {
    opacity: 1,
    fill: "#fff",
    fillOpacity: 1,
    fillRule: "evenodd",
    stroke: "none",
    strokeWidth: 1,
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m99.994 113.022 2.006 1.962 7-6.956 3 .972 2-1 1-2v-3l-3 3-3-3 3-3h-3l-2 1-1 2 .994 3.022z",
  style: {
    fill: "#fff",
    fillOpacity: 0.8,
    fillRule: "evenodd",
    stroke: "#fff",
    strokeWidth: 1,
    strokeLinecap: "butt",
    strokeLinejoin: "round",
    strokeOpacity: 0.8
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M220 4h16v16h-16z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M234 6v2l-5 5v5h-2v-5l-5-5V6",
  style: {
    fill: "#fff",
    fillRule: "evenodd",
    stroke: "none",
    strokeWidth: 1,
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M198 12.625h6v1.25h-6zM198 15.125h7.5v1.25H198zM198 7.625h3v1.25h-3zM198 10.125h4.5v1.25H198z",
  style: {
    fill: "#fff",
    fillOpacity: 0.8,
    stroke: "#000",
    strokeWidth: 0
  },
  transform: "matrix(1.33333 0 0 -1.6 -140 127.2)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M207 16.375V10.75h-2.25l3-3.125 3 3.125h-2.25v5.625z",
  style: {
    fill: "#fff",
    fillOpacity: 0.8,
    fillRule: "evenodd",
    stroke: "none",
    strokeWidth: ".68465352px",
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeOpacity: 1
  },
  transform: "matrix(1.33333 0 0 -1.6 -140 127.2)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M164 100v3l-6 6v7h-4v-7l-6-6v-3",
  style: {
    fill: "#fff",
    fillOpacity: 0.8,
    fillRule: "evenodd",
    stroke: "none",
    strokeWidth: 1,
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M4 28h16v16H4z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M15 41v-7h-4v3l-5-4 5-4v3h6v9",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    fillRule: "evenodd",
    stroke: "none",
    strokeWidth: ".68465352px",
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeOpacity: 1
  }
})));
  color: #ffffff;
  opacity: 0.8;
  font-family: arial, sans-serif;
  font-size: 14px;
  float: left;
}

.jsoneditor-menu > button:hover,
.jsoneditor-menu > .jsoneditor-modes > button:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.jsoneditor-menu > button:focus,
.jsoneditor-menu > button:active,
.jsoneditor-menu > .jsoneditor-modes > button:focus,
.jsoneditor-menu > .jsoneditor-modes > button:active {
  background-color: rgba(255, 255, 255, 0.3);
}

.jsoneditor-menu > button:disabled,
.jsoneditor-menu > .jsoneditor-modes > button:disabled {
  opacity: 0.5;
  background-color: transparent;
  border: none;
}

.jsoneditor-menu > button.jsoneditor-collapse-all {
  background-position: 0 -96px;
}

.jsoneditor-menu > button.jsoneditor-expand-all {
  background-position: 0 -120px;
}

.jsoneditor-menu > button.jsoneditor-sort {
  background-position: -120px -96px;
}

.jsoneditor-menu > button.jsoneditor-transform {
  background-position: -144px -96px;
}

.jsoneditor.jsoneditor-mode-view > .jsoneditor-menu > button.jsoneditor-sort,
.jsoneditor.jsoneditor-mode-form > .jsoneditor-menu > button.jsoneditor-sort,
.jsoneditor.jsoneditor-mode-view > .jsoneditor-menu > button.jsoneditor-transform,
.jsoneditor.jsoneditor-mode-form > .jsoneditor-menu > button.jsoneditor-transform {
  display: none;
}

.jsoneditor-menu > button.jsoneditor-undo {
  background-position: -24px -96px;
}

.jsoneditor-menu > button.jsoneditor-undo:disabled {
  background-position: -24px -120px;
}

.jsoneditor-menu > button.jsoneditor-redo {
  background-position: -48px -96px;
}

.jsoneditor-menu > button.jsoneditor-redo:disabled {
  background-position: -48px -120px;
}

.jsoneditor-menu > button.jsoneditor-compact {
  background-position: -72px -96px;
}

.jsoneditor-menu > button.jsoneditor-format {
  background-position: -72px -120px;
}

.jsoneditor-menu > button.jsoneditor-repair {
  background-position: -96px -96px;
}

.jsoneditor-menu > .jsoneditor-modes {
  display: inline-block;
  float: left;
}

.jsoneditor-menu > .jsoneditor-modes > button {
  background-image: none;
  width: auto;
  padding-left: 6px;
  padding-right: 6px;
}

.jsoneditor-menu > button.jsoneditor-separator,
.jsoneditor-menu > .jsoneditor-modes > button.jsoneditor-separator {
  margin-left: 10px;
}

.jsoneditor-menu a {
  font-family: arial, sans-serif;
  font-size: 14px;
  color: #ffffff;
  opacity: 0.8;
  vertical-align: middle;
}

.jsoneditor-menu a:hover {
  opacity: 1;
}

.jsoneditor-menu a.jsoneditor-poweredBy {
  font-size: 8pt;
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px;
}

.jsoneditor-navigation-bar {
  width: 100%;
  height: 26px;
  line-height: 26px;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #d3d3d3;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #808080;
  background-color: #ebebeb;
  overflow: hidden;
  font-family: arial, sans-serif;
  font-size: 14px;
}

.jsoneditor-search {
  font-family: arial, sans-serif;
  position: absolute;
  right: 4px;
  top: 4px;
  border-collapse: collapse;
  border-spacing: 0;
  display: flex;
}

.jsoneditor-search input {
  color: #1a1a1a;
  width: 120px;
  border: none;
  outline: none;
  margin: 1px;
  line-height: 20px;
  font-family: arial, sans-serif;
}

.jsoneditor-search button {
  width: 16px;
  height: 24px;
  padding: 0;
  margin: 0;
  border: none;
  background: url(props => /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("svg", _extends({
  xmlns: "http://www.w3.org/2000/svg",
  width: 240,
  height: 144
}, props), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M4 4h16v16H4z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M28 4h16v16H28z",
  style: {
    fill: "#ec3f29",
    fillOpacity: 0.94117647,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M52 4h16v16H52zM172 4h16v16h-16zM196 4h16v16h-16z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("g", {
  style: {
    stroke: "none"
  }
}, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M7 11h10v2H7z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M11 7h2v10h-2z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0
  }
})), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("g", {
  style: {
    stroke: "none"
  }
}, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M7 11h10v2H7z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0
  },
  transform: "rotate(-45 24 -16.97)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M11 7h2v10h-2z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0
  },
  transform: "rotate(-45 24 -16.97)"
})), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M55 7h7v7h-7z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "#000",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M58 10h7v7h-7z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "#4c4c4c",
    strokeWidth: 2,
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M58 10h7v7h-7z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "#3c80df",
    strokeWidth: 0,
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeOpacity: 0.94117647
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M198 11h8v2h-8zM198 7h12v2h-12zM198 15h4v2h-4z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "#000",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M198 11h8v2h-8zM198 7h12v2h-12zM198 15h4v2h-4z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "#000",
    strokeWidth: 0
  },
  transform: "matrix(1 0 0 -1 -24 24)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M76 4h16v16H76z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 1,
    stroke: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m85.104 6.016-.015 1.406c3.027-.24.33 3.65 2.484 4.578-2.187 1.094.492 4.907-2.453 4.578L85.105 18c5.708.56 1.032-5.1 4.703-5.265v-1.407c-3.613-.027 1.119-5.707-4.703-5.312zM82.781 5.998l.016 1.407c-3.027-.24-.33 3.65-2.485 4.578 2.187 1.094-.491 4.907 2.454 4.578l.015 1.422c-5.708.559-1.032-5.1-4.703-5.266v-1.406c3.613-.027-1.119-5.707 4.703-5.313z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "#fff",
    strokeWidth: 0.2,
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M100 4h16v16h-16z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 1,
    stroke: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M103.719 5.672V18.39h3.031v-1.532h-1.344V7.234h1.375V5.672zM112.219 5.672v12.719h-3.032V16.86h1.344V7.235h-1.375V5.672z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M124 4h16v16h-16z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 1,
    stroke: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M126.282 17.603h1.79l1.141-2.864h5.654l1.149 2.864h1.765l-4.787-11.161h-1.919z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m129.727 13.479 4.609.01-2.305-5.55zM148 4h16v16h-16z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 1,
    stroke: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M156.477 5.892v2.18l.46 2.398h1.829l.398-2.399v-2.18zM152.516 5.89v2.18l.46 2.399h1.829l.398-2.399V5.89z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M54 64h12v2H54zM80 52h3v3h-3zM85 52h3v3h-3zM80 58h3v3h-3zM85 58h3v3h-3zM80 64h3v3h-3zM85 64h3v3h-3z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 0.98431373,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("circle", {
  cx: 110.061,
  cy: 57.939,
  r: 4.744,
  style: {
    opacity: 1,
    fill: "none",
    fillOpacity: 1,
    stroke: "#4c4c4c",
    strokeWidth: 2,
    strokeLinecap: "round",
    strokeLinejoin: "round",
    strokeMiterlimit: 4,
    strokeDasharray: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M116.646-31.798h4.23v6.405h-4.23z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 0.98431373,
    stroke: "none",
    strokeWidth: 0
  },
  transform: "rotate(45)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m125 56 13.77.095L132 64ZM149 64l13.77-.095L156 56Z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 1,
    fillRule: "evenodd",
    stroke: "none",
    strokeWidth: 0,
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M54 53h12v2H54z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 0.98431373,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M53-56h13v2H53zM53-66h13v2H53z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 0.98431373,
    stroke: "none",
    strokeWidth: 0
  },
  transform: "rotate(90)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M54 57h12v1H54z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 0.98431373,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M54 88h12v2H54zM80 76h3v3h-3zM85 76h3v3h-3zM80 82h3v3h-3zM85 82h3v3h-3zM80 88h3v3h-3zM85 88h3v3h-3z",
  style: {
    fill: "#d3d3d3",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0,
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("circle", {
  cx: 110.061,
  cy: 81.939,
  r: 4.744,
  style: {
    opacity: 1,
    fill: "none",
    fillOpacity: 1,
    stroke: "#d3d3d3",
    strokeWidth: 2,
    strokeLinecap: "round",
    strokeLinejoin: "round",
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M133.616-14.827h4.23v6.405h-4.23z",
  style: {
    fill: "#d3d3d3",
    fillOpacity: 1,
    stroke: "#d3d3d3",
    strokeWidth: 0,
    strokeOpacity: 1
  },
  transform: "rotate(45)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m125 80 13.77.095L132 88ZM149 88l13.77-.095L156 80Z",
  style: {
    fill: "#d3d3d3",
    fillOpacity: 1,
    fillRule: "evenodd",
    stroke: "#d3d3d3",
    strokeWidth: 0,
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M54 77h12v2H54z",
  style: {
    fill: "#d3d3d3",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0,
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M77-56h13v2H77zM77-66h13v2H77z",
  style: {
    fill: "#d3d3d3",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0,
    strokeOpacity: 1
  },
  transform: "rotate(90)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M54 81h12v1H54z",
  style: {
    fill: "#d3d3d3",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0,
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M76 101h16v2H76zM76 105h16v2H76zM76 109h9v2h-9zM76 125h12v2H76zM76 137h10v2H76zM82 129h10v2H82zM82 133h9v2h-9z",
  style: {
    fill: "#fff",
    fillOpacity: 0.8,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M36.398 100.025a8 8 0 0 0-1.265.062 7.86 7.86 0 0 0-4.508 2.227L29 100.599l-2.324 7.713 7.826-1.906-1.805-1.906a5.03 5.03 0 0 1 5.985-.721 4.915 4.915 0 0 1 2.308 5.55 4.99 4.99 0 0 1-4.83 3.696v3.074c3.55 0 6.71-2.411 7.65-5.941s-.618-7.274-3.71-9.07a7.84 7.84 0 0 0-3.702-1.063zM59.723 99.963a7.83 7.83 0 0 0-3.702 1.062c-3.092 1.797-4.65 5.54-3.71 9.07s4.097 5.942 7.648 5.942v-3.074a4.99 4.99 0 0 1-4.83-3.695 4.915 4.915 0 0 1 2.309-5.551 5.03 5.03 0 0 1 5.986.72l-1.807 1.907 7.828 1.906-2.324-7.713-1.627 1.717a7.86 7.86 0 0 0-4.506-2.229 8 8 0 0 0-1.265-.062z",
  style: {
    color: "#000",
    fontStyle: "normal",
    fontVariant: "normal",
    fontWeight: 400,
    fontStretch: "normal",
    fontSize: "medium",
    lineHeight: "normal",
    fontFamily: "sans-serif",
    textIndent: 0,
    textAlign: "start",
    textDecoration: "none",
    textDecorationLine: "none",
    textDecorationStyle: "solid",
    textDecorationColor: "#000",
    letterSpacing: "normal",
    wordSpacing: "normal",
    textTransform: "none",
    direction: "ltr",
    blockProgression: "tb",
    writingMode: "lr-tb",
    baselineShift: "baseline",
    textAnchor: "start",
    whiteSpace: "normal",
    clipRule: "nonzero",
    display: "inline",
    overflow: "visible",
    visibility: "visible",
    opacity: 0.8,
    isolation: "auto",
    mixBlendMode: "normal",
    colorInterpolation: "sRGB",
    colorInterpolationFilters: "linearRGB",
    solidColor: "#000",
    solidOpacity: 1,
    fill: "#fff",
    fillOpacity: 1,
    fillRule: "nonzero",
    stroke: "none",
    strokeWidth: 2.66157866,
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeDashoffset: 0,
    strokeOpacity: 1,
    colorRendering: "auto",
    imageRendering: "auto",
    shapeRendering: "auto",
    textRendering: "auto"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M10.5 100v2H8l4 5 4-5h-2.5v-2z",
  style: {
    opacity: 0.8,
    fill: "#fff",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 1.96599996,
    strokeMiterlimit: 4,
    strokeDasharray: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m4.985 108.015 14.03-.03M4.985 132.015l14.03-.03",
  style: {
    opacity: 0.8,
    fill: "none",
    stroke: "#fff",
    strokeWidth: 1.96599996,
    strokeLinecap: "square",
    strokeLinejoin: "miter",
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M36.398 123.963a8 8 0 0 0-1.265.062 7.86 7.86 0 0 0-4.508 2.226L29 124.538l-2.324 7.713 7.826-1.907-1.805-1.906a5.03 5.03 0 0 1 5.985-.72 4.915 4.915 0 0 1 2.308 5.55 4.99 4.99 0 0 1-4.83 3.695v3.075c3.55 0 6.71-2.41 7.65-5.94s-.618-7.275-3.71-9.072a7.84 7.84 0 0 0-3.702-1.063zM59.723 123.963a7.84 7.84 0 0 0-3.702 1.062c-3.092 1.797-4.65 5.543-3.71 9.073s4.097 5.94 7.648 5.94v-3.075a4.99 4.99 0 0 1-4.83-3.695 4.915 4.915 0 0 1 2.309-5.551 5.03 5.03 0 0 1 5.986.72l-1.807 1.907 7.828 1.906-2.324-7.713-1.627 1.717a7.86 7.86 0 0 0-4.506-2.229 8 8 0 0 0-1.265-.062z",
  style: {
    color: "#000",
    fontStyle: "normal",
    fontVariant: "normal",
    fontWeight: 400,
    fontStretch: "normal",
    fontSize: "medium",
    lineHeight: "normal",
    fontFamily: "sans-serif",
    textIndent: 0,
    textAlign: "start",
    textDecoration: "none",
    textDecorationLine: "none",
    textDecorationStyle: "solid",
    textDecorationColor: "#000",
    letterSpacing: "normal",
    wordSpacing: "normal",
    textTransform: "none",
    direction: "ltr",
    blockProgression: "tb",
    writingMode: "lr-tb",
    baselineShift: "baseline",
    textAnchor: "start",
    whiteSpace: "normal",
    clipRule: "nonzero",
    display: "inline",
    overflow: "visible",
    visibility: "visible",
    opacity: 0.4,
    isolation: "auto",
    mixBlendMode: "normal",
    colorInterpolation: "sRGB",
    colorInterpolationFilters: "linearRGB",
    solidColor: "#000",
    solidOpacity: 1,
    fill: "#4d4d4d",
    fillOpacity: 1,
    fillRule: "nonzero",
    stroke: "none",
    strokeWidth: 2.66157866,
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeDashoffset: 0,
    strokeOpacity: 1,
    colorRendering: "auto",
    imageRendering: "auto",
    shapeRendering: "auto",
    textRendering: "auto"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M10.5 116v-2H8l4-5 4 5h-2.5v2zM10.5 129v-2H8l4-5 4 5h-2.5v2zM10.5 135v2H8l4 5 4-5h-2.5v-2z",
  style: {
    opacity: 0.8,
    fill: "#fff",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 1.96599996,
    strokeMiterlimit: 4,
    strokeDasharray: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m16.667 60.073-3.833 2.214L9 64.5v-8.854l3.834 2.214z",
  style: {
    fill: "#4d4d4d",
    fillOpacity: 0.90196078,
    stroke: "#d3d3d3",
    strokeWidth: 0,
    strokeLinecap: "round",
    strokeLinejoin: "round",
    strokeMiterlimit: 4,
    strokeDasharray: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m-31.5 60.073-3.834 2.214-3.833 2.213v-8.854l3.833 2.214z",
  style: {
    fill: "#4d4d4d",
    fillOpacity: 0.90196078,
    stroke: "#d3d3d3",
    strokeWidth: 0,
    strokeLinecap: "round",
    strokeLinejoin: "round",
    strokeMiterlimit: 4,
    strokeDasharray: "none"
  },
  transform: "scale(-1 1)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m16.667 60.073-3.833 2.214L9 64.5v-8.854l3.834 2.214z",
  style: {
    fill: "#4d4d4d",
    fillOpacity: 0.90196078,
    stroke: "#d3d3d3",
    strokeWidth: 0,
    strokeLinecap: "round",
    strokeLinejoin: "round",
    strokeMiterlimit: 4,
    strokeDasharray: "none"
  },
  transform: "rotate(90 .11 71.898)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m16.667 60.073-3.833 2.214L9 64.5v-8.854l3.834 2.214z",
  style: {
    fill: "#4d4d4d",
    fillOpacity: 0.90196078,
    stroke: "#d3d3d3",
    strokeWidth: 0,
    strokeLinecap: "round",
    strokeLinejoin: "round",
    strokeMiterlimit: 4,
    strokeDasharray: "none"
  },
  transform: "matrix(0 -1 -1 0 96 96)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M171.826 65.174h16.348L180 51.826z",
  style: {
    fill: "#fbb917",
    fillOpacity: 1,
    fillRule: "evenodd",
    stroke: "#fbb917",
    strokeWidth: 1.65161395,
    strokeLinecap: "butt",
    strokeLinejoin: "round",
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M179 55v6h2v-6M179 62v2h2v-2",
  style: {
    opacity: 1,
    fill: "#fff",
    fillOpacity: 1,
    fillRule: "evenodd",
    stroke: "none",
    strokeWidth: 1,
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m99.994 113.022 2.006 1.962 7-6.956 3 .972 2-1 1-2v-3l-3 3-3-3 3-3h-3l-2 1-1 2 .994 3.022z",
  style: {
    fill: "#fff",
    fillOpacity: 0.8,
    fillRule: "evenodd",
    stroke: "#fff",
    strokeWidth: 1,
    strokeLinecap: "butt",
    strokeLinejoin: "round",
    strokeOpacity: 0.8
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M220 4h16v16h-16z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M234 6v2l-5 5v5h-2v-5l-5-5V6",
  style: {
    fill: "#fff",
    fillRule: "evenodd",
    stroke: "none",
    strokeWidth: 1,
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M198 12.625h6v1.25h-6zM198 15.125h7.5v1.25H198zM198 7.625h3v1.25h-3zM198 10.125h4.5v1.25H198z",
  style: {
    fill: "#fff",
    fillOpacity: 0.8,
    stroke: "#000",
    strokeWidth: 0
  },
  transform: "matrix(1.33333 0 0 -1.6 -140 127.2)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M207 16.375V10.75h-2.25l3-3.125 3 3.125h-2.25v5.625z",
  style: {
    fill: "#fff",
    fillOpacity: 0.8,
    fillRule: "evenodd",
    stroke: "none",
    strokeWidth: ".68465352px",
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeOpacity: 1
  },
  transform: "matrix(1.33333 0 0 -1.6 -140 127.2)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M164 100v3l-6 6v7h-4v-7l-6-6v-3",
  style: {
    fill: "#fff",
    fillOpacity: 0.8,
    fillRule: "evenodd",
    stroke: "none",
    strokeWidth: 1,
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M4 28h16v16H4z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M15 41v-7h-4v3l-5-4 5-4v3h6v9",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    fillRule: "evenodd",
    stroke: "none",
    strokeWidth: ".68465352px",
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeOpacity: 1
  }
})));
  vertical-align: top;
}

.jsoneditor-search button:hover {
  background-color: transparent;
}

.jsoneditor-search button.jsoneditor-refresh {
  width: 18px;
  background-position: -99px -73px;
}

.jsoneditor-search button.jsoneditor-next {
  cursor: pointer;
  background-position: -124px -73px;
}

.jsoneditor-search button.jsoneditor-next:hover {
  background-position: -124px -49px;
}

.jsoneditor-search button.jsoneditor-previous {
  cursor: pointer;
  background-position: -148px -73px;
  margin-right: 2px;
}

.jsoneditor-search button.jsoneditor-previous:hover {
  background-position: -148px -49px;
}

.jsoneditor-results {
  font-family: arial, sans-serif;
  color: #ffffff;
  padding-right: 5px;
  line-height: 26px;
}

.jsoneditor-frame {
  border: 1px solid transparent;
  background-color: #ffffff;
  padding: 0 2px;
  margin: 0;
}

.jsoneditor-statusbar {
  line-height: 26px;
  height: 26px;
  color: #808080;
  background-color: #ebebeb;
  border-top: 1px solid #d3d3d3;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
}

.jsoneditor-statusbar > .jsoneditor-curserinfo-val {
  margin-right: 12px;
}

.jsoneditor-statusbar > .jsoneditor-curserinfo-count {
  margin-left: 4px;
}

.jsoneditor-statusbar > .jsoneditor-validation-error-icon {
  float: right;
  width: 24px;
  height: 24px;
  padding: 0;
  margin-top: 1px;
  background-image: url(props => /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("svg", _extends({
  xmlns: "http://www.w3.org/2000/svg",
  width: 240,
  height: 144
}, props), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M4 4h16v16H4z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M28 4h16v16H28z",
  style: {
    fill: "#ec3f29",
    fillOpacity: 0.94117647,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M52 4h16v16H52zM172 4h16v16h-16zM196 4h16v16h-16z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("g", {
  style: {
    stroke: "none"
  }
}, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M7 11h10v2H7z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M11 7h2v10h-2z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0
  }
})), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("g", {
  style: {
    stroke: "none"
  }
}, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M7 11h10v2H7z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0
  },
  transform: "rotate(-45 24 -16.97)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M11 7h2v10h-2z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0
  },
  transform: "rotate(-45 24 -16.97)"
})), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M55 7h7v7h-7z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "#000",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M58 10h7v7h-7z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "#4c4c4c",
    strokeWidth: 2,
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M58 10h7v7h-7z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "#3c80df",
    strokeWidth: 0,
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeOpacity: 0.94117647
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M198 11h8v2h-8zM198 7h12v2h-12zM198 15h4v2h-4z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "#000",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M198 11h8v2h-8zM198 7h12v2h-12zM198 15h4v2h-4z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "#000",
    strokeWidth: 0
  },
  transform: "matrix(1 0 0 -1 -24 24)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M76 4h16v16H76z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 1,
    stroke: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m85.104 6.016-.015 1.406c3.027-.24.33 3.65 2.484 4.578-2.187 1.094.492 4.907-2.453 4.578L85.105 18c5.708.56 1.032-5.1 4.703-5.265v-1.407c-3.613-.027 1.119-5.707-4.703-5.312zM82.781 5.998l.016 1.407c-3.027-.24-.33 3.65-2.485 4.578 2.187 1.094-.491 4.907 2.454 4.578l.015 1.422c-5.708.559-1.032-5.1-4.703-5.266v-1.406c3.613-.027-1.119-5.707 4.703-5.313z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "#fff",
    strokeWidth: 0.2,
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M100 4h16v16h-16z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 1,
    stroke: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M103.719 5.672V18.39h3.031v-1.532h-1.344V7.234h1.375V5.672zM112.219 5.672v12.719h-3.032V16.86h1.344V7.235h-1.375V5.672z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M124 4h16v16h-16z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 1,
    stroke: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M126.282 17.603h1.79l1.141-2.864h5.654l1.149 2.864h1.765l-4.787-11.161h-1.919z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m129.727 13.479 4.609.01-2.305-5.55zM148 4h16v16h-16z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 1,
    stroke: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M156.477 5.892v2.18l.46 2.398h1.829l.398-2.399v-2.18zM152.516 5.89v2.18l.46 2.399h1.829l.398-2.399V5.89z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M54 64h12v2H54zM80 52h3v3h-3zM85 52h3v3h-3zM80 58h3v3h-3zM85 58h3v3h-3zM80 64h3v3h-3zM85 64h3v3h-3z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 0.98431373,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("circle", {
  cx: 110.061,
  cy: 57.939,
  r: 4.744,
  style: {
    opacity: 1,
    fill: "none",
    fillOpacity: 1,
    stroke: "#4c4c4c",
    strokeWidth: 2,
    strokeLinecap: "round",
    strokeLinejoin: "round",
    strokeMiterlimit: 4,
    strokeDasharray: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M116.646-31.798h4.23v6.405h-4.23z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 0.98431373,
    stroke: "none",
    strokeWidth: 0
  },
  transform: "rotate(45)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m125 56 13.77.095L132 64ZM149 64l13.77-.095L156 56Z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 1,
    fillRule: "evenodd",
    stroke: "none",
    strokeWidth: 0,
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M54 53h12v2H54z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 0.98431373,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M53-56h13v2H53zM53-66h13v2H53z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 0.98431373,
    stroke: "none",
    strokeWidth: 0
  },
  transform: "rotate(90)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M54 57h12v1H54z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 0.98431373,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M54 88h12v2H54zM80 76h3v3h-3zM85 76h3v3h-3zM80 82h3v3h-3zM85 82h3v3h-3zM80 88h3v3h-3zM85 88h3v3h-3z",
  style: {
    fill: "#d3d3d3",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0,
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("circle", {
  cx: 110.061,
  cy: 81.939,
  r: 4.744,
  style: {
    opacity: 1,
    fill: "none",
    fillOpacity: 1,
    stroke: "#d3d3d3",
    strokeWidth: 2,
    strokeLinecap: "round",
    strokeLinejoin: "round",
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M133.616-14.827h4.23v6.405h-4.23z",
  style: {
    fill: "#d3d3d3",
    fillOpacity: 1,
    stroke: "#d3d3d3",
    strokeWidth: 0,
    strokeOpacity: 1
  },
  transform: "rotate(45)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m125 80 13.77.095L132 88ZM149 88l13.77-.095L156 80Z",
  style: {
    fill: "#d3d3d3",
    fillOpacity: 1,
    fillRule: "evenodd",
    stroke: "#d3d3d3",
    strokeWidth: 0,
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M54 77h12v2H54z",
  style: {
    fill: "#d3d3d3",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0,
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M77-56h13v2H77zM77-66h13v2H77z",
  style: {
    fill: "#d3d3d3",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0,
    strokeOpacity: 1
  },
  transform: "rotate(90)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M54 81h12v1H54z",
  style: {
    fill: "#d3d3d3",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0,
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M76 101h16v2H76zM76 105h16v2H76zM76 109h9v2h-9zM76 125h12v2H76zM76 137h10v2H76zM82 129h10v2H82zM82 133h9v2h-9z",
  style: {
    fill: "#fff",
    fillOpacity: 0.8,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M36.398 100.025a8 8 0 0 0-1.265.062 7.86 7.86 0 0 0-4.508 2.227L29 100.599l-2.324 7.713 7.826-1.906-1.805-1.906a5.03 5.03 0 0 1 5.985-.721 4.915 4.915 0 0 1 2.308 5.55 4.99 4.99 0 0 1-4.83 3.696v3.074c3.55 0 6.71-2.411 7.65-5.941s-.618-7.274-3.71-9.07a7.84 7.84 0 0 0-3.702-1.063zM59.723 99.963a7.83 7.83 0 0 0-3.702 1.062c-3.092 1.797-4.65 5.54-3.71 9.07s4.097 5.942 7.648 5.942v-3.074a4.99 4.99 0 0 1-4.83-3.695 4.915 4.915 0 0 1 2.309-5.551 5.03 5.03 0 0 1 5.986.72l-1.807 1.907 7.828 1.906-2.324-7.713-1.627 1.717a7.86 7.86 0 0 0-4.506-2.229 8 8 0 0 0-1.265-.062z",
  style: {
    color: "#000",
    fontStyle: "normal",
    fontVariant: "normal",
    fontWeight: 400,
    fontStretch: "normal",
    fontSize: "medium",
    lineHeight: "normal",
    fontFamily: "sans-serif",
    textIndent: 0,
    textAlign: "start",
    textDecoration: "none",
    textDecorationLine: "none",
    textDecorationStyle: "solid",
    textDecorationColor: "#000",
    letterSpacing: "normal",
    wordSpacing: "normal",
    textTransform: "none",
    direction: "ltr",
    blockProgression: "tb",
    writingMode: "lr-tb",
    baselineShift: "baseline",
    textAnchor: "start",
    whiteSpace: "normal",
    clipRule: "nonzero",
    display: "inline",
    overflow: "visible",
    visibility: "visible",
    opacity: 0.8,
    isolation: "auto",
    mixBlendMode: "normal",
    colorInterpolation: "sRGB",
    colorInterpolationFilters: "linearRGB",
    solidColor: "#000",
    solidOpacity: 1,
    fill: "#fff",
    fillOpacity: 1,
    fillRule: "nonzero",
    stroke: "none",
    strokeWidth: 2.66157866,
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeDashoffset: 0,
    strokeOpacity: 1,
    colorRendering: "auto",
    imageRendering: "auto",
    shapeRendering: "auto",
    textRendering: "auto"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M10.5 100v2H8l4 5 4-5h-2.5v-2z",
  style: {
    opacity: 0.8,
    fill: "#fff",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 1.96599996,
    strokeMiterlimit: 4,
    strokeDasharray: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m4.985 108.015 14.03-.03M4.985 132.015l14.03-.03",
  style: {
    opacity: 0.8,
    fill: "none",
    stroke: "#fff",
    strokeWidth: 1.96599996,
    strokeLinecap: "square",
    strokeLinejoin: "miter",
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M36.398 123.963a8 8 0 0 0-1.265.062 7.86 7.86 0 0 0-4.508 2.226L29 124.538l-2.324 7.713 7.826-1.907-1.805-1.906a5.03 5.03 0 0 1 5.985-.72 4.915 4.915 0 0 1 2.308 5.55 4.99 4.99 0 0 1-4.83 3.695v3.075c3.55 0 6.71-2.41 7.65-5.94s-.618-7.275-3.71-9.072a7.84 7.84 0 0 0-3.702-1.063zM59.723 123.963a7.84 7.84 0 0 0-3.702 1.062c-3.092 1.797-4.65 5.543-3.71 9.073s4.097 5.94 7.648 5.94v-3.075a4.99 4.99 0 0 1-4.83-3.695 4.915 4.915 0 0 1 2.309-5.551 5.03 5.03 0 0 1 5.986.72l-1.807 1.907 7.828 1.906-2.324-7.713-1.627 1.717a7.86 7.86 0 0 0-4.506-2.229 8 8 0 0 0-1.265-.062z",
  style: {
    color: "#000",
    fontStyle: "normal",
    fontVariant: "normal",
    fontWeight: 400,
    fontStretch: "normal",
    fontSize: "medium",
    lineHeight: "normal",
    fontFamily: "sans-serif",
    textIndent: 0,
    textAlign: "start",
    textDecoration: "none",
    textDecorationLine: "none",
    textDecorationStyle: "solid",
    textDecorationColor: "#000",
    letterSpacing: "normal",
    wordSpacing: "normal",
    textTransform: "none",
    direction: "ltr",
    blockProgression: "tb",
    writingMode: "lr-tb",
    baselineShift: "baseline",
    textAnchor: "start",
    whiteSpace: "normal",
    clipRule: "nonzero",
    display: "inline",
    overflow: "visible",
    visibility: "visible",
    opacity: 0.4,
    isolation: "auto",
    mixBlendMode: "normal",
    colorInterpolation: "sRGB",
    colorInterpolationFilters: "linearRGB",
    solidColor: "#000",
    solidOpacity: 1,
    fill: "#4d4d4d",
    fillOpacity: 1,
    fillRule: "nonzero",
    stroke: "none",
    strokeWidth: 2.66157866,
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeDashoffset: 0,
    strokeOpacity: 1,
    colorRendering: "auto",
    imageRendering: "auto",
    shapeRendering: "auto",
    textRendering: "auto"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M10.5 116v-2H8l4-5 4 5h-2.5v2zM10.5 129v-2H8l4-5 4 5h-2.5v2zM10.5 135v2H8l4 5 4-5h-2.5v-2z",
  style: {
    opacity: 0.8,
    fill: "#fff",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 1.96599996,
    strokeMiterlimit: 4,
    strokeDasharray: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m16.667 60.073-3.833 2.214L9 64.5v-8.854l3.834 2.214z",
  style: {
    fill: "#4d4d4d",
    fillOpacity: 0.90196078,
    stroke: "#d3d3d3",
    strokeWidth: 0,
    strokeLinecap: "round",
    strokeLinejoin: "round",
    strokeMiterlimit: 4,
    strokeDasharray: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m-31.5 60.073-3.834 2.214-3.833 2.213v-8.854l3.833 2.214z",
  style: {
    fill: "#4d4d4d",
    fillOpacity: 0.90196078,
    stroke: "#d3d3d3",
    strokeWidth: 0,
    strokeLinecap: "round",
    strokeLinejoin: "round",
    strokeMiterlimit: 4,
    strokeDasharray: "none"
  },
  transform: "scale(-1 1)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m16.667 60.073-3.833 2.214L9 64.5v-8.854l3.834 2.214z",
  style: {
    fill: "#4d4d4d",
    fillOpacity: 0.90196078,
    stroke: "#d3d3d3",
    strokeWidth: 0,
    strokeLinecap: "round",
    strokeLinejoin: "round",
    strokeMiterlimit: 4,
    strokeDasharray: "none"
  },
  transform: "rotate(90 .11 71.898)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m16.667 60.073-3.833 2.214L9 64.5v-8.854l3.834 2.214z",
  style: {
    fill: "#4d4d4d",
    fillOpacity: 0.90196078,
    stroke: "#d3d3d3",
    strokeWidth: 0,
    strokeLinecap: "round",
    strokeLinejoin: "round",
    strokeMiterlimit: 4,
    strokeDasharray: "none"
  },
  transform: "matrix(0 -1 -1 0 96 96)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M171.826 65.174h16.348L180 51.826z",
  style: {
    fill: "#fbb917",
    fillOpacity: 1,
    fillRule: "evenodd",
    stroke: "#fbb917",
    strokeWidth: 1.65161395,
    strokeLinecap: "butt",
    strokeLinejoin: "round",
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M179 55v6h2v-6M179 62v2h2v-2",
  style: {
    opacity: 1,
    fill: "#fff",
    fillOpacity: 1,
    fillRule: "evenodd",
    stroke: "none",
    strokeWidth: 1,
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m99.994 113.022 2.006 1.962 7-6.956 3 .972 2-1 1-2v-3l-3 3-3-3 3-3h-3l-2 1-1 2 .994 3.022z",
  style: {
    fill: "#fff",
    fillOpacity: 0.8,
    fillRule: "evenodd",
    stroke: "#fff",
    strokeWidth: 1,
    strokeLinecap: "butt",
    strokeLinejoin: "round",
    strokeOpacity: 0.8
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M220 4h16v16h-16z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M234 6v2l-5 5v5h-2v-5l-5-5V6",
  style: {
    fill: "#fff",
    fillRule: "evenodd",
    stroke: "none",
    strokeWidth: 1,
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M198 12.625h6v1.25h-6zM198 15.125h7.5v1.25H198zM198 7.625h3v1.25h-3zM198 10.125h4.5v1.25H198z",
  style: {
    fill: "#fff",
    fillOpacity: 0.8,
    stroke: "#000",
    strokeWidth: 0
  },
  transform: "matrix(1.33333 0 0 -1.6 -140 127.2)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M207 16.375V10.75h-2.25l3-3.125 3 3.125h-2.25v5.625z",
  style: {
    fill: "#fff",
    fillOpacity: 0.8,
    fillRule: "evenodd",
    stroke: "none",
    strokeWidth: ".68465352px",
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeOpacity: 1
  },
  transform: "matrix(1.33333 0 0 -1.6 -140 127.2)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M164 100v3l-6 6v7h-4v-7l-6-6v-3",
  style: {
    fill: "#fff",
    fillOpacity: 0.8,
    fillRule: "evenodd",
    stroke: "none",
    strokeWidth: 1,
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M4 28h16v16H4z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M15 41v-7h-4v3l-5-4 5-4v3h6v9",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    fillRule: "evenodd",
    stroke: "none",
    strokeWidth: ".68465352px",
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeOpacity: 1
  }
})));
  background-position: -168px -48px;
  cursor: pointer;
}

.jsoneditor-statusbar > .jsoneditor-validation-error-count {
  float: right;
  margin: 0 4px 0 0;
  cursor: pointer;
}

.jsoneditor-statusbar > .jsoneditor-parse-error-icon {
  float: right;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 1px;
  background-image: url(props => /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("svg", _extends({
  xmlns: "http://www.w3.org/2000/svg",
  width: 240,
  height: 144
}, props), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M4 4h16v16H4z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M28 4h16v16H28z",
  style: {
    fill: "#ec3f29",
    fillOpacity: 0.94117647,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M52 4h16v16H52zM172 4h16v16h-16zM196 4h16v16h-16z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("g", {
  style: {
    stroke: "none"
  }
}, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M7 11h10v2H7z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M11 7h2v10h-2z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0
  }
})), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("g", {
  style: {
    stroke: "none"
  }
}, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M7 11h10v2H7z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0
  },
  transform: "rotate(-45 24 -16.97)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M11 7h2v10h-2z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0
  },
  transform: "rotate(-45 24 -16.97)"
})), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M55 7h7v7h-7z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "#000",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M58 10h7v7h-7z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "#4c4c4c",
    strokeWidth: 2,
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M58 10h7v7h-7z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "#3c80df",
    strokeWidth: 0,
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeOpacity: 0.94117647
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M198 11h8v2h-8zM198 7h12v2h-12zM198 15h4v2h-4z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "#000",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M198 11h8v2h-8zM198 7h12v2h-12zM198 15h4v2h-4z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "#000",
    strokeWidth: 0
  },
  transform: "matrix(1 0 0 -1 -24 24)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M76 4h16v16H76z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 1,
    stroke: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m85.104 6.016-.015 1.406c3.027-.24.33 3.65 2.484 4.578-2.187 1.094.492 4.907-2.453 4.578L85.105 18c5.708.56 1.032-5.1 4.703-5.265v-1.407c-3.613-.027 1.119-5.707-4.703-5.312zM82.781 5.998l.016 1.407c-3.027-.24-.33 3.65-2.485 4.578 2.187 1.094-.491 4.907 2.454 4.578l.015 1.422c-5.708.559-1.032-5.1-4.703-5.266v-1.406c3.613-.027-1.119-5.707 4.703-5.313z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "#fff",
    strokeWidth: 0.2,
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M100 4h16v16h-16z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 1,
    stroke: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M103.719 5.672V18.39h3.031v-1.532h-1.344V7.234h1.375V5.672zM112.219 5.672v12.719h-3.032V16.86h1.344V7.235h-1.375V5.672z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M124 4h16v16h-16z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 1,
    stroke: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M126.282 17.603h1.79l1.141-2.864h5.654l1.149 2.864h1.765l-4.787-11.161h-1.919z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m129.727 13.479 4.609.01-2.305-5.55zM148 4h16v16h-16z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 1,
    stroke: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M156.477 5.892v2.18l.46 2.398h1.829l.398-2.399v-2.18zM152.516 5.89v2.18l.46 2.399h1.829l.398-2.399V5.89z",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    stroke: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M54 64h12v2H54zM80 52h3v3h-3zM85 52h3v3h-3zM80 58h3v3h-3zM85 58h3v3h-3zM80 64h3v3h-3zM85 64h3v3h-3z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 0.98431373,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("circle", {
  cx: 110.061,
  cy: 57.939,
  r: 4.744,
  style: {
    opacity: 1,
    fill: "none",
    fillOpacity: 1,
    stroke: "#4c4c4c",
    strokeWidth: 2,
    strokeLinecap: "round",
    strokeLinejoin: "round",
    strokeMiterlimit: 4,
    strokeDasharray: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M116.646-31.798h4.23v6.405h-4.23z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 0.98431373,
    stroke: "none",
    strokeWidth: 0
  },
  transform: "rotate(45)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m125 56 13.77.095L132 64ZM149 64l13.77-.095L156 56Z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 1,
    fillRule: "evenodd",
    stroke: "none",
    strokeWidth: 0,
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M54 53h12v2H54z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 0.98431373,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M53-56h13v2H53zM53-66h13v2H53z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 0.98431373,
    stroke: "none",
    strokeWidth: 0
  },
  transform: "rotate(90)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M54 57h12v1H54z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 0.98431373,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M54 88h12v2H54zM80 76h3v3h-3zM85 76h3v3h-3zM80 82h3v3h-3zM85 82h3v3h-3zM80 88h3v3h-3zM85 88h3v3h-3z",
  style: {
    fill: "#d3d3d3",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0,
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("circle", {
  cx: 110.061,
  cy: 81.939,
  r: 4.744,
  style: {
    opacity: 1,
    fill: "none",
    fillOpacity: 1,
    stroke: "#d3d3d3",
    strokeWidth: 2,
    strokeLinecap: "round",
    strokeLinejoin: "round",
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M133.616-14.827h4.23v6.405h-4.23z",
  style: {
    fill: "#d3d3d3",
    fillOpacity: 1,
    stroke: "#d3d3d3",
    strokeWidth: 0,
    strokeOpacity: 1
  },
  transform: "rotate(45)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m125 80 13.77.095L132 88ZM149 88l13.77-.095L156 80Z",
  style: {
    fill: "#d3d3d3",
    fillOpacity: 1,
    fillRule: "evenodd",
    stroke: "#d3d3d3",
    strokeWidth: 0,
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M54 77h12v2H54z",
  style: {
    fill: "#d3d3d3",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0,
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M77-56h13v2H77zM77-66h13v2H77z",
  style: {
    fill: "#d3d3d3",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0,
    strokeOpacity: 1
  },
  transform: "rotate(90)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M54 81h12v1H54z",
  style: {
    fill: "#d3d3d3",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0,
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M76 101h16v2H76zM76 105h16v2H76zM76 109h9v2h-9zM76 125h12v2H76zM76 137h10v2H76zM82 129h10v2H82zM82 133h9v2h-9z",
  style: {
    fill: "#fff",
    fillOpacity: 0.8,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M36.398 100.025a8 8 0 0 0-1.265.062 7.86 7.86 0 0 0-4.508 2.227L29 100.599l-2.324 7.713 7.826-1.906-1.805-1.906a5.03 5.03 0 0 1 5.985-.721 4.915 4.915 0 0 1 2.308 5.55 4.99 4.99 0 0 1-4.83 3.696v3.074c3.55 0 6.71-2.411 7.65-5.941s-.618-7.274-3.71-9.07a7.84 7.84 0 0 0-3.702-1.063zM59.723 99.963a7.83 7.83 0 0 0-3.702 1.062c-3.092 1.797-4.65 5.54-3.71 9.07s4.097 5.942 7.648 5.942v-3.074a4.99 4.99 0 0 1-4.83-3.695 4.915 4.915 0 0 1 2.309-5.551 5.03 5.03 0 0 1 5.986.72l-1.807 1.907 7.828 1.906-2.324-7.713-1.627 1.717a7.86 7.86 0 0 0-4.506-2.229 8 8 0 0 0-1.265-.062z",
  style: {
    color: "#000",
    fontStyle: "normal",
    fontVariant: "normal",
    fontWeight: 400,
    fontStretch: "normal",
    fontSize: "medium",
    lineHeight: "normal",
    fontFamily: "sans-serif",
    textIndent: 0,
    textAlign: "start",
    textDecoration: "none",
    textDecorationLine: "none",
    textDecorationStyle: "solid",
    textDecorationColor: "#000",
    letterSpacing: "normal",
    wordSpacing: "normal",
    textTransform: "none",
    direction: "ltr",
    blockProgression: "tb",
    writingMode: "lr-tb",
    baselineShift: "baseline",
    textAnchor: "start",
    whiteSpace: "normal",
    clipRule: "nonzero",
    display: "inline",
    overflow: "visible",
    visibility: "visible",
    opacity: 0.8,
    isolation: "auto",
    mixBlendMode: "normal",
    colorInterpolation: "sRGB",
    colorInterpolationFilters: "linearRGB",
    solidColor: "#000",
    solidOpacity: 1,
    fill: "#fff",
    fillOpacity: 1,
    fillRule: "nonzero",
    stroke: "none",
    strokeWidth: 2.66157866,
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeDashoffset: 0,
    strokeOpacity: 1,
    colorRendering: "auto",
    imageRendering: "auto",
    shapeRendering: "auto",
    textRendering: "auto"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M10.5 100v2H8l4 5 4-5h-2.5v-2z",
  style: {
    opacity: 0.8,
    fill: "#fff",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 1.96599996,
    strokeMiterlimit: 4,
    strokeDasharray: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m4.985 108.015 14.03-.03M4.985 132.015l14.03-.03",
  style: {
    opacity: 0.8,
    fill: "none",
    stroke: "#fff",
    strokeWidth: 1.96599996,
    strokeLinecap: "square",
    strokeLinejoin: "miter",
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M36.398 123.963a8 8 0 0 0-1.265.062 7.86 7.86 0 0 0-4.508 2.226L29 124.538l-2.324 7.713 7.826-1.907-1.805-1.906a5.03 5.03 0 0 1 5.985-.72 4.915 4.915 0 0 1 2.308 5.55 4.99 4.99 0 0 1-4.83 3.695v3.075c3.55 0 6.71-2.41 7.65-5.94s-.618-7.275-3.71-9.072a7.84 7.84 0 0 0-3.702-1.063zM59.723 123.963a7.84 7.84 0 0 0-3.702 1.062c-3.092 1.797-4.65 5.543-3.71 9.073s4.097 5.94 7.648 5.94v-3.075a4.99 4.99 0 0 1-4.83-3.695 4.915 4.915 0 0 1 2.309-5.551 5.03 5.03 0 0 1 5.986.72l-1.807 1.907 7.828 1.906-2.324-7.713-1.627 1.717a7.86 7.86 0 0 0-4.506-2.229 8 8 0 0 0-1.265-.062z",
  style: {
    color: "#000",
    fontStyle: "normal",
    fontVariant: "normal",
    fontWeight: 400,
    fontStretch: "normal",
    fontSize: "medium",
    lineHeight: "normal",
    fontFamily: "sans-serif",
    textIndent: 0,
    textAlign: "start",
    textDecoration: "none",
    textDecorationLine: "none",
    textDecorationStyle: "solid",
    textDecorationColor: "#000",
    letterSpacing: "normal",
    wordSpacing: "normal",
    textTransform: "none",
    direction: "ltr",
    blockProgression: "tb",
    writingMode: "lr-tb",
    baselineShift: "baseline",
    textAnchor: "start",
    whiteSpace: "normal",
    clipRule: "nonzero",
    display: "inline",
    overflow: "visible",
    visibility: "visible",
    opacity: 0.4,
    isolation: "auto",
    mixBlendMode: "normal",
    colorInterpolation: "sRGB",
    colorInterpolationFilters: "linearRGB",
    solidColor: "#000",
    solidOpacity: 1,
    fill: "#4d4d4d",
    fillOpacity: 1,
    fillRule: "nonzero",
    stroke: "none",
    strokeWidth: 2.66157866,
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeDashoffset: 0,
    strokeOpacity: 1,
    colorRendering: "auto",
    imageRendering: "auto",
    shapeRendering: "auto",
    textRendering: "auto"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M10.5 116v-2H8l4-5 4 5h-2.5v2zM10.5 129v-2H8l4-5 4 5h-2.5v2zM10.5 135v2H8l4 5 4-5h-2.5v-2z",
  style: {
    opacity: 0.8,
    fill: "#fff",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 1.96599996,
    strokeMiterlimit: 4,
    strokeDasharray: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m16.667 60.073-3.833 2.214L9 64.5v-8.854l3.834 2.214z",
  style: {
    fill: "#4d4d4d",
    fillOpacity: 0.90196078,
    stroke: "#d3d3d3",
    strokeWidth: 0,
    strokeLinecap: "round",
    strokeLinejoin: "round",
    strokeMiterlimit: 4,
    strokeDasharray: "none"
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m-31.5 60.073-3.834 2.214-3.833 2.213v-8.854l3.833 2.214z",
  style: {
    fill: "#4d4d4d",
    fillOpacity: 0.90196078,
    stroke: "#d3d3d3",
    strokeWidth: 0,
    strokeLinecap: "round",
    strokeLinejoin: "round",
    strokeMiterlimit: 4,
    strokeDasharray: "none"
  },
  transform: "scale(-1 1)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m16.667 60.073-3.833 2.214L9 64.5v-8.854l3.834 2.214z",
  style: {
    fill: "#4d4d4d",
    fillOpacity: 0.90196078,
    stroke: "#d3d3d3",
    strokeWidth: 0,
    strokeLinecap: "round",
    strokeLinejoin: "round",
    strokeMiterlimit: 4,
    strokeDasharray: "none"
  },
  transform: "rotate(90 .11 71.898)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m16.667 60.073-3.833 2.214L9 64.5v-8.854l3.834 2.214z",
  style: {
    fill: "#4d4d4d",
    fillOpacity: 0.90196078,
    stroke: "#d3d3d3",
    strokeWidth: 0,
    strokeLinecap: "round",
    strokeLinejoin: "round",
    strokeMiterlimit: 4,
    strokeDasharray: "none"
  },
  transform: "matrix(0 -1 -1 0 96 96)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M171.826 65.174h16.348L180 51.826z",
  style: {
    fill: "#fbb917",
    fillOpacity: 1,
    fillRule: "evenodd",
    stroke: "#fbb917",
    strokeWidth: 1.65161395,
    strokeLinecap: "butt",
    strokeLinejoin: "round",
    strokeMiterlimit: 4,
    strokeDasharray: "none",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M179 55v6h2v-6M179 62v2h2v-2",
  style: {
    opacity: 1,
    fill: "#fff",
    fillOpacity: 1,
    fillRule: "evenodd",
    stroke: "none",
    strokeWidth: 1,
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "m99.994 113.022 2.006 1.962 7-6.956 3 .972 2-1 1-2v-3l-3 3-3-3 3-3h-3l-2 1-1 2 .994 3.022z",
  style: {
    fill: "#fff",
    fillOpacity: 0.8,
    fillRule: "evenodd",
    stroke: "#fff",
    strokeWidth: 1,
    strokeLinecap: "butt",
    strokeLinejoin: "round",
    strokeOpacity: 0.8
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M220 4h16v16h-16z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M234 6v2l-5 5v5h-2v-5l-5-5V6",
  style: {
    fill: "#fff",
    fillRule: "evenodd",
    stroke: "none",
    strokeWidth: 1,
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M198 12.625h6v1.25h-6zM198 15.125h7.5v1.25H198zM198 7.625h3v1.25h-3zM198 10.125h4.5v1.25H198z",
  style: {
    fill: "#fff",
    fillOpacity: 0.8,
    stroke: "#000",
    strokeWidth: 0
  },
  transform: "matrix(1.33333 0 0 -1.6 -140 127.2)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M207 16.375V10.75h-2.25l3-3.125 3 3.125h-2.25v5.625z",
  style: {
    fill: "#fff",
    fillOpacity: 0.8,
    fillRule: "evenodd",
    stroke: "none",
    strokeWidth: ".68465352px",
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeOpacity: 1
  },
  transform: "matrix(1.33333 0 0 -1.6 -140 127.2)"
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M164 100v3l-6 6v7h-4v-7l-6-6v-3",
  style: {
    fill: "#fff",
    fillOpacity: 0.8,
    fillRule: "evenodd",
    stroke: "none",
    strokeWidth: 1,
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeOpacity: 1
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M4 28h16v16H4z",
  style: {
    fill: "#4c4c4c",
    fillOpacity: 1,
    stroke: "none",
    strokeWidth: 0
  }
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
  d: "M15 41v-7h-4v3l-5-4 5-4v3h6v9",
  style: {
    fill: "#fff",
    fillOpacity: 1,
    fillRule: "evenodd",
    stroke: "none",
    strokeWidth: ".68465352px",
    strokeLinecap: "butt",
    strokeLinejoin: "miter",
    strokeOpacity: 1
  }
})));
  background-position: -25px 0px;
}

.jsoneditor-statusbar .jsoneditor-array-info a {
  color: inherit;
}

div.jsoneditor-statusbar > .jsoneditor-curserinfo-label,
div.jsoneditor-statusbar > .jsoneditor-size-info {
  margin: 0 4px;
}

.jsoneditor-treepath {
  padding: 0 5px;
  overflow: hidden;
  white-space: nowrap;
  outline: none;
}

.jsoneditor-treepath.show-all {
  word-wrap: break-word;
  white-space: normal;
  position: absolute;
  background-color: #ebebeb;
  z-index: 1;
  box-shadow: 2px 2px 12px rgba(128, 128, 128, 0.3);
}

.jsoneditor-treepath.show-all span.jsoneditor-treepath-show-all-btn {
  display: none;
}

.jsoneditor-treepath div.jsoneditor-contextmenu-root {
  position: absolute;
  left: 0;
}

.jsoneditor-treepath .jsoneditor-treepath-show-all-btn {
  position: absolute;
  background-color: #ebebeb;
  left: 0;
  height: 20px;
  padding: 0 3px;
  cursor: pointer;
}

.jsoneditor-treepath .jsoneditor-treepath-element {
  margin: 1px;
  font-family: arial, sans-serif;
  font-size: 14px;
}

.jsoneditor-treepath .jsoneditor-treepath-seperator {
  margin: 2px;
  font-size: 9pt;
  font-family: arial, sans-serif;
}

.jsoneditor-treepath span.jsoneditor-treepath-element:hover,
.jsoneditor-treepath span.jsoneditor-treepath-seperator:hover {
  cursor: pointer;
  text-decoration: underline;
}

/*!
 * Selectr 2.4.13
 * http://mobius.ovh/docs/selectr
 *
 * Released under the MIT license
 */

.selectr-container {
  position: relative;
}

.selectr-container li {
  list-style: none;
}

.selectr-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0px, 0px, 0px, 0px);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0 none;
}

.selectr-visible {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 11;
}

.selectr-desktop.multiple .selectr-visible {
  display: none;
}

.selectr-desktop.multiple.native-open .selectr-visible {
  top: 100%;
  min-height: 200px !important;
  height: auto;
  opacity: 1;
  display: block;
}

.selectr-container.multiple.selectr-mobile .selectr-selected {
  z-index: 0;
}

.selectr-selected {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: 100%;
  padding: 7px 28px 7px 14px;
  cursor: pointer;
  border: 1px solid #999999;
  border-radius: 3px;
  background-color: #ffffff;
}

.selectr-selected::before {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  content: "";
  -o-transform: rotate(0deg) translate3d(0px, -50%, 0px);
  -ms-transform: rotate(0deg) translate3d(0px, -50%, 0px);
  -moz-transform: rotate(0deg) translate3d(0px, -50%, 0px);
  -webkit-transform: rotate(0deg) translate3d(0px, -50%, 0px);
  transform: rotate(0deg) translate3d(0px, -50%, 0px);
  border-width: 4px 4px 0 4px;
  border-style: solid;
  border-color: #6c7a86 transparent transparent;
}

.selectr-container.open .selectr-selected::before,
.selectr-container.native-open .selectr-selected::before {
  border-width: 0 4px 4px 4px;
  border-style: solid;
  border-color: transparent transparent #6c7a86;
}

.selectr-label {
  display: none;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.selectr-placeholder {
  color: #6c7a86;
}

.selectr-tags {
  margin: 0;
  padding: 0;
  white-space: normal;
}

.has-selected .selectr-tags {
  margin: 0 0 -2px;
}

.selectr-tag {
  list-style: none;
  position: relative;
  float: left;
  padding: 2px 25px 2px 8px;
  margin: 0 2px 2px 0;
  cursor: default;
  color: #ffffff;
  border: medium none;
  border-radius: 10px;
  background: #acb7bf none repeat scroll 0 0;
}

.selectr-container.multiple.has-selected .selectr-selected {
  padding: 5px 28px 5px 5px;
}

.selectr-options-container {
  position: absolute;
  z-index: 10000;
  top: calc(100% - 1px);
  left: 0;
  display: none;
  box-sizing: border-box;
  width: 100%;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: transparent #999999 #999999;
  border-radius: 0 0 3px 3px;
  background-color: #ffffff;
}

.selectr-container.open .selectr-options-container {
  display: block;
}

.selectr-input-container {
  position: relative;
  display: none;
}

.selectr-clear,
.selectr-input-clear,
.selectr-tag-remove {
  position: absolute;
  top: 50%;
  right: 22px;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
  -o-transform: translate3d(0px, -50%, 0px);
  -ms-transform: translate3d(0px, -50%, 0px);
  -moz-transform: translate3d(0px, -50%, 0px);
  -webkit-transform: translate3d(0px, -50%, 0px);
  transform: translate3d(0px, -50%, 0px);
  border: medium none;
  background-color: transparent;
  z-index: 11;
}

.selectr-clear,
.selectr-input-clear {
  display: none;
}

.selectr-container.has-selected .selectr-clear,
.selectr-input-container.active .selectr-input-clear {
  display: block;
}

.selectr-selected .selectr-tag-remove {
  right: 2px;
}

.selectr-clear::before,
.selectr-clear::after,
.selectr-input-clear::before,
.selectr-input-clear::after,
.selectr-tag-remove::before,
.selectr-tag-remove::after {
  position: absolute;
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  content: " ";
  background-color: #6c7a86;
}

.selectr-tag-remove::before,
.selectr-tag-remove::after {
  top: 4px;
  width: 3px;
  height: 12px;
  background-color: #ffffff;
}

.selectr-clear:before,
.selectr-input-clear::before,
.selectr-tag-remove::before {
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.selectr-clear:after,
.selectr-input-clear::after,
.selectr-tag-remove::after {
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.selectr-input-container.active,
.selectr-input-container.active .selectr-clear {
  display: block;
}

.selectr-input {
  top: 5px;
  left: 5px;
  box-sizing: border-box;
  width: calc(100% - 30px);
  margin: 10px 15px;
  padding: 7px 30px 7px 9px;
  border: 1px solid #999999;
  border-radius: 3px;
}

.selectr-notice {
  display: none;
  box-sizing: border-box;
  width: 100%;
  padding: 8px 16px;
  border-top: 1px solid #999999;
  border-radius: 0 0 3px 3px;
  background-color: #ffffff;
}

.selectr-container.notice .selectr-notice {
  display: block;
}

.selectr-container.notice .selectr-selected {
  border-radius: 3px 3px 0 0;
}

.selectr-options {
  position: relative;
  top: calc(100% + 2px);
  display: none;
  overflow-x: auto;
  overflow-y: scroll;
  max-height: 200px;
  margin: 0;
  padding: 0;
}

.selectr-container.open .selectr-options,
.selectr-container.open .selectr-input-container,
.selectr-container.notice .selectr-options-container {
  display: block;
}

.selectr-option {
  position: relative;
  display: block;
  padding: 5px 20px;
  list-style: outside none none;
  cursor: pointer;
  font-weight: normal;
}

.selectr-options.optgroups > .selectr-option {
  padding-left: 25px;
}

.selectr-optgroup {
  font-weight: bold;
  padding: 0;
}

.selectr-optgroup--label {
  font-weight: bold;
  margin-top: 10px;
  padding: 5px 15px;
}

.selectr-match {
  text-decoration: underline;
}

.selectr-option.selected {
  background-color: #ddd;
}

.selectr-option.active {
  color: #ffffff;
  background-color: #5897fb;
}

.selectr-option.disabled {
  opacity: 0.4;
}

.selectr-option.excluded {
  display: none;
}

.selectr-container.open .selectr-selected {
  border-color: #999999 #999999 transparent #999999;
  border-radius: 3px 3px 0 0;
}

.selectr-container.open .selectr-selected::after {
  -o-transform: rotate(180deg) translate3d(0px, 50%, 0px);
  -ms-transform: rotate(180deg) translate3d(0px, 50%, 0px);
  -moz-transform: rotate(180deg) translate3d(0px, 50%, 0px);
  -webkit-transform: rotate(180deg) translate3d(0px, 50%, 0px);
  transform: rotate(180deg) translate3d(0px, 50%, 0px);
}

.selectr-disabled {
  opacity: 0.6;
}

.selectr-empty,
.has-selected .selectr-placeholder {
  display: none;
}

.has-selected .selectr-label {
  display: block;
}

/* TAGGABLE */

.taggable .selectr-selected {
  padding: 4px 28px 4px 4px;
}

.taggable .selectr-selected::after {
  display: table;
  content: " ";
  clear: both;
}

.taggable .selectr-label {
  width: auto;
}

.taggable .selectr-tags {
  float: left;
  display: block;
}

.taggable .selectr-placeholder {
  display: none;
}

.input-tag {
  float: left;
  min-width: 90px;
  width: auto;
}

.selectr-tag-input {
  border: medium none;
  padding: 3px 10px;
  width: 100%;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
}

.selectr-input-container.loading::after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 20px;
  content: "";
  -o-transform: translate3d(0px, -50%, 0px);
  -ms-transform: translate3d(0px, -50%, 0px);
  -moz-transform: translate3d(0px, -50%, 0px);
  -webkit-transform: translate3d(0px, -50%, 0px);
  transform: translate3d(0px, -50%, 0px);
  -o-transform-origin: 50% 0 0;
  -ms-transform-origin: 50% 0 0;
  -moz-transform-origin: 50% 0 0;
  -webkit-transform-origin: 50% 0 0;
  transform-origin: 50% 0 0;
  -moz-animation: 500ms linear 0s normal forwards infinite running selectr-spin;
  -webkit-animation: 500ms linear 0s normal forwards infinite running selectr-spin;
  animation: 500ms linear 0s normal forwards infinite running selectr-spin;
  border-width: 3px;
  border-style: solid;
  border-color: #aaa #ddd #ddd;
  border-radius: 50%;
}

@-webkit-keyframes selectr-spin {
  0% {
    -webkit-transform: rotate(0deg) translate3d(0px, -50%, 0px);
    transform: rotate(0deg) translate3d(0px, -50%, 0px);
  }

  100% {
    -webkit-transform: rotate(360deg) translate3d(0px, -50%, 0px);
    transform: rotate(360deg) translate3d(0px, -50%, 0px);
  }
}

@keyframes selectr-spin {
  0% {
    -webkit-transform: rotate(0deg) translate3d(0px, -50%, 0px);
    transform: rotate(0deg) translate3d(0px, -50%, 0px);
  }

  100% {
    -webkit-transform: rotate(360deg) translate3d(0px, -50%, 0px);
    transform: rotate(360deg) translate3d(0px, -50%, 0px);
  }
}

.selectr-container.open.inverted .selectr-selected {
  border-color: transparent #999999 #999999;
  border-radius: 0 0 3px 3px;
}

.selectr-container.inverted .selectr-options-container {
  border-width: 1px 1px 0;
  border-color: #999999 #999999 transparent;
  border-radius: 3px 3px 0 0;
  background-color: #ffffff;
}

.selectr-container.inverted .selectr-options-container {
  top: auto;
  bottom: calc(100% - 1px);
}

.selectr-container ::-webkit-input-placeholder {
  color: #6c7a86;
  opacity: 1;
}

.selectr-container ::-moz-placeholder {
  color: #6c7a86;
  opacity: 1;
}

.selectr-container :-ms-input-placeholder {
  color: #6c7a86;
  opacity: 1;
}

.selectr-container ::placeholder {
  color: #6c7a86;
  opacity: 1;
}
.ace_editor{min-height:150px}


/*# sourceMappingURL=557-2ea1e5cd.css.map*/