:root{--json-tree-js-default-font:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--json-tree-js-text-bold-weight:400;--json-tree-js-header-bold-weight:900;--json-tree-js-title-bold-weight:var(--json-tree-js-header-bold-weight);--json-tree-js-text-bold-weight-active:var(--json-tree-js-header-bold-weight);--json-tree-js-color-black:#3b3a3a;--json-tree-js-color-white:#F5F5F5;--json-tree-js-color-snow-white:#F5F5F5;--json-tree-js-color-light-gray:#BBBBBB;--json-tree-js-color-boolean:#FF0000;--json-tree-js-color-decimal:#e3c868;--json-tree-js-color-number:#666bf9;--json-tree-js-color-bigint:#6495ED;--json-tree-js-color-string:#78b13f;--json-tree-js-color-date:#a656f5;--json-tree-js-color-array:#F28C28;--json-tree-js-color-object:#C0C0C0;--json-tree-js-color-null:var(--json-tree-js-color-light-gray);--json-tree-js-color-undefined:var(--json-tree-js-color-null);--json-tree-js-color-symbol:#DAA06D;--json-tree-js-color-function:var(--json-tree-js-color-null);--json-tree-js-color-unknown:var(--json-tree-js-color-null);--json-tree-js-editable-text-color:var(--json-tree-js-color-snow-white);--json-tree-js-editable-background-color:#2d333b;--json-tree-js-editable-border-color:#454c56;--json-tree-js-tooltip-background-color:var(--json-tree-js-container-background-color);--json-tree-js-tooltip-border-color:var(--json-tree-js-container-border-color);--json-tree-js-tooltip-text-color:var(--json-tree-js-color-white);--json-tree-js-container-background-color:#22272e;--json-tree-js-container-border-color:#454c56;--json-tree-js-button-background-color:#2d333b;--json-tree-js-button-border-color:var(--json-tree-js-container-border-color);--json-tree-js-button-text-color:var(--json-tree-js-color-white);--json-tree-js-button-background-color-hover:var(--json-tree-js-container-border-color);--json-tree-js-button-text-color-hover:var(--json-tree-js-color-snow-white);--json-tree-js-button-background-color-active:#616b79;--json-tree-js-button-text-color-active:var(--json-tree-js-color-snow-white);--json-tree-js-border-radius-editable:0.25rem;--json-tree-js-border-radius:0.5rem;--json-tree-js-border-size:0.5px;--json-tree-js-spacing:10px;--json-tree-js-spacing-font-size:0.85rem;--json-tree-js-transition:all .3s;--json-tree-js-animation-length:0.5s}div#json-tree-view.json-tree-js,div.json-tree-js{-moz-user-select:none;-webkit-user-select:none;-o-user-select:none;user-select:none;cursor:default;box-sizing:border-box;line-height:normal;font-family:var(--json-tree-js-default-font)!important;display:inline-block;position:relative;border-radius:var(--json-tree-js-border-radius);background-color:var(--json-tree-js-container-background-color);color:var(--json-tree-js-color-white);border:var(--json-tree-js-border-size) solid var(--json-tree-js-container-border-color);padding:var(--json-tree-js-spacing);font-size:var(--json-tree-js-spacing-font-size);font-weight:var(--json-tree-js-text-bold-weight);width:100%;overflow:hidden;margin:0!important;max-width:500px}div#json-tree-view.json-tree-js button,div.json-tree-js button{font-family:var(--heat-js-default-font)}div#json-tree-view.json-tree-js div.no-click,div.json-tree-js div.no-click{pointer-events:none!important}div#json-tree-view.json-tree-js div.page-switch,div.json-tree-js div.page-switch{animation:fade-in-animation var(--json-tree-js-animation-length)}div#json-tree-view.json-tree-js *,div.json-tree-js *{box-sizing:border-box;line-height:normal}div#json-tree-view.json-tree-js ::after,div#json-tree-view.json-tree-js ::before,div.json-tree-js ::after,div.json-tree-js ::before{box-sizing:border-box;line-height:normal}div#json-tree-view.json-tree-js div.no-arrow,div.json-tree-js div.no-arrow{display:inline-block;width:12px;height:8px;margin-right:calc(var(--json-tree-js-spacing))}div#json-tree-view.json-tree-js div.down-arrow,div#json-tree-view.json-tree-js div.right-arrow,div.json-tree-js div.down-arrow,div.json-tree-js div.right-arrow{display:inline-block;width:0;height:0;margin-right:calc(var(--json-tree-js-spacing));cursor:pointer;transition:var(--json-tree-js-transition);transition-property:opacity}div#json-tree-view.json-tree-js div.down-arrow:hover,div#json-tree-view.json-tree-js div.right-arrow:hover,div.json-tree-js div.down-arrow:hover,div.json-tree-js div.right-arrow:hover{opacity:.7}div#json-tree-view.json-tree-js div.down-arrow,div.json-tree-js div.down-arrow{border-left:6px solid transparent;border-right:6px solid transparent;border-top:8px solid var(--json-tree-js-color-white)}div#json-tree-view.json-tree-js div.right-arrow,div.json-tree-js div.right-arrow{border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:12px solid var(--json-tree-js-color-white)}div#json-tree-view.json-tree-js div.title-bar,div.json-tree-js div.title-bar{display:flex;margin-bottom:var(--json-tree-js-spacing)}div#json-tree-view.json-tree-js div.title-bar div.title,div.json-tree-js div.title-bar div.title{text-align:left;width:auto;font-weight:var(--json-tree-js-title-bold-weight);font-size:1.2rem}div#json-tree-view.json-tree-js div.title-bar div.controls,div.json-tree-js div.title-bar div.controls{margin-left:calc(var(--json-tree-js-spacing) * 6);flex-grow:1;text-align:right;white-space:nowrap}@media (min-width:768px){div#json-tree-view.json-tree-js div.title-bar div.controls,div.json-tree-js div.title-bar div.controls{margin-left:calc(var(--json-tree-js-spacing) * 12)}}div#json-tree-view.json-tree-js div.title-bar div.controls button,div.json-tree-js div.title-bar div.controls button{background-color:var(--json-tree-js-button-background-color);border:var(--json-tree-js-border-size) solid var(--json-tree-js-button-border-color);color:var(--json-tree-js-button-text-color);border-radius:var(--json-tree-js-border-radius);padding-top:5px;padding-bottom:5px;padding-left:9px;padding-right:9px;outline:0;transition:var(--json-tree-js-transition)}div#json-tree-view.json-tree-js div.title-bar div.controls button:disabled,div.json-tree-js div.title-bar div.controls button:disabled{color:var(--json-tree-js-button-border-color)}div#json-tree-view.json-tree-js div.title-bar div.controls button:not(.active):not(:disabled):active,div.json-tree-js div.title-bar div.controls button:not(.active):not(:disabled):active{background:var(--json-tree-js-button-background-color-active)!important;color:var(--json-tree-js-button-text-color-active)!important}div#json-tree-view.json-tree-js div.title-bar div.controls button:not(.active):not(:disabled):hover,div.json-tree-js div.title-bar div.controls button:not(.active):not(:disabled):hover{cursor:pointer;background:var(--json-tree-js-button-background-color-hover);color:var(--json-tree-js-button-text-color-hover)}div#json-tree-view.json-tree-js div.title-bar div.controls button,div.json-tree-js div.title-bar div.controls button{margin-left:calc(var(--json-tree-js-spacing)/ 2)!important;font-weight:var(--json-tree-js-header-bold-weight)}div#json-tree-view.json-tree-js div.title-bar div.controls button.copy-all,div.json-tree-js div.title-bar div.controls button.copy-all{display:none}@media (min-width:768px){div#json-tree-view.json-tree-js div.title-bar div.controls button.copy-all,div.json-tree-js div.title-bar div.controls button.copy-all{display:inline-block}}div#json-tree-view.json-tree-js div.contents,div.json-tree-js div.contents{padding:0!important;margin:0!important;overflow-x:auto;overflow-y:hidden}div#json-tree-view.json-tree-js div.contents span.no-json-text,div.json-tree-js div.contents span.no-json-text{font-style:italic;color:var(--json-tree-js-color-light-gray)!important}div#json-tree-view.json-tree-js div.object-type-title,div.json-tree-js div.object-type-title{font-weight:var(--json-tree-js-header-bold-weight);text-align:left!important;width:-moz-fit-content;width:fit-content}div#json-tree-view.json-tree-js div.object-type-title span.main-title,div.json-tree-js div.object-type-title span.main-title{transition:var(--json-tree-js-transition);transition-property:opacity}div#json-tree-view.json-tree-js div.object-type-title span.main-title:not(.no-hover):hover,div.json-tree-js div.object-type-title span.main-title:not(.no-hover):hover{cursor:pointer;opacity:.7}div#json-tree-view.json-tree-js div.object-type-title span.array,div.json-tree-js div.object-type-title span.array{color:var(--json-tree-js-color-array)}div#json-tree-view.json-tree-js div.object-type-title span.object,div.json-tree-js div.object-type-title span.object{color:var(--json-tree-js-color-object)}div#json-tree-view.json-tree-js div.object-type-title span.count,div.json-tree-js div.object-type-title span.count{margin-left:calc(var(--json-tree-js-spacing)/ 2);font-weight:var(--json-tree-js-text-bold-weight)}div#json-tree-view.json-tree-js div.object-type-title span.data-array-index,div.json-tree-js div.object-type-title span.data-array-index{margin-right:calc(var(--json-tree-js-spacing)/ 2);font-weight:var(--json-tree-js-text-bold-weight)}div#json-tree-view.json-tree-js div.object-type-title span.opening-symbol,div.json-tree-js div.object-type-title span.opening-symbol{margin-left:calc(var(--json-tree-js-spacing)/ 2);margin-right:calc(var(--json-tree-js-spacing)/ 2);font-weight:var(--json-tree-js-text-bold-weight);color:var(--json-tree-js-color-snow-white)!important}div#json-tree-view.json-tree-js div.object-type-contents,div.json-tree-js div.object-type-contents{margin-top:calc(var(--json-tree-js-spacing)/ 2);text-align:left!important;width:-moz-fit-content;width:fit-content;margin-bottom:var(--json-tree-js-spacing)}div#json-tree-view.json-tree-js div.object-type-contents-parent,div.json-tree-js div.object-type-contents-parent{margin-bottom:0!important}div#json-tree-view.json-tree-js div.object-type-contents span.opening-symbol,div.json-tree-js div.object-type-contents span.opening-symbol{margin-left:calc(var(--json-tree-js-spacing)/ 2);margin-right:calc(var(--json-tree-js-spacing)/ 2);font-weight:var(--json-tree-js-text-bold-weight);color:var(--json-tree-js-color-snow-white)!important}div#json-tree-view.json-tree-js div.object-type-contents div.closing-symbol div,div.json-tree-js div.object-type-contents div.closing-symbol div{display:inline-block!important}div#json-tree-view.json-tree-js div.object-type-contents div.closing-symbol div.object-type-end,div.json-tree-js div.object-type-contents div.closing-symbol div.object-type-end{font-weight:var(--json-tree-js-text-bold-weight)}div#json-tree-view.json-tree-js div.object-type-contents div.object-type-value,div.json-tree-js div.object-type-contents div.object-type-value{white-space:nowrap;margin-top:calc(var(--json-tree-js-spacing)/ 2);margin-bottom:calc(var(--json-tree-js-spacing)/ 2);margin-left:calc(var(--json-tree-js-spacing) * 2)}div#json-tree-view.json-tree-js div.object-type-contents div.object-type-value span.split,div.json-tree-js div.object-type-contents div.object-type-value span.split{margin-left:calc(var(--json-tree-js-spacing)/ 2);margin-right:calc(var(--json-tree-js-spacing)/ 2)}div#json-tree-view.json-tree-js div.object-type-contents div.object-type-value span.main-title,div#json-tree-view.json-tree-js div.object-type-contents div.object-type-value span.value,div.json-tree-js div.object-type-contents div.object-type-value span.main-title,div.json-tree-js div.object-type-contents div.object-type-value span.value{transition:var(--json-tree-js-transition);transition-property:opacity}div#json-tree-view.json-tree-js div.object-type-contents div.object-type-value span.main-title:not(.no-hover):not(.editable):hover,div#json-tree-view.json-tree-js div.object-type-contents div.object-type-value span.value:not(.no-hover):not(.editable):hover,div.json-tree-js div.object-type-contents div.object-type-value span.main-title:not(.no-hover):not(.editable):hover,div.json-tree-js div.object-type-contents div.object-type-value span.value:not(.no-hover):not(.editable):hover{cursor:pointer;opacity:.7}div#json-tree-view.json-tree-js div.object-type-contents div.object-type-value span.editable,div.json-tree-js div.object-type-contents div.object-type-value span.editable{background-color:var(--json-tree-js-editable-background-color)!important;color:var(--json-tree-js-editable-text-color)!important;border:var(--json-tree-js-border-size) solid var(--json-tree-js-editable-border-color);outline:0!important;box-shadow:none!important;padding:calc(var(--json-tree-js-spacing)/ 2)!important;border-radius:var(--json-tree-js-border-radius-editable)!important;cursor:text!important}div#json-tree-view.json-tree-js div.object-type-contents div.object-type-value span.main-title,div.json-tree-js div.object-type-contents div.object-type-value span.main-title{font-weight:var(--json-tree-js-header-bold-weight)}div#json-tree-view.json-tree-js div.object-type-contents div.object-type-value span.non-value,div.json-tree-js div.object-type-contents div.object-type-value span.non-value{font-style:italic}div#json-tree-view.json-tree-js div.object-type-contents div.object-type-value span.comma,div.json-tree-js div.object-type-contents div.object-type-value span.comma{color:var(--json-tree-js-color-white);font-weight:var(--json-tree-js-text-bold-weight)}div#json-tree-view.json-tree-js div.object-type-contents div.object-type-value span.boolean,div.json-tree-js div.object-type-contents div.object-type-value span.boolean{color:var(--json-tree-js-color-boolean)}div#json-tree-view.json-tree-js div.object-type-contents div.object-type-value span.decimal,div.json-tree-js div.object-type-contents div.object-type-value span.decimal{color:var(--json-tree-js-color-decimal)}div#json-tree-view.json-tree-js div.object-type-contents div.object-type-value span.number,div.json-tree-js div.object-type-contents div.object-type-value span.number{color:var(--json-tree-js-color-number)}div#json-tree-view.json-tree-js div.object-type-contents div.object-type-value span.bigint,div.json-tree-js div.object-type-contents div.object-type-value span.bigint{color:var(--json-tree-js-color-bigint)}div#json-tree-view.json-tree-js div.object-type-contents div.object-type-value span.string,div.json-tree-js div.object-type-contents div.object-type-value span.string{color:var(--json-tree-js-color-string)}div#json-tree-view.json-tree-js div.object-type-contents div.object-type-value span.date,div.json-tree-js div.object-type-contents div.object-type-value span.date{color:var(--json-tree-js-color-date)}div#json-tree-view.json-tree-js div.object-type-contents div.object-type-value span.array,div.json-tree-js div.object-type-contents div.object-type-value span.array{color:var(--json-tree-js-color-array)}div#json-tree-view.json-tree-js div.object-type-contents div.object-type-value span.object,div.json-tree-js div.object-type-contents div.object-type-value span.object{color:var(--json-tree-js-color-object)}div#json-tree-view.json-tree-js div.object-type-contents div.object-type-value span.null,div.json-tree-js div.object-type-contents div.object-type-value span.null{color:var(--json-tree-js-color-null)}div#json-tree-view.json-tree-js div.object-type-contents div.object-type-value span.symbol,div.json-tree-js div.object-type-contents div.object-type-value span.symbol{color:var(--json-tree-js-color-symbol)}div#json-tree-view.json-tree-js div.object-type-contents div.object-type-value span.function,div.json-tree-js div.object-type-contents div.object-type-value span.function{color:var(--json-tree-js-color-function)}div#json-tree-view.json-tree-js div.object-type-contents div.object-type-value span.unknown,div.json-tree-js div.object-type-contents div.object-type-value span.unknown{color:var(--json-tree-js-color-unknown)}div#json-tree-view.json-tree-js div.object-type-contents div.object-type-value span.undefined,div.json-tree-js div.object-type-contents div.object-type-value span.undefined{color:var(--json-tree-js-color-null)}div#json-tree-view.json-tree-js div.object-type-contents div.object-type-value span.count,div.json-tree-js div.object-type-contents div.object-type-value span.count{margin-left:calc(var(--json-tree-js-spacing)/ 2);font-weight:var(--json-tree-js-text-bold-weight)}div.jsontree-js-tooltip{-moz-user-select:none;-webkit-user-select:none;-o-user-select:none;user-select:none;cursor:default;box-sizing:border-box;line-height:normal;font-family:var(--json-tree-js-default-font);animation:fade-in-animation var(--json-tree-js-animation-length);position:absolute;background-color:var(--json-tree-js-tooltip-background-color);border:var(--json-tree-js-border-size) solid var(--json-tree-js-tooltip-border-color);color:var(--json-tree-js-tooltip-text-color);border-radius:var(--json-tree-js-border-radius);z-index:2000;max-width:300px;padding:var(--json-tree-js-spacing);font-size:var(--json-tree-js-spacing-font-size);font-weight:var(--json-tree-js-text-bold-weight);display:none}@keyframes fade-in-animation{0%{opacity:0}100%{opacity:1}}#json-tree-view.json-tree-js{max-width:100%!important;-moz-user-select:text!important;-webkit-user-select:text!important;-o-user-select:text!important;user-select:text!important;background-color:#fff!important;color:var(--json-tree-js-color-black)!important;border:none!important}