@deephaven/code-studio 0.49.2-theme-plugins.43 → 0.49.2-theme-plugins.45
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/assets/{AppRoot-adc47cb5.js → AppRoot-a1b43580.js} +2 -2
- package/build/assets/{AppRoot-adc47cb5.js.map → AppRoot-a1b43580.js.map} +1 -1
- package/build/assets/ControlType-61d50c36.css +1 -0
- package/build/assets/{ControlType-a78a6083.js → ControlType-6b65518d.js} +3 -3
- package/build/assets/{ControlType-a78a6083.js.map → ControlType-6b65518d.js.map} +1 -1
- package/build/assets/{index-6984d53f.js → index-2d0a26d1.js} +2 -2
- package/build/assets/{index-6984d53f.js.map → index-2d0a26d1.js.map} +1 -1
- package/build/assets/{index-2305b98a.js → index-303a0543.js} +2 -2
- package/build/assets/{index-2305b98a.js.map → index-303a0543.js.map} +1 -1
- package/build/assets/{index-00aa0fe7.css → index-3d62f2d2.css} +1 -1
- package/build/assets/{index-60ed25f6.js → index-7c4decfc.js} +2 -2
- package/build/assets/{index-60ed25f6.js.map → index-7c4decfc.js.map} +1 -1
- package/build/assets/{useConnection-b51df52b.js → useConnection-da79e332.js} +2 -2
- package/build/assets/{useConnection-b51df52b.js.map → useConnection-da79e332.js.map} +1 -1
- package/build/assets/{useLoadTablePlugin-28d22b5e.js → useLoadTablePlugin-3c85f5cb.js} +2 -2
- package/build/assets/{useLoadTablePlugin-28d22b5e.js.map → useLoadTablePlugin-3c85f5cb.js.map} +1 -1
- package/build/assets/{useUser-581de0b9.js → useUser-df945b40.js} +2 -2
- package/build/assets/{useUser-581de0b9.js.map → useUser-df945b40.js.map} +1 -1
- package/build/index.html +2 -2
- package/package.json +31 -31
- package/build/assets/ControlType-0020d068.css +0 -1
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{r as n}from"./vendor-c6a8042a.js";import{A as o,aJ as i,aK as s}from"./useConnection-
|
|
2
|
-
//# sourceMappingURL=useLoadTablePlugin-
|
|
1
|
+
import{r as n}from"./vendor-c6a8042a.js";import{A as o,aJ as i,aK as s}from"./useConnection-da79e332.js";import{L as t}from"./index-2d0a26d1.js";var g=t.module("@deephaven/app-utils/useTablePlugin");function c(){var a=o(),u=n.useCallback(e=>{var r=a.get(e);if(r!=null){if(i(r))return r.component;if(s(r))return r.TablePlugin}var l="Unable to find table plugin ".concat(e,".");throw g.error(l),new Error(l)},[a]);return u}export{c as u};
|
|
2
|
+
//# sourceMappingURL=useLoadTablePlugin-3c85f5cb.js.map
|
package/build/assets/{useLoadTablePlugin-28d22b5e.js.map → useLoadTablePlugin-3c85f5cb.js.map}
RENAMED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useLoadTablePlugin-
|
|
1
|
+
{"version":3,"file":"useLoadTablePlugin-3c85f5cb.js","sources":["../../../app-utils/dist/components/useLoadTablePlugin.js"],"sourcesContent":["import { useCallback } from 'react';\nimport { isTablePlugin, isLegacyTablePlugin } from '@deephaven/plugin';\nimport Log from '@deephaven/log';\nimport usePlugins from \"./usePlugins.js\";\nvar log = Log.module('@deephaven/app-utils/useTablePlugin');\n\n/**\n * Creates a table plugin loader function.\n * @returns A function to load a Table plugin element by name\n */\nexport function useLoadTablePlugin() {\n var plugins = usePlugins();\n var plugin = useCallback(name => {\n // First check if we have any plugin modules loaded that match the TablePlugin.\n var pluginModule = plugins.get(name);\n if (pluginModule != null) {\n if (isTablePlugin(pluginModule)) {\n return pluginModule.component;\n }\n if (isLegacyTablePlugin(pluginModule)) {\n return pluginModule.TablePlugin;\n }\n }\n var errorMessage = \"Unable to find table plugin \".concat(name, \".\");\n log.error(errorMessage);\n throw new Error(errorMessage);\n }, [plugins]);\n return plugin;\n}\nexport default useLoadTablePlugin;\n//# sourceMappingURL=useLoadTablePlugin.js.map"],"names":["log","Log","useLoadTablePlugin","plugins","usePlugins","plugin","useCallback","name","pluginModule","isTablePlugin","isLegacyTablePlugin","errorMessage"],"mappings":"iJAIA,IAAIA,EAAMC,EAAI,OAAO,qCAAqC,EAMnD,SAASC,GAAqB,CACnC,IAAIC,EAAUC,IACVC,EAASC,EAAW,YAACC,GAAQ,CAE/B,IAAIC,EAAeL,EAAQ,IAAII,CAAI,EACnC,GAAIC,GAAgB,KAAM,CACxB,GAAIC,EAAcD,CAAY,EAC5B,OAAOA,EAAa,UAEtB,GAAIE,EAAoBF,CAAY,EAClC,OAAOA,EAAa,YAGxB,IAAIG,EAAe,+BAA+B,OAAOJ,EAAM,GAAG,EAClE,MAAAP,EAAI,MAAMW,CAAY,EAChB,IAAI,MAAMA,CAAY,CAChC,EAAK,CAACR,CAAO,CAAC,EACZ,OAAOE,CACT"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{r as l,C as c}from"./vendor-c6a8042a.js";import{G as m}from"./index-
|
|
2
|
-
//# sourceMappingURL=useUser-
|
|
1
|
+
import{r as l,C as c}from"./vendor-c6a8042a.js";import{G as m}from"./index-2d0a26d1.js";import{y as h,W as y,ab as p,_ as w}from"./useConnection-da79e332.js";function g(i,u,a,n,s,r,t){try{var e=i[r](t),o=e.value}catch(f){a(f);return}e.done?u(o):Promise.resolve(o).then(n,s)}function E(i){return function(){var u=this,a=arguments;return new Promise(function(n,s){var r=i.apply(u,a);function t(o){g(r,n,s,t,e,"next",o)}function e(o){g(r,n,s,t,e,"throw",o)}t(void 0)})}}var C=l.createContext(null);function V(i){var{children:u}=i,a=h(),[n,s]=l.useState(),[r,t]=l.useState();l.useEffect(function(){var f=!1;function d(){return v.apply(this,arguments)}function v(){return v=E(function*(){try{var S=yield a.getServerConfigValues();f||s(new Map(S))}catch(x){f||t(x)}}),v.apply(this,arguments)}return d(),()=>{f=!0}},[a]);var e=n==null;return e||r!=null?c.jsx(m,{isLoading:e&&r==null,errorMessage:y(r)}):c.jsx(C.Provider,{value:n,children:u})}function b(){return p(C,"No server config available in useServerConfig. Was code wrapped in ServerConfigBootstrap or ServerConfigContext.Provider?")}function B(){return p(w,"No user available in useUser. Was code wrapped in UserBootstrap or UserContext.Provider?")}export{V as S,B as a,b as u};
|
|
2
|
+
//# sourceMappingURL=useUser-df945b40.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useUser-
|
|
1
|
+
{"version":3,"file":"useUser-df945b40.js","sources":["../../../app-utils/dist/components/ServerConfigBootstrap.js","../../../app-utils/dist/components/useServerConfig.js","../../../app-utils/dist/components/useUser.js"],"sourcesContent":["function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { Promise.resolve(value).then(_next, _throw); } }\nfunction _asyncToGenerator(fn) { return function () { var self = this, args = arguments; return new Promise(function (resolve, reject) { var gen = fn.apply(self, args); function _next(value) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, \"next\", value); } function _throw(err) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, \"throw\", err); } _next(undefined); }); }; }\nimport React, { createContext, useEffect, useState } from 'react';\nimport { LoadingOverlay } from '@deephaven/components';\nimport { useClient } from '@deephaven/jsapi-bootstrap';\nimport { getErrorMessage } from '@deephaven/utils';\nimport { jsx as _jsx } from \"react/jsx-runtime\";\nexport var ServerConfigContext = /*#__PURE__*/createContext(null);\n/**\n * ServerConfigBootstrap component. Handles loading the server config.\n */\nexport function ServerConfigBootstrap(_ref) {\n var {\n children\n } = _ref;\n var client = useClient();\n var [serverConfig, setServerConfig] = useState();\n var [error, setError] = useState();\n useEffect(function initServerConfigValues() {\n var isCanceled = false;\n function loadServerConfigValues() {\n return _loadServerConfigValues.apply(this, arguments);\n }\n function _loadServerConfigValues() {\n _loadServerConfigValues = _asyncToGenerator(function* () {\n try {\n var newServerConfigValues = yield client.getServerConfigValues();\n if (!isCanceled) {\n setServerConfig(new Map(newServerConfigValues));\n }\n } catch (e) {\n if (!isCanceled) {\n setError(e);\n }\n }\n });\n return _loadServerConfigValues.apply(this, arguments);\n }\n loadServerConfigValues();\n return () => {\n isCanceled = true;\n };\n }, [client]);\n var isLoading = serverConfig == null;\n if (isLoading || error != null) {\n return /*#__PURE__*/_jsx(LoadingOverlay, {\n isLoading: isLoading && error == null,\n errorMessage: getErrorMessage(error)\n });\n }\n return /*#__PURE__*/_jsx(ServerConfigContext.Provider, {\n value: serverConfig,\n children: children\n });\n}\nexport default ServerConfigBootstrap;\n//# sourceMappingURL=ServerConfigBootstrap.js.map","import { useContextOrThrow } from '@deephaven/react-hooks';\nimport { ServerConfigContext } from \"./ServerConfigBootstrap.js\";\nexport function useServerConfig() {\n return useContextOrThrow(ServerConfigContext, 'No server config available in useServerConfig. Was code wrapped in ServerConfigBootstrap or ServerConfigContext.Provider?');\n}\nexport default useServerConfig;\n//# sourceMappingURL=useServerConfig.js.map","import { useContextOrThrow } from '@deephaven/react-hooks';\nimport { UserContext } from '@deephaven/auth-plugins';\nexport function useUser() {\n return useContextOrThrow(UserContext, 'No user available in useUser. Was code wrapped in UserBootstrap or UserContext.Provider?');\n}\nexport default useUser;\n//# sourceMappingURL=useUser.js.map"],"names":["asyncGeneratorStep","gen","resolve","reject","_next","_throw","key","arg","info","value","error","_asyncToGenerator","fn","self","args","err","ServerConfigContext","createContext","ServerConfigBootstrap","_ref","children","client","useClient","serverConfig","setServerConfig","useState","setError","useEffect","isCanceled","loadServerConfigValues","_loadServerConfigValues","newServerConfigValues","e","isLoading","_jsx","LoadingOverlay","getErrorMessage","useServerConfig","useContextOrThrow","useUser","UserContext"],"mappings":"8JAAA,SAASA,EAAmBC,EAAKC,EAASC,EAAQC,EAAOC,EAAQC,EAAKC,EAAK,CAAE,GAAI,CAAE,IAAIC,EAAOP,EAAIK,CAAG,EAAEC,CAAG,EAAOE,EAAQD,EAAK,YAAgBE,EAAP,CAAgBP,EAAOO,CAAK,EAAG,MAAS,CAAKF,EAAK,KAAQN,EAAQO,CAAK,EAAY,QAAQ,QAAQA,CAAK,EAAE,KAAKL,EAAOC,CAAM,CAAM,CACzQ,SAASM,EAAkBC,EAAI,CAAE,OAAO,UAAY,CAAE,IAAIC,EAAO,KAAMC,EAAO,UAAW,OAAO,IAAI,QAAQ,SAAUZ,EAASC,EAAQ,CAAE,IAAIF,EAAMW,EAAG,MAAMC,EAAMC,CAAI,EAAG,SAASV,EAAMK,EAAO,CAAET,EAAmBC,EAAKC,EAASC,EAAQC,EAAOC,EAAQ,OAAQI,CAAK,CAAI,CAAC,SAASJ,EAAOU,EAAK,CAAEf,EAAmBC,EAAKC,EAASC,EAAQC,EAAOC,EAAQ,QAASU,CAAG,EAAKX,EAAM,MAAS,EAAI,CAAI,CAAG,CAM9X,IAAIY,EAAmCC,EAAAA,cAAc,IAAI,EAIzD,SAASC,EAAsBC,EAAM,CAC1C,GAAI,CACF,SAAAC,CACD,EAAGD,EACAE,EAASC,IACT,CAACC,EAAcC,CAAe,EAAIC,EAAQ,SAAA,EAC1C,CAACf,EAAOgB,CAAQ,EAAID,EAAQ,SAAA,EAChCE,EAAS,UAAC,UAAkC,CAC1C,IAAIC,EAAa,GACjB,SAASC,GAAyB,CAChC,OAAOC,EAAwB,MAAM,KAAM,SAAS,CACrD,CACD,SAASA,GAA0B,CACjC,OAAAA,EAA0BnB,EAAkB,WAAa,CACvD,GAAI,CACF,IAAIoB,EAAwB,MAAMV,EAAO,wBACpCO,GACHJ,EAAgB,IAAI,IAAIO,CAAqB,CAAC,CAEjD,OAAQC,EAAP,CACKJ,GACHF,EAASM,CAAC,CAEb,CACT,CAAO,EACMF,EAAwB,MAAM,KAAM,SAAS,CACrD,CACD,OAAAD,IACO,IAAM,CACXD,EAAa,EACnB,CACA,EAAK,CAACP,CAAM,CAAC,EACX,IAAIY,EAAYV,GAAgB,KAChC,OAAIU,GAAavB,GAAS,KACJwB,EAAAA,IAAKC,EAAgB,CACvC,UAAWF,GAAavB,GAAS,KACjC,aAAc0B,EAAgB1B,CAAK,CACzC,CAAK,EAEiBwB,EAAI,IAAClB,EAAoB,SAAU,CACrD,MAAOO,EACP,SAAUH,CACd,CAAG,CACH,CCpDO,SAASiB,GAAkB,CAChC,OAAOC,EAAkBtB,EAAqB,2HAA2H,CAC3K,CCFO,SAASuB,GAAU,CACxB,OAAOD,EAAkBE,EAAa,0FAA0F,CAClI"}
|
package/build/index.html
CHANGED
|
@@ -16,13 +16,13 @@
|
|
|
16
16
|
<link rel="manifest" href="./manifest.json" />
|
|
17
17
|
<link rel="icon" href="./favicon-cc-app.svg" />
|
|
18
18
|
<title>Deephaven</title>
|
|
19
|
-
<script type="module" crossorigin src="./assets/index-
|
|
19
|
+
<script type="module" crossorigin src="./assets/index-2d0a26d1.js"></script>
|
|
20
20
|
<link rel="modulepreload" crossorigin href="./assets/monaco-3857fcdf.js">
|
|
21
21
|
<link rel="modulepreload" crossorigin href="./assets/helpers-042e6b4d.js">
|
|
22
22
|
<link rel="modulepreload" crossorigin href="./assets/vendor-c6a8042a.js">
|
|
23
23
|
<link rel="stylesheet" href="./assets/monaco-f18fde03.css">
|
|
24
24
|
<link rel="stylesheet" href="./assets/vendor-fac43f8b.css">
|
|
25
|
-
<link rel="stylesheet" href="./assets/index-
|
|
25
|
+
<link rel="stylesheet" href="./assets/index-3d62f2d2.css">
|
|
26
26
|
</head>
|
|
27
27
|
<body>
|
|
28
28
|
<noscript> You need to enable JavaScript to run this app. </noscript>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deephaven/code-studio",
|
|
3
|
-
"version": "0.49.2-theme-plugins.
|
|
3
|
+
"version": "0.49.2-theme-plugins.45+2d9d2fa7",
|
|
4
4
|
"description": "Deephaven Code Studio",
|
|
5
5
|
"author": "Deephaven Data Labs LLC",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -11,31 +11,31 @@
|
|
|
11
11
|
"directory": "packages/code-studio"
|
|
12
12
|
},
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"@deephaven/app-utils": "^0.49.2-theme-plugins.
|
|
15
|
-
"@deephaven/auth-plugins": "^0.49.2-theme-plugins.
|
|
16
|
-
"@deephaven/chart": "^0.49.2-theme-plugins.
|
|
17
|
-
"@deephaven/components": "^0.49.2-theme-plugins.
|
|
18
|
-
"@deephaven/console": "^0.49.2-theme-plugins.
|
|
19
|
-
"@deephaven/dashboard": "^0.49.2-theme-plugins.
|
|
20
|
-
"@deephaven/dashboard-core-plugins": "^0.49.2-theme-plugins.
|
|
21
|
-
"@deephaven/file-explorer": "^0.49.2-theme-plugins.
|
|
22
|
-
"@deephaven/filters": "^0.49.2-theme-plugins.
|
|
23
|
-
"@deephaven/golden-layout": "^0.49.2-theme-plugins.
|
|
24
|
-
"@deephaven/grid": "^0.49.2-theme-plugins.
|
|
25
|
-
"@deephaven/icons": "^0.49.2-theme-plugins.
|
|
26
|
-
"@deephaven/iris-grid": "^0.49.2-theme-plugins.
|
|
27
|
-
"@deephaven/jsapi-bootstrap": "^0.49.2-theme-plugins.
|
|
28
|
-
"@deephaven/jsapi-components": "^0.49.2-theme-plugins.
|
|
29
|
-
"@deephaven/jsapi-shim": "^0.49.2-theme-plugins.
|
|
30
|
-
"@deephaven/jsapi-types": "^0.49.2-theme-plugins.
|
|
31
|
-
"@deephaven/jsapi-utils": "^0.49.2-theme-plugins.
|
|
32
|
-
"@deephaven/log": "^0.49.2-theme-plugins.
|
|
33
|
-
"@deephaven/plugin": "^0.49.2-theme-plugins.
|
|
34
|
-
"@deephaven/pouch-storage": "^0.49.2-theme-plugins.
|
|
35
|
-
"@deephaven/react-hooks": "^0.49.2-theme-plugins.
|
|
36
|
-
"@deephaven/redux": "^0.49.2-theme-plugins.
|
|
37
|
-
"@deephaven/storage": "^0.49.2-theme-plugins.
|
|
38
|
-
"@deephaven/utils": "^0.49.2-theme-plugins.
|
|
14
|
+
"@deephaven/app-utils": "^0.49.2-theme-plugins.45+2d9d2fa7",
|
|
15
|
+
"@deephaven/auth-plugins": "^0.49.2-theme-plugins.45+2d9d2fa7",
|
|
16
|
+
"@deephaven/chart": "^0.49.2-theme-plugins.45+2d9d2fa7",
|
|
17
|
+
"@deephaven/components": "^0.49.2-theme-plugins.45+2d9d2fa7",
|
|
18
|
+
"@deephaven/console": "^0.49.2-theme-plugins.45+2d9d2fa7",
|
|
19
|
+
"@deephaven/dashboard": "^0.49.2-theme-plugins.45+2d9d2fa7",
|
|
20
|
+
"@deephaven/dashboard-core-plugins": "^0.49.2-theme-plugins.45+2d9d2fa7",
|
|
21
|
+
"@deephaven/file-explorer": "^0.49.2-theme-plugins.45+2d9d2fa7",
|
|
22
|
+
"@deephaven/filters": "^0.49.2-theme-plugins.45+2d9d2fa7",
|
|
23
|
+
"@deephaven/golden-layout": "^0.49.2-theme-plugins.45+2d9d2fa7",
|
|
24
|
+
"@deephaven/grid": "^0.49.2-theme-plugins.45+2d9d2fa7",
|
|
25
|
+
"@deephaven/icons": "^0.49.2-theme-plugins.45+2d9d2fa7",
|
|
26
|
+
"@deephaven/iris-grid": "^0.49.2-theme-plugins.45+2d9d2fa7",
|
|
27
|
+
"@deephaven/jsapi-bootstrap": "^0.49.2-theme-plugins.45+2d9d2fa7",
|
|
28
|
+
"@deephaven/jsapi-components": "^0.49.2-theme-plugins.45+2d9d2fa7",
|
|
29
|
+
"@deephaven/jsapi-shim": "^0.49.2-theme-plugins.45+2d9d2fa7",
|
|
30
|
+
"@deephaven/jsapi-types": "^0.49.2-theme-plugins.45+2d9d2fa7",
|
|
31
|
+
"@deephaven/jsapi-utils": "^0.49.2-theme-plugins.45+2d9d2fa7",
|
|
32
|
+
"@deephaven/log": "^0.49.2-theme-plugins.45+2d9d2fa7",
|
|
33
|
+
"@deephaven/plugin": "^0.49.2-theme-plugins.45+2d9d2fa7",
|
|
34
|
+
"@deephaven/pouch-storage": "^0.49.2-theme-plugins.45+2d9d2fa7",
|
|
35
|
+
"@deephaven/react-hooks": "^0.49.2-theme-plugins.45+2d9d2fa7",
|
|
36
|
+
"@deephaven/redux": "^0.49.2-theme-plugins.45+2d9d2fa7",
|
|
37
|
+
"@deephaven/storage": "^0.49.2-theme-plugins.45+2d9d2fa7",
|
|
38
|
+
"@deephaven/utils": "^0.49.2-theme-plugins.45+2d9d2fa7",
|
|
39
39
|
"@fortawesome/fontawesome-svg-core": "^6.2.1",
|
|
40
40
|
"@fortawesome/react-fontawesome": "^0.2.0",
|
|
41
41
|
"classnames": "^2.3.1",
|
|
@@ -72,14 +72,14 @@
|
|
|
72
72
|
"update-licenses": "npm-license > licenses.txt"
|
|
73
73
|
},
|
|
74
74
|
"devDependencies": {
|
|
75
|
-
"@deephaven/eslint-config": "^0.49.2-theme-plugins.
|
|
76
|
-
"@deephaven/mocks": "^0.49.2-theme-plugins.
|
|
77
|
-
"@deephaven/prettier-config": "^0.49.2-theme-plugins.
|
|
78
|
-
"@deephaven/stylelint-config": "^0.49.2-theme-plugins.
|
|
75
|
+
"@deephaven/eslint-config": "^0.49.2-theme-plugins.45+2d9d2fa7",
|
|
76
|
+
"@deephaven/mocks": "^0.49.2-theme-plugins.45+2d9d2fa7",
|
|
77
|
+
"@deephaven/prettier-config": "^0.49.2-theme-plugins.45+2d9d2fa7",
|
|
78
|
+
"@deephaven/stylelint-config": "^0.49.2-theme-plugins.45+2d9d2fa7",
|
|
79
79
|
"autoprefixer": "^10.4.8"
|
|
80
80
|
},
|
|
81
81
|
"publishConfig": {
|
|
82
82
|
"access": "public"
|
|
83
83
|
},
|
|
84
|
-
"gitHead": "
|
|
84
|
+
"gitHead": "2d9d2fa7116f00b55aec65ed41db7042e2a87e17"
|
|
85
85
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.console-history-result-in-progress{-webkit-user-select:none;-moz-user-select:none;user-select:none}.console-history-result-in-progress .badge{background-color:#555356;color:#f0f0ee;font-size:12px;font-weight:400;gap:4px;margin:4px 4px 4px 0;height:26px;border-radius:26px;display:inline-flex;justify-content:center;align-items:center;padding-right:0}.console-history-result-in-progress .badge .console-history-result-in-progress-cancel:after{border-radius:26px}.console-history-result-in-progress.disabled .badge{color:#c0bfbf;background-color:#403e41;border-color:#403e41}.console-history-item-command,.console-history-item-result{display:flex}.console-history-item-command{white-space:pre-line}.console-history-item-result .log-message{white-space:pre-wrap;word-wrap:break-word}.console-result-buttons .console-history-item-result .console-history-gutter{display:flex;align-items:center;justify-content:flex-end;max-height:34px}.console-history-item-result .btn-console-object{display:inline-flex;align-items:center;gap:.25rem;text-align:left;font-size:12px;padding-left:1rem;margin:4px 4px 4px 0;height:26px;border-radius:26px}.console-history-item-result .btn-console-object[disabled]{background-color:#403e41;border-color:#403e41;pointer-events:none}.console-history-item-result .error-message{color:#f95d84;display:flex;overflow:hidden;-webkit-user-select:text;-moz-user-select:text;user-select:text}.console-history-item-result .error-message .error-gutter{padding:0;flex-basis:15px}.console-history-item-result .error-message .error-gutter .error-btn-link{min-width:15px;background-color:transparent;border:0;text-align:left;padding-left:0;padding-right:0;color:#f95d8480;transition:color .12s ease-in-out,background-color .12s ease-in-out,border-color .12s ease-in-out,box-shadow .12s ease-in-out}.console-history-item-result .error-message .error-gutter .error-btn-link:hover,.console-history-item-result .error-message .error-gutter .error-btn-link--active{color:#f95d84}.console-history-item-result .error-message .error-content{flex-grow:1;white-space:normal;cursor:default;overflow:visible;text-overflow:ellipsis}.console-history-item-result .error-message .console-error-text-trigger{cursor:pointer;color:#f95d84;display:inline-block;margin-right:.25rem;border:1px solid transparent;border-radius:4px;overflow:visible;white-space:pre-wrap}.console-history-item-result .error-message .console-error-text-trigger:focus{outline:0}.console-history-item-result .error-message .console-error-text-trigger:focus-visible{border:1px solid rgba(249,93,132,.5)}.console-history .console-command-result{padding:0 0 .25rem}.console-history,.console-history-footer{font-family:Fira Mono,menlo,monaco,consolas,Liberation Mono,Courier New,monospace;font-size:12px;line-height:18px;padding:0}.console-history .console-history-gutter,.console-history .error-gutter,.console-history-footer .console-history-gutter,.console-history-footer .error-gutter{flex-shrink:0;flex-grow:0;flex-basis:30px;text-align:right;padding-right:8px;color:#929192;-webkit-user-select:none;-moz-user-select:none;user-select:none}.console-history .console-history-content,.console-history-footer .console-history-content{min-width:0;flex-grow:1;overflow-wrap:break-word}.console-history .console-history-content .error-message.expanded .error-content,.console-history-footer .console-history-content .error-message.expanded .error-content{-webkit-user-select:text;-moz-user-select:text;user-select:text;-webkit-user-select:contain;-moz-user-select:contain;user-select:contain;white-space:pre-wrap;word-break:break-word;overflow:auto;text-overflow:clip;cursor:default}.console-input-wrapper{background-color:#555356;padding:4px;min-height:40px;display:flex;flex-grow:0;flex-shrink:0;width:100%}.console-input-wrapper:before{content:">";flex-grow:0;flex-shrink:0;flex-basis:33px;font-family:Fira Mono,menlo,monaco,consolas,Liberation Mono,Courier New,monospace;font-size:12px;text-align:right;padding-right:15px;padding-top:7px;color:#f0f0ee}.console-input-wrapper .console-input-inner-wrapper{min-width:0;flex-grow:1;background-color:#2d2a2e;border-radius:4px;border:1px solid #929192}.console-input-wrapper .console-input-inner-wrapper .monaco-editor,.console-input-wrapper .console-input-inner-wrapper .monaco-editor .overflow-guard{border-radius:4px}.console-input-wrapper .console-input-inner-wrapper:focus,.console-input-wrapper .console-input-inner-wrapper.focus{border-color:#4878ead9;box-shadow:0 0 0 .2rem #4878ea59;outline:none}.csv-overlay{margin:.5rem;background:rgba(45,42,46,.7);text-align:center;display:flex;flex-direction:column;justify-content:center;white-space:pre-line;outline:none;background-image:linear-gradient(to right,#1a171a 50%,#f0f0ee 50%),linear-gradient(to right,#1a171a 50%,#f0f0ee 50%),linear-gradient(to bottom,#1a171a 50%,#f0f0ee 50%),linear-gradient(to bottom,#1a171a 50%,#f0f0ee 50%);background-size:8px 1px,8px 1px,1px 8px,1px 8px;background-position:0 top,0 bottom,left 0,right 0;background-repeat:repeat-x,repeat-x,repeat-y,repeat-y;animation:march .5s;animation-timing-function:linear;animation-iteration-count:infinite}.csv-overlay .message-content{font-size:1.2rem}.csv-overlay .message-content .message-icon{font-size:80px}.csv-overlay .message-content .message-icon .svg-inline--fa{font-size:inherit}.csv-overlay .message-content .message-small{font-size:.8rem}.csv-overlay .message-content .btn{align-self:center;max-width:10rem}.csv-overlay .selected-content{display:flex;flex-direction:row;align-self:center}.csv-overlay .selected-content .selected-icon{font-size:64px}.csv-overlay .selected-content .selected-icon .svg-inline--fa{font-size:inherit}.csv-overlay .selected-content .selected-text{display:flex;flex-direction:column;align-items:flex-start;margin:15px;font-size:1rem}.csv-overlay .selected-content .selected-name{font-size:1.2rem}.csv-progress-container{display:grid;grid-template-columns:max-content 1fr max-content max-content;grid-gap:10px;align-items:center;padding:.5rem;background-color:#343e5d}.csv-progress-container label{margin-bottom:0}.csv-input-bar-container{display:flex;background-color:#343e5d;overflow:hidden}.csv-input-bar-container>*{padding-top:.5rem;padding-bottom:.5rem;margin-left:.5rem;margin-right:.5rem}.csv-input-bar-container .form-group label{margin-right:.5rem}.csv-input-bar-container .csv-input-buttons{flex-flow:row wrap;margin-left:auto}.csv-input-bar-container .csv-input-buttons>*:first-child{margin-right:.25rem}.iris-console{display:flex}.iris-console .console-pane{position:relative;flex-grow:1;display:flex;flex-direction:column;height:100%;width:100%}.iris-console .console-pane .scroll-pane{flex-grow:1}.iris-console .console-pane .scroll-pane:before{content:"";display:block;position:absolute;width:100%;background:linear-gradient(rgba(26,23,26,.6),rgba(26,23,26,0));height:6px;opacity:0;transition:opacity .3s;pointer-events:none}.iris-console .console-pane .scroll-pane.scroll-decoration:before{opacity:1}.iris-console .console-pane .console-csv-container{position:relative;overflow:hidden;flex-grow:1}.iris-console .console-disconnected-info{padding-top:.25rem}.iris-console .console-disconnected-info .console-disconnected-info-message{font-family:Fira Mono,menlo,monaco,consolas,Liberation Mono,Courier New,monospace;color:#f95d84;font-size:12px}.console-pane-menu .btn-link{border:0;min-width:2rem;padding:4px;color:#929192;z-index:15}.console-pane-menu .btn-link svg.fa-caret-down g g path{color:#c0bfbf;stroke:#1a171a;stroke-width:30}.console-pane-menu .btn-link:hover{color:#f0f0ee}.console-pane-menu .btn-link:hover svg.fa-caret-down g g path{color:#f0f0ee}.console-pane-menu .btn-overflow{color:#c0bfbf;padding-right:0}.console-pane-status-bar{flex-grow:0;width:100%;font-size:small;text-align:right;color:#929192}.console-pane-status-bar div{display:inline-block}.console-pane-status-details{text-align:left;max-width:400px;max-height:80vh;overflow:auto}.console-pane-status-details dd{white-space:pre-line}.console-status-icon{height:9px;position:relative;width:9px}.console-status-icon:before{border-radius:50%;border-style:solid;border-width:2px;content:"";display:block;height:100%;position:absolute;width:100%}.console-status-icon-idle:before{border-color:#929192}.console-status-icon-pending:before{border-color:#929192;background:#929192}.console-status-icon-disconnected:before{border-color:#f95d84}.monaco-editor .detected-link{color:#929192}.script-editor{display:flex;flex-direction:column;flex-grow:1;position:relative}.command-history .command-history-item{width:100%;padding:0 .75rem;white-space:nowrap;overflow-x:hidden;text-overflow:ellipsis}.command-history .item-list-item{padding:0;width:100%;background:transparent;color:#929192;text-align:left;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;line-height:27px;transition:color .12s ease-in-out,background-color .12s ease-in-out,border-color .12s ease-in-out,box-shadow .12s ease-in-out;border:1px solid transparent}.command-history .item-list-item.is-focused{background-color:transparent;color:#929192}.command-history .item-list-item:focus{outline:none}.command-history .item-list-item.active{outline:none;background-color:#414555;color:#f0f0ee}.command-history:focus-within .item-list-item.active{background-color:#43527c;color:#f0f0ee;border-left-color:#445e9e;border-right-color:#445e9e}.command-history .item-list-item:hover,.command-history:focus-within .item-list-item.active:hover{background-color:#4878ea;color:#f0f0ee;transition:none}.command-history:focus-within .item-list-item:not(.active)+.active,.command-history:focus-within .item-list-item.active:first-of-type{border-top:1px solid #445e9e}.command-history:focus-within .active+.item-list-item:not(.active){border-top:1px solid #445e9e}.command-history:focus-within .item-list-item.active:last-of-type{border-bottom:1px solid #445e9e}.command-history-item-popper,.command-history-item-popper .popper-content .tooltip-content{padding:0}.command-history-item-popper .command-history-item-tooltip{display:flex;flex-direction:column;max-height:50vh;max-width:50vw;text-align:left}.command-history-item-popper .command-history-item-tooltip .scroll-container{padding:.5rem;overflow:auto}.command-history-item-popper .command-history-item-tooltip .result-info{flex-shrink:0;border-top:1px solid #5b5a5c;padding:.25rem .5rem;overflow:auto;max-height:25vh}.command-history-item-popper .command-history-item-tooltip .result-info .time-wrapper{text-align:right;color:#929192}.command-history-item-popper .command-history-item-tooltip .result-info .time-wrapper .time-string{color:#f0f0ee}.command-history-item-popper .command-history-item-tooltip .result-info .error-message{color:#f95d84}.command-history-actions{flex-shrink:0;margin-bottom:.25rem}.command-history-actions>*:first-child{margin:0 .25rem 0 0}.command-history{display:flex;flex-direction:column;position:relative;height:100%;width:100%}.command-history .command-history-list{flex-grow:1;overflow:hidden;width:100%;height:100%;background-color:#211f22;color:#929192;padding:0}.command-history .command-history-list .item-list-scroll-pane{border:none}.command-history-search-bar{background:#2d2a2e;border-bottom:2px solid #1a171a;width:100%;padding:.25rem .25rem 0;display:flex;flex-wrap:wrap;flex-shrink:0;overflow:hidden}.command-history-search-bar .search-group{flex-grow:1;margin-right:.25rem;margin-bottom:.25rem}.command-history-search-bar .search-group input{background-color:#373438}.log-pane-menu{position:absolute;right:17px;padding-left:3px;padding-bottom:1px;z-index:11;background:#2d2a2e}.log-pane-menu div{display:inline-block}.log-pane-menu .btn-link{min-width:1rem;padding:6px}.log-pane-editor .monaco-editor .scroll-decoration{box-shadow:#1a171a 0 10px 10px -10px inset;height:10px}.log-pane-editor .find-widget{box-shadow:none!important;background:#2d2a2e!important;margin-right:48px}.log-pane-editor .find-widget .button[title*=Close i],.log-pane-editor .find-widget .monaco-sash{display:none}.log-level-menu-popper .popper-content .context-menu-container{background:#403e41;font-size:.875rem;min-width:0}.log-level-menu-popper .popper-content .popper-arrow{border-color:#403e41}.log-level-menu-title{margin-left:.5rem;margin-right:3rem;margin-bottom:.5rem;padding-top:.5rem;font-weight:500;-webkit-user-select:none;-moz-user-select:none;user-select:none}.log-level-menu-controls .btn-link{font-size:.9rem;padding:.25rem;margin:.25rem;margin-top:0}.log-level-menu-controls .btn-link.log-level-toggle-all{color:#c0bfbf;text-decoration:underline}.log-level-menu-controls .btn-link.log-level-toggle-all:hover{color:#f0f0ee}.log-level-menu-item{margin-left:.5rem;margin-right:.5rem;height:22px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.log-level-menu-item .btn-switch{margin-right:.5rem}.log-level-menu-item.ERROR,.log-level-menu-item.FATAL,.log-level-menu-item.STDERR{color:#f95d84}.log-level-menu-item.INFO{color:#76d9e4}.log-level-menu-item.STDOUT{color:#f0f0ee}.log-level-menu-item.WARN{color:#fcd65b}.log-level-menu-item.DEBUG{color:#aa9af4}.log-level-menu-item.TRACE{color:#9edc6f}.max-memory{position:relative;color:#c0bfbf;background-color:#211f22;border:#1a171a;width:4.25rem;vertical-align:middle;text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:1}.total-memory,.used-memory{position:absolute;inset:0;margin:1px;z-index:-1}.total-memory{background-color:#403e41}.used-memory{background-color:#5b5a5c}.heap-overflow{background-color:#f95d84}.heap-tooltip{padding:.25rem;width:200px}.heap-usage-info-row{display:flex;color:#f0f0ee;padding:.25rem;justify-content:space-between}.heap-plot{display:flex;align-items:center}.heading-bottom-border{border-bottom:1px solid #211f22;margin-bottom:.25rem}.heap-utilisation-text{margin-top:.25rem;color:#929192}._lm_dragging_1sd5l_1{overflow:hidden;pointer-events:none}._lm_dragging_1sd5l_1 ._lm_goldenlayout_1sd5l_1 ._lm_header_1sd5l_1{pointer-events:auto}._lm_dragging_1sd5l_1 ._lm_goldenlayout_1sd5l_1 ._lm_header_1sd5l_1 ._lm_controls_1sd5l_1>li{pointer-events:none}._lm_dragging_1sd5l_1 ._lm_goldenlayout_1sd5l_1 ._lm_header_1sd5l_1 ._lm_controls_1sd5l_1>li._lm_tabpreviousbutton_1sd5l_1,._lm_dragging_1sd5l_1 ._lm_goldenlayout_1sd5l_1 ._lm_header_1sd5l_1 ._lm_controls_1sd5l_1>li._lm_tabnextbutton_1sd5l_1{pointer-events:auto}body:not(._lm_dragging_1sd5l_1) ._lm_header_1sd5l_1 ._lm_tab_1sd5l_1:not(._lm_active_1sd5l_1):hover{color:#c0bfbf}._lm_header_1sd5l_1 ._lm_tab_1sd5l_1._lm_active_1sd5l_1 ._lm_close_tab_1sd5l_1{background-color:#2d2a2e}body:not(._lm_dragging_1sd5l_1) ._lm_header_1sd5l_1 ._lm_tab_1sd5l_1:hover ._lm_close_tab_1sd5l_1{background-color:#929192}body:not(._lm_dragging_1sd5l_1) ._lm_header_1sd5l_1 ._lm_tab_1sd5l_1 ._lm_close_tab_1sd5l_1:hover{background-color:#fcfcfa}._lm_goldenlayout_1sd5l_1{background:var(--dh-background-color);position:absolute}._lm_content_1sd5l_1{background:#2d2a2e;overflow:visible}._lm_dragProxy_1sd5l_1 ._lm_content_1sd5l_1{height:100%;width:100%;box-shadow:0 .1rem 1rem #1a171a73}._lm_dragProxy_1sd5l_1 ._lm_header_1sd5l_1{height:28px;box-shadow:none}._lm_dragProxy_1sd5l_1 ._lm_header_1sd5l_1 ._lm_tab_1sd5l_1,._lm_dragProxy_1sd5l_1 ._lm_header_1sd5l_1 ._lm_tab_1sd5l_1._lm_active_1sd5l_1{border:0;box-shadow:0 .1rem 1rem #1a171a73}._lm_dropTargetIndicator_1sd5l_1{background-image:linear-gradient(to right,#1a171a 50%,#f0f0ee 50%),linear-gradient(to right,#1a171a 50%,#f0f0ee 50%),linear-gradient(to bottom,#1a171a 50%,#f0f0ee 50%),linear-gradient(to bottom,#1a171a 50%,#f0f0ee 50%);background-size:8px 1px,8px 1px,1px 8px,1px 8px;background-position:0 top,0 bottom,left 0,right 0;background-repeat:repeat-x,repeat-x,repeat-y,repeat-y;animation:_march_1sd5l_1 .5s;animation-timing-function:linear;animation-iteration-count:infinite;box-sizing:border-box;transition:all .2s ease}._lm_dropTargetIndicator_1sd5l_1 ._lm_inner_1sd5l_1{box-sizing:border-box;border:1px solid transparent;box-shadow:inset 0 0 1rem 1px #00000073;opacity:1;background:rgba(72,120,234,.1)}._lm_splitter_1sd5l_1{background:#929192;opacity:.001;transition:opacity .15s ease}._lm_splitter_1sd5l_1:hover,._lm_splitter_1sd5l_1._lm_dragging_1sd5l_1{background:#c0bfbf;opacity:1}._lm_header_1sd5l_1{box-sizing:content-box;height:28px;padding-top:0;background:#201e21;box-shadow:inset 0 -1px #1a171a;-webkit-user-select:none;-moz-user-select:none;user-select:none}._lm_header_1sd5l_1 ._lm_controls_1sd5l_1>li{height:100%;width:24px}._lm_header_1sd5l_1._lm_selectable_1sd5l_1{cursor:pointer}._lm_header_1sd5l_1 ._lm_tab_1sd5l_1,._lm_tabdropdown_list_1sd5l_1 ._lm_tab_1sd5l_1{display:flex;align-items:center;font-family:Fira Sans,-apple-system,blinkmacsystemfont,Segoe UI,Roboto,Helvetica Neue,arial,sans-serif;background-color:#242125;color:#929192;height:28px;font-size:12px;min-width:5rem;margin:0;padding:0 .25rem 0 .5rem;box-shadow:inset -1px -1px #1a171a;transition:color .15s,background-color .15s;max-width:12rem;white-space:nowrap;overflow:hidden}._lm_header_1sd5l_1 ._lm_tab_1sd5l_1 ._lm_title_1sd5l_1,._lm_tabdropdown_list_1sd5l_1 ._lm_tab_1sd5l_1 ._lm_title_1sd5l_1{flex-grow:1;padding-right:.25rem}._lm_header_1sd5l_1 ._lm_tab_1sd5l_1 ._lm_title_before_1sd5l_1,._lm_tabdropdown_list_1sd5l_1 ._lm_tab_1sd5l_1 ._lm_title_before_1sd5l_1{display:flex;align-items:center}._lm_header_1sd5l_1 ._lm_tab_1sd5l_1 ._lm_close_tab_1sd5l_1,._lm_tabdropdown_list_1sd5l_1 ._lm_tab_1sd5l_1 ._lm_close_tab_1sd5l_1{cursor:pointer;position:relative;width:8px;height:8px;padding:4px;margin-left:-.25rem;background-color:#242125;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M193.94 256L296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M193.94 256L296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z'/%3E%3C/svg%3E");-webkit-mask-position:center center;mask-position:center center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:8px;mask-size:8px;opacity:1;transition:background-color .15s}._lm_header_1sd5l_1 ._lm_tab_1sd5l_1 ._lm_close_tab_1sd5l_1:hover,._lm_tabdropdown_list_1sd5l_1 ._lm_tab_1sd5l_1 ._lm_close_tab_1sd5l_1:hover{opacity:1}._lm_selected_1sd5l_1 ._lm_header_1sd5l_1{background-color:#2d2a2e}._lm_header_1sd5l_1 ._lm_tab_1sd5l_1._lm_active_1sd5l_1,._lm_header_1sd5l_1 ._lm_tab_1sd5l_1._lm_active_1sd5l_1:hover{height:28px;background-color:#2d2a2e;color:#f0f0ee;padding-bottom:0;box-shadow:inset -1px 0 #1a171a}._lm_header_1sd5l_1 ._lm_tab_1sd5l_1._lm_active_1sd5l_1._lm_focusin_1sd5l_1,._lm_header_1sd5l_1 ._lm_tab_1sd5l_1._lm_active_1sd5l_1:hover._lm_focusin_1sd5l_1{box-shadow:inset 0 1px #4878ea,inset -1px 0 #1a171a}._lm_window_blur_1sd5l_1 ._lm_header_1sd5l_1 ._lm_tab_1sd5l_1._lm_active_1sd5l_1._lm_focusin_1sd5l_1{box-shadow:none}._lm_controls_1sd5l_1>li{position:relative;background-position:center center;background-repeat:no-repeat;opacity:.4;transition:opacity .3s ease}._lm_controls_1sd5l_1>li:hover{opacity:1}._lm_controls_1sd5l_1 ._lm_popout_1sd5l_1{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAPklEQVR4nI2Q0QoAIAwCNfr/X7aXCpGN8snBdgejJOzckpkxs9jR6K6T5JpU0nWl5pSXTk7qwh8SnNT+CAAWCgkKFpuSWsUAAAAASUVORK5CYII=)}._lm_controls_1sd5l_1 ._lm_maximise_1sd5l_1{background-size:16px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23f0f0ee' d='M3 3v10h10V3H3zm9 9H4V4h8v8z'/%3E%3C/svg%3E")}._lm_controls_1sd5l_1 ._lm_tabdropdown_1sd5l_1{background-size:16px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23f0f0ee' d='M7.976 10.072l4.357-4.357.62.618L8.284 11h-.618L3 6.333l.619-.618 4.357 4.357z'/%3E%3C/svg%3E")}._lm_controls_1sd5l_1 ._lm_close_1sd5l_1{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAQUlEQVR4nHXOQQ4AMAgCQeT/f6aXpsGK3jSTuCVJAAr7iBdoAwCKd0nwfaAdHbYERw5b44+E8JoBjEYGMBq5gAYP3usUDu2IvoUAAAAASUVORK5CYII=)}._lm_controls_1sd5l_1 ._lm_tabnextbutton_1sd5l_1{background-size:16px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23f0f0ee' d='M10.072 8.024L5.715 3.667l.618-.62L11 7.716v.618L6.333 13l-.618-.619 4.357-4.357z'/%3E%3C/svg%3E")}._lm_controls_1sd5l_1 ._lm_tabpreviousbutton_1sd5l_1{background-size:16px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23f0f0ee' d='M5.928 7.976l4.357 4.357-.618.62L5 8.284v-.618L9.667 3l.618.619-4.357 4.357z'/%3E%3C/svg%3E")}._lm_tabdropdown_list_1sd5l_1{z-index:1000;background:#242125;box-shadow:0 .1rem 1rem #00000073;border-radius:4px;max-width:12rem;margin:0;padding:0;list-style-type:none}._lm_tabdropdown_list_1sd5l_1 ._lm_tabdropdown_search_1sd5l_1{padding:.25rem}._lm_tabdropdown_list_1sd5l_1 ._lm_tabdropdown_search_1sd5l_1 input{padding:.375rem .75rem;line-height:1.5;color:#f0f0ee;background-color:#555356;border:1px solid #929192;border-radius:4px;max-width:100%}._lm_tabdropdown_list_1sd5l_1 ._lm_tabdropdown_search_1sd5l_1 input::-moz-placeholder{color:#929192;opacity:1}._lm_tabdropdown_list_1sd5l_1 ._lm_tabdropdown_search_1sd5l_1 input::placeholder{color:#929192;opacity:1}._lm_tabdropdown_list_1sd5l_1 ._lm_tabdropdown_search_1sd5l_1 input:focus{border-color:#4878ead9;box-shadow:0 0 0 .2rem #4878ea59;outline:0}._lm_tabdropdown_list_1sd5l_1 ._lm_tabs_1sd5l_1{padding:0}._lm_tabdropdown_list_1sd5l_1 ._lm_tab_1sd5l_1{background:#242125;color:#c0bfbf;box-shadow:none}._lm_tabdropdown_list_1sd5l_1 ._lm_tab_1sd5l_1._lm_keyboard_active_1sd5l_1{color:#c0bfbf;background-color:#343e5d}._lm_tabdropdown_list_1sd5l_1 ._lm_tab_1sd5l_1:hover{color:#f0f0ee;background-color:#4878ea}._lm_maximised_1sd5l_1{border:15px solid rgba(26,23,26,.85);height:100%!important;width:100%!important}._lm_maximised_1sd5l_1 ._lm_items_1sd5l_1{box-shadow:0 .1rem 1rem #00000073}._lm_maximised_1sd5l_1 ._lm_controls_1sd5l_1 ._lm_maximise_1sd5l_1{opacity:.7;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23fcfcfa' d='M14 8v1H3V8h11z'/%3E%3C/svg%3E")}._lm_maximised_1sd5l_1 ._lm_controls_1sd5l_1 ._lm_maximise_1sd5l_1:hover{opacity:1}._lm_tabs_1sd5l_1:empty+._lm_controls_1sd5l_1 ._lm_maximise_1sd5l_1{display:none}.lm_root{position:relative}.lm_row>.lm_item{float:left}.lm_content{overflow:hidden;position:relative;outline:0}.lm_dragging,.lm_dragging *{cursor:grabbing!important;-webkit-user-select:none;-moz-user-select:none;user-select:none}.lm_maximised{position:absolute;top:0;left:0;z-index:40}.lm_maximise_placeholder{display:none}.lm_splitter{position:relative;z-index:20}.lm_splitter:hover,.lm_splitter.lm_dragging{background:orange}.lm_splitter.lm_vertical .lm_drag_handle{width:100%;position:absolute;cursor:ns-resize}.lm_splitter.lm_horizontal{float:left;height:100%}.lm_splitter.lm_horizontal .lm_drag_handle{height:100%;position:absolute;cursor:ew-resize}.lm_header{display:flex;justify-content:space-between;max-width:100%;z-index:12;position:relative;overflow:hidden}.lm_header.lm_dropdown_open{z-index:22}.lm_header [class^=lm_]{box-sizing:content-box!important}.lm_header .lm_controls{display:flex;-webkit-user-select:none;-moz-user-select:none;user-select:none}.lm_header .lm_controls>li{cursor:pointer;float:left;width:18px;height:18px;text-align:center}.lm_header .lm_controls>li[disabled]{cursor:default;opacity:.1}.lm_header ul{margin:0;padding:0;list-style-type:none}.lm_header .lm_tabs{display:flex;flex-grow:1;overflow:hidden}.lm_header .lm_tab{cursor:pointer;height:14px;margin-top:1px;padding:0 25px 5px 10px;position:relative;min-width:0;flex-shrink:0}.lm_header .lm_tab .lm_title{display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.lm_header .lm_tab .lm_close_tab{width:14px;height:14px;position:absolute;top:0;right:0;text-align:center}.lm_stack.lm_left .lm_header,.lm_stack.lm_right .lm_header{height:100%}.lm_dragProxy.lm_left .lm_header,.lm_dragProxy.lm_right .lm_header,.lm_stack.lm_left .lm_header,.lm_stack.lm_right .lm_header{width:20px;float:left;vertical-align:top}.lm_dragProxy.lm_left .lm_header .lm_tabs,.lm_dragProxy.lm_right .lm_header .lm_tabs,.lm_stack.lm_left .lm_header .lm_tabs,.lm_stack.lm_right .lm_header .lm_tabs{transform-origin:left top;top:0;width:1000px}.lm_dragProxy.lm_left .lm_header .lm_controls,.lm_dragProxy.lm_right .lm_header .lm_controls,.lm_stack.lm_left .lm_header .lm_controls,.lm_stack.lm_right .lm_header .lm_controls{bottom:0}.lm_dragProxy.lm_left .lm_items,.lm_dragProxy.lm_right .lm_items,.lm_stack.lm_left .lm_items,.lm_stack.lm_right .lm_items{float:left}.lm_dragProxy.lm_left .lm_header .lm_tabs,.lm_stack.lm_left .lm_header .lm_tabs{transform:rotate(-90deg) scaleX(-1);left:0}.lm_dragProxy.lm_left .lm_header .lm_tabs .lm_tab,.lm_stack.lm_left .lm_header .lm_tabs .lm_tab{transform:scaleX(-1);margin-top:1px}.lm_dragProxy.lm_left .lm_header .lm_tabdropdown_list,.lm_stack.lm_left .lm_header .lm_tabdropdown_list{top:initial;right:initial;left:20px}.lm_dragProxy.lm_right .lm_content{float:left}.lm_dragProxy.lm_right .lm_header .lm_tabs,.lm_stack.lm_right .lm_header .lm_tabs{transform:rotate(90deg) scaleX(1);left:100%;margin-left:0}.lm_dragProxy.lm_right .lm_header .lm_controls,.lm_stack.lm_right .lm_header .lm_controls{left:3px}.lm_dragProxy.lm_right .lm_header .lm_tabdropdown_list,.lm_stack.lm_right .lm_header .lm_tabdropdown_list{top:initial;right:20px}.lm_dragProxy.lm_bottom .lm_header .lm_tab,.lm_stack.lm_bottom .lm_header .lm_tab{margin-top:0;border-top:none}.lm_dragProxy.lm_bottom .lm_header .lm_controls,.lm_stack.lm_bottom .lm_header .lm_controls{top:3px}.lm_dragProxy.lm_bottom .lm_header .lm_tabdropdown_list,.lm_stack.lm_bottom .lm_header .lm_tabdropdown_list{top:initial;bottom:20px}.lm_drop_tab_placeholder{flex-shrink:0}.lm_tabdropdown_list{position:absolute;overflow-y:auto;overflow-x:hidden;top:0;left:0;max-height:100%}.lm_tabdropdown_list .lm_tabs{flex-direction:column}.lm_tabdropdown_list .lm_tab{padding-right:10px}.lm_tabdropdown_list .lm_tab .lm_title{display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.lm_tabdropdown_list .lm_close_tab{display:none!important}.lm_dragProxy{position:absolute;top:0;left:0;z-index:30;pointer-events:none}.lm_dragProxy .lm_header{background:transparent}.lm_dragProxy .lm_content{border-top:none;overflow:hidden}.lm_dropTargetIndicator{display:none;position:absolute;z-index:20;pointer-events:none}.lm_dropTargetIndicator .lm_inner{width:100%;height:100%;position:relative;top:0;left:0}.lm_popin{width:20px;height:20px;position:absolute;bottom:0;right:0;z-index:9999}.lm_popin>*{width:100%;height:100%;position:absolute;top:0;left:0}.lm_popin>.lm_bg{z-index:10}.lm_popin>.lm_icon{z-index:20}.lm_dragging{overflow:hidden;pointer-events:none}.lm_dragging .lm_goldenlayout .lm_header{pointer-events:auto}.lm_dragging .lm_goldenlayout .lm_header .lm_controls>li{pointer-events:none}.lm_dragging .lm_goldenlayout .lm_header .lm_controls>li.lm_tabpreviousbutton,.lm_dragging .lm_goldenlayout .lm_header .lm_controls>li.lm_tabnextbutton{pointer-events:auto}body:not(.lm_dragging) .lm_header .lm_tab:not(.lm_active):hover{color:#c0bfbf}.lm_header .lm_tab.lm_active .lm_close_tab{background-color:#2d2a2e}body:not(.lm_dragging) .lm_header .lm_tab:hover .lm_close_tab{background-color:#929192}body:not(.lm_dragging) .lm_header .lm_tab .lm_close_tab:hover{background-color:#fcfcfa}.lm_goldenlayout{background:var(--dh-background-color);position:absolute}.lm_content{background:#2d2a2e;overflow:visible}.lm_dragProxy .lm_content{height:100%;width:100%;box-shadow:0 .1rem 1rem #1a171a73}.lm_dragProxy .lm_header{height:28px;box-shadow:none}.lm_dragProxy .lm_header .lm_tab,.lm_dragProxy .lm_header .lm_tab.lm_active{border:0;box-shadow:0 .1rem 1rem #1a171a73}.lm_dropTargetIndicator{background-image:linear-gradient(to right,#1a171a 50%,#f0f0ee 50%),linear-gradient(to right,#1a171a 50%,#f0f0ee 50%),linear-gradient(to bottom,#1a171a 50%,#f0f0ee 50%),linear-gradient(to bottom,#1a171a 50%,#f0f0ee 50%);background-size:8px 1px,8px 1px,1px 8px,1px 8px;background-position:0 top,0 bottom,left 0,right 0;background-repeat:repeat-x,repeat-x,repeat-y,repeat-y;animation:march .5s;animation-timing-function:linear;animation-iteration-count:infinite;box-sizing:border-box;transition:all .2s ease}.lm_dropTargetIndicator .lm_inner{box-sizing:border-box;border:1px solid transparent;box-shadow:inset 0 0 1rem 1px #00000073;opacity:1;background:rgba(72,120,234,.1)}.lm_splitter{background:#929192;opacity:.001;transition:opacity .15s ease}.lm_splitter:hover,.lm_splitter.lm_dragging{background:#c0bfbf;opacity:1}.lm_header{box-sizing:content-box;height:28px;padding-top:0;background:#201e21;box-shadow:inset 0 -1px #1a171a;-webkit-user-select:none;-moz-user-select:none;user-select:none}.lm_header .lm_controls>li{height:100%;width:24px}.lm_header.lm_selectable{cursor:pointer}.lm_header .lm_tab,.lm_tabdropdown_list .lm_tab{display:flex;align-items:center;font-family:Fira Sans,-apple-system,blinkmacsystemfont,Segoe UI,Roboto,Helvetica Neue,arial,sans-serif;background-color:#242125;color:#929192;height:28px;font-size:12px;min-width:5rem;margin:0;padding:0 .25rem 0 .5rem;box-shadow:inset -1px -1px #1a171a;transition:color .15s,background-color .15s;max-width:12rem;white-space:nowrap;overflow:hidden}.lm_header .lm_tab .lm_title,.lm_tabdropdown_list .lm_tab .lm_title{flex-grow:1;padding-right:.25rem}.lm_header .lm_tab .lm_title_before,.lm_tabdropdown_list .lm_tab .lm_title_before{display:flex;align-items:center}.lm_header .lm_tab .lm_close_tab,.lm_tabdropdown_list .lm_tab .lm_close_tab{cursor:pointer;position:relative;width:8px;height:8px;padding:4px;margin-left:-.25rem;background-color:#242125;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M193.94 256L296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M193.94 256L296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z'/%3E%3C/svg%3E");-webkit-mask-position:center center;mask-position:center center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:8px;mask-size:8px;opacity:1;transition:background-color .15s}.lm_header .lm_tab .lm_close_tab:hover,.lm_tabdropdown_list .lm_tab .lm_close_tab:hover{opacity:1}.lm_selected .lm_header{background-color:#2d2a2e}.lm_header .lm_tab.lm_active,.lm_header .lm_tab.lm_active:hover{height:28px;background-color:#2d2a2e;color:#f0f0ee;padding-bottom:0;box-shadow:inset -1px 0 #1a171a}.lm_header .lm_tab.lm_active.lm_focusin,.lm_header .lm_tab.lm_active:hover.lm_focusin{box-shadow:inset 0 1px #4878ea,inset -1px 0 #1a171a}.lm_window_blur .lm_header .lm_tab.lm_active.lm_focusin{box-shadow:none}.lm_controls>li{position:relative;background-position:center center;background-repeat:no-repeat;opacity:.4;transition:opacity .3s ease}.lm_controls>li:hover{opacity:1}.lm_controls .lm_popout{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAPklEQVR4nI2Q0QoAIAwCNfr/X7aXCpGN8snBdgejJOzckpkxs9jR6K6T5JpU0nWl5pSXTk7qwh8SnNT+CAAWCgkKFpuSWsUAAAAASUVORK5CYII=)}.lm_controls .lm_maximise{background-size:16px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23f0f0ee' d='M3 3v10h10V3H3zm9 9H4V4h8v8z'/%3E%3C/svg%3E")}.lm_controls .lm_tabdropdown{background-size:16px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23f0f0ee' d='M7.976 10.072l4.357-4.357.62.618L8.284 11h-.618L3 6.333l.619-.618 4.357 4.357z'/%3E%3C/svg%3E")}.lm_controls .lm_close{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAQUlEQVR4nHXOQQ4AMAgCQeT/f6aXpsGK3jSTuCVJAAr7iBdoAwCKd0nwfaAdHbYERw5b44+E8JoBjEYGMBq5gAYP3usUDu2IvoUAAAAASUVORK5CYII=)}.lm_controls .lm_tabnextbutton{background-size:16px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23f0f0ee' d='M10.072 8.024L5.715 3.667l.618-.62L11 7.716v.618L6.333 13l-.618-.619 4.357-4.357z'/%3E%3C/svg%3E")}.lm_controls .lm_tabpreviousbutton{background-size:16px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23f0f0ee' d='M5.928 7.976l4.357 4.357-.618.62L5 8.284v-.618L9.667 3l.618.619-4.357 4.357z'/%3E%3C/svg%3E")}.lm_tabdropdown_list{z-index:1000;background:#242125;box-shadow:0 .1rem 1rem #00000073;border-radius:4px;max-width:12rem;margin:0;padding:0;list-style-type:none}.lm_tabdropdown_list .lm_tabdropdown_search{padding:.25rem}.lm_tabdropdown_list .lm_tabdropdown_search input{padding:.375rem .75rem;line-height:1.5;color:#f0f0ee;background-color:#555356;border:1px solid #929192;border-radius:4px;max-width:100%}.lm_tabdropdown_list .lm_tabdropdown_search input::-moz-placeholder{color:#929192;opacity:1}.lm_tabdropdown_list .lm_tabdropdown_search input::placeholder{color:#929192;opacity:1}.lm_tabdropdown_list .lm_tabdropdown_search input:focus{border-color:#4878ead9;box-shadow:0 0 0 .2rem #4878ea59;outline:0}.lm_tabdropdown_list .lm_tabs{padding:0}.lm_tabdropdown_list .lm_tab{background:#242125;color:#c0bfbf;box-shadow:none}.lm_tabdropdown_list .lm_tab.lm_keyboard_active{color:#c0bfbf;background-color:#343e5d}.lm_tabdropdown_list .lm_tab:hover{color:#f0f0ee;background-color:#4878ea}.lm_maximised{border:15px solid rgba(26,23,26,.85);height:100%!important;width:100%!important}.lm_maximised .lm_items{box-shadow:0 .1rem 1rem #00000073}.lm_maximised .lm_controls .lm_maximise{opacity:.7;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23fcfcfa' d='M14 8v1H3V8h11z'/%3E%3C/svg%3E")}.lm_maximised .lm_controls .lm_maximise:hover{opacity:1}.lm_tabs:empty+.lm_controls .lm_maximise{display:none}.lm_tab .editor-unsaved-indicator{display:none;margin-right:5px;width:8px;height:8px;border-radius:50%;background:#4878ea}.lm_tab .editor-unsaved-indicator.is-unsaved{display:inline-block}.lm_dragging .js-plotly-plot .plotly svg,.lm_dragging .js-plotly-plot .plotly g,.lm_dragging .js-plotly-plot .plotly rect,.lm_dragging .js-plotly-plot .plotly path{pointer-events:none!important}.panel-placeholder{display:flex;flex-direction:column;justify-content:center;min-height:100%;max-height:100%;text-align:center;overflow:hidden}.panel-placeholder div{padding:1rem}.panel-error-boundary{height:100%;width:100%;position:relative}.dashboard-container{position:relative}.command-history-pane{background-color:#211f22}.command-history-pane .command-history-disconnected-message{background-color:#2d2a2e;color:#929192;display:flex;flex-direction:column;flex-grow:1;flex-shrink:1;justify-content:center;overflow:hidden;width:100%;height:100%;text-align:center}.error-message pre{color:#f95d84}.iris-panel-console.disconnected .console-history-result-in-progress,.iris-panel-console.disconnected .csv-overlay,.iris-panel-console.disconnected .csv-input-bar,.iris-panel-console.disconnected .console-input-wrapper{display:none}.file-explorer{background:#211f22;position:relative;flex-grow:1}.file-explorer .single-click-item-list-scroll-pane{flex-grow:1;flex-shrink:1;width:100%;padding:0;position:relative}.file-explorer .spinner-overlay{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;align-content:center}.file-list{position:absolute;inset:0}.file-list .file-list-depth-line{margin-left:5px;padding-bottom:2px;width:8px;height:100%;border-left:1px solid #555356;box-sizing:content-box}.file-list .item-list-scroll-pane{border:none}.file-list .item-list-item{padding:0 .75rem;color:#929192;transition:color .12s ease-in-out,background-color .12s ease-in-out,border-color .12s ease-in-out,box-shadow .12s ease-in-out;border:1px solid transparent;-webkit-user-drag:none;cursor:pointer}.file-list .item-list-item.is-focused,.file-list .item-list-item.active{background-color:#414555}.file-list .item-list-item:focus,.file-list .item-list-item.active,.file-list .item-list-item:hover,.file-list .item-list-item.is-focused{color:#f0f0ee}.file-list .truncation-wrapper{overflow-x:hidden;text-overflow:ellipsis;white-space:pre}.file-list .item-icon{margin-right:.25rem}.file-list:focus-within.item-list-item.is-focused{background-color:#4878eabf}.file-list:focus-within .item-list-item.active{background-color:#43527c;color:#f0f0ee;border-left-color:#445e9e;border-right-color:#445e9e}.file-list.is-dragging{cursor:grabbing}.file-list.is-dragging .item-list-item.active{opacity:.5}.file-list.is-dragging .is-in-drop-target,.file-list.is-dragging .is-exact-drop-target{color:#f0f0ee}.file-list:not(.is-dragging) .item-list-item:hover,.file-list:not(.is-dragging):focus-within .item-list-item.active:hover{background-color:#4878ea;color:#f0f0ee;transition:none}.file-list:focus-within .item-list-item:not(.active)+.active,.file-list:focus-within .item-list-item.active:first-of-type{border-top:1px solid #445e9e}.file-list:focus-within .item-list-item.active+.item-list-item:not(.active){border-top:1px solid #445e9e}.file-list:focus-within .item-list-item.active:last-of-type{border-bottom:1px solid #445e9e}.file-list-dnd-placeholder{position:absolute;top:-100px;right:0}.file-list-dnd-placeholder .dnd-placeholder-content{padding:.25rem 1rem;background:#343e5d;color:#f0f0ee;border-radius:4px}.file-list-item-editor{z-index:1;width:100%;display:inline-block;position:relative}.file-list-item-editor .file-list-item-editor-input{padding:0;border:none;border-radius:0;height:26px;line-height:26px}.file-list-item-editor .file-list-item-editor-input.is-invalid{border-bottom-left-radius:0;border-bottom-right-radius:0;padding-right:2rem}.file-list-item-editor .invalid-feedback{color:#f0f0ee;background-color:#f95d84;font-size:.9rem;margin-top:0;padding:.25rem .5rem;border-bottom-left-radius:4px;border-bottom-right-radius:4px;position:absolute;top:100%;left:0}.new-file-modal-content .new-item-destination{color:#929192}.new-file-modal-content .file-explorer-container{border:1px solid #929192;border-radius:4px;overflow:hidden;height:250px;display:flex;flex-direction:column}.new-file-modal-content .directory-breadcrumbs{color:#4878ea}.file-explorer-toolbar{background:#2d2a2e;border-bottom:2px solid #1a171a;display:flex;flex-basis:42px;flex-direction:row;flex-grow:0;flex-shrink:1;width:100%;position:relative;align-items:center;padding:.25rem;min-height:42px}.file-explorer-toolbar .file-explorer-toolbar-buttons{display:flex;padding-right:.25rem}.file-explorer-toolbar .file-explorer-toolbar-search{display:flex;flex-grow:1}.file-explorer-toolbar .file-explorer-toolbar-search .search-group{width:100%}.file-explorer-toolbar .file-explorer-toolbar-search .search-group input{background-color:#373438}.file-explorer-toolbar .btn{min-width:calc(1.5em + .75rem + 2px);padding-left:0;padding-right:0;font-size:17px}.file-explorer-panel{display:flex;flex-direction:column}.log-panel-disconnected-message{color:#929192;display:flex;flex-direction:column;flex-grow:1;flex-shrink:1;justify-content:center;overflow:hidden;width:100%;height:100%;text-align:center}.markdown-notebook{width:100%;height:100%;display:flex;flex-direction:column}.markdown-notebook .markdown-notebook-toolbar{display:flex;align-items:center;padding:.25rem;width:100%;flex:0 0 36px;border-bottom:2px solid #1a171a}.markdown-notebook .markdown-notebook-toolbar .btn-play-selected-cell{color:#9edc6f;min-height:34px}.markdown-notebook .markdown-notebook-content{flex-grow:1;width:100%;padding:0 15px;overflow:auto;position:relative;scroll-behavior:smooth}.markdown-notebook .markdown-notebook-content h1,.markdown-notebook .markdown-notebook-content h2,.markdown-notebook .markdown-notebook-content h3{margin-top:3rem}.markdown-notebook blockquote{border-left:.25em solid #929192;padding:0 1em;color:#f0f0ee}.markdown-notebook pre{overflow:hidden}.markdown-notebook pre>code{display:block;padding:.5rem}.markdown-notebook a{color:#4878ea}.markdown-notebook a:visited{color:#aa9af4}.markdown-notebook .markdown-notebook-code-block{position:relative;border-radius:0 4px 4px 0}.markdown-notebook .markdown-notebook-code-block .btn-play-block{color:#9edc6f;opacity:0;position:absolute;top:0;right:0;margin:3px;transition:opacity .15s ease-out}.markdown-notebook .markdown-notebook-code-block code{color:#f0f0ee;background:#403e41;padding:.5rem;border-radius:4px;border:1px solid #1a171a;overflow:auto;display:block}.markdown-notebook .markdown-notebook-code-block.is-selected:after{position:absolute;top:0;left:0;bottom:0;width:5px;margin:1px 0;background:#4878ea;content:"";pointer-events:none;border-radius:4px 0 0 4px}.markdown-notebook .markdown-notebook-code-block.is-selected .btn-play-block,.markdown-notebook .markdown-notebook-code-block:hover .btn-play-block{opacity:1}.markdown-notebook .flashing{animation-duration:1s;animation-name:flash;animation-timing-function:ease-in-out;animation-iteration-count:infinite}@keyframes flash{0%{text-shadow:0 0 5px #2d2a2e,0 0 20px #2d2a2e}50%{text-shadow:0 0 2px rgba(255,255,255,.5),0 0 10px #9edc6f}to{text-shadow:0 0 5px #2d2a2e,0 0 20px #2d2a2e}}.notebook-title.is-preview{font-style:italic}.notebook-session-not-connected{padding:.5rem;color:#555356}.notebook-container{display:flex;flex-direction:column}.notebook-container .notebook-toolbar{display:flex;flex-basis:36px;flex-direction:row;flex-grow:0;background:#2d2a2e;border-bottom:2px solid #1a171a;padding:.25rem}.notebook-container .notebook-toolbar .btn{min-width:36px;padding-left:0;padding-right:0;font-size:18px}.notebook-container .notebook-toolbar .btn:hover{transition:none}.notebook-container .notebook-toolbar .btn-play:hover,.notebook-container .notebook-toolbar .btn-play-selected:hover{color:#9edc6f}.notebook-container .notebook-toolbar .btn-overflow{font-size:inherit}.notebook-container .notebook-toolbar .icon-create-pq{transform:translateY(-4px)}
|