/* node_modules/react-json-pretty/themes/monikai.css */
.__json-pretty__ {
  line-height: 1.3;
  color: #66d9ef;
  background: #272822;
  overflow: auto;
}
.__json-pretty__ .__json-key__ {
  color: #f92672;
}
.__json-pretty__ .__json-value__ {
  color: #a6e22e;
}
.__json-pretty__ .__json-string__ {
  color: #fd971f;
}
.__json-pretty__ .__json-boolean__ {
  color: #ac81fe;
}
.__json-pretty-error__ {
  line-height: 1.3;
  color: #66d9ef;
  background: #272822;
  overflow: auto;
}
/*# sourceMappingURL=/assets/application.css.map */
