百木园-与人分享,
就是让自己快乐。

Huggingface之transformers零基础使用指南

pre { line-height: 125% }
td.linenos .normal { color: inherit; background-color: rgba(0, 0, 0, 0); padding-left: 5px; padding-right: 5px }
span.linenos { color: inherit; background-color: rgba(0, 0, 0, 0); padding-left: 5px; padding-right: 5px }
td.linenos .special { color: rgba(0, 0, 0, 1); background-color: rgba(255, 255, 192, 1); padding-left: 5px; padding-right: 5px }
span.linenos.special { color: rgba(0, 0, 0, 1); background-color: rgba(255, 255, 192, 1); padding-left: 5px; padding-right: 5px }
.highlight .hll { background-color: var(--jp-cell-editor-active-background) }
.highlight { background: var(--jp-cell-editor-background); color: var(--jp-mirror-editor-variable-color) }
.highlight .c { color: var(--jp-mirror-editor-comment-color); font-style: italic }
.highlight .err { color: var(--jp-mirror-editor-error-color) }
.highlight .k { color: var(--jp-mirror-editor-keyword-color); font-weight: bold }
.highlight .o { color: var(--jp-mirror-editor-operator-color); font-weight: bold }
.highlight .p { color: var(--jp-mirror-editor-punctuation-color) }
.highlight .ch { color: var(--jp-mirror-editor-comment-color); font-style: italic }
.highlight .cm { color: var(--jp-mirror-editor-comment-color); font-style: italic }
.highlight .cp { color: var(--jp-mirror-editor-comment-color); font-style: italic }
.highlight .cpf { color: var(--jp-mirror-editor-comment-color); font-style: italic }
.highlight .c1 { color: var(--jp-mirror-editor-comment-color); font-style: italic }
.highlight .cs { color: var(--jp-mirror-editor-comment-color); font-style: italic }
.highlight .kc { color: var(--jp-mirror-editor-keyword-color); font-weight: bold }
.highlight .kd { color: var(--jp-mirror-editor-keyword-color); font-weight: bold }
.highlight .kn { color: var(--jp-mirror-editor-keyword-color); font-weight: bold }
.highlight .kp { color: var(--jp-mirror-editor-keyword-color); font-weight: bold }
.highlight .kr { color: var(--jp-mirror-editor-keyword-color); font-weight: bold }
.highlight .kt { color: var(--jp-mirror-editor-keyword-color); font-weight: bold }
.highlight .m { color: var(--jp-mirror-editor-number-color) }
.highlight .s { color: var(--jp-mirror-editor-string-color) }
.highlight .ow { color: var(--jp-mirror-editor-operator-color); font-weight: bold }
.highlight .w { color: var(--jp-mirror-editor-variable-color) }
.highlight .mb { color: var(--jp-mirror-editor-number-color) }
.highlight .mf { color: var(--jp-mirror-editor-number-color) }
.highlight .mh { color: var(--jp-mirror-editor-number-color) }
.highlight .mi { color: var(--jp-mirror-editor-number-color) }
.highlight .mo { color: var(--jp-mirror-editor-number-color) }
.highlight .sa { color: var(--jp-mirror-editor-string-color) }
.highlight .sb { color: var(--jp-mirror-editor-string-color) }
.highlight .sc { color: var(--jp-mirror-editor-string-color) }
.highlight .dl { color: var(--jp-mirror-editor-string-color) }
.highlight .sd { color: var(--jp-mirror-editor-string-color) }
.highlight .s2 { color: var(--jp-mirror-editor-string-color) }
.highlight .se { color: var(--jp-mirror-editor-string-color) }
.highlight .sh { color: var(--jp-mirror-editor-string-color) }
.highlight .si { color: var(--jp-mirror-editor-string-color) }
.highlight .sx { color: var(--jp-mirror-editor-string-color) }
.highlight .sr { color: var(--jp-mirror-editor-string-color) }
.highlight .s1 { color: var(--jp-mirror-editor-string-color) }
.highlight .ss { color: var(--jp-mirror-editor-string-color) }
.highlight .il { color: var(--jp-mirror-editor-number-color) }
[data-jp-theme-scrollbars=\"true\"] { scrollbar-color: rgb(var(--jp-scrollbar-thumb-color))
var(--jp-scrollbar-background-color) }
[data-jp-theme-scrollbars=\"true\"] .CodeMirror-hscrollbar, [data-jp-theme-scrollbars=\"true\"] .CodeMirror-vscrollbar { scrollbar-color: rgba(var(--jp-scrollbar-thumb-color), 0.5) transparent }
.jp-scrollbar-tiny { scrollbar-color: rgba(var(--jp-scrollbar-thumb-color), 0.5) transparent; scrollbar-width: thin }
[data-jp-theme-scrollbars=\'true\'] ::-webkit-scrollbar,
[data-jp-theme-scrollbars=\'true\'] ::-webkit-scrollbar-corner { background: var(--jp-scrollbar-background-color) }
[data-jp-theme-scrollbars=\'true\'] ::-webkit-scrollbar-thumb { background: content-box ; border: var(--jp-scrollbar-thumb-margin) solid transparent; border-radius: var(--jp-scrollbar-thumb-radius) }
[data-jp-theme-scrollbars=\'true\'] ::-webkit-scrollbar-track:horizontal { border-left: var(--jp-scrollbar-endpad) solid
var(--jp-scrollbar-background-color); border-right: var(--jp-scrollbar-endpad) solid
var(--jp-scrollbar-background-color) }
[data-jp-theme-scrollbars=\'true\'] ::-webkit-scrollbar-track:vertical { border-top: var(--jp-scrollbar-endpad) solid
var(--jp-scrollbar-background-color); border-bottom: var(--jp-scrollbar-endpad) solid
var(--jp-scrollbar-background-color) }
[data-jp-theme-scrollbars=\'true\'] .CodeMirror-hscrollbar::-webkit-scrollbar,
[data-jp-theme-scrollbars=\'true\'] .CodeMirror-vscrollbar::-webkit-scrollbar,
[data-jp-theme-scrollbars=\'true\']
.CodeMirror-hscrollbar::-webkit-scrollbar-corner,
[data-jp-theme-scrollbars=\'true\']
.CodeMirror-vscrollbar::-webkit-scrollbar-corner { background-color: rgba(0, 0, 0, 0) }
[data-jp-theme-scrollbars=\'true\']
.CodeMirror-hscrollbar::-webkit-scrollbar-thumb,
[data-jp-theme-scrollbars=\'true\']
.CodeMirror-vscrollbar::-webkit-scrollbar-thumb { background: content-box ; border: var(--jp-scrollbar-thumb-margin) solid transparent; border-radius: var(--jp-scrollbar-thumb-radius) }
[data-jp-theme-scrollbars=\'true\']
.CodeMirror-hscrollbar::-webkit-scrollbar-track:horizontal { border-left: var(--jp-scrollbar-endpad) solid transparent; border-right: var(--jp-scrollbar-endpad) solid transparent }
[data-jp-theme-scrollbars=\'true\']
.CodeMirror-vscrollbar::-webkit-scrollbar-track:vertical { border-top: var(--jp-scrollbar-endpad) solid transparent; border-bottom: var(--jp-scrollbar-endpad) solid transparent }
.jp-scrollbar-tiny::-webkit-scrollbar,
.jp-scrollbar-tiny::-webkit-scrollbar-corner { background-color: rgba(0, 0, 0, 0); height: 4px; width: 4px }
.jp-scrollbar-tiny::-webkit-scrollbar-thumb { background: rgba(var(--jp-scrollbar-thumb-color), 0.5) }
.jp-scrollbar-tiny::-webkit-scrollbar-track:horizontal { border-left: 0 solid rgba(0, 0, 0, 0); border-right: 0 solid rgba(0, 0, 0, 0) }
.jp-scrollbar-tiny::-webkit-scrollbar-track:vertical { border-top: 0 solid rgba(0, 0, 0, 0); border-bottom: 0 solid rgba(0, 0, 0, 0) }
.lm-ScrollBar[data-orientation=\"horizontal\"] { min-height: 16px; max-height: 16px; min-width: 45px; border-top: 1px solid rgba(160, 160, 160, 1) }
.lm-ScrollBar[data-orientation=\"vertical\"] { min-width: 16px; max-width: 16px; min-height: 45px; border-left: 1px solid rgba(160, 160, 160, 1) }
.lm-ScrollBar-button { background-color: rgba(240, 240, 240, 1); background-position: center; min-height: 15px; max-height: 15px; min-width: 15px; max-width: 15px }
.lm-ScrollBar-button:hover { background-color: rgba(218, 218, 218, 1) }
.lm-ScrollBar-button.lm-mod-active { background-color: rgba(205, 205, 205, 1) }
.lm-ScrollBar-track { background: rgba(240, 240, 240, 1) }
.lm-ScrollBar-thumb { background: rgba(205, 205, 205, 1) }
.lm-ScrollBar-thumb:hover { background: rgba(186, 186, 186, 1) }
.lm-ScrollBar-thumb.lm-mod-active { background: rgba(160, 160, 160, 1) }
.lm-ScrollBar[data-orientation=\"horizontal\"] .lm-ScrollBar-thumb { height: 100%; min-width: 15px; border-left: 1px solid rgba(160, 160, 160, 1); border-right: 1px solid rgba(160, 160, 160, 1) }
.lm-ScrollBar[data-orientation=\"vertical\"] .lm-ScrollBar-thumb { width: 100%; min-height: 15px; border-top: 1px solid rgba(160, 160, 160, 1); border-bottom: 1px solid rgba(160, 160, 160, 1) }
.lm-ScrollBar[data-orientation=\"horizontal\"] .lm-ScrollBar-button[data-action=\"decrement\"] { background-image: var(--jp-icon-caret-left); background-size: 17px }
.lm-ScrollBar[data-orientation=\"horizontal\"] .lm-ScrollBar-button[data-action=\"increment\"] { background-image: var(--jp-icon-caret-right); background-size: 17px }
.lm-ScrollBar[data-orientation=\"vertical\"] .lm-ScrollBar-button[data-action=\"decrement\"] { background-image: var(--jp-icon-caret-up); background-size: 17px }
.lm-ScrollBar[data-orientation=\"vertical\"] .lm-ScrollBar-button[data-action=\"increment\"] { background-image: var(--jp-icon-caret-down); background-size: 17px }
.p-Widget, .lm-Widget { box-sizing: border-box; position: relative; overflow: hidden; cursor: default }
.p-Widget.p-mod-hidden, .lm-Widget.lm-mod-hidden { display: none !important }
.p-CommandPalette, .lm-CommandPalette { display: flex; flex-direction: column; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none }
.p-CommandPalette-search, .lm-CommandPalette-search { flex: 0 0 auto }
.p-CommandPalette-content, .lm-CommandPalette-content { flex: 1 1 auto; margin: 0; padding: 0; min-height: 0; overflow: auto; list-style-type: none }
.p-CommandPalette-header, .lm-CommandPalette-header { overflow: hidden; white-space: nowrap; text-overflow: ellipsis }
.p-CommandPalette-item, .lm-CommandPalette-item { display: flex; flex-direction: row }
.p-CommandPalette-itemIcon, .lm-CommandPalette-itemIcon { flex: 0 0 auto }
.p-CommandPalette-itemContent, .lm-CommandPalette-itemContent { flex: 1 1 auto; overflow: hidden }
.p-CommandPalette-itemShortcut, .lm-CommandPalette-itemShortcut { flex: 0 0 auto }
.p-CommandPalette-itemLabel, .lm-CommandPalette-itemLabel { overflow: hidden; white-space: nowrap; text-overflow: ellipsis }
.lm-close-icon { border: 1px solid rgba(0, 0, 0, 0); background-color: rgba(0, 0, 0, 0); position: absolute; z-index: 1; right: 3%; top: 0; bottom: 0; margin: auto; padding: 7px 0; display: none; vertical-align: middle; outline: 0; cursor: pointer }
.lm-close-icon:after { content: \"X\"; display: block; width: 15px; height: 15px; text-align: center; color: rgba(0, 0, 0, 1); font-weight: normal; font-size: 12px; cursor: pointer }
.p-DockPanel, .lm-DockPanel { z-index: 0 }
.p-DockPanel-widget, .lm-DockPanel-widget { z-index: 0 }
.p-DockPanel-tabBar, .lm-DockPanel-tabBar { z-index: 1 }
.p-DockPanel-handle, .lm-DockPanel-handle { z-index: 2 }
.p-DockPanel-handle.p-mod-hidden, .lm-DockPanel-handle.lm-mod-hidden { display: none !important }
.p-DockPanel-handle:after, .lm-DockPanel-handle:after { position: absolute; top: 0; left: 0; width: 100%; height: 100%; content: \"\" }
.p-DockPanel-handle[data-orientation=\"horizontal\"], .lm-DockPanel-handle[data-orientation=\"horizontal\"] { cursor: ew-resize }
.p-DockPanel-handle[data-orientation=\"vertical\"], .lm-DockPanel-handle[data-orientation=\"vertical\"] { cursor: ns-resize }
.p-DockPanel-handle[data-orientation=\"horizontal\"]:after, .lm-DockPanel-handle[data-orientation=\"horizontal\"]:after { left: 50%; min-width: 8px; transform: translateX(-50%) }
.p-DockPanel-handle[data-orientation=\"vertical\"]:after, .lm-DockPanel-handle[data-orientation=\"vertical\"]:after { top: 50%; min-height: 8px; transform: translateY(-50%) }
.p-DockPanel-overlay, .lm-DockPanel-overlay { z-index: 3; box-sizing: border-box; pointer-events: none }
.p-DockPanel-overlay.p-mod-hidden, .lm-DockPanel-overlay.lm-mod-hidden { display: none !important }
.p-Menu, .lm-Menu { z-index: 10000; position: absolute; white-space: nowrap; overflow-x: hidden; overflow-y: auto; outline: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none }
.p-Menu-content, .lm-Menu-content { margin: 0; padding: 0; display: table; list-style-type: none }
.p-Menu-item, .lm-Menu-item { display: table-row }
.p-Menu-item.p-mod-hidden, .p-Menu-item.p-mod-collapsed, .lm-Menu-item.lm-mod-hidden, .lm-Menu-item.lm-mod-collapsed { display: none !important }
.p-Menu-itemIcon, .p-Menu-itemSubmenuIcon, .lm-Menu-itemIcon, .lm-Menu-itemSubmenuIcon { display: table-cell; text-align: center }
.p-Menu-itemLabel, .lm-Menu-itemLabel { display: table-cell; text-align: left }
.p-Menu-itemShortcut, .lm-Menu-itemShortcut { display: table-cell; text-align: right }
.p-MenuBar, .lm-MenuBar { outline: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none }
.p-MenuBar-content, .lm-MenuBar-content { margin: 0; padding: 0; display: flex; flex-direction: row; list-style-type: none }
.p--MenuBar-item, .lm-MenuBar-item { box-sizing: border-box }
.p-MenuBar-itemIcon, .p-MenuBar-itemLabel, .lm-MenuBar-itemIcon, .lm-MenuBar-itemLabel { display: inline-block }
.p-ScrollBar, .lm-ScrollBar { display: flex; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none }
.p-ScrollBar[data-orientation=\"horizontal\"], .lm-ScrollBar[data-orientation=\"horizontal\"] { flex-direction: row }
.p-ScrollBar[data-orientation=\"vertical\"], .lm-ScrollBar[data-orientation=\"vertical\"] { flex-direction: column }
.p-ScrollBar-button, .lm-ScrollBar-button { box-sizing: border-box; flex: 0 0 auto }
.p-ScrollBar-track, .lm-ScrollBar-track { box-sizing: border-box; position: relative; overflow: hidden; flex: 1 1 auto }
.p-ScrollBar-thumb, .lm-ScrollBar-thumb { box-sizing: border-box; position: absolute }
.p-SplitPanel-child, .lm-SplitPanel-child { z-index: 0 }
.p-SplitPanel-handle, .lm-SplitPanel-handle { z-index: 1 }
.p-SplitPanel-handle.p-mod-hidden, .lm-SplitPanel-handle.lm-mod-hidden { display: none !important }
.p-SplitPanel-handle:after, .lm-SplitPanel-handle:after { position: absolute; top: 0; left: 0; width: 100%; height: 100%; content: \"\" }
.p-SplitPanel[data-orientation=\"horizontal\"]>.p-SplitPanel-handle, .lm-SplitPanel[data-orientation=\"horizontal\"]>.lm-SplitPanel-handle { cursor: ew-resize }
.p-SplitPanel[data-orientation=\"vertical\"]>.p-SplitPanel-handle, .lm-SplitPanel[data-orientation=\"vertical\"]>.lm-SplitPanel-handle { cursor: ns-resize }
.p-SplitPanel[data-orientation=\"horizontal\"]>.p-SplitPanel-handle:after, .lm-SplitPanel[data-orientation=\"horizontal\"]>.lm-SplitPanel-handle:after { left: 50%; min-width: 8px; transform: translateX(-50%) }
.p-SplitPanel[data-orientation=\"vertical\"]>.p-SplitPanel-handle:after, .lm-SplitPanel[data-orientation=\"vertical\"]>.lm-SplitPanel-handle:after { top: 50%; min-height: 8px; transform: translateY(-50%) }
.p-TabBar, .lm-TabBar { display: flex; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none }
.p-TabBar[data-orientation=\"horizontal\"], .lm-TabBar[data-orientation=\"horizontal\"] { flex-direction: row; align-items: flex-end }
.p-TabBar[data-orientation=\"vertical\"], .lm-TabBar[data-orientation=\"vertical\"] { flex-direction: column; align-items: flex-end }
.p-TabBar-content, .lm-TabBar-content { margin: 0; padding: 0; display: flex; flex: 1 1 auto; list-style-type: none }
.p-TabBar[data-orientation=\"horizontal\"]>.p-TabBar-content, .lm-TabBar[data-orientation=\"horizontal\"]>.lm-TabBar-content { flex-direction: row }
.p-TabBar[data-orientation=\"vertical\"]>.p-TabBar-content, .lm-TabBar[data-orientation=\"vertical\"]>.lm-TabBar-content { flex-direction: column }
.p-TabBar-tab, .lm-TabBar-tab { display: flex; flex-direction: row; box-sizing: border-box; overflow: hidden }
.p-TabBar-tabIcon, .p-TabBar-tabCloseIcon, .lm-TabBar-tabIcon, .lm-TabBar-tabCloseIcon { flex: 0 0 auto }
.p-TabBar-tabLabel, .lm-TabBar-tabLabel { flex: 1 1 auto; overflow: hidden; white-space: nowrap }
.lm-TabBar-tabInput { user-select: all; width: 100%; box-sizing: border-box }
.p-TabBar-tab.p-mod-hidden, .lm-TabBar-tab.lm-mod-hidden { display: none !important }
.lm-TabBar-addButton.lm-mod-hidden { display: none !important }
.p-TabBar.p-mod-dragging .p-TabBar-tab, .lm-TabBar.lm-mod-dragging .lm-TabBar-tab { position: relative }
.p-TabBar.p-mod-dragging[data-orientation=\"horizontal\"] .p-TabBar-tab, .lm-TabBar.lm-mod-dragging[data-orientation=\"horizontal\"] .lm-TabBar-tab { left: 0; transition: left 150ms ease }
.p-TabBar.p-mod-dragging[data-orientation=\"vertical\"] .p-TabBar-tab, .lm-TabBar.lm-mod-dragging[data-orientation=\"vertical\"] .lm-TabBar-tab { top: 0; transition: top 150ms ease }
.p-TabBar.p-mod-dragging .p-TabBar-tab.p-mod-dragging, .lm-TabBar.lm-mod-dragging .lm-TabBar-tab.lm-mod-dragging { }
.lm-TabBar-tabLabel .lm-TabBar-tabInput { user-select: all; width: 100%; box-sizing: border-box }
.p-TabPanel-tabBar, .lm-TabPanel-tabBar { z-index: 1 }
.p-TabPanel-stackedPanel, .lm-TabPanel-stackedPanel { z-index: 0 }
@charset \"UTF-8\";
html { -webkit-box-sizing: border-box; box-sizing: border-box }
*, *::before, *::after { -webkit-box-sizing: inherit; box-sizing: inherit }
body { font-size: 14px; font-weight: 400; letter-spacing: 0; line-height: 1.28581; text-transform: none; color: rgba(24, 32, 38, 1); font-family: -apple-system, \"BlinkMacSystemFont\", \"Segoe UI\", \"Roboto\", \"Oxygen\", \"Ubuntu\", \"Cantarell\", \"Open Sans\", \"Helvetica Neue\", \"Icons16\", sans-serif }
p { margin-bottom: 10px; margin-top: 0 }
small { font-size: 12px }
strong { font-weight: 600 }
::-moz-selection { background: rgba(125, 188, 255, 0.6) }
::selection { background: rgba(125, 188, 255, 0.6) }
.bp3-heading { color: rgba(24, 32, 38, 1); font-weight: 600; margin: 0 0 10px; padding: 0 }
.bp3-dark .bp3-heading { color: rgba(245, 248, 250, 1) }
h1.bp3-heading, .bp3-running-text h1 { font-size: 36px; line-height: 40px }
h2.bp3-heading, .bp3-running-text h2 { font-size: 28px; line-height: 32px }
h3.bp3-heading, .bp3-running-text h3 { font-size: 22px; line-height: 25px }
h4.bp3-heading, .bp3-running-text h4 { font-size: 18px; line-height: 21px }
h5.bp3-heading, .bp3-running-text h5 { font-size: 16px; line-height: 19px }
h6.bp3-heading, .bp3-running-text h6 { font-size: 14px; line-height: 16px }
.bp3-ui-text { font-size: 14px; font-weight: 400; letter-spacing: 0; line-height: 1.28581; text-transform: none }
.bp3-monospace-text { font-family: monospace; text-transform: none }
.bp3-text-muted { color: rgba(92, 112, 128, 1) }
.bp3-dark .bp3-text-muted { color: rgba(167, 182, 194, 1) }
.bp3-text-disabled { color: rgba(92, 112, 128, 0.6) }
.bp3-dark .bp3-text-disabled { color: rgba(167, 182, 194, 0.6) }
.bp3-text-overflow-ellipsis { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; word-wrap: normal }
.bp3-running-text { font-size: 14px; line-height: 1.5 }
.bp3-running-text h1 { color: rgba(24, 32, 38, 1); font-weight: 600; margin-bottom: 20px; margin-top: 40px }
.bp3-dark .bp3-running-text h1 { color: rgba(245, 248, 250, 1) }
.bp3-running-text h2 { color: rgba(24, 32, 38, 1); font-weight: 600; margin-bottom: 20px; margin-top: 40px }
.bp3-dark .bp3-running-text h2 { color: rgba(245, 248, 250, 1) }
.bp3-running-text h3 { color: rgba(24, 32, 38, 1); font-weight: 600; margin-bottom: 20px; margin-top: 40px }
.bp3-dark .bp3-running-text h3 { color: rgba(245, 248, 250, 1) }
.bp3-running-text h4 { color: rgba(24, 32, 38, 1); font-weight: 600; margin-bottom: 20px; margin-top: 40px }
.bp3-dark .bp3-running-text h4 { color: rgba(245, 248, 250, 1) }
.bp3-running-text h5 { color: rgba(24, 32, 38, 1); font-weight: 600; margin-bottom: 20px; margin-top: 40px }
.bp3-dark .bp3-running-text h5 { color: rgba(245, 248, 250, 1) }
.bp3-running-text h6 { color: rgba(24, 32, 38, 1); font-weight: 600; margin-bottom: 20px; margin-top: 40px }
.bp3-dark .bp3-running-text h6 { color: rgba(245, 248, 250, 1) }
.bp3-running-text hr { border-top: none; border-right: none; border-bottom: 1px solid rgba(16, 22, 26, 0.15); border-left: none; margin: 20px 0 }
.bp3-dark .bp3-running-text hr { border-color: rgba(255, 255, 255, 0.15) }
.bp3-running-text p { margin: 0 0 10px; padding: 0 }
.bp3-text-large { font-size: 16px }
.bp3-text-small { font-size: 12px }
a { color: rgba(16, 107, 163, 1); text-decoration: none }
a:hover { color: rgba(16, 107, 163, 1); cursor: pointer; text-decoration: underline }
a .bp3-icon, a .bp3-icon-standard, a .bp3-icon-large { color: inherit }
a code, .bp3-dark a code { color: inherit }
.bp3-dark a, .bp3-dark a:hover { color: rgba(72, 175, 240, 1) }
.bp3-dark a .bp3-icon, .bp3-dark a .bp3-icon-standard, .bp3-dark a .bp3-icon-large, .bp3-dark a:hover .bp3-icon, .bp3-dark a:hover .bp3-icon-standard, .bp3-dark a:hover .bp3-icon-large { color: inherit }
.bp3-running-text code, .bp3-code { font-family: monospace; text-transform: none; background: rgba(255, 255, 255, 0.7); border-radius: 3px; -webkit-box-shadow: inset 0 0 0 1px rgba(16, 22, 26, 0.2); box-shadow: inset 0 0 1px rgba(16, 22, 26, 0.2); color: rgba(92, 112, 128, 1); font-size: smaller; padding: 2px 5px }
.bp3-dark .bp3-running-text code, .bp3-running-text .bp3-dark code, .bp3-dark .bp3-code { background: rgba(16, 22, 26, 0.3); -webkit-box-shadow: inset 0 0 0 1px rgba(16, 22, 26, 0.4); box-shadow: inset 0 0 1px rgba(16, 22, 26, 0.4); color: rgba(167, 182, 194, 1) }
.bp3-running-text a>code, a>.bp3-code { color: rgba(19, 124, 189, 1) }
.bp3-dark .bp3-running-text a>code, .bp3-running-text .bp3-dark a>code, .bp3-dark a>.bp3-code { color: inherit }
.bp3-running-text pre, .bp3-code-block { font-family: monospace; text-transform: none; background: rgba(255, 255, 255, 0.7); border-radius: 3px; -webkit-box-shadow: inset 0 0 0 1px rgba(16, 22, 26, 0.15); box-shadow: inset 0 0 1px rgba(16, 22, 26, 0.15); color: rgba(24, 32, 38, 1); display: block; font-size: 13px; line-height: 1.4; margin: 10px 0; padding: 13px 15px 12px; word-break: break-all; word-wrap: break-word }
.bp3-dark .bp3-running-text pre, .bp3-running-text .bp3-dark pre, .bp3-dark .bp3-code-block { background: rgba(16, 22, 26, 0.3); -webkit-box-shadow: inset 0 0 0 1px rgba(16, 22, 26, 0.4); box-shadow: inset 0 0 1px rgba(16, 22, 26, 0.4); color: rgba(245, 248, 250, 1) }
.bp3-running-text pre>code, .bp3-code-block>code { background: none; -webkit-box-shadow: none; box-shadow: none; color: inherit; font-size: inherit; padding: 0 }
.bp3-running-text kbd, .bp3-key { -webkit-box-align: center; -ms-flex-align: center; align-items: center; background: rgba(255, 255, 255, 1); border-radius: 3px; -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.1), 0 0 0 rgba(16, 22, 26, 0), 0 1px 1px rgba(16, 22, 26, 0.2); box-shadow: 0 0 1px rgba(16, 22, 26, 0.1), 0 0 rgba(16, 22, 26, 0), 0 1px 1px rgba(16, 22, 26, 0.2); color: rgba(92, 112, 128, 1); display: inline-flex; font-family: inherit; font-size: 12px; height: 24px; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; line-height: 24px; min-width: 24px; padding: 3px 6px; vertical-align: middle }
.bp3-running-text kbd .bp3-icon, .bp3-key .bp3-icon, .bp3-running-text kbd .bp3-icon-standard, .bp3-key .bp3-icon-standard, .bp3-running-text kbd .bp3-icon-large, .bp3-key .bp3-icon-large { margin-right: 5px }
.bp3-dark .bp3-running-text kbd, .bp3-running-text .bp3-dark kbd, .bp3-dark .bp3-key { background: rgba(57, 75, 89, 1); -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.2), 0 0 0 rgba(16, 22, 26, 0), 0 1px 1px rgba(16, 22, 26, 0.4); box-shadow: 0 0 1px rgba(16, 22, 26, 0.2), 0 0 rgba(16, 22, 26, 0), 0 1px 1px rgba(16, 22, 26, 0.4); color: rgba(167, 182, 194, 1) }
.bp3-running-text blockquote, .bp3-blockquote { border-left: 4px solid rgba(167, 182, 194, 0.5); margin: 0 0 10px; padding: 0 20px }
.bp3-dark .bp3-running-text blockquote, .bp3-running-text .bp3-dark blockquote, .bp3-dark .bp3-blockquote { border-color: rgba(115, 134, 148, 0.5) }
.bp3-running-text ul, .bp3-running-text ol, .bp3-list { margin: 10px 0; padding-left: 30px }
.bp3-running-text ul li:not(:last-child), .bp3-running-text ol li:not(:last-child), .bp3-list li:not(:last-child) { margin-bottom: 5px }
.bp3-running-text ul ol, .bp3-running-text ol ol, .bp3-list ol, .bp3-running-text ul ul, .bp3-running-text ol ul, .bp3-list ul { margin-top: 5px }
.bp3-list-unstyled { list-style: none; margin: 0; padding: 0 }
.bp3-list-unstyled li { padding: 0 }
.bp3-rtl { text-align: right }
.bp3-dark { color: rgba(245, 248, 250, 1) }
:focus { outline-offset: 2px; -moz-outline-radius: 6px }
.bp3-focus-disabled :focus { outline: none !important }
.bp3-focus-disabled :focus~.bp3-control-indicator { outline: none !important }
.bp3-alert { max-width: 400px; padding: 20px }
.bp3-alert-body { display: flex }
.bp3-alert-body .bp3-icon { font-size: 40px; margin-right: 20px; margin-top: 0 }
.bp3-alert-contents { }
.bp3-alert-footer { display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; margin-top: 10px }
.bp3-alert-footer .bp3-button { margin-left: 10px }
.bp3-breadcrumbs { -webkit-box-align: center; -ms-flex-align: center; align-items: center; cursor: default; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; height: 30px; list-style: none; margin: 0; padding: 0 }
.bp3-breadcrumbs>li { -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: flex }
.bp3-breadcrumbs>li::after { background: url(\"data:image/svg+xml,%3csvgxmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\'%3e%3cpath fill-rule=\'evenodd\' clip-rule=\'evenodd\' d=\'M10.71 7.29l-4-4a1.003 1.003 0 00-1.42 1.42L8.59 8 5.3 11.29c-.19.18-.3.43-.3.71a1.003 1.003 0 001.71.71l4-4c.18-.18.29-.43.29-.71 0-.28-.11-.53-.29-.71z\' fill=\'%235C7080\'/%3e%3c/svg%3e\"); content: \"\"; display: block; height: 16px; margin: 0 5px; width: 16px }
.bp3-breadcrumbs>li:last-of-type::after { display: none }
.bp3-breadcrumb, .bp3-breadcrumb-current, .bp3-breadcrumbs-collapsed { -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: inline-flex; font-size: 16px }
.bp3-breadcrumb, .bp3-breadcrumbs-collapsed { color: rgba(92, 112, 128, 1) }
.bp3-breadcrumb:hover { text-decoration: none }
.bp3-breadcrumb.bp3-disabled { color: rgba(92, 112, 128, 0.6); cursor: not-allowed }
.bp3-breadcrumb .bp3-icon { margin-right: 5px }
.bp3-breadcrumb-current { color: inherit; font-weight: 600 }
.bp3-breadcrumb-current .bp3-input { font-size: inherit; font-weight: inherit; vertical-align: baseline }
.bp3-breadcrumbs-collapsed { background: rgba(206, 217, 224, 1); border: none; border-radius: 3px; cursor: pointer; margin-right: 2px; padding: 1px 5px; vertical-align: text-bottom }
.bp3-breadcrumbs-collapsed::before { content: \"\"; display: block; height: 16px; width: 16px }
.bp3-breadcrumbs-collapsed:hover { background: rgba(191, 204, 214, 1); color: rgba(24, 32, 38, 1); text-decoration: none }
.bp3-dark .bp3-breadcrumb, .bp3-dark .bp3-breadcrumbs-collapsed { color: rgba(167, 182, 194, 1) }
.bp3-dark .bp3-breadcrumbs>li::after { color: rgba(167, 182, 194, 1) }
.bp3-dark .bp3-breadcrumb.bp3-disabled { color: rgba(167, 182, 194, 0.6) }
.bp3-dark .bp3-breadcrumb-current { color: rgba(245, 248, 250, 1) }
.bp3-dark .bp3-breadcrumbs-collapsed { background: rgba(16, 22, 26, 0.4) }
.bp3-dark .bp3-breadcrumbs-collapsed:hover { background: rgba(16, 22, 26, 0.6); color: rgba(245, 248, 250, 1) }
.bp3-button { display: inline-flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border: none; border-radius: 3px; cursor: pointer; font-size: 14px; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: 5px 10px; text-align: left; vertical-align: middle; min-height: 30px; min-width: 30px }
.bp3-button>* { -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; -ms-flex-negative: 0; flex-shrink: 0 }
.bp3-button>.bp3-fill { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; -ms-flex-negative: 1; flex-shrink: 1 }
.bp3-button::before, .bp3-button>* { margin-right: 7px }
.bp3-button:empty::before, .bp3-button>:last-child { margin-right: 0 }
.bp3-button:empty { padding: 0 !important }
.bp3-button:disabled, .bp3-button.bp3-disabled { cursor: not-allowed }
.bp3-button.bp3-fill { display: flex; width: 100% }
.bp3-button.bp3-align-right, .bp3-align-right .bp3-button { text-align: right }
.bp3-button.bp3-align-left, .bp3-align-left .bp3-button { text-align: left }
.bp3-button:not([class*=\"bp3-intent-\"]) { background-color: rgba(245, 248, 250, 1); background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)); -webkit-box-shadow: inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1); box-shadow: inset 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px rgba(16, 22, 26, 0.1); color: rgba(24, 32, 38, 1) }
.bp3-button:not([class*=\"bp3-intent-\"]):hover { background-clip: padding-box; background-color: rgba(235, 241, 245, 1); -webkit-box-shadow: inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1); box-shadow: inset 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px rgba(16, 22, 26, 0.1) }
.bp3-button:not([class*=\"bp3-intent-\"]):active, .bp3-button:not([class*=\"bp3-intent-\"]).bp3-active { background-color: rgba(216, 225, 232, 1); background-image: none; -webkit-box-shadow: inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 1px 2px rgba(16, 22, 26, 0.2); box-shadow: inset 0 0 1px rgba(16, 22, 26, 0.2), inset 0 1px 2px rgba(16, 22, 26, 0.2) }
.bp3-button:not([class*=\"bp3-intent-\"]):disabled, .bp3-button:not([class*=\"bp3-intent-\"]).bp3-disabled { background-color: rgba(206, 217, 224, 0.5); background-image: none; -webkit-box-shadow: none; box-shadow: none; color: rgba(92, 112, 128, 0.6); cursor: not-allowed; outline: none }
.bp3-button:not([class*=\"bp3-intent-\"]):disabled.bp3-active, .bp3-button:not([class*=\"bp3-intent-\"]):disabled.bp3-active:hover, .bp3-button:not([class*=\"bp3-intent-\"]).bp3-disabled.bp3-active, .bp3-button:not([class*=\"bp3-intent-\"]).bp3-disabled.bp3-active:hover { background: rgba(206, 217, 224, 0.7) }
.bp3-button.bp3-intent-primary { background-color: rgba(19, 124, 189, 1); background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0)); -webkit-box-shadow: inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2); box-shadow: inset 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px rgba(16, 22, 26, 0.2); color: rgba(255, 255, 255, 1) }
.bp3-button.bp3-intent-primary:hover, .bp3-button.bp3-intent-primary:active, .bp3-button.bp3-intent-primary.bp3-active { color: rgba(255, 255, 255, 1) }
.bp3-button.bp3-intent-primary:hover { background-color: rgba(16, 107, 163, 1); -webkit-box-shadow: inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2); box-shadow: inset 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px rgba(16, 22, 26, 0.2) }
.bp3-button.bp3-intent-primary:active, .bp3-button.bp3-intent-primary.bp3-active { background-color: rgba(14, 90, 138, 1); background-image: none; -webkit-box-shadow: inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 1px 2px rgba(16, 22, 26, 0.2); box-shadow: inset 0 0 1px rgba(16, 22, 26, 0.4), inset 0 1px 2px rgba(16, 22, 26, 0.2) }
.bp3-button.bp3-intent-primary:disabled, .bp3-button.bp3-intent-primary.bp3-disabled { background-color: rgba(19, 124, 189, 0.5); background-image: none; border-color: rgba(0, 0, 0, 0); -webkit-box-shadow: none; box-shadow: none; color: rgba(255, 255, 255, 0.6) }
.bp3-button.bp3-intent-success { background-color: rgba(15, 153, 96, 1); background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0)); -webkit-box-shadow: inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2); box-shadow: inset 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px rgba(16, 22, 26, 0.2); color: rgba(255, 255, 255, 1) }
.bp3-button.bp3-intent-success:hover, .bp3-button.bp3-intent-success:active, .bp3-button.bp3-intent-success.bp3-active { color: rgba(255, 255, 255, 1) }
.bp3-button.bp3-intent-success:hover { background-color: rgba(13, 128, 80, 1); -webkit-box-shadow: inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2); box-shadow: inset 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px rgba(16, 22, 26, 0.2) }
.bp3-button.bp3-intent-success:active, .bp3-button.bp3-intent-success.bp3-active { background-color: rgba(10, 102, 64, 1); background-image: none; -webkit-box-shadow: inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 1px 2px rgba(16, 22, 26, 0.2); box-shadow: inset 0 0 1px rgba(16, 22, 26, 0.4), inset 0 1px 2px rgba(16, 22, 26, 0.2) }
.bp3-button.bp3-intent-success:disabled, .bp3-button.bp3-intent-success.bp3-disabled { background-color: rgba(15, 153, 96, 0.5); background-image: none; border-color: rgba(0, 0, 0, 0); -webkit-box-shadow: none; box-shadow: none; color: rgba(255, 255, 255, 0.6) }
.bp3-button.bp3-intent-warning { background-color: rgba(217, 130, 43, 1); background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0)); -webkit-box-shadow: inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2); box-shadow: inset 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px rgba(16, 22, 26, 0.2); color: rgba(255, 255, 255, 1) }
.bp3-button.bp3-intent-warning:hover, .bp3-button.bp3-intent-warning:active, .bp3-button.bp3-intent-warning.bp3-active { color: rgba(255, 255, 255, 1) }
.bp3-button.bp3-intent-warning:hover { background-color: rgba(191, 115, 38, 1); -webkit-box-shadow: inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2); box-shadow: inset 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px rgba(16, 22, 26, 0.2) }
.bp3-button.bp3-intent-warning:active, .bp3-button.bp3-intent-warning.bp3-active { background-color: rgba(166, 99, 33, 1); background-image: none; -webkit-box-shadow: inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 1px 2px rgba(16, 22, 26, 0.2); box-shadow: inset 0 0 1px rgba(16, 22, 26, 0.4), inset 0 1px 2px rgba(16, 22, 26, 0.2) }
.bp3-button.bp3-intent-warning:disabled, .bp3-button.bp3-intent-warning.bp3-disabled { background-color: rgba(217, 130, 43, 0.5); background-image: none; border-color: rgba(0, 0, 0, 0); -webkit-box-shadow: none; box-shadow: none; color: rgba(255, 255, 255, 0.6) }
.bp3-button.bp3-intent-danger { background-color: rgba(219, 55, 55, 1); background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0)); -webkit-box-shadow: inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2); box-shadow: inset 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px rgba(16, 22, 26, 0.2); color: rgba(255, 255, 255, 1) }
.bp3-button.bp3-intent-danger:hover, .bp3-button.bp3-intent-danger:active, .bp3-button.bp3-intent-danger.bp3-active { color: rgba(255, 255, 255, 1) }
.bp3-button.bp3-intent-danger:hover { background-color: rgba(194, 48, 48, 1); -webkit-box-shadow: inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2); box-shadow: inset 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px rgba(16, 22, 26, 0.2) }
.bp3-button.bp3-intent-danger:active, .bp3-button.bp3-intent-danger.bp3-active { background-color: rgba(168, 42, 42, 1); background-image: none; -webkit-box-shadow: inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 1px 2px rgba(16, 22, 26, 0.2); box-shadow: inset 0 0 1px rgba(16, 22, 26, 0.4), inset 0 1px 2px rgba(16, 22, 26, 0.2) }
.bp3-button.bp3-intent-danger:disabled, .bp3-button.bp3-intent-danger.bp3-disabled { background-color: rgba(219, 55, 55, 0.5); background-image: none; border-color: rgba(0, 0, 0, 0); -webkit-box-shadow: none; box-shadow: none; color: rgba(255, 255, 255, 0.6) }
.bp3-button[class*=\"bp3-intent-\"] .bp3-button-spinner .bp3-spinner-head { stroke: rgba(255, 255, 255, 1) }
.bp3-button.bp3-large, .bp3-large .bp3-button { min-height: 40px; min-width: 40px; font-size: 16px; padding: 5px 15px }
.bp3-button.bp3-large::before, .bp3-button.bp3-large>*, .bp3-large .bp3-button::before, .bp3-large .bp3-button>* { margin-right: 10px }
.bp3-button.bp3-large:empty::before, .bp3-button.bp3-large>:last-child, .bp3-large .bp3-button:empty::before, .bp3-large .bp3-button>:last-child { margin-right: 0 }
.bp3-button.bp3-small, .bp3-small .bp3-button { min-height: 24px; min-width: 24px; padding: 0 7px }
.bp3-button.bp3-loading { position: relative }
.bp3-button.bp3-loading[class*=\"bp3-icon-\"]::before { visibility: hidden }
.bp3-button.bp3-loading .bp3-button-spinner { margin: 0; position: absolute }
.bp3-button.bp3-loading>:not(.bp3-button-spinner) { visibility: hidden }
.bp3-button[class*=\"bp3-icon-\"]::before { font-family: \"Icons16\", sans-serif; font-size: 16px; font-style: normal; font-weight: 400; line-height: 1; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; color: rgba(92, 112, 128, 1) }
.bp3-button .bp3-icon, .bp3-button .bp3-icon-standard, .bp3-button .bp3-icon-large { color: rgba(92, 112, 128, 1) }
.bp3-button .bp3-icon.bp3-align-right, .bp3-button .bp3-icon-standard.bp3-align-right, .bp3-button .bp3-icon-large.bp3-align-right { margin-left: 7px }
.bp3-button .bp3-icon:first-child:last-child, .bp3-button .bp3-spinner+.bp3-icon:last-child { margin: 0 -7px }
.bp3-dark .bp3-button:not([class*=\"bp3-intent-\"]) { background-color: rgba(57, 75, 89, 1); background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0)); -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.4); box-shadow: 0 0 1px rgba(16, 22, 26, 0.4); color: rgba(245, 248, 250, 1) }
.bp3-dark .bp3-button:not([class*=\"bp3-intent-\"]):hover, .bp3-dark .bp3-button:not([class*=\"bp3-intent-\"]):active, .bp3-dark .bp3-button:not([class*=\"bp3-intent-\"]).bp3-active { color: rgba(245, 248, 250, 1) }
.bp3-dark .bp3-button:not([class*=\"bp3-intent-\"]):hover { background-color: rgba(48, 64, 77, 1); -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.4); box-shadow: 0 0 1px rgba(16, 22, 26, 0.4) }
.bp3-dark .bp3-button:not([class*=\"bp3-intent-\"]):active, .bp3-dark .bp3-button:not([class*=\"bp3-intent-\"]).bp3-active { background-color: rgba(32, 43, 51, 1); background-image: none; -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.6), inset 0 1px 2px rgba(16, 22, 26, 0.2); box-shadow: 0 0 1px rgba(16, 22, 26, 0.6), inset 0 1px 2px rgba(16, 22, 26, 0.2) }
.bp3-dark .bp3-button:not([class*=\"bp3-intent-\"]):disabled, .bp3-dark .bp3-button:not([class*=\"bp3-intent-\"]).bp3-disabled { background-color: rgba(57, 75, 89, 0.5); background-image: none; -webkit-box-shadow: none; box-shadow: none; color: rgba(167, 182, 194, 0.6) }
.bp3-dark .bp3-button:not([class*=\"bp3-intent-\"]):disabled.bp3-active, .bp3-dark .bp3-button:not([class*=\"bp3-intent-\"]).bp3-disabled.bp3-active { background: rgba(57, 75, 89, 0.7) }
.bp3-dark .bp3-button:not([class*=\"bp3-intent-\"]) .bp3-button-spinner .bp3-spinner-head { background: rgba(16, 22, 26, 0.5); stroke: rgba(138, 155, 168, 1) }
.bp3-dark .bp3-button:not([class*=\"bp3-intent-\"])[class*=\"bp3-icon-\"]::before { color: rgba(167, 182, 194, 1) }
.bp3-dark .bp3-button:not([class*=\"bp3-intent-\"]) .bp3-icon, .bp3-dark .bp3-button:not([class*=\"bp3-intent-\"]) .bp3-icon-standard, .bp3-dark .bp3-button:not([class*=\"bp3-intent-\"]) .bp3-icon-large { color: rgba(167, 182, 194, 1) }
.bp3-dark .bp3-button[class*=\"bp3-intent-\"] { -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.4); box-shadow: 0 0 1px rgba(16, 22, 26, 0.4) }
.bp3-dark .bp3-button[class*=\"bp3-intent-\"]:hover { -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.4); box-shadow: 0 0 1px rgba(16, 22, 26, 0.4) }
.bp3-dark .bp3-button[class*=\"bp3-intent-\"]:active, .bp3-dark .bp3-button[class*=\"bp3-intent-\"].bp3-active { -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 1px 2px rgba(16, 22, 26, 0.2); box-shadow: 0 0 1px rgba(16, 22, 26, 0.4), inset 0 1px 2px rgba(16, 22, 26, 0.2) }
.bp3-dark .bp3-button[class*=\"bp3-intent-\"]:disabled, .bp3-dark .bp3-button[class*=\"bp3-intent-\"].bp3-disabled { background-image: none; -webkit-box-shadow: none; box-shadow: none; color: rgba(255, 255, 255, 0.3) }
.bp3-dark .bp3-button[class*=\"bp3-intent-\"] .bp3-button-spinner .bp3-spinner-head { stroke: rgba(138, 155, 168, 1) }
.bp3-button:disabled::before, .bp3-button:disabled .bp3-icon, .bp3-button:disabled .bp3-icon-standard, .bp3-button:disabled .bp3-icon-large, .bp3-button.bp3-disabled::before, .bp3-button.bp3-disabled .bp3-icon, .bp3-button.bp3-disabled .bp3-icon-standard, .bp3-button.bp3-disabled .bp3-icon-large, .bp3-button[class*=\"bp3-intent-\"]::before, .bp3-button[class*=\"bp3-intent-\"] .bp3-icon, .bp3-button[class*=\"bp3-intent-\"] .bp3-icon-standard, .bp3-button[class*=\"bp3-intent-\"] .bp3-icon-large { color: inherit !important }
.bp3-button.bp3-minimal { background: none; -webkit-box-shadow: none; box-shadow: none }
.bp3-button.bp3-minimal:hover { background: rgba(167, 182, 194, 0.3); -webkit-box-shadow: none; box-shadow: none; color: rgba(24, 32, 38, 1); text-decoration: none }
.bp3-button.bp3-minimal:active, .bp3-button.bp3-minimal.bp3-active { background: rgba(115, 134, 148, 0.3); -webkit-box-shadow: none; box-shadow: none; color: rgba(24, 32, 38, 1) }
.bp3-button.bp3-minimal:disabled, .bp3-button.bp3-minimal:disabled:hover, .bp3-button.bp3-minimal.bp3-disabled, .bp3-button.bp3-minimal.bp3-disabled:hover { background: none; color: rgba(92, 112, 128, 0.6); cursor: not-allowed }
.bp3-button.bp3-minimal:disabled.bp3-active, .bp3-button.bp3-minimal:disabled:hover.bp3-active, .bp3-button.bp3-minimal.bp3-disabled.bp3-active, .bp3-button.bp3-minimal.bp3-disabled:hover.bp3-active { background: rgba(115, 134, 148, 0.3) }
.bp3-dark .bp3-button.bp3-minimal { background: none; -webkit-box-shadow: none; box-shadow: none; color: inherit }
.bp3-dark .bp3-button.bp3-minimal:hover, .bp3-dark .bp3-button.bp3-minimal:active, .bp3-dark .bp3-button.bp3-minimal.bp3-active { background: none; -webkit-box-shadow: none; box-shadow: none }
.bp3-dark .bp3-button.bp3-minimal:hover { background: rgba(138, 155, 168, 0.15) }
.bp3-dark .bp3-button.bp3-minimal:active, .bp3-dark .bp3-button.bp3-minimal.bp3-active { background: rgba(138, 155, 168, 0.3); color: rgba(245, 248, 250, 1) }
.bp3-dark .bp3-button.bp3-minimal:disabled, .bp3-dark .bp3-button.bp3-minimal:disabled:hover, .bp3-dark .bp3-button.bp3-minimal.bp3-disabled, .bp3-dark .bp3-button.bp3-minimal.bp3-disabled:hover { background: none; color: rgba(167, 182, 194, 0.6); cursor: not-allowed }
.bp3-dark .bp3-button.bp3-minimal:disabled.bp3-active, .bp3-dark .bp3-button.bp3-minimal:disabled:hover.bp3-active, .bp3-dark .bp3-button.bp3-minimal.bp3-disabled.bp3-active, .bp3-dark .bp3-button.bp3-minimal.bp3-disabled:hover.bp3-active { background: rgba(138, 155, 168, 0.3) }
.bp3-button.bp3-minimal.bp3-intent-primary { color: rgba(16, 107, 163, 1) }
.bp3-button.bp3-minimal.bp3-intent-primary:hover, .bp3-button.bp3-minimal.bp3-intent-primary:active, .bp3-button.bp3-minimal.bp3-intent-primary.bp3-active { background: none; -webkit-box-shadow: none; box-shadow: none; color: rgba(16, 107, 163, 1) }
.bp3-button.bp3-minimal.bp3-intent-primary:hover { background: rgba(19, 124, 189, 0.15); color: rgba(16, 107, 163, 1) }
.bp3-button.bp3-minimal.bp3-intent-primary:active, .bp3-button.bp3-minimal.bp3-intent-primary.bp3-active { background: rgba(19, 124, 189, 0.3); color: rgba(16, 107, 163, 1) }
.bp3-button.bp3-minimal.bp3-intent-primary:disabled, .bp3-button.bp3-minimal.bp3-intent-primary.bp3-disabled { background: none; color: rgba(16, 107, 163, 0.5) }
.bp3-button.bp3-minimal.bp3-intent-primary:disabled.bp3-active, .bp3-button.bp3-minimal.bp3-intent-primary.bp3-disabled.bp3-active { background: rgba(19, 124, 189, 0.3) }
.bp3-button.bp3-minimal.bp3-intent-primary .bp3-button-spinner .bp3-spinner-head { stroke: rgba(16, 107, 163, 1) }
.bp3-dark .bp3-button.bp3-minimal.bp3-intent-primary { color: rgba(72, 175, 240, 1) }
.bp3-dark .bp3-button.bp3-minimal.bp3-intent-primary:hover { background: rgba(19, 124, 189, 0.2); color: rgba(72, 175, 240, 1) }
.bp3-dark .bp3-button.bp3-minimal.bp3-intent-primary:active, .bp3-dark .bp3-button.bp3-minimal.bp3-intent-primary.bp3-active { background: rgba(19, 124, 189, 0.3); color: rgba(72, 175, 240, 1) }
.bp3-dark .bp3-button.bp3-minimal.bp3-intent-primary:disabled, .bp3-dark .bp3-button.bp3-minimal.bp3-intent-primary.bp3-disabled { background: none; color: rgba(72, 175, 240, 0.5) }
.bp3-dark .bp3-button.bp3-minimal.bp3-intent-primary:disabled.bp3-active, .bp3-dark .bp3-button.bp3-minimal.bp3-intent-primary.bp3-disabled.bp3-active { background: rgba(19, 124, 189, 0.3) }
.bp3-button.bp3-minimal.bp3-intent-success { color: rgba(13, 128, 80, 1) }
.bp3-button.bp3-minimal.bp3-intent-success:hover, .bp3-button.bp3-minimal.bp3-intent-success:active, .bp3-button.bp3-minimal.bp3-intent-success.bp3-active { background: none; -webkit-box-shadow: none; box-shadow: none; color: rgba(13, 128, 80, 1) }
.bp3-button.bp3-minimal.bp3-intent-success:hover { background: rgba(15, 153, 96, 0.15); color: rgba(13, 128, 80, 1) }
.bp3-button.bp3-minimal.bp3-intent-success:active, .bp3-button.bp3-minimal.bp3-intent-success.bp3-active { background: rgba(15, 153, 96, 0.3); color: rgba(13, 128, 80, 1) }
.bp3-button.bp3-minimal.bp3-intent-success:disabled, .bp3-button.bp3-minimal.bp3-intent-success.bp3-disabled { background: none; color: rgba(13, 128, 80, 0.5) }
.bp3-button.bp3-minimal.bp3-intent-success:disabled.bp3-active, .bp3-button.bp3-minimal.bp3-intent-success.bp3-disabled.bp3-active { background: rgba(15, 153, 96, 0.3) }
.bp3-button.bp3-minimal.bp3-intent-success .bp3-button-spinner .bp3-spinner-head { stroke: rgba(13, 128, 80, 1) }
.bp3-dark .bp3-button.bp3-minimal.bp3-intent-success { color: rgba(61, 204, 145, 1) }
.bp3-dark .bp3-button.bp3-minimal.bp3-intent-success:hover { background: rgba(15, 153, 96, 0.2); color: rgba(61, 204, 145, 1) }
.bp3-dark .bp3-button.bp3-minimal.bp3-intent-success:active, .bp3-dark .bp3-button.bp3-minimal.bp3-intent-success.bp3-active { background: rgba(15, 153, 96, 0.3); color: rgba(61, 204, 145, 1) }
.bp3-dark .bp3-button.bp3-minimal.bp3-intent-success:disabled, .bp3-dark .bp3-button.bp3-minimal.bp3-intent-success.bp3-disabled { background: none; color: rgba(61, 204, 145, 0.5) }
.bp3-dark .bp3-button.bp3-minimal.bp3-intent-success:disabled.bp3-active, .bp3-dark .bp3-button.bp3-minimal.bp3-intent-success.bp3-disabled.bp3-active { background: rgba(15, 153, 96, 0.3) }
.bp3-button.bp3-minimal.bp3-intent-warning { color: rgba(191, 115, 38, 1) }
.bp3-button.bp3-minimal.bp3-intent-warning:hover, .bp3-button.bp3-minimal.bp3-intent-warning:active, .bp3-button.bp3-minimal.bp3-intent-warning.bp3-active { background: none; -webkit-box-shadow: none; box-shadow: none; color: rgba(191, 115, 38, 1) }
.bp3-button.bp3-minimal.bp3-intent-warning:hover { background: rgba(217, 130, 43, 0.15); color: rgba(191, 115, 38, 1) }
.bp3-button.bp3-minimal.bp3-intent-warning:active, .bp3-button.bp3-minimal.bp3-intent-warning.bp3-active { background: rgba(217, 130, 43, 0.3); color: rgba(191, 115, 38, 1) }
.bp3-button.bp3-minimal.bp3-intent-warning:disabled, .bp3-button.bp3-minimal.bp3-intent-warning.bp3-disabled { background: none; color: rgba(191, 115, 38, 0.5) }
.bp3-button.bp3-minimal.bp3-intent-warning:disabled.bp3-active, .bp3-button.bp3-minimal.bp3-intent-warning.bp3-disabled.bp3-active { background: rgba(217, 130, 43, 0.3) }
.bp3-button.bp3-minimal.bp3-intent-warning .bp3-button-spinner .bp3-spinner-head { stroke: rgba(191, 115, 38, 1) }
.bp3-dark .bp3-button.bp3-minimal.bp3-intent-warning { color: rgba(255, 179, 102, 1) }
.bp3-dark .bp3-button.bp3-minimal.bp3-intent-warning:hover { background: rgba(217, 130, 43, 0.2); color: rgba(255, 179, 102, 1) }
.bp3-dark .bp3-button.bp3-minimal.bp3-intent-warning:active, .bp3-dark .bp3-button.bp3-minimal.bp3-intent-warning.bp3-active { background: rgba(217, 130, 43, 0.3); color: rgba(255, 179, 102, 1) }
.bp3-dark .bp3-button.bp3-minimal.bp3-intent-warning:disabled, .bp3-dark .bp3-button.bp3-minimal.bp3-intent-warning.bp3-disabled { background: none; color: rgba(255, 179, 102, 0.5) }
.bp3-dark .bp3-button.bp3-minimal.bp3-intent-warning:disabled.bp3-active, .bp3-dark .bp3-button.bp3-minimal.bp3-intent-warning.bp3-disabled.bp3-active { background: rgba(217, 130, 43, 0.3) }
.bp3-button.bp3-minimal.bp3-intent-danger { color: rgba(194, 48, 48, 1) }
.bp3-button.bp3-minimal.bp3-intent-danger:hover, .bp3-button.bp3-minimal.bp3-intent-danger:active, .bp3-button.bp3-minimal.bp3-intent-danger.bp3-active { background: none; -webkit-box-shadow: none; box-shadow: none; color: rgba(194, 48, 48, 1) }
.bp3-button.bp3-minimal.bp3-intent-danger:hover { background: rgba(219, 55, 55, 0.15); color: rgba(194, 48, 48, 1) }
.bp3-button.bp3-minimal.bp3-intent-danger:active, .bp3-button.bp3-minimal.bp3-intent-danger.bp3-active { background: rgba(219, 55, 55, 0.3); color: rgba(194, 48, 48, 1) }
.bp3-button.bp3-minimal.bp3-intent-danger:disabled, .bp3-button.bp3-minimal.bp3-intent-danger.bp3-disabled { background: none; color: rgba(194, 48, 48, 0.5) }
.bp3-button.bp3-minimal.bp3-intent-danger:disabled.bp3-active, .bp3-button.bp3-minimal.bp3-intent-danger.bp3-disabled.bp3-active { background: rgba(219, 55, 55, 0.3) }
.bp3-button.bp3-minimal.bp3-intent-danger .bp3-button-spinner .bp3-spinner-head { stroke: rgba(194, 48, 48, 1) }
.bp3-dark .bp3-button.bp3-minimal.bp3-intent-danger { color: rgba(255, 115, 115, 1) }
.bp3-dark .bp3-button.bp3-minimal.bp3-intent-danger:hover { background: rgba(219, 55, 55, 0.2); color: rgba(255, 115, 115, 1) }
.bp3-dark .bp3-button.bp3-minimal.bp3-intent-danger:active, .bp3-dark .bp3-button.bp3-minimal.bp3-intent-danger.bp3-active { background: rgba(219, 55, 55, 0.3); color: rgba(255, 115, 115, 1) }
.bp3-dark .bp3-button.bp3-minimal.bp3-intent-danger:disabled, .bp3-dark .bp3-button.bp3-minimal.bp3-intent-danger.bp3-disabled { background: none; color: rgba(255, 115, 115, 0.5) }
.bp3-dark .bp3-button.bp3-minimal.bp3-intent-danger:disabled.bp3-active, .bp3-dark .bp3-button.bp3-minimal.bp3-intent-danger.bp3-disabled.bp3-active { background: rgba(219, 55, 55, 0.3) }
.bp3-button.bp3-outlined { background: none; -webkit-box-shadow: none; box-shadow: none; border: 1px solid rgba(24, 32, 38, 0.2); -webkit-box-sizing: border-box; box-sizing: border-box }
.bp3-button.bp3-outlined:hover { background: rgba(167, 182, 194, 0.3); -webkit-box-shadow: none; box-shadow: none; color: rgba(24, 32, 38, 1); text-decoration: none }
.bp3-button.bp3-outlined:active, .bp3-button.bp3-outlined.bp3-active { background: rgba(115, 134, 148, 0.3); -webkit-box-shadow: none; box-shadow: none; color: rgba(24, 32, 38, 1) }
.bp3-button.bp3-outlined:disabled, .bp3-button.bp3-outlined:disabled:hover, .bp3-button.bp3-outlined.bp3-disabled, .bp3-button.bp3-outlined.bp3-disabled:hover { background: none; color: rgba(92, 112, 128, 0.6); cursor: not-allowed }
.bp3-button.bp3-outlined:disabled.bp3-active, .bp3-button.bp3-outlined:disabled:hover.bp3-active, .bp3-button.bp3-outlined.bp3-disabled.bp3-active, .bp3-button.bp3-outlined.bp3-disabled:hover.bp3-active { background: rgba(115, 134, 148, 0.3) }
.bp3-dark .bp3-button.bp3-outlined { background: none; -webkit-box-shadow: none; box-shadow: none; color: inherit }
.bp3-dark .bp3-button.bp3-outlined:hover, .bp3-dark .bp3-button.bp3-outlined:active, .bp3-dark .bp3-button.bp3-outlined.bp3-active { background: none; -webkit-box-shadow: none; box-shadow: none }
.bp3-dark .bp3-button.bp3-outlined:hover { background: rgba(138, 155, 168, 0.15) }
.bp3-dark .bp3-button.bp3-outlined:active, .bp3-dark .bp3-button.bp3-outlined.bp3-active { background: rgba(138, 155, 168, 0.3); color: rgba(245, 248, 250, 1) }
.bp3-dark .bp3-button.bp3-outlined:disabled, .bp3-dark .bp3-button.bp3-outlined:disabled:hover, .bp3-dark .bp3-button.bp3-outlined.bp3-disabled, .bp3-dark .bp3-button.bp3-outlined.bp3-disabled:hover { background: none; color: rgba(167, 182, 194, 0.6); cursor: not-allowed }
.bp3-dark .bp3-button.bp3-outlined:disabled.bp3-active, .bp3-dark .bp3-button.bp3-outlined:disabled:hover.bp3-active, .bp3-dark .bp3-button.bp3-outlined.bp3-disabled.bp3-active, .bp3-dark .bp3-button.bp3-outlined.bp3-disabled:hover.bp3-active { background: rgba(138, 155, 168, 0.3) }
.bp3-button.bp3-outlined.bp3-intent-primary { color: rgba(16, 107, 163, 1) }
.bp3-button.bp3-outlined.bp3-intent-primary:hover, .bp3-button.bp3-outlined.bp3-intent-primary:active, .bp3-button.bp3-outlined.bp3-intent-primary.bp3-active { background: none; -webkit-box-shadow: none; box-shadow: none; color: rgba(16, 107, 163, 1) }
.bp3-button.bp3-outlined.bp3-intent-primary:hover { background: rgba(19, 124, 189, 0.15); color: rgba(16, 107, 163, 1) }
.bp3-button.bp3-outlined.bp3-intent-primary:active, .bp3-button.bp3-outlined.bp3-intent-primary.bp3-active { background: rgba(19, 124, 189, 0.3); color: rgba(16, 107, 163, 1) }
.bp3-button.bp3-outlined.bp3-intent-primary:disabled, .bp3-button.bp3-outlined.bp3-intent-primary.bp3-disabled { background: none; color: rgba(16, 107, 163, 0.5) }
.bp3-button.bp3-outlined.bp3-intent-primary:disabled.bp3-active, .bp3-button.bp3-outlined.bp3-intent-primary.bp3-disabled.bp3-active { background: rgba(19, 124, 189, 0.3) }
.bp3-button.bp3-outlined.bp3-intent-primary .bp3-button-spinner .bp3-spinner-head { stroke: rgba(16, 107, 163, 1) }
.bp3-dark .bp3-button.bp3-outlined.bp3-intent-primary { color: rgba(72, 175, 240, 1) }
.bp3-dark .bp3-button.bp3-outlined.bp3-intent-primary:hover { background: rgba(19, 124, 189, 0.2); color: rgba(72, 175, 240, 1) }
.bp3-dark .bp3-button.bp3-outlined.bp3-intent-primary:active, .bp3-dark .bp3-button.bp3-outlined.bp3-intent-primary.bp3-active { background: rgba(19, 124, 189, 0.3); color: rgba(72, 175, 240, 1) }
.bp3-dark .bp3-button.bp3-outlined.bp3-intent-primary:disabled, .bp3-dark .bp3-button.bp3-outlined.bp3-intent-primary.bp3-disabled { background: none; color: rgba(72, 175, 240, 0.5) }
.bp3-dark .bp3-button.bp3-outlined.bp3-intent-primary:disabled.bp3-active, .bp3-dark .bp3-button.bp3-outlined.bp3-intent-primary.bp3-disabled.bp3-active { background: rgba(19, 124, 189, 0.3) }
.bp3-button.bp3-outlined.bp3-intent-success { color: rgba(13, 128, 80, 1) }
.bp3-button.bp3-outlined.bp3-intent-success:hover, .bp3-button.bp3-outlined.bp3-intent-success:active, .bp3-button.bp3-outlined.bp3-intent-success.bp3-active { background: none; -webkit-box-shadow: none; box-shadow: none; color: rgba(13, 128, 80, 1) }
.bp3-button.bp3-outlined.bp3-intent-success:hover { background: rgba(15, 153, 96, 0.15); color: rgba(13, 128, 80, 1) }
.bp3-button.bp3-outlined.bp3-intent-success:active, .bp3-button.bp3-outlined.bp3-intent-success.bp3-active { background: rgba(15, 153, 96, 0.3); color: rgba(13, 128, 80, 1) }
.bp3-button.bp3-outlined.bp3-intent-success:disabled, .bp3-button.bp3-outlined.bp3-intent-success.bp3-disabled { background: none; color: rgba(13, 128, 80, 0.5) }
.bp3-button.bp3-outlined.bp3-intent-success:disabled.bp3-active, .bp3-button.bp3-outlined.bp3-intent-success.bp3-disabled.bp3-active { background: rgba(15, 153, 96, 0.3) }
.bp3-button.bp3-outlined.bp3-intent-success .bp3-button-spinner .bp3-spinner-head { stroke: rgba(13, 128, 80, 1) }
.bp3-dark .bp3-button.bp3-outlined.bp3-intent-success { color: rgba(61, 204, 145, 1) }
.bp3-dark .bp3-button.bp3-outlined.bp3-intent-success:hover { background: rgba(15, 153, 96, 0.2); color: rgba(61, 204, 145, 1) }
.bp3-dark .bp3-button.bp3-outlined.bp3-intent-success:active, .bp3-dark .bp3-button.bp3-outlined.bp3-intent-success.bp3-active { background: rgba(15, 153, 96, 0.3); color: rgba(61, 204, 145, 1) }
.bp3-dark .bp3-button.bp3-outlined.bp3-intent-success:disabled, .bp3-dark .bp3-button.bp3-outlined.bp3-intent-success.bp3-disabled { background: none; color: rgba(61, 204, 145, 0.5) }
.bp3-dark .bp3-button.bp3-outlined.bp3-intent-success:disabled.bp3-active, .bp3-dark .bp3-button.bp3-outlined.bp3-intent-success.bp3-disabled.bp3-active { background: rgba(15, 153, 96, 0.3) }
.bp3-button.bp3-outlined.bp3-intent-warning { color: rgba(191, 115, 38, 1) }
.bp3-button.bp3-outlined.bp3-intent-warning:hover, .bp3-button.bp3-outlined.bp3-intent-warning:active, .bp3-button.bp3-outlined.bp3-intent-warning.bp3-active { background: none; -webkit-box-shadow: none; box-shadow: none; color: rgba(191, 115, 38, 1) }
.bp3-button.bp3-outlined.bp3-intent-warning:hover { background: rgba(217, 130, 43, 0.15); color: rgba(191, 115, 38, 1) }
.bp3-button.bp3-outlined.bp3-intent-warning:active, .bp3-button.bp3-outlined.bp3-intent-warning.bp3-active { background: rgba(217, 130, 43, 0.3); color: rgba(191, 115, 38, 1) }
.bp3-button.bp3-outlined.bp3-intent-warning:disabled, .bp3-button.bp3-outlined.bp3-intent-warning.bp3-disabled { background: none; color: rgba(191, 115, 38, 0.5) }
.bp3-button.bp3-outlined.bp3-intent-warning:disabled.bp3-active, .bp3-button.bp3-outlined.bp3-intent-warning.bp3-disabled.bp3-active { background: rgba(217, 130, 43, 0.3) }
.bp3-button.bp3-outlined.bp3-intent-warning .bp3-button-spinner .bp3-spinner-head { stroke: rgba(191, 115, 38, 1) }
.bp3-dark .bp3-button.bp3-outlined.bp3-intent-warning { color: rgba(255, 179, 102, 1) }
.bp3-dark .bp3-button.bp3-outlined.bp3-intent-warning:hover { background: rgba(217, 130, 43, 0.2); color: rgba(255, 179, 102, 1) }
.bp3-dark .bp3-button.bp3-outlined.bp3-intent-warning:active, .bp3-dark .bp3-button.bp3-outlined.bp3-intent-warning.bp3-active { background: rgba(217, 130, 43, 0.3); color: rgba(255, 179, 102, 1) }
.bp3-dark .bp3-button.bp3-outlined.bp3-intent-warning:disabled, .bp3-dark .bp3-button.bp3-outlined.bp3-intent-warning.bp3-disabled { background: none; color: rgba(255, 179, 102, 0.5) }
.bp3-dark .bp3-button.bp3-outlined.bp3-intent-warning:disabled.bp3-active, .bp3-dark .bp3-button.bp3-outlined.bp3-intent-warning.bp3-disabled.bp3-active { background: rgba(217, 130, 43, 0.3) }
.bp3-button.bp3-outlined.bp3-intent-danger { color: rgba(194, 48, 48, 1) }
.bp3-button.bp3-outlined.bp3-intent-danger:hover, .bp3-button.bp3-outlined.bp3-intent-danger:active, .bp3-button.bp3-outlined.bp3-intent-danger.bp3-active { background: none; -webkit-box-shadow: none; box-shadow: none; color: rgba(194, 48, 48, 1) }
.bp3-button.bp3-outlined.bp3-intent-danger:hover { background: rgba(219, 55, 55, 0.15); color: rgba(194, 48, 48, 1) }
.bp3-button.bp3-outlined.bp3-intent-danger:active, .bp3-button.bp3-outlined.bp3-intent-danger.bp3-active { background: rgba(219, 55, 55, 0.3); color: rgba(194, 48, 48, 1) }
.bp3-button.bp3-outlined.bp3-intent-danger:disabled, .bp3-button.bp3-outlined.bp3-intent-danger.bp3-disabled { background: none; color: rgba(194, 48, 48, 0.5) }
.bp3-button.bp3-outlined.bp3-intent-danger:disabled.bp3-active, .bp3-button.bp3-outlined.bp3-intent-danger.bp3-disabled.bp3-active { background: rgba(219, 55, 55, 0.3) }
.bp3-button.bp3-outlined.bp3-intent-danger .bp3-button-spinner .bp3-spinner-head { stroke: rgba(194, 48, 48, 1) }
.bp3-dark .bp3-button.bp3-outlined.bp3-intent-danger { color: rgba(255, 115, 115, 1) }
.bp3-dark .bp3-button.bp3-outlined.bp3-intent-danger:hover { background: rgba(219, 55, 55, 0.2); color: rgba(255, 115, 115, 1) }
.bp3-dark .bp3-button.bp3-outlined.bp3-intent-danger:active, .bp3-dark .bp3-button.bp3-outlined.bp3-intent-danger.bp3-active { background: rgba(219, 55, 55, 0.3); color: rgba(255, 115, 115, 1) }
.bp3-dark .bp3-button.bp3-outlined.bp3-intent-danger:disabled, .bp3-dark .bp3-button.bp3-outlined.bp3-intent-danger.bp3-disabled { background: none; color: rgba(255, 115, 115, 0.5) }
.bp3-dark .bp3-button.bp3-outlined.bp3-intent-danger:disabled.bp3-active, .bp3-dark .bp3-button.bp3-outlined.bp3-intent-danger.bp3-disabled.bp3-active { background: rgba(219, 55, 55, 0.3) }
.bp3-button.bp3-outlined:disabled, .bp3-button.bp3-outlined.bp3-disabled, .bp3-button.bp3-outlined:disabled:hover, .bp3-button.bp3-outlined.bp3-disabled:hover { border-color: rgba(92, 112, 128, 0.1) }
.bp3-dark .bp3-button.bp3-outlined { border-color: rgba(255, 255, 255, 0.4) }
.bp3-dark .bp3-button.bp3-outlined:disabled, .bp3-dark .bp3-button.bp3-outlined:disabled:hover, .bp3-dark .bp3-button.bp3-outlined.bp3-disabled, .bp3-dark .bp3-button.bp3-outlined.bp3-disabled:hover { border-color: rgba(255, 255, 255, 0.2) }
.bp3-button.bp3-outlined.bp3-intent-primary { border-color: rgba(16, 107, 163, 0.6) }
.bp3-button.bp3-outlined.bp3-intent-primary:disabled, .bp3-button.bp3-outlined.bp3-intent-primary.bp3-disabled { border-color: rgba(16, 107, 163, 0.2) }
.bp3-dark .bp3-button.bp3-outlined.bp3-intent-primary { border-color: rgba(72, 175, 240, 0.6) }
.bp3-dark .bp3-button.bp3-outlined.bp3-intent-primary:disabled, .bp3-dark .bp3-button.bp3-outlined.bp3-intent-primary.bp3-disabled { border-color: rgba(72, 175, 240, 0.2) }
.bp3-button.bp3-outlined.bp3-intent-success { border-color: rgba(13, 128, 80, 0.6) }
.bp3-button.bp3-outlined.bp3-intent-success:disabled, .bp3-button.bp3-outlined.bp3-intent-success.bp3-disabled { border-color: rgba(13, 128, 80, 0.2) }
.bp3-dark .bp3-button.bp3-outlined.bp3-intent-success { border-color: rgba(61, 204, 145, 0.6) }
.bp3-dark .bp3-button.bp3-outlined.bp3-intent-success:disabled, .bp3-dark .bp3-button.bp3-outlined.bp3-intent-success.bp3-disabled { border-color: rgba(61, 204, 145, 0.2) }
.bp3-button.bp3-outlined.bp3-intent-warning { border-color: rgba(191, 115, 38, 0.6) }
.bp3-button.bp3-outlined.bp3-intent-warning:disabled, .bp3-button.bp3-outlined.bp3-intent-warning.bp3-disabled { border-color: rgba(191, 115, 38, 0.2) }
.bp3-dark .bp3-button.bp3-outlined.bp3-intent-warning { border-color: rgba(255, 179, 102, 0.6) }
.bp3-dark .bp3-button.bp3-outlined.bp3-intent-warning:disabled, .bp3-dark .bp3-button.bp3-outlined.bp3-intent-warning.bp3-disabled { border-color: rgba(255, 179, 102, 0.2) }
.bp3-button.bp3-outlined.bp3-intent-danger { border-color: rgba(194, 48, 48, 0.6) }
.bp3-button.bp3-outlined.bp3-intent-danger:disabled, .bp3-button.bp3-outlined.bp3-intent-danger.bp3-disabled { border-color: rgba(194, 48, 48, 0.2) }
.bp3-dark .bp3-button.bp3-outlined.bp3-intent-danger { border-color: rgba(255, 115, 115, 0.6) }
.bp3-dark .bp3-button.bp3-outlined.bp3-intent-danger:disabled, .bp3-dark .bp3-button.bp3-outlined.bp3-intent-danger.bp3-disabled { border-color: rgba(255, 115, 115, 0.2) }
a.bp3-button { text-align: center; text-decoration: none; -webkit-transition: none }
a.bp3-button, a.bp3-button:hover, a.bp3-button:active { color: rgba(24, 32, 38, 1) }
a.bp3-button.bp3-disabled { color: rgba(92, 112, 128, 0.6) }
.bp3-button-text { -webkit-box-flex: 0; -ms-flex: 0 1 auto; flex: 0 1 auto }
.bp3-button.bp3-align-left .bp3-button-text, .bp3-button.bp3-align-right .bp3-button-text, .bp3-button-group.bp3-align-left .bp3-button-text, .bp3-button-group.bp3-align-right .bp3-button-text { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto }
.bp3-button-group { display: inline-flex }
.bp3-button-group .bp3-button { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; position: relative; z-index: 4 }
.bp3-button-group .bp3-button:focus { z-index: 5 }
.bp3-button-group .bp3-button:hover { z-index: 6 }
.bp3-button-group .bp3-button:active, .bp3-button-group .bp3-button.bp3-active { z-index: 7 }
.bp3-button-group .bp3-button:disabled, .bp3-button-group .bp3-button.bp3-disabled { z-index: 3 }
.bp3-button-group .bp3-button[class*=\"bp3-intent-\"] { z-index: 9 }
.bp3-button-group .bp3-button[class*=\"bp3-intent-\"]:focus { z-index: 10 }
.bp3-button-group .bp3-button[class*=\"bp3-intent-\"]:hover { z-index: 11 }
.bp3-button-group .bp3-button[class*=\"bp3-intent-\"]:active, .bp3-button-group .bp3-button[class*=\"bp3-intent-\"].bp3-active { z-index: 12 }
.bp3-button-group .bp3-button[class*=\"bp3-intent-\"]:disabled, .bp3-button-group .bp3-button[class*=\"bp3-intent-\"].bp3-disabled { z-index: 8 }
.bp3-button-group:not(.bp3-minimal)>.bp3-popover-wrapper:not(:first-child) .bp3-button, .bp3-button-group:not(.bp3-minimal)>.bp3-button:not(:first-child) { border-bottom-left-radius: 0; border-top-left-radius: 0 }
.bp3-button-group:not(.bp3-minimal)>.bp3-popover-wrapper:not(:last-child) .bp3-button, .bp3-button-group:not(.bp3-minimal)>.bp3-button:not(:last-child) { border-bottom-right-radius: 0; border-top-right-radius: 0; margin-right: -1px }
.bp3-button-group.bp3-minimal .bp3-button { background: none; -webkit-box-shadow: none; box-shadow: none }
.bp3-button-group.bp3-minimal .bp3-button:hover { background: rgba(167, 182, 194, 0.3); -webkit-box-shadow: none; box-shadow: none; color: rgba(24, 32, 38, 1); text-decoration: none }
.bp3-button-group.bp3-minimal .bp3-button:active, .bp3-button-group.bp3-minimal .bp3-button.bp3-active { background: rgba(115, 134, 148, 0.3); -webkit-box-shadow: none; box-shadow: none; color: rgba(24, 32, 38, 1) }
.bp3-button-group.bp3-minimal .bp3-button:disabled, .bp3-button-group.bp3-minimal .bp3-button:disabled:hover, .bp3-button-group.bp3-minimal .bp3-button.bp3-disabled, .bp3-button-group.bp3-minimal .bp3-button.bp3-disabled:hover { background: none; color: rgba(92, 112, 128, 0.6); cursor: not-allowed }
.bp3-button-group.bp3-minimal .bp3-button:disabled.bp3-active, .bp3-button-group.bp3-minimal .bp3-button:disabled:hover.bp3-active, .bp3-button-group.bp3-minimal .bp3-button.bp3-disabled.bp3-active, .bp3-button-group.bp3-minimal .bp3-button.bp3-disabled:hover.bp3-active { background: rgba(115, 134, 148, 0.3) }
.bp3-dark .bp3-button-group.bp3-minimal .bp3-button { background: none; -webkit-box-shadow: none; box-shadow: none; color: inherit }
.bp3-dark .bp3-button-group.bp3-minimal .bp3-button:hover, .bp3-dark .bp3-button-group.bp3-minimal .bp3-button:active, .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-active { background: none; -webkit-box-shadow: none; box-shadow: none }
.bp3-dark .bp3-button-group.bp3-minimal .bp3-button:hover { background: rgba(138, 155, 168, 0.15) }
.bp3-dark .bp3-button-group.bp3-minimal .bp3-button:active, .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-active { background: rgba(138, 155, 168, 0.3); color: rgba(245, 248, 250, 1) }
.bp3-dark .bp3-button-group.bp3-minimal .bp3-button:disabled, .bp3-dark .bp3-button-group.bp3-minimal .bp3-button:disabled:hover, .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-disabled, .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-disabled:hover { background: none; color: rgba(167, 182, 194, 0.6); cursor: not-allowed }
.bp3-dark .bp3-button-group.bp3-minimal .bp3-button:disabled.bp3-active, .bp3-dark .bp3-button-group.bp3-minimal .bp3-button:disabled:hover.bp3-active, .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-disabled.bp3-active, .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-disabled:hover.bp3-active { background: rgba(138, 155, 168, 0.3) }
.bp3-button-group.bp3-minimal .bp3-button.bp3-intent-primary { color: rgba(16, 107, 163, 1) }
.bp3-button-group.bp3-minimal .bp3-button.bp3-intent-primary:hover, .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-primary:active, .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-primary.bp3-active { background: none; -webkit-box-shadow: none; box-shadow: none; color: rgba(16, 107, 163, 1) }
.bp3-button-group.bp3-minimal .bp3-button.bp3-intent-primary:hover { background: rgba(19, 124, 189, 0.15); color: rgba(16, 107, 163, 1) }
.bp3-button-group.bp3-minimal .bp3-button.bp3-intent-primary:active, .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-primary.bp3-active { background: rgba(19, 124, 189, 0.3); color: rgba(16, 107, 163, 1) }
.bp3-button-group.bp3-minimal .bp3-button.bp3-intent-primary:disabled, .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-primary.bp3-disabled { background: none; color: rgba(16, 107, 163, 0.5) }
.bp3-button-group.bp3-minimal .bp3-button.bp3-intent-primary:disabled.bp3-active, .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-primary.bp3-disabled.bp3-active { background: rgba(19, 124, 189, 0.3) }
.bp3-button-group.bp3-minimal .bp3-button.bp3-intent-primary .bp3-button-spinner .bp3-spinner-head { stroke: rgba(16, 107, 163, 1) }
.bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-primary { color: rgba(72, 175, 240, 1) }
.bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-primary:hover { background: rgba(19, 124, 189, 0.2); color: rgba(72, 175, 240, 1) }
.bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-primary:active, .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-primary.bp3-active { background: rgba(19, 124, 189, 0.3); color: rgba(72, 175, 240, 1) }
.bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-primary:disabled, .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-primary.bp3-disabled { background: none; color: rgba(72, 175, 240, 0.5) }
.bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-primary:disabled.bp3-active, .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-primary.bp3-disabled.bp3-active { background: rgba(19, 124, 189, 0.3) }
.bp3-button-group.bp3-minimal .bp3-button.bp3-intent-success { color: rgba(13, 128, 80, 1) }
.bp3-button-group.bp3-minimal .bp3-button.bp3-intent-success:hover, .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-success:active, .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-success.bp3-active { background: none; -webkit-box-shadow: none; box-shadow: none; color: rgba(13, 128, 80, 1) }
.bp3-button-group.bp3-minimal .bp3-button.bp3-intent-success:hover { background: rgba(15, 153, 96, 0.15); color: rgba(13, 128, 80, 1) }
.bp3-button-group.bp3-minimal .bp3-button.bp3-intent-success:active, .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-success.bp3-active { background: rgba(15, 153, 96, 0.3); color: rgba(13, 128, 80, 1) }
.bp3-button-group.bp3-minimal .bp3-button.bp3-intent-success:disabled, .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-success.bp3-disabled { background: none; color: rgba(13, 128, 80, 0.5) }
.bp3-button-group.bp3-minimal .bp3-button.bp3-intent-success:disabled.bp3-active, .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-success.bp3-disabled.bp3-active { background: rgba(15, 153, 96, 0.3) }
.bp3-button-group.bp3-minimal .bp3-button.bp3-intent-success .bp3-button-spinner .bp3-spinner-head { stroke: rgba(13, 128, 80, 1) }
.bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-success { color: rgba(61, 204, 145, 1) }
.bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-success:hover { background: rgba(15, 153, 96, 0.2); color: rgba(61, 204, 145, 1) }
.bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-success:active, .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-success.bp3-active { background: rgba(15, 153, 96, 0.3); color: rgba(61, 204, 145, 1) }
.bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-success:disabled, .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-success.bp3-disabled { background: none; color: rgba(61, 204, 145, 0.5) }
.bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-success:disabled.bp3-active, .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-success.bp3-disabled.bp3-active { background: rgba(15, 153, 96, 0.3) }
.bp3-button-group.bp3-minimal .bp3-button.bp3-intent-warning { color: rgba(191, 115, 38, 1) }
.bp3-button-group.bp3-minimal .bp3-button.bp3-intent-warning:hover, .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-warning:active, .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-warning.bp3-active { background: none; -webkit-box-shadow: none; box-shadow: none; color: rgba(191, 115, 38, 1) }
.bp3-button-group.bp3-minimal .bp3-button.bp3-intent-warning:hover { background: rgba(217, 130, 43, 0.15); color: rgba(191, 115, 38, 1) }
.bp3-button-group.bp3-minimal .bp3-button.bp3-intent-warning:active, .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-warning.bp3-active { background: rgba(217, 130, 43, 0.3); color: rgba(191, 115, 38, 1) }
.bp3-button-group.bp3-minimal .bp3-button.bp3-intent-warning:disabled, .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-warning.bp3-disabled { background: none; color: rgba(191, 115, 38, 0.5) }
.bp3-button-group.bp3-minimal .bp3-button.bp3-intent-warning:disabled.bp3-active, .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-warning.bp3-disabled.bp3-active { background: rgba(217, 130, 43, 0.3) }
.bp3-button-group.bp3-minimal .bp3-button.bp3-intent-warning .bp3-button-spinner .bp3-spinner-head { stroke: rgba(191, 115, 38, 1) }
.bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-warning { color: rgba(255, 179, 102, 1) }
.bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-warning:hover { background: rgba(217, 130, 43, 0.2); color: rgba(255, 179, 102, 1) }
.bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-warning:active, .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-warning.bp3-active { background: rgba(217, 130, 43, 0.3); color: rgba(255, 179, 102, 1) }
.bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-warning:disabled, .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-warning.bp3-disabled { background: none; color: rgba(255, 179, 102, 0.5) }
.bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-warning:disabled.bp3-active, .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-warning.bp3-disabled.bp3-active { background: rgba(217, 130, 43, 0.3) }
.bp3-button-group.bp3-minimal .bp3-button.bp3-intent-danger { color: rgba(194, 48, 48, 1) }
.bp3-button-group.bp3-minimal .bp3-button.bp3-intent-danger:hover, .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-danger:active, .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-danger.bp3-active { background: none; -webkit-box-shadow: none; box-shadow: none; color: rgba(194, 48, 48, 1) }
.bp3-button-group.bp3-minimal .bp3-button.bp3-intent-danger:hover { background: rgba(219, 55, 55, 0.15); color: rgba(194, 48, 48, 1) }
.bp3-button-group.bp3-minimal .bp3-button.bp3-intent-danger:active, .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-danger.bp3-active { background: rgba(219, 55, 55, 0.3); color: rgba(194, 48, 48, 1) }
.bp3-button-group.bp3-minimal .bp3-button.bp3-intent-danger:disabled, .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-danger.bp3-disabled { background: none; color: rgba(194, 48, 48, 0.5) }
.bp3-button-group.bp3-minimal .bp3-button.bp3-intent-danger:disabled.bp3-active, .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-danger.bp3-disabled.bp3-active { background: rgba(219, 55, 55, 0.3) }
.bp3-button-group.bp3-minimal .bp3-button.bp3-intent-danger .bp3-button-spinner .bp3-spinner-head { stroke: rgba(194, 48, 48, 1) }
.bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-danger { color: rgba(255, 115, 115, 1) }
.bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-danger:hover { background: rgba(219, 55, 55, 0.2); color: rgba(255, 115, 115, 1) }
.bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-danger:active, .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-danger.bp3-active { background: rgba(219, 55, 55, 0.3); color: rgba(255, 115, 115, 1) }
.bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-danger:disabled, .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-danger.bp3-disabled { background: none; color: rgba(255, 115, 115, 0.5) }
.bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-danger:disabled.bp3-active, .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-danger.bp3-disabled.bp3-active { background: rgba(219, 55, 55, 0.3) }
.bp3-button-group .bp3-popover-wrapper, .bp3-button-group .bp3-popover-target { display: flex; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto }
.bp3-button-group.bp3-fill { display: flex; width: 100% }
.bp3-button-group .bp3-button.bp3-fill, .bp3-button-group.bp3-fill .bp3-button:not(.bp3-fixed) { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto }
.bp3-button-group.bp3-vertical { -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; vertical-align: top }
.bp3-button-group.bp3-vertical.bp3-fill { height: 100%; width: unset }
.bp3-button-group.bp3-vertical .bp3-button { margin-right: 0 !important; width: 100% }
.bp3-button-group.bp3-vertical:not(.bp3-minimal)>.bp3-popover-wrapper:first-child .bp3-button, .bp3-button-group.bp3-vertical:not(.bp3-minimal)>.bp3-button:first-child { border-radius: 3px 3px 0 0 }
.bp3-button-group.bp3-vertical:not(.bp3-minimal)>.bp3-popover-wrapper:last-child .bp3-button, .bp3-button-group.bp3-vertical:not(.bp3-minimal)>.bp3-button:last-child { border-radius: 0 0 3px 3px }
.bp3-button-group.bp3-vertical:not(.bp3-minimal)>.bp3-popover-wrapper:not(:last-child) .bp3-button, .bp3-button-group.bp3-vertical:not(.bp3-minimal)>.bp3-button:not(:last-child) { margin-bottom: -1px }
.bp3-button-group.bp3-align-left .bp3-button { text-align: left }
.bp3-dark .bp3-button-group:not(.bp3-minimal)>.bp3-popover-wrapper:not(:last-child) .bp3-button, .bp3-dark .bp3-button-group:not(.bp3-minimal)>.bp3-button:not(:last-child) { margin-right: 1px }
.bp3-dark .bp3-button-group.bp3-vertical>.bp3-popover-wrapper:not(:last-child) .bp3-button, .bp3-dark .bp3-button-group.bp3-vertical>.bp3-button:not(:last-child) { margin-bottom: 1px }
.bp3-callout { font-size: 14px; line-height: 1.5; background-color: rgba(138, 155, 168, 0.15); border-radius: 3px; padding: 10px 12px 9px; position: relative; width: 100% }
.bp3-callout[class*=\"bp3-icon-\"] { padding-left: 40px }
.bp3-callout[class*=\"bp3-icon-\"]::before { font-family: \"Icons20\", sans-serif; font-size: 20px; font-style: normal; font-weight: 400; line-height: 1; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; color: rgba(92, 112, 128, 1); left: 10px; position: absolute; top: 10px }
.bp3-callout.bp3-callout-icon { padding-left: 40px }
.bp3-callout.bp3-callout-icon>.bp3-icon:first-child { color: rgba(92, 112, 128, 1); left: 10px; position: absolute; top: 10px }
.bp3-callout .bp3-heading { line-height: 20px; margin-bottom: 5px; margin-top: 0 }
.bp3-callout .bp3-heading:last-child { margin-bottom: 0 }
.bp3-dark .bp3-callout { background-color: rgba(138, 155, 168, 0.2) }
.bp3-dark .bp3-callout[class*=\"bp3-icon-\"]::before { color: rgba(167, 182, 194, 1) }
.bp3-callout.bp3-intent-primary { background-color: rgba(19, 124, 189, 0.15) }
.bp3-callout.bp3-intent-primary[class*=\"bp3-icon-\"]::before, .bp3-callout.bp3-intent-primary>.bp3-icon:first-child, .bp3-callout.bp3-intent-primary .bp3-heading { color: rgba(16, 107, 163, 1) }
.bp3-dark .bp3-callout.bp3-intent-primary { background-color: rgba(19, 124, 189, 0.25) }
.bp3-dark .bp3-callout.bp3-intent-primary[class*=\"bp3-icon-\"]::before, .bp3-dark .bp3-callout.bp3-intent-primary>.bp3-icon:first-child, .bp3-dark .bp3-callout.bp3-intent-primary .bp3-heading { color: rgba(72, 175, 240, 1) }
.bp3-callout.bp3-intent-success { background-color: rgba(15, 153, 96, 0.15) }
.bp3-callout.bp3-intent-success[class*=\"bp3-icon-\"]::before, .bp3-callout.bp3-intent-success>.bp3-icon:first-child, .bp3-callout.bp3-intent-success .bp3-heading { color: rgba(13, 128, 80, 1) }
.bp3-dark .bp3-callout.bp3-intent-success { background-color: rgba(15, 153, 96, 0.25) }
.bp3-dark .bp3-callout.bp3-intent-success[class*=\"bp3-icon-\"]::before, .bp3-dark .bp3-callout.bp3-intent-success>.bp3-icon:first-child, .bp3-dark .bp3-callout.bp3-intent-success .bp3-heading { color: rgba(61, 204, 145, 1) }
.bp3-callout.bp3-intent-warning { background-color: rgba(217, 130, 43, 0.15) }
.bp3-callout.bp3-intent-warning[class*=\"bp3-icon-\"]::before, .bp3-callout.bp3-intent-warning>.bp3-icon:first-child, .bp3-callout.bp3-intent-warning .bp3-heading { color: rgba(191, 115, 38, 1) }
.bp3-dark .bp3-callout.bp3-intent-warning { background-color: rgba(217, 130, 43, 0.25) }
.bp3-dark .bp3-callout.bp3-intent-warning[class*=\"bp3-icon-\"]::before, .bp3-dark .bp3-callout.bp3-intent-warning>.bp3-icon:first-child, .bp3-dark .bp3-callout.bp3-intent-warning .bp3-heading { color: rgba(255, 179, 102, 1) }
.bp3-callout.bp3-intent-danger { background-color: rgba(219, 55, 55, 0.15) }
.bp3-callout.bp3-intent-danger[class*=\"bp3-icon-\"]::before, .bp3-callout.bp3-intent-danger>.bp3-icon:first-child, .bp3-callout.bp3-intent-danger .bp3-heading { color: rgba(194, 48, 48, 1) }
.bp3-dark .bp3-callout.bp3-intent-danger { background-color: rgba(219, 55, 55, 0.25) }
.bp3-dark .bp3-callout.bp3-intent-danger[class*=\"bp3-icon-\"]::before, .bp3-dark .bp3-callout.bp3-intent-danger>.bp3-icon:first-child, .bp3-dark .bp3-callout.bp3-intent-danger .bp3-heading { color: rgba(255, 115, 115, 1) }
.bp3-running-text .bp3-callout { margin: 20px 0 }
.bp3-card { background-color: rgba(255, 255, 255, 1); border-radius: 3px; -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.15), 0 0 0 rgba(16, 22, 26, 0), 0 0 0 rgba(16, 22, 26, 0); box-shadow: 0 0 1px rgba(16, 22, 26, 0.15), 0 0 rgba(16, 22, 26, 0), 0 0 rgba(16, 22, 26, 0); padding: 20px; -webkit-transition: -webkit-transform 200ms cubic-bezier(0.4, 1, 0.75, 0.9), -webkit-box-shadow 200ms cubic-bezier(0.4, 1, 0.75, 0.9); transition: transform 200ms cubic-bezier(0.4, 1, 0.75, 0.9), box-shadow 200ms cubic-bezier(0.4, 1, 0.75, 0.9) }
.bp3-card.bp3-dark, .bp3-dark .bp3-card { background-color: rgba(48, 64, 77, 1); -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.4), 0 0 0 rgba(16, 22, 26, 0), 0 0 0 rgba(16, 22, 26, 0); box-shadow: 0 0 1px rgba(16, 22, 26, 0.4), 0 0 rgba(16, 22, 26, 0), 0 0 rgba(16, 22, 26, 0) }
.bp3-elevation-0 { -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.15), 0 0 0 rgba(16, 22, 26, 0), 0 0 0 rgba(16, 22, 26, 0); box-shadow: 0 0 1px rgba(16, 22, 26, 0.15), 0 0 rgba(16, 22, 26, 0), 0 0 rgba(16, 22, 26, 0) }
.bp3-elevation-0.bp3-dark, .bp3-dark .bp3-elevation-0 { -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.4), 0 0 0 rgba(16, 22, 26, 0), 0 0 0 rgba(16, 22, 26, 0); box-shadow: 0 0 1px rgba(16, 22, 26, 0.4), 0 0 rgba(16, 22, 26, 0), 0 0 rgba(16, 22, 26, 0) }
.bp3-elevation-1 { -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.1), 0 0 0 rgba(16, 22, 26, 0), 0 1px 1px rgba(16, 22, 26, 0.2); box-shadow: 0 0 1px rgba(16, 22, 26, 0.1), 0 0 rgba(16, 22, 26, 0), 0 1px 1px rgba(16, 22, 26, 0.2) }
.bp3-elevation-1.bp3-dark, .bp3-dark .bp3-elevation-1 { -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.2), 0 0 0 rgba(16, 22, 26, 0), 0 1px 1px rgba(16, 22, 26, 0.4); box-shadow: 0 0 1px rgba(16, 22, 26, 0.2), 0 0 rgba(16, 22, 26, 0), 0 1px 1px rgba(16, 22, 26, 0.4) }
.bp3-elevation-2 { -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.1), 0 1px 1px rgba(16, 22, 26, 0.2), 0 2px 6px rgba(16, 22, 26, 0.2); box-shadow: 0 0 1px rgba(16, 22, 26, 0.1), 0 1px 1px rgba(16, 22, 26, 0.2), 0 2px 6px rgba(16, 22, 26, 0.2) }
.bp3-elevation-2.bp3-dark, .bp3-dark .bp3-elevation-2 { -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.2), 0 1px 1px rgba(16, 22, 26, 0.4), 0 2px 6px rgba(16, 22, 26, 0.4); box-shadow: 0 0 1px rgba(16, 22, 26, 0.2), 0 1px 1px rgba(16, 22, 26, 0.4), 0 2px 6px rgba(16, 22, 26, 0.4) }
.bp3-elevation-3 { -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.1), 0 2px 4px rgba(16, 22, 26, 0.2), 0 8px 24px rgba(16, 22, 26, 0.2); box-shadow: 0 0 1px rgba(16, 22, 26, 0.1), 0 2px 4px rgba(16, 22, 26, 0.2), 0 8px 24px rgba(16, 22, 26, 0.2) }
.bp3-elevation-3.bp3-dark, .bp3-dark .bp3-elevation-3 { -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.2), 0 2px 4px rgba(16, 22, 26, 0.4), 0 8px 24px rgba(16, 22, 26, 0.4); box-shadow: 0 0 1px rgba(16, 22, 26, 0.2), 0 2px 4px rgba(16, 22, 26, 0.4), 0 8px 24px rgba(16, 22, 26, 0.4) }
.bp3-elevation-4 { -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.1), 0 4px 8px rgba(16, 22, 26, 0.2), 0 18px 46px 6px rgba(16, 22, 26, 0.2); box-shadow: 0 0 1px rgba(16, 22, 26, 0.1), 0 4px 8px rgba(16, 22, 26, 0.2), 0 18px 46px 6px rgba(16, 22, 26, 0.2) }
.bp3-elevation-4.bp3-dark, .bp3-dark .bp3-elevation-4 { -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.2), 0 4px 8px rgba(16, 22, 26, 0.4), 0 18px 46px 6px rgba(16, 22, 26, 0.4); box-shadow: 0 0 1px rgba(16, 22, 26, 0.2), 0 4px 8px rgba(16, 22, 26, 0.4), 0 18px 46px 6px rgba(16, 22, 26, 0.4) }
.bp3-card.bp3-interactive:hover { -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.1), 0 2px 4px rgba(16, 22, 26, 0.2), 0 8px 24px rgba(16, 22, 26, 0.2); box-shadow: 0 0 1px rgba(16, 22, 26, 0.1), 0 2px 4px rgba(16, 22, 26, 0.2), 0 8px 24px rgba(16, 22, 26, 0.2); cursor: pointer }
.bp3-card.bp3-interactive:hover.bp3-dark, .bp3-dark .bp3-card.bp3-interactive:hover { -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.2), 0 2px 4px rgba(16, 22, 26, 0.4), 0 8px 24px rgba(16, 22, 26, 0.4); box-shadow: 0 0 1px rgba(16, 22, 26, 0.2), 0 2px 4px rgba(16, 22, 26, 0.4), 0 8px 24px rgba(16, 22, 26, 0.4) }
.bp3-card.bp3-interactive:active { -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.1), 0 0 0 rgba(16, 22, 26, 0), 0 1px 1px rgba(16, 22, 26, 0.2); box-shadow: 0 0 1px rgba(16, 22, 26, 0.1), 0 0 rgba(16, 22, 26, 0), 0 1px 1px rgba(16, 22, 26, 0.2); opacity: 0.9; -webkit-transition-duration: 0 }
.bp3-card.bp3-interactive:active.bp3-dark, .bp3-dark .bp3-card.bp3-interactive:active { -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.2), 0 0 0 rgba(16, 22, 26, 0), 0 1px 1px rgba(16, 22, 26, 0.4); box-shadow: 0 0 1px rgba(16, 22, 26, 0.2), 0 0 rgba(16, 22, 26, 0), 0 1px 1px rgba(16, 22, 26, 0.4) }
.bp3-collapse { height: 0; overflow-y: hidden; -webkit-transition: height 200ms cubic-bezier(0.4, 1, 0.75, 0.9); transition: height 200ms cubic-bezier(0.4, 1, 0.75, 0.9) }
.bp3-collapse .bp3-collapse-body { -webkit-transition: -webkit-transform 200ms cubic-bezier(0.4, 1, 0.75, 0.9); transition: transform 200ms cubic-bezier(0.4, 1, 0.75, 0.9) }
.bp3-collapse .bp3-collapse-body[aria-hidden=\"true\"] { display: none }
.bp3-context-menu .bp3-popover-target { display: block }
.bp3-context-menu-popover-target { position: fixed }
.bp3-divider { border-bottom: 1px solid rgba(16, 22, 26, 0.15); border-right: 1px solid rgba(16, 22, 26, 0.15); margin: 5px }
.bp3-dark .bp3-divider { border-color: rgba(16, 22, 26, 0.4) }
.bp3-dialog-container { opacity: 1; -webkit-transform: scale(1); transform: scale(1); -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; min-height: 100%; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; width: 100% }
.bp3-dialog-container.bp3-overlay-enter>.bp3-dialog, .bp3-dialog-container.bp3-overlay-appear>.bp3-dialog { opacity: 0; -webkit-transform: scale(0.5); transform: scale(0.5) }
.bp3-dialog-container.bp3-overlay-enter-active>.bp3-dialog, .bp3-dialog-container.bp3-overlay-appear-active>.bp3-dialog { opacity: 1; -webkit-transform: scale(1); transform: scale(1); -webkit-transition-delay: 0; -webkit-transition-duration: 300ms; transition-duration: 300ms; -webkit-transition-property: opacity, -webkit-transform; transition-property: ; -webkit-transition-timing-function: cubic-bezier(0.54, 1.12, 0.38, 1.11); transition-timing-function: cubic-bezier(0.54, 1.12, 0.38, 1.11) }
.bp3-dialog-container.bp3-overlay-exit>.bp3-dialog { opacity: 1; -webkit-transform: scale(1); transform: scale(1) }
.bp3-dialog-container.bp3-overlay-exit-active>.bp3-dialog { opacity: 0; -webkit-transform: scale(0.5); transform: scale(0.5); -webkit-transition-delay: 0; -webkit-transition-duration: 300ms; transition-duration: 300ms; -webkit-transition-property: opacity, -webkit-transform; transition-property: ; -webkit-transition-timing-function: cubic-bezier(0.54, 1.12, 0.38, 1.11); transition-timing-function: cubic-bezier(0.54, 1.12, 0.38, 1.11) }
.bp3-dialog { background: rgba(235, 241, 245, 1); border-radius: 6px; -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.1), 0 4px 8px rgba(16, 22, 26, 0.2), 0 18px 46px 6px rgba(16, 22, 26, 0.2); box-shadow: 0 0 1px rgba(16, 22, 26, 0.1), 0 4px 8px rgba(16, 22, 26, 0.2), 0 18px 46px 6px rgba(16, 22, 26, 0.2); display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin: 30px 0; padding-bottom: 20px; pointer-events: all; -webkit-user-select: text; -moz-user-select: text; -ms-user-select: text; user-select: text; width: 500px }
.bp3-dialog:focus { outline: 0 }
.bp3-dialog.bp3-dark, .bp3-dark .bp3-dialog { background: rgba(41, 55, 66, 1); -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.2), 0 4px 8px rgba(16, 22, 26, 0.4), 0 18px 46px 6px rgba(16, 22, 26, 0.4); box-shadow: 0 0 1px rgba(16, 22, 26, 0.2), 0 4px 8px rgba(16, 22, 26, 0.4), 0 18px 46px 6px rgba(16, 22, 26, 0.4); color: rgba(245, 248, 250, 1) }
.bp3-dialog-header { -webkit-box-align: center; -ms-flex-align: center; align-items: center; background: rgba(255, 255, 255, 1); border-radius: 6px 6px 0 0; -webkit-box-shadow: 0 1px 0 rgba(16, 22, 26, 0.15); box-shadow: 0 1px rgba(16, 22, 26, 0.15); display: flex; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; min-height: 40px; padding-left: 20px; padding-right: 5px; z-index: 30 }
.bp3-dialog-header .bp3-icon-large, .bp3-dialog-header .bp3-icon { color: rgba(92, 112, 128, 1); -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; margin-right: 10px }
.bp3-dialog-header .bp3-heading { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; word-wrap: normal; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; line-height: inherit; margin: 0 }
.bp3-dialog-header .bp3-heading:last-child { margin-right: 20px }
.bp3-dark .bp3-dialog-header { background: rgba(48, 64, 77, 1); -webkit-box-shadow: 0 1px 0 rgba(16, 22, 26, 0.4); box-shadow: 0 1px rgba(16, 22, 26, 0.4) }
.bp3-dark .bp3-dialog-header .bp3-icon-large, .bp3-dark .bp3-dialog-header .bp3-icon { color: rgba(167, 182, 194, 1) }
.bp3-dialog-body { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; line-height: 18px; margin: 20px }
.bp3-dialog-footer { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; margin: 0 20px }
.bp3-dialog-footer-actions { display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end }
.bp3-dialog-footer-actions .bp3-button { margin-left: 10px }
.bp3-multistep-dialog-panels { display: flex }
.bp3-multistep-dialog-left-panel { display: flex; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column }
.bp3-dark .bp3-multistep-dialog-left-panel { background: rgba(32, 43, 51, 1) }
.bp3-multistep-dialog-right-panel { background-color: rgba(245, 248, 250, 1); border-left: 1px solid rgba(16, 22, 26, 0.15); border-radius: 0 0 6px; -webkit-box-flex: 3; -ms-flex: 3; flex: 3; min-width: 0 }
.bp3-dark .bp3-multistep-dialog-right-panel { background-color: rgba(41, 55, 66, 1); border-left: 1px solid rgba(16, 22, 26, 0.4) }
.bp3-multistep-dialog-footer { background-color: rgba(255, 255, 255, 1); border-radius: 0 0 6px; border-top: 1px solid rgba(16, 22, 26, 0.15); padding: 10px }
.bp3-dark .bp3-multistep-dialog-footer { background: rgba(48, 64, 77, 1); border-top: 1px solid rgba(16, 22, 26, 0.4) }
.bp3-dialog-step-container { background-color: rgba(245, 248, 250, 1); border-bottom: 1px solid rgba(16, 22, 26, 0.15) }
.bp3-dark .bp3-dialog-step-container { background: rgba(41, 55, 66, 1); border-bottom: 1px solid rgba(16, 22, 26, 0.4) }
.bp3-dialog-step-container.bp3-dialog-step-viewed { background-color: rgba(255, 255, 255, 1) }
.bp3-dark .bp3-dialog-step-container.bp3-dialog-step-viewed { background: rgba(48, 64, 77, 1) }
.bp3-dialog-step { -webkit-box-align: center; -ms-flex-align: center; align-items: center; background-color: rgba(245, 248, 250, 1); border-radius: 6px; cursor: not-allowed; display: flex; margin: 4px; padding: 6px 14px }
.bp3-dark .bp3-dialog-step { background: rgba(41, 55, 66, 1) }
.bp3-dialog-step-viewed .bp3-dialog-step { background-color: rgba(255, 255, 255, 1); cursor: pointer }
.bp3-dark .bp3-dialog-step-viewed .bp3-dialog-step { background: rgba(48, 64, 77, 1) }
.bp3-dialog-step:hover { background-color: rgba(245, 248, 250, 1) }
.bp3-dark .bp3-dialog-step:hover { background: rgba(41, 55, 66, 1) }
.bp3-dialog-step-icon { -webkit-box-align: center; -ms-flex-align: center; align-items: center; background-color: rgba(92, 112, 128, 0.6); border-radius: 50%; color: rgba(255, 255, 255, 1); display: flex; height: 25px; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 25px }
.bp3-dark .bp3-dialog-step-icon { background-color: rgba(167, 182, 194, 0.6) }
.bp3-active.bp3-dialog-step-viewed .bp3-dialog-step-icon { background-color: rgba(43, 149, 214, 1) }
.bp3-dialog-step-viewed .bp3-dialog-step-icon { background-color: rgba(138, 155, 168, 1) }
.bp3-dialog-step-title { color: rgba(92, 112, 128, 0.6); -webkit-box-flex: 1; -ms-flex: 1; flex: 1; padding-left: 10px }
.bp3-dark .bp3-dialog-step-title { color: rgba(167, 182, 194, 0.6) }
.bp3-active.bp3-dialog-step-viewed .bp3-dialog-step-title { color: rgba(43, 149, 214, 1) }
.bp3-dialog-step-viewed:not(.bp3-active) .bp3-dialog-step-title { color: rgba(24, 32, 38, 1) }
.bp3-dark .bp3-dialog-step-viewed:not(.bp3-active) .bp3-dialog-step-title { color: rgba(245, 248, 250, 1) }
.bp3-drawer { background: rgba(255, 255, 255, 1); -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.1), 0 4px 8px rgba(16, 22, 26, 0.2), 0 18px 46px 6px rgba(16, 22, 26, 0.2); box-shadow: 0 0 1px rgba(16, 22, 26, 0.1), 0 4px 8px rgba(16, 22, 26, 0.2), 0 18px 46px 6px rgba(16, 22, 26, 0.2); display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin: 0; padding: 0 }
.bp3-drawer:focus { outline: 0 }
.bp3-drawer.bp3-position-top { height: 50%; left: 0; right: 0; top: 0 }
.bp3-drawer.bp3-position-top.bp3-overlay-enter, .bp3-drawer.bp3-position-top.bp3-overlay-appear { -webkit-transform: translateY(-100%); transform: translateY(-100%) }
.bp3-drawer.bp3-position-top.bp3-overlay-enter-active, .bp3-drawer.bp3-position-top.bp3-overlay-appear-active { -webkit-transform: translateY(0); transform: translateY(0); -webkit-transition-delay: 0; -webkit-transition-duration: 200ms; transition-duration: 200ms; -webkit-transition-property: -webkit-transform; transition-property: ; -webkit-transition-timing-function: cubic-bezier(0.4, 1, 0.75, 0.9); transition-timing-function: cubic-bezier(0.4, 1, 0.75, 0.9) }
.bp3-drawer.bp3-position-top.bp3-overlay-exit { -webkit-transform: translateY(0); transform: translateY(0) }
.bp3-drawer.bp3-position-top.bp3-overlay-exit-active { -webkit-transform: translateY(-100%); transform: translateY(-100%); -webkit-transition-delay: 0; -webkit-transition-duration: 100ms; transition-duration: 100ms; -webkit-transition-property: -webkit-transform; transition-property: ; -webkit-transition-timing-function: cubic-bezier(0.4, 1, 0.75, 0.9); transition-timing-function: cubic-bezier(0.4, 1, 0.75, 0.9) }
.bp3-drawer.bp3-position-bottom { bottom: 0; height: 50%; left: 0; right: 0 }
.bp3-drawer.bp3-position-bottom.bp3-overlay-enter, .bp3-drawer.bp3-position-bottom.bp3-overlay-appear { -webkit-transform: translateY(100%); transform: translateY(100%) }
.bp3-drawer.bp3-position-bottom.bp3-overlay-enter-active, .bp3-drawer.bp3-position-bottom.bp3-overlay-appear-active { -webkit-transform: translateY(0); transform: translateY(0); -webkit-transition-delay: 0; -webkit-transition-duration: 200ms; transition-duration: 200ms; -webkit-transition-property: -webkit-transform; transition-property: ; -webkit-transition-timing-function: cubic-bezier(0.4, 1, 0.75, 0.9); transition-timing-function: cubic-bezier(0.4, 1, 0.75, 0.9) }
.bp3-drawer.bp3-position-bottom.bp3-overlay-exit { -webkit-transform: translateY(0); transform: translateY(0) }
.bp3-drawer.bp3-position-bottom.bp3-overlay-exit-active { -webkit-transform: translateY(100%); transform: translateY(100%); -webkit-transition-delay: 0; -webkit-transition-duration: 100ms; transition-duration: 100ms; -webkit-transition-property: -webkit-transform; transition-property: ; -webkit-transition-timing-function: cubic-bezier(0.4, 1, 0.75, 0.9); transition-timing-function: cubic-bezier(0.4, 1, 0.75, 0.9) }
.bp3-drawer.bp3-position-left { bottom: 0; left: 0; top: 0; width: 50% }
.bp3-drawer.bp3-position-left.bp3-overlay-enter, .bp3-drawer.bp3-position-left.bp3-overlay-appear { -webkit-transform: translateX(-100%); transform: translateX(-100%) }
.bp3-drawer.bp3-position-left.bp3-overlay-enter-active, .bp3-drawer.bp3-position-left.bp3-overlay-appear-active { -webkit-transform: translateX(0); transform: translateX(0); -webkit-transition-delay: 0; -webkit-transition-duration: 200ms; transition-duration: 200ms; -webkit-transition-property: -webkit-transform; transition-property: ; -webkit-transition-timing-function: cubic-bezier(0.4, 1, 0.75, 0.9); transition-timing-function: cubic-bezier(0.4, 1, 0.75, 0.9) }
.bp3-drawer.bp3-position-left.bp3-overlay-exit { -webkit-transform: translateX(0); transform: translateX(0) }
.bp3-drawer.bp3-position-left.bp3-overlay-exit-active { -webkit-transform: translateX(-100%); transform: translateX(-100%); -webkit-transition-delay: 0; -webkit-transition-duration: 100ms; transition-duration: 100ms; -webkit-transition-property: -webkit-transform; transition-property: ; -webkit-transition-timing-function: cubic-bezier(0.4, 1, 0.75, 0.9); transition-timing-function: cubic-bezier(0.4, 1, 0.75, 0.9) }
.bp3-drawer.bp3-position-right { bottom: 0; right: 0; top: 0; width: 50% }
.bp3-drawer.bp3-position-right.bp3-overlay-enter, .bp3-drawer.bp3-position-right.bp3-overlay-appear { -webkit-transform: translateX(100%); transform: translateX(100%) }
.bp3-drawer.bp3-position-right.bp3-overlay-enter-active, .bp3-drawer.bp3-position-right.bp3-overlay-appear-active { -webkit-transform: translateX(0); transform: translateX(0); -webkit-transition-delay: 0; -webkit-transition-duration: 200ms; transition-duration: 200ms; -webkit-transition-property: -webkit-transform; transition-property: ; -webkit-transition-timing-function: cubic-bezier(0.4, 1, 0.75, 0.9); transition-timing-function: cubic-bezier(0.4, 1, 0.75, 0.9) }
.bp3-drawer.bp3-position-right.bp3-overlay-exit { -webkit-transform: translateX(0); transform: translateX(0) }
.bp3-drawer.bp3-position-right.bp3-overlay-exit-active { -webkit-transform: translateX(100%); transform: translateX(100%); -webkit-transition-delay: 0; -webkit-transition-duration: 100ms; transition-duration: 100ms; -webkit-transition-property: -webkit-transform; transition-property: ; -webkit-transition-timing-function: cubic-bezier(0.4, 1, 0.75, 0.9); transition-timing-function: cubic-bezier(0.4, 1, 0.75, 0.9) }
.bp3-drawer:not(.bp3-position-top):not(.bp3-position-bottom):not(.bp3-position-left):not(.bp3-position-right):not(.bp3-vertical) { bottom: 0; right: 0; top: 0; width: 50% }
.bp3-drawer:not(.bp3-position-top):not(.bp3-position-bottom):not(.bp3-position-left):not(.bp3-position-right):not(.bp3-vertical).bp3-overlay-enter, .bp3-drawer:not(.bp3-position-top):not(.bp3-position-bottom):not(.bp3-position-left):not(.bp3-position-right):not(.bp3-vertical).bp3-overlay-appear { -webkit-transform: translateX(100%); transform: translateX(100%) }
.bp3-drawer:not(.bp3-position-top):not(.bp3-position-bottom):not(.bp3-position-left):not(.bp3-position-right):not(.bp3-vertical).bp3-overlay-enter-active, .bp3-drawer:not(.bp3-position-top):not(.bp3-position-bottom):not(.bp3-position-left):not(.bp3-position-right):not(.bp3-vertical).bp3-overlay-appear-active { -webkit-transform: translateX(0); transform: translateX(0); -webkit-transition-delay: 0; -webkit-transition-duration: 200ms; transition-duration: 200ms; -webkit-transition-property: -webkit-transform; transition-property: ; -webkit-transition-timing-function: cubic-bezier(0.4, 1, 0.75, 0.9); transition-timing-function: cubic-bezier(0.4, 1, 0.75, 0.9) }
.bp3-drawer:not(.bp3-position-top):not(.bp3-position-bottom):not(.bp3-position-left):not(.bp3-position-right):not(.bp3-vertical).bp3-overlay-exit { -webkit-transform: translateX(0); transform: translateX(0) }
.bp3-drawer:not(.bp3-position-top):not(.bp3-position-bottom):not(.bp3-position-left):not(.bp3-position-right):not(.bp3-vertical).bp3-overlay-exit-active { -webkit-transform: translateX(100%); transform: translateX(100%); -webkit-transition-delay: 0; -webkit-transition-duration: 100ms; transition-duration: 100ms; -webkit-transition-property: -webkit-transform; transition-property: ; -webkit-transition-timing-function: cubic-bezier(0.4, 1, 0.75, 0.9); transition-timing-function: cubic-bezier(0.4, 1, 0.75, 0.9) }
.bp3-drawer:not(.bp3-position-top):not(.bp3-position-bottom):not(.bp3-position-left):not(.bp3-position-right).bp3-vertical { bottom: 0; height: 50%; left: 0; right: 0 }
.bp3-drawer:not(.bp3-position-top):not(.bp3-position-bottom):not(.bp3-position-left):not(.bp3-position-right).bp3-vertical.bp3-overlay-enter, .bp3-drawer:not(.bp3-position-top):not(.bp3-position-bottom):not(.bp3-position-left):not(.bp3-position-right).bp3-vertical.bp3-overlay-appear { -webkit-transform: translateY(100%); transform: translateY(100%) }
.bp3-drawer:not(.bp3-position-top):not(.bp3-position-bottom):not(.bp3-position-left):not(.bp3-position-right).bp3-vertical.bp3-overlay-enter-active, .bp3-drawer:not(.bp3-position-top):not(.bp3-position-bottom):not(.bp3-position-left):not(.bp3-position-right).bp3-vertical.bp3-overlay-appear-active { -webkit-transform: translateY(0); transform: translateY(0); -webkit-transition-delay: 0; -webkit-transition-duration: 200ms; transition-duration: 200ms; -webkit-transition-property: -webkit-transform; transition-property: ; -webkit-transition-timing-function: cubic-bezier(0.4, 1, 0.75, 0.9); transition-timing-function: cubic-bezier(0.4, 1, 0.75, 0.9) }
.bp3-drawer:not(.bp3-position-top):not(.bp3-position-bottom):not(.bp3-position-left):not(.bp3-position-right).bp3-vertical.bp3-overlay-exit { -webkit-transform: translateY(0); transform: translateY(0) }
.bp3-drawer:not(.bp3-position-top):not(.bp3-position-bottom):not(.bp3-position-left):not(.bp3-position-right).bp3-vertical.bp3-overlay-exit-active { -webkit-transform: translateY(100%); transform: translateY(100%); -webkit-transition-delay: 0; -webkit-transition-duration: 100ms; transition-duration: 100ms; -webkit-transition-property: -webkit-transform; transition-property: ; -webkit-transition-timing-function: cubic-bezier(0.4, 1, 0.75, 0.9); transition-timing-function: cubic-bezier(0.4, 1, 0.75, 0.9) }
.bp3-drawer.bp3-dark, .bp3-dark .bp3-drawer { background: rgba(48, 64, 77, 1); -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.2), 0 4px 8px rgba(16, 22, 26, 0.4), 0 18px 46px 6px rgba(16, 22, 26, 0.4); box-shadow: 0 0 1px rgba(16, 22, 26, 0.2), 0 4px 8px rgba(16, 22, 26, 0.4), 0 18px 46px 6px rgba(16, 22, 26, 0.4); color: rgba(245, 248, 250, 1) }
.bp3-drawer-header { -webkit-box-align: center; -ms-flex-align: center; align-items: center; border-radius: 0; -webkit-box-shadow: 0 1px 0 rgba(16, 22, 26, 0.15); box-shadow: 0 1px rgba(16, 22, 26, 0.15); display: flex; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; min-height: 40px; padding: 5px 5px 5px 20px; position: relative }
.bp3-drawer-header .bp3-icon-large, .bp3-drawer-header .bp3-icon { color: rgba(92, 112, 128, 1); -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; margin-right: 10px }
.bp3-drawer-header .bp3-heading { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; word-wrap: normal; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; line-height: inherit; margin: 0 }
.bp3-drawer-header .bp3-heading:last-child { margin-right: 20px }
.bp3-dark .bp3-drawer-header { -webkit-box-shadow: 0 1px 0 rgba(16, 22, 26, 0.4); box-shadow: 0 1px rgba(16, 22, 26, 0.4) }
.bp3-dark .bp3-drawer-header .bp3-icon-large, .bp3-dark .bp3-drawer-header .bp3-icon { color: rgba(167, 182, 194, 1) }
.bp3-drawer-body { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; line-height: 18px; overflow: auto }
.bp3-drawer-footer { -webkit-box-shadow: inset 0 1px 0 rgba(16, 22, 26, 0.15); box-shadow: inset 0 1px rgba(16, 22, 26, 0.15); -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; padding: 10px 20px; position: relative }
.bp3-dark .bp3-drawer-footer { -webkit-box-shadow: inset 0 1px 0 rgba(16, 22, 26, 0.4); box-shadow: inset 0 1px rgba(16, 22, 26, 0.4) }
.bp3-editable-text { cursor: text; display: inline-block; max-width: 100%; position: relative; vertical-align: top; white-space: nowrap }
.bp3-editable-text::before { bottom: -3px; left: -3px; position: absolute; right: -3px; top: -3px; border-radius: 3px; content: \"\"; -webkit-transition: background-color 100ms cubic-bezier(0.4, 1, 0.75, 0.9), -webkit-box-shadow 100ms cubic-bezier(0.4, 1, 0.75, 0.9); transition: background-color 100ms cubic-bezier(0.4, 1, 0.75, 0.9), box-shadow 100ms cubic-bezier(0.4, 1, 0.75, 0.9) }
.bp3-editable-text:hover::before { -webkit-box-shadow: 0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px rgba(16, 22, 26, 0.15); box-shadow: 0 0 rgba(19, 124, 189, 0), 0 0 rgba(19, 124, 189, 0), inset 0 0 1px rgba(16, 22, 26, 0.15) }
.bp3-editable-text.bp3-editable-text-editing::before { background-color: rgba(255, 255, 255, 1); -webkit-box-shadow: 0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); box-shadow: 0 0 1px rgba(19, 124, 189, 1), 0 0 3px rgba(19, 124, 189, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2) }
.bp3-editable-text.bp3-disabled::before { -webkit-box-shadow: none; box-shadow: none }
.bp3-editable-text.bp3-intent-primary .bp3-editable-text-input, .bp3-editable-text.bp3-intent-primary .bp3-editable-text-content { color: rgba(19, 124, 189, 1) }
.bp3-editable-text.bp3-intent-primary:hover::before { -webkit-box-shadow: 0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px rgba(19, 124, 189, 0.4); box-shadow: 0 0 rgba(19, 124, 189, 0), 0 0 rgba(19, 124, 189, 0), inset 0 0 1px rgba(19, 124, 189, 0.4) }
.bp3-editable-text.bp3-intent-primary.bp3-editable-text-editing::before { -webkit-box-shadow: 0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); box-shadow: 0 0 1px rgba(19, 124, 189, 1), 0 0 3px rgba(19, 124, 189, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2) }
.bp3-editable-text.bp3-intent-success .bp3-editable-text-input, .bp3-editable-text.bp3-intent-success .bp3-editable-text-content { color: rgba(15, 153, 96, 1) }
.bp3-editable-text.bp3-intent-success:hover::before { -webkit-box-shadow: 0 0 0 0 rgba(15, 153, 96, 0), 0 0 0 0 rgba(15, 153, 96, 0), inset 0 0 0 1px rgba(15, 153, 96, 0.4); box-shadow: 0 0 rgba(15, 153, 96, 0), 0 0 rgba(15, 153, 96, 0), inset 0 0 1px rgba(15, 153, 96, 0.4) }
.bp3-editable-text.bp3-intent-success.bp3-editable-text-editing::before { -webkit-box-shadow: 0 0 0 1px #0f9960, 0 0 0 3px rgba(15, 153, 96, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); box-shadow: 0 0 1px rgba(15, 153, 96, 1), 0 0 3px rgba(15, 153, 96, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2) }
.bp3-editable-text.bp3-intent-warning .bp3-editable-text-input, .bp3-editable-text.bp3-intent-warning .bp3-editable-text-content { color: rgba(217, 130, 43, 1) }
.bp3-editable-text.bp3-intent-warning:hover::before { -webkit-box-shadow: 0 0 0 0 rgba(217, 130, 43, 0), 0 0 0 0 rgba(217, 130, 43, 0), inset 0 0 0 1px rgba(217, 130, 43, 0.4); box-shadow: 0 0 rgba(217, 130, 43, 0), 0 0 rgba(217, 130, 43, 0), inset 0 0 1px rgba(217, 130, 43, 0.4) }
.bp3-editable-text.bp3-intent-warning.bp3-editable-text-editing::before { -webkit-box-shadow: 0 0 0 1px #d9822b, 0 0 0 3px rgba(217, 130, 43, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); box-shadow: 0 0 1px rgba(217, 130, 43, 1), 0 0 3px rgba(217, 130, 43, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2) }
.bp3-editable-text.bp3-intent-danger .bp3-editable-text-input, .bp3-editable-text.bp3-intent-danger .bp3-editable-text-content { color: rgba(219, 55, 55, 1) }
.bp3-editable-text.bp3-intent-danger:hover::before { -webkit-box-shadow: 0 0 0 0 rgba(219, 55, 55, 0), 0 0 0 0 rgba(219, 55, 55, 0), inset 0 0 0 1px rgba(219, 55, 55, 0.4); box-shadow: 0 0 rgba(219, 55, 55, 0), 0 0 rgba(219, 55, 55, 0), inset 0 0 1px rgba(219, 55, 55, 0.4) }
.bp3-editable-text.bp3-intent-danger.bp3-editable-text-editing::before { -webkit-box-shadow: 0 0 0 1px #db3737, 0 0 0 3px rgba(219, 55, 55, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); box-shadow: 0 0 1px rgba(219, 55, 55, 1), 0 0 3px rgba(219, 55, 55, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2) }
.bp3-dark .bp3-editable-text:hover::before { -webkit-box-shadow: 0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px rgba(255, 255, 255, 0.15); box-shadow: 0 0 rgba(19, 124, 189, 0), 0 0 rgba(19, 124, 189, 0), inset 0 0 1px rgba(255, 255, 255, 0.15) }
.bp3-dark .bp3-editable-text.bp3-editable-text-editing::before { background-color: rgba(16, 22, 26, 0.3); -webkit-box-shadow: 0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); box-shadow: 0 0 1px rgba(19, 124, 189, 1), 0 0 3px rgba(19, 124, 189, 0.3), inset 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4) }
.bp3-dark .bp3-editable-text.bp3-disabled::before { -webkit-box-shadow: none; box-shadow: none }
.bp3-dark .bp3-editable-text.bp3-intent-primary .bp3-editable-text-content { color: rgba(72, 175, 240, 1) }
.bp3-dark .bp3-editable-text.bp3-intent-primary:hover::before { -webkit-box-shadow: 0 0 0 0 rgba(72, 175, 240, 0), 0 0 0 0 rgba(72, 175, 240, 0), inset 0 0 0 1px rgba(72, 175, 240, 0.4); box-shadow: 0 0 rgba(72, 175, 240, 0), 0 0 rgba(72, 175, 240, 0), inset 0 0 1px rgba(72, 175, 240, 0.4) }
.bp3-dark .bp3-editable-text.bp3-intent-primary.bp3-editable-text-editing::before { -webkit-box-shadow: 0 0 0 1px #48aff0, 0 0 0 3px rgba(72, 175, 240, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); box-shadow: 0 0 1px rgba(72, 175, 240, 1), 0 0 3px rgba(72, 175, 240, 0.3), inset 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4) }
.bp3-dark .bp3-editable-text.bp3-intent-success .bp3-editable-text-content { color: rgba(61, 204, 145, 1) }
.bp3-dark .bp3-editable-text.bp3-intent-success:hover::before { -webkit-box-shadow: 0 0 0 0 rgba(61, 204, 145, 0), 0 0 0 0 rgba(61, 204, 145, 0), inset 0 0 0 1px rgba(61, 204, 145, 0.4); box-shadow: 0 0 rgba(61, 204, 145, 0), 0 0 rgba(61, 204, 145, 0), inset 0 0 1px rgba(61, 204, 145, 0.4) }
.bp3-dark .bp3-editable-text.bp3-intent-success.bp3-editable-text-editing::before { -webkit-box-shadow: 0 0 0 1px #3dcc91, 0 0 0 3px rgba(61, 204, 145, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); box-shadow: 0 0 1px rgba(61, 204, 145, 1), 0 0 3px rgba(61, 204, 145, 0.3), inset 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4) }
.bp3-dark .bp3-editable-text.bp3-intent-warning .bp3-editable-text-content { color: rgba(255, 179, 102, 1) }
.bp3-dark .bp3-editable-text.bp3-intent-warning:hover::before { -webkit-box-shadow: 0 0 0 0 rgba(255, 179, 102, 0), 0 0 0 0 rgba(255, 179, 102, 0), inset 0 0 0 1px rgba(255, 179, 102, 0.4); box-shadow: 0 0 rgba(255, 179, 102, 0), 0 0 rgba(255, 179, 102, 0), inset 0 0 1px rgba(255, 179, 102, 0.4) }
.bp3-dark .bp3-editable-text.bp3-intent-warning.bp3-editable-text-editing::before { -webkit-box-shadow: 0 0 0 1px #ffb366, 0 0 0 3px rgba(255, 179, 102, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); box-shadow: 0 0 1px rgba(255, 179, 102, 1), 0 0 3px rgba(255, 179, 102, 0.3), inset 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4) }
.bp3-dark .bp3-editable-text.bp3-intent-danger .bp3-editable-text-content { color: rgba(255, 115, 115, 1) }
.bp3-dark .bp3-editable-text.bp3-intent-danger:hover::before { -webkit-box-shadow: 0 0 0 0 rgba(255, 115, 115, 0), 0 0 0 0 rgba(255, 115, 115, 0), inset 0 0 0 1px rgba(255, 115, 115, 0.4); box-shadow: 0 0 rgba(255, 115, 115, 0), 0 0 rgba(255, 115, 115, 0), inset 0 0 1px rgba(255, 115, 115, 0.4) }
.bp3-dark .bp3-editable-text.bp3-intent-danger.bp3-editable-text-editing::before { -webkit-box-shadow: 0 0 0 1px #ff7373, 0 0 0 3px rgba(255, 115, 115, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); box-shadow: 0 0 1px rgba(255, 115, 115, 1), 0 0 3px rgba(255, 115, 115, 0.3), inset 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4) }
.bp3-editable-text-input, .bp3-editable-text-content { color: inherit; display: inherit; letter-spacing: inherit; max-width: inherit; min-width: inherit; position: relative; resize: none; text-transform: inherit; vertical-align: top }
.bp3-editable-text-input { background: none; border: none; -webkit-box-shadow: none; box-shadow: none; padding: 0; white-space: pre-wrap; width: 100% }
.bp3-editable-text-input::-webkit-input-placeholder { color: rgba(92, 112, 128, 0.6); opacity: 1 }
.bp3-editable-text-input::-moz-placeholder { color: rgba(92, 112, 128, 0.6); opacity: 1 }
.bp3-editable-text-input:-ms-input-placeholder { color: rgba(92, 112, 128, 0.6); opacity: 1 }
.bp3-editable-text-input::-ms-input-placeholder { color: rgba(92, 112, 128, 0.6); opacity: 1 }
.bp3-editable-text-input::placeholder { color: rgba(92, 112, 128, 0.6); opacity: 1 }
.bp3-editable-text-input:focus { outline: none }
.bp3-editable-text-input::-ms-clear { display: none }
.bp3-editable-text-content { overflow: hidden; padding-right: 2px; text-overflow: ellipsis; white-space: pre }
.bp3-editable-text-editing>.bp3-editable-text-content { left: 0; position: absolute; visibility: hidden }
.bp3-editable-text-placeholder>.bp3-editable-text-content { color: rgba(92, 112, 128, 0.6) }
.bp3-dark .bp3-editable-text-placeholder>.bp3-editable-text-content { color: rgba(167, 182, 194, 0.6) }
.bp3-editable-text.bp3-multiline { display: block }
.bp3-editable-text.bp3-multiline .bp3-editable-text-content { overflow: auto; white-space: pre-wrap; word-wrap: break-word }
.bp3-divider { border-bottom: 1px solid rgba(16, 22, 26, 0.15); border-right: 1px solid rgba(16, 22, 26, 0.15); margin: 5px }
.bp3-dark .bp3-divider { border-color: rgba(16, 22, 26, 0.4) }
.bp3-control-group { -webkit-transform: translateZ(0); transform: translateZ(0); display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch }
.bp3-control-group>* { -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; -ms-flex-negative: 0; flex-shrink: 0 }
.bp3-control-group>.bp3-fill { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; -ms-flex-negative: 1; flex-shrink: 1 }
.bp3-control-group .bp3-button, .bp3-control-group .bp3-html-select, .bp3-control-group .bp3-input, .bp3-control-group .bp3-select { position: relative }
.bp3-control-group .bp3-input { z-index: 2 }
.bp3-control-group .bp3-input:focus { border-radius: 3px; z-index: 14 }
.bp3-control-group .bp3-input[class*=\"bp3-intent\"] { z-index: 13 }
.bp3-control-group .bp3-input[class*=\"bp3-intent\"]:focus { z-index: 15 }
.bp3-control-group .bp3-input[readonly], .bp3-control-group .bp3-input:disabled, .bp3-control-group .bp3-input.bp3-disabled { z-index: 1 }
.bp3-control-group .bp3-input-group[class*=\"bp3-intent\"] .bp3-input { z-index: 13 }
.bp3-control-group .bp3-input-group[class*=\"bp3-intent\"] .bp3-input:focus { z-index: 15 }
.bp3-control-group .bp3-button, .bp3-control-group .bp3-html-select select, .bp3-control-group .bp3-select select { -webkit-transform: translateZ(0); transform: translateZ(0); z-index: 4 }
.bp3-control-group .bp3-button:focus, .bp3-control-group .bp3-html-select select:focus, .bp3-control-group .bp3-select select:focus { z-index: 5 }
.bp3-control-group .bp3-button:hover, .bp3-control-group .bp3-html-select select:hover, .bp3-control-group .bp3-select select:hover { z-index: 6 }
.bp3-control-group .bp3-button:active, .bp3-control-group .bp3-html-select select:active, .bp3-control-group .bp3-select select:active { z-index: 7 }
.bp3-control-group .bp3-button[readonly], .bp3-control-group .bp3-button:disabled, .bp3-control-group .bp3-button.bp3-disabled, .bp3-control-group .bp3-html-select select[readonly], .bp3-control-group .bp3-html-select select:disabled, .bp3-control-group .bp3-html-select select.bp3-disabled, .bp3-control-group .bp3-select select[readonly], .bp3-control-group .bp3-select select:disabled, .bp3-control-group .bp3-select select.bp3-disabled { z-index: 3 }
.bp3-control-group .bp3-button[class*=\"bp3-intent\"], .bp3-control-group .bp3-html-select select[class*=\"bp3-intent\"], .bp3-control-group .bp3-select select[class*=\"bp3-intent\"] { z-index: 9 }
.bp3-control-group .bp3-button[class*=\"bp3-intent\"]:focus, .bp3-control-group .bp3-html-select select[class*=\"bp3-intent\"]:focus, .bp3-control-group .bp3-select select[class*=\"bp3-intent\"]:focus { z-index: 10 }
.bp3-control-group .bp3-button[class*=\"bp3-intent\"]:hover, .bp3-control-group .bp3-html-select select[class*=\"bp3-intent\"]:hover, .bp3-control-group .bp3-select select[class*=\"bp3-intent\"]:hover { z-index: 11 }
.bp3-control-group .bp3-button[class*=\"bp3-intent\"]:active, .bp3-control-group .bp3-html-select select[class*=\"bp3-intent\"]:active, .bp3-control-group .bp3-select select[class*=\"bp3-intent\"]:active { z-index: 12 }
.bp3-control-group .bp3-button[class*=\"bp3-intent\"][readonly], .bp3-control-group .bp3-button[class*=\"bp3-intent\"]:disabled, .bp3-control-group .bp3-button[class*=\"bp3-intent\"].bp3-disabled, .bp3-control-group .bp3-html-select select[class*=\"bp3-intent\"][readonly], .bp3-control-group .bp3-html-select select[class*=\"bp3-intent\"]:disabled, .bp3-control-group .bp3-html-select select[class*=\"bp3-intent\"].bp3-disabled, .bp3-control-group .bp3-select select[class*=\"bp3-intent\"][readonly], .bp3-control-group .bp3-select select[class*=\"bp3-intent\"]:disabled, .bp3-control-group .bp3-select select[class*=\"bp3-intent\"].bp3-disabled { z-index: 8 }
.bp3-control-group .bp3-input-group>.bp3-icon, .bp3-control-group .bp3-input-group>.bp3-button, .bp3-control-group .bp3-input-group>.bp3-input-left-container, .bp3-control-group .bp3-input-group>.bp3-input-action { z-index: 16 }
.bp3-control-group .bp3-select::after, .bp3-control-group .bp3-html-select::after, .bp3-control-group .bp3-select>.bp3-icon, .bp3-control-group .bp3-html-select>.bp3-icon { z-index: 17 }
.bp3-control-group .bp3-select:focus-within { z-index: 5 }
.bp3-control-group:not(.bp3-vertical)>*:not(.bp3-divider) { margin-right: -1px }
.bp3-control-group:not(.bp3-vertical)>.bp3-divider:not(:first-child) { margin-left: 6px }
.bp3-dark .bp3-control-group:not(.bp3-vertical)>*:not(.bp3-divider) { margin-right: 0 }
.bp3-dark .bp3-control-group:not(.bp3-vertical)>.bp3-button+.bp3-button { margin-left: 1px }
.bp3-control-group .bp3-popover-wrapper, .bp3-control-group .bp3-popover-target { }
.bp3-control-group>:first-child { border-radius: 3px 0 0 3px }
.bp3-control-group>:last-child { border-radius: 0 3px 3px 0; margin-right: 0 }
.bp3-control-group>:only-child { border-radius: 3px; margin-right: 0 }
.bp3-control-group .bp3-input-group .bp3-button { border-radius: 3px }
.bp3-control-group .bp3-numeric-input:not(:first-child) .bp3-input-group { border-bottom-left-radius: 0; border-top-left-radius: 0 }
.bp3-control-group.bp3-fill { width: 100% }
.bp3-control-group>.bp3-fill { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto }
.bp3-control-group.bp3-fill>*:not(.bp3-fixed) { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto }
.bp3-control-group.bp3-vertical { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column }
.bp3-control-group.bp3-vertical>* { margin-top: -1px }
.bp3-control-group.bp3-vertical>:first-child { border-radius: 3px 3px 0 0; margin-top: 0 }
.bp3-control-group.bp3-vertical>:last-child { border-radius: 0 0 3px 3px }
.bp3-control { cursor: pointer; display: block; margin-bottom: 10px; position: relative; text-transform: none }
.bp3-control input:checked~.bp3-control-indicator { background-color: rgba(19, 124, 189, 1); background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0)); -webkit-box-shadow: inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2); box-shadow: inset 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px rgba(16, 22, 26, 0.2); color: rgba(255, 255, 255, 1) }
.bp3-control:hover input:checked~.bp3-control-indicator { background-color: rgba(16, 107, 163, 1); -webkit-box-shadow: inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2); box-shadow: inset 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px rgba(16, 22, 26, 0.2) }
.bp3-control input:not(:disabled):active:checked~.bp3-control-indicator { background: rgba(14, 90, 138, 1); -webkit-box-shadow: inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 1px 2px rgba(16, 22, 26, 0.2); box-shadow: inset 0 0 1px rgba(16, 22, 26, 0.4), inset 0 1px 2px rgba(16, 22, 26, 0.2) }
.bp3-control input:disabled:checked~.bp3-control-indicator { background: rgba(19, 124, 189, 0.5); -webkit-box-shadow: none; box-shadow: none }
.bp3-dark .bp3-control input:checked~.bp3-control-indicator { -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.4); box-shadow: 0 0 1px rgba(16, 22, 26, 0.4) }
.bp3-dark .bp3-control:hover input:checked~.bp3-control-indicator { background-color: rgba(16, 107, 163, 1); -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.4); box-shadow: 0 0 1px rgba(16, 22, 26, 0.4) }
.bp3-dark .bp3-control input:not(:disabled):active:checked~.bp3-control-indicator { background-color: rgba(14, 90, 138, 1); -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 1px 2px rgba(16, 22, 26, 0.2); box-shadow: 0 0 1px rgba(16, 22, 26, 0.4), inset 0 1px 2px rgba(16, 22, 26, 0.2) }
.bp3-dark .bp3-control input:disabled:checked~.bp3-control-indicator { background: rgba(14, 90, 138, 0.5); -webkit-box-shadow: none; box-shadow: none }
.bp3-control:not(.bp3-align-right) { padding-left: 26px }
.bp3-control:not(.bp3-align-right) .bp3-control-indicator { margin-left: -26px }
.bp3-control.bp3-align-right { padding-right: 26px }
.bp3-control.bp3-align-right .bp3-control-indicator { margin-right: -26px }
.bp3-control.bp3-disabled { color: rgba(92, 112, 128, 0.6); cursor: not-allowed }
.bp3-control.bp3-inline { display: inline-block; margin-right: 20px }
.bp3-control input { left: 0; opacity: 0; position: absolute; top: 0; z-index: -1 }
.bp3-control .bp3-control-indicator { background-clip: padding-box; background-color: rgba(245, 248, 250, 1); background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)); border: none; -webkit-box-shadow: inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1); box-shadow: inset 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px rgba(16, 22, 26, 0.1); cursor: pointer; display: inline-block; font-size: 16px; height: 1em; margin-right: 10px; margin-top: -3px; position: relative; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; vertical-align: middle; width: 1em }
.bp3-control .bp3-control-indicator::before { content: \"\"; display: block; height: 1em; width: 1em }
.bp3-control:hover .bp3-control-indicator { background-color: rgba(235, 241, 245, 1) }
.bp3-control input:not(:disabled):active~.bp3-control-indicator { background: rgba(216, 225, 232, 1); -webkit-box-shadow: inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 1px 2px rgba(16, 22, 26, 0.2); box-shadow: inset 0 0 1px rgba(16, 22, 26, 0.2), inset 0 1px 2px rgba(16, 22, 26, 0.2) }
.bp3-control input:disabled~.bp3-control-indicator { background: rgba(206, 217, 224, 0.5); -webkit-box-shadow: none; box-shadow: none; cursor: not-allowed }
.bp3-control input:focus~.bp3-control-indicator { outline-offset: 2px; -moz-outline-radius: 6px }
.bp3-control.bp3-align-right .bp3-control-indicator { float: right; margin-left: 10px; margin-top: 1px }
.bp3-control.bp3-large { font-size: 16px }
.bp3-control.bp3-large:not(.bp3-align-right) { padding-left: 30px }
.bp3-control.bp3-large:not(.bp3-align-right) .bp3-control-indicator { margin-left: -30px }
.bp3-control.bp3-large.bp3-align-right { padding-right: 30px }
.bp3-control.bp3-large.bp3-align-right .bp3-control-indicator { margin-right: -30px }
.bp3-control.bp3-large .bp3-control-indicator { font-size: 20px }
.bp3-control.bp3-large.bp3-align-right .bp3-control-indicator { margin-top: 0 }
.bp3-control.bp3-checkbox input:indeterminate~.bp3-control-indicator { background-color: rgba(19, 124, 189, 1); background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0)); -webkit-box-shadow: inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2); box-shadow: inset 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px rgba(16, 22, 26, 0.2); color: rgba(255, 255, 255, 1) }
.bp3-control.bp3-checkbox:hover input:indeterminate~.bp3-control-indicator { background-color: rgba(16, 107, 163, 1); -webkit-box-shadow: inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px 0 rgba(16, 22, 26, 0.2); box-shadow: inset 0 0 1px rgba(16, 22, 26, 0.4), inset 0 -1px rgba(16, 22, 26, 0.2) }
.bp3-control.bp3-checkbox input:not(:disabled):active:indeterminate~.bp3-control-indicator { background: rgba(14, 90, 138, 1); -webkit-box-shadow: inset 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 1px 2px rgba(16, 22, 26, 0.2); box-shadow: inset 0 0 1px rgba(16, 22, 26, 0.4), inset 0 1px 2px rgba(16, 22, 26, 0.2) }
.bp3-control.bp3-checkbox input:disabled:indeterminate~.bp3-control-indicator { background: rgba(19, 124, 189, 0.5); -webkit-box-shadow: none; box-shadow: none }
.bp3-dark .bp3-control.bp3-checkbox input:indeterminate~.bp3-control-indicator { -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.4); box-shadow: 0 0 1px rgba(16, 22, 26, 0.4) }
.bp3-dark .bp3-control.bp3-checkbox:hover input:indeterminate~.bp3-control-indicator { background-color: rgba(16, 107, 163, 1); -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.4); box-shadow: 0 0 1px rgba(16, 22, 26, 0.4) }
.bp3-dark .bp3-control.bp3-checkbox input:not(:disabled):active:indeterminate~.bp3-control-indicator { background-color: rgba(14, 90, 138, 1); -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.4), inset 0 1px 2px rgba(16, 22, 26, 0.2); box-shadow: 0 0 1px rgba(16, 22, 26, 0.4), inset 0 1px 2px rgba(16, 22, 26, 0.2) }
.bp3-dark .bp3-control.bp3-checkbox input:disabled:indeterminate~.bp3-control-indicator { background: rgba(14, 90, 138, 0.5); -webkit-box-shadow: none; box-shadow: none }
.bp3-control.bp3-checkbox .bp3-control-indicator { border-radius: 3px }
.bp3-control.bp3-checkbox input:checked~.bp3-control-indicator::before { background-image: url(\"data:image/svg+xml,%3csvgxmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\'%3e%3cpath fill-rule=\'evenodd\' clip-rule=\'evenodd\' d=\'M12 5c-.28 0-.53.11-.71.29L7 9.59l-2.29-2.3a1.003 1.003 0 00-1.42 1.42l3 3c.18.18.43.29.71.29s.53-.11.71-.29l5-5A1.003 1.003 0 0012 5z\' fill=\'white\'/%3e%3c/svg%3e\") }
.bp3-control.bp3-checkbox input:indeterminate~.bp3-control-indicator::before { background-image: url(\"data:image/svg+xml,%3csvgxmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\'%3e%3cpath fill-rule=\'evenodd\' clip-rule=\'evenodd\' d=\'M11 7H5c-.55 0-1 .45-1 1s.45 1 1 1h6c.55 0 1-.45 1-1s-.45-1-1-1z\' fill=\'white\'/%3e%3c/svg%3e\") }
.bp3-control.bp3-radio .bp3-control-indicator { border-radius: 50% }
.bp3-control.bp3-radio input:checked~.bp3-control-indicator::before { background-image: radial-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 1) 28%, rgba(0, 0, 0, 0) 32%) }
.bp3-control.bp3-radio input:checked:disabled~.bp3-control-indicator::before { opacity: 0.5 }
.bp3-control.bp3-radio input:focus~.bp3-control-indicator { -moz-outline-radius: 16px }
.bp3-control.bp3-switch input~.bp3-control-indicator { background: rgba(167, 182, 194, 0.5) }
.bp3-control.bp3-switch:hover input~.bp3-control-indicator { background: rgba(115, 134, 148, 0.5) }
.bp3-control.bp3-switch input:not(:disabled):active~.bp3-control-indicator { background: rgba(92, 112, 128, 0.5) }
.bp3-control.bp3-switch input:disabled~.bp3-control-indicator { background: rgba(206, 217, 224, 0.5) }
.bp3-control.bp3-switch input:disabled~.bp3-control-indicator::before { background: rgba(255, 255, 255, 0.8) }
.bp3-control.bp3-switch input:checked~.bp3-control-indicator { background: rgba(19, 124, 189, 1) }
.bp3-control.bp3-switch:hover input:checked~.bp3-control-indicator { background: rgba(16, 107, 163, 1) }
.bp3-control.bp3-switch input:checked:not(:disabled):active~.bp3-control-indicator { background: rgba(14, 90, 138, 1) }
.bp3-control.bp3-switch input:checked:disabled~.bp3-control-indicator { background: rgba(19, 124, 189, 0.5) }
.bp3-control.bp3-switch input:checked:disabled~.bp3-control-indicator::before { background: rgba(255, 255, 255, 0.8) }
.bp3-control.bp3-switch:not(.bp3-align-right) { padding-left: 38px }
.bp3-control.bp3-switch:not(.bp3-align-right) .bp3-control-indicator { margin-left: -38px }
.bp3-control.bp3-switch.bp3-align-right { padding-right: 38px }
.bp3-control.bp3-switch.bp3-align-right .bp3-control-indicator { margin-right: -38px }
.bp3-control.bp3-switch .bp3-control-indicator { border: none; border-radius: 1.75em; -webkit-box-shadow: none !important; box-shadow: none !important; min-width: 1.75em; -webkit-transition: background-color 100ms cubic-bezier(0.4, 1, 0.75, 0.9); transition: background-color 100ms cubic-bezier(0.4, 1, 0.75, 0.9); width: auto }
.bp3-control.bp3-switch .bp3-control-indicator::before { background: rgba(255, 255, 255, 1); border-radius: 50%; -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.2), 0 1px 1px rgba(16, 22, 26, 0.2); box-shadow: 0 0 1px rgba(16, 22, 26, 0.2), 0 1px 1px rgba(16, 22, 26, 0.2); height: calc(1em - 4px); left: 0; margin: 2px; position: absolute; -webkit-transition: left 100ms cubic-bezier(0.4, 1, 0.75, 0.9); transition: left 100ms cubic-bezier(0.4, 1, 0.75, 0.9); width: calc(1em - 4px) }
.bp3-control.bp3-switch input:checked~.bp3-control-indicator::before { left: calc(100% - 1em) }
.bp3-control.bp3-switch.bp3-large:not(.bp3-align-right) { padding-left: 45px }
.bp3-control.bp3-switch.bp3-large:not(.bp3-align-right) .bp3-control-indicator { margin-left: -45px }
.bp3-control.bp3-switch.bp3-large.bp3-align-right { padding-right: 45px }
.bp3-control.bp3-switch.bp3-large.bp3-align-right .bp3-control-indicator { margin-right: -45px }
.bp3-dark .bp3-control.bp3-switch input~.bp3-control-indicator { background: rgba(16, 22, 26, 0.5) }
.bp3-dark .bp3-control.bp3-switch:hover input~.bp3-control-indicator { background: rgba(16, 22, 26, 0.7) }
.bp3-dark .bp3-control.bp3-switch input:not(:disabled):active~.bp3-control-indicator { background: rgba(16, 22, 26, 0.9) }
.bp3-dark .bp3-control.bp3-switch input:disabled~.bp3-control-indicator { background: rgba(57, 75, 89, 0.5) }
.bp3-dark .bp3-control.bp3-switch input:disabled~.bp3-control-indicator::before { background: rgba(16, 22, 26, 0.4) }
.bp3-dark .bp3-control.bp3-switch input:checked~.bp3-control-indicator { background: rgba(19, 124, 189, 1) }
.bp3-dark .bp3-control.bp3-switch:hover input:checked~.bp3-control-indicator { background: rgba(16, 107, 163, 1) }
.bp3-dark .bp3-control.bp3-switch input:checked:not(:disabled):active~.bp3-control-indicator { background: rgba(14, 90, 138, 1) }
.bp3-dark .bp3-control.bp3-switch input:checked:disabled~.bp3-control-indicator { background: rgba(14, 90, 138, 0.5) }
.bp3-dark .bp3-control.bp3-switch input:checked:disabled~.bp3-control-indicator::before { background: rgba(16, 22, 26, 0.4) }
.bp3-dark .bp3-control.bp3-switch .bp3-control-indicator::before { background: rgba(57, 75, 89, 1); -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.4); box-shadow: 0 0 1px rgba(16, 22, 26, 0.4) }
.bp3-dark .bp3-control.bp3-switch input:checked~.bp3-control-indicator::before { -webkit-box-shadow: inset 0 0 0 1px rgba(16, 22, 26, 0.4); box-shadow: inset 0 0 1px rgba(16, 22, 26, 0.4) }
.bp3-control.bp3-switch .bp3-switch-inner-text { font-size: 0.7em; text-align: center }
.bp3-control.bp3-switch .bp3-control-indicator-child:first-child { line-height: 0; margin-left: 0.5em; margin-right: 1.2em; visibility: hidden }
.bp3-control.bp3-switch .bp3-control-indicator-child:last-child { line-height: 1em; margin-left: 1.2em; margin-right: 0.5em; visibility: visible }
.bp3-control.bp3-switch input:checked~.bp3-control-indicator .bp3-control-indicator-child:first-child { line-height: 1em; visibility: visible }
.bp3-control.bp3-switch input:checked~.bp3-control-indicator .bp3-control-indicator-child:last-child { line-height: 0; visibility: hidden }
.bp3-dark .bp3-control { color: rgba(245, 248, 250, 1) }
.bp3-dark .bp3-control.bp3-disabled { color: rgba(167, 182, 194, 0.6) }
.bp3-dark .bp3-control .bp3-control-indicator { background-color: rgba(57, 75, 89, 1); background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0)); -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.4); box-shadow: 0 0 1px rgba(16, 22, 26, 0.4) }
.bp3-dark .bp3-control:hover .bp3-control-indicator { background-color: rgba(48, 64, 77, 1) }
.bp3-dark .bp3-control input:not(:disabled):active~.bp3-control-indicator { background: rgba(32, 43, 51, 1); -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.6), inset 0 1px 2px rgba(16, 22, 26, 0.2); box-shadow: 0 0 1px rgba(16, 22, 26, 0.6), inset 0 1px 2px rgba(16, 22, 26, 0.2) }
.bp3-dark .bp3-control input:disabled~.bp3-control-indicator { background: rgba(57, 75, 89, 0.5); -webkit-box-shadow: none; box-shadow: none; cursor: not-allowed }
.bp3-dark .bp3-control.bp3-checkbox input:disabled:checked~.bp3-control-indicator, .bp3-dark .bp3-control.bp3-checkbox input:disabled:indeterminate~.bp3-control-indicator { color: rgba(167, 182, 194, 0.6) }
.bp3-file-input { cursor: pointer; display: inline-block; height: 30px; position: relative }
.bp3-file-input input { margin: 0; min-width: 200px; opacity: 0 }
.bp3-file-input input:disabled+.bp3-file-upload-input, .bp3-file-input input.bp3-disabled+.bp3-file-upload-input { background: rgba(206, 217, 224, 0.5); -webkit-box-shadow: none; box-shadow: none; color: rgba(92, 112, 128, 0.6); cursor: not-allowed; resize: none }
.bp3-file-input input:disabled+.bp3-file-upload-input::after, .bp3-file-input input.bp3-disabled+.bp3-file-upload-input::after { background-color: rgba(206, 217, 224, 0.5); background-image: none; -webkit-box-shadow: none; box-shadow: none; color: rgba(92, 112, 128, 0.6); cursor: not-allowed; outline: none }
.bp3-file-input input:disabled+.bp3-file-upload-input::after.bp3-active, .bp3-file-input input:disabled+.bp3-file-upload-input::after.bp3-active:hover, .bp3-file-input input.bp3-disabled+.bp3-file-upload-input::after.bp3-active, .bp3-file-input input.bp3-disabled+.bp3-file-upload-input::after.bp3-active:hover { background: rgba(206, 217, 224, 0.7) }
.bp3-dark .bp3-file-input input:disabled+.bp3-file-upload-input, .bp3-dark .bp3-file-input input.bp3-disabled+.bp3-file-upload-input { background: rgba(57, 75, 89, 0.5); -webkit-box-shadow: none; box-shadow: none; color: rgba(167, 182, 194, 0.6) }
.bp3-dark .bp3-file-input input:disabled+.bp3-file-upload-input::after, .bp3-dark .bp3-file-input input.bp3-disabled+.bp3-file-upload-input::after { background-color: rgba(57, 75, 89, 0.5); background-image: none; -webkit-box-shadow: none; box-shadow: none; color: rgba(167, 182, 194, 0.6) }
.bp3-dark .bp3-file-input input:disabled+.bp3-file-upload-input::after.bp3-active, .bp3-dark .bp3-file-input input.bp3-disabled+.bp3-file-upload-input::after.bp3-active { background: rgba(57, 75, 89, 0.7) }
.bp3-file-input.bp3-file-input-has-selection .bp3-file-upload-input { color: rgba(24, 32, 38, 1) }
.bp3-dark .bp3-file-input.bp3-file-input-has-selection .bp3-file-upload-input { color: rgba(245, 248, 250, 1) }
.bp3-file-input.bp3-fill { width: 100% }
.bp3-file-input.bp3-large, .bp3-large .bp3-file-input { height: 40px }
.bp3-file-input .bp3-file-upload-input-custom-text::after { content: attr(bp3-button-text) }
.bp3-file-upload-input { -webkit-appearance: none; -moz-appearance: none; appearance: none; background: rgba(255, 255, 255, 1); border: none; border-radius: 3px; -webkit-box-shadow: 0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px rgba(16, 22, 26, 0.15), inset 0 1px 1px rgba(16, 22, 26, 0.2); box-shadow: 0 0 rgba(19, 124, 189, 0), 0 0 rgba(19, 124, 189, 0), inset 0 0 1px rgba(16, 22, 26, 0.15), inset 0 1px 1px rgba(16, 22, 26, 0.2); color: rgba(92, 112, 128, 0.6); font-size: 14px; font-weight: 400; height: 30px; line-height: 30px; outline: none; padding: 0 80px 0 10px; -webkit-transition: -webkit-box-shadow 100ms cubic-bezier(0.4, 1, 0.75, 0.9); transition: box-shadow 100ms cubic-bezier(0.4, 1, 0.75, 0.9); vertical-align: middle; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; word-wrap: normal; left: 0; position: absolute; right: 0; top: 0; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none }
.bp3-file-upload-input::-webkit-input-placeholder { color: rgba(92, 112, 128, 0.6); opacity: 1 }
.bp3-file-upload-input::-moz-placeholder { color: rgba(92, 112, 128, 0.6); opacity: 1 }
.bp3-file-upload-input:-ms-input-placeholder { color: rgba(92, 112, 128, 0.6); opacity: 1 }
.bp3-file-upload-input::-ms-input-placeholder { color: rgba(92, 112, 128, 0.6); opacity: 1 }
.bp3-file-upload-input::placeholder { color: rgba(92, 112, 128, 0.6); opacity: 1 }
.bp3-file-upload-input:focus, .bp3-file-upload-input.bp3-active { -webkit-box-shadow: 0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); box-shadow: 0 0 1px rgba(19, 124, 189, 1), 0 0 3px rgba(19, 124, 189, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2) }
.bp3-file-upload-input[type=\"search\"], .bp3-file-upload-input.bp3-round { border-radius: 30px; -webkit-box-sizing: border-box; box-sizing: border-box; padding-left: 10px }
.bp3-file-upload-input[readonly] { -webkit-box-shadow: inset 0 0 0 1px rgba(16, 22, 26, 0.15); box-shadow: inset 0 0 1px rgba(16, 22, 26, 0.15) }
.bp3-file-upload-input:disabled, .bp3-file-upload-input.bp3-disabled { background: rgba(206, 217, 224, 0.5); -webkit-box-shadow: none; box-shadow: none; color: rgba(92, 112, 128, 0.6); cursor: not-allowed; resize: none }
.bp3-file-upload-input::after { background-color: rgba(245, 248, 250, 1); background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)); -webkit-box-shadow: inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1); box-shadow: inset 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px rgba(16, 22, 26, 0.1); color: rgba(24, 32, 38, 1); min-height: 24px; min-width: 24px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; word-wrap: normal; border-radius: 3px; content: \"Browse\"; line-height: 24px; margin: 3px; position: absolute; right: 0; text-align: center; top: 0; width: 70px }
.bp3-file-upload-input::after:hover { background-clip: padding-box; background-color: rgba(235, 241, 245, 1); -webkit-box-shadow: inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1); box-shadow: inset 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px rgba(16, 22, 26, 0.1) }
.bp3-file-upload-input::after:active, .bp3-file-upload-input::after.bp3-active { background-color: rgba(216, 225, 232, 1); background-image: none; -webkit-box-shadow: inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 1px 2px rgba(16, 22, 26, 0.2); box-shadow: inset 0 0 1px rgba(16, 22, 26, 0.2), inset 0 1px 2px rgba(16, 22, 26, 0.2) }
.bp3-file-upload-input::after:disabled, .bp3-file-upload-input::after.bp3-disabled { background-color: rgba(206, 217, 224, 0.5); background-image: none; -webkit-box-shadow: none; box-shadow: none; color: rgba(92, 112, 128, 0.6); cursor: not-allowed; outline: none }
.bp3-file-upload-input::after:disabled.bp3-active, .bp3-file-upload-input::after:disabled.bp3-active:hover, .bp3-file-upload-input::after.bp3-disabled.bp3-active, .bp3-file-upload-input::after.bp3-disabled.bp3-active:hover { background: rgba(206, 217, 224, 0.7) }
.bp3-file-upload-input:hover::after { background-clip: padding-box; background-color: rgba(235, 241, 245, 1); -webkit-box-shadow: inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1); box-shadow: inset 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px rgba(16, 22, 26, 0.1) }
.bp3-file-upload-input:active::after { background-color: rgba(216, 225, 232, 1); background-image: none; -webkit-box-shadow: inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 1px 2px rgba(16, 22, 26, 0.2); box-shadow: inset 0 0 1px rgba(16, 22, 26, 0.2), inset 0 1px 2px rgba(16, 22, 26, 0.2) }
.bp3-large .bp3-file-upload-input { font-size: 16px; height: 40px; line-height: 40px; padding-right: 95px }
.bp3-large .bp3-file-upload-input[type=\"search\"], .bp3-large .bp3-file-upload-input.bp3-round { padding: 0 15px }
.bp3-large .bp3-file-upload-input::after { min-height: 30px; min-width: 30px; line-height: 30px; margin: 5px; width: 85px }
.bp3-dark .bp3-file-upload-input { background: rgba(16, 22, 26, 0.3); -webkit-box-shadow: 0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); box-shadow: 0 0 rgba(19, 124, 189, 0), 0 0 rgba(19, 124, 189, 0), 0 0 rgba(19, 124, 189, 0), inset 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); color: rgba(167, 182, 194, 0.6) }
.bp3-dark .bp3-file-upload-input::-webkit-input-placeholder { color: rgba(167, 182, 194, 0.6) }
.bp3-dark .bp3-file-upload-input::-moz-placeholder { color: rgba(167, 182, 194, 0.6) }
.bp3-dark .bp3-file-upload-input:-ms-input-placeholder { color: rgba(167, 182, 194, 0.6) }
.bp3-dark .bp3-file-upload-input::-ms-input-placeholder { color: rgba(167, 182, 194, 0.6) }
.bp3-dark .bp3-file-upload-input::placeholder { color: rgba(167, 182, 194, 0.6) }
.bp3-dark .bp3-file-upload-input:focus { -webkit-box-shadow: 0 0 0 1px #137cbd, 0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); box-shadow: 0 0 1px rgba(19, 124, 189, 1), 0 0 1px rgba(19, 124, 189, 1), 0 0 3px rgba(19, 124, 189, 0.3), inset 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4) }
.bp3-dark .bp3-file-upload-input[readonly] { -webkit-box-shadow: inset 0 0 0 1px rgba(16, 22, 26, 0.4); box-shadow: inset 0 0 1px rgba(16, 22, 26, 0.4) }
.bp3-dark .bp3-file-upload-input:disabled, .bp3-dark .bp3-file-upload-input.bp3-disabled { background: rgba(57, 75, 89, 0.5); -webkit-box-shadow: none; box-shadow: none; color: rgba(167, 182, 194, 0.6) }
.bp3-dark .bp3-file-upload-input::after { background-color: rgba(57, 75, 89, 1); background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0)); -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.4); box-shadow: 0 0 1px rgba(16, 22, 26, 0.4); color: rgba(245, 248, 250, 1) }
.bp3-dark .bp3-file-upload-input::after:hover, .bp3-dark .bp3-file-upload-input::after:active, .bp3-dark .bp3-file-upload-input::after.bp3-active { color: rgba(245, 248, 250, 1) }
.bp3-dark .bp3-file-upload-input::after:hover { background-color: rgba(48, 64, 77, 1); -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.4); box-shadow: 0 0 1px rgba(16, 22, 26, 0.4) }
.bp3-dark .bp3-file-upload-input::after:active, .bp3-dark .bp3-file-upload-input::after.bp3-active { background-color: rgba(32, 43, 51, 1); background-image: none; -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.6), inset 0 1px 2px rgba(16, 22, 26, 0.2); box-shadow: 0 0 1px rgba(16, 22, 26, 0.6), inset 0 1px 2px rgba(16, 22, 26, 0.2) }
.bp3-dark .bp3-file-upload-input::after:disabled, .bp3-dark .bp3-file-upload-input::after.bp3-disabled { background-color: rgba(57, 75, 89, 0.5); background-image: none; -webkit-box-shadow: none; box-shadow: none; color: rgba(167, 182, 194, 0.6) }
.bp3-dark .bp3-file-upload-input::after:disabled.bp3-active, .bp3-dark .bp3-file-upload-input::after.bp3-disabled.bp3-active { background: rgba(57, 75, 89, 0.7) }
.bp3-dark .bp3-file-upload-input::after .bp3-button-spinner .bp3-spinner-head { background: rgba(16, 22, 26, 0.5); stroke: rgba(138, 155, 168, 1) }
.bp3-dark .bp3-file-upload-input:hover::after { background-color: rgba(48, 64, 77, 1); -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.4); box-shadow: 0 0 1px rgba(16, 22, 26, 0.4) }
.bp3-dark .bp3-file-upload-input:active::after { background-color: rgba(32, 43, 51, 1); background-image: none; -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.6), inset 0 1px 2px rgba(16, 22, 26, 0.2); box-shadow: 0 0 1px rgba(16, 22, 26, 0.6), inset 0 1px 2px rgba(16, 22, 26, 0.2) }
.bp3-file-upload-input::after { -webkit-box-shadow: inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1); box-shadow: inset 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px rgba(16, 22, 26, 0.1) }
.bp3-form-group { display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin: 0 0 15px }
.bp3-form-group label.bp3-label { margin-bottom: 5px }
.bp3-form-group .bp3-control { margin-top: 7px }
.bp3-form-group .bp3-form-helper-text { color: rgba(92, 112, 128, 1); font-size: 12px; margin-top: 5px }
.bp3-form-group.bp3-intent-primary .bp3-form-helper-text { color: rgba(16, 107, 163, 1) }
.bp3-form-group.bp3-intent-success .bp3-form-helper-text { color: rgba(13, 128, 80, 1) }
.bp3-form-group.bp3-intent-warning .bp3-form-helper-text { color: rgba(191, 115, 38, 1) }
.bp3-form-group.bp3-intent-danger .bp3-form-helper-text { color: rgba(194, 48, 48, 1) }
.bp3-form-group.bp3-inline { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row }
.bp3-form-group.bp3-inline.bp3-large label.bp3-label { line-height: 40px; margin: 0 10px 0 0 }
.bp3-form-group.bp3-inline label.bp3-label { line-height: 30px; margin: 0 10px 0 0 }
.bp3-form-group.bp3-disabled .bp3-label, .bp3-form-group.bp3-disabled .bp3-text-muted, .bp3-form-group.bp3-disabled .bp3-form-helper-text { color: rgba(92, 112, 128, 0.6) !important }
.bp3-dark .bp3-form-group.bp3-intent-primary .bp3-form-helper-text { color: rgba(72, 175, 240, 1) }
.bp3-dark .bp3-form-group.bp3-intent-success .bp3-form-helper-text { color: rgba(61, 204, 145, 1) }
.bp3-dark .bp3-form-group.bp3-intent-warning .bp3-form-helper-text { color: rgba(255, 179, 102, 1) }
.bp3-dark .bp3-form-group.bp3-intent-danger .bp3-form-helper-text { color: rgba(255, 115, 115, 1) }
.bp3-dark .bp3-form-group .bp3-form-helper-text { color: rgba(167, 182, 194, 1) }
.bp3-dark .bp3-form-group.bp3-disabled .bp3-label, .bp3-dark .bp3-form-group.bp3-disabled .bp3-text-muted, .bp3-dark .bp3-form-group.bp3-disabled .bp3-form-helper-text { color: rgba(167, 182, 194, 0.6) !important }
.bp3-input-group { display: block; position: relative }
.bp3-input-group .bp3-input { position: relative; width: 100% }
.bp3-input-group .bp3-input:not(:first-child) { padding-left: 30px }
.bp3-input-group .bp3-input:not(:last-child) { padding-right: 30px }
.bp3-input-group .bp3-input-action, .bp3-input-group>.bp3-input-left-container, .bp3-input-group>.bp3-button, .bp3-input-group>.bp3-icon { position: absolute; top: 0 }
.bp3-input-group .bp3-input-action:first-child, .bp3-input-group>.bp3-input-left-container:first-child, .bp3-input-group>.bp3-button:first-child, .bp3-input-group>.bp3-icon:first-child { left: 0 }
.bp3-input-group .bp3-input-action:last-child, .bp3-input-group>.bp3-input-left-container:last-child, .bp3-input-group>.bp3-button:last-child, .bp3-input-group>.bp3-icon:last-child { right: 0 }
.bp3-input-group .bp3-button { min-height: 24px; min-width: 24px; margin: 3px; padding: 0 7px }
.bp3-input-group .bp3-button:empty { padding: 0 }
.bp3-input-group>.bp3-input-left-container, .bp3-input-group>.bp3-icon { z-index: 1 }
.bp3-input-group>.bp3-input-left-container>.bp3-icon, .bp3-input-group>.bp3-icon { color: rgba(92, 112, 128, 1) }
.bp3-input-group>.bp3-input-left-container>.bp3-icon:empty, .bp3-input-group>.bp3-icon:empty { font-family: \"Icons16\", sans-serif; font-size: 16px; font-style: normal; font-weight: 400; line-height: 1; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased }
.bp3-input-group>.bp3-input-left-container>.bp3-icon, .bp3-input-group>.bp3-icon, .bp3-input-group .bp3-input-action>.bp3-spinner { margin: 7px }
.bp3-input-group .bp3-tag { margin: 5px }
.bp3-input-group .bp3-input:not(:focus)+.bp3-button.bp3-minimal:not(:hover):not(:focus), .bp3-input-group .bp3-input:not(:focus)+.bp3-input-action .bp3-button.bp3-minimal:not(:hover):not(:focus) { color: rgba(92, 112, 128, 1) }
.bp3-dark .bp3-input-group .bp3-input:not(:focus)+.bp3-button.bp3-minimal:not(:hover):not(:focus), .bp3-dark .bp3-input-group .bp3-input:not(:focus)+.bp3-input-action .bp3-button.bp3-minimal:not(:hover):not(:focus) { color: rgba(167, 182, 194, 1) }
.bp3-input-group .bp3-input:not(:focus)+.bp3-button.bp3-minimal:not(:hover):not(:focus) .bp3-icon, .bp3-input-group .bp3-input:not(:focus)+.bp3-button.bp3-minimal:not(:hover):not(:focus) .bp3-icon-standard, .bp3-input-group .bp3-input:not(:focus)+.bp3-button.bp3-minimal:not(:hover):not(:focus) .bp3-icon-large, .bp3-input-group .bp3-input:not(:focus)+.bp3-input-action .bp3-button.bp3-minimal:not(:hover):not(:focus) .bp3-icon, .bp3-input-group .bp3-input:not(:focus)+.bp3-input-action .bp3-button.bp3-minimal:not(:hover):not(:focus) .bp3-icon-standard, .bp3-input-group .bp3-input:not(:focus)+.bp3-input-action .bp3-button.bp3-minimal:not(:hover):not(:focus) .bp3-icon-large { color: rgba(92, 112, 128, 1) }
.bp3-input-group .bp3-input:not(:focus)+.bp3-button.bp3-minimal:disabled, .bp3-input-group .bp3-input:not(:focus)+.bp3-input-action .bp3-button.bp3-minimal:disabled { color: rgba(92, 112, 128, 0.6) !important }
.bp3-input-group .bp3-input:not(:focus)+.bp3-button.bp3-minimal:disabled .bp3-icon, .bp3-input-group .bp3-input:not(:focus)+.bp3-button.bp3-minimal:disabled .bp3-icon-standard, .bp3-input-group .bp3-input:not(:focus)+.bp3-button.bp3-minimal:disabled .bp3-icon-large, .bp3-input-group .bp3-input:not(:focus)+.bp3-input-action .bp3-button.bp3-minimal:disabled .bp3-icon, .bp3-input-group .bp3-input:not(:focus)+.bp3-input-action .bp3-button.bp3-minimal:disabled .bp3-icon-standard, .bp3-input-group .bp3-input:not(:focus)+.bp3-input-action .bp3-button.bp3-minimal:disabled .bp3-icon-large { color: rgba(92, 112, 128, 0.6) !important }
.bp3-input-group.bp3-disabled { cursor: not-allowed }
.bp3-input-group.bp3-disabled .bp3-icon { color: rgba(92, 112, 128, 0.6) }
.bp3-input-group.bp3-large .bp3-button { min-height: 30px; min-width: 30px; margin: 5px }
.bp3-input-group.bp3-large>.bp3-input-left-container>.bp3-icon, .bp3-input-group.bp3-large>.bp3-icon, .bp3-input-group.bp3-large .bp3-input-action>.bp3-spinner { margin: 12px }
.bp3-input-group.bp3-large .bp3-input { font-size: 16px; height: 40px; line-height: 40px }
.bp3-input-group.bp3-large .bp3-input[type=\"search\"], .bp3-input-group.bp3-large .bp3-input.bp3-round { padding: 0 15px }
.bp3-input-group.bp3-large .bp3-input:not(:first-child) { padding-left: 40px }
.bp3-input-group.bp3-large .bp3-input:not(:last-child) { padding-right: 40px }
.bp3-input-group.bp3-small .bp3-button { min-height: 20px; min-width: 20px; margin: 2px }
.bp3-input-group.bp3-small .bp3-tag { min-height: 20px; min-width: 20px; margin: 2px }
.bp3-input-group.bp3-small>.bp3-input-left-container>.bp3-icon, .bp3-input-group.bp3-small>.bp3-icon, .bp3-input-group.bp3-small .bp3-input-action>.bp3-spinner { margin: 4px }
.bp3-input-group.bp3-small .bp3-input { font-size: 12px; height: 24px; line-height: 24px; padding-left: 8px; padding-right: 8px }
.bp3-input-group.bp3-small .bp3-input[type=\"search\"], .bp3-input-group.bp3-small .bp3-input.bp3-round { padding: 0 12px }
.bp3-input-group.bp3-small .bp3-input:not(:first-child) { padding-left: 24px }
.bp3-input-group.bp3-small .bp3-input:not(:last-child) { padding-right: 24px }
.bp3-input-group.bp3-fill { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; width: 100% }
.bp3-input-group.bp3-round .bp3-button, .bp3-input-group.bp3-round .bp3-input, .bp3-input-group.bp3-round .bp3-tag { border-radius: 30px }
.bp3-dark .bp3-input-group .bp3-icon { color: rgba(167, 182, 194, 1) }
.bp3-dark .bp3-input-group.bp3-disabled .bp3-icon { color: rgba(167, 182, 194, 0.6) }
.bp3-input-group.bp3-intent-primary .bp3-input { -webkit-box-shadow: 0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px #137cbd, inset 0 0 0 1px rgba(16, 22, 26, 0.15), inset 0 1px 1px rgba(16, 22, 26, 0.2); box-shadow: 0 0 rgba(19, 124, 189, 0), 0 0 rgba(19, 124, 189, 0), inset 0 0 1px rgba(19, 124, 189, 1), inset 0 0 1px rgba(16, 22, 26, 0.15), inset 0 1px 1px rgba(16, 22, 26, 0.2) }
.bp3-input-group.bp3-intent-primary .bp3-input:focus { -webkit-box-shadow: 0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); box-shadow: 0 0 1px rgba(19, 124, 189, 1), 0 0 3px rgba(19, 124, 189, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2) }
.bp3-input-group.bp3-intent-primary .bp3-input[readonly] { -webkit-box-shadow: inset 0 0 0 1px #137cbd; box-shadow: inset 0 0 1px rgba(19, 124, 189, 1) }
.bp3-input-group.bp3-intent-primary .bp3-input:disabled, .bp3-input-group.bp3-intent-primary .bp3-input.bp3-disabled { -webkit-box-shadow: none; box-shadow: none }
.bp3-input-group.bp3-intent-primary>.bp3-icon { color: rgba(16, 107, 163, 1) }
.bp3-dark .bp3-input-group.bp3-intent-primary>.bp3-icon { color: rgba(72, 175, 240, 1) }
.bp3-input-group.bp3-intent-success .bp3-input { -webkit-box-shadow: 0 0 0 0 rgba(15, 153, 96, 0), 0 0 0 0 rgba(15, 153, 96, 0), inset 0 0 0 1px #0f9960, inset 0 0 0 1px rgba(16, 22, 26, 0.15), inset 0 1px 1px rgba(16, 22, 26, 0.2); box-shadow: 0 0 rgba(15, 153, 96, 0), 0 0 rgba(15, 153, 96, 0), inset 0 0 1px rgba(15, 153, 96, 1), inset 0 0 1px rgba(16, 22, 26, 0.15), inset 0 1px 1px rgba(16, 22, 26, 0.2) }
.bp3-input-group.bp3-intent-success .bp3-input:focus { -webkit-box-shadow: 0 0 0 1px #0f9960, 0 0 0 3px rgba(15, 153, 96, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); box-shadow: 0 0 1px rgba(15, 153, 96, 1), 0 0 3px rgba(15, 153, 96, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2) }
.bp3-input-group.bp3-intent-success .bp3-input[readonly] { -webkit-box-shadow: inset 0 0 0 1px #0f9960; box-shadow: inset 0 0 1px rgba(15, 153, 96, 1) }
.bp3-input-group.bp3-intent-success .bp3-input:disabled, .bp3-input-group.bp3-intent-success .bp3-input.bp3-disabled { -webkit-box-shadow: none; box-shadow: none }
.bp3-input-group.bp3-intent-success>.bp3-icon { color: rgba(13, 128, 80, 1) }
.bp3-dark .bp3-input-group.bp3-intent-success>.bp3-icon { color: rgba(61, 204, 145, 1) }
.bp3-input-group.bp3-intent-warning .bp3-input { -webkit-box-shadow: 0 0 0 0 rgba(217, 130, 43, 0), 0 0 0 0 rgba(217, 130, 43, 0), inset 0 0 0 1px #d9822b, inset 0 0 0 1px rgba(16, 22, 26, 0.15), inset 0 1px 1px rgba(16, 22, 26, 0.2); box-shadow: 0 0 rgba(217, 130, 43, 0), 0 0 rgba(217, 130, 43, 0), inset 0 0 1px rgba(217, 130, 43, 1), inset 0 0 1px rgba(16, 22, 26, 0.15), inset 0 1px 1px rgba(16, 22, 26, 0.2) }
.bp3-input-group.bp3-intent-warning .bp3-input:focus { -webkit-box-shadow: 0 0 0 1px #d9822b, 0 0 0 3px rgba(217, 130, 43, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); box-shadow: 0 0 1px rgba(217, 130, 43, 1), 0 0 3px rgba(217, 130, 43, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2) }
.bp3-input-group.bp3-intent-warning .bp3-input[readonly] { -webkit-box-shadow: inset 0 0 0 1px #d9822b; box-shadow: inset 0 0 1px rgba(217, 130, 43, 1) }
.bp3-input-group.bp3-intent-warning .bp3-input:disabled, .bp3-input-group.bp3-intent-warning .bp3-input.bp3-disabled { -webkit-box-shadow: none; box-shadow: none }
.bp3-input-group.bp3-intent-warning>.bp3-icon { color: rgba(191, 115, 38, 1) }
.bp3-dark .bp3-input-group.bp3-intent-warning>.bp3-icon { color: rgba(255, 179, 102, 1) }
.bp3-input-group.bp3-intent-danger .bp3-input { -webkit-box-shadow: 0 0 0 0 rgba(219, 55, 55, 0), 0 0 0 0 rgba(219, 55, 55, 0), inset 0 0 0 1px #db3737, inset 0 0 0 1px rgba(16, 22, 26, 0.15), inset 0 1px 1px rgba(16, 22, 26, 0.2); box-shadow: 0 0 rgba(219, 55, 55, 0), 0 0 rgba(219, 55, 55, 0), inset 0 0 1px rgba(219, 55, 55, 1), inset 0 0 1px rgba(16, 22, 26, 0.15), inset 0 1px 1px rgba(16, 22, 26, 0.2) }
.bp3-input-group.bp3-intent-danger .bp3-input:focus { -webkit-box-shadow: 0 0 0 1px #db3737, 0 0 0 3px rgba(219, 55, 55, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); box-shadow: 0 0 1px rgba(219, 55, 55, 1), 0 0 3px rgba(219, 55, 55, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2) }
.bp3-input-group.bp3-intent-danger .bp3-input[readonly] { -webkit-box-shadow: inset 0 0 0 1px #db3737; box-shadow: inset 0 0 1px rgba(219, 55, 55, 1) }
.bp3-input-group.bp3-intent-danger .bp3-input:disabled, .bp3-input-group.bp3-intent-danger .bp3-input.bp3-disabled { -webkit-box-shadow: none; box-shadow: none }
.bp3-input-group.bp3-intent-danger>.bp3-icon { color: rgba(194, 48, 48, 1) }
.bp3-dark .bp3-input-group.bp3-intent-danger>.bp3-icon { color: rgba(255, 115, 115, 1) }
.bp3-input { -webkit-appearance: none; -moz-appearance: none; appearance: none; background: rgba(255, 255, 255, 1); border: none; border-radius: 3px; -webkit-box-shadow: 0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px rgba(16, 22, 26, 0.15), inset 0 1px 1px rgba(16, 22, 26, 0.2); box-shadow: 0 0 rgba(19, 124, 189, 0), 0 0 rgba(19, 124, 189, 0), inset 0 0 1px rgba(16, 22, 26, 0.15), inset 0 1px 1px rgba(16, 22, 26, 0.2); color: rgba(24, 32, 38, 1); font-size: 14px; font-weight: 400; height: 30px; line-height: 30px; outline: none; padding: 0 10px; -webkit-transition: -webkit-box-shadow 100ms cubic-bezier(0.4, 1, 0.75, 0.9); transition: box-shadow 100ms cubic-bezier(0.4, 1, 0.75, 0.9); vertical-align: middle }
.bp3-input::-webkit-input-placeholder { color: rgba(92, 112, 128, 0.6); opacity: 1 }
.bp3-input::-moz-placeholder { color: rgba(92, 112, 128, 0.6); opacity: 1 }
.bp3-input:-ms-input-placeholder { color: rgba(92, 112, 128, 0.6); opacity: 1 }
.bp3-input::-ms-input-placeholder { color: rgba(92, 112, 128, 0.6); opacity: 1 }
.bp3-input::placeholder { color: rgba(92, 112, 128, 0.6); opacity: 1 }
.bp3-input:focus, .bp3-input.bp3-active { -webkit-box-shadow: 0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); box-shadow: 0 0 1px rgba(19, 124, 189, 1), 0 0 3px rgba(19, 124, 189, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2) }
.bp3-input[type=\"search\"], .bp3-input.bp3-round { border-radius: 30px; -webkit-box-sizing: border-box; box-sizing: border-box; padding-left: 10px }
.bp3-input[readonly] { -webkit-box-shadow: inset 0 0 0 1px rgba(16, 22, 26, 0.15); box-shadow: inset 0 0 1px rgba(16, 22, 26, 0.15) }
.bp3-input:disabled, .bp3-input.bp3-disabled { background: rgba(206, 217, 224, 0.5); -webkit-box-shadow: none; box-shadow: none; color: rgba(92, 112, 128, 0.6); cursor: not-allowed; resize: none }
.bp3-input.bp3-large { font-size: 16px; height: 40px; line-height: 40px }
.bp3-input.bp3-large[type=\"search\"], .bp3-input.bp3-large.bp3-round { padding: 0 15px }
.bp3-input.bp3-small { font-size: 12px; height: 24px; line-height: 24px; padding-left: 8px; padding-right: 8px }
.bp3-input.bp3-small[type=\"search\"], .bp3-input.bp3-small.bp3-round { padding: 0 12px }
.bp3-input.bp3-fill { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; width: 100% }
.bp3-dark .bp3-input { background: rgba(16, 22, 26, 0.3); -webkit-box-shadow: 0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); box-shadow: 0 0 rgba(19, 124, 189, 0), 0 0 rgba(19, 124, 189, 0), 0 0 rgba(19, 124, 189, 0), inset 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); color: rgba(245, 248, 250, 1) }
.bp3-dark .bp3-input::-webkit-input-placeholder { color: rgba(167, 182, 194, 0.6) }
.bp3-dark .bp3-input::-moz-placeholder { color: rgba(167, 182, 194, 0.6) }
.bp3-dark .bp3-input:-ms-input-placeholder { color: rgba(167, 182, 194, 0.6) }
.bp3-dark .bp3-input::-ms-input-placeholder { color: rgba(167, 182, 194, 0.6) }
.bp3-dark .bp3-input::placeholder { color: rgba(167, 182, 194, 0.6) }
.bp3-dark .bp3-input:focus { -webkit-box-shadow: 0 0 0 1px #137cbd, 0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); box-shadow: 0 0 1px rgba(19, 124, 189, 1), 0 0 1px rgba(19, 124, 189, 1), 0 0 3px rgba(19, 124, 189, 0.3), inset 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4) }
.bp3-dark .bp3-input[readonly] { -webkit-box-shadow: inset 0 0 0 1px rgba(16, 22, 26, 0.4); box-shadow: inset 0 0 1px rgba(16, 22, 26, 0.4) }
.bp3-dark .bp3-input:disabled, .bp3-dark .bp3-input.bp3-disabled { background: rgba(57, 75, 89, 0.5); -webkit-box-shadow: none; box-shadow: none; color: rgba(167, 182, 194, 0.6) }
.bp3-input.bp3-intent-primary { -webkit-box-shadow: 0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px #137cbd, inset 0 0 0 1px rgba(16, 22, 26, 0.15), inset 0 1px 1px rgba(16, 22, 26, 0.2); box-shadow: 0 0 rgba(19, 124, 189, 0), 0 0 rgba(19, 124, 189, 0), inset 0 0 1px rgba(19, 124, 189, 1), inset 0 0 1px rgba(16, 22, 26, 0.15), inset 0 1px 1px rgba(16, 22, 26, 0.2) }
.bp3-input.bp3-intent-primary:focus { -webkit-box-shadow: 0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); box-shadow: 0 0 1px rgba(19, 124, 189, 1), 0 0 3px rgba(19, 124, 189, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2) }
.bp3-input.bp3-intent-primary[readonly] { -webkit-box-shadow: inset 0 0 0 1px #137cbd; box-shadow: inset 0 0 1px rgba(19, 124, 189, 1) }
.bp3-input.bp3-intent-primary:disabled, .bp3-input.bp3-intent-primary.bp3-disabled { -webkit-box-shadow: none; box-shadow: none }
.bp3-dark .bp3-input.bp3-intent-primary { -webkit-box-shadow: 0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px #137cbd, inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); box-shadow: 0 0 rgba(19, 124, 189, 0), 0 0 rgba(19, 124, 189, 0), 0 0 rgba(19, 124, 189, 0), inset 0 0 1px rgba(19, 124, 189, 1), inset 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4) }
.bp3-dark .bp3-input.bp3-intent-primary:focus { -webkit-box-shadow: 0 0 0 1px #137cbd, 0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); box-shadow: 0 0 1px rgba(19, 124, 189, 1), 0 0 1px rgba(19, 124, 189, 1), 0 0 3px rgba(19, 124, 189, 0.3), inset 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4) }
.bp3-dark .bp3-input.bp3-intent-primary[readonly] { -webkit-box-shadow: inset 0 0 0 1px #137cbd; box-shadow: inset 0 0 1px rgba(19, 124, 189, 1) }
.bp3-dark .bp3-input.bp3-intent-primary:disabled, .bp3-dark .bp3-input.bp3-intent-primary.bp3-disabled { -webkit-box-shadow: none; box-shadow: none }
.bp3-input.bp3-intent-success { -webkit-box-shadow: 0 0 0 0 rgba(15, 153, 96, 0), 0 0 0 0 rgba(15, 153, 96, 0), inset 0 0 0 1px #0f9960, inset 0 0 0 1px rgba(16, 22, 26, 0.15), inset 0 1px 1px rgba(16, 22, 26, 0.2); box-shadow: 0 0 rgba(15, 153, 96, 0), 0 0 rgba(15, 153, 96, 0), inset 0 0 1px rgba(15, 153, 96, 1), inset 0 0 1px rgba(16, 22, 26, 0.15), inset 0 1px 1px rgba(16, 22, 26, 0.2) }
.bp3-input.bp3-intent-success:focus { -webkit-box-shadow: 0 0 0 1px #0f9960, 0 0 0 3px rgba(15, 153, 96, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); box-shadow: 0 0 1px rgba(15, 153, 96, 1), 0 0 3px rgba(15, 153, 96, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2) }
.bp3-input.bp3-intent-success[readonly] { -webkit-box-shadow: inset 0 0 0 1px #0f9960; box-shadow: inset 0 0 1px rgba(15, 153, 96, 1) }
.bp3-input.bp3-intent-success:disabled, .bp3-input.bp3-intent-success.bp3-disabled { -webkit-box-shadow: none; box-shadow: none }
.bp3-dark .bp3-input.bp3-intent-success { -webkit-box-shadow: 0 0 0 0 rgba(15, 153, 96, 0), 0 0 0 0 rgba(15, 153, 96, 0), 0 0 0 0 rgba(15, 153, 96, 0), inset 0 0 0 1px #0f9960, inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); box-shadow: 0 0 rgba(15, 153, 96, 0), 0 0 rgba(15, 153, 96, 0), 0 0 rgba(15, 153, 96, 0), inset 0 0 1px rgba(15, 153, 96, 1), inset 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4) }
.bp3-dark .bp3-input.bp3-intent-success:focus { -webkit-box-shadow: 0 0 0 1px #0f9960, 0 0 0 1px #0f9960, 0 0 0 3px rgba(15, 153, 96, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); box-shadow: 0 0 1px rgba(15, 153, 96, 1), 0 0 1px rgba(15, 153, 96, 1), 0 0 3px rgba(15, 153, 96, 0.3), inset 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4) }
.bp3-dark .bp3-input.bp3-intent-success[readonly] { -webkit-box-shadow: inset 0 0 0 1px #0f9960; box-shadow: inset 0 0 1px rgba(15, 153, 96, 1) }
.bp3-dark .bp3-input.bp3-intent-success:disabled, .bp3-dark .bp3-input.bp3-intent-success.bp3-disabled { -webkit-box-shadow: none; box-shadow: none }
.bp3-input.bp3-intent-warning { -webkit-box-shadow: 0 0 0 0 rgba(217, 130, 43, 0), 0 0 0 0 rgba(217, 130, 43, 0), inset 0 0 0 1px #d9822b, inset 0 0 0 1px rgba(16, 22, 26, 0.15), inset 0 1px 1px rgba(16, 22, 26, 0.2); box-shadow: 0 0 rgba(217, 130, 43, 0), 0 0 rgba(217, 130, 43, 0), inset 0 0 1px rgba(217, 130, 43, 1), inset 0 0 1px rgba(16, 22, 26, 0.15), inset 0 1px 1px rgba(16, 22, 26, 0.2) }
.bp3-input.bp3-intent-warning:focus { -webkit-box-shadow: 0 0 0 1px #d9822b, 0 0 0 3px rgba(217, 130, 43, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); box-shadow: 0 0 1px rgba(217, 130, 43, 1), 0 0 3px rgba(217, 130, 43, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2) }
.bp3-input.bp3-intent-warning[readonly] { -webkit-box-shadow: inset 0 0 0 1px #d9822b; box-shadow: inset 0 0 1px rgba(217, 130, 43, 1) }
.bp3-input.bp3-intent-warning:disabled, .bp3-input.bp3-intent-warning.bp3-disabled { -webkit-box-shadow: none; box-shadow: none }
.bp3-dark .bp3-input.bp3-intent-warning { -webkit-box-shadow: 0 0 0 0 rgba(217, 130, 43, 0), 0 0 0 0 rgba(217, 130, 43, 0), 0 0 0 0 rgba(217, 130, 43, 0), inset 0 0 0 1px #d9822b, inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); box-shadow: 0 0 rgba(217, 130, 43, 0), 0 0 rgba(217, 130, 43, 0), 0 0 rgba(217, 130, 43, 0), inset 0 0 1px rgba(217, 130, 43, 1), inset 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4) }
.bp3-dark .bp3-input.bp3-intent-warning:focus { -webkit-box-shadow: 0 0 0 1px #d9822b, 0 0 0 1px #d9822b, 0 0 0 3px rgba(217, 130, 43, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); box-shadow: 0 0 1px rgba(217, 130, 43, 1), 0 0 1px rgba(217, 130, 43, 1), 0 0 3px rgba(217, 130, 43, 0.3), inset 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4) }
.bp3-dark .bp3-input.bp3-intent-warning[readonly] { -webkit-box-shadow: inset 0 0 0 1px #d9822b; box-shadow: inset 0 0 1px rgba(217, 130, 43, 1) }
.bp3-dark .bp3-input.bp3-intent-warning:disabled, .bp3-dark .bp3-input.bp3-intent-warning.bp3-disabled { -webkit-box-shadow: none; box-shadow: none }
.bp3-input.bp3-intent-danger { -webkit-box-shadow: 0 0 0 0 rgba(219, 55, 55, 0), 0 0 0 0 rgba(219, 55, 55, 0), inset 0 0 0 1px #db3737, inset 0 0 0 1px rgba(16, 22, 26, 0.15), inset 0 1px 1px rgba(16, 22, 26, 0.2); box-shadow: 0 0 rgba(219, 55, 55, 0), 0 0 rgba(219, 55, 55, 0), inset 0 0 1px rgba(219, 55, 55, 1), inset 0 0 1px rgba(16, 22, 26, 0.15), inset 0 1px 1px rgba(16, 22, 26, 0.2) }
.bp3-input.bp3-intent-danger:focus { -webkit-box-shadow: 0 0 0 1px #db3737, 0 0 0 3px rgba(219, 55, 55, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); box-shadow: 0 0 1px rgba(219, 55, 55, 1), 0 0 3px rgba(219, 55, 55, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2) }
.bp3-input.bp3-intent-danger[readonly] { -webkit-box-shadow: inset 0 0 0 1px #db3737; box-shadow: inset 0 0 1px rgba(219, 55, 55, 1) }
.bp3-input.bp3-intent-danger:disabled, .bp3-input.bp3-intent-danger.bp3-disabled { -webkit-box-shadow: none; box-shadow: none }
.bp3-dark .bp3-input.bp3-intent-danger { -webkit-box-shadow: 0 0 0 0 rgba(219, 55, 55, 0), 0 0 0 0 rgba(219, 55, 55, 0), 0 0 0 0 rgba(219, 55, 55, 0), inset 0 0 0 1px #db3737, inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); box-shadow: 0 0 rgba(219, 55, 55, 0), 0 0 rgba(219, 55, 55, 0), 0 0 rgba(219, 55, 55, 0), inset 0 0 1px rgba(219, 55, 55, 1), inset 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4) }
.bp3-dark .bp3-input.bp3-intent-danger:focus { -webkit-box-shadow: 0 0 0 1px #db3737, 0 0 0 1px #db3737, 0 0 0 3px rgba(219, 55, 55, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); box-shadow: 0 0 1px rgba(219, 55, 55, 1), 0 0 1px rgba(219, 55, 55, 1), 0 0 3px rgba(219, 55, 55, 0.3), inset 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4) }
.bp3-dark .bp3-input.bp3-intent-danger[readonly] { -webkit-box-shadow: inset 0 0 0 1px #db3737; box-shadow: inset 0 0 1px rgba(219, 55, 55, 1) }
.bp3-dark .bp3-input.bp3-intent-danger:disabled, .bp3-dark .bp3-input.bp3-intent-danger.bp3-disabled { -webkit-box-shadow: none; box-shadow: none }
.bp3-input::-ms-clear { display: none }
textarea.bp3-input { max-width: 100%; padding: 10px }
textarea.bp3-input, textarea.bp3-input.bp3-large, textarea.bp3-input.bp3-small { height: auto; line-height: inherit }
textarea.bp3-input.bp3-small { padding: 8px }
.bp3-dark textarea.bp3-input { background: rgba(16, 22, 26, 0.3); -webkit-box-shadow: 0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); box-shadow: 0 0 rgba(19, 124, 189, 0), 0 0 rgba(19, 124, 189, 0), 0 0 rgba(19, 124, 189, 0), inset 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); color: rgba(245, 248, 250, 1) }
.bp3-dark textarea.bp3-input::-webkit-input-placeholder { color: rgba(167, 182, 194, 0.6) }
.bp3-dark textarea.bp3-input::-moz-placeholder { color: rgba(167, 182, 194, 0.6) }
.bp3-dark textarea.bp3-input:-ms-input-placeholder { color: rgba(167, 182, 194, 0.6) }
.bp3-dark textarea.bp3-input::-ms-input-placeholder { color: rgba(167, 182, 194, 0.6) }
.bp3-dark textarea.bp3-input::placeholder { color: rgba(167, 182, 194, 0.6) }
.bp3-dark textarea.bp3-input:focus { -webkit-box-shadow: 0 0 0 1px #137cbd, 0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); box-shadow: 0 0 1px rgba(19, 124, 189, 1), 0 0 1px rgba(19, 124, 189, 1), 0 0 3px rgba(19, 124, 189, 0.3), inset 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4) }
.bp3-dark textarea.bp3-input[readonly] { -webkit-box-shadow: inset 0 0 0 1px rgba(16, 22, 26, 0.4); box-shadow: inset 0 0 1px rgba(16, 22, 26, 0.4) }
.bp3-dark textarea.bp3-input:disabled, .bp3-dark textarea.bp3-input.bp3-disabled { background: rgba(57, 75, 89, 0.5); -webkit-box-shadow: none; box-shadow: none; color: rgba(167, 182, 194, 0.6) }
label.bp3-label { display: block; margin-bottom: 15px; margin-top: 0 }
label.bp3-label .bp3-html-select, label.bp3-label .bp3-input, label.bp3-label .bp3-select, label.bp3-label .bp3-slider, label.bp3-label .bp3-popover-wrapper { display: block; margin-top: 5px; text-transform: none }
label.bp3-label .bp3-button-group { margin-top: 5px }
label.bp3-label .bp3-select select, label.bp3-label .bp3-html-select select { font-weight: 400; vertical-align: top; width: 100% }
label.bp3-label.bp3-disabled, label.bp3-label.bp3-disabled .bp3-text-muted { color: rgba(92, 112, 128, 0.6) }
label.bp3-label.bp3-inline { line-height: 30px }
label.bp3-label.bp3-inline .bp3-html-select, label.bp3-label.bp3-inline .bp3-input, label.bp3-label.bp3-inline .bp3-input-group, label.bp3-label.bp3-inline .bp3-select, label.bp3-label.bp3-inline .bp3-popover-wrapper { display: inline-block; margin: 0 0 0 5px; vertical-align: top }
label.bp3-label.bp3-inline .bp3-button-group { margin: 0 0 0 5px }
label.bp3-label.bp3-inline .bp3-input-group .bp3-input { margin-left: 0 }
label.bp3-label.bp3-inline.bp3-large { line-height: 40px }
label.bp3-label:not(.bp3-inline) .bp3-popover-target { display: block }
.bp3-dark label.bp3-label { color: rgba(245, 248, 250, 1) }
.bp3-dark label.bp3-label.bp3-disabled, .bp3-dark label.bp3-label.bp3-disabled .bp3-text-muted { color: rgba(167, 182, 194, 0.6) }
.bp3-numeric-input .bp3-button-group.bp3-vertical>.bp3-button { -webkit-box-flex: 1; -ms-flex: 1 1 14px; flex: 1 1 14px; min-height: 0; padding: 0; width: 30px }
.bp3-numeric-input .bp3-button-group.bp3-vertical>.bp3-button:first-child { border-radius: 0 3px 0 0 }
.bp3-numeric-input .bp3-button-group.bp3-vertical>.bp3-button:last-child { border-radius: 0 0 3px }
.bp3-numeric-input .bp3-button-group.bp3-vertical:first-child>.bp3-button:first-child { border-radius: 3px 0 0 }
.bp3-numeric-input .bp3-button-group.bp3-vertical:first-child>.bp3-button:last-child { border-radius: 0 0 0 3px }
.bp3-numeric-input.bp3-large .bp3-button-group.bp3-vertical>.bp3-button { width: 40px }
form { display: block }
.bp3-html-select select, .bp3-select select { display: inline-flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border: none; border-radius: 3px; cursor: pointer; font-size: 14px; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: 0 25px 0 10px; text-align: left; vertical-align: middle; background-color: rgba(245, 248, 250, 1); background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)); -webkit-box-shadow: inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1); box-shadow: inset 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px rgba(16, 22, 26, 0.1); color: rgba(24, 32, 38, 1); -moz-appearance: none; -webkit-appearance: none; height: 30px; width: 100% }
.bp3-html-select select>*, .bp3-select select>* { -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; -ms-flex-negative: 0; flex-shrink: 0 }
.bp3-html-select select>.bp3-fill, .bp3-select select>.bp3-fill { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; -ms-flex-negative: 1; flex-shrink: 1 }
.bp3-html-select select::before, .bp3-select select::before, .bp3-html-select select>*, .bp3-select select>* { margin-right: 7px }
.bp3-html-select select:empty::before, .bp3-select select:empty::before, .bp3-html-select select>:last-child, .bp3-select select>:last-child { margin-right: 0 }
.bp3-html-select select:hover, .bp3-select select:hover { background-clip: padding-box; background-color: rgba(235, 241, 245, 1); -webkit-box-shadow: inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1); box-shadow: inset 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px rgba(16, 22, 26, 0.1) }
.bp3-html-select select:active, .bp3-select select:active, .bp3-html-select select.bp3-active, .bp3-select select.bp3-active { background-color: rgba(216, 225, 232, 1); background-image: none; -webkit-box-shadow: inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 1px 2px rgba(16, 22, 26, 0.2); box-shadow: inset 0 0 1px rgba(16, 22, 26, 0.2), inset 0 1px 2px rgba(16, 22, 26, 0.2) }
.bp3-html-select select:disabled, .bp3-select select:disabled, .bp3-html-select select.bp3-disabled, .bp3-select select.bp3-disabled { background-color: rgba(206, 217, 224, 0.5); background-image: none; -webkit-box-shadow: none; box-shadow: none; color: rgba(92, 112, 128, 0.6); cursor: not-allowed; outline: none }
.bp3-html-select select:disabled.bp3-active, .bp3-select select:disabled.bp3-active, .bp3-html-select select:disabled.bp3-active:hover, .bp3-select select:disabled.bp3-active:hover, .bp3-html-select select.bp3-disabled.bp3-active, .bp3-select select.bp3-disabled.bp3-active, .bp3-html-select select.bp3-disabled.bp3-active:hover, .bp3-select select.bp3-disabled.bp3-active:hover { background: rgba(206, 217, 224, 0.7) }
.bp3-html-select.bp3-minimal select, .bp3-select.bp3-minimal select { background: none; -webkit-box-shadow: none; box-shadow: none }
.bp3-html-select.bp3-minimal select:hover, .bp3-select.bp3-minimal select:hover { background: rgba(167, 182, 194, 0.3); -webkit-box-shadow: none; box-shadow: none; color: rgba(24, 32, 38, 1); text-decoration: none }
.bp3-html-select.bp3-minimal select:active, .bp3-select.bp3-minimal select:active, .bp3-html-select.bp3-minimal select.bp3-active, .bp3-select.bp3-minimal select.bp3-active { background: rgba(115, 134, 148, 0.3); -webkit-box-shadow: none; box-shadow: none; color: rgba(24, 32, 38, 1) }
.bp3-html-select.bp3-minimal select:disabled, .bp3-select.bp3-minimal select:disabled, .bp3-html-select.bp3-minimal select:disabled:hover, .bp3-select.bp3-minimal select:disabled:hover, .bp3-html-select.bp3-minimal select.bp3-disabled, .bp3-select.bp3-minimal select.bp3-disabled, .bp3-html-select.bp3-minimal select.bp3-disabled:hover, .bp3-select.bp3-minimal select.bp3-disabled:hover { background: none; color: rgba(92, 112, 128, 0.6); cursor: not-allowed }
.bp3-html-select.bp3-minimal select:disabled.bp3-active, .bp3-select.bp3-minimal select:disabled.bp3-active, .bp3-html-select.bp3-minimal select:disabled:hover.bp3-active, .bp3-select.bp3-minimal select:disabled:hover.bp3-active, .bp3-html-select.bp3-minimal select.bp3-disabled.bp3-active, .bp3-select.bp3-minimal select.bp3-disabled.bp3-active, .bp3-html-select.bp3-minimal select.bp3-disabled:hover.bp3-active, .bp3-select.bp3-minimal select.bp3-disabled:hover.bp3-active { background: rgba(115, 134, 148, 0.3) }
.bp3-dark .bp3-html-select.bp3-minimal select, .bp3-html-select.bp3-minimal .bp3-dark select, .bp3-dark .bp3-select.bp3-minimal select, .bp3-select.bp3-minimal .bp3-dark select { background: none; -webkit-box-shadow: none; box-shadow: none; color: inherit }
.bp3-dark .bp3-html-select.bp3-minimal select:hover, .bp3-html-select.bp3-minimal .bp3-dark select:hover, .bp3-dark .bp3-select.bp3-minimal select:hover, .bp3-select.bp3-minimal .bp3-dark select:hover, .bp3-dark .bp3-html-select.bp3-minimal select:active, .bp3-html-select.bp3-minimal .bp3-dark select:active, .bp3-dark .bp3-select.bp3-minimal select:active, .bp3-select.bp3-minimal .bp3-dark select:active, .bp3-dark .bp3-html-select.bp3-minimal select.bp3-active, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-active, .bp3-dark .bp3-select.bp3-minimal select.bp3-active, .bp3-select.bp3-minimal .bp3-dark select.bp3-active { background: none; -webkit-box-shadow: none; box-shadow: none }
.bp3-dark .bp3-html-select.bp3-minimal select:hover, .bp3-html-select.bp3-minimal .bp3-dark select:hover, .bp3-dark .bp3-select.bp3-minimal select:hover, .bp3-select.bp3-minimal .bp3-dark select:hover { background: rgba(138, 155, 168, 0.15) }
.bp3-dark .bp3-html-select.bp3-minimal select:active, .bp3-html-select.bp3-minimal .bp3-dark select:active, .bp3-dark .bp3-select.bp3-minimal select:active, .bp3-select.bp3-minimal .bp3-dark select:active, .bp3-dark .bp3-html-select.bp3-minimal select.bp3-active, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-active, .bp3-dark .bp3-select.bp3-minimal select.bp3-active, .bp3-select.bp3-minimal .bp3-dark select.bp3-active { background: rgba(138, 155, 168, 0.3); color: rgba(245, 248, 250, 1) }
.bp3-dark .bp3-html-select.bp3-minimal select:disabled, .bp3-html-select.bp3-minimal .bp3-dark select:disabled, .bp3-dark .bp3-select.bp3-minimal select:disabled, .bp3-select.bp3-minimal .bp3-dark select:disabled, .bp3-dark .bp3-html-select.bp3-minimal select:disabled:hover, .bp3-html-select.bp3-minimal .bp3-dark select:disabled:hover, .bp3-dark .bp3-select.bp3-minimal select:disabled:hover, .bp3-select.bp3-minimal .bp3-dark select:disabled:hover, .bp3-dark .bp3-html-select.bp3-minimal select.bp3-disabled, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-disabled, .bp3-dark .bp3-select.bp3-minimal select.bp3-disabled, .bp3-select.bp3-minimal .bp3-dark select.bp3-disabled, .bp3-dark .bp3-html-select.bp3-minimal select.bp3-disabled:hover, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-disabled:hover, .bp3-dark .bp3-select.bp3-minimal select.bp3-disabled:hover, .bp3-select.bp3-minimal .bp3-dark select.bp3-disabled:hover { background: none; color: rgba(167, 182, 194, 0.6); cursor: not-allowed }
.bp3-dark .bp3-html-select.bp3-minimal select:disabled.bp3-active, .bp3-html-select.bp3-minimal .bp3-dark select:disabled.bp3-active, .bp3-dark .bp3-select.bp3-minimal select:disabled.bp3-active, .bp3-select.bp3-minimal .bp3-dark select:disabled.bp3-active, .bp3-dark .bp3-html-select.bp3-minimal select:disabled:hover.bp3-active, .bp3-html-select.bp3-minimal .bp3-dark select:disabled:hover.bp3-active, .bp3-dark .bp3-select.bp3-minimal select:disabled:hover.bp3-active, .bp3-select.bp3-minimal .bp3-dark select:disabled:hover.bp3-active, .bp3-dark .bp3-html-select.bp3-minimal select.bp3-disabled.bp3-active, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-disabled.bp3-active, .bp3-dark .bp3-select.bp3-minimal select.bp3-disabled.bp3-active, .bp3-select.bp3-minimal .bp3-dark select.bp3-disabled.bp3-active, .bp3-dark .bp3-html-select.bp3-minimal select.bp3-disabled:hover.bp3-active, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-disabled:hover.bp3-active, .bp3-dark .bp3-select.bp3-minimal select.bp3-disabled:hover.bp3-active, .bp3-select.bp3-minimal .bp3-dark select.bp3-disabled:hover.bp3-active { background: rgba(138, 155, 168, 0.3) }
.bp3-html-select.bp3-minimal select.bp3-intent-primary, .bp3-select.bp3-minimal select.bp3-intent-primary { color: rgba(16, 107, 163, 1) }
.bp3-html-select.bp3-minimal select.bp3-intent-primary:hover, .bp3-select.bp3-minimal select.bp3-intent-primary:hover, .bp3-html-select.bp3-minimal select.bp3-intent-primary:active, .bp3-select.bp3-minimal select.bp3-intent-primary:active, .bp3-html-select.bp3-minimal select.bp3-intent-primary.bp3-active, .bp3-select.bp3-minimal select.bp3-intent-primary.bp3-active { background: none; -webkit-box-shadow: none; box-shadow: none; color: rgba(16, 107, 163, 1) }
.bp3-html-select.bp3-minimal select.bp3-intent-primary:hover, .bp3-select.bp3-minimal select.bp3-intent-primary:hover { background: rgba(19, 124, 189, 0.15); color: rgba(16, 107, 163, 1) }
.bp3-html-select.bp3-minimal select.bp3-intent-primary:active, .bp3-select.bp3-minimal select.bp3-intent-primary:active, .bp3-html-select.bp3-minimal select.bp3-intent-primary.bp3-active, .bp3-select.bp3-minimal select.bp3-intent-primary.bp3-active { background: rgba(19, 124, 189, 0.3); color: rgba(16, 107, 163, 1) }
.bp3-html-select.bp3-minimal select.bp3-intent-primary:disabled, .bp3-select.bp3-minimal select.bp3-intent-primary:disabled, .bp3-html-select.bp3-minimal select.bp3-intent-primary.bp3-disabled, .bp3-select.bp3-minimal select.bp3-intent-primary.bp3-disabled { background: none; color: rgba(16, 107, 163, 0.5) }
.bp3-html-select.bp3-minimal select.bp3-intent-primary:disabled.bp3-active, .bp3-select.bp3-minimal select.bp3-intent-primary:disabled.bp3-active, .bp3-html-select.bp3-minimal select.bp3-intent-primary.bp3-disabled.bp3-active, .bp3-select.bp3-minimal select.bp3-intent-primary.bp3-disabled.bp3-active { background: rgba(19, 124, 189, 0.3) }
.bp3-html-select.bp3-minimal select.bp3-intent-primary .bp3-button-spinner .bp3-spinner-head, .bp3-select.bp3-minimal select.bp3-intent-primary .bp3-button-spinner .bp3-spinner-head { stroke: rgba(16, 107, 163, 1) }
.bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-primary, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-primary, .bp3-dark .bp3-select.bp3-minimal select.bp3-intent-primary, .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-primary { color: rgba(72, 175, 240, 1) }
.bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-primary:hover, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-primary:hover, .bp3-dark .bp3-select.bp3-minimal select.bp3-intent-primary:hover, .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-primary:hover { background: rgba(19, 124, 189, 0.2); color: rgba(72, 175, 240, 1) }
.bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-primary:active, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-primary:active, .bp3-dark .bp3-select.bp3-minimal select.bp3-intent-primary:active, .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-primary:active, .bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-primary.bp3-active, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-primary.bp3-active, .bp3-dark .bp3-select.bp3-minimal select.bp3-intent-primary.bp3-active, .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-primary.bp3-active { background: rgba(19, 124, 189, 0.3); color: rgba(72, 175, 240, 1) }
.bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-primary:disabled, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-primary:disabled, .bp3-dark .bp3-select.bp3-minimal select.bp3-intent-primary:disabled, .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-primary:disabled, .bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-primary.bp3-disabled, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-primary.bp3-disabled, .bp3-dark .bp3-select.bp3-minimal select.bp3-intent-primary.bp3-disabled, .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-primary.bp3-disabled { background: none; color: rgba(72, 175, 240, 0.5) }
.bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-primary:disabled.bp3-active, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-primary:disabled.bp3-active, .bp3-dark .bp3-select.bp3-minimal select.bp3-intent-primary:disabled.bp3-active, .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-primary:disabled.bp3-active, .bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-primary.bp3-disabled.bp3-active, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-primary.bp3-disabled.bp3-active, .bp3-dark .bp3-select.bp3-minimal select.bp3-intent-primary.bp3-disabled.bp3-active, .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-primary.bp3-disabled.bp3-active { background: rgba(19, 124, 189, 0.3) }
.bp3-html-select.bp3-minimal select.bp3-intent-success, .bp3-select.bp3-minimal select.bp3-intent-success { color: rgba(13, 128, 80, 1) }
.bp3-html-select.bp3-minimal select.bp3-intent-success:hover, .bp3-select.bp3-minimal select.bp3-intent-success:hover, .bp3-html-select.bp3-minimal select.bp3-intent-success:active, .bp3-select.bp3-minimal select.bp3-intent-success:active, .bp3-html-select.bp3-minimal select.bp3-intent-success.bp3-active, .bp3-select.bp3-minimal select.bp3-intent-success.bp3-active { background: none; -webkit-box-shadow: none; box-shadow: none; color: rgba(13, 128, 80, 1) }
.bp3-html-select.bp3-minimal select.bp3-intent-success:hover, .bp3-select.bp3-minimal select.bp3-intent-success:hover { background: rgba(15, 153, 96, 0.15); color: rgba(13, 128, 80, 1) }
.bp3-html-select.bp3-minimal select.bp3-intent-success:active, .bp3-select.bp3-minimal select.bp3-intent-success:active, .bp3-html-select.bp3-minimal select.bp3-intent-success.bp3-active, .bp3-select.bp3-minimal select.bp3-intent-success.bp3-active { background: rgba(15, 153, 96, 0.3); color: rgba(13, 128, 80, 1) }
.bp3-html-select.bp3-minimal select.bp3-intent-success:disabled, .bp3-select.bp3-minimal select.bp3-intent-success:disabled, .bp3-html-select.bp3-minimal select.bp3-intent-success.bp3-disabled, .bp3-select.bp3-minimal select.bp3-intent-success.bp3-disabled { background: none; color: rgba(13, 128, 80, 0.5) }
.bp3-html-select.bp3-minimal select.bp3-intent-success:disabled.bp3-active, .bp3-select.bp3-minimal select.bp3-intent-success:disabled.bp3-active, .bp3-html-select.bp3-minimal select.bp3-intent-success.bp3-disabled.bp3-active, .bp3-select.bp3-minimal select.bp3-intent-success.bp3-disabled.bp3-active { background: rgba(15, 153, 96, 0.3) }
.bp3-html-select.bp3-minimal select.bp3-intent-success .bp3-button-spinner .bp3-spinner-head, .bp3-select.bp3-minimal select.bp3-intent-success .bp3-button-spinner .bp3-spinner-head { stroke: rgba(13, 128, 80, 1) }
.bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-success, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-success, .bp3-dark .bp3-select.bp3-minimal select.bp3-intent-success, .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-success { color: rgba(61, 204, 145, 1) }
.bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-success:hover, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-success:hover, .bp3-dark .bp3-select.bp3-minimal select.bp3-intent-success:hover, .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-success:hover { background: rgba(15, 153, 96, 0.2); color: rgba(61, 204, 145, 1) }
.bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-success:active, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-success:active, .bp3-dark .bp3-select.bp3-minimal select.bp3-intent-success:active, .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-success:active, .bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-success.bp3-active, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-success.bp3-active, .bp3-dark .bp3-select.bp3-minimal select.bp3-intent-success.bp3-active, .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-success.bp3-active { background: rgba(15, 153, 96, 0.3); color: rgba(61, 204, 145, 1) }
.bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-success:disabled, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-success:disabled, .bp3-dark .bp3-select.bp3-minimal select.bp3-intent-success:disabled, .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-success:disabled, .bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-success.bp3-disabled, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-success.bp3-disabled, .bp3-dark .bp3-select.bp3-minimal select.bp3-intent-success.bp3-disabled, .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-success.bp3-disabled { background: none; color: rgba(61, 204, 145, 0.5) }
.bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-success:disabled.bp3-active, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-success:disabled.bp3-active, .bp3-dark .bp3-select.bp3-minimal select.bp3-intent-success:disabled.bp3-active, .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-success:disabled.bp3-active, .bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-success.bp3-disabled.bp3-active, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-success.bp3-disabled.bp3-active, .bp3-dark .bp3-select.bp3-minimal select.bp3-intent-success.bp3-disabled.bp3-active, .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-success.bp3-disabled.bp3-active { background: rgba(15, 153, 96, 0.3) }
.bp3-html-select.bp3-minimal select.bp3-intent-warning, .bp3-select.bp3-minimal select.bp3-intent-warning { color: rgba(191, 115, 38, 1) }
.bp3-html-select.bp3-minimal select.bp3-intent-warning:hover, .bp3-select.bp3-minimal select.bp3-intent-warning:hover, .bp3-html-select.bp3-minimal select.bp3-intent-warning:active, .bp3-select.bp3-minimal select.bp3-intent-warning:active, .bp3-html-select.bp3-minimal select.bp3-intent-warning.bp3-active, .bp3-select.bp3-minimal select.bp3-intent-warning.bp3-active { background: none; -webkit-box-shadow: none; box-shadow: none; color: rgba(191, 115, 38, 1) }
.bp3-html-select.bp3-minimal select.bp3-intent-warning:hover, .bp3-select.bp3-minimal select.bp3-intent-warning:hover { background: rgba(217, 130, 43, 0.15); color: rgba(191, 115, 38, 1) }
.bp3-html-select.bp3-minimal select.bp3-intent-warning:active, .bp3-select.bp3-minimal select.bp3-intent-warning:active, .bp3-html-select.bp3-minimal select.bp3-intent-warning.bp3-active, .bp3-select.bp3-minimal select.bp3-intent-warning.bp3-active { background: rgba(217, 130, 43, 0.3); color: rgba(191, 115, 38, 1) }
.bp3-html-select.bp3-minimal select.bp3-intent-warning:disabled, .bp3-select.bp3-minimal select.bp3-intent-warning:disabled, .bp3-html-select.bp3-minimal select.bp3-intent-warning.bp3-disabled, .bp3-select.bp3-minimal select.bp3-intent-warning.bp3-disabled { background: none; color: rgba(191, 115, 38, 0.5) }
.bp3-html-select.bp3-minimal select.bp3-intent-warning:disabled.bp3-active, .bp3-select.bp3-minimal select.bp3-intent-warning:disabled.bp3-active, .bp3-html-select.bp3-minimal select.bp3-intent-warning.bp3-disabled.bp3-active, .bp3-select.bp3-minimal select.bp3-intent-warning.bp3-disabled.bp3-active { background: rgba(217, 130, 43, 0.3) }
.bp3-html-select.bp3-minimal select.bp3-intent-warning .bp3-button-spinner .bp3-spinner-head, .bp3-select.bp3-minimal select.bp3-intent-warning .bp3-button-spinner .bp3-spinner-head { stroke: rgba(191, 115, 38, 1) }
.bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-warning, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-warning, .bp3-dark .bp3-select.bp3-minimal select.bp3-intent-warning, .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-warning { color: rgba(255, 179, 102, 1) }
.bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-warning:hover, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-warning:hover, .bp3-dark .bp3-select.bp3-minimal select.bp3-intent-warning:hover, .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-warning:hover { background: rgba(217, 130, 43, 0.2); color: rgba(255, 179, 102, 1) }
.bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-warning:active, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-warning:active, .bp3-dark .bp3-select.bp3-minimal select.bp3-intent-warning:active, .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-warning:active, .bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-warning.bp3-active, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-warning.bp3-active, .bp3-dark .bp3-select.bp3-minimal select.bp3-intent-warning.bp3-active, .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-warning.bp3-active { background: rgba(217, 130, 43, 0.3); color: rgba(255, 179, 102, 1) }
.bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-warning:disabled, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-warning:disabled, .bp3-dark .bp3-select.bp3-minimal select.bp3-intent-warning:disabled, .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-warning:disabled, .bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-warning.bp3-disabled, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-warning.bp3-disabled, .bp3-dark .bp3-select.bp3-minimal select.bp3-intent-warning.bp3-disabled, .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-warning.bp3-disabled { background: none; color: rgba(255, 179, 102, 0.5) }
.bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-warning:disabled.bp3-active, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-warning:disabled.bp3-active, .bp3-dark .bp3-select.bp3-minimal select.bp3-intent-warning:disabled.bp3-active, .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-warning:disabled.bp3-active, .bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-warning.bp3-disabled.bp3-active, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-warning.bp3-disabled.bp3-active, .bp3-dark .bp3-select.bp3-minimal select.bp3-intent-warning.bp3-disabled.bp3-active, .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-warning.bp3-disabled.bp3-active { background: rgba(217, 130, 43, 0.3) }
.bp3-html-select.bp3-minimal select.bp3-intent-danger, .bp3-select.bp3-minimal select.bp3-intent-danger { color: rgba(194, 48, 48, 1) }
.bp3-html-select.bp3-minimal select.bp3-intent-danger:hover, .bp3-select.bp3-minimal select.bp3-intent-danger:hover, .bp3-html-select.bp3-minimal select.bp3-intent-danger:active, .bp3-select.bp3-minimal select.bp3-intent-danger:active, .bp3-html-select.bp3-minimal select.bp3-intent-danger.bp3-active, .bp3-select.bp3-minimal select.bp3-intent-danger.bp3-active { background: none; -webkit-box-shadow: none; box-shadow: none; color: rgba(194, 48, 48, 1) }
.bp3-html-select.bp3-minimal select.bp3-intent-danger:hover, .bp3-select.bp3-minimal select.bp3-intent-danger:hover { background: rgba(219, 55, 55, 0.15); color: rgba(194, 48, 48, 1) }
.bp3-html-select.bp3-minimal select.bp3-intent-danger:active, .bp3-select.bp3-minimal select.bp3-intent-danger:active, .bp3-html-select.bp3-minimal select.bp3-intent-danger.bp3-active, .bp3-select.bp3-minimal select.bp3-intent-danger.bp3-active { background: rgba(219, 55, 55, 0.3); color: rgba(194, 48, 48, 1) }
.bp3-html-select.bp3-minimal select.bp3-intent-danger:disabled, .bp3-select.bp3-minimal select.bp3-intent-danger:disabled, .bp3-html-select.bp3-minimal select.bp3-intent-danger.bp3-disabled, .bp3-select.bp3-minimal select.bp3-intent-danger.bp3-disabled { background: none; color: rgba(194, 48, 48, 0.5) }
.bp3-html-select.bp3-minimal select.bp3-intent-danger:disabled.bp3-active, .bp3-select.bp3-minimal select.bp3-intent-danger:disabled.bp3-active, .bp3-html-select.bp3-minimal select.bp3-intent-danger.bp3-disabled.bp3-active, .bp3-select.bp3-minimal select.bp3-intent-danger.bp3-disabled.bp3-active { background: rgba(219, 55, 55, 0.3) }
.bp3-html-select.bp3-minimal select.bp3-intent-danger .bp3-button-spinner .bp3-spinner-head, .bp3-select.bp3-minimal select.bp3-intent-danger .bp3-button-spinner .bp3-spinner-head { stroke: rgba(194, 48, 48, 1) }
.bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-danger, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-danger, .bp3-dark .bp3-select.bp3-minimal select.bp3-intent-danger, .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-danger { color: rgba(255, 115, 115, 1) }
.bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-danger:hover, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-danger:hover, .bp3-dark .bp3-select.bp3-minimal select.bp3-intent-danger:hover, .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-danger:hover { background: rgba(219, 55, 55, 0.2); color: rgba(255, 115, 115, 1) }
.bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-danger:active, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-danger:active, .bp3-dark .bp3-select.bp3-minimal select.bp3-intent-danger:active, .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-danger:active, .bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-danger.bp3-active, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-danger.bp3-active, .bp3-dark .bp3-select.bp3-minimal select.bp3-intent-danger.bp3-active, .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-danger.bp3-active { background: rgba(219, 55, 55, 0.3); color: rgba(255, 115, 115, 1) }
.bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-danger:disabled, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-danger:disabled, .bp3-dark .bp3-select.bp3-minimal select.bp3-intent-danger:disabled, .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-danger:disabled, .bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-danger.bp3-disabled, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-danger.bp3-disabled, .bp3-dark .bp3-select.bp3-minimal select.bp3-intent-danger.bp3-disabled, .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-danger.bp3-disabled { background: none; color: rgba(255, 115, 115, 0.5) }
.bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-danger:disabled.bp3-active, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-danger:disabled.bp3-active, .bp3-dark .bp3-select.bp3-minimal select.bp3-intent-danger:disabled.bp3-active, .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-danger:disabled.bp3-active, .bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-danger.bp3-disabled.bp3-active, .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-danger.bp3-disabled.bp3-active, .bp3-dark .bp3-select.bp3-minimal select.bp3-intent-danger.bp3-disabled.bp3-active, .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-danger.bp3-disabled.bp3-active { background: rgba(219, 55, 55, 0.3) }
.bp3-html-select.bp3-large select, .bp3-select.bp3-large select { font-size: 16px; height: 40px; padding-right: 35px }
.bp3-dark .bp3-html-select select, .bp3-dark .bp3-select select { background-color: rgba(57, 75, 89, 1); background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0)); -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.4); box-shadow: 0 0 1px rgba(16, 22, 26, 0.4); color: rgba(245, 248, 250, 1) }
.bp3-dark .bp3-html-select select:hover, .bp3-dark .bp3-select select:hover, .bp3-dark .bp3-html-select select:active, .bp3-dark .bp3-select select:active, .bp3-dark .bp3-html-select select.bp3-active, .bp3-dark .bp3-select select.bp3-active { color: rgba(245, 248, 250, 1) }
.bp3-dark .bp3-html-select select:hover, .bp3-dark .bp3-select select:hover { background-color: rgba(48, 64, 77, 1); -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.4); box-shadow: 0 0 1px rgba(16, 22, 26, 0.4) }
.bp3-dark .bp3-html-select select:active, .bp3-dark .bp3-select select:active, .bp3-dark .bp3-html-select select.bp3-active, .bp3-dark .bp3-select select.bp3-active { background-color: rgba(32, 43, 51, 1); background-image: none; -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.6), inset 0 1px 2px rgba(16, 22, 26, 0.2); box-shadow: 0 0 1px rgba(16, 22, 26, 0.6), inset 0 1px 2px rgba(16, 22, 26, 0.2) }
.bp3-dark .bp3-html-select select:disabled, .bp3-dark .bp3-select select:disabled, .bp3-dark .bp3-html-select select.bp3-disabled, .bp3-dark .bp3-select select.bp3-disabled { background-color: rgba(57, 75, 89, 0.5); background-image: none; -webkit-box-shadow: none; box-shadow: none; color: rgba(167, 182, 194, 0.6) }
.bp3-dark .bp3-html-select select:disabled.bp3-active, .bp3-dark .bp3-select select:disabled.bp3-active, .bp3-dark .bp3-html-select select.bp3-disabled.bp3-active, .bp3-dark .bp3-select select.bp3-disabled.bp3-active { background: rgba(57, 75, 89, 0.7) }
.bp3-dark .bp3-html-select select .bp3-button-spinner .bp3-spinner-head, .bp3-dark .bp3-select select .bp3-button-spinner .bp3-spinner-head { background: rgba(16, 22, 26, 0.5); stroke: rgba(138, 155, 168, 1) }
.bp3-html-select select:disabled, .bp3-select select:disabled { background-color: rgba(206, 217, 224, 0.5); -webkit-box-shadow: none; box-shadow: none; color: rgba(92, 112, 128, 0.6); cursor: not-allowed }
.bp3-html-select .bp3-icon, .bp3-select .bp3-icon, .bp3-select::after { color: rgba(92, 112, 128, 1); pointer-events: none; position: absolute; right: 7px; top: 7px }
.bp3-html-select .bp3-disabled.bp3-icon, .bp3-select .bp3-disabled.bp3-icon, .bp3-disabled.bp3-select::after { color: rgba(92, 112, 128, 0.6) }
.bp3-html-select, .bp3-select { display: inline-block; letter-spacing: normal; position: relative; vertical-align: middle }
.bp3-html-select select::-ms-expand,
.bp3-select select::-ms-expand { display: none }
.bp3-html-select .bp3-icon, .bp3-select .bp3-icon { color: rgba(92, 112, 128, 1) }
.bp3-html-select .bp3-icon:hover, .bp3-select .bp3-icon:hover { color: rgba(24, 32, 38, 1) }
.bp3-dark .bp3-html-select .bp3-icon, .bp3-dark .bp3-select .bp3-icon { color: rgba(167, 182, 194, 1) }
.bp3-dark .bp3-html-select .bp3-icon:hover, .bp3-dark .bp3-select .bp3-icon:hover { color: rgba(245, 248, 250, 1) }
.bp3-html-select.bp3-large::after, .bp3-html-select.bp3-large .bp3-icon, .bp3-select.bp3-large::after, .bp3-select.bp3-large .bp3-icon { right: 12px; top: 12px }
.bp3-html-select.bp3-fill, .bp3-html-select.bp3-fill select, .bp3-select.bp3-fill, .bp3-select.bp3-fill select { width: 100% }
.bp3-dark .bp3-html-select option, .bp3-dark .bp3-select option { background-color: rgba(48, 64, 77, 1); color: rgba(245, 248, 250, 1) }
.bp3-dark .bp3-html-select option:disabled, .bp3-dark .bp3-select option:disabled { color: rgba(167, 182, 194, 0.6) }
.bp3-dark .bp3-html-select::after, .bp3-dark .bp3-select::after { color: rgba(167, 182, 194, 1) }
.bp3-select::after { font-family: \"Icons16\", sans-serif; font-size: 16px; font-style: normal; font-weight: 400; line-height: 1; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; content: \"\" }
.bp3-running-text table, table.bp3-html-table { border-spacing: 0; font-size: 14px }
.bp3-running-text table th, table.bp3-html-table th, .bp3-running-text table td, table.bp3-html-table td { padding: 11px; text-align: left; vertical-align: top }
.bp3-running-text table th, table.bp3-html-table th { color: rgba(24, 32, 38, 1); font-weight: 600 }
.bp3-running-text table td, table.bp3-html-table td { color: rgba(24, 32, 38, 1) }
.bp3-running-text table tbody tr:first-child th, table.bp3-html-table tbody tr:first-child th, .bp3-running-text table tbody tr:first-child td, table.bp3-html-table tbody tr:first-child td, .bp3-running-text table tfoot tr:first-child th, table.bp3-html-table tfoot tr:first-child th, .bp3-running-text table tfoot tr:first-child td, table.bp3-html-table tfoot tr:first-child td { -webkit-box-shadow: inset 0 1px 0 0 rgba(16, 22, 26, 0.15); box-shadow: inset 0 1px rgba(16, 22, 26, 0.15) }
.bp3-dark .bp3-running-text table th, .bp3-running-text .bp3-dark table th, .bp3-dark table.bp3-html-table th { color: rgba(245, 248, 250, 1) }
.bp3-dark .bp3-running-text table td, .bp3-running-text .bp3-dark table td, .bp3-dark table.bp3-html-table td { color: rgba(245, 248, 250, 1) }
.bp3-dark .bp3-running-text table tbody tr:first-child th, .bp3-running-text .bp3-dark table tbody tr:first-child th, .bp3-dark table.bp3-html-table tbody tr:first-child th, .bp3-dark .bp3-running-text table tbody tr:first-child td, .bp3-running-text .bp3-dark table tbody tr:first-child td, .bp3-dark table.bp3-html-table tbody tr:first-child td, .bp3-dark .bp3-running-text table tfoot tr:first-child th, .bp3-running-text .bp3-dark table tfoot tr:first-child th, .bp3-dark table.bp3-html-table tfoot tr:first-child th, .bp3-dark .bp3-running-text table tfoot tr:first-child td, .bp3-running-text .bp3-dark table tfoot tr:first-child td, .bp3-dark table.bp3-html-table tfoot tr:first-child td { -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.15); box-shadow: inset 0 1px rgba(255, 255, 255, 0.15) }
table.bp3-html-table.bp3-html-table-condensed th, table.bp3-html-table.bp3-html-table-condensed td, table.bp3-html-table.bp3-small th, table.bp3-html-table.bp3-small td { padding-bottom: 6px; padding-top: 6px }
table.bp3-html-table.bp3-html-table-striped tbody tr:nth-child(2n+1) td { background: rgba(191, 204, 214, 0.15) }
table.bp3-html-table.bp3-html-table-bordered th:not(:first-child) { -webkit-box-shadow: inset 1px 0 0 0 rgba(16, 22, 26, 0.15); box-shadow: inset 1px 0 rgba(16, 22, 26, 0.15) }
table.bp3-html-table.bp3-html-table-bordered tbody tr td, table.bp3-html-table.bp3-html-table-bordered tfoot tr td { -webkit-box-shadow: inset 0 1px 0 0 rgba(16, 22, 26, 0.15); box-shadow: inset 0 1px rgba(16, 22, 26, 0.15) }
table.bp3-html-table.bp3-html-table-bordered tbody tr td:not(:first-child), table.bp3-html-table.bp3-html-table-bordered tfoot tr td:not(:first-child) { -webkit-box-shadow: inset 1px 1px 0 0 rgba(16, 22, 26, 0.15); box-shadow: inset 1px 1px rgba(16, 22, 26, 0.15) }
table.bp3-html-table.bp3-html-table-bordered.bp3-html-table-striped tbody tr:not(:first-child) td { -webkit-box-shadow: none; box-shadow: none }
table.bp3-html-table.bp3-html-table-bordered.bp3-html-table-striped tbody tr:not(:first-child) td:not(:first-child) { -webkit-box-shadow: inset 1px 0 0 0 rgba(16, 22, 26, 0.15); box-shadow: inset 1px 0 rgba(16, 22, 26, 0.15) }
table.bp3-html-table.bp3-interactive tbody tr:hover td { background-color: rgba(191, 204, 214, 0.3); cursor: pointer }
table.bp3-html-table.bp3-interactive tbody tr:active td { background-color: rgba(191, 204, 214, 0.4) }
.bp3-dark table.bp3-html-table { }
.bp3-dark table.bp3-html-table.bp3-html-table-striped tbody tr:nth-child(2n+1) td { background: rgba(92, 112, 128, 0.15) }
.bp3-dark table.bp3-html-table.bp3-html-table-bordered th:not(:first-child) { -webkit-box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, 0.15); box-shadow: inset 1px 0 rgba(255, 255, 255, 0.15) }
.bp3-dark table.bp3-html-table.bp3-html-table-bordered tbody tr td, .bp3-dark table.bp3-html-table.bp3-html-table-bordered tfoot tr td { -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.15); box-shadow: inset 0 1px rgba(255, 255, 255, 0.15) }
.bp3-dark table.bp3-html-table.bp3-html-table-bordered tbody tr td:not(:first-child), .bp3-dark table.bp3-html-table.bp3-html-table-bordered tfoot tr td:not(:first-child) { -webkit-box-shadow: inset 1px 1px 0 0 rgba(255, 255, 255, 0.15); box-shadow: inset 1px 1px rgba(255, 255, 255, 0.15) }
.bp3-dark table.bp3-html-table.bp3-html-table-bordered.bp3-html-table-striped tbody tr:not(:first-child) td { -webkit-box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, 0.15); box-shadow: inset 1px 0 rgba(255, 255, 255, 0.15) }
.bp3-dark table.bp3-html-table.bp3-html-table-bordered.bp3-html-table-striped tbody tr:not(:first-child) td:first-child { -webkit-box-shadow: none; box-shadow: none }
.bp3-dark table.bp3-html-table.bp3-interactive tbody tr:hover td { background-color: rgba(92, 112, 128, 0.3); cursor: pointer }
.bp3-dark table.bp3-html-table.bp3-interactive tbody tr:active td { background-color: rgba(92, 112, 128, 0.4) }
.bp3-key-combo { display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center }
.bp3-key-combo>* { -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; -ms-flex-negative: 0; flex-shrink: 0 }
.bp3-key-combo>.bp3-fill { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; -ms-flex-negative: 1; flex-shrink: 1 }
.bp3-key-combo::before, .bp3-key-combo>* { margin-right: 5px }
.bp3-key-combo:empty::before, .bp3-key-combo>:last-child { margin-right: 0 }
.bp3-hotkey-dialog { padding-bottom: 0; top: 40px }
.bp3-hotkey-dialog .bp3-dialog-body { margin: 0; padding: 0 }
.bp3-hotkey-dialog .bp3-hotkey-label { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1 }
.bp3-hotkey-column { margin: auto; max-height: 80vh; overflow-y: auto; padding: 30px }
.bp3-hotkey-column .bp3-heading { margin-bottom: 20px }
.bp3-hotkey-column .bp3-heading:not(:first-child) { margin-top: 40px }
.bp3-hotkey { -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin-left: 0; margin-right: 0 }
.bp3-hotkey:not(:last-child) { margin-bottom: 10px }
.bp3-icon { display: inline-block; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; vertical-align: text-bottom }
.bp3-icon:not(:empty)::before { content: unset !important }
.bp3-icon>svg { display: block }
.bp3-icon>svg:not([fill]) { fill: currentColor }
.bp3-icon.bp3-intent-primary, .bp3-icon-standard.bp3-intent-primary, .bp3-icon-large.bp3-intent-primary { color: rgba(16, 107, 163, 1) }
.bp3-dark .bp3-icon.bp3-intent-primary, .bp3-dark .bp3-icon-standard.bp3-intent-primary, .bp3-dark .bp3-icon-large.bp3-intent-primary { color: rgba(72, 175, 240, 1) }
.bp3-icon.bp3-intent-success, .bp3-icon-standard.bp3-intent-success, .bp3-icon-large.bp3-intent-success { color: rgba(13, 128, 80, 1) }
.bp3-dark .bp3-icon.bp3-intent-success, .bp3-dark .bp3-icon-standard.bp3-intent-success, .bp3-dark .bp3-icon-large.bp3-intent-success { color: rgba(61, 204, 145, 1) }
.bp3-icon.bp3-intent-warning, .bp3-icon-standard.bp3-intent-warning, .bp3-icon-large.bp3-intent-warning { color: rgba(191, 115, 38, 1) }
.bp3-dark .bp3-icon.bp3-intent-warning, .bp3-dark .bp3-icon-standard.bp3-intent-warning, .bp3-dark .bp3-icon-large.bp3-intent-warning { color: rgba(255, 179, 102, 1) }
.bp3-icon.bp3-intent-danger, .bp3-icon-standard.bp3-intent-danger, .bp3-icon-large.bp3-intent-danger { color: rgba(194, 48, 48, 1) }
.bp3-dark .bp3-icon.bp3-intent-danger, .bp3-dark .bp3-icon-standard.bp3-intent-danger, .bp3-dark .bp3-icon-large.bp3-intent-danger { color: rgba(255, 115, 115, 1) }
span.bp3-icon-standard { font-family: \"Icons16\", sans-serif; font-size: 16px; font-style: normal; font-weight: 400; line-height: 1; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; display: inline-block }
span.bp3-icon-large { font-family: \"Icons20\", sans-serif; font-size: 20px; font-style: normal; font-weight: 400; line-height: 1; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; display: inline-block }
span.bp3-icon:empty { font-family: \"Icons20\"; font-size: inherit; font-style: normal; font-weight: 400; line-height: 1 }
span.bp3-icon:empty::before { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased }
.bp3-icon-add::before { content: \"\" }
.bp3-icon-add-column-left::before { content: \"\" }
.bp3-icon-add-column-right::before { content: \"\" }
.bp3-icon-add-row-bottom::before { content: \"\" }
.bp3-icon-add-row-top::before { content: \"\" }
.bp3-icon-add-to-artifact::before { content: \"\" }
.bp3-icon-add-to-folder::before { content: \"\" }
.bp3-icon-airplane::before { content: \"\" }
.bp3-icon-align-center::before { content: \"\" }
.bp3-icon-align-justify::before { content: \"\" }
.bp3-icon-align-left::before { content: \"\" }
.bp3-icon-align-right::before { content: \"\" }
.bp3-icon-alignment-bottom::before { content: \"\" }
.bp3-icon-alignment-horizontal-center::before { content: \"\" }
.bp3-icon-alignment-left::before { content: \"\" }
.bp3-icon-alignment-right::before { content: \"\" }
.bp3-icon-alignment-top::before { content: \"\" }
.bp3-icon-alignment-vertical-center::before { content: \"\" }
.bp3-icon-annotation::before { content: \"\" }
.bp3-icon-application::before { content: \"\" }
.bp3-icon-applications::before { content: \"\" }
.bp3-icon-archive::before { content: \"\" }
.bp3-icon-arrow-bottom-left::before { content: \"↙\" }
.bp3-icon-arrow-bottom-right::before { content: \"↘\" }
.bp3-icon-arrow-down::before { content: \"↓\" }
.bp3-icon-arrow-left::before { content: \"←\" }
.bp3-icon-arrow-right::before { content: \"→\" }
.bp3-icon-arrow-top-left::before { content: \"↖\" }
.bp3-icon-arrow-top-right::before { content: \"↗\" }
.bp3-icon-arrow-up::before { content: \"↑\" }
.bp3-icon-arrows-horizontal::before { content: \"↔\" }
.bp3-icon-arrows-vertical::before { content: \"↕\" }
.bp3-icon-asterisk::before { content: \"*\" }
.bp3-icon-automatic-updates::before { content: \"\" }
.bp3-icon-badge::before { content: \"\" }
.bp3-icon-ban-circle::before { content: \"\" }
.bp3-icon-bank-account::before { content: \"\" }
.bp3-icon-barcode::before { content: \"\" }
.bp3-icon-blank::before { content: \"\" }
.bp3-icon-blocked-person::before { content: \"\" }
.bp3-icon-bold::before { content: \"\" }
.bp3-icon-book::before { content: \"\" }
.bp3-icon-bookmark::before { content: \"\" }
.bp3-icon-box::before { content: \"\" }
.bp3-icon-briefcase::before { content: \"\" }
.bp3-icon-bring-data::before { content: \"\" }
.bp3-icon-build::before { content: \"\" }
.bp3-icon-calculator::before { content: \"\" }
.bp3-icon-calendar::before { content: \"\" }
.bp3-icon-camera::before { content: \"\" }
.bp3-icon-caret-down::before { content: \"⌄\" }
.bp3-icon-caret-left::before { content: \"〈\" }
.bp3-icon-caret-right::before { content: \"〉\" }
.bp3-icon-caret-up::before { content: \"⌃\" }
.bp3-icon-cell-tower::before { content: \"\" }
.bp3-icon-changes::before { content: \"\" }
.bp3-icon-chart::before { content: \"\" }
.bp3-icon-chat::before { content: \"\" }
.bp3-icon-chevron-backward::before { content: \"\" }
.bp3-icon-chevron-down::before { content: \"\" }
.bp3-icon-chevron-forward::before { content: \"\" }
.bp3-icon-chevron-left::before { content: \"\" }
.bp3-icon-chevron-right::before { content: \"\" }
.bp3-icon-chevron-up::before { content: \"\" }
.bp3-icon-circle::before { content: \"\" }
.bp3-icon-circle-arrow-down::before { content: \"\" }
.bp3-icon-circle-arrow-left::before { content: \"\" }
.bp3-icon-circle-arrow-right::before { content: \"\" }
.bp3-icon-circle-arrow-up::before { content: \"\" }
.bp3-icon-citation::before { content: \"\" }
.bp3-icon-clean::before { content: \"\" }
.bp3-icon-clipboard::before { content: \"\" }
.bp3-icon-cloud::before { content: \"☁\" }
.bp3-icon-cloud-download::before { content: \"\" }
.bp3-icon-cloud-upload::before { content: \"\" }
.bp3-icon-code::before { content: \"\" }
.bp3-icon-code-block::before { content: \"\" }
.bp3-icon-cog::before { content: \"\" }
.bp3-icon-collapse-all::before { content: \"\" }
.bp3-icon-column-layout::before { content: \"\" }
.bp3-icon-comment::before { content: \"\" }
.bp3-icon-comparison::before { content: \"\" }
.bp3-icon-compass::before { content: \"\" }
.bp3-icon-compressed::before { content: \"\" }
.bp3-icon-confirm::before { content: \"\" }
.bp3-icon-console::before { content: \"\" }
.bp3-icon-contrast::before { content: \"\" }
.bp3-icon-control::before { content: \"\" }
.bp3-icon-credit-card::before { content: \"\" }
.bp3-icon-cross::before { content: \"✗\" }
.bp3-icon-crown::before { content: \"\" }
.bp3-icon-cube::before { content: \"\" }
.bp3-icon-cube-add::before { content: \"\" }
.bp3-icon-cube-remove::before { content: \"\" }
.bp3-icon-curved-range-chart::before { content: \"\" }
.bp3-icon-cut::before { content: \"\" }
.bp3-icon-dashboard::before { content: \"\" }
.bp3-icon-data-lineage::before { content: \"\" }
.bp3-icon-database::before { content: \"\" }
.bp3-icon-delete::before { content: \"\" }
.bp3-icon-delta::before { content: \"Δ\" }
.bp3-icon-derive-column::before { content: \"\" }
.bp3-icon-desktop::before { content: \"\" }
.bp3-icon-diagnosis::before { content: \"\" }
.bp3-icon-diagram-tree::before { content: \"\" }
.bp3-icon-direction-left::before { content: \"\" }
.bp3-icon-direction-right::before { content: \"\" }
.bp3-icon-disable::before { content: \"\" }
.bp3-icon-document::before { content: \"\" }
.bp3-icon-document-open::before { content: \"\" }
.bp3-icon-document-share::before { content: \"\" }
.bp3-icon-dollar::before { content: \"$\" }
.bp3-icon-dot::before { content: \"•\" }
.bp3-icon-double-caret-horizontal::before { content: \"\" }
.bp3-icon-double-caret-vertical::before { content: \"\" }
.bp3-icon-double-chevron-down::before { content: \"\" }
.bp3-icon-double-chevron-left::before { content: \"\" }
.bp3-icon-double-chevron-right::before { content: \"\" }
.bp3-icon-double-chevron-up::before { content: \"\" }
.bp3-icon-doughnut-chart::before { content: \"\" }
.bp3-icon-download::before { content: \"\" }
.bp3-icon-drag-handle-horizontal::before { content: \"\" }
.bp3-icon-drag-handle-vertical::before { content: \"\" }
.bp3-icon-draw::before { content: \"\" }
.bp3-icon-drive-time::before { content: \"\" }
.bp3-icon-duplicate::before { content: \"\" }
.bp3-icon-edit::before { content: \"✎\" }
.bp3-icon-eject::before { content: \"⏏\" }
.bp3-icon-endorsed::before { content: \"\" }
.bp3-icon-envelope::before { content: \"✉\" }
.bp3-icon-equals::before { content: \"\" }
.bp3-icon-eraser::before { content: \"\" }
.bp3-icon-error::before { content: \"\" }
.bp3-icon-euro::before { content: \"€\" }
.bp3-icon-exchange::before { content: \"\" }
.bp3-icon-exclude-row::before { content: \"\" }
.bp3-icon-expand-all::before { content: \"\" }
.bp3-icon-export::before { content: \"\" }
.bp3-icon-eye-off::before { content: \"\" }
.bp3-icon-eye-on::before { content: \"\" }
.bp3-icon-eye-open::before { content: \"\" }
.bp3-icon-fast-backward::before { content: \"\" }
.bp3-icon-fast-forward::before { content: \"\" }
.bp3-icon-feed::before { content: \"\" }
.bp3-icon-feed-subscribed::before { content: \"\" }
.bp3-icon-film::before { content: \"\" }
.bp3-icon-filter::before { content: \"\" }
.bp3-icon-filter-keep::before { content: \"\" }
.bp3-icon-filter-list::before { content: \"\" }
.bp3-icon-filter-open::before { content: \"\" }
.bp3-icon-filter-remove::before { content: \"\" }
.bp3-icon-flag::before { content: \"⚑\" }
.bp3-icon-flame::before { content: \"\" }
.bp3-icon-flash::before { content: \"\" }
.bp3-icon-floppy-disk::before { content: \"\" }
.bp3-icon-flow-branch::before { content: \"\" }
.bp3-icon-flow-end::before { content: \"\" }
.bp3-icon-flow-linear::before { content: \"\" }
.bp3-icon-flow-review::before { content: \"\" }
.bp3-icon-flow-review-branch::before { content: \"\" }
.bp3-icon-flows::before { content: \"\" }
.bp3-icon-folder-close::before { content: \"\" }
.bp3-icon-folder-new::before { content: \"\" }
.bp3-icon-folder-open::before { content: \"\" }
.bp3-icon-folder-shared::before { content: \"\" }
.bp3-icon-folder-shared-open::before { content: \"\" }
.bp3-icon-follower::before { content: \"\" }
.bp3-icon-following::before { content: \"\" }
.bp3-icon-font::before { content: \"\" }
.bp3-icon-fork::before { content: \"\" }
.bp3-icon-form::before { content: \"\" }
.bp3-icon-full-circle::before { content: \"\" }
.bp3-icon-full-stacked-chart::before { content: \"\" }
.bp3-icon-fullscreen::before { content: \"\" }
.bp3-icon-function::before { content: \"\" }
.bp3-icon-gantt-chart::before { content: \"\" }
.bp3-icon-geolocation::before { content: \"\" }
.bp3-icon-geosearch::before { content: \"\" }
.bp3-icon-git-branch::before { content: \"\" }
.bp3-icon-git-commit::before { content: \"\" }
.bp3-icon-git-merge::before { content: \"\" }
.bp3-icon-git-new-branch::before { content: \"\" }
.bp3-icon-git-pull::before { content: \"\" }
.bp3-icon-git-push::before { content: \"\" }
.bp3-icon-git-repo::before { content: \"\" }
.bp3-icon-glass::before { content: \"\" }
.bp3-icon-globe::before { content: \"\" }
.bp3-icon-globe-network::before { content: \"\" }
.bp3-icon-graph::before { content: \"\" }
.bp3-icon-graph-remove::before { content: \"\" }
.bp3-icon-greater-than::before { content: \"\" }
.bp3-icon-greater-than-or-equal-to::before { content: \"\" }
.bp3-icon-grid::before { content: \"\" }
.bp3-icon-grid-view::before { content: \"\" }
.bp3-icon-group-objects::before { content: \"\" }
.bp3-icon-grouped-bar-chart::before { content: \"\" }
.bp3-icon-hand::before { content: \"\" }
.bp3-icon-hand-down::before { content: \"\" }
.bp3-icon-hand-left::before { content: \"\" }
.bp3-icon-hand-right::before { content: \"\" }
.bp3-icon-hand-up::before { content: \"\" }
.bp3-icon-header::before { content: \"\" }
.bp3-icon-header-one::before { content: \"\" }
.bp3-icon-header-two::before { content: \"\" }
.bp3-icon-headset::before { content: \"\" }
.bp3-icon-heart::before { content: \"♥\" }
.bp3-icon-heart-broken::before { content: \"\" }
.bp3-icon-heat-grid::before { content: \"\" }
.bp3-icon-heatmap::before { content: \"\" }
.bp3-icon-help::before { content: \"?\" }
.bp3-icon-helper-management::before { content: \"\" }
.bp3-icon-highlight::before { content: \"\" }
.bp3-icon-history::before { content: \"\" }
.bp3-icon-home::before { content: \"⌂\" }
.bp3-icon-horizontal-bar-chart::before { content: \"\" }
.bp3-icon-horizontal-bar-chart-asc::before { content: \"\" }
.bp3-icon-horizontal-bar-chart-desc::before { content: \"\" }
.bp3-icon-horizontal-distribution::before { content: \"\" }
.bp3-icon-id-number::before { content: \"\" }
.bp3-icon-image-rotate-left::before { content: \"\" }
.bp3-icon-image-rotate-right::before { content: \"\" }
.bp3-icon-import::before { content: \"\" }
.bp3-icon-inbox::before { content: \"\" }
.bp3-icon-inbox-filtered::before { content: \"\" }
.bp3-icon-inbox-geo::before { content: \"\" }
.bp3-icon-inbox-search::before { content: \"\" }
.bp3-icon-inbox-update::before { content: \"\" }
.bp3-icon-info-sign::before { content: \"ℹ\" }
.bp3-icon-inheritance::before { content: \"\" }
.bp3-icon-inner-join::before { content: \"\" }
.bp3-icon-insert::before { content: \"\" }
.bp3-icon-intersection::before { content: \"\" }
.bp3-icon-ip-address::before { content: \"\" }
.bp3-icon-issue::before { content: \"\" }
.bp3-icon-issue-closed::before { content: \"\" }
.bp3-icon-issue-new::before { content: \"\" }
.bp3-icon-italic::before { content: \"\" }
.bp3-icon-join-table::before { content: \"\" }
.bp3-icon-key::before { content: \"\" }
.bp3-icon-key-backspace::before { content: \"\" }
.bp3-icon-key-command::before { content: \"\" }
.bp3-icon-key-control::before { content: \"\" }
.bp3-icon-key-delete::before { content: \"\" }
.bp3-icon-key-enter::before { content: \"\" }
.bp3-icon-key-escape::before { content: \"\" }
.bp3-icon-key-option::before { content: \"\" }
.bp3-icon-key-shift::before { content: \"\" }
.bp3-icon-key-tab::before { content: \"\" }
.bp3-icon-known-vehicle::before { content: \"\" }
.bp3-icon-lab-test::before { content: \"\" }
.bp3-icon-label::before { content: \"\" }
.bp3-icon-layer::before { content: \"\" }
.bp3-icon-layers::before { content: \"\" }
.bp3-icon-layout::before { content: \"\" }
.bp3-icon-layout-auto::before { content: \"\" }
.bp3-icon-layout-balloon::before { content: \"\" }
.bp3-icon-layout-circle::before { content: \"\" }
.bp3-icon-layout-grid::before { content: \"\" }
.bp3-icon-layout-group-by::before { content: \"\" }
.bp3-icon-layout-hierarchy::before { content: \"\" }
.bp3-icon-layout-linear::before { content: \"\" }
.bp3-icon-layout-skew-grid::before { content: \"\" }
.bp3-icon-layout-sorted-clusters::before { content: \"\" }
.bp3-icon-learning::before { content: \"\" }
.bp3-icon-left-join::before { content: \"\" }
.bp3-icon-less-than::before { content: \"\" }
.bp3-icon-less-than-or-equal-to::before { content: \"\" }
.bp3-icon-lifesaver::before { content: \"\" }
.bp3-icon-lightbulb::before { content: \"\" }
.bp3-icon-link::before { content: \"\" }
.bp3-icon-list::before { content: \"☰\" }
.bp3-icon-list-columns::before { content: \"\" }
.bp3-icon-list-detail-view::before { content: \"\" }
.bp3-icon-locate::before { content: \"\" }
.bp3-icon-lock::before { content: \"\" }
.bp3-icon-log-in::before { content: \"\" }
.bp3-icon-log-out::before { content: \"\" }
.bp3-icon-manual::before { content: \"\" }
.bp3-icon-manually-entered-data::before { content: \"\" }
.bp3-icon-map::before { content: \"\" }
.bp3-icon-map-create::before { content: \"\" }
.bp3-icon-map-marker::before { content: \"\" }
.bp3-icon-maximize::before { content: \"\" }
.bp3-icon-media::before { content: \"\" }
.bp3-icon-menu::before { content: \"\" }
.bp3-icon-menu-closed::before { content: \"\" }
.bp3-icon-menu-open::before { content: \"\" }
.bp3-icon-merge-columns::before { content: \"\" }
.bp3-icon-merge-links::before { content: \"\" }
.bp3-icon-minimize::before { content: \"\" }
.bp3-icon-minus::before { content: \"−\" }
.bp3-icon-mobile-phone::before { content: \"\" }
.bp3-icon-mobile-video::before { content: \"\" }
.bp3-icon-moon::before { content: \"\" }
.bp3-icon-more::before { content: \"\" }
.bp3-icon-mountain::before { content: \"\" }
.bp3-icon-move::before { content: \"\" }
.bp3-icon-mugshot::before { content: \"\" }
.bp3-icon-multi-select::before { content: \"\" }
.bp3-icon-music::before { content: \"\" }
.bp3-icon-new-drawing::before { content: \"\" }
.bp3-icon-new-grid-item::before { content: \"\" }
.bp3-icon-new-layer::before { content: \"\" }
.bp3-icon-new-layers::before { content: \"\" }
.bp3-icon-new-link::before { content: \"\" }
.bp3-icon-new-object::before { content: \"\" }
.bp3-icon-new-person::before { content: \"\" }
.bp3-icon-new-prescription::before { content: \"\" }
.bp3-icon-new-text-box::before { content: \"\" }
.bp3-icon-ninja::before { content: \"\" }
.bp3-icon-not-equal-to::before { content: \"\" }
.bp3-icon-notifications::before { content: \"\" }
.bp3-icon-notifications-updated::before { content: \"\" }
.bp3-icon-numbered-list::before { content: \"\" }
.bp3-icon-numerical::before { content: \"\" }
.bp3-icon-office::before { content: \"\" }
.bp3-icon-offline::before { content: \"\" }
.bp3-icon-oil-field::before { content: \"\" }
.bp3-icon-one-column::before { content: \"\" }
.bp3-icon-outdated::before { content: \"\" }
.bp3-icon-page-layout::before { content: \"\" }
.bp3-icon-panel-stats::before { content: \"\" }
.bp3-icon-panel-table::before { content: \"\" }
.bp3-icon-paperclip::before { content: \"\" }
.bp3-icon-paragraph::before { content: \"\" }
.bp3-icon-path::before { content: \"\" }
.bp3-icon-path-search::before { content: \"\" }
.bp3-icon-pause::before { content: \"\" }
.bp3-icon-people::before { content: \"\" }
.bp3-icon-percentage::before { content: \"\" }
.bp3-icon-person::before { content: \"\" }
.bp3-icon-phone::before { content: \"☎\" }
.bp3-icon-pie-chart::before { content: \"\" }
.bp3-icon-pin::before { content: \"\" }
.bp3-icon-pivot::before { content: \"\" }
.bp3-icon-pivot-table::before { content: \"\" }
.bp3-icon-play::before { content: \"\" }
.bp3-icon-plus::before { content: \"+\" }
.bp3-icon-polygon-filter::before { content: \"\" }
.bp3-icon-power::before { content: \"\" }
.bp3-icon-predictive-analysis::before { content: \"\" }
.bp3-icon-prescription::before { content: \"\" }
.bp3-icon-presentation::before { content: \"\" }
.bp3-icon-print::before { content: \"⎙\" }
.bp3-icon-projects::before { content: \"\" }
.bp3-icon-properties::before { content: \"\" }
.bp3-icon-property::before { content: \"\" }
.bp3-icon-publish-function::before { content: \"\" }
.bp3-icon-pulse::before { content: \"\" }
.bp3-icon-random::before { content: \"\" }
.bp3-icon-record::before { content: \"\" }
.bp3-icon-redo::before { content: \"\" }
.bp3-icon-refresh::before { content: \"\" }
.bp3-icon-regression-chart::before { content: \"\" }
.bp3-icon-remove::before { content: \"\" }
.bp3-icon-remove-column::before { content: \"\" }
.bp3-icon-remove-column-left::before { content: \"\" }
.bp3-icon-remove-column-right::before { content: \"\" }
.bp3-icon-remove-row-bottom::before { content: \"\" }
.bp3-icon-remove-row-top::before { content: \"\" }
.bp3-icon-repeat::before { content: \"\" }
.bp3-icon-reset::before { content: \"\" }
.bp3-icon-resolve::before { content: \"\" }
.bp3-icon-rig::before { content: \"\" }
.bp3-icon-right-join::before { content: \"\" }
.bp3-icon-ring::before { content: \"\" }
.bp3-icon-rotate-document::before { content: \"\" }
.bp3-icon-rotate-page::before { content: \"\" }
.bp3-icon-satellite::before { content: \"\" }
.bp3-icon-saved::before { content: \"\" }
.bp3-icon-scatter-plot::before { content: \"\" }
.bp3-icon-search::before { content: \"\" }
.bp3-icon-search-around::before { content: \"\" }
.bp3-icon-search-template::before { content: \"\" }
.bp3-icon-search-text::before { content: \"\" }
.bp3-icon-segmented-control::before { content: \"\" }
.bp3-icon-select::before { content: \"\" }
.bp3-icon-selection::before { content: \"⦿\" }
.bp3-icon-send-to::before { content: \"\" }
.bp3-icon-send-to-graph::before { content: \"\" }
.bp3-icon-send-to-map::before { content: \"\" }
.bp3-icon-series-add::before { content: \"\" }
.bp3-icon-series-configuration::before { content: \"\" }
.bp3-icon-series-derived::before { content: \"\" }
.bp3-icon-series-filtered::before { content: \"\" }
.bp3-icon-series-search::before { content: \"\" }
.bp3-icon-settings::before { content: \"\" }
.bp3-icon-share::before { content: \"\" }
.bp3-icon-shield::before { content: \"\" }
.bp3-icon-shop::before { content: \"\" }
.bp3-icon-shopping-cart::before { content: \"\" }
.bp3-icon-signal-search::before { content: \"\" }
.bp3-icon-sim-card::before { content: \"\" }
.bp3-icon-slash::before { content: \"\" }
.bp3-icon-small-cross::before { content: \"\" }
.bp3-icon-small-minus::before { content: \"\" }
.bp3-icon-small-plus::before { content: \"\" }
.bp3-icon-small-tick::before { content: \"\" }
.bp3-icon-snowflake::before { content: \"\" }
.bp3-icon-social-media::before { content: \"\" }
.bp3-icon-sort::before { content: \"\" }
.bp3-icon-sort-alphabetical::before { content: \"\" }
.bp3-icon-sort-alphabetical-desc::before { content: \"\" }
.bp3-icon-sort-asc::before { content: \"\" }
.bp3-icon-sort-desc::before { content: \"\" }
.bp3-icon-sort-numerical::before { content: \"\" }
.bp3-icon-sort-numerical-desc::before { content: \"\" }
.bp3-icon-split-columns::before { content: \"\" }
.bp3-icon-square::before { content: \"\" }
.bp3-icon-stacked-chart::before { content: \"\" }
.bp3-icon-star::before { content: \"★\" }
.bp3-icon-star-empty::before { content: \"☆\" }
.bp3-icon-step-backward::before { content: \"\" }
.bp3-icon-step-chart::before { content: \"\" }
.bp3-icon-step-forward::before { content: \"\" }
.bp3-icon-stop::before { content: \"\" }
.bp3-icon-stopwatch::before { content: \"\" }
.bp3-icon-strikethrough::before { content: \"\" }
.bp3-icon-style::before { content: \"\" }
.bp3-icon-swap-horizontal::before { content: \"\" }
.bp3-icon-swap-vertical::before { content: \"\" }
.bp3-icon-symbol-circle::before { content: \"\" }
.bp3-icon-symbol-cross::before { content: \"\" }
.bp3-icon-symbol-diamond::before { content: \"\" }
.bp3-icon-symbol-square::before { content: \"\" }
.bp3-icon-symbol-triangle-down::before { content: \"\" }
.bp3-icon-symbol-triangle-up::before { content: \"\" }
.bp3-icon-tag::before { content: \"\" }
.bp3-icon-take-action::before { content: \"\" }
.bp3-icon-taxi::before { content: \"\" }
.bp3-icon-text-highlight::before { content: \"\" }
.bp3-icon-th::before { content: \"\" }
.bp3-icon-th-derived::before { content: \"\" }
.bp3-icon-th-disconnect::before { content: \"\" }
.bp3-icon-th-filtered::before { content: \"\" }
.bp3-icon-th-list::before { content: \"\" }
.bp3-icon-thumbs-down::before { content: \"\" }
.bp3-icon-thumbs-up::before { content: \"\" }
.bp3-icon-tick::before { content: \"✓\" }
.bp3-icon-tick-circle::before { content: \"\" }
.bp3-icon-time::before { content: \"⏲\" }
.bp3-icon-timeline-area-chart::before { content: \"\" }
.bp3-icon-timeline-bar-chart::before { content: \"\" }
.bp3-icon-timeline-events::before { content: \"\" }
.bp3-icon-timeline-line-chart::before { content: \"\" }
.bp3-icon-tint::before { content: \"\" }
.bp3-icon-torch::before { content: \"\" }
.bp3-icon-tractor::before { content: \"\" }
.bp3-icon-train::before { content: \"\" }
.bp3-icon-translate::before { content: \"\" }
.bp3-icon-trash::before { content: \"\" }
.bp3-icon-tree::before { content: \"\" }
.bp3-icon-trending-down::before { content: \"\" }
.bp3-icon-trending-up::before { content: \"\" }
.bp3-icon-truck::before { content: \"\" }
.bp3-icon-two-columns::before { content: \"\" }
.bp3-icon-unarchive::before { content: \"\" }
.bp3-icon-underline::before { content: \"⎁\" }
.bp3-icon-undo::before { content: \"⎌\" }
.bp3-icon-ungroup-objects::before { content: \"\" }
.bp3-icon-unknown-vehicle::before { content: \"\" }
.bp3-icon-unlock::before { content: \"\" }
.bp3-icon-unpin::before { content: \"\" }
.bp3-icon-unresolve::before { content: \"\" }
.bp3-icon-updated::before { content: \"\" }
.bp3-icon-upload::before { content: \"\" }
.bp3-icon-user::before { content: \"\" }
.bp3-icon-variable::before { content: \"\" }
.bp3-icon-vertical-bar-chart-asc::before { content: \"\" }
.bp3-icon-vertical-bar-chart-desc::before { content: \"\" }
.bp3-icon-vertical-distribution::before { content: \"\" }
.bp3-icon-video::before { content: \"\" }
.bp3-icon-volume-down::before { content: \"\" }
.bp3-icon-volume-off::before { content: \"\" }
.bp3-icon-volume-up::before { content: \"\" }
.bp3-icon-walk::before { content: \"\" }
.bp3-icon-warning-sign::before { content: \"\" }
.bp3-icon-waterfall-chart::before { content: \"\" }
.bp3-icon-widget::before { content: \"\" }
.bp3-icon-widget-button::before { content: \"\" }
.bp3-icon-widget-footer::before { content: \"\" }
.bp3-icon-widget-header::before { content: \"\" }
.bp3-icon-wrench::before { content: \"\" }
.bp3-icon-zoom-in::before { content: \"\" }
.bp3-icon-zoom-out::before { content: \"\" }
.bp3-icon-zoom-to-fit::before { content: \"\" }
.bp3-submenu>.bp3-popover-wrapper { display: block }
.bp3-submenu .bp3-popover-target { display: block }
.bp3-submenu .bp3-popover-target.bp3-popover-open>.bp3-menu-item { }
.bp3-submenu.bp3-popover { -webkit-box-shadow: none; box-shadow: none; padding: 0 5px }
.bp3-submenu.bp3-popover>.bp3-popover-content { -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.1), 0 2px 4px rgba(16, 22, 26, 0.2), 0 8px 24px rgba(16, 22, 26, 0.2); box-shadow: 0 0 1px rgba(16, 22, 26, 0.1), 0 2px 4px rgba(16, 22, 26, 0.2), 0 8px 24px rgba(16, 22, 26, 0.2) }
.bp3-dark .bp3-submenu.bp3-popover, .bp3-submenu.bp3-popover.bp3-dark { -webkit-box-shadow: none; box-shadow: none }
.bp3-dark .bp3-submenu.bp3-popover>.bp3-popover-content, .bp3-submenu.bp3-popover.bp3-dark>.bp3-popover-content { -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.2), 0 2px 4px rgba(16, 22, 26, 0.4), 0 8px 24px rgba(16, 22, 26, 0.4); box-shadow: 0 0 1px rgba(16, 22, 26, 0.2), 0 2px 4px rgba(16, 22, 26, 0.4), 0 8px 24px rgba(16, 22, 26, 0.4) }
.bp3-menu { background: rgba(255, 255, 255, 1); border-radius: 3px; color: rgba(24, 32, 38, 1); list-style: none; margin: 0; min-width: 180px; padding: 5px; text-align: left }
.bp3-menu-divider { border-top: 1px solid rgba(16, 22, 26, 0.15); display: block; margin: 5px }
.bp3-dark .bp3-menu-divider { border-top-color: rgba(255, 255, 255, 0.15) }
.bp3-menu-item { display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; border-radius: 2px; color: inherit; line-height: 20px; padding: 5px 7px; text-decoration: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none }
.bp3-menu-item>* { -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; -ms-flex-negative: 0; flex-shrink: 0 }
.bp3-menu-item>.bp3-fill { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; -ms-flex-negative: 1; flex-shrink: 1 }
.bp3-menu-item::before, .bp3-menu-item>* { margin-right: 7px }
.bp3-menu-item:empty::before, .bp3-menu-item>:last-child { margin-right: 0 }
.bp3-menu-item>.bp3-fill { }
.bp3-menu-item:hover, .bp3-submenu .bp3-popover-target.bp3-popover-open>.bp3-menu-item { background-color: rgba(167, 182, 194, 0.3); cursor: pointer; text-decoration: none }
.bp3-menu-item.bp3-disabled { background-color: inherit; color: rgba(92, 112, 128, 0.6); cursor: not-allowed }
.bp3-dark .bp3-menu-item { color: inherit }
.bp3-dark .bp3-menu-item:hover, .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open>.bp3-menu-item, .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open>.bp3-menu-item { background-color: rgba(138, 155, 168, 0.15); color: inherit }
.bp3-dark .bp3-menu-item.bp3-disabled { background-color: inherit; color: rgba(167, 182, 194, 0.6) }
.bp3-menu-item.bp3-intent-primary { color: rgba(16, 107, 163, 1) }
.bp3-menu-item.bp3-intent-primary .bp3-icon { color: inherit }
.bp3-menu-item.bp3-intent-primary::before, .bp3-menu-item.bp3-intent-primary::after, .bp3-menu-item.bp3-intent-primary .bp3-menu-item-label { color: rgba(16, 107, 163, 1) }
.bp3-menu-item.bp3-intent-primary:hover, .bp3-submenu .bp3-popover-target.bp3-popover-open>.bp3-intent-primary.bp3-menu-item, .bp3-menu-item.bp3-intent-primary.bp3-active { background-color: rgba(19, 124, 189, 1) }
.bp3-menu-item.bp3-intent-primary:active { background-color: rgba(16, 107, 163, 1) }
.bp3-menu-item.bp3-intent-primary:hover, .bp3-submenu .bp3-popover-target.bp3-popover-open>.bp3-intent-primary.bp3-menu-item, .bp3-menu-item.bp3-intent-primary:hover::before, .bp3-submenu .bp3-popover-target.bp3-popover-open>.bp3-intent-primary.bp3-menu-item::before, .bp3-menu-item.bp3-intent-primary:hover::after, .bp3-submenu .bp3-popover-target.bp3-popover-open>.bp3-intent-primary.bp3-menu-item::after, .bp3-menu-item.bp3-intent-primary:hover .bp3-menu-item-label, .bp3-submenu .bp3-popover-target.bp3-popover-open>.bp3-intent-primary.bp3-menu-item .bp3-menu-item-label, .bp3-menu-item.bp3-intent-primary:active, .bp3-menu-item.bp3-intent-primary:active::before, .bp3-menu-item.bp3-intent-primary:active::after, .bp3-menu-item.bp3-intent-primary:active .bp3-menu-item-label, .bp3-menu-item.bp3-intent-primary.bp3-active, .bp3-menu-item.bp3-intent-primary.bp3-active::before, .bp3-menu-item.bp3-intent-primary.bp3-active::after, .bp3-menu-item.bp3-intent-primary.bp3-active .bp3-menu-item-label { color: rgba(255, 255, 255, 1) }
.bp3-menu-item.bp3-intent-success { color: rgba(13, 128, 80, 1) }
.bp3-menu-item.bp3-intent-success .bp3-icon { color: inherit }
.bp3-menu-item.bp3-intent-success::before, .bp3-menu-item.bp3-intent-success::after, .bp3-menu-item.bp3-intent-success .bp3-menu-item-label { color: rgba(13, 128, 80, 1) }
.bp3-menu-item.bp3-intent-success:hover, .bp3-submenu .bp3-popover-target.bp3-popover-open>.bp3-intent-success.bp3-menu-item, .bp3-menu-item.bp3-intent-success.bp3-active { background-color: rgba(15, 153, 96, 1) }
.bp3-menu-item.bp3-intent-success:active { background-color: rgba(13, 128, 80, 1) }
.bp3-menu-item.bp3-intent-success:hover, .bp3-submenu .bp3-popover-target.bp3-popover-open>.bp3-intent-success.bp3-menu-item, .bp3-menu-item.bp3-intent-success:hover::before, .bp3-submenu .bp3-popover-target.bp3-popover-open>.bp3-intent-success.bp3-menu-item::before, .bp3-menu-item.bp3-intent-success:hover::after, .bp3-submenu .bp3-popover-target.bp3-popover-open>.bp3-intent-success.bp3-menu-item::after, .bp3-menu-item.bp3-intent-success:hover .bp3-menu-item-label, .bp3-submenu .bp3-popover-target.bp3-popover-open>.bp3-intent-success.bp3-menu-item .bp3-menu-item-label, .bp3-menu-item.bp3-intent-success:active, .bp3-menu-item.bp3-intent-success:active::before, .bp3-menu-item.bp3-intent-success:active::after, .bp3-menu-item.bp3-intent-success:active .bp3-menu-item-label, .bp3-menu-item.bp3-intent-success.bp3-active, .bp3-menu-item.bp3-intent-success.bp3-active::before, .bp3-menu-item.bp3-intent-success.bp3-active::after, .bp3-menu-item.bp3-intent-success.bp3-active .bp3-menu-item-label { color: rgba(255, 255, 255, 1) }
.bp3-menu-item.bp3-intent-warning { color: rgba(191, 115, 38, 1) }
.bp3-menu-item.bp3-intent-warning .bp3-icon { color: inherit }
.bp3-menu-item.bp3-intent-warning::before, .bp3-menu-item.bp3-intent-warning::after, .bp3-menu-item.bp3-intent-warning .bp3-menu-item-label { color: rgba(191, 115, 38, 1) }
.bp3-menu-item.bp3-intent-warning:hover, .bp3-submenu .bp3-popover-target.bp3-popover-open>.bp3-intent-warning.bp3-menu-item, .bp3-menu-item.bp3-intent-warning.bp3-active { background-color: rgba(217, 130, 43, 1) }
.bp3-menu-item.bp3-intent-warning:active { background-color: rgba(191, 115, 38, 1) }
.bp3-menu-item.bp3-intent-warning:hover, .bp3-submenu .bp3-popover-target.bp3-popover-open>.bp3-intent-warning.bp3-menu-item, .bp3-menu-item.bp3-intent-warning:hover::before, .bp3-submenu .bp3-popover-target.bp3-popover-open>.bp3-intent-warning.bp3-menu-item::before, .bp3-menu-item.bp3-intent-warning:hover::after, .bp3-submenu .bp3-popover-target.bp3-popover-open>.bp3-intent-warning.bp3-menu-item::after, .bp3-menu-item.bp3-intent-warning:hover .bp3-menu-item-label, .bp3-submenu .bp3-popover-target.bp3-popover-open>.bp3-intent-warning.bp3-menu-item .bp3-menu-item-label, .bp3-menu-item.bp3-intent-warning:active, .bp3-menu-item.bp3-intent-warning:active::before, .bp3-menu-item.bp3-intent-warning:active::after, .bp3-menu-item.bp3-intent-warning:active .bp3-menu-item-label, .bp3-menu-item.bp3-intent-warning.bp3-active, .bp3-menu-item.bp3-intent-warning.bp3-active::before, .bp3-menu-item.bp3-intent-warning.bp3-active::after, .bp3-menu-item.bp3-intent-warning.bp3-active .bp3-menu-item-label { color: rgba(255, 255, 255, 1) }
.bp3-menu-item.bp3-intent-danger { color: rgba(194, 48, 48, 1) }
.bp3-menu-item.bp3-intent-danger .bp3-icon { color: inherit }
.bp3-menu-item.bp3-intent-danger::before, .bp3-menu-item.bp3-intent-danger::after, .bp3-menu-item.bp3-intent-danger .bp3-menu-item-label { color: rgba(194, 48, 48, 1) }
.bp3-menu-item.bp3-intent-danger:hover, .bp3-submenu .bp3-popover-target.bp3-popover-open>.bp3-intent-danger.bp3-menu-item, .bp3-menu-item.bp3-intent-danger.bp3-active { background-color: rgba(219, 55, 55, 1) }
.bp3-menu-item.bp3-intent-danger:active { background-color: rgba(194, 48, 48, 1) }
.bp3-menu-item.bp3-intent-danger:hover, .bp3-submenu .bp3-popover-target.bp3-popover-open>.bp3-intent-danger.bp3-menu-item, .bp3-menu-item.bp3-intent-danger:hover::before, .bp3-submenu .bp3-popover-target.bp3-popover-open>.bp3-intent-danger.bp3-menu-item::before, .bp3-menu-item.bp3-intent-danger:hover::after, .bp3-submenu .bp3-popover-target.bp3-popover-open>.bp3-intent-danger.bp3-menu-item::after, .bp3-menu-item.bp3-intent-danger:hover .bp3-menu-item-label, .bp3-submenu .bp3-popover-target.bp3-popover-open>.bp3-intent-danger.bp3-menu-item .bp3-menu-item-label, .bp3-menu-item.bp3-intent-danger:active, .bp3-menu-item.bp3-intent-danger:active::before, .bp3-menu-item.bp3-intent-danger:active::after, .bp3-menu-item.bp3-intent-danger:active .bp3-menu-item-label, .bp3-menu-item.bp3-intent-danger.bp3-active, .bp3-menu-item.bp3-intent-danger.bp3-active::before, .bp3-menu-item.bp3-intent-danger.bp3-active::after, .bp3-menu-item.bp3-intent-danger.bp3-active .bp3-menu-item-label { color: rgba(255, 255, 255, 1) }
.bp3-menu-item::before { font-family: \"Icons16\", sans-serif; font-size: 16px; font-style: normal; font-weight: 400; line-height: 1; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; margin-right: 7px }
.bp3-menu-item::before, .bp3-menu-item>.bp3-icon { color: rgba(92, 112, 128, 1); margin-top: 2px }
.bp3-menu-item .bp3-menu-item-label { color: rgba(92, 112, 128, 1) }
.bp3-menu-item:hover, .bp3-submenu .bp3-popover-target.bp3-popover-open>.bp3-menu-item { color: inherit }
.bp3-menu-item.bp3-active, .bp3-menu-item:active { background-color: rgba(115, 134, 148, 0.3) }
.bp3-menu-item.bp3-disabled { background-color: inherit !important; color: rgba(92, 112, 128, 0.6) !important; cursor: not-allowed !important; outline: none !important }
.bp3-menu-item.bp3-disabled::before, .bp3-menu-item.bp3-disabled>.bp3-icon, .bp3-menu-item.bp3-disabled .bp3-menu-item-label { color: rgba(92, 112, 128, 0.6) !important }
.bp3-large .bp3-menu-item { font-size: 16px; line-height: 22px; padding: 9px 7px }
.bp3-large .bp3-menu-item .bp3-icon { margin-top: 3px }
.bp3-large .bp3-menu-item::before { font-family: \"Icons20\", sans-serif; font-size: 20px; font-style: normal; font-weight: 400; line-height: 1; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; margin-right: 10px; margin-top: 1px }
button.bp3-menu-item { background: none; border: none; text-align: left; width: 100% }
.bp3-menu-header { border-top: 1px solid rgba(16, 22, 26, 0.15); display: block; margin: 5px; cursor: default; padding-left: 2px }
.bp3-dark .bp3-menu-header { border-top-color: rgba(255, 255, 255, 0.15) }
.bp3-menu-header:first-of-type { border-top: none }
.bp3-menu-header>h6 { color: rgba(24, 32, 38, 1); font-weight: 600; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; word-wrap: normal; line-height: 17px; margin: 0; padding: 10px 7px 0 1px }
.bp3-dark .bp3-menu-header>h6 { color: rgba(245, 248, 250, 1) }
.bp3-menu-header:first-of-type>h6 { padding-top: 0 }
.bp3-large .bp3-menu-header>h6 { font-size: 18px; padding-bottom: 5px; padding-top: 15px }
.bp3-large .bp3-menu-header:first-of-type>h6 { padding-top: 0 }
.bp3-dark .bp3-menu { background: rgba(48, 64, 77, 1); color: rgba(245, 248, 250, 1) }
.bp3-dark .bp3-menu-item { }
.bp3-dark .bp3-menu-item.bp3-intent-primary { color: rgba(72, 175, 240, 1) }
.bp3-dark .bp3-menu-item.bp3-intent-primary .bp3-icon { color: inherit }
.bp3-dark .bp3-menu-item.bp3-intent-primary::before, .bp3-dark .bp3-menu-item.bp3-intent-primary::after, .bp3-dark .bp3-menu-item.bp3-intent-primary .bp3-menu-item-label { color: rgba(72, 175, 240, 1) }
.bp3-dark .bp3-menu-item.bp3-intent-primary:hover, .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open>.bp3-intent-primary.bp3-menu-item, .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open>.bp3-intent-primary.bp3-menu-item, .bp3-dark .bp3-menu-item.bp3-intent-primary.bp3-active { background-color: rgba(19, 124, 189, 1) }
.bp3-dark .bp3-menu-item.bp3-intent-primary:active { background-color: rgba(16, 107, 163, 1) }
.bp3-dark .bp3-menu-item.bp3-intent-primary:hover, .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open>.bp3-intent-primary.bp3-menu-item, .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open>.bp3-intent-primary.bp3-menu-item, .bp3-dark .bp3-menu-item.bp3-intent-primary:hover::before, .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open>.bp3-intent-primary.bp3-menu-item::before, .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open>.bp3-intent-primary.bp3-menu-item::before, .bp3-dark .bp3-menu-item.bp3-intent-primary:hover::after, .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open>.bp3-intent-primary.bp3-menu-item::after, .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open>.bp3-intent-primary.bp3-menu-item::after, .bp3-dark .bp3-menu-item.bp3-intent-primary:hover .bp3-menu-item-label, .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open>.bp3-intent-primary.bp3-menu-item .bp3-menu-item-label, .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open>.bp3-intent-primary.bp3-menu-item .bp3-menu-item-label, .bp3-dark .bp3-menu-item.bp3-intent-primary:active, .bp3-dark .bp3-menu-item.bp3-intent-primary:active::before, .bp3-dark .bp3-menu-item.bp3-intent-primary:active::after, .bp3-dark .bp3-menu-item.bp3-intent-primary:active .bp3-menu-item-label, .bp3-dark .bp3-menu-item.bp3-intent-primary.bp3-active, .bp3-dark .bp3-menu-item.bp3-intent-primary.bp3-active::before, .bp3-dark .bp3-menu-item.bp3-intent-primary.bp3-active::after, .bp3-dark .bp3-menu-item.bp3-intent-primary.bp3-active .bp3-menu-item-label { color: rgba(255, 255, 255, 1) }
.bp3-dark .bp3-menu-item.bp3-intent-success { color: rgba(61, 204, 145, 1) }
.bp3-dark .bp3-menu-item.bp3-intent-success .bp3-icon { color: inherit }
.bp3-dark .bp3-menu-item.bp3-intent-success::before, .bp3-dark .bp3-menu-item.bp3-intent-success::after, .bp3-dark .bp3-menu-item.bp3-intent-success .bp3-menu-item-label { color: rgba(61, 204, 145, 1) }
.bp3-dark .bp3-menu-item.bp3-intent-success:hover, .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open>.bp3-intent-success.bp3-menu-item, .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open>.bp3-intent-success.bp3-menu-item, .bp3-dark .bp3-menu-item.bp3-intent-success.bp3-active { background-color: rgba(15, 153, 96, 1) }
.bp3-dark .bp3-menu-item.bp3-intent-success:active { background-color: rgba(13, 128, 80, 1) }
.bp3-dark .bp3-menu-item.bp3-intent-success:hover, .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open>.bp3-intent-success.bp3-menu-item, .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open>.bp3-intent-success.bp3-menu-item, .bp3-dark .bp3-menu-item.bp3-intent-success:hover::before, .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open>.bp3-intent-success.bp3-menu-item::before, .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open>.bp3-intent-success.bp3-menu-item::before, .bp3-dark .bp3-menu-item.bp3-intent-success:hover::after, .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open>.bp3-intent-success.bp3-menu-item::after, .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open>.bp3-intent-success.bp3-menu-item::after, .bp3-dark .bp3-menu-item.bp3-intent-success:hover .bp3-menu-item-label, .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open>.bp3-intent-success.bp3-menu-item .bp3-menu-item-label, .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open>.bp3-intent-success.bp3-menu-item .bp3-menu-item-label, .bp3-dark .bp3-menu-item.bp3-intent-success:active, .bp3-dark .bp3-menu-item.bp3-intent-success:active::before, .bp3-dark .bp3-menu-item.bp3-intent-success:active::after, .bp3-dark .bp3-menu-item.bp3-intent-success:active .bp3-menu-item-label, .bp3-dark .bp3-menu-item.bp3-intent-success.bp3-active, .bp3-dark .bp3-menu-item.bp3-intent-success.bp3-active::before, .bp3-dark .bp3-menu-item.bp3-intent-success.bp3-active::after, .bp3-dark .bp3-menu-item.bp3-intent-success.bp3-active .bp3-menu-item-label { color: rgba(255, 255, 255, 1) }
.bp3-dark .bp3-menu-item.bp3-intent-warning { color: rgba(255, 179, 102, 1) }
.bp3-dark .bp3-menu-item.bp3-intent-warning .bp3-icon { color: inherit }
.bp3-dark .bp3-menu-item.bp3-intent-warning::before, .bp3-dark .bp3-menu-item.bp3-intent-warning::after, .bp3-dark .bp3-menu-item.bp3-intent-warning .bp3-menu-item-label { color: rgba(255, 179, 102, 1) }
.bp3-dark .bp3-menu-item.bp3-intent-warning:hover, .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open>.bp3-intent-warning.bp3-menu-item, .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open>.bp3-intent-warning.bp3-menu-item, .bp3-dark .bp3-menu-item.bp3-intent-warning.bp3-active { background-color: rgba(217, 130, 43, 1) }
.bp3-dark .bp3-menu-item.bp3-intent-warning:active { background-color: rgba(191, 115, 38, 1) }
.bp3-dark .bp3-menu-item.bp3-intent-warning:hover, .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open>.bp3-intent-warning.bp3-menu-item, .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open>.bp3-intent-warning.bp3-menu-item, .bp3-dark .bp3-menu-item.bp3-intent-warning:hover::before, .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open>.bp3-intent-warning.bp3-menu-item::before, .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open>.bp3-intent-warning.bp3-menu-item::before, .bp3-dark .bp3-menu-item.bp3-intent-warning:hover::after, .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open>.bp3-intent-warning.bp3-menu-item::after, .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open>.bp3-intent-warning.bp3-menu-item::after, .bp3-dark .bp3-menu-item.bp3-intent-warning:hover .bp3-menu-item-label, .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open>.bp3-intent-warning.bp3-menu-item .bp3-menu-item-label, .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open>.bp3-intent-warning.bp3-menu-item .bp3-menu-item-label, .bp3-dark .bp3-menu-item.bp3-intent-warning:active, .bp3-dark .bp3-menu-item.bp3-intent-warning:active::before, .bp3-dark .bp3-menu-item.bp3-intent-warning:active::after, .bp3-dark .bp3-menu-item.bp3-intent-warning:active .bp3-menu-item-label, .bp3-dark .bp3-menu-item.bp3-intent-warning.bp3-active, .bp3-dark .bp3-menu-item.bp3-intent-warning.bp3-active::before, .bp3-dark .bp3-menu-item.bp3-intent-warning.bp3-active::after, .bp3-dark .bp3-menu-item.bp3-intent-warning.bp3-active .bp3-menu-item-label { color: rgba(255, 255, 255, 1) }
.bp3-dark .bp3-menu-item.bp3-intent-danger { color: rgba(255, 115, 115, 1) }
.bp3-dark .bp3-menu-item.bp3-intent-danger .bp3-icon { color: inherit }
.bp3-dark .bp3-menu-item.bp3-intent-danger::before, .bp3-dark .bp3-menu-item.bp3-intent-danger::after, .bp3-dark .bp3-menu-item.bp3-intent-danger .bp3-menu-item-label { color: rgba(255, 115, 115, 1) }
.bp3-dark .bp3-menu-item.bp3-intent-danger:hover, .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open>.bp3-intent-danger.bp3-menu-item, .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open>.bp3-intent-danger.bp3-menu-item, .bp3-dark .bp3-menu-item.bp3-intent-danger.bp3-active { background-color: rgba(219, 55, 55, 1) }
.bp3-dark .bp3-menu-item.bp3-intent-danger:active { background-color: rgba(194, 48, 48, 1) }
.bp3-dark .bp3-menu-item.bp3-intent-danger:hover, .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open>.bp3-intent-danger.bp3-menu-item, .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open>.bp3-intent-danger.bp3-menu-item, .bp3-dark .bp3-menu-item.bp3-intent-danger:hover::before, .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open>.bp3-intent-danger.bp3-menu-item::before, .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open>.bp3-intent-danger.bp3-menu-item::before, .bp3-dark .bp3-menu-item.bp3-intent-danger:hover::after, .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open>.bp3-intent-danger.bp3-menu-item::after, .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open>.bp3-intent-danger.bp3-menu-item::after, .bp3-dark .bp3-menu-item.bp3-intent-danger:hover .bp3-menu-item-label, .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open>.bp3-intent-danger.bp3-menu-item .bp3-menu-item-label, .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open>.bp3-intent-danger.bp3-menu-item .bp3-menu-item-label, .bp3-dark .bp3-menu-item.bp3-intent-danger:active, .bp3-dark .bp3-menu-item.bp3-intent-danger:active::before, .bp3-dark .bp3-menu-item.bp3-intent-danger:active::after, .bp3-dark .bp3-menu-item.bp3-intent-danger:active .bp3-menu-item-label, .bp3-dark .bp3-menu-item.bp3-intent-danger.bp3-active, .bp3-dark .bp3-menu-item.bp3-intent-danger.bp3-active::before, .bp3-dark .bp3-menu-item.bp3-intent-danger.bp3-active::after, .bp3-dark .bp3-menu-item.bp3-intent-danger.bp3-active .bp3-menu-item-label { color: rgba(255, 255, 255, 1) }
.bp3-dark .bp3-menu-item::before, .bp3-dark .bp3-menu-item>.bp3-icon { color: rgba(167, 182, 194, 1) }
.bp3-dark .bp3-menu-item .bp3-menu-item-label { color: rgba(167, 182, 194, 1) }
.bp3-dark .bp3-menu-item.bp3-active, .bp3-dark .bp3-menu-item:active { background-color: rgba(138, 155, 168, 0.3) }
.bp3-dark .bp3-menu-item.bp3-disabled { color: rgba(167, 182, 194, 0.6) !important }
.bp3-dark .bp3-menu-item.bp3-disabled::before, .bp3-dark .bp3-menu-item.bp3-disabled>.bp3-icon, .bp3-dark .bp3-menu-item.bp3-disabled .bp3-menu-item-label { color: rgba(167, 182, 194, 0.6) !important }
.bp3-dark .bp3-menu-divider, .bp3-dark .bp3-menu-header { border-color: rgba(255, 255, 255, 0.15) }
.bp3-dark .bp3-menu-header>h6 { color: rgba(245, 248, 250, 1) }
.bp3-label .bp3-menu { margin-top: 5px }
.bp3-navbar { background-color: rgba(255, 255, 255, 1); -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.1), 0 0 0 rgba(16, 22, 26, 0), 0 1px 1px rgba(16, 22, 26, 0.2); box-shadow: 0 0 1px rgba(16, 22, 26, 0.1), 0 0 rgba(16, 22, 26, 0), 0 1px 1px rgba(16, 22, 26, 0.2); height: 50px; padding: 0 15px; position: relative; width: 100%; z-index: 10 }
.bp3-navbar.bp3-dark, .bp3-dark .bp3-navbar { background-color: rgba(57, 75, 89, 1) }
.bp3-navbar.bp3-dark { -webkit-box-shadow: inset 0 0 0 1px rgba(16, 22, 26, 0.2), 0 0 0 rgba(16, 22, 26, 0), 0 1px 1px rgba(16, 22, 26, 0.4); box-shadow: inset 0 0 1px rgba(16, 22, 26, 0.2), 0 0 rgba(16, 22, 26, 0), 0 1px 1px rgba(16, 22, 26, 0.4) }
.bp3-dark .bp3-navbar { -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.2), 0 0 0 rgba(16, 22, 26, 0), 0 1px 1px rgba(16, 22, 26, 0.4); box-shadow: 0 0 1px rgba(16, 22, 26, 0.2), 0 0 rgba(16, 22, 26, 0), 0 1px 1px rgba(16, 22, 26, 0.4) }
.bp3-navbar.bp3-fixed-top { left: 0; position: fixed; right: 0; top: 0 }
.bp3-navbar-heading { font-size: 16px; margin-right: 15px }
.bp3-navbar-group { -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: flex; height: 50px }
.bp3-navbar-group.bp3-align-left { float: left }
.bp3-navbar-group.bp3-align-right { float: right }
.bp3-navbar-divider { border-left: 1px solid rgba(16, 22, 26, 0.15); height: 20px; margin: 0 10px }
.bp3-dark .bp3-navbar-divider { border-left-color: rgba(255, 255, 255, 0.15) }
.bp3-non-ideal-state { display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 100%; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; width: 100% }
.bp3-non-ideal-state>* { -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; -ms-flex-negative: 0; flex-shrink: 0 }
.bp3-non-ideal-state>.bp3-fill { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; -ms-flex-negative: 1; flex-shrink: 1 }
.bp3-non-ideal-state::before, .bp3-non-ideal-state>* { margin-bottom: 20px }
.bp3-non-ideal-state:empty::before, .bp3-non-ideal-state>:last-child { margin-bottom: 0 }
.bp3-non-ideal-state>* { max-width: 400px }
.bp3-non-ideal-state-visual { color: rgba(92, 112, 128, 0.6); font-size: 60px }
.bp3-dark .bp3-non-ideal-state-visual { color: rgba(167, 182, 194, 0.6) }
.bp3-overflow-list { display: flex; -ms-flex-wrap: nowrap; flex-wrap: nowrap; min-width: 0 }
.bp3-overflow-list-spacer { -ms-flex-negative: 1; flex-shrink: 1; width: 1px }
body.bp3-overlay-open { overflow: hidden }
.bp3-overlay { bottom: 0; left: 0; position: static; right: 0; top: 0; z-index: 20 }
.bp3-overlay:not(.bp3-overlay-open) { pointer-events: none }
.bp3-overlay.bp3-overlay-container { overflow: hidden; position: fixed }
.bp3-overlay.bp3-overlay-container.bp3-overlay-inline { position: absolute }
.bp3-overlay.bp3-overlay-scroll-container { overflow: auto; position: fixed }
.bp3-overlay.bp3-overlay-scroll-container.bp3-overlay-inline { position: absolute }
.bp3-overlay.bp3-overlay-inline { display: inline; overflow: visible }
.bp3-overlay-content { position: fixed; z-index: 20 }
.bp3-overlay-inline .bp3-overlay-content, .bp3-overlay-scroll-container .bp3-overlay-content { position: absolute }
.bp3-overlay-backdrop { bottom: 0; left: 0; position: fixed; right: 0; top: 0; opacity: 1; background-color: rgba(16, 22, 26, 0.7); overflow: auto; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; z-index: 20 }
.bp3-overlay-backdrop.bp3-overlay-enter, .bp3-overlay-backdrop.bp3-overlay-appear { opacity: 0 }
.bp3-overlay-backdrop.bp3-overlay-enter-active, .bp3-overlay-backdrop.bp3-overlay-appear-active { opacity: 1; -webkit-transition-delay: 0; -webkit-transition-duration: 200ms; transition-duration: 200ms; -webkit-transition-property: opacity; transition-property: opacity; -webkit-transition-timing-function: cubic-bezier(0.4, 1, 0.75, 0.9); transition-timing-function: cubic-bezier(0.4, 1, 0.75, 0.9) }
.bp3-overlay-backdrop.bp3-overlay-exit { opacity: 1 }
.bp3-overlay-backdrop.bp3-overlay-exit-active { opacity: 0; -webkit-transition-delay: 0; -webkit-transition-duration: 200ms; transition-duration: 200ms; -webkit-transition-property: opacity; transition-property: opacity; -webkit-transition-timing-function: cubic-bezier(0.4, 1, 0.75, 0.9); transition-timing-function: cubic-bezier(0.4, 1, 0.75, 0.9) }
.bp3-overlay-backdrop:focus { outline: none }
.bp3-overlay-inline .bp3-overlay-backdrop { position: absolute }
.bp3-panel-stack { overflow: hidden; position: relative }
.bp3-panel-stack-header { -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-shadow: 0 1px rgba(16, 22, 26, 0.15); box-shadow: 0 1px rgba(16, 22, 26, 0.15); display: flex; -ms-flex-negative: 0; flex-shrink: 0; height: 30px; z-index: 1 }
.bp3-dark .bp3-panel-stack-header { -webkit-box-shadow: 0 1px rgba(255, 255, 255, 0.15); box-shadow: 0 1px rgba(255, 255, 255, 0.15) }
.bp3-panel-stack-header>span { -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; display: flex; -webkit-box-flex: 1; -ms-flex: 1; flex: 1 }
.bp3-panel-stack-header .bp3-heading { margin: 0 5px }
.bp3-button.bp3-panel-stack-header-back { margin-left: 5px; padding-left: 0; white-space: nowrap }
.bp3-button.bp3-panel-stack-header-back .bp3-icon { margin: 0 2px }
.bp3-panel-stack-view { bottom: 0; left: 0; position: absolute; right: 0; top: 0; background-color: rgba(255, 255, 255, 1); border-right: 1px solid rgba(16, 22, 26, 0.15); display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-right: -1px; overflow-y: auto; z-index: 1 }
.bp3-dark .bp3-panel-stack-view { background-color: rgba(48, 64, 77, 1) }
.bp3-panel-stack-view:nth-last-child(n + 4) { display: none }
.bp3-panel-stack-push .bp3-panel-stack-enter, .bp3-panel-stack-push .bp3-panel-stack-appear { -webkit-transform: translateX(100%); transform: translateX(100%); opacity: 0 }
.bp3-panel-stack-push .bp3-panel-stack-enter-active, .bp3-panel-stack-push .bp3-panel-stack-appear-active { -webkit-transform: translate(0%); transform: translateX(0); opacity: 1; -webkit-transition-delay: 0; -webkit-transition-duration: 400ms; transition-duration: 400ms; -webkit-transition-property: opacity, -webkit-transform; transition-property: ; -webkit-transition-timing-function: ease; transition-timing-function: ease }
.bp3-panel-stack-push .bp3-panel-stack-exit { -webkit-transform: translate(0%); transform: translateX(0); opacity: 1 }
.bp3-panel-stack-push .bp3-panel-stack-exit-active { -webkit-transform: translateX(-50%); transform: translateX(-50%); opacity: 0; -webkit-transition-delay: 0; -webkit-transition-duration: 400ms; transition-duration: 400ms; -webkit-transition-property: opacity, -webkit-transform; transition-property: ; -webkit-transition-timing-function: ease; transition-timing-function: ease }
.bp3-panel-stack-pop .bp3-panel-stack-enter, .bp3-panel-stack-pop .bp3-panel-stack-appear { -webkit-transform: translateX(-50%); transform: translateX(-50%); opacity: 0 }
.bp3-panel-stack-pop .bp3-panel-stack-enter-active, .bp3-panel-stack-pop .bp3-panel-stack-appear-active { -webkit-transform: translate(0%); transform: translateX(0); opacity: 1; -webkit-transition-delay: 0; -webkit-transition-duration: 400ms; transition-duration: 400ms; -webkit-transition-property: opacity, -webkit-transform; transition-property: ; -webkit-transition-timing-function: ease; transition-timing-function: ease }
.bp3-panel-stack-pop .bp3-panel-stack-exit { -webkit-transform: translate(0%); transform: translateX(0); opacity: 1 }
.bp3-panel-stack-pop .bp3-panel-stack-exit-active { -webkit-transform: translateX(100%); transform: translateX(100%); opacity: 0; -webkit-transition-delay: 0; -webkit-transition-duration: 400ms; transition-duration: 400ms; -webkit-transition-property: opacity, -webkit-transform; transition-property: ; -webkit-transition-timing-function: ease; transition-timing-function: ease }
.bp3-panel-stack2 { overflow: hidden; position: relative }
.bp3-panel-stack2-header { -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-shadow: 0 1px rgba(16, 22, 26, 0.15); box-shadow: 0 1px rgba(16, 22, 26, 0.15); display: flex; -ms-flex-negative: 0; flex-shrink: 0; height: 30px; z-index: 1 }
.bp3-dark .bp3-panel-stack2-header { -webkit-box-shadow: 0 1px rgba(255, 255, 255, 0.15); box-shadow: 0 1px rgba(255, 255, 255, 0.15) }
.bp3-panel-stack2-header>span { -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; display: flex; -webkit-box-flex: 1; -ms-flex: 1; flex: 1 }
.bp3-panel-stack2-header .bp3-heading { margin: 0 5px }
.bp3-button.bp3-panel-stack2-header-back { margin-left: 5px; padding-left: 0; white-space: nowrap }
.bp3-button.bp3-panel-stack2-header-back .bp3-icon { margin: 0 2px }
.bp3-panel-stack2-view { bottom: 0; left: 0; position: absolute; right: 0; top: 0; background-color: rgba(255, 255, 255, 1); border-right: 1px solid rgba(16, 22, 26, 0.15); display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-right: -1px; overflow-y: auto; z-index: 1 }
.bp3-dark .bp3-panel-stack2-view { background-color: rgba(48, 64, 77, 1) }
.bp3-panel-stack2-view:nth-last-child(n + 4) { display: none }
.bp3-panel-stack2-push .bp3-panel-stack2-enter, .bp3-panel-stack2-push .bp3-panel-stack2-appear { -webkit-transform: translateX(100%); transform: translateX(100%); opacity: 0 }
.bp3-panel-stack2-push .bp3-panel-stack2-enter-active, .bp3-panel-stack2-push .bp3-panel-stack2-appear-active { -webkit-transform: translate(0%); transform: translateX(0); opacity: 1; -webkit-transition-delay: 0; -webkit-transition-duration: 400ms; transition-duration: 400ms; -webkit-transition-property: opacity, -webkit-transform; transition-property: ; -webkit-transition-timing-function: ease; transition-timing-function: ease }
.bp3-panel-stack2-push .bp3-panel-stack2-exit { -webkit-transform: translate(0%); transform: translateX(0); opacity: 1 }
.bp3-panel-stack2-push .bp3-panel-stack2-exit-active { -webkit-transform: translateX(-50%); transform: translateX(-50%); opacity: 0; -webkit-transition-delay: 0; -webkit-transition-duration: 400ms; transition-duration: 400ms; -webkit-transition-property: opacity, -webkit-transform; transition-property: ; -webkit-transition-timing-function: ease; transition-timing-function: ease }
.bp3-panel-stack2-pop .bp3-panel-stack2-enter, .bp3-panel-stack2-pop .bp3-panel-stack2-appear { -webkit-transform: translateX(-50%); transform: translateX(-50%); opacity: 0 }
.bp3-panel-stack2-pop .bp3-panel-stack2-enter-active, .bp3-panel-stack2-pop .bp3-panel-stack2-appear-active { -webkit-transform: translate(0%); transform: translateX(0); opacity: 1; -webkit-transition-delay: 0; -webkit-transition-duration: 400ms; transition-duration: 400ms; -webkit-transition-property: opacity, -webkit-transform; transition-property: ; -webkit-transition-timing-function: ease; transition-timing-function: ease }
.bp3-panel-stack2-pop .bp3-panel-stack2-exit { -webkit-transform: translate(0%); transform: translateX(0); opacity: 1 }
.bp3-panel-stack2-pop .bp3-panel-stack2-exit-active { -webkit-transform: translateX(100%); transform: translateX(100%); opacity: 0; -webkit-transition-delay: 0; -webkit-transition-duration: 400ms; transition-duration: 400ms; -webkit-transition-property: opacity, -webkit-transform; transition-property: ; -webkit-transition-timing-function: ease; transition-timing-function: ease }
.bp3-popover { -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.1), 0 2px 4px rgba(16, 22, 26, 0.2), 0 8px 24px rgba(16, 22, 26, 0.2); box-shadow: 0 0 1px rgba(16, 22, 26, 0.1), 0 2px 4px rgba(16, 22, 26, 0.2), 0 8px 24px rgba(16, 22, 26, 0.2); -webkit-transform: scale(1); transform: scale(1); border-radius: 3px; display: inline-block; z-index: 20 }
.bp3-popover .bp3-popover-arrow { height: 30px; position: absolute; width: 30px }
.bp3-popover .bp3-popover-arrow::before { height: 20px; margin: 5px; width: 20px }
.bp3-tether-element-attached-bottom.bp3-tether-target-attached-top>.bp3-popover { margin-bottom: 17px; margin-top: -17px }
.bp3-tether-element-attached-bottom.bp3-tether-target-attached-top>.bp3-popover>.bp3-popover-arrow { bottom: -11px }
.bp3-tether-element-attached-bottom.bp3-tether-target-attached-top>.bp3-popover>.bp3-popover-arrow svg { -webkit-transform: rotate(-90deg); transform: rotate(-90deg) }
.bp3-tether-element-attached-left.bp3-tether-target-attached-right>.bp3-popover { margin-left: 17px }
.bp3-tether-element-attached-left.bp3-tether-target-attached-right>.bp3-popover>.bp3-popover-arrow { left: -11px }
.bp3-tether-element-attached-left.bp3-tether-target-attached-right>.bp3-popover>.bp3-popover-arrow svg { -webkit-transform: rotate(0) }
.bp3-tether-element-attached-top.bp3-tether-target-attached-bottom>.bp3-popover { margin-top: 17px }
.bp3-tether-element-attached-top.bp3-tether-target-attached-bottom>.bp3-popover>.bp3-popover-arrow { top: -11px }
.bp3-tether-element-attached-top.bp3-tether-target-attached-bottom>.bp3-popover>.bp3-popover-arrow svg { -webkit-transform: rotate(90deg); transform: rotate(90deg) }
.bp3-tether-element-attached-right.bp3-tether-target-attached-left>.bp3-popover { margin-left: -17px; margin-right: 17px }
.bp3-tether-element-attached-right.bp3-tether-target-attached-left>.bp3-popover>.bp3-popover-arrow { right: -11px }
.bp3-tether-element-attached-right.bp3-tether-target-attached-left>.bp3-popover>.bp3-popover-arrow svg { -webkit-transform: rotate(180deg); transform: rotate(180deg) }
.bp3-tether-element-attached-middle>.bp3-popover>.bp3-popover-arrow { top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%) }
.bp3-tether-element-attached-center>.bp3-popover>.bp3-popover-arrow { right: 50%; -webkit-transform: translateX(50%); transform: translateX(50%) }
.bp3-tether-element-attached-top.bp3-tether-target-attached-top>.bp3-popover>.bp3-popover-arrow { top: -0.3934px }
.bp3-tether-element-attached-right.bp3-tether-target-attached-right>.bp3-popover>.bp3-popover-arrow { right: -0.3934px }
.bp3-tether-element-attached-left.bp3-tether-target-attached-left>.bp3-popover>.bp3-popover-arrow { left: -0.3934px }
.bp3-tether-element-attached-bottom.bp3-tether-target-attached-bottom>.bp3-popover>.bp3-popover-arrow { bottom: -0.3934px }
.bp3-tether-element-attached-top.bp3-tether-element-attached-left>.bp3-popover { -webkit-transform-origin: top left; transform-origin: left top }
.bp3-tether-element-attached-top.bp3-tether-element-attached-center>.bp3-popover { -webkit-transform-origin: top center; transform-origin: top }
.bp3-tether-element-attached-top.bp3-tether-element-attached-right>.bp3-popover { -webkit-transform-origin: top right; transform-origin: right top }
.bp3-tether-element-attached-middle.bp3-tether-element-attached-left>.bp3-popover { -webkit-transform-origin: center left; transform-origin: left }
.bp3-tether-element-attached-middle.bp3-tether-element-attached-center>.bp3-popover { -webkit-transform-origin: center center; transform-origin: center }
.bp3-tether-element-attached-middle.bp3-tether-element-attached-right>.bp3-popover { -webkit-transform-origin: center right; transform-origin: right }
.bp3-tether-element-attached-bottom.bp3-tether-element-attached-left>.bp3-popover { -webkit-transform-origin: bottom left; transform-origin: left bottom }
.bp3-tether-element-attached-bottom.bp3-tether-element-attached-center>.bp3-popover { -webkit-transform-origin: bottom center; transform-origin: bottom }
.bp3-tether-element-attached-bottom.bp3-tether-element-attached-right>.bp3-popover { -webkit-transform-origin: bottom right; transform-origin: right bottom }
.bp3-popover .bp3-popover-content { background: rgba(255, 255, 255, 1); color: inherit }
.bp3-popover .bp3-popover-arrow::before { -webkit-box-shadow: 1px 1px 6px rgba(16, 22, 26, 0.2); box-shadow: 1px 1px 6px rgba(16, 22, 26, 0.2) }
.bp3-popover .bp3-popover-arrow-border { fill: rgba(16, 22, 26, 1); fill-opacity: 0.1 }
.bp3-popover .bp3-popover-arrow-fill { fill: rgba(255, 255, 255, 1) }
.bp3-popover-enter>.bp3-popover, .bp3-popover-appear>.bp3-popover { -webkit-transform: scale(0.3); transform: scale(0.3) }
.bp3-popover-enter-active>.bp3-popover, .bp3-popover-appear-active>.bp3-popover { -webkit-transform: scale(1); transform: scale(1); -webkit-transition-delay: 0; -webkit-transition-duration: 300ms; transition-duration: 300ms; -webkit-transition-property: -webkit-transform; transition-property: ; -webkit-transition-timing-function: cubic-bezier(0.54, 1.12, 0.38, 1.11); transition-timing-function: cubic-bezier(0.54, 1.12, 0.38, 1.11) }
.bp3-popover-exit>.bp3-popover { -webkit-transform: scale(1); transform: scale(1) }
.bp3-popover-exit-active>.bp3-popover { -webkit-transform: scale(0.3); transform: scale(0.3); -webkit-transition-delay: 0; -webkit-transition-duration: 300ms; transition-duration: 300ms; -webkit-transition-property: -webkit-transform; transition-property: ; -webkit-transition-timing-function: cubic-bezier(0.54, 1.12, 0.38, 1.11); transition-timing-function: cubic-bezier(0.54, 1.12, 0.38, 1.11) }
.bp3-popover .bp3-popover-content { border-radius: 3px; position: relative }
.bp3-popover.bp3-popover-content-sizing .bp3-popover-content { max-width: 350px; padding: 20px }
.bp3-popover-target+.bp3-overlay .bp3-popover.bp3-popover-content-sizing { width: 350px }
.bp3-popover.bp3-minimal { margin: 0 !important }
.bp3-popover.bp3-minimal .bp3-popover-arrow { display: none }
.bp3-popover.bp3-minimal.bp3-popover { -webkit-transform: scale(1); transform: scale(1) }
.bp3-popover-enter>.bp3-popover.bp3-minimal.bp3-popover, .bp3-popover-appear>.bp3-popover.bp3-minimal.bp3-popover { -webkit-transform: scale(1); transform: scale(1) }
.bp3-popover-enter-active>.bp3-popover.bp3-minimal.bp3-popover, .bp3-popover-appear-active>.bp3-popover.bp3-minimal.bp3-popover { -webkit-transform: scale(1); transform: scale(1); -webkit-transition-delay: 0; -webkit-transition-duration: 100ms; transition-duration: 100ms; -webkit-transition-property: -webkit-transform; transition-property: ; -webkit-transition-timing-function: cubic-bezier(0.4, 1, 0.75, 0.9); transition-timing-function: cubic-bezier(0.4, 1, 0.75, 0.9) }
.bp3-popover-exit>.bp3-popover.bp3-minimal.bp3-popover { -webkit-transform: scale(1); transform: scale(1) }
.bp3-popover-exit-active>.bp3-popover.bp3-minimal.bp3-popover { -webkit-transform: scale(1); transform: scale(1); -webkit-transition-delay: 0; -webkit-transition-duration: 100ms; transition-duration: 100ms; -webkit-transition-property: -webkit-transform; transition-property: ; -webkit-transition-timing-function: cubic-bezier(0.4, 1, 0.75, 0.9); transition-timing-function: cubic-bezier(0.4, 1, 0.75, 0.9) }
.bp3-popover.bp3-dark, .bp3-dark .bp3-popover { -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.2), 0 2px 4px rgba(16, 22, 26, 0.4), 0 8px 24px rgba(16, 22, 26, 0.4); box-shadow: 0 0 1px rgba(16, 22, 26, 0.2), 0 2px 4px rgba(16, 22, 26, 0.4), 0 8px 24px rgba(16, 22, 26, 0.4) }
.bp3-popover.bp3-dark .bp3-popover-content, .bp3-dark .bp3-popover .bp3-popover-content { background: rgba(48, 64, 77, 1); color: inherit }
.bp3-popover.bp3-dark .bp3-popover-arrow::before, .bp3-dark .bp3-popover .bp3-popover-arrow::before { -webkit-box-shadow: 1px 1px 6px rgba(16, 22, 26, 0.4); box-shadow: 1px 1px 6px rgba(16, 22, 26, 0.4) }
.bp3-popover.bp3-dark .bp3-popover-arrow-border, .bp3-dark .bp3-popover .bp3-popover-arrow-border { fill: rgba(16, 22, 26, 1); fill-opacity: 0.2 }
.bp3-popover.bp3-dark .bp3-popover-arrow-fill, .bp3-dark .bp3-popover .bp3-popover-arrow-fill { fill: rgba(48, 64, 77, 1) }
.bp3-popover-arrow::before { border-radius: 2px; content: \"\"; display: block; position: absolute; -webkit-transform: rotate(45deg); transform: rotate(45deg) }
.bp3-tether-pinned .bp3-popover-arrow { display: none }
.bp3-popover-backdrop { background: rgba(255, 255, 255, 0) }
.bp3-transition-container { opacity: 1; display: flex; z-index: 20 }
.bp3-transition-container.bp3-popover-enter, .bp3-transition-container.bp3-popover-appear { opacity: 0 }
.bp3-transition-container.bp3-popover-enter-active, .bp3-transition-container.bp3-popover-appear-active { opacity: 1; -webkit-transition-delay: 0; -webkit-transition-duration: 100ms; transition-duration: 100ms; -webkit-transition-property: opacity; transition-property: opacity; -webkit-transition-timing-function: cubic-bezier(0.4, 1, 0.75, 0.9); transition-timing-function: cubic-bezier(0.4, 1, 0.75, 0.9) }
.bp3-transition-container.bp3-popover-exit { opacity: 1 }
.bp3-transition-container.bp3-popover-exit-active { opacity: 0; -webkit-transition-delay: 0; -webkit-transition-duration: 100ms; transition-duration: 100ms; -webkit-transition-property: opacity; transition-property: opacity; -webkit-transition-timing-function: cubic-bezier(0.4, 1, 0.75, 0.9); transition-timing-function: cubic-bezier(0.4, 1, 0.75, 0.9) }
.bp3-transition-container:focus { outline: none }
.bp3-transition-container.bp3-popover-leave .bp3-popover-content { pointer-events: none }
.bp3-transition-container[data-x-out-of-boundaries] { display: none }
span.bp3-popover-target { display: inline-block }
.bp3-popover-wrapper.bp3-fill { width: 100% }
.bp3-portal { left: 0; position: absolute; right: 0; top: 0 }
@-webkit-keyframes linear-progress-bar-stripes{
from{
background-position:0 0; }
to{
background-position:30px 0; } }
@keyframes linear-progress-bar-stripes { 0% { background-position: left top } 100% { background-position: 30px 0 } }
.bp3-progress-bar { background: rgba(92, 112, 128, 0.2); border-radius: 40px; display: block; height: 8px; overflow: hidden; position: relative; width: 100% }
.bp3-progress-bar .bp3-progress-meter { background: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, rgba(0, 0, 0, 0) 75%) rgba(92, 112, 128, 0.8); border-radius: 40px; height: 100%; position: absolute; -webkit-transition: width 200ms cubic-bezier(0.4, 1, 0.75, 0.9); transition: width 200ms cubic-bezier(0.4, 1, 0.75, 0.9); width: 100% }
.bp3-progress-bar:not(.bp3-no-animation):not(.bp3-no-stripes) .bp3-progress-meter { animation: 300ms linear infinite reverse linear-progress-bar-stripes }
.bp3-progress-bar.bp3-no-stripes .bp3-progress-meter { background-image: none }
.bp3-dark .bp3-progress-bar { background: rgba(16, 22, 26, 0.5) }
.bp3-dark .bp3-progress-bar .bp3-progress-meter { background-color: rgba(138, 155, 168, 1) }
.bp3-progress-bar.bp3-intent-primary .bp3-progress-meter { background-color: rgba(19, 124, 189, 1) }
.bp3-progress-bar.bp3-intent-success .bp3-progress-meter { background-color: rgba(15, 153, 96, 1) }
.bp3-progress-bar.bp3-intent-warning .bp3-progress-meter { background-color: rgba(217, 130, 43, 1) }
.bp3-progress-bar.bp3-intent-danger .bp3-progress-meter { background-color: rgba(219, 55, 55, 1) }
@-webkit-keyframes skeleton-glow{
from{
background:rgba(206, 217, 224, 0.2);
border-color:rgba(206, 217, 224, 0.2); }
to{
background:rgba(92, 112, 128, 0.2);
border-color:rgba(92, 112, 128, 0.2); } }
@keyframes skeleton-glow { 0% { background: rgba(206, 217, 224, 0.2); border-color: rgba(206, 217, 224, 0.2) } 100% { background: rgba(92, 112, 128, 0.2); border-color: rgba(92, 112, 128, 0.2) } }
.bp3-skeleton { -webkit-animation: 1000ms linear infinite alternate skeleton-glow; animation: 1000ms linear infinite alternate skeleton-glow; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: padding-box !important; background-color: rgba(206, 217, 224, 0.2); border-color: rgba(206, 217, 224, 0.2) !important; border-radius: 2px; -webkit-box-shadow: none !important; box-shadow: none !important; color: rgba(0, 0, 0, 0) !important; cursor: default; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none }
.bp3-skeleton::before, .bp3-skeleton::after, .bp3-skeleton * { visibility: hidden !important }
.bp3-slider { height: 40px; min-width: 150px; width: 100%; cursor: default; outline: none; position: relative; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none }
.bp3-slider:hover { cursor: pointer }
.bp3-slider:active { cursor: grabbing }
.bp3-slider.bp3-disabled { cursor: not-allowed; opacity: 0.5 }
.bp3-slider.bp3-slider-unlabeled { height: 16px }
.bp3-slider-track, .bp3-slider-progress { height: 6px; left: 0; right: 0; top: 5px; position: absolute }
.bp3-slider-track { border-radius: 3px; overflow: hidden }
.bp3-slider-progress { background: rgba(92, 112, 128, 0.2) }
.bp3-dark .bp3-slider-progress { background: rgba(16, 22, 26, 0.5) }
.bp3-slider-progress.bp3-intent-primary { background-color: rgba(19, 124, 189, 1) }
.bp3-slider-progress.bp3-intent-success { background-color: rgba(15, 153, 96, 1) }
.bp3-slider-progress.bp3-intent-warning { background-color: rgba(217, 130, 43, 1) }
.bp3-slider-progress.bp3-intent-danger { background-color: rgba(219, 55, 55, 1) }
.bp3-slider-handle { background-color: rgba(245, 248, 250, 1); background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)); -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.2), 0 1px 1px rgba(16, 22, 26, 0.2); box-shadow: 0 0 1px rgba(16, 22, 26, 0.2), 0 1px 1px rgba(16, 22, 26, 0.2); color: rgba(24, 32, 38, 1); border-radius: 3px; cursor: pointer; height: 16px; left: 0; position: absolute; top: 0; width: 16px }
.bp3-slider-handle:hover { background-clip: padding-box; background-color: rgba(235, 241, 245, 1); -webkit-box-shadow: inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px 0 rgba(16, 22, 26, 0.1); box-shadow: inset 0 0 1px rgba(16, 22, 26, 0.2), inset 0 -1px rgba(16, 22, 26, 0.1) }
.bp3-slider-handle:active, .bp3-slider-handle.bp3-active { background-color: rgba(216, 225, 232, 1); background-image: none; -webkit-box-shadow: inset 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 1px 2px rgba(16, 22, 26, 0.2); box-shadow: inset 0 0 1px rgba(16, 22, 26, 0.2), inset 0 1px 2px rgba(16, 22, 26, 0.2) }
.bp3-slider-handle:disabled, .bp3-slider-handle.bp3-disabled { background-color: rgba(206, 217, 224, 0.5); background-image: none; -webkit-box-shadow: none; box-shadow: none; color: rgba(92, 112, 128, 0.6); cursor: not-allowed; outline: none }
.bp3-slider-handle:disabled.bp3-active, .bp3-slider-handle:disabled.bp3-active:hover, .bp3-slider-handle.bp3-disabled.bp3-active, .bp3-slider-handle.bp3-disabled.bp3-active:hover { background: rgba(206, 217, 224, 0.7) }
.bp3-slider-handle:focus { z-index: 1 }
.bp3-slider-handle:hover { background-clip: padding-box; background-color: rgba(235, 241, 245, 1); -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.2), 0 1px 1px rgba(16, 22, 26, 0.2); box-shadow: 0 0 1px rgba(16, 22, 26, 0.2), 0 1px 1px rgba(16, 22, 26, 0.2); cursor: grab; z-index: 2 }
.bp3-slider-handle.bp3-active { background-color: rgba(216, 225, 232, 1); background-image: none; -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.2), inset 0 1px 1px rgba(16, 22, 26, 0.1); box-shadow: 0 0 1px rgba(16, 22, 26, 0.2), inset 0 1px 1px rgba(16, 22, 26, 0.1); cursor: grabbing }
.bp3-disabled .bp3-slider-handle { background: rgba(191, 204, 214, 1); -webkit-box-shadow: none; box-shadow: none; pointer-events: none }
.bp3-dark .bp3-slider-handle { background-color: rgba(57, 75, 89, 1); background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0)); -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.4); box-shadow: 0 0 1px rgba(16, 22, 26, 0.4); color: rgba(245, 248, 250, 1) }
.bp3-dark .bp3-slider-handle:hover, .bp3-dark .bp3-slider-handle:active, .bp3-dark .bp3-slider-handle.bp3-active { color: rgba(245, 248, 250, 1) }
.bp3-dark .bp3-slider-handle:hover { background-color: rgba(48, 64, 77, 1); -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.4); box-shadow: 0 0 1px rgba(16, 22, 26, 0.4) }
.bp3-dark .bp3-slider-handle:active, .bp3-dark .bp3-slider-handle.bp3-active { background-color: rgba(32, 43, 51, 1); background-image: none; -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.6), inset 0 1px 2px rgba(16, 22, 26, 0.2); box-shadow: 0 0 1px rgba(16, 22, 26, 0.6), inset 0 1px 2px rgba(16, 22, 26, 0.2) }
.bp3-dark .bp3-slider-handle:disabled, .bp3-dark .bp3-slider-handle.bp3-disabled { background-color: rgba(57, 75, 89, 0.5); background-image: none; -webkit-box-shadow: none; box-shadow: none; color: rgba(167, 182, 194, 0.6) }
.bp3-dark .bp3-slider-handle:disabled.bp3-active, .bp3-dark .bp3-slider-handle.bp3-disabled.bp3-active { background: rgba(57, 75, 89, 0.7) }
.bp3-dark .bp3-slider-handle .bp3-button-spinner .bp3-spinner-head { background: rgba(16, 22, 26, 0.5); stroke: rgba(138, 155, 168, 1) }
.bp3-dark .bp3-slider-handle, .bp3-dark .bp3-slider-handle:hover { background-color: rgba(57, 75, 89, 1) }
.bp3-dark .bp3-slider-handle.bp3-active { background-color: rgba(41, 55, 66, 1) }
.bp3-dark .bp3-disabled .bp3-slider-handle { background: rgba(92, 112, 128, 1); border-color: rgba(92, 112, 128, 1); -webkit-box-shadow: none; box-shadow: none }
.bp3-slider-handle .bp3-slider-label { background: rgba(57, 75, 89, 1); border-radius: 3px; -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.1), 0 2px 4px rgba(16, 22, 26, 0.2), 0 8px 24px rgba(16, 22, 26, 0.2); box-shadow: 0 0 1px rgba(16, 22, 26, 0.1), 0 2px 4px rgba(16, 22, 26, 0.2), 0 8px 24px rgba(16, 22, 26, 0.2); color: rgba(245, 248, 250, 1); margin-left: 8px }
.bp3-dark .bp3-slider-handle .bp3-slider-label { background: rgba(225, 232, 237, 1); -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.2), 0 2px 4px rgba(16, 22, 26, 0.4), 0 8px 24px rgba(16, 22, 26, 0.4); box-shadow: 0 0 1px rgba(16, 22, 26, 0.2), 0 2px 4px rgba(16, 22, 26, 0.4), 0 8px 24px rgba(16, 22, 26, 0.4); color: rgba(57, 75, 89, 1) }
.bp3-disabled .bp3-slider-handle .bp3-slider-label { -webkit-box-shadow: none; box-shadow: none }
.bp3-slider-handle.bp3-start, .bp3-slider-handle.bp3-end { width: 8px }
.bp3-slider-handle.bp3-start { border-bottom-right-radius: 0; border-top-right-radius: 0 }
.bp3-slider-handle.bp3-end { border-bottom-left-radius: 0; border-top-left-radius: 0; margin-left: 8px }
.bp3-slider-handle.bp3-end .bp3-slider-label { margin-left: 0 }
.bp3-slider-label { -webkit-transform: translate(-50%, 20px); transform: translate(-50%, 20px); display: inline-block; font-size: 12px; line-height: 1; padding: 2px 5px; position: absolute; vertical-align: top }
.bp3-slider.bp3-vertical { height: 150px; min-width: 40px; width: 40px }
.bp3-slider.bp3-vertical .bp3-slider-track, .bp3-slider.bp3-vertical .bp3-slider-progress { bottom: 0; height: auto; left: 5px; top: 0; width: 6px }
.bp3-slider.bp3-vertical .bp3-slider-progress { top: auto }
.bp3-slider.bp3-vertical .bp3-slider-label { -webkit-transform: translate(20px, 50%); transform: translate(20px, 50%) }
.bp3-slider.bp3-vertical .bp3-slider-handle { top: auto }
.bp3-slider.bp3-vertical .bp3-slider-handle .bp3-slider-label { margin-left: 0; margin-top: -8px }
.bp3-slider.bp3-vertical .bp3-slider-handle.bp3-end, .bp3-slider.bp3-vertical .bp3-slider-handle.bp3-start { height: 8px; margin-left: 0; width: 16px }
.bp3-slider.bp3-vertical .bp3-slider-handle.bp3-start { border-bottom-right-radius: 3px; border-top-left-radius: 0 }
.bp3-slider.bp3-vertical .bp3-slider-handle.bp3-start .bp3-slider-label { -webkit-transform: translate(20px); transform: translateX(20px) }
.bp3-slider.bp3-vertical .bp3-slider-handle.bp3-end { border-bottom-left-radius: 0; border-bottom-right-radius: 0; border-top-left-radius: 3px; margin-bottom: 8px }
@-webkit-keyframes pt-spinner-animation{
from{
-webkit-transform:rotate(0deg);
transform:rotate(0deg); }
to{
-webkit-transform:rotate(360deg);
transform:rotate(360deg); } }
@keyframes pt-spinner-animation { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg) } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg) } }
.bp3-spinner { -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; overflow: visible; vertical-align: middle }
.bp3-spinner svg { display: block }
.bp3-spinner path { fill-opacity: 0 }
.bp3-spinner .bp3-spinner-head { stroke: rgba(92, 112, 128, 0.8); stroke-linecap: round; -webkit-transform-origin: center; transform-origin: center; -webkit-transition: stroke-dashoffset 200ms cubic-bezier(0.4, 1, 0.75, 0.9) }
.bp3-spinner .bp3-spinner-track { stroke: rgba(92, 112, 128, 0.2) }
.bp3-spinner-animation { -webkit-animation: pt-spinner-animation 500ms linear infinite; animation: 500ms linear infinite pt-spinner-animation }
.bp3-no-spin>.bp3-spinner-animation { -webkit-animation: none; animation: none }
.bp3-dark .bp3-spinner .bp3-spinner-head { stroke: rgba(138, 155, 168, 1) }
.bp3-dark .bp3-spinner .bp3-spinner-track { stroke: rgba(16, 22, 26, 0.5) }
.bp3-spinner.bp3-intent-primary .bp3-spinner-head { stroke: rgba(19, 124, 189, 1) }
.bp3-spinner.bp3-intent-success .bp3-spinner-head { stroke: rgba(15, 153, 96, 1) }
.bp3-spinner.bp3-intent-warning .bp3-spinner-head { stroke: rgba(217, 130, 43, 1) }
.bp3-spinner.bp3-intent-danger .bp3-spinner-head { stroke: rgba(219, 55, 55, 1) }
.bp3-tabs.bp3-vertical { display: flex }
.bp3-tabs.bp3-vertical>.bp3-tab-list { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column }
.bp3-tabs.bp3-vertical>.bp3-tab-list .bp3-tab { border-radius: 3px; padding: 0 10px; width: 100% }
.bp3-tabs.bp3-vertical>.bp3-tab-list .bp3-tab[aria-selected=\"true\"] { background-color: rgba(19, 124, 189, 0.2); -webkit-box-shadow: none; box-shadow: none }
.bp3-tabs.bp3-vertical>.bp3-tab-list .bp3-tab-indicator-wrapper .bp3-tab-indicator { background-color: rgba(19, 124, 189, 0.2); border-radius: 3px; bottom: 0; height: auto; left: 0; right: 0; top: 0 }
.bp3-tabs.bp3-vertical>.bp3-tab-panel { margin-top: 0; padding-left: 20px }
.bp3-tab-list { -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; border: none; display: flex; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; list-style: none; margin: 0; padding: 0; position: relative }
.bp3-tab-list>*:not(:last-child) { margin-right: 20px }
.bp3-tab { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; word-wrap: normal; color: rgba(24, 32, 38, 1); cursor: pointer; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; font-size: 14px; line-height: 30px; max-width: 100%; position: relative; vertical-align: top }
.bp3-tab a { color: inherit; display: block; text-decoration: none }
.bp3-tab-indicator-wrapper~.bp3-tab { background-color: rgba(0, 0, 0, 0) !important; -webkit-box-shadow: none !important; box-shadow: none !important }
.bp3-tab[aria-disabled=\"true\"] { color: rgba(92, 112, 128, 0.6); cursor: not-allowed }
.bp3-tab[aria-selected=\"true\"] { border-radius: 0; -webkit-box-shadow: inset 0 -3px 0 #106ba3; box-shadow: inset 0 -3px rgba(16, 107, 163, 1) }
.bp3-tab[aria-selected=\"true\"], .bp3-tab:not([aria-disabled=\"true\"]):hover { color: rgba(16, 107, 163, 1) }
.bp3-tab:focus { -moz-outline-radius: 0 }
.bp3-large>.bp3-tab { font-size: 16px; line-height: 40px }
.bp3-tab-panel { margin-top: 20px }
.bp3-tab-panel[aria-hidden=\"true\"] { display: none }
.bp3-tab-indicator-wrapper { left: 0; pointer-events: none; position: absolute; top: 0; -webkit-transform: translateX(0), translateY(0); -webkit-transition: height, width, -webkit-transform; transition: height 200ms cubic-bezier(0.4, 1, 0.75, 0.9), transform, width; -webkit-transition-duration: 200ms; -webkit-transition-timing-function: cubic-bezier(0.4, 1, 0.75, 0.9) }
.bp3-tab-indicator-wrapper .bp3-tab-indicator { background-color: rgba(16, 107, 163, 1); bottom: 0; height: 3px; left: 0; position: absolute; right: 0 }
.bp3-tab-indicator-wrapper.bp3-no-animation { -webkit-transition: none }
.bp3-dark .bp3-tab { color: rgba(245, 248, 250, 1) }
.bp3-dark .bp3-tab[aria-disabled=\"true\"] { color: rgba(167, 182, 194, 0.6) }
.bp3-dark .bp3-tab[aria-selected=\"true\"] { -webkit-box-shadow: inset 0 -3px 0 #48aff0; box-shadow: inset 0 -3px rgba(72, 175, 240, 1) }
.bp3-dark .bp3-tab[aria-selected=\"true\"], .bp3-dark .bp3-tab:not([aria-disabled=\"true\"]):hover { color: rgba(72, 175, 240, 1) }
.bp3-dark .bp3-tab-indicator { background-color: rgba(72, 175, 240, 1) }
.bp3-flex-expander { -webkit-box-flex: 1; -ms-flex: 1 1; flex: 1 1 }
.bp3-tag { display: inline-flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background-color: rgba(92, 112, 128, 1); border: none; border-radius: 3px; -webkit-box-shadow: none; box-shadow: none; color: rgba(245, 248, 250, 1); font-size: 12px; line-height: 16px; max-width: 100%; min-height: 20px; min-width: 20px; padding: 2px 6px; position: relative }
.bp3-tag.bp3-interactive { cursor: pointer }
.bp3-tag.bp3-interactive:hover { background-color: rgba(92, 112, 128, 0.85) }
.bp3-tag.bp3-interactive.bp3-active, .bp3-tag.bp3-interactive:active { background-color: rgba(92, 112, 128, 0.7) }
.bp3-tag>* { -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; -ms-flex-negative: 0; flex-shrink: 0 }
.bp3-tag>.bp3-fill { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; -ms-flex-negative: 1; flex-shrink: 1 }
.bp3-tag::before, .bp3-tag>* { margin-right: 4px }
.bp3-tag:empty::before, .bp3-tag>:last-child { margin-right: 0 }
.bp3-tag:focus { outline-offset: 0; -moz-outline-radius: 6px }
.bp3-tag.bp3-round { border-radius: 30px; padding-left: 8px; padding-right: 8px }
.bp3-dark .bp3-tag { background-color: rgba(191, 204, 214, 1); color: rgba(24, 32, 38, 1) }
.bp3-dark .bp3-tag.bp3-interactive { cursor: pointer }
.bp3-dark .bp3-tag.bp3-interactive:hover { background-color: rgba(191, 204, 214, 0.85) }
.bp3-dark .bp3-tag.bp3-interactive.bp3-active, .bp3-dark .bp3-tag.bp3-interactive:active { background-color: rgba(191, 204, 214, 0.7) }
.bp3-dark .bp3-tag>.bp3-icon, .bp3-dark .bp3-tag .bp3-icon-standard, .bp3-dark .bp3-tag .bp3-icon-large { fill: currentColor }
.bp3-tag>.bp3-icon, .bp3-tag .bp3-icon-standard, .bp3-tag .bp3-icon-large { fill: rgba(255, 255, 255, 1) }
.bp3-tag.bp3-large, .bp3-large .bp3-tag { font-size: 14px; line-height: 20px; min-height: 30px; min-width: 30px; padding: 5px 10px }
.bp3-tag.bp3-large::before, .bp3-tag.bp3-large>*, .bp3-large .bp3-tag::before, .bp3-large .bp3-tag>* { margin-right: 7px }
.bp3-tag.bp3-large:empty::before, .bp3-tag.bp3-large>:last-child, .bp3-large .bp3-tag:empty::before, .bp3-large .bp3-tag>:last-child { margin-right: 0 }
.bp3-tag.bp3-large.bp3-round, .bp3-large .bp3-tag.bp3-round { padding-left: 12px; padding-right: 12px }
.bp3-tag.bp3-intent-primary { background: rgba(19, 124, 189, 1); color: rgba(255, 255, 255, 1) }
.bp3-tag.bp3-intent-primary.bp3-interactive { cursor: pointer }
.bp3-tag.bp3-intent-primary.bp3-interactive:hover { background-color: rgba(19, 124, 189, 0.85) }
.bp3-tag.bp3-intent-primary.bp3-interactive.bp3-active, .bp3-tag.bp3-intent-primary.bp3-interactive:active { background-color: rgba(19, 124, 189, 0.7) }
.bp3-tag.bp3-intent-success { background: rgba(15, 153, 96, 1); color: rgba(255, 255, 255, 1) }
.bp3-tag.bp3-intent-success.bp3-interactive { cursor: pointer }
.bp3-tag.bp3-intent-success.bp3-interactive:hover { background-color: rgba(15, 153, 96, 0.85) }
.bp3-tag.bp3-intent-success.bp3-interactive.bp3-active, .bp3-tag.bp3-intent-success.bp3-interactive:active { background-color: rgba(15, 153, 96, 0.7) }
.bp3-tag.bp3-intent-warning { background: rgba(217, 130, 43, 1); color: rgba(255, 255, 255, 1) }
.bp3-tag.bp3-intent-warning.bp3-interactive { cursor: pointer }
.bp3-tag.bp3-intent-warning.bp3-interactive:hover { background-color: rgba(217, 130, 43, 0.85) }
.bp3-tag.bp3-intent-warning.bp3-interactive.bp3-active, .bp3-tag.bp3-intent-warning.bp3-interactive:active { background-color: rgba(217, 130, 43, 0.7) }
.bp3-tag.bp3-intent-danger { background: rgba(219, 55, 55, 1); color: rgba(255, 255, 255, 1) }
.bp3-tag.bp3-intent-danger.bp3-interactive { cursor: pointer }
.bp3-tag.bp3-intent-danger.bp3-interactive:hover { background-color: rgba(219, 55, 55, 0.85) }
.bp3-tag.bp3-intent-danger.bp3-interactive.bp3-active, .bp3-tag.bp3-intent-danger.bp3-interactive:active { background-color: rgba(219, 55, 55, 0.7) }
.bp3-tag.bp3-fill { display: flex; width: 100% }
.bp3-tag.bp3-minimal>.bp3-icon, .bp3-tag.bp3-minimal .bp3-icon-standard, .bp3-tag.bp3-minimal .bp3-icon-large { fill: rgba(92, 112, 128, 1) }
.bp3-tag.bp3-minimal:not([class*=\"bp3-intent-\"]) { background-color: rgba(138, 155, 168, 0.2); color: rgba(24, 32, 38, 1) }
.bp3-tag.bp3-minimal:not([class*=\"bp3-intent-\"]).bp3-interactive { cursor: pointer }
.bp3-tag.bp3-minimal:not([class*=\"bp3-intent-\"]).bp3-interactive:hover { background-color: rgba(92, 112, 128, 0.3) }
.bp3-tag.bp3-minimal:not([class*=\"bp3-intent-\"]).bp3-interactive.bp3-active, .bp3-tag.bp3-minimal:not([class*=\"bp3-intent-\"]).bp3-interactive:active { background-color: rgba(92, 112, 128, 0.4) }
.bp3-dark .bp3-tag.bp3-minimal:not([class*=\"bp3-intent-\"]) { color: rgba(245, 248, 250, 1) }
.bp3-dark .bp3-tag.bp3-minimal:not([class*=\"bp3-intent-\"]).bp3-interactive { cursor: pointer }
.bp3-dark .bp3-tag.bp3-minimal:not([class*=\"bp3-intent-\"]).bp3-interactive:hover { background-color: rgba(191, 204, 214, 0.3) }
.bp3-dark .bp3-tag.bp3-minimal:not([class*=\"bp3-intent-\"]).bp3-interactive.bp3-active, .bp3-dark .bp3-tag.bp3-minimal:not([class*=\"bp3-intent-\"]).bp3-interactive:active { background-color: rgba(191, 204, 214, 0.4) }
.bp3-dark .bp3-tag.bp3-minimal:not([class*=\"bp3-intent-\"])>.bp3-icon, .bp3-dark .bp3-tag.bp3-minimal:not([class*=\"bp3-intent-\"]) .bp3-icon-standard, .bp3-dark .bp3-tag.bp3-minimal:not([class*=\"bp3-intent-\"]) .bp3-icon-large { fill: rgba(167, 182, 194, 1) }
.bp3-tag.bp3-minimal.bp3-intent-primary { background-color: rgba(19, 124, 189, 0.15); color: rgba(16, 107, 163, 1) }
.bp3-tag.bp3-minimal.bp3-intent-primary.bp3-interactive { cursor: pointer }
.bp3-tag.bp3-minimal.bp3-intent-primary.bp3-interactive:hover { background-color: rgba(19, 124, 189, 0.25) }
.bp3-tag.bp3-minimal.bp3-intent-primary.bp3-interactive.bp3-active, .bp3-tag.bp3-minimal.bp3-intent-primary.bp3-interactive:active { background-color: rgba(19, 124, 189, 0.35) }
.bp3-tag.bp3-minimal.bp3-intent-primary>.bp3-icon, .bp3-tag.bp3-minimal.bp3-intent-primary .bp3-icon-standard, .bp3-tag.bp3-minimal.bp3-intent-primary .bp3-icon-large { fill: rgba(19, 124, 189, 1) }
.bp3-dark .bp3-tag.bp3-minimal.bp3-intent-primary { background-color: rgba(19, 124, 189, 0.25); color: rgba(72, 175, 240, 1) }
.bp3-dark .bp3-tag.bp3-minimal.bp3-intent-primary.bp3-interactive { cursor: pointer }
.bp3-dark .bp3-tag.bp3-minimal.bp3-intent-primary.bp3-interactive:hover { background-color: rgba(19, 124, 189, 0.35) }
.bp3-dark .bp3-tag.bp3-minimal.bp3-intent-primary.bp3-interactive.bp3-active, .bp3-dark .bp3-tag.bp3-minimal.bp3-intent-primary.bp3-interactive:active { background-color: rgba(19, 124, 189, 0.45) }
.bp3-tag.bp3-minimal.bp3-intent-success { background-color: rgba(15, 153, 96, 0.15); color: rgba(13, 128, 80, 1) }
.bp3-tag.bp3-minimal.bp3-intent-success.bp3-interactive { cursor: pointer }
.bp3-tag.bp3-minimal.bp3-intent-success.bp3-interactive:hover { background-color: rgba(15, 153, 96, 0.25) }
.bp3-tag.bp3-minimal.bp3-intent-success.bp3-interactive.bp3-active, .bp3-tag.bp3-minimal.bp3-intent-success.bp3-interactive:active { background-color: rgba(15, 153, 96, 0.35) }
.bp3-tag.bp3-minimal.bp3-intent-success>.bp3-icon, .bp3-tag.bp3-minimal.bp3-intent-success .bp3-icon-standard, .bp3-tag.bp3-minimal.bp3-intent-success .bp3-icon-large { fill: rgba(15, 153, 96, 1) }
.bp3-dark .bp3-tag.bp3-minimal.bp3-intent-success { background-color: rgba(15, 153, 96, 0.25); color: rgba(61, 204, 145, 1) }
.bp3-dark .bp3-tag.bp3-minimal.bp3-intent-success.bp3-interactive { cursor: pointer }
.bp3-dark .bp3-tag.bp3-minimal.bp3-intent-success.bp3-interactive:hover { background-color: rgba(15, 153, 96, 0.35) }
.bp3-dark .bp3-tag.bp3-minimal.bp3-intent-success.bp3-interactive.bp3-active, .bp3-dark .bp3-tag.bp3-minimal.bp3-intent-success.bp3-interactive:active { background-color: rgba(15, 153, 96, 0.45) }
.bp3-tag.bp3-minimal.bp3-intent-warning { background-color: rgba(217, 130, 43, 0.15); color: rgba(191, 115, 38, 1) }
.bp3-tag.bp3-minimal.bp3-intent-warning.bp3-interactive { cursor: pointer }
.bp3-tag.bp3-minimal.bp3-intent-warning.bp3-interactive:hover { background-color: rgba(217, 130, 43, 0.25) }
.bp3-tag.bp3-minimal.bp3-intent-warning.bp3-interactive.bp3-active, .bp3-tag.bp3-minimal.bp3-intent-warning.bp3-interactive:active { background-color: rgba(217, 130, 43, 0.35) }
.bp3-tag.bp3-minimal.bp3-intent-warning>.bp3-icon, .bp3-tag.bp3-minimal.bp3-intent-warning .bp3-icon-standard, .bp3-tag.bp3-minimal.bp3-intent-warning .bp3-icon-large { fill: rgba(217, 130, 43, 1) }
.bp3-dark .bp3-tag.bp3-minimal.bp3-intent-warning { background-color: rgba(217, 130, 43, 0.25); color: rgba(255, 179, 102, 1) }
.bp3-dark .bp3-tag.bp3-minimal.bp3-intent-warning.bp3-interactive { cursor: pointer }
.bp3-dark .bp3-tag.bp3-minimal.bp3-intent-warning.bp3-interactive:hover { background-color: rgba(217, 130, 43, 0.35) }
.bp3-dark .bp3-tag.bp3-minimal.bp3-intent-warning.bp3-interactive.bp3-active, .bp3-dark .bp3-tag.bp3-minimal.bp3-intent-warning.bp3-interactive:active { background-color: rgba(217, 130, 43, 0.45) }
.bp3-tag.bp3-minimal.bp3-intent-danger { background-color: rgba(219, 55, 55, 0.15); color: rgba(194, 48, 48, 1) }
.bp3-tag.bp3-minimal.bp3-intent-danger.bp3-interactive { cursor: pointer }
.bp3-tag.bp3-minimal.bp3-intent-danger.bp3-interactive:hover { background-color: rgba(219, 55, 55, 0.25) }
.bp3-tag.bp3-minimal.bp3-intent-danger.bp3-interactive.bp3-active, .bp3-tag.bp3-minimal.bp3-intent-danger.bp3-interactive:active { background-color: rgba(219, 55, 55, 0.35) }
.bp3-tag.bp3-minimal.bp3-intent-danger>.bp3-icon, .bp3-tag.bp3-minimal.bp3-intent-danger .bp3-icon-standard, .bp3-tag.bp3-minimal.bp3-intent-danger .bp3-icon-large { fill: rgba(219, 55, 55, 1) }
.bp3-dark .bp3-tag.bp3-minimal.bp3-intent-danger { background-color: rgba(219, 55, 55, 0.25); color: rgba(255, 115, 115, 1) }
.bp3-dark .bp3-tag.bp3-minimal.bp3-intent-danger.bp3-interactive { cursor: pointer }
.bp3-dark .bp3-tag.bp3-minimal.bp3-intent-danger.bp3-interactive:hover { background-color: rgba(219, 55, 55, 0.35) }
.bp3-dark .bp3-tag.bp3-minimal.bp3-intent-danger.bp3-interactive.bp3-active, .bp3-dark .bp3-tag.bp3-minimal.bp3-intent-danger.bp3-interactive:active { background-color: rgba(219, 55, 55, 0.45) }
.bp3-tag-remove { background: none; border: none; color: inherit; cursor: pointer; display: flex; margin-bottom: -2px; margin-right: -6px !important; margin-top: -2px; opacity: 0.5; padding: 2px 2px 2px 0 }
.bp3-tag-remove:hover { background: none; opacity: 0.8; text-decoration: none }
.bp3-tag-remove:active { opacity: 1 }
.bp3-tag-remove:empty::before { font-family: \"Icons16\", sans-serif; font-size: 16px; font-style: normal; font-weight: 400; line-height: 1; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; content: \"\" }
.bp3-large .bp3-tag-remove { margin-right: -10px !important; padding: 0 5px 0 0 }
.bp3-large .bp3-tag-remove:empty::before { font-family: \"Icons20\", sans-serif; font-size: 20px; font-style: normal; font-weight: 400; line-height: 1 }
.bp3-tag-input { display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; cursor: text; height: auto; line-height: inherit; min-height: 30px; padding-left: 5px; padding-right: 0 }
.bp3-tag-input>* { -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; -ms-flex-negative: 0; flex-shrink: 0 }
.bp3-tag-input>.bp3-tag-input-values { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; -ms-flex-negative: 1; flex-shrink: 1 }
.bp3-tag-input .bp3-tag-input-icon { color: rgba(92, 112, 128, 1); margin-left: 2px; margin-right: 7px; margin-top: 7px }
.bp3-tag-input .bp3-tag-input-values { display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-flow: row wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-item-align: stretch; align-self: stretch; -ms-flex-wrap: wrap; margin-right: 7px; margin-top: 5px; min-width: 0 }
.bp3-tag-input .bp3-tag-input-values>* { -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; -ms-flex-negative: 0; flex-shrink: 0 }
.bp3-tag-input .bp3-tag-input-values>.bp3-fill { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; -ms-flex-negative: 1; flex-shrink: 1 }
.bp3-tag-input .bp3-tag-input-values::before, .bp3-tag-input .bp3-tag-input-values>* { margin-right: 5px }
.bp3-tag-input .bp3-tag-input-values:empty::before, .bp3-tag-input .bp3-tag-input-values>:last-child { margin-right: 0 }
.bp3-tag-input .bp3-tag-input-values:first-child .bp3-input-ghost:first-child { padding-left: 5px }
.bp3-tag-input .bp3-tag-input-values>* { margin-bottom: 5px }
.bp3-tag-input .bp3-tag { overflow-wrap: break-word }
.bp3-tag-input .bp3-tag.bp3-active { outline-offset: 0; -moz-outline-radius: 6px }
.bp3-tag-input .bp3-input-ghost { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; line-height: 20px; width: 80px }
.bp3-tag-input .bp3-input-ghost:disabled, .bp3-tag-input .bp3-input-ghost.bp3-disabled { cursor: not-allowed }
.bp3-tag-input .bp3-button, .bp3-tag-input .bp3-spinner { margin: 3px 3px 3px 0 }
.bp3-tag-input .bp3-button { min-height: 24px; min-width: 24px; padding: 0 7px }
.bp3-tag-input.bp3-large { height: auto; min-height: 40px }
.bp3-tag-input.bp3-large::before, .bp3-tag-input.bp3-large>* { margin-right: 10px }
.bp3-tag-input.bp3-large:empty::before, .bp3-tag-input.bp3-large>:last-child { margin-right: 0 }
.bp3-tag-input.bp3-large .bp3-tag-input-icon { margin-left: 5px; margin-top: 10px }
.bp3-tag-input.bp3-large .bp3-input-ghost { line-height: 30px }
.bp3-tag-input.bp3-large .bp3-button { min-height: 30px; min-width: 30px; padding: 5px 10px; margin: 5px 5px 5px 0 }
.bp3-tag-input.bp3-large .bp3-spinner { margin: 8px 8px 8px 0 }
.bp3-tag-input.bp3-active { background-color: rgba(255, 255, 255, 1); -webkit-box-shadow: 0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); box-shadow: 0 0 1px rgba(19, 124, 189, 1), 0 0 3px rgba(19, 124, 189, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2) }
.bp3-tag-input.bp3-active.bp3-intent-primary { -webkit-box-shadow: 0 0 0 1px #106ba3, 0 0 0 3px rgba(16, 107, 163, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); box-shadow: 0 0 1px rgba(16, 107, 163, 1), 0 0 3px rgba(16, 107, 163, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2) }
.bp3-tag-input.bp3-active.bp3-intent-success { -webkit-box-shadow: 0 0 0 1px #0d8050, 0 0 0 3px rgba(13, 128, 80, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); box-shadow: 0 0 1px rgba(13, 128, 80, 1), 0 0 3px rgba(13, 128, 80, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2) }
.bp3-tag-input.bp3-active.bp3-intent-warning { -webkit-box-shadow: 0 0 0 1px #bf7326, 0 0 0 3px rgba(191, 115, 38, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); box-shadow: 0 0 1px rgba(191, 115, 38, 1), 0 0 3px rgba(191, 115, 38, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2) }
.bp3-tag-input.bp3-active.bp3-intent-danger { -webkit-box-shadow: 0 0 0 1px #c23030, 0 0 0 3px rgba(194, 48, 48, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2); box-shadow: 0 0 1px rgba(194, 48, 48, 1), 0 0 3px rgba(194, 48, 48, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.2) }
.bp3-dark .bp3-tag-input .bp3-tag-input-icon, .bp3-tag-input.bp3-dark .bp3-tag-input-icon { color: rgba(167, 182, 194, 1) }
.bp3-dark .bp3-tag-input .bp3-input-ghost, .bp3-tag-input.bp3-dark .bp3-input-ghost { color: rgba(245, 248, 250, 1) }
.bp3-dark .bp3-tag-input .bp3-input-ghost::-webkit-input-placeholder, .bp3-tag-input.bp3-dark .bp3-input-ghost::-webkit-input-placeholder { color: rgba(167, 182, 194, 0.6) }
.bp3-dark .bp3-tag-input .bp3-input-ghost::-moz-placeholder, .bp3-tag-input.bp3-dark .bp3-input-ghost::-moz-placeholder { color: rgba(167, 182, 194, 0.6) }
.bp3-dark .bp3-tag-input .bp3-input-ghost:-ms-input-placeholder, .bp3-tag-input.bp3-dark .bp3-input-ghost:-ms-input-placeholder { color: rgba(167, 182, 194, 0.6) }
.bp3-dark .bp3-tag-input .bp3-input-ghost::-ms-input-placeholder, .bp3-tag-input.bp3-dark .bp3-input-ghost::-ms-input-placeholder { color: rgba(167, 182, 194, 0.6) }
.bp3-dark .bp3-tag-input .bp3-input-ghost::placeholder, .bp3-tag-input.bp3-dark .bp3-input-ghost::placeholder { color: rgba(167, 182, 194, 0.6) }
.bp3-dark .bp3-tag-input.bp3-active, .bp3-tag-input.bp3-dark.bp3-active { background-color: rgba(16, 22, 26, 0.3); -webkit-box-shadow: 0 0 0 1px #137cbd, 0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); box-shadow: 0 0 1px rgba(19, 124, 189, 1), 0 0 1px rgba(19, 124, 189, 1), 0 0 3px rgba(19, 124, 189, 0.3), inset 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4) }
.bp3-dark .bp3-tag-input.bp3-active.bp3-intent-primary, .bp3-tag-input.bp3-dark.bp3-active.bp3-intent-primary { -webkit-box-shadow: 0 0 0 1px #106ba3, 0 0 0 3px rgba(16, 107, 163, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); box-shadow: 0 0 1px rgba(16, 107, 163, 1), 0 0 3px rgba(16, 107, 163, 0.3), inset 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4) }
.bp3-dark .bp3-tag-input.bp3-active.bp3-intent-success, .bp3-tag-input.bp3-dark.bp3-active.bp3-intent-success { -webkit-box-shadow: 0 0 0 1px #0d8050, 0 0 0 3px rgba(13, 128, 80, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); box-shadow: 0 0 1px rgba(13, 128, 80, 1), 0 0 3px rgba(13, 128, 80, 0.3), inset 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4) }
.bp3-dark .bp3-tag-input.bp3-active.bp3-intent-warning, .bp3-tag-input.bp3-dark.bp3-active.bp3-intent-warning { -webkit-box-shadow: 0 0 0 1px #bf7326, 0 0 0 3px rgba(191, 115, 38, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); box-shadow: 0 0 1px rgba(191, 115, 38, 1), 0 0 3px rgba(191, 115, 38, 0.3), inset 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4) }
.bp3-dark .bp3-tag-input.bp3-active.bp3-intent-danger, .bp3-tag-input.bp3-dark.bp3-active.bp3-intent-danger { -webkit-box-shadow: 0 0 0 1px #c23030, 0 0 0 3px rgba(194, 48, 48, 0.3), inset 0 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4); box-shadow: 0 0 1px rgba(194, 48, 48, 1), 0 0 3px rgba(194, 48, 48, 0.3), inset 0 0 1px rgba(16, 22, 26, 0.3), inset 0 1px 1px rgba(16, 22, 26, 0.4) }
.bp3-input-ghost { background: none; border: none; -webkit-box-shadow: none; box-shadow: none; padding: 0 }
.bp3-input-ghost::-webkit-input-placeholder { color: rgba(92, 112, 128, 0.6); opacity: 1 }
.bp3-input-ghost::-moz-placeholder { color: rgba(92, 112, 128, 0.6); opacity: 1 }
.bp3-input-ghost:-ms-input-placeholder { color: rgba(92, 112, 128, 0.6); opacity: 1 }
.bp3-input-ghost::-ms-input-placeholder { color: rgba(92, 112, 128, 0.6); opacity: 1 }
.bp3-input-ghost::placeholder { color: rgba(92, 112, 128, 0.6); opacity: 1 }
.bp3-input-ghost:focus { outline: none !important }
.bp3-toast { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; background-color: rgba(255, 255, 255, 1); border-radius: 3px; -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.1), 0 2px 4px rgba(16, 22, 26, 0.2), 0 8px 24px rgba(16, 22, 26, 0.2); box-shadow: 0 0 1px rgba(16, 22, 26, 0.1), 0 2px 4px rgba(16, 22, 26, 0.2), 0 8px 24px rgba(16, 22, 26, 0.2); display: flex; margin: 20px 0 0; max-width: 500px; min-width: 300px; pointer-events: all; position: relative !important }
.bp3-toast.bp3-toast-enter, .bp3-toast.bp3-toast-appear { -webkit-transform: translateY(-40px); transform: translateY(-40px) }
.bp3-toast.bp3-toast-enter-active, .bp3-toast.bp3-toast-appear-active { -webkit-transform: translateY(0); transform: translateY(0); -webkit-transition-delay: 0; -webkit-transition-duration: 300ms; transition-duration: 300ms; -webkit-transition-property: -webkit-transform; transition-property: ; -webkit-transition-timing-function: cubic-bezier(0.54, 1.12, 0.38, 1.11); transition-timing-function: cubic-bezier(0.54, 1.12, 0.38, 1.11) }
.bp3-toast.bp3-toast-enter~.bp3-toast, .bp3-toast.bp3-toast-appear~.bp3-toast { -webkit-transform: translateY(-40px); transform: translateY(-40px) }
.bp3-toast.bp3-toast-enter-active~.bp3-toast, .bp3-toast.bp3-toast-appear-active~.bp3-toast { -webkit-transform: translateY(0); transform: translateY(0); -webkit-transition-delay: 0; -webkit-transition-duration: 300ms; transition-duration: 300ms; -webkit-transition-property: -webkit-transform; transition-property: ; -webkit-transition-timing-function: cubic-bezier(0.54, 1.12, 0.38, 1.11); transition-timing-function: cubic-bezier(0.54, 1.12, 0.38, 1.11) }
.bp3-toast.bp3-toast-exit { opacity: 1; -webkit-filter: blur(0); filter: blur(0) }
.bp3-toast.bp3-toast-exit-active { opacity: 0; -webkit-filter: blur(10px); filter: blur(10px); -webkit-transition-delay: 0; -webkit-transition-duration: 300ms; transition-duration: 300ms; -webkit-transition-property: opacity, -webkit-filter; transition-property: ; -webkit-transition-timing-function: cubic-bezier(0.4, 1, 0.75, 0.9); transition-timing-function: cubic-bezier(0.4, 1, 0.75, 0.9) }
.bp3-toast.bp3-toast-exit~.bp3-toast { -webkit-transform: translateY(0); transform: translateY(0) }
.bp3-toast.bp3-toast-exit-active~.bp3-toast { -webkit-transform: translateY(-40px); transform: translateY(-40px); -webkit-transition-delay: 50ms; transition: 100ms cubic-bezier(0.4, 1, 0.75, 0.9) 50ms; -webkit-transition-duration: 100ms; -webkit-transition-property: -webkit-transform; -webkit-transition-timing-function: cubic-bezier(0.4, 1, 0.75, 0.9) }
.bp3-toast .bp3-button-group { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; padding: 5px 5px 5px 0 }
.bp3-toast>.bp3-icon { color: rgba(92, 112, 128, 1); margin: 12px 0 12px 12px }
.bp3-toast.bp3-dark, .bp3-dark .bp3-toast { background-color: rgba(57, 75, 89, 1); -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.2), 0 2px 4px rgba(16, 22, 26, 0.4), 0 8px 24px rgba(16, 22, 26, 0.4); box-shadow: 0 0 1px rgba(16, 22, 26, 0.2), 0 2px 4px rgba(16, 22, 26, 0.4), 0 8px 24px rgba(16, 22, 26, 0.4) }
.bp3-toast.bp3-dark>.bp3-icon, .bp3-dark .bp3-toast>.bp3-icon { color: rgba(167, 182, 194, 1) }
.bp3-toast[class*=\"bp3-intent-\"] a { color: rgba(255, 255, 255, 0.7) }
.bp3-toast[class*=\"bp3-intent-\"] a:hover { color: rgba(255, 255, 255, 1) }
.bp3-toast[class*=\"bp3-intent-\"]>.bp3-icon { color: rgba(255, 255, 255, 1) }
.bp3-toast[class*=\"bp3-intent-\"] .bp3-button, .bp3-toast[class*=\"bp3-intent-\"] .bp3-button::before, .bp3-toast[class*=\"bp3-intent-\"] .bp3-button .bp3-icon, .bp3-toast[class*=\"bp3-intent-\"] .bp3-button:active { color: rgba(255, 255, 255, 0.7) !important }
.bp3-toast[class*=\"bp3-intent-\"] .bp3-button:focus { outline-color: rgba(255, 255, 255, 0.5) }
.bp3-toast[class*=\"bp3-intent-\"] .bp3-button:hover { background-color: rgba(255, 255, 255, 0.15) !important; color: rgba(255, 255, 255, 1) !important }
.bp3-toast[class*=\"bp3-intent-\"] .bp3-button:active { background-color: rgba(255, 255, 255, 0.3) !important; color: rgba(255, 255, 255, 1) !important }
.bp3-toast[class*=\"bp3-intent-\"] .bp3-button::after { background: rgba(255, 255, 255, 0.3) !important }
.bp3-toast.bp3-intent-primary { background-color: rgba(19, 124, 189, 1); color: rgba(255, 255, 255, 1) }
.bp3-toast.bp3-intent-success { background-color: rgba(15, 153, 96, 1); color: rgba(255, 255, 255, 1) }
.bp3-toast.bp3-intent-warning { background-color: rgba(217, 130, 43, 1); color: rgba(255, 255, 255, 1) }
.bp3-toast.bp3-intent-danger { background-color: rgba(219, 55, 55, 1); color: rgba(255, 255, 255, 1) }
.bp3-toast-message { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; padding: 11px }
.bp3-toast-container { -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: flex !important; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; left: 0; overflow: hidden; padding: 0 20px 20px; pointer-events: none; right: 0; z-index: 40 }
.bp3-toast-container.bp3-toast-container-in-portal { position: fixed }
.bp3-toast-container.bp3-toast-container-inline { position: absolute }
.bp3-toast-container.bp3-toast-container-top { top: 0 }
.bp3-toast-container.bp3-toast-container-bottom { bottom: 0; -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; top: auto }
.bp3-toast-container.bp3-toast-container-left { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start }
.bp3-toast-container.bp3-toast-container-right { -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end }
.bp3-toast-container-bottom .bp3-toast.bp3-toast-enter:not(.bp3-toast-enter-active), .bp3-toast-container-bottom .bp3-toast.bp3-toast-enter:not(.bp3-toast-enter-active)~.bp3-toast, .bp3-toast-container-bottom .bp3-toast.bp3-toast-appear:not(.bp3-toast-appear-active), .bp3-toast-container-bottom .bp3-toast.bp3-toast-appear:not(.bp3-toast-appear-active)~.bp3-toast, .bp3-toast-container-bottom .bp3-toast.bp3-toast-exit-active~.bp3-toast, .bp3-toast-container-bottom .bp3-toast.bp3-toast-leave-active~.bp3-toast { -webkit-transform: translateY(60px); transform: translateY(60px) }
.bp3-tooltip { -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.1), 0 2px 4px rgba(16, 22, 26, 0.2), 0 8px 24px rgba(16, 22, 26, 0.2); box-shadow: 0 0 1px rgba(16, 22, 26, 0.1), 0 2px 4px rgba(16, 22, 26, 0.2), 0 8px 24px rgba(16, 22, 26, 0.2); -webkit-transform: scale(1); transform: scale(1) }
.bp3-tooltip .bp3-popover-arrow { height: 22px; position: absolute; width: 22px }
.bp3-tooltip .bp3-popover-arrow::before { height: 14px; margin: 4px; width: 14px }
.bp3-tether-element-attached-bottom.bp3-tether-target-attached-top>.bp3-tooltip { margin-bottom: 11px; margin-top: -11px }
.bp3-tether-element-attached-bottom.bp3-tether-target-attached-top>.bp3-tooltip>.bp3-popover-arrow { bottom: -8px }
.bp3-tether-element-attached-bottom.bp3-tether-target-attached-top>.bp3-tooltip>.bp3-popover-arrow svg { -webkit-transform: rotate(-90deg); transform: rotate(-90deg) }
.bp3-tether-element-attached-left.bp3-tether-target-attached-right>.bp3-tooltip { margin-left: 11px }
.bp3-tether-element-attached-left.bp3-tether-target-attached-right>.bp3-tooltip>.bp3-popover-arrow { left: -8px }
.bp3-tether-element-attached-left.bp3-tether-target-attached-right>.bp3-tooltip>.bp3-popover-arrow svg { -webkit-transform: rotate(0) }
.bp3-tether-element-attached-top.bp3-tether-target-attached-bottom>.bp3-tooltip { margin-top: 11px }
.bp3-tether-element-attached-top.bp3-tether-target-attached-bottom>.bp3-tooltip>.bp3-popover-arrow { top: -8px }
.bp3-tether-element-attached-top.bp3-tether-target-attached-bottom>.bp3-tooltip>.bp3-popover-arrow svg { -webkit-transform: rotate(90deg); transform: rotate(90deg) }
.bp3-tether-element-attached-right.bp3-tether-target-attached-left>.bp3-tooltip { margin-left: -11px; margin-right: 11px }
.bp3-tether-element-attached-right.bp3-tether-target-attached-left>.bp3-tooltip>.bp3-popover-arrow { right: -8px }
.bp3-tether-element-attached-right.bp3-tether-target-attached-left>.bp3-tooltip>.bp3-popover-arrow svg { -webkit-transform: rotate(180deg); transform: rotate(180deg) }
.bp3-tether-element-attached-middle>.bp3-tooltip>.bp3-popover-arrow { top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%) }
.bp3-tether-element-attached-center>.bp3-tooltip>.bp3-popover-arrow { right: 50%; -webkit-transform: translateX(50%); transform: translateX(50%) }
.bp3-tether-element-attached-top.bp3-tether-target-attached-top>.bp3-tooltip>.bp3-popover-arrow { top: -0.22183px }
.bp3-tether-element-attached-right.bp3-tether-target-attached-right>.bp3-tooltip>.bp3-popover-arrow { right: -0.22183px }
.bp3-tether-element-attached-left.bp3-tether-target-attached-left>.bp3-tooltip>.bp3-popover-arrow { left: -0.22183px }
.bp3-tether-element-attached-bottom.bp3-tether-target-attached-bottom>.bp3-tooltip>.bp3-popover-arrow { bottom: -0.22183px }
.bp3-tether-element-attached-top.bp3-tether-element-attached-left>.bp3-tooltip { -webkit-transform-origin: top left; transform-origin: left top }
.bp3-tether-element-attached-top.bp3-tether-element-attached-center>.bp3-tooltip { -webkit-transform-origin: top center; transform-origin: top }
.bp3-tether-element-attached-top.bp3-tether-element-attached-right>.bp3-tooltip { -webkit-transform-origin: top right; transform-origin: right top }
.bp3-tether-element-attached-middle.bp3-tether-element-attached-left>.bp3-tooltip { -webkit-transform-origin: center left; transform-origin: left }
.bp3-tether-element-attached-middle.bp3-tether-element-attached-center>.bp3-tooltip { -webkit-transform-origin: center center; transform-origin: center }
.bp3-tether-element-attached-middle.bp3-tether-element-attached-right>.bp3-tooltip { -webkit-transform-origin: center right; transform-origin: right }
.bp3-tether-element-attached-bottom.bp3-tether-element-attached-left>.bp3-tooltip { -webkit-transform-origin: bottom left; transform-origin: left bottom }
.bp3-tether-element-attached-bottom.bp3-tether-element-attached-center>.bp3-tooltip { -webkit-transform-origin: bottom center; transform-origin: bottom }
.bp3-tether-element-attached-bottom.bp3-tether-element-attached-right>.bp3-tooltip { -webkit-transform-origin: bottom right; transform-origin: right bottom }
.bp3-tooltip .bp3-popover-content { background: rgba(57, 75, 89, 1); color: rgba(245, 248, 250, 1) }
.bp3-tooltip .bp3-popover-arrow::before { -webkit-box-shadow: 1px 1px 6px rgba(16, 22, 26, 0.2); box-shadow: 1px 1px 6px rgba(16, 22, 26, 0.2) }
.bp3-tooltip .bp3-popover-arrow-border { fill: rgba(16, 22, 26, 1); fill-opacity: 0.1 }
.bp3-tooltip .bp3-popover-arrow-fill { fill: rgba(57, 75, 89, 1) }
.bp3-popover-enter>.bp3-tooltip, .bp3-popover-appear>.bp3-tooltip { -webkit-transform: scale(0.8); transform: scale(0.8) }
.bp3-popover-enter-active>.bp3-tooltip, .bp3-popover-appear-active>.bp3-tooltip { -webkit-transform: scale(1); transform: scale(1); -webkit-transition-delay: 0; -webkit-transition-duration: 100ms; transition-duration: 100ms; -webkit-transition-property: -webkit-transform; transition-property: ; -webkit-transition-timing-function: cubic-bezier(0.4, 1, 0.75, 0.9); transition-timing-function: cubic-bezier(0.4, 1, 0.75, 0.9) }
.bp3-popover-exit>.bp3-tooltip { -webkit-transform: scale(1); transform: scale(1) }
.bp3-popover-exit-active>.bp3-tooltip { -webkit-transform: scale(0.8); transform: scale(0.8); -webkit-transition-delay: 0; -webkit-transition-duration: 100ms; transition-duration: 100ms; -webkit-transition-property: -webkit-transform; transition-property: ; -webkit-transition-timing-function: cubic-bezier(0.4, 1, 0.75, 0.9); transition-timing-function: cubic-bezier(0.4, 1, 0.75, 0.9) }
.bp3-tooltip .bp3-popover-content { padding: 10px 12px }
.bp3-tooltip.bp3-dark, .bp3-dark .bp3-tooltip { -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.2), 0 2px 4px rgba(16, 22, 26, 0.4), 0 8px 24px rgba(16, 22, 26, 0.4); box-shadow: 0 0 1px rgba(16, 22, 26, 0.2), 0 2px 4px rgba(16, 22, 26, 0.4), 0 8px 24px rgba(16, 22, 26, 0.4) }
.bp3-tooltip.bp3-dark .bp3-popover-content, .bp3-dark .bp3-tooltip .bp3-popover-content { background: rgba(225, 232, 237, 1); color: rgba(57, 75, 89, 1) }
.bp3-tooltip.bp3-dark .bp3-popover-arrow::before, .bp3-dark .bp3-tooltip .bp3-popover-arrow::before { -webkit-box-shadow: 1px 1px 6px rgba(16, 22, 26, 0.4); box-shadow: 1px 1px 6px rgba(16, 22, 26, 0.4) }
.bp3-tooltip.bp3-dark .bp3-popover-arrow-border, .bp3-dark .bp3-tooltip .bp3-popover-arrow-border { fill: rgba(16, 22, 26, 1); fill-opacity: 0.2 }
.bp3-tooltip.bp3-dark .bp3-popover-arrow-fill, .bp3-dark .bp3-tooltip .bp3-popover-arrow-fill { fill: rgba(225, 232, 237, 1) }
.bp3-tooltip.bp3-intent-primary .bp3-popover-content { background: rgba(19, 124, 189, 1); color: rgba(255, 255, 255, 1) }
.bp3-tooltip.bp3-intent-primary .bp3-popover-arrow-fill { fill: rgba(19, 124, 189, 1) }
.bp3-tooltip.bp3-intent-success .bp3-popover-content { background: rgba(15, 153, 96, 1); color: rgba(255, 255, 255, 1) }
.bp3-tooltip.bp3-intent-success .bp3-popover-arrow-fill { fill: rgba(15, 153, 96, 1) }
.bp3-tooltip.bp3-intent-warning .bp3-popover-content { background: rgba(217, 130, 43, 1); color: rgba(255, 255, 255, 1) }
.bp3-tooltip.bp3-intent-warning .bp3-popover-arrow-fill { fill: rgba(217, 130, 43, 1) }
.bp3-tooltip.bp3-intent-danger .bp3-popover-content { background: rgba(219, 55, 55, 1); color: rgba(255, 255, 255, 1) }
.bp3-tooltip.bp3-intent-danger .bp3-popover-arrow-fill { fill: rgba(219, 55, 55, 1) }
.bp3-tooltip-indicator { border-bottom: 1px dotted; cursor: help }
.bp3-tree .bp3-icon, .bp3-tree .bp3-icon-standard, .bp3-tree .bp3-icon-large { color: rgba(92, 112, 128, 1) }
.bp3-tree .bp3-icon.bp3-intent-primary, .bp3-tree .bp3-icon-standard.bp3-intent-primary, .bp3-tree .bp3-icon-large.bp3-intent-primary { color: rgba(19, 124, 189, 1) }
.bp3-tree .bp3-icon.bp3-intent-success, .bp3-tree .bp3-icon-standard.bp3-intent-success, .bp3-tree .bp3-icon-large.bp3-intent-success { color: rgba(15, 153, 96, 1) }
.bp3-tree .bp3-icon.bp3-intent-warning, .bp3-tree .bp3-icon-standard.bp3-intent-warning, .bp3-tree .bp3-icon-large.bp3-intent-warning { color: rgba(217, 130, 43, 1) }
.bp3-tree .bp3-icon.bp3-intent-danger, .bp3-tree .bp3-icon-standard.bp3-intent-danger, .bp3-tree .bp3-icon-large.bp3-intent-danger { color: rgba(219, 55, 55, 1) }
.bp3-tree-node-list { list-style: none; margin: 0; padding-left: 0 }
.bp3-tree-root { background-color: rgba(0, 0, 0, 0); cursor: default; padding-left: 0; position: relative }
.bp3-tree-node-content-0 { padding-left: 0 }
.bp3-tree-node-content-1 { padding-left: 23px }
.bp3-tree-node-content-2 { padding-left: 46px }
.bp3-tree-node-content-3 { padding-left: 69px }
.bp3-tree-node-content-4 { padding-left: 92px }
.bp3-tree-node-content-5 { padding-left: 115px }
.bp3-tree-node-content-6 { padding-left: 138px }
.bp3-tree-node-content-7 { padding-left: 161px }
.bp3-tree-node-content-8 { padding-left: 184px }
.bp3-tree-node-content-9 { padding-left: 207px }
.bp3-tree-node-content-10 { padding-left: 230px }
.bp3-tree-node-content-11 { padding-left: 253px }
.bp3-tree-node-content-12 { padding-left: 276px }
.bp3-tree-node-content-13 { padding-left: 299px }
.bp3-tree-node-content-14 { padding-left: 322px }
.bp3-tree-node-content-15 { padding-left: 345px }
.bp3-tree-node-content-16 { padding-left: 368px }
.bp3-tree-node-content-17 { padding-left: 391px }
.bp3-tree-node-content-18 { padding-left: 414px }
.bp3-tree-node-content-19 { padding-left: 437px }
.bp3-tree-node-content-20 { padding-left: 460px }
.bp3-tree-node-content { -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: flex; height: 30px; padding-right: 5px; width: 100% }
.bp3-tree-node-content:hover { background-color: rgba(191, 204, 214, 0.4) }
.bp3-tree-node-caret, .bp3-tree-node-caret-none { min-width: 30px }
.bp3-tree-node-caret { color: rgba(92, 112, 128, 1); cursor: pointer; padding: 7px; -webkit-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: -webkit-transform 200ms cubic-bezier(0.4, 1, 0.75, 0.9); transition: transform 200ms cubic-bezier(0.4, 1, 0.75, 0.9) }
.bp3-tree-node-caret:hover { color: rgba(24, 32, 38, 1) }
.bp3-dark .bp3-tree-node-caret { color: rgba(167, 182, 194, 1) }
.bp3-dark .bp3-tree-node-caret:hover { color: rgba(245, 248, 250, 1) }
.bp3-tree-node-caret.bp3-tree-node-caret-open { -webkit-transform: rotate(90deg); transform: rotate(90deg) }
.bp3-tree-node-caret.bp3-icon-standard::before { content: \"\" }
.bp3-tree-node-icon { margin-right: 7px; position: relative }
.bp3-tree-node-label { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; word-wrap: normal; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; position: relative; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none }
.bp3-tree-node-label span { display: inline }
.bp3-tree-node-secondary-label { padding: 0 5px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none }
.bp3-tree-node-secondary-label .bp3-popover-wrapper, .bp3-tree-node-secondary-label .bp3-popover-target { -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: flex }
.bp3-tree-node.bp3-disabled .bp3-tree-node-content { background-color: inherit; color: rgba(92, 112, 128, 0.6); cursor: not-allowed }
.bp3-tree-node.bp3-disabled .bp3-tree-node-caret, .bp3-tree-node.bp3-disabled .bp3-tree-node-icon { color: rgba(92, 112, 128, 0.6); cursor: not-allowed }
.bp3-tree-node.bp3-tree-node-selected>.bp3-tree-node-content { background-color: rgba(19, 124, 189, 1) }
.bp3-tree-node.bp3-tree-node-selected>.bp3-tree-node-content, .bp3-tree-node.bp3-tree-node-selected>.bp3-tree-node-content .bp3-icon, .bp3-tree-node.bp3-tree-node-selected>.bp3-tree-node-content .bp3-icon-standard, .bp3-tree-node.bp3-tree-node-selected>.bp3-tree-node-content .bp3-icon-large { color: rgba(255, 255, 255, 1) }
.bp3-tree-node.bp3-tree-node-selected>.bp3-tree-node-content .bp3-tree-node-caret::before { color: rgba(255, 255, 255, 0.7) }
.bp3-tree-node.bp3-tree-node-selected>.bp3-tree-node-content .bp3-tree-node-caret:hover::before { color: rgba(255, 255, 255, 1) }
.bp3-dark .bp3-tree-node-content:hover { background-color: rgba(92, 112, 128, 0.3) }
.bp3-dark .bp3-tree .bp3-icon, .bp3-dark .bp3-tree .bp3-icon-standard, .bp3-dark .bp3-tree .bp3-icon-large { color: rgba(167, 182, 194, 1) }
.bp3-dark .bp3-tree .bp3-icon.bp3-intent-primary, .bp3-dark .bp3-tree .bp3-icon-standard.bp3-intent-primary, .bp3-dark .bp3-tree .bp3-icon-large.bp3-intent-primary { color: rgba(19, 124, 189, 1) }
.bp3-dark .bp3-tree .bp3-icon.bp3-intent-success, .bp3-dark .bp3-tree .bp3-icon-standard.bp3-intent-success, .bp3-dark .bp3-tree .bp3-icon-large.bp3-intent-success { color: rgba(15, 153, 96, 1) }
.bp3-dark .bp3-tree .bp3-icon.bp3-intent-warning, .bp3-dark .bp3-tree .bp3-icon-standard.bp3-intent-warning, .bp3-dark .bp3-tree .bp3-icon-large.bp3-intent-warning { color: rgba(217, 130, 43, 1) }
.bp3-dark .bp3-tree .bp3-icon.bp3-intent-danger, .bp3-dark .bp3-tree .bp3-icon-standard.bp3-intent-danger, .bp3-dark .bp3-tree .bp3-icon-large.bp3-intent-danger { color: rgba(219, 55, 55, 1) }
.bp3-dark .bp3-tree-node.bp3-tree-node-selected>.bp3-tree-node-content { background-color: rgba(19, 124, 189, 1) }
.bp3-omnibar { -webkit-filter: blur(0); filter: blur(0); opacity: 1; background-color: rgba(255, 255, 255, 1); border-radius: 3px; -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.1), 0 4px 8px rgba(16, 22, 26, 0.2), 0 18px 46px 6px rgba(16, 22, 26, 0.2); box-shadow: 0 0 1px rgba(16, 22, 26, 0.1), 0 4px 8px rgba(16, 22, 26, 0.2), 0 18px 46px 6px rgba(16, 22, 26, 0.2); left: calc(50% - 250px); top: 20vh; width: 500px; z-index: 21 }
.bp3-omnibar.bp3-overlay-enter, .bp3-omnibar.bp3-overlay-appear { -webkit-filter: blur(20px); filter: blur(20px); opacity: 0.2 }
.bp3-omnibar.bp3-overlay-enter-active, .bp3-omnibar.bp3-overlay-appear-active { -webkit-filter: blur(0); filter: blur(0); opacity: 1; -webkit-transition-delay: 0; -webkit-transition-duration: 200ms; transition-duration: 200ms; -webkit-transition-property: opacity, -webkit-filter; transition-property: ; -webkit-transition-timing-function: cubic-bezier(0.4, 1, 0.75, 0.9); transition-timing-function: cubic-bezier(0.4, 1, 0.75, 0.9) }
.bp3-omnibar.bp3-overlay-exit { -webkit-filter: blur(0); filter: blur(0); opacity: 1 }
.bp3-omnibar.bp3-overlay-exit-active { -webkit-filter: blur(20px); filter: blur(20px); opacity: 0.2; -webkit-transition-delay: 0; -webkit-transition-duration: 200ms; transition-duration: 200ms; -webkit-transition-property: opacity, -webkit-filter; transition-property: ; -webkit-transition-timing-function: cubic-bezier(0.4, 1, 0.75, 0.9); transition-timing-function: cubic-bezier(0.4, 1, 0.75, 0.9) }
.bp3-omnibar .bp3-input { background-color: rgba(0, 0, 0, 0); border-radius: 0 }
.bp3-omnibar .bp3-input, .bp3-omnibar .bp3-input:focus { -webkit-box-shadow: none; box-shadow: none }
.bp3-omnibar .bp3-menu { background-color: rgba(0, 0, 0, 0); border-radius: 0; -webkit-box-shadow: inset 0 1px 0 rgba(16, 22, 26, 0.15); box-shadow: inset 0 1px rgba(16, 22, 26, 0.15); max-height: calc(60vh - 40px); overflow: auto }
.bp3-omnibar .bp3-menu:empty { display: none }
.bp3-dark .bp3-omnibar, .bp3-omnibar.bp3-dark { background-color: rgba(48, 64, 77, 1); -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.2), 0 4px 8px rgba(16, 22, 26, 0.4), 0 18px 46px 6px rgba(16, 22, 26, 0.4); box-shadow: 0 0 1px rgba(16, 22, 26, 0.2), 0 4px 8px rgba(16, 22, 26, 0.4), 0 18px 46px 6px rgba(16, 22, 26, 0.4) }
.bp3-omnibar-overlay .bp3-overlay-backdrop { background-color: rgba(16, 22, 26, 0.2) }
.bp3-select-popover .bp3-popover-content { padding: 5px }
.bp3-select-popover .bp3-input-group { margin-bottom: 0 }
.bp3-select-popover .bp3-menu { max-height: 300px; max-width: 400px; overflow: auto; padding: 0 }
.bp3-select-popover .bp3-menu:not(:first-child) { padding-top: 5px }
.bp3-multi-select { min-width: 150px }
.bp3-multi-select-popover .bp3-menu { max-height: 300px; max-width: 400px; overflow: auto }
.bp3-select-popover .bp3-popover-content { padding: 5px }
.bp3-select-popover .bp3-input-group { margin-bottom: 0 }
.bp3-select-popover .bp3-menu { max-height: 300px; max-width: 400px; overflow: auto; padding: 0 }
.bp3-select-popover .bp3-menu:not(:first-child) { padding-top: 5px }
:root { --jp-icon-add: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8ZyBjbGFzcz0ianAtaWNvbjMiIGZpbGw9IiM2MTYxNjEiPgogICAgPHBhdGggZD0iTTE5IDEzaC02djZoLTJ2LTZINXYtMmg2VjVoMnY2aDZ2MnoiLz4KICA8L2c+Cjwvc3ZnPgo=); --jp-icon-bug: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8ZyBjbGFzcz0ianAtaWNvbjMganAtaWNvbi1zZWxlY3RhYmxlIiBmaWxsPSIjNjE2MTYxIj4KICAgIDxwYXRoIGQ9Ik0yMCA4aC0yLjgxYy0uNDUtLjc4LTEuMDctMS40NS0xLjgyLTEuOTZMMTcgNC40MSAxNS41OSAzbC0yLjE3IDIuMTdDMTIuOTYgNS4wNiAxMi40OSA1IDEyIDVjLS40OSAwLS45Ni4wNi0xLjQxLjE3TDguNDEgMyA3IDQuNDFsMS42MiAxLjYzQzcuODggNi41NSA3LjI2IDcuMjIgNi44MSA4SDR2MmgyLjA5Yy0uMDUuMzMtLjA5LjY2LS4wOSAxdjFINHYyaDJ2MWMwIC4zNC4wNC42Ny4wOSAxSDR2MmgyLjgxYzEuMDQgMS43OSAyLjk3IDMgNS4xOSAzczQuMTUtMS4yMSA1LjE5LTNIMjB2LTJoLTIuMDljLjA1LS4zMy4wOS0uNjYuMDktMXYtMWgydi0yaC0ydi0xYzAtLjM0LS4wNC0uNjctLjA5LTFIMjBWOHptLTYgOGgtNHYtMmg0djJ6bTAtNGgtNHYtMmg0djJ6Ii8+CiAgPC9nPgo8L3N2Zz4K); --jp-icon-build: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8ZyBjbGFzcz0ianAtaWNvbjMiIGZpbGw9IiM2MTYxNjEiPgogICAgPHBhdGggZD0iTTE0LjkgMTcuNDVDMTYuMjUgMTcuNDUgMTcuMzUgMTYuMzUgMTcuMzUgMTVDMTcuMzUgMTMuNjUgMTYuMjUgMTIuNTUgMTQuOSAxMi41NUMxMy41NCAxMi41NSAxMi40NSAxMy42NSAxMi40NSAxNUMxMi40NSAxNi4zNSAxMy41NCAxNy40NSAxNC45IDE3LjQ1Wk0yMC4xIDE1LjY4TDIxLjU4IDE2Ljg0QzIxLjcxIDE2Ljk1IDIxLjc1IDE3LjEzIDIxLjY2IDE3LjI5TDIwLjI2IDE5LjcxQzIwLjE3IDE5Ljg2IDIwIDE5LjkyIDE5LjgzIDE5Ljg2TDE4LjA5IDE5LjE2QzE3LjczIDE5LjQ0IDE3LjMzIDE5LjY3IDE2LjkxIDE5Ljg1TDE2LjY0IDIxLjdDMTYuNjIgMjEuODcgMTYuNDcgMjIgMTYuMyAyMkgxMy41QzEzLjMyIDIyIDEzLjE4IDIxLjg3IDEzLjE1IDIxLjdMMTIuODkgMTkuODVDMTIuNDYgMTkuNjcgMTIuMDcgMTkuNDQgMTEuNzEgMTkuMTZMOS45NjAwMiAxOS44NkM5LjgxMDAyIDE5LjkyIDkuNjIwMDIgMTkuODYgOS41NDAwMiAxOS43MUw4LjE0MDAyIDE3LjI5QzguMDUwMDIgMTcuMTMgOC4wOTAwMiAxNi45NSA4LjIyMDAyIDE2Ljg0TDkuNzAwMDIgMTUuNjhMOS42NTAwMSAxNUw5LjcwMDAyIDE0LjMxTDguMjIwMDIgMTMuMTZDOC4wOTAwMiAxMy4wNSA4LjA1MDAyIDEyLjg2IDguMTQwMDIgMTIuNzFMOS41NDAwMiAxMC4yOUM5LjYyMDAyIDEwLjEzIDkuODEwMDIgMTAuMDcgOS45NjAwMiAxMC4xM0wxMS43MSAxMC44NEMxMi4wNyAxMC41NiAxMi40NiAxMC4zMiAxMi44OSAxMC4xNUwxMy4xNSA4LjI4OTk4QzEzLjE4IDguMTI5OTggMTMuMzIgNy45OTk5OCAxMy41IDcuOTk5OThIMTYuM0MxNi40NyA3Ljk5OTk4IDE2LjYyIDguMTI5OTggMTYuNjQgOC4yODk5OEwxNi45MSAxMC4xNUMxNy4zMyAxMC4zMiAxNy43MyAxMC41NiAxOC4wOSAxMC44NEwxOS44MyAxMC4xM0MyMCAxMC4wNyAyMC4xNyAxMC4xMyAyMC4yNiAxMC4yOUwyMS42NiAxMi43MUMyMS43NSAxMi44NiAyMS43MSAxMy4wNSAyMS41OCAxMy4xNkwyMC4xIDE0LjMxTDIwLjE1IDE1TDIwLjEgMTUuNjhaIi8+CiAgICA8cGF0aCBkPSJNNy4zMjk2NiA3LjQ0NDU0QzguMDgzMSA3LjAwOTU0IDguMzM5MzIgNi4wNTMzMiA3LjkwNDMyIDUuMjk5ODhDNy40NjkzMiA0LjU0NjQzIDYuNTA4MSA0LjI4MTU2IDUuNzU0NjYgNC43MTY1NkM1LjM5MTc2IDQuOTI2MDggNS4xMjY5NSA1LjI3MTE4IDUuMDE4NDkgNS42NzU5NEM0LjkxMDA0IDYuMDgwNzEgNC45NjY4MiA2LjUxMTk4IDUuMTc2MzQgNi44NzQ4OEM1LjYxMTM0IDcuNjI4MzIgNi41NzYyMiA3Ljg3OTU0IDcuMzI5NjYgNy40NDQ1NFpNOS42NTcxOCA0Ljc5NTkzTDEwLjg2NzIgNC45NTE3OUMxMC45NjI4IDQuOTc3NDEgMTEuMDQwMiA1LjA3MTMzIDExLjAzODIgNS4xODc5M0wxMS4wMzg4IDYuOTg4OTNDMTEuMDQ1NSA3LjEwMDU0IDEwLjk2MTYgNy4xOTUxOCAxMC44NTUgNy4yMTA1NEw5LjY2MDAxIDcuMzgwODNMOS4yMzkxNSA4LjEzMTg4TDkuNjY5NjEgOS4yNTc0NUM5LjcwNzI5IDkuMzYyNzEgOS42NjkzNCA5LjQ3Njk5IDkuNTc0MDggOS41MzE5OUw4LjAxNTIzIDEwLjQzMkM3LjkxMTMxIDEwLjQ5MiA3Ljc5MzM3IDEwLjQ2NzcgNy43MjEwNSAxMC4zODI0TDYuOTg3NDggOS40MzE4OEw2LjEwOTMxIDkuNDMwODNMNS4zNDcwNCAxMC4zOTA1QzUuMjg5MDkgMTAuNDcwMiA1LjE3MzgzIDEwLjQ5MDUgNS4wNzE4NyAxMC40MzM5TDMuNTEyNDUgOS41MzI5M0MzLjQxMDQ5IDkuNDc2MzMgMy4zNzY0NyA5LjM1NzQxIDMuNDEwNzUgOS4yNTY3OUwzLjg2MzQ3IDguMTQwOTNMMy42MTc0OSA3Ljc3NDg4TDMuNDIzNDcgNy4zNzg4M0wyLjIzMDc1IDcuMjEyOTdDMi4xMjY0NyA3LjE5MjM1IDIuMDQwNDkgNy4xMDM0MiAyLjA0MjQ1IDYuOTg2ODJMMi4wNDE4NyA1LjE4NTgyQzIuMDQzODMgNS4wNjkyMiAyLjExOTA5IDQuOTc5NTggMi4yMTcwNCA0Ljk2OTIyTDMuNDIwNjUgNC43OTM5M0wzLjg2NzQ5IDQuMDI3ODhMMy40MTEwNSAyLjkxNzMxQzMuMzczMzcgMi44MTIwNCAzLjQxMTMxIDIuNjk3NzYgMy41MTUyMyAyLjYzNzc2TDUuMDc0MDggMS43Mzc3NkM1LjE2OTM0IDEuNjgyNzYgNS4yODcyOSAxLjcwNzA0IDUuMzU5NjEgMS43OTIzMUw2LjExOTE1IDIuNzI3ODhMNi45ODAwMSAyLjczODkzTDcuNzI0OTYgMS43ODkyMkM3Ljc5MTU2IDEuNzA0NTggNy45MTU0OCAxLjY3OTIyIDguMDA4NzkgMS43NDA4Mkw5LjU2ODIxIDIuNjQxODJDOS42NzAxNyAyLjY5ODQyIDkuNzEyODUgMi44MTIzNCA5LjY4NzIzIDIuOTA3OTdMOS4yMTcxOCA0LjAzMzgzTDkuNDYzMTYgNC4zOTk4OEw5LjY1NzE4IDQuNzk1OTNaIi8+CiAgPC9nPgo8L3N2Zz4K); --jp-icon-caret-down-empty-thin: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDIwIDIwIj4KCTxnIGNsYXNzPSJqcC1pY29uMyIgZmlsbD0iIzYxNjE2MSIgc2hhcGUtcmVuZGVyaW5nPSJnZW9tZXRyaWNQcmVjaXNpb24iPgoJCTxwb2x5Z29uIGNsYXNzPSJzdDEiIHBvaW50cz0iOS45LDEzLjYgMy42LDcuNCA0LjQsNi42IDkuOSwxMi4yIDE1LjQsNi43IDE2LjEsNy40ICIvPgoJPC9nPgo8L3N2Zz4K); --jp-icon-caret-down-empty: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDE4IDE4Ij4KICA8ZyBjbGFzcz0ianAtaWNvbjMiIGZpbGw9IiM2MTYxNjEiIHNoYXBlLXJlbmRlcmluZz0iZ2VvbWV0cmljUHJlY2lzaW9uIj4KICAgIDxwYXRoIGQ9Ik01LjIsNS45TDksOS43bDMuOC0zLjhsMS4yLDEuMmwtNC45LDVsLTQuOS01TDUuMiw1Ljl6Ii8+CiAgPC9nPgo8L3N2Zz4K); --jp-icon-caret-down: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDE4IDE4Ij4KICA8ZyBjbGFzcz0ianAtaWNvbjMiIGZpbGw9IiM2MTYxNjEiIHNoYXBlLXJlbmRlcmluZz0iZ2VvbWV0cmljUHJlY2lzaW9uIj4KICAgIDxwYXRoIGQ9Ik01LjIsNy41TDksMTEuMmwzLjgtMy44SDUuMnoiLz4KICA8L2c+Cjwvc3ZnPgo=); --jp-icon-caret-left: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDE4IDE4Ij4KCTxnIGNsYXNzPSJqcC1pY29uMyIgZmlsbD0iIzYxNjE2MSIgc2hhcGUtcmVuZGVyaW5nPSJnZW9tZXRyaWNQcmVjaXNpb24iPgoJCTxwYXRoIGQ9Ik0xMC44LDEyLjhMNy4xLDlsMy44LTMuOGwwLDcuNkgxMC44eiIvPgogIDwvZz4KPC9zdmc+Cg==); --jp-icon-caret-right: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDE4IDE4Ij4KICA8ZyBjbGFzcz0ianAtaWNvbjMiIGZpbGw9IiM2MTYxNjEiIHNoYXBlLXJlbmRlcmluZz0iZ2VvbWV0cmljUHJlY2lzaW9uIj4KICAgIDxwYXRoIGQ9Ik03LjIsNS4yTDEwLjksOWwtMy44LDMuOFY1LjJINy4yeiIvPgogIDwvZz4KPC9zdmc+Cg==); --jp-icon-caret-up-empty-thin: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDIwIDIwIj4KCTxnIGNsYXNzPSJqcC1pY29uMyIgZmlsbD0iIzYxNjE2MSIgc2hhcGUtcmVuZGVyaW5nPSJnZW9tZXRyaWNQcmVjaXNpb24iPgoJCTxwb2x5Z29uIGNsYXNzPSJzdDEiIHBvaW50cz0iMTUuNCwxMy4zIDkuOSw3LjcgNC40LDEzLjIgMy42LDEyLjUgOS45LDYuMyAxNi4xLDEyLjYgIi8+Cgk8L2c+Cjwvc3ZnPgo=); --jp-icon-caret-up: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDE4IDE4Ij4KCTxnIGNsYXNzPSJqcC1pY29uMyIgZmlsbD0iIzYxNjE2MSIgc2hhcGUtcmVuZGVyaW5nPSJnZW9tZXRyaWNQcmVjaXNpb24iPgoJCTxwYXRoIGQ9Ik01LjIsMTAuNUw5LDYuOGwzLjgsMy44SDUuMnoiLz4KICA8L2c+Cjwvc3ZnPgo=); --jp-icon-case-sensitive: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDIwIDIwIj4KICA8ZyBjbGFzcz0ianAtaWNvbjIiIGZpbGw9IiM0MTQxNDEiPgogICAgPHJlY3QgeD0iMiIgeT0iMiIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2Ii8+CiAgPC9nPgogIDxnIGNsYXNzPSJqcC1pY29uLWFjY2VudDIiIGZpbGw9IiNGRkYiPgogICAgPHBhdGggZD0iTTcuNiw4aDAuOWwzLjUsOGgtMS4xTDEwLDE0SDZsLTAuOSwySDRMNy42LDh6IE04LDkuMUw2LjQsMTNoMy4yTDgsOS4xeiIvPgogICAgPHBhdGggZD0iTTE2LjYsOS44Yy0wLjIsMC4xLTAuNCwwLjEtMC43LDAuMWMtMC4yLDAtMC40LTAuMS0wLjYtMC4yYy0wLjEtMC4xLTAuMi0wLjQtMC4yLTAuNyBjLTAuMywwLjMtMC42LDAuNS0wLjksMC43Yy0wLjMsMC4xLTAuNywwLjItMS4xLDAuMmMtMC4zLDAtMC41LDAtMC43LTAuMWMtMC4yLTAuMS0wLjQtMC4yLTAuNi0wLjNjLTAuMi0wLjEtMC4zLTAuMy0wLjQtMC41IGMtMC4xLTAuMi0wLjEtMC40LTAuMS0wLjdjMC0wLjMsMC4xLTAuNiwwLjItMC44YzAuMS0wLjIsMC4zLTAuNCwwLjQtMC41QzEyLDcsMTIuMiw2LjksMTIuNSw2LjhjMC4yLTAuMSwwLjUtMC4xLDAuNy0wLjIgYzAuMy0wLjEsMC41LTAuMSwwLjctMC4xYzAuMiwwLDAuNC0wLjEsMC42LTAuMWMwLjIsMCwwLjMtMC4xLDAuNC0wLjJjMC4xLTAuMSwwLjItMC4yLDAuMi0wLjRjMC0xLTEuMS0xLTEuMy0xIGMtMC40LDAtMS40LDAtMS40LDEuMmgtMC45YzAtMC40LDAuMS0wLjcsMC4yLTFjMC4xLTAuMiwwLjMtMC40LDAuNS0wLjZjMC4yLTAuMiwwLjUtMC4zLDAuOC0wLjNDMTMuMyw0LDEzLjYsNCwxMy45LDQgYzAuMywwLDAuNSwwLDAuOCwwLjFjMC4zLDAsMC41LDAuMSwwLjcsMC4yYzAuMiwwLjEsMC40LDAuMywwLjUsMC41QzE2LDUsMTYsNS4yLDE2LDUuNnYyLjljMCwwLjIsMCwwLjQsMCwwLjUgYzAsMC4xLDAuMSwwLjIsMC4zLDAuMmMwLjEsMCwwLjIsMCwwLjMsMFY5Ljh6IE0xNS4yLDYuOWMtMS4yLDAuNi0zLjEsMC4yLTMuMSwxLjRjMCwxLjQsMy4xLDEsMy4xLTAuNVY2Ljl6Ii8+CiAgPC9nPgo8L3N2Zz4K); --jp-icon-check: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8ZyBjbGFzcz0ianAtaWNvbjMganAtaWNvbi1zZWxlY3RhYmxlIiBmaWxsPSIjNjE2MTYxIj4KICAgIDxwYXRoIGQ9Ik05IDE2LjE3TDQuODMgMTJsLTEuNDIgMS40MUw5IDE5IDIxIDdsLTEuNDEtMS40MXoiLz4KICA8L2c+Cjwvc3ZnPgo=); --jp-icon-circle-empty: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8ZyBjbGFzcz0ianAtaWNvbjMiIGZpbGw9IiM2MTYxNjEiPgogICAgPHBhdGggZD0iTTEyIDJDNi40NyAyIDIgNi40NyAyIDEyczQuNDcgMTAgMTAgMTAgMTAtNC40NyAxMC0xMFMxNy41MyAyIDEyIDJ6bTAgMThjLTQuNDEgMC04LTMuNTktOC04czMuNTktOCA4LTggOCAzLjU5IDggOC0zLjU5IDgtOCA4eiIvPgogIDwvZz4KPC9zdmc+Cg==); --jp-icon-circle: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTggMTgiIHdpZHRoPSIxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8ZyBjbGFzcz0ianAtaWNvbjMiIGZpbGw9IiM2MTYxNjEiPgogICAgPGNpcmNsZSBjeD0iOSIgY3k9IjkiIHI9IjgiLz4KICA8L2c+Cjwvc3ZnPgo=); --jp-icon-clear: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8bWFzayBpZD0iZG9udXRIb2xlIj4KICAgIDxyZWN0IHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0id2hpdGUiIC8+CiAgICA8Y2lyY2xlIGN4PSIxMiIgY3k9IjEyIiByPSI4IiBmaWxsPSJibGFjayIvPgogIDwvbWFzaz4KCiAgPGcgY2xhc3M9ImpwLWljb24zIiBmaWxsPSIjNjE2MTYxIj4KICAgIDxyZWN0IGhlaWdodD0iMTgiIHdpZHRoPSIyIiB4PSIxMSIgeT0iMyIgdHJhbnNmb3JtPSJyb3RhdGUoMzE1LCAxMiwgMTIpIi8+CiAgICA8Y2lyY2xlIGN4PSIxMiIgY3k9IjEyIiByPSIxMCIgbWFzaz0idXJsKCNkb251dEhvbGUpIi8+CiAgPC9nPgo8L3N2Zz4K); --jp-icon-close: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8ZyBjbGFzcz0ianAtaWNvbi1ub25lIGpwLWljb24tc2VsZWN0YWJsZS1pbnZlcnNlIGpwLWljb24zLWhvdmVyIiBmaWxsPSJub25lIj4KICAgIDxjaXJjbGUgY3g9IjEyIiBjeT0iMTIiIHI9IjExIi8+CiAgPC9nPgoKICA8ZyBjbGFzcz0ianAtaWNvbjMganAtaWNvbi1zZWxlY3RhYmxlIGpwLWljb24tYWNjZW50Mi1ob3ZlciIgZmlsbD0iIzYxNjE2MSI+CiAgICA8cGF0aCBkPSJNMTkgNi40MUwxNy41OSA1IDEyIDEwLjU5IDYuNDEgNSA1IDYuNDEgMTAuNTkgMTIgNSAxNy41OSA2LjQxIDE5IDEyIDEzLjQxIDE3LjU5IDE5IDE5IDE3LjU5IDEzLjQxIDEyeiIvPgogIDwvZz4KCiAgPGcgY2xhc3M9ImpwLWljb24tbm9uZSBqcC1pY29uLWJ1c3kiIGZpbGw9Im5vbmUiPgogICAgPGNpcmNsZSBjeD0iMTIiIGN5PSIxMiIgcj0iNyIvPgogIDwvZz4KPC9zdmc+Cg==); --jp-icon-code: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyOCAyOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KCTxnIGNsYXNzPSJqcC1pY29uMyIgZmlsbD0iIzYxNjE2MSI+CgkJPHBhdGggZD0iTTExLjQgMTguNkw2LjggMTRMMTEuNCA5LjRMMTAgOEw0IDE0TDEwIDIwTDExLjQgMTguNlpNMTYuNiAxOC42TDIxLjIgMTRMMTYuNiA5LjRMMTggOEwyNCAxNEwxOCAyMEwxNi42IDE4LjZWMTguNloiLz4KCTwvZz4KPC9zdmc+Cg==); --jp-icon-console: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDIwMCAyMDAiPgogIDxnIGNsYXNzPSJqcC1pY29uLWJyYW5kMSBqcC1pY29uLXNlbGVjdGFibGUiIGZpbGw9IiMwMjg4RDEiPgogICAgPHBhdGggZD0iTTIwIDE5LjhoMTYwdjE1OS45SDIweiIvPgogIDwvZz4KICA8ZyBjbGFzcz0ianAtaWNvbi1zZWxlY3RhYmxlLWludmVyc2UiIGZpbGw9IiNmZmYiPgogICAgPHBhdGggZD0iTTEwNSAxMjcuM2g0MHYxMi44aC00MHpNNTEuMSA3N0w3NCA5OS45bC0yMy4zIDIzLjMgMTAuNSAxMC41IDIzLjMtMjMuM0w5NSA5OS45IDg0LjUgODkuNCA2MS42IDY2LjV6Ii8+CiAgPC9nPgo8L3N2Zz4K); --jp-icon-copy: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTggMTgiIHdpZHRoPSIxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8ZyBjbGFzcz0ianAtaWNvbjMiIGZpbGw9IiM2MTYxNjEiPgogICAgPHBhdGggZD0iTTExLjksMUgzLjJDMi40LDEsMS43LDEuNywxLjcsMi41djEwLjJoMS41VjIuNWg4LjdWMXogTTE0LjEsMy45aC04Yy0wLjgsMC0xLjUsMC43LTEuNSwxLjV2MTAuMmMwLDAuOCwwLjcsMS41LDEuNSwxLjVoOCBjMC44LDAsMS41LTAuNywxLjUtMS41VjUuNEMxNS41LDQuNiwxNC45LDMuOSwxNC4xLDMuOXogTTE0LjEsMTUuNWgtOFY1LjRoOFYxNS41eiIvPgogIDwvZz4KPC9zdmc+Cg==); --jp-icon-copyright: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDI0IDI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCI+CiAgPGcgY2xhc3M9ImpwLWljb24zIiBmaWxsPSIjNjE2MTYxIj4KICAgIDxwYXRoIGQ9Ik0xMS44OCw5LjE0YzEuMjgsMC4wNiwxLjYxLDEuMTUsMS42MywxLjY2aDEuNzljLTAuMDgtMS45OC0xLjQ5LTMuMTktMy40NS0zLjE5QzkuNjQsNy42MSw4LDksOCwxMi4xNCBjMCwxLjk0LDAuOTMsNC4yNCwzLjg0LDQuMjRjMi4yMiwwLDMuNDEtMS42NSwzLjQ0LTIuOTVoLTEuNzljLTAuMDMsMC41OS0wLjQ1LDEuMzgtMS42MywxLjQ0QzEwLjU1LDE0LjgzLDEwLDEzLjgxLDEwLDEyLjE0IEMxMCw5LjI1LDExLjI4LDkuMTYsMTEuODgsOS4xNHogTTEyLDJDNi40OCwyLDIsNi40OCwyLDEyczQuNDgsMTAsMTAsMTBzMTAtNC40OCwxMC0xMFMxNy41MiwyLDEyLDJ6IE0xMiwyMGMtNC40MSwwLTgtMy41OS04LTggczMuNTktOCw4LThzOCwzLjU5LDgsOFMxNi40MSwyMCwxMiwyMHoiLz4KICA8L2c+Cjwvc3ZnPgo=); --jp-icon-cut: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8ZyBjbGFzcz0ianAtaWNvbjMiIGZpbGw9IiM2MTYxNjEiPgogICAgPHBhdGggZD0iTTkuNjQgNy42NGMuMjMtLjUuMzYtMS4wNS4zNi0xLjY0IDAtMi4yMS0xLjc5LTQtNC00UzIgMy43OSAyIDZzMS43OSA0IDQgNGMuNTkgMCAxLjE0LS4xMyAxLjY0LS4zNkwxMCAxMmwtMi4zNiAyLjM2QzcuMTQgMTQuMTMgNi41OSAxNCA2IDE0Yy0yLjIxIDAtNCAxLjc5LTQgNHMxLjc5IDQgNCA0IDQtMS43OSA0LTRjMC0uNTktLjEzLTEuMTQtLjM2LTEuNjRMMTIgMTRsNyA3aDN2LTFMOS42NCA3LjY0ek02IDhjLTEuMSAwLTItLjg5LTItMnMuOS0yIDItMiAyIC44OSAyIDItLjkgMi0yIDJ6bTAgMTJjLTEuMSAwLTItLjg5LTItMnMuOS0yIDItMiAyIC44OSAyIDItLjkgMi0yIDJ6bTYtNy41Yy0uMjggMC0uNS0uMjItLjUtLjVzLjIyLS41LjUtLjUuNS4yMi41LjUtLjIyLjUtLjUuNXpNMTkgM2wtNiA2IDIgMiA3LTdWM3oiLz4KICA8L2c+Cjwvc3ZnPgo=); --jp-icon-download: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8ZyBjbGFzcz0ianAtaWNvbjMiIGZpbGw9IiM2MTYxNjEiPgogICAgPHBhdGggZD0iTTE5IDloLTRWM0g5djZINWw3IDcgNy03ek01IDE4djJoMTR2LTJINXoiLz4KICA8L2c+Cjwvc3ZnPgo=); --jp-icon-edit: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8ZyBjbGFzcz0ianAtaWNvbjMiIGZpbGw9IiM2MTYxNjEiPgogICAgPHBhdGggZD0iTTMgMTcuMjVWMjFoMy43NUwxNy44MSA5Ljk0bC0zLjc1LTMuNzVMMyAxNy4yNXpNMjAuNzEgNy4wNGMuMzktLjM5LjM5LTEuMDIgMC0xLjQxbC0yLjM0LTIuMzRjLS4zOS0uMzktMS4wMi0uMzktMS40MSAwbC0xLjgzIDEuODMgMy43NSAzLjc1IDEuODMtMS44M3oiLz4KICA8L2c+Cjwvc3ZnPgo=); --jp-icon-ellipses: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8ZyBjbGFzcz0ianAtaWNvbjMiIGZpbGw9IiM2MTYxNjEiPgogICAgPGNpcmNsZSBjeD0iNSIgY3k9IjEyIiByPSIyIi8+CiAgICA8Y2lyY2xlIGN4PSIxMiIgY3k9IjEyIiByPSIyIi8+CiAgICA8Y2lyY2xlIGN4PSIxOSIgY3k9IjEyIiByPSIyIi8+CiAgPC9nPgo8L3N2Zz4K); --jp-icon-extension: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8ZyBjbGFzcz0ianAtaWNvbjMiIGZpbGw9IiM2MTYxNjEiPgogICAgPHBhdGggZD0iTTIwLjUgMTFIMTlWN2MwLTEuMS0uOS0yLTItMmgtNFYzLjVDMTMgMi4xMiAxMS44OCAxIDEwLjUgMVM4IDIuMTIgOCAzLjVWNUg0Yy0xLjEgMC0xLjk5LjktMS45OSAydjMuOEgzLjVjMS40OSAwIDIuNyAxLjIxIDIuNyAyLjdzLTEuMjEgMi43LTIuNyAyLjdIMlYyMGMwIDEuMS45IDIgMiAyaDMuOHYtMS41YzAtMS40OSAxLjIxLTIuNyAyLjctMi43IDEuNDkgMCAyLjcgMS4yMSAyLjcgMi43VjIySDE3YzEuMSAwIDItLjkgMi0ydi00aDEuNWMxLjM4IDAgMi41LTEuMTIgMi41LTIuNVMyMS44OCAxMSAyMC41IDExeiIvPgogIDwvZz4KPC9zdmc+Cg==); --jp-icon-fast-forward: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICAgIDxnIGNsYXNzPSJqcC1pY29uMyIgZmlsbD0iIzYxNjE2MSI+CiAgICAgICAgPHBhdGggZD0iTTQgMThsOC41LTZMNCA2djEyem05LTEydjEybDguNS02TDEzIDZ6Ii8+CiAgICA8L2c+Cjwvc3ZnPgo=); --jp-icon-file-upload: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8ZyBjbGFzcz0ianAtaWNvbjMiIGZpbGw9IiM2MTYxNjEiPgogICAgPHBhdGggZD0iTTkgMTZoNnYtNmg0bC03LTctNyA3aDR6bS00IDJoMTR2Mkg1eiIvPgogIDwvZz4KPC9zdmc+Cg==); --jp-icon-file: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDIyIDIyIj4KICA8cGF0aCBjbGFzcz0ianAtaWNvbjMganAtaWNvbi1zZWxlY3RhYmxlIiBmaWxsPSIjNjE2MTYxIiBkPSJNMTkuMyA4LjJsLTUuNS01LjVjLS4zLS4zLS43LS41LTEuMi0uNUgzLjljLS44LjEtMS42LjktMS42IDEuOHYxNC4xYzAgLjkuNyAxLjYgMS42IDEuNmgxNC4yYy45IDAgMS42LS43IDEuNi0xLjZWOS40Yy4xLS41LS4xLS45LS40LTEuMnptLTUuOC0zLjNsMy40IDMuNmgtMy40VjQuOXptMy45IDEyLjdINC43Yy0uMSAwLS4yIDAtLjItLjJWNC43YzAtLjIuMS0uMy4yLS4zaDcuMnY0LjRzMCAuOC4zIDEuMWMuMy4zIDEuMS4zIDEuMS4zaDQuM3Y3LjJzLS4xLjItLjIuMnoiLz4KPC9zdmc+Cg==); --jp-icon-filter-list: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8ZyBjbGFzcz0ianAtaWNvbjMiIGZpbGw9IiM2MTYxNjEiPgogICAgPHBhdGggZD0iTTEwIDE4aDR2LTJoLTR2MnpNMyA2djJoMThWNkgzem0zIDdoMTJ2LTJINnYyeiIvPgogIDwvZz4KPC9zdmc+Cg==); --jp-icon-folder: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8cGF0aCBjbGFzcz0ianAtaWNvbjMganAtaWNvbi1zZWxlY3RhYmxlIiBmaWxsPSIjNjE2MTYxIiBkPSJNMTAgNEg0Yy0xLjEgMC0xLjk5LjktMS45OSAyTDIgMThjMCAxLjEuOSAyIDIgMmgxNmMxLjEgMCAyLS45IDItMlY4YzAtMS4xLS45LTItMi0yaC04bC0yLTJ6Ii8+Cjwvc3ZnPgo=); --jp-icon-html5: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDUxMiA1MTIiPgogIDxwYXRoIGNsYXNzPSJqcC1pY29uMCBqcC1pY29uLXNlbGVjdGFibGUiIGZpbGw9IiMwMDAiIGQ9Ik0xMDguNCAwaDIzdjIyLjhoMjEuMlYwaDIzdjY5aC0yM1Y0NmgtMjF2MjNoLTIzLjJNMjA2IDIzaC0yMC4zVjBoNjMuN3YyM0gyMjl2NDZoLTIzbTUzLjUtNjloMjQuMWwxNC44IDI0LjNMMzEzLjIgMGgyNC4xdjY5aC0yM1YzNC44bC0xNi4xIDI0LjgtMTYuMS0yNC44VjY5aC0yMi42bTg5LjItNjloMjN2NDYuMmgzMi42VjY5aC01NS42Ii8+CiAgPHBhdGggY2xhc3M9ImpwLWljb24tc2VsZWN0YWJsZSIgZmlsbD0iI2U0NGQyNiIgZD0iTTEwNy42IDQ3MWwtMzMtMzcwLjRoMzYyLjhsLTMzIDM3MC4yTDI1NS43IDUxMiIvPgogIDxwYXRoIGNsYXNzPSJqcC1pY29uLXNlbGVjdGFibGUiIGZpbGw9IiNmMTY1MjkiIGQ9Ik0yNTYgNDgwLjVWMTMxaDE0OC4zTDM3NiA0NDciLz4KICA8cGF0aCBjbGFzcz0ianAtaWNvbi1zZWxlY3RhYmxlLWludmVyc2UiIGZpbGw9IiNlYmViZWIiIGQ9Ik0xNDIgMTc2LjNoMTE0djQ1LjRoLTY0LjJsNC4yIDQ2LjVoNjB2NDUuM0gxNTQuNG0yIDIyLjhIMjAybDMuMiAzNi4zIDUwLjggMTMuNnY0Ny40bC05My4yLTI2Ii8+CiAgPHBhdGggY2xhc3M9ImpwLWljb24tc2VsZWN0YWJsZS1pbnZlcnNlIiBmaWxsPSIjZmZmIiBkPSJNMzY5LjYgMTc2LjNIMjU1Ljh2NDUuNGgxMDkuNm0tNC4xIDQ2LjVIMjU1Ljh2NDUuNGg1NmwtNS4zIDU5LTUwLjcgMTMuNnY0Ny4ybDkzLTI1LjgiLz4KPC9zdmc+Cg==); --jp-icon-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDIyIDIyIj4KICA8cGF0aCBjbGFzcz0ianAtaWNvbi1icmFuZDQganAtaWNvbi1zZWxlY3RhYmxlLWludmVyc2UiIGZpbGw9IiNGRkYiIGQ9Ik0yLjIgMi4yaDE3LjV2MTcuNUgyLjJ6Ii8+CiAgPHBhdGggY2xhc3M9ImpwLWljb24tYnJhbmQwIGpwLWljb24tc2VsZWN0YWJsZSIgZmlsbD0iIzNGNTFCNSIgZD0iTTIuMiAyLjJ2MTcuNWgxNy41bC4xLTE3LjVIMi4yem0xMi4xIDIuMmMxLjIgMCAyLjIgMSAyLjIgMi4ycy0xIDIuMi0yLjIgMi4yLTIuMi0xLTIuMi0yLjIgMS0yLjIgMi4yLTIuMnpNNC40IDE3LjZsMy4zLTguOCAzLjMgNi42IDIuMi0zLjIgNC40IDUuNEg0LjR6Ii8+Cjwvc3ZnPgo=); --jp-icon-inspector: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8cGF0aCBjbGFzcz0ianAtaWNvbjMganAtaWNvbi1zZWxlY3RhYmxlIiBmaWxsPSIjNjE2MTYxIiBkPSJNMjAgNEg0Yy0xLjEgMC0xLjk5LjktMS45OSAyTDIgMThjMCAxLjEuOSAyIDIgMmgxNmMxLjEgMCAyLS45IDItMlY2YzAtMS4xLS45LTItMi0yem0tNSAxNEg0di00aDExdjR6bTAtNUg0VjloMTF2NHptNSA1aC00VjloNHY5eiIvPgo8L3N2Zz4K); --jp-icon-json: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDIyIDIyIj4KICA8ZyBjbGFzcz0ianAtaWNvbi13YXJuMSBqcC1pY29uLXNlbGVjdGFibGUiIGZpbGw9IiNGOUE4MjUiPgogICAgPHBhdGggZD0iTTIwLjIgMTEuOGMtMS42IDAtMS43LjUtMS43IDEgMCAuNC4xLjkuMSAxLjMuMS41LjEuOS4xIDEuMyAwIDEuNy0xLjQgMi4zLTMuNSAyLjNoLS45di0xLjloLjVjMS4xIDAgMS40IDAgMS40LS44IDAtLjMgMC0uNi0uMS0xIDAtLjQtLjEtLjgtLjEtMS4yIDAtMS4zIDAtMS44IDEuMy0yLTEuMy0uMi0xLjMtLjctMS4zLTIgMC0uNC4xLS44LjEtMS4yLjEtLjQuMS0uNy4xLTEgMC0uOC0uNC0uNy0xLjQtLjhoLS41VjQuMWguOWMyLjIgMCAzLjUuNyAzLjUgMi4zIDAgLjQtLjEuOS0uMSAxLjMtLjEuNS0uMS45LS4xIDEuMyAwIC41LjIgMSAxLjcgMXYxLjh6TTEuOCAxMC4xYzEuNiAwIDEuNy0uNSAxLjctMSAwLS40LS4xLS45LS4xLTEuMy0uMS0uNS0uMS0uOS0uMS0xLjMgMC0xLjYgMS40LTIuMyAzLjUtMi4zaC45djEuOWgtLjVjLTEgMC0xLjQgMC0xLjQuOCAwIC4zIDAgLjYuMSAxIDAgLjIuMS42LjEgMSAwIDEuMyAwIDEuOC0xLjMgMkM2IDExLjIgNiAxMS43IDYgMTNjMCAuNC0uMS44LS4xIDEuMi0uMS4zLS4xLjctLjEgMSAwIC44LjMuOCAxLjQuOGguNXYxLjloLS45Yy0yLjEgMC0zLjUtLjYtMy41LTIuMyAwLS40LjEtLjkuMS0xLjMuMS0uNS4xLS45LjEtMS4zIDAtLjUtLjItMS0xLjctMXYtMS45eiIvPgogICAgPGNpcmNsZSBjeD0iMTEiIGN5PSIxMy44IiByPSIyLjEiLz4KICAgIDxjaXJjbGUgY3g9IjExIiBjeT0iOC4yIiByPSIyLjEiLz4KICA8L2c+Cjwvc3ZnPgo=); --jp-icon-julia: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDMyNSAzMDAiPgogIDxnIGNsYXNzPSJqcC1icmFuZDAganAtaWNvbi1zZWxlY3RhYmxlIiBmaWxsPSIjY2IzYzMzIj4KICAgIDxwYXRoIGQ9Ik0gMTUwLjg5ODQzOCAyMjUgQyAxNTAuODk4NDM4IDI2Ni40MjE4NzUgMTE3LjMyMDMxMiAzMDAgNzUuODk4NDM4IDMwMCBDIDM0LjQ3NjU2MiAzMDAgMC44OTg0MzggMjY2LjQyMTg3NSAwLjg5ODQzOCAyMjUgQyAwLjg5ODQzOCAxODMuNTc4MTI1IDM0LjQ3NjU2MiAxNTAgNzUuODk4NDM4IDE1MCBDIDExNy4zMjAzMTIgMTUwIDE1MC44OTg0MzggMTgzLjU3ODEyNSAxNTAuODk4NDM4IDIyNSIvPgogIDwvZz4KICA8ZyBjbGFzcz0ianAtYnJhbmQwIGpwLWljb24tc2VsZWN0YWJsZSIgZmlsbD0iIzM4OTgyNiI+CiAgICA8cGF0aCBkPSJNIDIzNy41IDc1IEMgMjM3LjUgMTE2LjQyMTg3NSAyMDMuOTIxODc1IDE1MCAxNjIuNSAxNTAgQyAxMjEuMDc4MTI1IDE1MCA4Ny41IDExNi40MjE4NzUgODcuNSA3NSBDIDg3LjUgMzMuNTc4MTI1IDEyMS4wNzgxMjUgMCAxNjIuNSAwIEMgMjAzLjkyMTg3NSAwIDIzNy41IDMzLjU3ODEyNSAyMzcuNSA3NSIvPgogIDwvZz4KICA8ZyBjbGFzcz0ianAtYnJhbmQwIGpwLWljb24tc2VsZWN0YWJsZSIgZmlsbD0iIzk1NThiMiI+CiAgICA8cGF0aCBkPSJNIDMyNC4xMDE1NjIgMjI1IEMgMzI0LjEwMTU2MiAyNjYuNDIxODc1IDI5MC41MjM0MzggMzAwIDI0OS4xMDE1NjIgMzAwIEMgMjA3LjY3OTY4OCAzMDAgMTc0LjEwMTU2MiAyNjYuNDIxODc1IDE3NC4xMDE1NjIgMjI1IEMgMTc0LjEwMTU2MiAxODMuNTc4MTI1IDIwNy42Nzk2ODggMTUwIDI0OS4xMDE1NjIgMTUwIEMgMjkwLjUyMzQzOCAxNTAgMzI0LjEwMTU2MiAxODMuNTc4MTI1IDMyNC4xMDE1NjIgMjI1Ii8+CiAgPC9nPgo8L3N2Zz4K); --jp-icon-jupyter-favicon: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUyIiBoZWlnaHQ9IjE2NSIgdmlld0JveD0iMCAwIDE1MiAxNjUiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8ZyBjbGFzcz0ianAtaWNvbi13YXJuMCIgZmlsbD0iI0YzNzcyNiI+CiAgICA8cGF0aCB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjA3ODk0NywgMTEwLjU4MjkyNykiIGQ9Ik03NS45NDIyODQyLDI5LjU4MDQ1NjEgQzQzLjMwMjM5NDcsMjkuNTgwNDU2MSAxNC43OTY3ODMyLDE3LjY1MzQ2MzQgMCwwIEM1LjUxMDgzMjExLDE1Ljg0MDY4MjkgMTUuNzgxNTM4OSwyOS41NjY3NzMyIDI5LjM5MDQ5NDcsMzkuMjc4NDE3MSBDNDIuOTk5Nyw0OC45ODk4NTM3IDU5LjI3MzcsNTQuMjA2NzgwNSA3NS45NjA1Nzg5LDU0LjIwNjc4MDUgQzkyLjY0NzQ1NzksNTQuMjA2NzgwNSAxMDguOTIxNDU4LDQ4Ljk4OTg1MzcgMTIyLjUzMDY2MywzOS4yNzg0MTcxIEMxMzYuMTM5NDUzLDI5LjU2Njc3MzIgMTQ2LjQxMDI4NCwxNS44NDA2ODI5IDE1MS45MjExNTgsMCBDMTM3LjA4Nzg2OCwxNy42NTM0NjM0IDEwOC41ODI1ODksMjkuNTgwNDU2MSA3NS45NDIyODQyLDI5LjU4MDQ1NjEgTDc1Ljk0MjI4NDIsMjkuNTgwNDU2MSBaIiAvPgogICAgPHBhdGggdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMzczNjgsIDAuNzA0ODc4KSIgZD0iTTc1Ljk3ODQ1NzksMjQuNjI2NDA3MyBDMTA4LjYxODc2MywyNC42MjY0MDczIDEzNy4xMjQ0NTgsMzYuNTUzNDQxNSAxNTEuOTIxMTU4LDU0LjIwNjc4MDUgQzE0Ni40MTAyODQsMzguMzY2MjIyIDEzNi4xMzk0NTMsMjQuNjQwMTMxNyAxMjIuNTMwNjYzLDE0LjkyODQ4NzggQzEwOC45MjE0NTgsNS4yMTY4NDM5IDkyLjY0NzQ1NzksMCA3NS45NjA1Nzg5LDAgQzU5LjI3MzcsMCA0Mi45OTk3LDUuMjE2ODQzOSAyOS4zOTA0OTQ3LDE0LjkyODQ4NzggQzE1Ljc4MTUzODksMjQuNjQwMTMxNyA1LjUxMDgzMjExLDM4LjM2NjIyMiAwLDU0LjIwNjc4MDUgQzE0LjgzMzA4MTYsMzYuNTg5OTI5MyA0My4zMzg1Njg0LDI0LjYyNjQwNzMgNzUuOTc4NDU3OSwyNC42MjY0MDczIEw3NS45Nzg0NTc5LDI0LjYyNjQwNzMgWiIgLz4KICA8L2c+Cjwvc3ZnPgo=); --jp-icon-jupyter: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzkiIGhlaWdodD0iNTEiIHZpZXdCb3g9IjAgMCAzOSA1MSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTYzOCAtMjI4MSkiPgogICAgPGcgY2xhc3M9ImpwLWljb24td2FybjAiIGZpbGw9IiNGMzc3MjYiPgogICAgICA8cGF0aCB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNjM5Ljc0IDIzMTEuOTgpIiBkPSJNIDE4LjI2NDYgNy4xMzQxMUMgMTAuNDE0NSA3LjEzNDExIDMuNTU4NzIgNC4yNTc2IDAgMEMgMS4zMjUzOSAzLjgyMDQgMy43OTU1NiA3LjEzMDgxIDcuMDY4NiA5LjQ3MzAzQyAxMC4zNDE3IDExLjgxNTIgMTQuMjU1NyAxMy4wNzM0IDE4LjI2OSAxMy4wNzM0QyAyMi4yODIzIDEzLjA3MzQgMjYuMTk2MyAxMS44MTUyIDI5LjQ2OTQgOS40NzMwM0MgMzIuNzQyNCA3LjEzMDgxIDM1LjIxMjYgMy44MjA0IDM2LjUzOCAwQyAzMi45NzA1IDQuMjU3NiAyNi4xMTQ4IDcuMTM0MTEgMTguMjY0NiA3LjEzNDExWiIvPgogICAgICA8cGF0aCB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNjM5LjczIDIyODUuNDgpIiBkPSJNIDE4LjI3MzMgNS45MzkzMUMgMjYuMTIzNSA1LjkzOTMxIDMyLjk3OTMgOC44MTU4MyAzNi41MzggMTMuMDczNEMgMzUuMjEyNiA5LjI1MzAzIDMyLjc0MjQgNS45NDI2MiAyOS40Njk0IDMuNjAwNEMgMjYuMTk2MyAxLjI1ODE4IDIyLjI4MjMgMCAxOC4yNjkgMEMgMTQuMjU1NyAwIDEwLjM0MTcgMS4yNTgxOCA3LjA2ODYgMy42MDA0QyAzLjc5NTU2IDUuOTQyNjIgMS4zMjUzOSA5LjI1MzAzIDAgMTMuMDczNEMgMy41Njc0NSA4LjgyNDYzIDEwLjQyMzIgNS45MzkzMSAxOC4yNzMzIDUuOTM5MzFaIi8+CiAgICA8L2c+CiAgICA8ZyBjbGFzcz0ianAtaWNvbjMiIGZpbGw9IiM2MTYxNjEiPgogICAgICA8cGF0aCB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNjY5LjMgMjI4MS4zMSkiIGQ9Ik0gNS44OTM1MyAyLjg0NEMgNS45MTg4OSAzLjQzMTY1IDUuNzcwODUgNC4wMTM2NyA1LjQ2ODE1IDQuNTE2NDVDIDUuMTY1NDUgNS4wMTkyMiA0LjcyMTY4IDUuNDIwMTUgNC4xOTI5OSA1LjY2ODUxQyAzLjY2NDMgNS45MTY4OCAzLjA3NDQ0IDYuMDAxNTEgMi40OTgwNSA1LjkxMTcxQyAxLjkyMTY2IDUuODIxOSAxLjM4NDYzIDUuNTYxNyAwLjk1NDg5OCA1LjE2NDAxQyAwLjUyNTE3IDQuNzY2MzMgMC4yMjIwNTYgNC4yNDkwMyAwLjA4MzkwMzcgMy42Nzc1N0MgLTAuMDU0MjQ4MyAzLjEwNjExIC0wLjAyMTIzIDIuNTA2MTcgMC4xNzg3ODEgMS45NTM2NEMgMC4zNzg3OTMgMS40MDExIDAuNzM2ODA5IDAuOTIwODE3IDEuMjA3NTQgMC41NzM1MzhDIDEuNjc4MjYgMC4yMjYyNTkgMi4yNDA1NSAwLjAyNzU5MTkgMi44MjMyNiAwLjAwMjY3MjI5QyAzLjYwMzg5IC0wLjAzMDcxMTUgNC4zNjU3MyAwLjI0OTc4OSA0Ljk0MTQyIDAuNzgyNTUxQyA1LjUxNzExIDEuMzE1MzEgNS44NTk1NiAyLjA1Njc2IDUuODkzNTMgMi44NDRaIi8+CiAgICAgIDxwYXRoIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE2MzkuOCAyMzIzLjgxKSIgZD0iTSA3LjQyNzg5IDMuNTgzMzhDIDcuNDYwMDggNC4zMjQzIDcuMjczNTUgNS4wNTgxOSA2Ljg5MTkzIDUuNjkyMTNDIDYuNTEwMzEgNi4zMjYwNyA1Ljk1MDc1IDYuODMxNTYgNS4yODQxMSA3LjE0NDZDIDQuNjE3NDcgNy40NTc2MyAzLjg3MzcxIDcuNTY0MTQgMy4xNDcwMiA3LjQ1MDYzQyAyLjQyMDMyIDcuMzM3MTIgMS43NDMzNiA3LjAwODcgMS4yMDE4NCA2LjUwNjk1QyAwLjY2MDMyOCA2LjAwNTIgMC4yNzg2MSA1LjM1MjY4IDAuMTA1MDE3IDQuNjMyMDJDIC0wLjA2ODU3NTcgMy45MTEzNSAtMC4wMjYyMzYxIDMuMTU0OTQgMC4yMjY2NzUgMi40NTg1NkMgMC40Nzk1ODcgMS43NjIxNyAwLjkzMTY5NyAxLjE1NzEzIDEuNTI1NzYgMC43MjAwMzNDIDIuMTE5ODMgMC4yODI5MzUgMi44MjkxNCAwLjAzMzQzOTUgMy41NjM4OSAwLjAwMzEzMzQ0QyA0LjU0NjY3IC0wLjAzNzQwMzMgNS41MDUyOSAwLjMxNjcwNiA2LjIyOTYxIDAuOTg3ODM1QyA2Ljk1MzkzIDEuNjU4OTYgNy4zODQ4NCAyLjU5MjM1IDcuNDI3ODkgMy41ODMzOEwgNy40Mjc4OSAzLjU4MzM4WiIvPgogICAgICA8cGF0aCB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNjM4LjM2IDIyODYuMDYpIiBkPSJNIDIuMjc0NzEgNC4zOTYyOUMgMS44NDM2MyA0LjQxNTA4IDEuNDE2NzEgNC4zMDQ0NSAxLjA0Nzk5IDQuMDc4NDNDIDAuNjc5MjY4IDMuODUyNCAwLjM4NTMyOCAzLjUyMTE0IDAuMjAzMzcxIDMuMTI2NTZDIDAuMDIxNDEzNiAyLjczMTk4IC0wLjA0MDM3OTggMi4yOTE4MyAwLjAyNTgxMTYgMS44NjE4MUMgMC4wOTIwMDMxIDEuNDMxOCAwLjI4MzIwNCAxLjAzMTI2IDAuNTc1MjEzIDAuNzEwODgzQyAwLjg2NzIyMiAwLjM5MDUxIDEuMjQ2OTEgMC4xNjQ3MDggMS42NjYyMiAwLjA2MjA1OTJDIDIuMDg1NTMgLTAuMDQwNTg5NyAyLjUyNTYxIC0wLjAxNTQ3MTQgMi45MzA3NiAwLjEzNDIzNUMgMy4zMzU5MSAwLjI4Mzk0MSAzLjY4NzkyIDAuNTUxNTA1IDMuOTQyMjIgMC45MDMwNkMgNC4xOTY1MiAxLjI1NDYyIDQuMzQxNjkgMS42NzQzNiA0LjM1OTM1IDIuMTA5MTZDIDQuMzgyOTkgMi42OTEwNyA0LjE3Njc4IDMuMjU4NjkgMy43ODU5NyAzLjY4NzQ2QyAzLjM5NTE2IDQuMTE2MjQgMi44NTE2NiA0LjM3MTE2IDIuMjc0NzEgNC4zOTYyOUwgMi4yNzQ3MSA0LjM5NjI5WiIvPgogICAgPC9nPgogIDwvZz4+Cjwvc3ZnPgo=); --jp-icon-jupyterlab-wordmark: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMDAiIHZpZXdCb3g9IjAgMCAxODYwLjggNDc1Ij4KICA8ZyBjbGFzcz0ianAtaWNvbjIiIGZpbGw9IiM0RTRFNEUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQ4MC4xMzY0MDEsIDY0LjI3MTQ5MykiPgogICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIDU4Ljg3NTU2NikiPgogICAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjA4NzYwMywgMC4xNDAyOTQpIj4KICAgICAgICA8cGF0aCBkPSJNLTQyNi45LDE2OS44YzAsNDguNy0zLjcsNjQuNy0xMy42LDc2LjRjLTEwLjgsMTAtMjUsMTUuNS0zOS43LDE1LjVsMy43LDI5IGMyMi44LDAuMyw0NC44LTcuOSw2MS45LTIzLjFjMTcuOC0xOC41LDI0LTQ0LjEsMjQtODMuM1YwSC00Mjd2MTcwLjFMLTQyNi45LDE2OS44TC00MjYuOSwxNjkuOHoiLz4KICAgICAgPC9nPgogICAgPC9nPgogICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTU1LjA0NTI5NiwgNTYuODM3MTA0KSI+CiAgICAgIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEuNTYyNDUzLCAxLjc5OTg0MikiPgogICAgICAgIDxwYXRoIGQ9Ik0tMzEyLDE0OGMwLDIxLDAsMzkuNSwxLjcsNTUuNGgtMzEuOGwtMi4xLTMzLjNoLTAuOGMtNi43LDExLjYtMTYuNCwyMS4zLTI4LDI3LjkgYy0xMS42LDYuNi0yNC44LDEwLTM4LjIsOS44Yy0zMS40LDAtNjktMTcuNy02OS04OVYwaDM2LjR2MTEyLjdjMCwzOC43LDExLjYsNjQuNyw0NC42LDY0LjdjMTAuMy0wLjIsMjAuNC0zLjUsMjguOS05LjQgYzguNS01LjksMTUuMS0xNC4zLDE4LjktMjMuOWMyLjItNi4xLDMuMy0xMi41LDMuMy0xOC45VjAuMmgzNi40VjE0OEgtMzEyTC0zMTIsMTQ4eiIvPgogICAgICA8L2c+CiAgICA8L2c+CiAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzOTAuMDEzMzIyLCA1My40Nzk2MzgpIj4KICAgICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMS43MDY0NTgsIDAuMjMxNDI1KSI+CiAgICAgICAgPHBhdGggZD0iTS00NzguNiw3MS40YzAtMjYtMC44LTQ3LTEuNy02Ni43aDMyLjdsMS43LDM0LjhoMC44YzcuMS0xMi41LDE3LjUtMjIuOCwzMC4xLTI5LjcgYzEyLjUtNywyNi43LTEwLjMsNDEtOS44YzQ4LjMsMCw4NC43LDQxLjcsODQuNywxMDMuM2MwLDczLjEtNDMuNywxMDkuMi05MSwxMDkuMmMtMTIuMSwwLjUtMjQuMi0yLjItMzUtNy44IGMtMTAuOC01LjYtMTkuOS0xMy45LTI2LjYtMjQuMmgtMC44VjI5MWgtMzZ2LTIyMEwtNDc4LjYsNzEuNEwtNDc4LjYsNzEuNHogTS00NDIuNiwxMjUuNmMwLjEsNS4xLDAuNiwxMC4xLDEuNywxNS4xIGMzLDEyLjMsOS45LDIzLjMsMTkuOCwzMS4xYzkuOSw3LjgsMjIuMSwxMi4xLDM0LjcsMTIuMWMzOC41LDAsNjAuNy0zMS45LDYwLjctNzguNWMwLTQwLjctMjEuMS03NS42LTU5LjUtNzUuNiBjLTEyLjksMC40LTI1LjMsNS4xLTM1LjMsMTMuNGMtOS45LDguMy0xNi45LDE5LjctMTkuNiwzMi40Yy0xLjUsNC45LTIuMywxMC0yLjUsMTUuMVYxMjUuNkwtNDQyLjYsMTI1LjZMLTQ0Mi42LDEyNS42eiIvPgogICAgICA8L2c+CiAgICA8L2c+CiAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSg2MDYuNzQwNzI2LCA1Ni44MzcxMDQpIj4KICAgICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC43NTEyMjYsIDEuOTg5Mjk5KSI+CiAgICAgICAgPHBhdGggZD0iTS00NDAuOCwwbDQzLjcsMTIwLjFjNC41LDEzLjQsOS41LDI5LjQsMTIuOCw0MS43aDAuOGMzLjctMTIuMiw3LjktMjcuNywxMi44LTQyLjQgbDM5LjctMTE5LjJoMzguNUwtMzQ2LjksMTQ1Yy0yNiw2OS43LTQzLjcsMTA1LjQtNjguNiwxMjcuMmMtMTIuNSwxMS43LTI3LjksMjAtNDQuNiwyMy45bC05LjEtMzEuMSBjMTEuNy0zLjksMjIuNS0xMC4xLDMxLjgtMTguMWMxMy4yLTExLjEsMjMuNy0yNS4yLDMwLjYtNDEuMmMxLjUtMi44LDIuNS01LjcsMi45LTguOGMtMC4zLTMuMy0xLjItNi42LTIuNS05LjdMLTQ4MC4yLDAuMSBoMzkuN0wtNDQwLjgsMEwtNDQwLjgsMHoiLz4KICAgICAgPC9nPgogICAgPC9nPgogICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoODIyLjc0ODEwNCwgMC4wMDAwMDApIj4KICAgICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMS40NjQwNTAsIDAuMzc4OTE0KSI+CiAgICAgICAgPHBhdGggZD0iTS00MTMuNywwdjU4LjNoNTJ2MjguMmgtNTJWMTk2YzAsMjUsNywzOS41LDI3LjMsMzkuNWM3LjEsMC4xLDE0LjItMC43LDIxLjEtMi41IGwxLjcsMjcuN2MtMTAuMywzLjctMjEuMyw1LjQtMzIuMiw1Yy03LjMsMC40LTE0LjYtMC43LTIxLjMtMy40Yy02LjgtMi43LTEyLjktNi44LTE3LjktMTIuMWMtMTAuMy0xMC45LTE0LjEtMjktMTQuMS01Mi45IFY4Ni41aC0zMVY1OC4zaDMxVjkuNkwtNDEzLjcsMEwtNDEzLjcsMHoiLz4KICAgICAgPC9nPgogICAgPC9nPgogICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOTc0LjQzMzI4NiwgNTMuNDc5NjM4KSI+CiAgICAgIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuOTkwMDM0LCAwLjYxMDMzOSkiPgogICAgICAgIDxwYXRoIGQ9Ik0tNDQ1LjgsMTEzYzAuOCw1MCwzMi4yLDcwLjYsNjguNiw3MC42YzE5LDAuNiwzNy45LTMsNTUuMy0xMC41bDYuMiwyNi40IGMtMjAuOSw4LjktNDMuNSwxMy4xLTY2LjIsMTIuNmMtNjEuNSwwLTk4LjMtNDEuMi05OC4zLTEwMi41Qy00ODAuMiw0OC4yLTQ0NC43LDAtMzg2LjUsMGM2NS4yLDAsODIuNyw1OC4zLDgyLjcsOTUuNyBjLTAuMSw1LjgtMC41LDExLjUtMS4yLDE3LjJoLTE0MC42SC00NDUuOEwtNDQ1LjgsMTEzeiBNLTMzOS4yLDg2LjZjMC40LTIzLjUtOS41LTYwLjEtNTAuNC02MC4xIGMtMzYuOCwwLTUyLjgsMzQuNC01NS43LDYwLjFILTMzOS4yTC0zMzkuMiw4Ni42TC0zMzkuMiw4Ni42eiIvPgogICAgICA8L2c+CiAgICA8L2c+CiAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMjAxLjk2MTA1OCwgNTMuNDc5NjM4KSI+CiAgICAgIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEuMTc5NjQwLCAwLjcwNTA2OCkiPgogICAgICAgIDxwYXRoIGQ9Ik0tNDc4LjYsNjhjMC0yMy45LTAuNC00NC41LTEuNy02My40aDMxLjhsMS4yLDM5LjloMS43YzkuMS0yNy4zLDMxLTQ0LjUsNTUuMy00NC41IGMzLjUtMC4xLDcsMC40LDEwLjMsMS4ydjM0LjhjLTQuMS0wLjktOC4yLTEuMy0xMi40LTEuMmMtMjUuNiwwLTQzLjcsMTkuNy00OC43LDQ3LjRjLTEsNS43LTEuNiwxMS41LTEuNywxNy4ydjEwOC4zaC0zNlY2OCBMLTQ3OC42LDY4eiIvPgogICAgICA8L2c+CiAgICA8L2c+CiAgPC9nPgoKICA8ZyBjbGFzcz0ianAtaWNvbi13YXJuMCIgZmlsbD0iI0YzNzcyNiI+CiAgICA8cGF0aCBkPSJNMTM1Mi4zLDMyNi4yaDM3VjI4aC0zN1YzMjYuMnogTTE2MDQuOCwzMjYuMmMtMi41LTEzLjktMy40LTMxLjEtMy40LTQ4Ljd2LTc2IGMwLTQwLjctMTUuMS04My4xLTc3LjMtODMuMWMtMjUuNiwwLTUwLDcuMS02Ni44LDE4LjFsOC40LDI0LjRjMTQuMy05LjIsMzQtMTUuMSw1My0xNS4xYzQxLjYsMCw0Ni4yLDMwLjIsNDYuMiw0N3Y0LjIgYy03OC42LTAuNC0xMjIuMywyNi41LTEyMi4zLDc1LjZjMCwyOS40LDIxLDU4LjQsNjIuMiw1OC40YzI5LDAsNTAuOS0xNC4zLDYyLjItMzAuMmgxLjNsMi45LDI1LjZIMTYwNC44eiBNMTU2NS43LDI1Ny43IGMwLDMuOC0wLjgsOC0yLjEsMTEuOGMtNS45LDE3LjItMjIuNywzNC00OS4yLDM0Yy0xOC45LDAtMzQuOS0xMS4zLTM0LjktMzUuM2MwLTM5LjUsNDUuOC00Ni42LDg2LjItNDUuOFYyNTcuN3ogTTE2OTguNSwzMjYuMiBsMS43LTMzLjZoMS4zYzE1LjEsMjYuOSwzOC43LDM4LjIsNjguMSwzOC4yYzQ1LjQsMCw5MS4yLTM2LjEsOTEuMi0xMDguOGMwLjQtNjEuNy0zNS4zLTEwMy43LTg1LjctMTAzLjcgYy0zMi44LDAtNTYuMywxNC43LTY5LjMsMzcuNGgtMC44VjI4aC0zNi42djI0NS43YzAsMTguMS0wLjgsMzguNi0xLjcsNTIuNUgxNjk4LjV6IE0xNzA0LjgsMjA4LjJjMC01LjksMS4zLTEwLjksMi4xLTE1LjEgYzcuNi0yOC4xLDMxLjEtNDUuNCw1Ni4zLTQ1LjRjMzkuNSwwLDYwLjUsMzQuOSw2MC41LDc1LjZjMCw0Ni42LTIzLjEsNzguMS02MS44LDc4LjFjLTI2LjksMC00OC4zLTE3LjYtNTUuNS00My4zIGMtMC44LTQuMi0xLjctOC44LTEuNy0xMy40VjIwOC4yeiIvPgogIDwvZz4KPC9zdmc+Cg==); --jp-icon-kernel: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICAgIDxwYXRoIGNsYXNzPSJqcC1pY29uMiIgZmlsbD0iIzYxNjE2MSIgZD0iTTE1IDlIOXY2aDZWOXptLTIgNGgtMnYtMmgydjJ6bTgtMlY5aC0yVjdjMC0xLjEtLjktMi0yLTJoLTJWM2gtMnYyaC0yVjNIOXYySDdjLTEuMSAwLTIgLjktMiAydjJIM3YyaDJ2MkgzdjJoMnYyYzAgMS4xLjkgMiAyIDJoMnYyaDJ2LTJoMnYyaDJ2LTJoMmMxLjEgMCAyLS45IDItMnYtMmgydi0yaC0ydi0yaDJ6bS00IDZIN1Y3aDEwdjEweiIvPgo8L3N2Zz4K); --jp-icon-keyboard: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8cGF0aCBjbGFzcz0ianAtaWNvbjMganAtaWNvbi1zZWxlY3RhYmxlIiBmaWxsPSIjNjE2MTYxIiBkPSJNMjAgNUg0Yy0xLjEgMC0xLjk5LjktMS45OSAyTDIgMTdjMCAxLjEuOSAyIDIgMmgxNmMxLjEgMCAyLS45IDItMlY3YzAtMS4xLS45LTItMi0yem0tOSAzaDJ2MmgtMlY4em0wIDNoMnYyaC0ydi0yek04IDhoMnYySDhWOHptMCAzaDJ2Mkg4di0yem0tMSAySDV2LTJoMnYyem0wLTNINVY4aDJ2MnptOSA3SDh2LTJoOHYyem0wLTRoLTJ2LTJoMnYyem0wLTNoLTJWOGgydjJ6bTMgM2gtMnYtMmgydjJ6bTAtM2gtMlY4aDJ2MnoiLz4KPC9zdmc+Cg==); --jp-icon-launcher: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8cGF0aCBjbGFzcz0ianAtaWNvbjMganAtaWNvbi1zZWxlY3RhYmxlIiBmaWxsPSIjNjE2MTYxIiBkPSJNMTkgMTlINVY1aDdWM0g1YTIgMiAwIDAwLTIgMnYxNGEyIDIgMCAwMDIgMmgxNGMxLjEgMCAyLS45IDItMnYtN2gtMnY3ek0xNCAzdjJoMy41OWwtOS44MyA5LjgzIDEuNDEgMS40MUwxOSA2LjQxVjEwaDJWM2gtN3oiLz4KPC9zdmc+Cg==); --jp-icon-line-form: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICAgIDxwYXRoIGZpbGw9IndoaXRlIiBkPSJNNS44OCA0LjEyTDEzLjc2IDEybC03Ljg4IDcuODhMOCAyMmwxMC0xMEw4IDJ6Ii8+Cjwvc3ZnPgo=); --jp-icon-link: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8ZyBjbGFzcz0ianAtaWNvbjMiIGZpbGw9IiM2MTYxNjEiPgogICAgPHBhdGggZD0iTTMuOSAxMmMwLTEuNzEgMS4zOS0zLjEgMy4xLTMuMWg0VjdIN2MtMi43NiAwLTUgMi4yNC01IDVzMi4yNCA1IDUgNWg0di0xLjlIN2MtMS43MSAwLTMuMS0xLjM5LTMuMS0zLjF6TTggMTNoOHYtMkg4djJ6bTktNmgtNHYxLjloNGMxLjcxIDAgMy4xIDEuMzkgMy4xIDMuMXMtMS4zOSAzLjEtMy4xIDMuMWgtNFYxN2g0YzIuNzYgMCA1LTIuMjQgNS01cy0yLjI0LTUtNS01eiIvPgogIDwvZz4KPC9zdmc+Cg==); --jp-icon-list: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICAgIDxwYXRoIGNsYXNzPSJqcC1pY29uMiBqcC1pY29uLXNlbGVjdGFibGUiIGZpbGw9IiM2MTYxNjEiIGQ9Ik0xOSA1djE0SDVWNWgxNG0xLjEtMkgzLjljLS41IDAtLjkuNC0uOS45djE2LjJjMCAuNC40LjkuOS45aDE2LjJjLjQgMCAuOS0uNS45LS45VjMuOWMwLS41LS41LS45LS45LS45ek0xMSA3aDZ2MmgtNlY3em0wIDRoNnYyaC02di0yem0wIDRoNnYyaC02ek03IDdoMnYySDd6bTAgNGgydjJIN3ptMCA0aDJ2Mkg3eiIvPgo8L3N2Zz4=); --jp-icon-listings-info: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MC45NzggNTAuOTc4IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MC45NzggNTAuOTc4OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+Cgk8Zz4KCQk8cGF0aCBzdHlsZT0iZmlsbDojMDEwMDAyOyIgZD0iTTQzLjUyLDcuNDU4QzM4LjcxMSwyLjY0OCwzMi4zMDcsMCwyNS40ODksMEMxOC42NywwLDEyLjI2NiwyLjY0OCw3LjQ1OCw3LjQ1OAoJCQljLTkuOTQzLDkuOTQxLTkuOTQzLDI2LjExOSwwLDM2LjA2MmM0LjgwOSw0LjgwOSwxMS4yMTIsNy40NTYsMTguMDMxLDcuNDU4YzAsMCwwLjAwMSwwLDAuMDAyLDAKCQkJYzYuODE2LDAsMTMuMjIxLTIuNjQ4LDE4LjAyOS03LjQ1OGM0LjgwOS00LjgwOSw3LjQ1Ny0xMS4yMTIsNy40NTctMTguMDNDNTAuOTc3LDE4LjY3LDQ4LjMyOCwxMi4yNjYsNDMuNTIsNy40NTh6CgkJCSBNNDIuMTA2LDQyLjEwNWMtNC40MzIsNC40MzEtMTAuMzMyLDYuODcyLTE2LjYxNSw2Ljg3MmgtMC4wMDJjLTYuMjg1LTAuMDAxLTEyLjE4Ny0yLjQ0MS0xNi42MTctNi44NzIKCQkJYy05LjE2Mi05LjE2My05LjE2Mi0yNC4wNzEsMC0zMy4yMzNDMTMuMzAzLDQuNDQsMTkuMjA0LDIsMjUuNDg5LDJjNi4yODQsMCwxMi4xODYsMi40NCwxNi42MTcsNi44NzIKCQkJYzQuNDMxLDQuNDMxLDYuODcxLDEwLjMzMiw2Ljg3MSwxNi42MTdDNDguOTc3LDMxLjc3Miw0Ni41MzYsMzcuNjc1LDQyLjEwNiw0Mi4xMDV6Ii8+CgkJPHBhdGggc3R5bGU9ImZpbGw6IzAxMDAwMjsiIGQ9Ik0yMy41NzgsMzIuMjE4Yy0wLjAyMy0xLjczNCwwLjE0My0zLjA1OSwwLjQ5Ni0zLjk3MmMwLjM1My0wLjkxMywxLjExLTEuOTk3LDIuMjcyLTMuMjUzCgkJCWMwLjQ2OC0wLjUzNiwwLjkyMy0xLjA2MiwxLjM2Ny0xLjU3NWMwLjYyNi0wLjc1MywxLjEwNC0xLjQ3OCwxLjQzNi0yLjE3NWMwLjMzMS0wLjcwNywwLjQ5NS0xLjU0MSwwLjQ5NS0yLjUKCQkJYzAtMS4wOTYtMC4yNi0yLjA4OC0wLjc3OS0yLjk3OWMtMC41NjUtMC44NzktMS41MDEtMS4zMzYtMi44MDYtMS4zNjljLTEuODAyLDAuMDU3LTIuOTg1LDAuNjY3LTMuNTUsMS44MzIKCQkJYy0wLjMwMSwwLjUzNS0wLjUwMywxLjE0MS0wLjYwNywxLjgxNGMtMC4xMzksMC43MDctMC4yMDcsMS40MzItMC4yMDcsMi4xNzRoLTIuOTM3Yy0wLjA5MS0yLjIwOCwwLjQwNy00LjExNCwxLjQ5My01LjcxOQoJCQljMS4wNjItMS42NCwyLjg1NS0yLjQ4MSw1LjM3OC0yLjUyN2MyLjE2LDAuMDIzLDMuODc0LDAuNjA4LDUuMTQxLDEuNzU4YzEuMjc4LDEuMTYsMS45MjksMi43NjQsMS45NSw0LjgxMQoJCQljMCwxLjE0Mi0wLjEzNywyLjExMS0wLjQxLDIuOTExYy0wLjMwOSwwLjg0NS0wLjczMSwxLjU5My0xLjI2OCwyLjI0M2MtMC40OTIsMC42NS0xLjA2OCwxLjMxOC0xLjczLDIuMDAyCgkJCWMtMC42NSwwLjY5Ny0xLjMxMywxLjQ3OS0xLjk4NywyLjM0NmMtMC4yMzksMC4zNzctMC40MjksMC43NzctMC41NjUsMS4xOTljLTAuMTYsMC45NTktMC4yMTcsMS45NTEtMC4xNzEsMi45NzkKCQkJQzI2LjU4OSwzMi4yMTgsMjMuNTc4LDMyLjIxOCwyMy41NzgsMzIuMjE4eiBNMjMuNTc4LDM4LjIydi0zLjQ4NGgzLjA3NnYzLjQ4NEgyMy41Nzh6Ii8+Cgk8L2c+Cjwvc3ZnPgo=); --jp-icon-markdown: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDIyIDIyIj4KICA8cGF0aCBjbGFzcz0ianAtaWNvbi1jb250cmFzdDAganAtaWNvbi1zZWxlY3RhYmxlIiBmaWxsPSIjN0IxRkEyIiBkPSJNNSAxNC45aDEybC02LjEgNnptOS40LTYuOGMwLTEuMy0uMS0yLjktLjEtNC41LS40IDEuNC0uOSAyLjktMS4zIDQuM2wtMS4zIDQuM2gtMkw4LjUgNy45Yy0uNC0xLjMtLjctMi45LTEtNC4zLS4xIDEuNi0uMSAzLjItLjIgNC42TDcgMTIuNEg0LjhsLjctMTFoMy4zTDEwIDVjLjQgMS4yLjcgMi43IDEgMy45LjMtMS4yLjctMi42IDEtMy45bDEuMi0zLjdoMy4zbC42IDExaC0yLjRsLS4zLTQuMnoiLz4KPC9zdmc+Cg==); --jp-icon-new-folder: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8ZyBjbGFzcz0ianAtaWNvbjMiIGZpbGw9IiM2MTYxNjEiPgogICAgPHBhdGggZD0iTTIwIDZoLThsLTItMkg0Yy0xLjExIDAtMS45OS44OS0xLjk5IDJMMiAxOGMwIDEuMTEuODkgMiAyIDJoMTZjMS4xMSAwIDItLjg5IDItMlY4YzAtMS4xMS0uODktMi0yLTJ6bS0xIDhoLTN2M2gtMnYtM2gtM3YtMmgzVjloMnYzaDN2MnoiLz4KICA8L2c+Cjwvc3ZnPgo=); --jp-icon-not-trusted: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDI1IDI1Ij4KICAgIDxwYXRoIGNsYXNzPSJqcC1pY29uMiIgc3Ryb2tlPSIjMzMzMzMzIiBzdHJva2Utd2lkdGg9IjIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMgMykiIGQ9Ik0xLjg2MDk0IDExLjQ0MDlDMC44MjY0NDggOC43NzAyNyAwLjg2Mzc3OSA2LjA1NzY0IDEuMjQ5MDcgNC4xOTkzMkMyLjQ4MjA2IDMuOTMzNDcgNC4wODA2OCAzLjQwMzQ3IDUuNjAxMDIgMi44NDQ5QzcuMjM1NDkgMi4yNDQ0IDguODU2NjYgMS41ODE1IDkuOTg3NiAxLjA5NTM5QzExLjA1OTcgMS41ODM0MSAxMi42MDk0IDIuMjQ0NCAxNC4yMTggMi44NDMzOUMxNS43NTAzIDMuNDEzOTQgMTcuMzk5NSAzLjk1MjU4IDE4Ljc1MzkgNC4yMTM4NUMxOS4xMzY0IDYuMDcxNzcgMTkuMTcwOSA4Ljc3NzIyIDE4LjEzOSAxMS40NDA5QzE3LjAzMDMgMTQuMzAzMiAxNC42NjY4IDE3LjE4NDQgOS45OTk5OSAxOC45MzU0QzUuMzMzMTkgMTcuMTg0NCAyLjk2OTY4IDE0LjMwMzIgMS44NjA5NCAxMS40NDA5WiIvPgogICAgPHBhdGggY2xhc3M9ImpwLWljb24yIiBzdHJva2U9IiMzMzMzMzMiIHN0cm9rZS13aWR0aD0iMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOS4zMTU5MiA5LjMyMDMxKSIgZD0iTTcuMzY4NDIgMEwwIDcuMzY0NzkiLz4KICAgIDxwYXRoIGNsYXNzPSJqcC1pY29uMiIgc3Ryb2tlPSIjMzMzMzMzIiBzdHJva2Utd2lkdGg9IjIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDkuMzE1OTIgMTYuNjgzNikgc2NhbGUoMSAtMSkiIGQ9Ik03LjM2ODQyIDBMMCA3LjM2NDc5Ii8+Cjwvc3ZnPgo=); --jp-icon-notebook: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDIyIDIyIj4KICA8ZyBjbGFzcz0ianAtaWNvbi13YXJuMCBqcC1pY29uLXNlbGVjdGFibGUiIGZpbGw9IiNFRjZDMDAiPgogICAgPHBhdGggZD0iTTE4LjcgMy4zdjE1LjRIMy4zVjMuM2gxNS40bTEuNS0xLjVIMS44djE4LjNoMTguM2wuMS0xOC4zeiIvPgogICAgPHBhdGggZD0iTTE2LjUgMTYuNWwtNS40LTQuMy01LjYgNC4zdi0xMWgxMXoiLz4KICA8L2c+Cjwvc3ZnPgo=); --jp-icon-numbering: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyOCAyOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KCTxnIGNsYXNzPSJqcC1pY29uMyIgZmlsbD0iIzYxNjE2MSI+CgkJPHBhdGggZD0iTTQgMTlINlYxOS41SDVWMjAuNUg2VjIxSDRWMjJIN1YxOEg0VjE5Wk01IDEwSDZWNkg0VjdINVYxMFpNNCAxM0g1LjhMNCAxNS4xVjE2SDdWMTVINS4yTDcgMTIuOVYxMkg0VjEzWk05IDdWOUgyM1Y3SDlaTTkgMjFIMjNWMTlIOVYyMVpNOSAxNUgyM1YxM0g5VjE1WiIvPgoJPC9nPgo8L3N2Zz4K); --jp-icon-offline-bolt: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjE2Ij4KICA8ZyBjbGFzcz0ianAtaWNvbjMiIGZpbGw9IiM2MTYxNjEiPgogICAgPHBhdGggZD0iTTEyIDIuMDJjLTUuNTEgMC05Ljk4IDQuNDctOS45OCA5Ljk4czQuNDcgOS45OCA5Ljk4IDkuOTggOS45OC00LjQ3IDkuOTgtOS45OFMxNy41MSAyLjAyIDEyIDIuMDJ6TTExLjQ4IDIwdi02LjI2SDhMMTMgNHY2LjI2aDMuMzVMMTEuNDggMjB6Ii8+CiAgPC9nPgo8L3N2Zz4K); --jp-icon-palette: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8ZyBjbGFzcz0ianAtaWNvbjMiIGZpbGw9IiM2MTYxNjEiPgogICAgPHBhdGggZD0iTTE4IDEzVjIwSDRWNkg5LjAyQzkuMDcgNS4yOSA5LjI0IDQuNjIgOS41IDRINEMyLjkgNCAyIDQuOSAyIDZWMjBDMiAyMS4xIDIuOSAyMiA0IDIySDE4QzE5LjEgMjIgMjAgMjEuMSAyMCAyMFYxNUwxOCAxM1pNMTkuMyA4Ljg5QzE5Ljc0IDguMTkgMjAgNy4zOCAyMCA2LjVDMjAgNC4wMSAxNy45OSAyIDE1LjUgMkMxMy4wMSAyIDExIDQuMDEgMTEgNi41QzExIDguOTkgMTMuMDEgMTEgMTUuNDkgMTFDMTYuMzcgMTEgMTcuMTkgMTAuNzQgMTcuODggMTAuM0wyMSAxMy40MkwyMi40MiAxMkwxOS4zIDguODlaTTE1LjUgOUMxNC4xMiA5IDEzIDcuODggMTMgNi41QzEzIDUuMTIgMTQuMTIgNCAxNS41IDRDMTYuODggNCAxOCA1LjEyIDE4IDYuNUMxOCA3Ljg4IDE2Ljg4IDkgMTUuNSA5WiIvPgogICAgPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00IDZIOS4wMTg5NEM5LjAwNjM5IDYuMTY1MDIgOSA2LjMzMTc2IDkgNi41QzkgOC44MTU3NyAxMC4yMTEgMTAuODQ4NyAxMi4wMzQzIDEySDlWMTRIMTZWMTIuOTgxMUMxNi41NzAzIDEyLjkzNzcgMTcuMTIgMTIuODIwNyAxNy42Mzk2IDEyLjYzOTZMMTggMTNWMjBINFY2Wk04IDhINlYxMEg4VjhaTTYgMTJIOFYxNEg2VjEyWk04IDE2SDZWMThIOFYxNlpNOSAxNkgxNlYxOEg5VjE2WiIvPgogIDwvZz4KPC9zdmc+Cg==); --jp-icon-paste: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGNsYXNzPSJqcC1pY29uMyIgZmlsbD0iIzYxNjE2MSI+CiAgICAgICAgPHBhdGggZD0iTTE5IDJoLTQuMThDMTQuNC44NCAxMy4zIDAgMTIgMGMtMS4zIDAtMi40Ljg0LTIuODIgMkg1Yy0xLjEgMC0yIC45LTIgMnYxNmMwIDEuMS45IDIgMiAyaDE0YzEuMSAwIDItLjkgMi0yVjRjMC0xLjEtLjktMi0yLTJ6bS03IDBjLjU1IDAgMSAuNDUgMSAxcy0uNDUgMS0xIDEtMS0uNDUtMS0xIC40NS0xIDEtMXptNyAxOEg1VjRoMnYzaDEwVjRoMnYxNnoiLz4KICAgIDwvZz4KPC9zdmc+Cg==); --jp-icon-pdf: url(data:image/svg+xml;base64,PHN2ZwogICB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMiAyMiIgd2lkdGg9IjE2Ij4KICAgIDxwYXRoIHRyYW5zZm9ybT0icm90YXRlKDQ1KSIgY2xhc3M9ImpwLWljb24tc2VsZWN0YWJsZSIgZmlsbD0iI0ZGMkEyQSIKICAgICAgIGQ9Im0gMjIuMzQ0MzY5LC0zLjAxNjM2NDIgaCA1LjYzODYwNCB2IDEuNTc5MjQzMyBoIC0zLjU0OTIyNyB2IDEuNTA4NjkyOTkgaCAzLjMzNzU3NiBWIDEuNjUwODE1NCBoIC0zLjMzNzU3NiB2IDMuNDM1MjYxMyBoIC0yLjA4OTM3NyB6IG0gLTcuMTM2NDQ0LDEuNTc5MjQzMyB2IDQuOTQzOTU0MyBoIDAuNzQ4OTIgcSAxLjI4MDc2MSwwIDEuOTUzNzAzLC0wLjYzNDk1MzUgMC42NzgzNjksLTAuNjM0OTUzNSAwLjY3ODM2OSwtMS44NDUxNjQxIDAsLTEuMjA0NzgzNTUgLTAuNjcyOTQyLC0xLjgzNDMxMDExIC0wLjY3Mjk0MiwtMC42Mjk1MjY1OSAtMS45NTkxMywtMC42Mjk1MjY1OSB6IG0gLTIuMDg5Mzc3LC0xLjU3OTI0MzMgaCAyLjIwMzM0MyBxIDEuODQ1MTY0LDAgMi43NDYwMzksMC4yNjU5MjA3IDAuOTA2MzAxLDAuMjYwNDkzNyAxLjU1MjEwOCwwLjg5MDAyMDMgMC41Njk4MywwLjU0ODEyMjMgMC44NDY2MDUsMS4yNjQ0ODAwNiAwLjI3Njc3NCwwLjcxNjM1NzgxIDAuMjc2Nzc0LDEuNjIyNjU4OTQgMCwwLjkxNzE1NTEgLTAuMjc2Nzc0LDEuNjM4OTM5OSAtMC4yNzY3NzUsMC43MTYzNTc4IC0wLjg0NjYwNSwxLjI2NDQ4IC0wLjY1MTIzNCwwLjYyOTUyNjYgLTEuNTYyOTYyLDAuODk1NDQ3MyAtMC45MTE3MjgsMC4yNjA0OTM3IC0yLjczNTE4NSwwLjI2MDQ5MzcgaCAtMi4yMDMzNDMgeiBtIC04LjE0NTg1NjUsMCBoIDMuNDY3ODIzIHEgMS41NDY2ODE2LDAgMi4zNzE1Nzg1LDAuNjg5MjIzIDAuODMwMzI0LDAuNjgzNzk2MSAwLjgzMDMyNCwxLjk1MzcwMzE0IDAsMS4yNzUzMzM5NyAtMC44MzAzMjQsMS45NjQ1NTcwNiBRIDkuOTg3MTk2MSwyLjI3NDkxNSA4LjQ0MDUxNDUsMi4yNzQ5MTUgSCA3LjA2MjA2ODQgViA1LjA4NjA3NjcgSCA0Ljk3MjY5MTUgWiBtIDIuMDg5Mzc2OSwxLjUxNDExOTkgdiAyLjI2MzAzOTQzIGggMS4xNTU5NDEgcSAwLjYwNzgxODgsMCAwLjkzODg2MjksLTAuMjkzMDU1NDcgMC4zMzEwNDQxLC0wLjI5ODQ4MjQxIDAuMzMxMDQ0MSwtMC44NDExNzc3MiAwLC0wLjU0MjY5NTMxIC0wLjMzMTA0NDEsLTAuODM1NzUwNzQgLTAuMzMxMDQ0MSwtMC4yOTMwNTU1IC0wLjkzODg2MjksLTAuMjkzMDU1NSB6IgovPgo8L3N2Zz4K); --jp-icon-python: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDIyIDIyIj4KICA8ZyBjbGFzcz0ianAtaWNvbi1icmFuZDAganAtaWNvbi1zZWxlY3RhYmxlIiBmaWxsPSIjMEQ0N0ExIj4KICAgIDxwYXRoIGQ9Ik0xMS4xIDYuOVY1LjhINi45YzAtLjUgMC0xLjMuMi0xLjYuNC0uNy44LTEuMSAxLjctMS40IDEuNy0uMyAyLjUtLjMgMy45LS4xIDEgLjEgMS45LjkgMS45IDEuOXY0LjJjMCAuNS0uOSAxLjYtMiAxLjZIOC44Yy0xLjUgMC0yLjQgMS40LTIuNCAyLjh2Mi4ySDQuN0MzLjUgMTUuMSAzIDE0IDMgMTMuMVY5Yy0uMS0xIC42LTIgMS44LTIgMS41LS4xIDYuMy0uMSA2LjMtLjF6Ii8+CiAgICA8cGF0aCBkPSJNMTAuOSAxNS4xdjEuMWg0LjJjMCAuNSAwIDEuMy0uMiAxLjYtLjQuNy0uOCAxLjEtMS43IDEuNC0xLjcuMy0yLjUuMy0zLjkuMS0xLS4xLTEuOS0uOS0xLjktMS45di00LjJjMC0uNS45LTEuNiAyLTEuNmgzLjhjMS41IDAgMi40LTEuNCAyLjQtMi44VjYuNmgxLjdDMTguNSA2LjkgMTkgOCAxOSA4LjlWMTNjMCAxLS43IDIuMS0xLjkgMi4xaC02LjJ6Ii8+CiAgPC9nPgo8L3N2Zz4K); --jp-icon-r-kernel: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDIyIDIyIj4KICA8cGF0aCBjbGFzcz0ianAtaWNvbi1jb250cmFzdDMganAtaWNvbi1zZWxlY3RhYmxlIiBmaWxsPSIjMjE5NkYzIiBkPSJNNC40IDIuNWMxLjItLjEgMi45LS4zIDQuOS0uMyAyLjUgMCA0LjEuNCA1LjIgMS4zIDEgLjcgMS41IDEuOSAxLjUgMy41IDAgMi0xLjQgMy41LTIuOSA0LjEgMS4yLjQgMS43IDEuNiAyLjIgMyAuNiAxLjkgMSAzLjkgMS4zIDQuNmgtMy44Yy0uMy0uNC0uOC0xLjctMS4yLTMuN3MtMS4yLTIuNi0yLjYtMi42aC0uOXY2LjRINC40VjIuNXptMy43IDYuOWgxLjRjMS45IDAgMi45LS45IDIuOS0yLjNzLTEtMi4zLTIuOC0yLjNjLS43IDAtMS4zIDAtMS42LjJ2NC41aC4xdi0uMXoiLz4KPC9zdmc+Cg==); --jp-icon-react: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMTUwIDE1MCA1NDEuOSAyOTUuMyI+CiAgPGcgY2xhc3M9ImpwLWljb24tYnJhbmQyIGpwLWljb24tc2VsZWN0YWJsZSIgZmlsbD0iIzYxREFGQiI+CiAgICA8cGF0aCBkPSJNNjY2LjMgMjk2LjVjMC0zMi41LTQwLjctNjMuMy0xMDMuMS04Mi40IDE0LjQtNjMuNiA4LTExNC4yLTIwLjItMTMwLjQtNi41LTMuOC0xNC4xLTUuNi0yMi40LTUuNnYyMi4zYzQuNiAwIDguMy45IDExLjQgMi42IDEzLjYgNy44IDE5LjUgMzcuNSAxNC45IDc1LjctMS4xIDkuNC0yLjkgMTkuMy01LjEgMjkuNC0xOS42LTQuOC00MS04LjUtNjMuNS0xMC45LTEzLjUtMTguNS0yNy41LTM1LjMtNDEuNi01MCAzMi42LTMwLjMgNjMuMi00Ni45IDg0LTQ2LjlWNzhjLTI3LjUgMC02My41IDE5LjYtOTkuOSA1My42LTM2LjQtMzMuOC03Mi40LTUzLjItOTkuOS01My4ydjIyLjNjMjAuNyAwIDUxLjQgMTYuNSA4NCA0Ni42LTE0IDE0LjctMjggMzEuNC00MS4zIDQ5LjktMjIuNiAyLjQtNDQgNi4xLTYzLjYgMTEtMi4zLTEwLTQtMTkuNy01LjItMjktNC43LTM4LjIgMS4xLTY3LjkgMTQuNi03NS44IDMtMS44IDYuOS0yLjYgMTEuNS0yLjZWNzguNWMtOC40IDAtMTYgMS44LTIyLjYgNS42LTI4LjEgMTYuMi0zNC40IDY2LjctMTkuOSAxMzAuMS02Mi4yIDE5LjItMTAyLjcgNDkuOS0xMDIuNyA4Mi4zIDAgMzIuNSA0MC43IDYzLjMgMTAzLjEgODIuNC0xNC40IDYzLjYtOCAxMTQuMiAyMC4yIDEzMC40IDYuNSAzLjggMTQuMSA1LjYgMjIuNSA1LjYgMjcuNSAwIDYzLjUtMTkuNiA5OS45LTUzLjYgMzYuNCAzMy44IDcyLjQgNTMuMiA5OS45IDUzLjIgOC40IDAgMTYtMS44IDIyLjYtNS42IDI4LjEtMTYuMiAzNC40LTY2LjcgMTkuOS0xMzAuMSA2Mi0xOS4xIDEwMi41LTQ5LjkgMTAyLjUtODIuM3ptLTEzMC4yLTY2LjdjLTMuNyAxMi45LTguMyAyNi4yLTEzLjUgMzkuNS00LjEtOC04LjQtMTYtMTMuMS0yNC00LjYtOC05LjUtMTUuOC0xNC40LTIzLjQgMTQuMiAyLjEgMjcuOSA0LjcgNDEgNy45em0tNDUuOCAxMDYuNWMtNy44IDEzLjUtMTUuOCAyNi4zLTI0LjEgMzguMi0xNC45IDEuMy0zMCAyLTQ1LjIgMi0xNS4xIDAtMzAuMi0uNy00NS0xLjktOC4zLTExLjktMTYuNC0yNC42LTI0LjItMzgtNy42LTEzLjEtMTQuNS0yNi40LTIwLjgtMzkuOCA2LjItMTMuNCAxMy4yLTI2LjggMjAuNy0zOS45IDcuOC0xMy41IDE1LjgtMjYuMyAyNC4xLTM4LjIgMTQuOS0xLjMgMzAtMiA0NS4yLTIgMTUuMSAwIDMwLjIuNyA0NSAxLjkgOC4zIDExLjkgMTYuNCAyNC42IDI0LjIgMzggNy42IDEzLjEgMTQuNSAyNi40IDIwLjggMzkuOC02LjMgMTMuNC0xMy4yIDI2LjgtMjAuNyAzOS45em0zMi4zLTEzYzUuNCAxMy40IDEwIDI2LjggMTMuOCAzOS44LTEzLjEgMy4yLTI2LjkgNS45LTQxLjIgOCA0LjktNy43IDkuOC0xNS42IDE0LjQtMjMuNyA0LjYtOCA4LjktMTYuMSAxMy0yNC4xek00MjEuMiA0MzBjLTkuMy05LjYtMTguNi0yMC4zLTI3LjgtMzIgOSAuNCAxOC4yLjcgMjcuNS43IDkuNCAwIDE4LjctLjIgMjcuOC0uNy05IDExLjctMTguMyAyMi40LTI3LjUgMzJ6bS03NC40LTU4LjljLTE0LjItMi4xLTI3LjktNC43LTQxLTcuOSAzLjctMTIuOSA4LjMtMjYuMiAxMy41LTM5LjUgNC4xIDggOC40IDE2IDEzLjEgMjQgNC43IDggOS41IDE1LjggMTQuNCAyMy40ek00MjAuNyAxNjNjOS4zIDkuNiAxOC42IDIwLjMgMjcuOCAzMi05LS40LTE4LjItLjctMjcuNS0uNy05LjQgMC0xOC43LjItMjcuOC43IDktMTEuNyAxOC4zLTIyLjQgMjcuNS0zMnptLTc0IDU4LjljLTQuOSA3LjctOS44IDE1LjYtMTQuNCAyMy43LTQuNiA4LTguOSAxNi0xMyAyNC01LjQtMTMuNC0xMC0yNi44LTEzLjgtMzkuOCAxMy4xLTMuMSAyNi45LTUuOCA0MS4yLTcuOXptLTkwLjUgMTI1LjJjLTM1LjQtMTUuMS01OC4zLTM0LjktNTguMy01MC42IDAtMTUuNyAyMi45LTM1LjYgNTguMy01MC42IDguNi0zLjcgMTgtNyAyNy43LTEwLjEgNS43IDE5LjYgMTMuMiA0MCAyMi41IDYwLjktOS4yIDIwLjgtMTYuNiA0MS4xLTIyLjIgNjAuNi05LjktMy4xLTE5LjMtNi41LTI4LTEwLjJ6TTMxMCA0OTBjLTEzLjYtNy44LTE5LjUtMzcuNS0xNC45LTc1LjcgMS4xLTkuNCAyLjktMTkuMyA1LjEtMjkuNCAxOS42IDQuOCA0MSA4LjUgNjMuNSAxMC45IDEzLjUgMTguNSAyNy41IDM1LjMgNDEuNiA1MC0zMi42IDMwLjMtNjMuMiA0Ni45LTg0IDQ2LjktNC41LS4xLTguMy0xLTExLjMtMi43em0yMzcuMi03Ni4yYzQuNyAzOC4yLTEuMSA2Ny45LTE0LjYgNzUuOC0zIDEuOC02LjkgMi42LTExLjUgMi42LTIwLjcgMC01MS40LTE2LjUtODQtNDYuNiAxNC0xNC43IDI4LTMxLjQgNDEuMy00OS45IDIyLjYtMi40IDQ0LTYuMSA2My42LTExIDIuMyAxMC4xIDQuMSAxOS44IDUuMiAyOS4xem0zOC41LTY2LjdjLTguNiAzLjctMTggNy0yNy43IDEwLjEtNS43LTE5LjYtMTMuMi00MC0yMi41LTYwLjkgOS4yLTIwLjggMTYuNi00MS4xIDIyLjItNjAuNiA5LjkgMy4xIDE5LjMgNi41IDI4LjEgMTAuMiAzNS40IDE1LjEgNTguMyAzNC45IDU4LjMgNTAuNi0uMSAxNS43LTIzIDM1LjYtNTguNCA1MC42ek0zMjAuOCA3OC40eiIvPgogICAgPGNpcmNsZSBjeD0iNDIwLjkiIGN5PSIyOTYuNSIgcj0iNDUuNyIvPgogIDwvZz4KPC9zdmc+Cg==); --jp-icon-redo: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjE2Ij4KICA8ZyBjbGFzcz0ianAtaWNvbjMiIGZpbGw9IiM2MTYxNjEiPgogICAgICA8cGF0aCBkPSJNMCAwaDI0djI0SDB6IiBmaWxsPSJub25lIi8+PHBhdGggZD0iTTE4LjQgMTAuNkMxNi41NSA4Ljk5IDE0LjE1IDggMTEuNSA4Yy00LjY1IDAtOC41OCAzLjAzLTkuOTYgNy4yMkwzLjkgMTZjMS4wNS0zLjE5IDQuMDUtNS41IDcuNi01LjUgMS45NSAwIDMuNzMuNzIgNS4xMiAxLjg4TDEzIDE2aDlWN2wtMy42IDMuNnoiLz4KICA8L2c+Cjwvc3ZnPgo=); --jp-icon-refresh: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDE4IDE4Ij4KICAgIDxnIGNsYXNzPSJqcC1pY29uMyIgZmlsbD0iIzYxNjE2MSI+CiAgICAgICAgPHBhdGggZD0iTTkgMTMuNWMtMi40OSAwLTQuNS0yLjAxLTQuNS00LjVTNi41MSA0LjUgOSA0LjVjMS4yNCAwIDIuMzYuNTIgMy4xNyAxLjMzTDEwIDhoNVYzbC0xLjc2IDEuNzZDMTIuMTUgMy42OCAxMC42NiAzIDkgMyA1LjY5IDMgMy4wMSA1LjY5IDMuMDEgOVM1LjY5IDE1IDkgMTVjMi45NyAwIDUuNDMtMi4xNiA1LjktNWgtMS41MmMtLjQ2IDItMi4yNCAzLjUtNC4zOCAzLjV6Ii8+CiAgICA8L2c+Cjwvc3ZnPgo=); --jp-icon-regex: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDIwIDIwIj4KICA8ZyBjbGFzcz0ianAtaWNvbjIiIGZpbGw9IiM0MTQxNDEiPgogICAgPHJlY3QgeD0iMiIgeT0iMiIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2Ii8+CiAgPC9nPgoKICA8ZyBjbGFzcz0ianAtaWNvbi1hY2NlbnQyIiBmaWxsPSIjRkZGIj4KICAgIDxjaXJjbGUgY2xhc3M9InN0MiIgY3g9IjUuNSIgY3k9IjE0LjUiIHI9IjEuNSIvPgogICAgPHJlY3QgeD0iMTIiIHk9IjQiIGNsYXNzPSJzdDIiIHdpZHRoPSIxIiBoZWlnaHQ9IjgiLz4KICAgIDxyZWN0IHg9IjguNSIgeT0iNy41IiB0cmFuc2Zvcm09Im1hdHJpeCgwLjg2NiAtMC41IDAuNSAwLjg2NiAtMi4zMjU1IDcuMzIxOSkiIGNsYXNzPSJzdDIiIHdpZHRoPSI4IiBoZWlnaHQ9IjEiLz4KICAgIDxyZWN0IHg9IjEyIiB5PSI0IiB0cmFuc2Zvcm09Im1hdHJpeCgwLjUgLTAuODY2IDAuODY2IDAuNSAtMC42Nzc5IDE0LjgyNTIpIiBjbGFzcz0ic3QyIiB3aWR0aD0iMSIgaGVpZ2h0PSI4Ii8+CiAgPC9nPgo8L3N2Zz4K); --jp-icon-run: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGNsYXNzPSJqcC1pY29uMyIgZmlsbD0iIzYxNjE2MSI+CiAgICAgICAgPHBhdGggZD0iTTggNXYxNGwxMS03eiIvPgogICAgPC9nPgo8L3N2Zz4K); --jp-icon-running: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDUxMiA1MTIiPgogIDxnIGNsYXNzPSJqcC1pY29uMyIgZmlsbD0iIzYxNjE2MSI+CiAgICA8cGF0aCBkPSJNMjU2IDhDMTE5IDggOCAxMTkgOCAyNTZzMTExIDI0OCAyNDggMjQ4IDI0OC0xMTEgMjQ4LTI0OFMzOTMgOCAyNTYgOHptOTYgMzI4YzAgOC44LTcuMiAxNi0xNiAxNkgxNzZjLTguOCAwLTE2LTcuMi0xNi0xNlYxNzZjMC04LjggNy4yLTE2IDE2LTE2aDE2MGM4LjggMCAxNiA3LjIgMTYgMTZ2MTYweiIvPgogIDwvZz4KPC9zdmc+Cg==); --jp-icon-save: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGNsYXNzPSJqcC1pY29uMyIgZmlsbD0iIzYxNjE2MSI+CiAgICAgICAgPHBhdGggZD0iTTE3IDNINWMtMS4xMSAwLTIgLjktMiAydjE0YzAgMS4xLjg5IDIgMiAyaDE0YzEuMSAwIDItLjkgMi0yVjdsLTQtNHptLTUgMTZjLTEuNjYgMC0zLTEuMzQtMy0zczEuMzQtMyAzLTMgMyAxLjM0IDMgMy0xLjM0IDMtMyAzem0zLTEwSDVWNWgxMHY0eiIvPgogICAgPC9nPgo8L3N2Zz4K); --jp-icon-search: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTggMTgiIHdpZHRoPSIxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8ZyBjbGFzcz0ianAtaWNvbjMiIGZpbGw9IiM2MTYxNjEiPgogICAgPHBhdGggZD0iTTEyLjEsMTAuOWgtMC43bC0wLjItMC4yYzAuOC0wLjksMS4zLTIuMiwxLjMtMy41YzAtMy0yLjQtNS40LTUuNC01LjRTMS44LDQuMiwxLjgsNy4xczIuNCw1LjQsNS40LDUuNCBjMS4zLDAsMi41LTAuNSwzLjUtMS4zbDAuMiwwLjJ2MC43bDQuMSw0LjFsMS4yLTEuMkwxMi4xLDEwLjl6IE03LjEsMTAuOWMtMi4xLDAtMy43LTEuNy0zLjctMy43czEuNy0zLjcsMy43LTMuN3MzLjcsMS43LDMuNywzLjcgUzkuMiwxMC45LDcuMSwxMC45eiIvPgogIDwvZz4KPC9zdmc+Cg==); --jp-icon-settings: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8cGF0aCBjbGFzcz0ianAtaWNvbjMganAtaWNvbi1zZWxlY3RhYmxlIiBmaWxsPSIjNjE2MTYxIiBkPSJNMTkuNDMgMTIuOThjLjA0LS4zMi4wNy0uNjQuMDctLjk4cy0uMDMtLjY2LS4wNy0uOThsMi4xMS0xLjY1Yy4xOS0uMTUuMjQtLjQyLjEyLS42NGwtMi0zLjQ2Yy0uMTItLjIyLS4zOS0uMy0uNjEtLjIybC0yLjQ5IDFjLS41Mi0uNC0xLjA4LS43My0xLjY5LS45OGwtLjM4LTIuNjVBLjQ4OC40ODggMCAwMDE0IDJoLTRjLS4yNSAwLS40Ni4xOC0uNDkuNDJsLS4zOCAyLjY1Yy0uNjEuMjUtMS4xNy41OS0xLjY5Ljk4bC0yLjQ5LTFjLS4yMy0uMDktLjQ5IDAtLjYxLjIybC0yIDMuNDZjLS4xMy4yMi0uMDcuNDkuMTIuNjRsMi4xMSAxLjY1Yy0uMDQuMzItLjA3LjY1LS4wNy45OHMuMDMuNjYuMDcuOThsLTIuMTEgMS42NWMtLjE5LjE1LS4yNC40Mi0uMTIuNjRsMiAzLjQ2Yy4xMi4yMi4zOS4zLjYxLjIybDIuNDktMWMuNTIuNCAxLjA4LjczIDEuNjkuOThsLjM4IDIuNjVjLjAzLjI0LjI0LjQyLjQ5LjQyaDRjLjI1IDAgLjQ2LS4xOC40OS0uNDJsLjM4LTIuNjVjLjYxLS4yNSAxLjE3LS41OSAxLjY5LS45OGwyLjQ5IDFjLjIzLjA5LjQ5IDAgLjYxLS4yMmwyLTMuNDZjLjEyLS4yMi4wNy0uNDktLjEyLS42NGwtMi4xMS0xLjY1ek0xMiAxNS41Yy0xLjkzIDAtMy41LTEuNTctMy41LTMuNXMxLjU3LTMuNSAzLjUtMy41IDMuNSAxLjU3IDMuNSAzLjUtMS41NyAzLjUtMy41IDMuNXoiLz4KPC9zdmc+Cg==); --jp-icon-spreadsheet: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDIyIDIyIj4KICA8cGF0aCBjbGFzcz0ianAtaWNvbi1jb250cmFzdDEganAtaWNvbi1zZWxlY3RhYmxlIiBmaWxsPSIjNENBRjUwIiBkPSJNMi4yIDIuMnYxNy42aDE3LjZWMi4ySDIuMnptMTUuNCA3LjdoLTUuNVY0LjRoNS41djUuNXpNOS45IDQuNHY1LjVINC40VjQuNGg1LjV6bS01LjUgNy43aDUuNXY1LjVINC40di01LjV6bTcuNyA1LjV2LTUuNWg1LjV2NS41aC01LjV6Ii8+Cjwvc3ZnPgo=); --jp-icon-stop: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGNsYXNzPSJqcC1pY29uMyIgZmlsbD0iIzYxNjE2MSI+CiAgICAgICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPgogICAgICAgIDxwYXRoIGQ9Ik02IDZoMTJ2MTJINnoiLz4KICAgIDwvZz4KPC9zdmc+Cg==); --jp-icon-tab: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8ZyBjbGFzcz0ianAtaWNvbjMiIGZpbGw9IiM2MTYxNjEiPgogICAgPHBhdGggZD0iTTIxIDNIM2MtMS4xIDAtMiAuOS0yIDJ2MTRjMCAxLjEuOSAyIDIgMmgxOGMxLjEgMCAyLS45IDItMlY1YzAtMS4xLS45LTItMi0yem0wIDE2SDNWNWgxMHY0aDh2MTB6Ii8+CiAgPC9nPgo8L3N2Zz4K); --jp-icon-table-rows: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGNsYXNzPSJqcC1pY29uMyIgZmlsbD0iIzYxNjE2MSI+CiAgICAgICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPgogICAgICAgIDxwYXRoIGQ9Ik0yMSw4SDNWNGgxOFY4eiBNMjEsMTBIM3Y0aDE4VjEweiBNMjEsMTZIM3Y0aDE4VjE2eiIvPgogICAgPC9nPgo8L3N2Zz4=); --jp-icon-tag: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCA0MyAyOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KCTxnIGNsYXNzPSJqcC1pY29uMyIgZmlsbD0iIzYxNjE2MSI+CgkJPHBhdGggZD0iTTI4LjgzMzIgMTIuMzM0TDMyLjk5OTggMTYuNTAwN0wzNy4xNjY1IDEyLjMzNEgyOC44MzMyWiIvPgoJCTxwYXRoIGQ9Ik0xNi4yMDk1IDIxLjYxMDRDMTUuNjg3MyAyMi4xMjk5IDE0Ljg0NDMgMjIuMTI5OSAxNC4zMjQ4IDIxLjYxMDRMNi45ODI5IDE0LjcyNDVDNi41NzI0IDE0LjMzOTQgNi4wODMxMyAxMy42MDk4IDYuMDQ3ODYgMTMuMDQ4MkM1Ljk1MzQ3IDExLjUyODggNi4wMjAwMiA4LjYxOTQ0IDYuMDY2MjEgNy4wNzY5NUM2LjA4MjgxIDYuNTE0NzcgNi41NTU0OCA2LjA0MzQ3IDcuMTE4MDQgNi4wMzA1NUM5LjA4ODYzIDUuOTg0NzMgMTMuMjYzOCA1LjkzNTc5IDEzLjY1MTggNi4zMjQyNUwyMS43MzY5IDEzLjYzOUMyMi4yNTYgMTQuMTU4NSAyMS43ODUxIDE1LjQ3MjQgMjEuMjYyIDE1Ljk5NDZMMTYuMjA5NSAyMS42MTA0Wk05Ljc3NTg1IDguMjY1QzkuMzM1NTEgNy44MjU2NiA4LjYyMzUxIDcuODI1NjYgOC4xODI4IDguMjY1QzcuNzQzNDYgOC43MDU3MSA3Ljc0MzQ2IDkuNDE3MzMgOC4xODI4IDkuODU2NjdDOC42MjM4MiAxMC4yOTY0IDkuMzM1ODIgMTAuMjk2NCA5Ljc3NTg1IDkuODU2NjdDMTAuMjE1NiA5LjQxNzMzIDEwLjIxNTYgOC43MDUzMyA5Ljc3NTg1IDguMjY1WiIvPgoJPC9nPgo8L3N2Zz4K); --jp-icon-terminal: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDI0IDI0IiA+CiAgICA8cmVjdCBjbGFzcz0ianAtaWNvbjIganAtaWNvbi1zZWxlY3RhYmxlIiB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIgMikiIGZpbGw9IiMzMzMzMzMiLz4KICAgIDxwYXRoIGNsYXNzPSJqcC1pY29uLWFjY2VudDIganAtaWNvbi1zZWxlY3RhYmxlLWludmVyc2UiIGQ9Ik01LjA1NjY0IDguNzYxNzJDNS4wNTY2NCA4LjU5NzY2IDUuMDMxMjUgOC40NTMxMiA0Ljk4MDQ3IDguMzI4MTJDNC45MzM1OSA4LjE5OTIyIDQuODU1NDcgOC4wODIwMyA0Ljc0NjA5IDcuOTc2NTZDNC42NDA2MiA3Ljg3MTA5IDQuNSA3Ljc3NTM5IDQuMzI0MjIgNy42ODk0NUM0LjE1MjM0IDcuNTk5NjEgMy45NDMzNiA3LjUxMTcyIDMuNjk3MjcgNy40MjU3OEMzLjMwMjczIDcuMjg1MTYgMi45NDMzNiA3LjEzNjcyIDIuNjE5MTQgNi45ODA0N0MyLjI5NDkyIDYuODI0MjIgMi4wMTc1OCA2LjY0MjU4IDEuNzg3MTEgNi40MzU1NUMxLjU2MDU1IDYuMjI4NTIgMS4zODQ3NyA1Ljk4ODI4IDEuMjU5NzcgNS43MTQ4NEMxLjEzNDc3IDUuNDM3NSAxLjA3MjI3IDUuMTA5MzggMS4wNzIyNyA0LjczMDQ3QzEuMDcyMjcgNC4zOTg0NCAxLjEyODkxIDQuMDk1NyAxLjI0MjE5IDMuODIyMjdDMS4zNTU0NyAzLjU0NDkyIDEuNTE1NjIgMy4zMDQ2OSAxLjcyMjY2IDMuMTAxNTZDMS45Mjk2OSAyLjg5ODQ0IDIuMTc5NjkgMi43MzQzNyAyLjQ3MjY2IDIuNjA5MzhDMi43NjU2MiAyLjQ4NDM4IDMuMDkxOCAyLjQwNDMgMy40NTExNyAyLjM2OTE0VjEuMTA5MzhINC4zODg2N1YyLjM4MDg2QzQuNzQwMjMgMi40Mjc3MyA1LjA1NjY0IDIuNTIzNDQgNS4zMzc4OSAyLjY2Nzk3QzUuNjE5MTQgMi44MTI1IDUuODU3NDIgMy4wMDE5NSA2LjA1MjczIDMuMjM2MzNDNi4yNTE5NSAzLjQ2NjggNi40MDQzIDMuNzQwMjMgNi41MDk3NyA0LjA1NjY0QzYuNjE5MTQgNC4zNjkxNCA2LjY3MzgzIDQuNzIwNyA2LjY3MzgzIDUuMTExMzNINS4wNDQ5MkM1LjA0NDkyIDQuNjM4NjcgNC45Mzc1IDQuMjgxMjUgNC43MjI2NiA0LjAzOTA2QzQuNTA3ODEgMy43OTI5NyA0LjIxNjggMy42Njk5MiAzLjg0OTYxIDMuNjY5OTJDMy42NTAzOSAzLjY2OTkyIDMuNDc2NTYgMy42OTcyNyAzLjMyODEyIDMuNzUxOTVDMy4xODM1OSAzLjgwMjczIDMuMDY0NDUgMy44NzY5NSAyLjk3MDcgMy45NzQ2MUMyLjg3Njk1IDQuMDY4MzYgMi44MDY2NCA0LjE3OTY5IDIuNzU5NzcgNC4zMDg1OUMyLjcxNjggNC40Mzc1IDIuNjk1MzEgNC41NzgxMiAyLjY5NTMxIDQuNzMwNDdDMi42OTUzMSA0Ljg4MjgxIDIuNzE2OCA1LjAxOTUzIDIuNzU5NzcgNS4xNDA2MkMyLjgwNjY0IDUuMjU3ODEgMi44ODI4MSA1LjM2NzE5IDIuOTg4MjggNS40Njg3NUMzLjA5NzY2IDUuNTcwMzEgMy4yNDAyMyA1LjY2Nzk3IDMuNDE2MDIgNS43NjE3MkMzLjU5MTggNS44NTE1NiAzLjgxMDU1IDUuOTQzMzYgNC4wNzIyNyA2LjAzNzExQzQuNDY2OCA2LjE4NTU1IDQuODI0MjIgNi4zMzk4NCA1LjE0NDUzIDYuNUM1LjQ2NDg0IDYuNjU2MjUgNS43MzgyOCA2LjgzOTg0IDUuOTY0ODQgNy4wNTA3OEM2LjE5NTMxIDcuMjU3ODEgNi4zNzEwOSA3LjUgNi40OTIxOSA3Ljc3NzM0QzYuNjE3MTkgOC4wNTA3OCA2LjY3OTY5IDguMzc1IDYuNjc5NjkgOC43NUM2LjY3OTY5IDkuMDkzNzUgNi42MjMwNSA5LjQwNDMgNi41MDk3NyA5LjY4MTY0QzYuMzk2NDggOS45NTUwOCA2LjIzNDM4IDEwLjE5MTQgNi4wMjM0NCAxMC4zOTA2QzUuODEyNSAxMC41ODk4IDUuNTU4NTkgMTAuNzUgNS4yNjE3MiAxMC44NzExQzQuOTY0ODQgMTAuOTg4MyA0LjYzMjgxIDExLjA2NDUgNC4yNjU2MiAxMS4wOTk2VjEyLjI0OEgzLjMzMzk4VjExLjA5OTZDMy4wMDE5NSAxMS4wNjg0IDIuNjc5NjkgMTAuOTk2MSAyLjM2NzE5IDEwLjg4MjhDMi4wNTQ2OSAxMC43NjU2IDEuNzc3MzQgMTAuNTk3NyAxLjUzNTE2IDEwLjM3ODlDMS4yOTY4OCAxMC4xNjAyIDEuMTA1NDcgOS44ODQ3NyAwLjk2MDkzOCA5LjU1MjczQzAuODE2NDA2IDkuMjE2OCAwLjc0NDE0MSA4LjgxNDQ1IDAuNzQ0MTQxIDguMzQ1N0gyLjM3ODkxQzIuMzc4OTEgOC42MjY5NSAyLjQxOTkyIDguODYzMjggMi41MDE5NSA5LjA1NDY5QzIuNTgzOTggOS4yNDIxOSAyLjY4OTQ1IDkuMzkyNTggMi44MTgzNiA5LjUwNTg2QzIuOTUxMTcgOS42MTUyMyAzLjEwMTU2IDkuNjkzMzYgMy4yNjk1MyA5Ljc0MDIzQzMuNDM3NSA5Ljc4NzExIDMuNjA5MzggOS44MTA1NSAzLjc4NTE2IDkuODEwNTVDNC4yMDMxMiA5LjgxMDU1IDQuNTE5NTMgOS43MTI4OSA0LjczNDM4IDkuNTE3NThDNC45NDkyMiA5LjMyMjI3IDUuMDU2NjQgOS4wNzAzMSA1LjA1NjY0IDguNzYxNzJaTTEzLjQxOCAxMi4yNzE1SDguMDc0MjJWMTFIMTMuNDE4VjEyLjI3MTVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzLjk1MjY0IDYpIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K); --jp-icon-text-editor: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8cGF0aCBjbGFzcz0ianAtaWNvbjMganAtaWNvbi1zZWxlY3RhYmxlIiBmaWxsPSIjNjE2MTYxIiBkPSJNMTUgMTVIM3YyaDEydi0yem0wLThIM3YyaDEyVjd6TTMgMTNoMTh2LTJIM3Yyem0wIDhoMTh2LTJIM3Yyek0zIDN2MmgxOFYzSDN6Ii8+Cjwvc3ZnPgo=); --jp-icon-toc: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8ZyBjbGFzcz0ianAtaWNvbjMganAtaWNvbi1zZWxlY3RhYmxlIiBmaWxsPSIjNjE2MTYxIj4KICAgIDxwYXRoIGQ9Ik03LDVIMjFWN0g3VjVNNywxM1YxMUgyMVYxM0g3TTQsNC41QTEuNSwxLjUgMCAwLDEgNS41LDZBMS41LDEuNSAwIDAsMSA0LDcuNUExLjUsMS41IDAgMCwxIDIuNSw2QTEuNSwxLjUgMCAwLDEgNCw0LjVNNCwxMC41QTEuNSwxLjUgMCAwLDEgNS41LDEyQTEuNSwxLjUgMCAwLDEgNCwxMy41QTEuNSwxLjUgMCAwLDEgMi41LDEyQTEuNSwxLjUgMCAwLDEgNCwxMC41TTcsMTlWMTdIMjFWMTlIN000LDE2LjVBMS41LDEuNSAwIDAsMSA1LjUsMThBMS41LDEuNSAwIDAsMSA0LDE5LjVBMS41LDEuNSAwIDAsMSAyLjUsMThBMS41LDEuNSAwIDAsMSA0LDE2LjVaIiAvPgogIDwvZz4KPC9zdmc+Cg==); --jp-icon-tree-view: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGNsYXNzPSJqcC1pY29uMyIgZmlsbD0iIzYxNjE2MSI+CiAgICAgICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPgogICAgICAgIDxwYXRoIGQ9Ik0yMiAxMVYzaC03djNIOVYzSDJ2OGg3VjhoMnYxMGg0djNoN3YtOGgtN3YzaC0yVjhoMnYzeiIvPgogICAgPC9nPgo8L3N2Zz4=); --jp-icon-trusted: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDI0IDI1Ij4KICAgIDxwYXRoIGNsYXNzPSJqcC1pY29uMiIgc3Ryb2tlPSIjMzMzMzMzIiBzdHJva2Utd2lkdGg9IjIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIgMykiIGQ9Ik0xLjg2MDk0IDExLjQ0MDlDMC44MjY0NDggOC43NzAyNyAwLjg2Mzc3OSA2LjA1NzY0IDEuMjQ5MDcgNC4xOTkzMkMyLjQ4MjA2IDMuOTMzNDcgNC4wODA2OCAzLjQwMzQ3IDUuNjAxMDIgMi44NDQ5QzcuMjM1NDkgMi4yNDQ0IDguODU2NjYgMS41ODE1IDkuOTg3NiAxLjA5NTM5QzExLjA1OTcgMS41ODM0MSAxMi42MDk0IDIuMjQ0NCAxNC4yMTggMi44NDMzOUMxNS43NTAzIDMuNDEzOTQgMTcuMzk5NSAzLjk1MjU4IDE4Ljc1MzkgNC4yMTM4NUMxOS4xMzY0IDYuMDcxNzcgMTkuMTcwOSA4Ljc3NzIyIDE4LjEzOSAxMS40NDA5QzE3LjAzMDMgMTQuMzAzMiAxNC42NjY4IDE3LjE4NDQgOS45OTk5OSAxOC45MzU0QzUuMzMzMiAxNy4xODQ0IDIuOTY5NjggMTQuMzAzMiAxLjg2MDk0IDExLjQ0MDlaIi8+CiAgICA8cGF0aCBjbGFzcz0ianAtaWNvbjIiIGZpbGw9IiMzMzMzMzMiIHN0cm9rZT0iIzMzMzMzMyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOCA5Ljg2NzE5KSIgZD0iTTIuODYwMTUgNC44NjUzNUwwLjcyNjU0OSAyLjk5OTU5TDAgMy42MzA0NUwyLjg2MDE1IDYuMTMxNTdMOCAwLjYzMDg3Mkw3LjI3ODU3IDBMMi44NjAxNSA0Ljg2NTM1WiIvPgo8L3N2Zz4K); --jp-icon-undo: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8ZyBjbGFzcz0ianAtaWNvbjMiIGZpbGw9IiM2MTYxNjEiPgogICAgPHBhdGggZD0iTTEyLjUgOGMtMi42NSAwLTUuMDUuOTktNi45IDIuNkwyIDd2OWg5bC0zLjYyLTMuNjJjMS4zOS0xLjE2IDMuMTYtMS44OCA1LjEyLTEuODggMy41NCAwIDYuNTUgMi4zMSA3LjYgNS41bDIuMzctLjc4QzIxLjA4IDExLjAzIDE3LjE1IDggMTIuNSA4eiIvPgogIDwvZz4KPC9zdmc+Cg==); --jp-icon-vega: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDIyIDIyIj4KICA8ZyBjbGFzcz0ianAtaWNvbjEganAtaWNvbi1zZWxlY3RhYmxlIiBmaWxsPSIjMjEyMTIxIj4KICAgIDxwYXRoIGQ9Ik0xMC42IDUuNGwyLjItMy4ySDIuMnY3LjNsNC02LjZ6Ii8+CiAgICA8cGF0aCBkPSJNMTUuOCAyLjJsLTQuNCA2LjZMNyA2LjNsLTQuOCA4djUuNWgxNy42VjIuMmgtNHptLTcgMTUuNEg1LjV2LTQuNGgzLjN2NC40em00LjQgMEg5LjhWOS44aDMuNHY3Ljh6bTQuNCAwaC0zLjRWNi41aDMuNHYxMS4xeiIvPgogIDwvZz4KPC9zdmc+Cg==); --jp-icon-yaml: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDIyIDIyIj4KICA8ZyBjbGFzcz0ianAtaWNvbi1jb250cmFzdDIganAtaWNvbi1zZWxlY3RhYmxlIiBmaWxsPSIjRDgxQjYwIj4KICAgIDxwYXRoIGQ9Ik03LjIgMTguNnYtNS40TDMgNS42aDMuM2wxLjQgMy4xYy4zLjkuNiAxLjYgMSAyLjUuMy0uOC42LTEuNiAxLTIuNWwxLjQtMy4xaDMuNGwtNC40IDcuNnY1LjVsLTIuOS0uMXoiLz4KICAgIDxjaXJjbGUgY2xhc3M9InN0MCIgY3g9IjE3LjYiIGN5PSIxNi41IiByPSIyLjEiLz4KICAgIDxjaXJjbGUgY2xhc3M9InN0MCIgY3g9IjE3LjYiIGN5PSIxMSIgcj0iMi4xIi8+CiAgPC9nPgo8L3N2Zz4K) }
.jp-AddIcon { background-image: var(--jp-icon-add) }
.jp-BugIcon { background-image: var(--jp-icon-bug) }
.jp-BuildIcon { background-image: var(--jp-icon-build) }
.jp-CaretDownEmptyIcon { background-image: var(--jp-icon-caret-down-empty) }
.jp-CaretDownEmptyThinIcon { background-image: var(--jp-icon-caret-down-empty-thin) }
.jp-CaretDownIcon { background-image: var(--jp-icon-caret-down) }
.jp-CaretLeftIcon { background-image: var(--jp-icon-caret-left) }
.jp-CaretRightIcon { background-image: var(--jp-icon-caret-right) }
.jp-CaretUpEmptyThinIcon { background-image: var(--jp-icon-caret-up-empty-thin) }
.jp-CaretUpIcon { background-image: var(--jp-icon-caret-up) }
.jp-CaseSensitiveIcon { background-image: var(--jp-icon-case-sensitive) }
.jp-CheckIcon { background-image: var(--jp-icon-check) }
.jp-CircleEmptyIcon { background-image: var(--jp-icon-circle-empty) }
.jp-CircleIcon { background-image: var(--jp-icon-circle) }
.jp-ClearIcon { background-image: var(--jp-icon-clear) }
.jp-CloseIcon { background-image: var(--jp-icon-close) }
.jp-CodeIcon { background-image: var(--jp-icon-code) }
.jp-ConsoleIcon { background-image: var(--jp-icon-console) }
.jp-CopyIcon { background-image: var(--jp-icon-copy) }
.jp-CopyrightIcon { background-image: var(--jp-icon-copyright) }
.jp-CutIcon { background-image: var(--jp-icon-cut) }
.jp-DownloadIcon { background-image: var(--jp-icon-download) }
.jp-EditIcon { background-image: var(--jp-icon-edit) }
.jp-EllipsesIcon { background-image: var(--jp-icon-ellipses) }
.jp-ExtensionIcon { background-image: var(--jp-icon-extension) }
.jp-FastForwardIcon { background-image: var(--jp-icon-fast-forward) }
.jp-FileIcon { background-image: var(--jp-icon-file) }
.jp-FileUploadIcon { background-image: var(--jp-icon-file-upload) }
.jp-FilterListIcon { background-image: var(--jp-icon-filter-list) }
.jp-FolderIcon { background-image: var(--jp-icon-folder) }
.jp-Html5Icon { background-image: var(--jp-icon-html5) }
.jp-ImageIcon { background-image: var(--jp-icon-image) }
.jp-InspectorIcon { background-image: var(--jp-icon-inspector) }
.jp-JsonIcon { background-image: var(--jp-icon-json) }
.jp-JuliaIcon { background-image: var(--jp-icon-julia) }
.jp-JupyterFaviconIcon { background-image: var(--jp-icon-jupyter-favicon) }
.jp-JupyterIcon { background-image: var(--jp-icon-jupyter) }
.jp-JupyterlabWordmarkIcon { background-image: var(--jp-icon-jupyterlab-wordmark) }
.jp-KernelIcon { background-image: var(--jp-icon-kernel) }
.jp-KeyboardIcon { background-image: var(--jp-icon-keyboard) }
.jp-LauncherIcon { background-image: var(--jp-icon-launcher) }
.jp-LineFormIcon { background-image: var(--jp-icon-line-form) }
.jp-LinkIcon { background-image: var(--jp-icon-link) }
.jp-ListIcon { background-image: var(--jp-icon-list) }
.jp-ListingsInfoIcon { background-image: var(--jp-icon-listings-info) }
.jp-MarkdownIcon { background-image: var(--jp-icon-markdown) }
.jp-NewFolderIcon { background-image: var(--jp-icon-new-folder) }
.jp-NotTrustedIcon { background-image: var(--jp-icon-not-trusted) }
.jp-NotebookIcon { background-image: var(--jp-icon-notebook) }
.jp-NumberingIcon { background-image: var(--jp-icon-numbering) }
.jp-OfflineBoltIcon { background-image: var(--jp-icon-offline-bolt) }
.jp-PaletteIcon { background-image: var(--jp-icon-palette) }
.jp-PasteIcon { background-image: var(--jp-icon-paste) }
.jp-PdfIcon { background-image: var(--jp-icon-pdf) }
.jp-PythonIcon { background-image: var(--jp-icon-python) }
.jp-RKernelIcon { background-image: var(--jp-icon-r-kernel) }
.jp-ReactIcon { background-image: var(--jp-icon-react) }
.jp-RedoIcon { background-image: var(--jp-icon-redo) }
.jp-RefreshIcon { background-image: var(--jp-icon-refresh) }
.jp-RegexIcon { background-image: var(--jp-icon-regex) }
.jp-RunIcon { background-image: var(--jp-icon-run) }
.jp-RunningIcon { background-image: var(--jp-icon-running) }
.jp-SaveIcon { background-image: var(--jp-icon-save) }
.jp-SearchIcon { background-image: var(--jp-icon-search) }
.jp-SettingsIcon { background-image: var(--jp-icon-settings) }
.jp-SpreadsheetIcon { background-image: var(--jp-icon-spreadsheet) }
.jp-StopIcon { background-image: var(--jp-icon-stop) }
.jp-TabIcon { background-image: var(--jp-icon-tab) }
.jp-TableRowsIcon { background-image: var(--jp-icon-table-rows) }
.jp-TagIcon { background-image: var(--jp-icon-tag) }
.jp-TerminalIcon { background-image: var(--jp-icon-terminal) }
.jp-TextEditorIcon { background-image: var(--jp-icon-text-editor) }
.jp-TocIcon { background-image: var(--jp-icon-toc) }
.jp-TreeViewIcon { background-image: var(--jp-icon-tree-view) }
.jp-TrustedIcon { background-image: var(--jp-icon-trusted) }
.jp-UndoIcon { background-image: var(--jp-icon-undo) }
.jp-VegaIcon { background-image: var(--jp-icon-vega) }
.jp-YamlIcon { background-image: var(--jp-icon-yaml) }
.jp-Icon, .jp-MaterialIcon { background-position: center; background-repeat: no-repeat; background-size: 16px; min-width: 16px; min-height: 16px }
.jp-Icon-cover { background-position: center; background-repeat: no-repeat; background-size: cover }
.jp-Icon-16 { background-size: 16px; min-width: 16px; min-height: 16px }
.jp-Icon-18 { background-size: 18px; min-width: 18px; min-height: 18px }
.jp-Icon-20 { background-size: 20px; min-width: 20px; min-height: 20px }
.jp-icon0[fill] { fill: var(--jp-inverse-layout-color0) }
.jp-icon1[fill] { fill: var(--jp-inverse-layout-color1) }
.jp-icon2[fill] { fill: var(--jp-inverse-layout-color2) }
.jp-icon3[fill] { fill: var(--jp-inverse-layout-color3) }
.jp-icon4[fill] { fill: var(--jp-inverse-layout-color4) }
.jp-icon0[stroke] { stroke: var(--jp-inverse-layout-color0) }
.jp-icon1[stroke] { stroke: var(--jp-inverse-layout-color1) }
.jp-icon2[stroke] { stroke: var(--jp-inverse-layout-color2) }
.jp-icon3[stroke] { stroke: var(--jp-inverse-layout-color3) }
.jp-icon4[stroke] { stroke: var(--jp-inverse-layout-color4) }
.jp-icon-accent0[fill] { fill: var(--jp-layout-color0) }
.jp-icon-accent1[fill] { fill: var(--jp-layout-color1) }
.jp-icon-accent2[fill] { fill: var(--jp-layout-color2) }
.jp-icon-accent3[fill] { fill: var(--jp-layout-color3) }
.jp-icon-accent4[fill] { fill: var(--jp-layout-color4) }
.jp-icon-accent0[stroke] { stroke: var(--jp-layout-color0) }
.jp-icon-accent1[stroke] { stroke: var(--jp-layout-color1) }
.jp-icon-accent2[stroke] { stroke: var(--jp-layout-color2) }
.jp-icon-accent3[stroke] { stroke: var(--jp-layout-color3) }
.jp-icon-accent4[stroke] { stroke: var(--jp-layout-color4) }
.jp-icon-none[fill] { fill: none }
.jp-icon-none[stroke] { stroke: none }
.jp-icon-brand0[fill] { fill: var(--jp-brand-color0) }
.jp-icon-brand1[fill] { fill: var(--jp-brand-color1) }
.jp-icon-brand2[fill] { fill: var(--jp-brand-color2) }
.jp-icon-brand3[fill] { fill: var(--jp-brand-color3) }
.jp-icon-brand4[fill] { fill: var(--jp-brand-color4) }
.jp-icon-brand0[stroke] { stroke: var(--jp-brand-color0) }
.jp-icon-brand1[stroke] { stroke: var(--jp-brand-color1) }
.jp-icon-brand2[stroke] { stroke: var(--jp-brand-color2) }
.jp-icon-brand3[stroke] { stroke: var(--jp-brand-color3) }
.jp-icon-brand4[stroke] { stroke: var(--jp-brand-color4) }
.jp-icon-warn0[fill] { fill: var(--jp-warn-color0) }
.jp-icon-warn1[fill] { fill: var(--jp-warn-color1) }
.jp-icon-warn2[fill] { fill: var(--jp-warn-color2) }
.jp-icon-warn3[fill] { fill: var(--jp-warn-color3) }
.jp-icon-warn0[stroke] { stroke: var(--jp-warn-color0) }
.jp-icon-warn1[stroke] { stroke: var(--jp-warn-color1) }
.jp-icon-warn2[stroke] { stroke: var(--jp-warn-color2) }
.jp-icon-warn3[stroke] { stroke: var(--jp-warn-color3) }
.jp-icon-contrast0[fill] { fill: var(--jp-icon-contrast-color0) }
.jp-icon-contrast1[fill] { fill: var(--jp-icon-contrast-color1) }
.jp-icon-contrast2[fill] { fill: var(--jp-icon-contrast-color2) }
.jp-icon-contrast3[fill] { fill: var(--jp-icon-contrast-color3) }
.jp-icon-contrast0[stroke] { stroke: var(--jp-icon-contrast-color0) }
.jp-icon-contrast1[stroke] { stroke: var(--jp-icon-contrast-color1) }
.jp-icon-contrast2[stroke] { stroke: var(--jp-icon-contrast-color2) }
.jp-icon-contrast3[stroke] { stroke: var(--jp-icon-contrast-color3) }
#setting-editor .jp-PluginList .jp-mod-selected .jp-icon-selectable[fill] { fill: rgba(255, 255, 255, 1) }
#setting-editor .jp-PluginList .jp-mod-selected .jp-icon-selectable-inverse[fill] { fill: var(--jp-brand-color1) }
.jp-DirListing-item.jp-mod-selected .jp-icon-selectable[fill] { fill: rgba(255, 255, 255, 1) }
.jp-DirListing-item.jp-mod-selected .jp-icon-selectable-inverse[fill] { fill: var(--jp-brand-color1) }
#tab-manager .lm-TabBar-tab.jp-mod-active .jp-icon-selectable[fill] { fill: rgba(255, 255, 255, 1) }
#tab-manager .lm-TabBar-tab.jp-mod-active .jp-icon-selectable-inverse[fill] { fill: var(--jp-brand-color1) }
#tab-manager .lm-TabBar-tab.jp-mod-active .jp-icon-hover :hover .jp-icon-selectable[fill] { fill: var(--jp-brand-color1) }
#tab-manager .lm-TabBar-tab.jp-mod-active .jp-icon-hover :hover .jp-icon-selectable-inverse[fill] { fill: rgba(255, 255, 255, 1) }
#tab-manager .lm-TabBar-tab.jp-mod-dirty>.lm-TabBar-tabCloseIcon>:not(:hover)>.jp-icon3[fill] { fill: none }
#tab-manager .lm-TabBar-tab.jp-mod-dirty>.lm-TabBar-tabCloseIcon>:not(:hover)>.jp-icon-busy[fill] { fill: var(--jp-inverse-layout-color3) }
#tab-manager .lm-TabBar-tab.jp-mod-dirty.jp-mod-active>.lm-TabBar-tabCloseIcon>:not(:hover)>.jp-icon-busy[fill] { fill: rgba(255, 255, 255, 1) }
.lm-DockPanel-tabBar .lm-TabBar-tab.lm-mod-closable.jp-mod-dirty>.lm-TabBar-tabCloseIcon>:not(:hover)>.jp-icon3[fill] { fill: none }
.lm-DockPanel-tabBar .lm-TabBar-tab.lm-mod-closable.jp-mod-dirty>.lm-TabBar-tabCloseIcon>:not(:hover)>.jp-icon-busy[fill] { fill: var(--jp-inverse-layout-color3) }
#jp-main-statusbar .jp-mod-selected .jp-icon-selectable[fill] { fill: rgba(255, 255, 255, 1) }
#jp-main-statusbar .jp-mod-selected .jp-icon-selectable-inverse[fill] { fill: var(--jp-brand-color1) }
:root { --jp-warn-color0: var(--md-orange-700) }
.jp-DragIcon { margin-right: 4px }
.jp-icon-alt .jp-icon0[fill] { fill: var(--jp-layout-color0) }
.jp-icon-alt .jp-icon1[fill] { fill: var(--jp-layout-color1) }
.jp-icon-alt .jp-icon2[fill] { fill: var(--jp-layout-color2) }
.jp-icon-alt .jp-icon3[fill] { fill: var(--jp-layout-color3) }
.jp-icon-alt .jp-icon4[fill] { fill: var(--jp-layout-color4) }
.jp-icon-alt .jp-icon0[stroke] { stroke: var(--jp-layout-color0) }
.jp-icon-alt .jp-icon1[stroke] { stroke: var(--jp-layout-color1) }
.jp-icon-alt .jp-icon2[stroke] { stroke: var(--jp-layout-color2) }
.jp-icon-alt .jp-icon3[stroke] { stroke: var(--jp-layout-color3) }
.jp-icon-alt .jp-icon4[stroke] { stroke: var(--jp-layout-color4) }
.jp-icon-alt .jp-icon-accent0[fill] { fill: var(--jp-inverse-layout-color0) }
.jp-icon-alt .jp-icon-accent1[fill] { fill: var(--jp-inverse-layout-color1) }
.jp-icon-alt .jp-icon-accent2[fill] { fill: var(--jp-inverse-layout-color2) }
.jp-icon-alt .jp-icon-accent3[fill] { fill: var(--jp-inverse-layout-color3) }
.jp-icon-alt .jp-icon-accent4[fill] { fill: var(--jp-inverse-layout-color4) }
.jp-icon-alt .jp-icon-accent0[stroke] { stroke: var(--jp-inverse-layout-color0) }
.jp-icon-alt .jp-icon-accent1[stroke] { stroke: var(--jp-inverse-layout-color1) }
.jp-icon-alt .jp-icon-accent2[stroke] { stroke: var(--jp-inverse-layout-color2) }
.jp-icon-alt .jp-icon-accent3[stroke] { stroke: var(--jp-inverse-layout-color3) }
.jp-icon-alt .jp-icon-accent4[stroke] { stroke: var(--jp-inverse-layout-color4) }
.jp-icon-hoverShow:not(:hover) svg { display: none !important }
.jp-icon-hover :hover .jp-icon0-hover[fill] { fill: var(--jp-inverse-layout-color0) }
.jp-icon-hover :hover .jp-icon1-hover[fill] { fill: var(--jp-inverse-layout-color1) }
.jp-icon-hover :hover .jp-icon2-hover[fill] { fill: var(--jp-inverse-layout-color2) }
.jp-icon-hover :hover .jp-icon3-hover[fill] { fill: var(--jp-inverse-layout-color3) }
.jp-icon-hover :hover .jp-icon4-hover[fill] { fill: var(--jp-inverse-layout-color4) }
.jp-icon-hover :hover .jp-icon0-hover[stroke] { stroke: var(--jp-inverse-layout-color0) }
.jp-icon-hover :hover .jp-icon1-hover[stroke] { stroke: var(--jp-inverse-layout-color1) }
.jp-icon-hover :hover .jp-icon2-hover[stroke] { stroke: var(--jp-inverse-layout-color2) }
.jp-icon-hover :hover .jp-icon3-hover[stroke] { stroke: var(--jp-inverse-layout-color3) }
.jp-icon-hover :hover .jp-icon4-hover[stroke] { stroke: var(--jp-inverse-layout-color4) }
.jp-icon-hover :hover .jp-icon-accent0-hover[fill] { fill: var(--jp-layout-color0) }
.jp-icon-hover :hover .jp-icon-accent1-hover[fill] { fill: var(--jp-layout-color1) }
.jp-icon-hover :hover .jp-icon-accent2-hover[fill] { fill: var(--jp-layout-color2) }
.jp-icon-hover :hover .jp-icon-accent3-hover[fill] { fill: var(--jp-layout-color3) }
.jp-icon-hover :hover .jp-icon-accent4-hover[fill] { fill: var(--jp-layout-color4) }
.jp-icon-hover :hover .jp-icon-accent0-hover[stroke] { stroke: var(--jp-layout-color0) }
.jp-icon-hover :hover .jp-icon-accent1-hover[stroke] { stroke: var(--jp-layout-color1) }
.jp-icon-hover :hover .jp-icon-accent2-hover[stroke] { stroke: var(--jp-layout-color2) }
.jp-icon-hover :hover .jp-icon-accent3-hover[stroke] { stroke: var(--jp-layout-color3) }
.jp-icon-hover :hover .jp-icon-accent4-hover[stroke] { stroke: var(--jp-layout-color4) }
.jp-icon-hover :hover .jp-icon-none-hover[fill] { fill: none }
.jp-icon-hover :hover .jp-icon-none-hover[stroke] { stroke: none }
.jp-icon-hover.jp-icon-alt :hover .jp-icon0-hover[fill] { fill: var(--jp-layout-color0) }
.jp-icon-hover.jp-icon-alt :hover .jp-icon1-hover[fill] { fill: var(--jp-layout-color1) }
.jp-icon-hover.jp-icon-alt :hover .jp-icon2-hover[fill] { fill: var(--jp-layout-color2) }
.jp-icon-hover.jp-icon-alt :hover .jp-icon3-hover[fill] { fill: var(--jp-layout-color3) }
.jp-icon-hover.jp-icon-alt :hover .jp-icon4-hover[fill] { fill: var(--jp-layout-color4) }
.jp-icon-hover.jp-icon-alt :hover .jp-icon0-hover[stroke] { stroke: var(--jp-layout-color0) }
.jp-icon-hover.jp-icon-alt :hover .jp-icon1-hover[stroke] { stroke: var(--jp-layout-color1) }
.jp-icon-hover.jp-icon-alt :hover .jp-icon2-hover[stroke] { stroke: var(--jp-layout-color2) }
.jp-icon-hover.jp-icon-alt :hover .jp-icon3-hover[stroke] { stroke: var(--jp-layout-color3) }
.jp-icon-hover.jp-icon-alt :hover .jp-icon4-hover[stroke] { stroke: var(--jp-layout-color4) }
.jp-icon-hover.jp-icon-alt :hover .jp-icon-accent0-hover[fill] { fill: var(--jp-inverse-layout-color0) }
.jp-icon-hover.jp-icon-alt :hover .jp-icon-accent1-hover[fill] { fill: var(--jp-inverse-layout-color1) }
.jp-icon-hover.jp-icon-alt :hover .jp-icon-accent2-hover[fill] { fill: var(--jp-inverse-layout-color2) }
.jp-icon-hover.jp-icon-alt :hover .jp-icon-accent3-hover[fill] { fill: var(--jp-inverse-layout-color3) }
.jp-icon-hover.jp-icon-alt :hover .jp-icon-accent4-hover[fill] { fill: var(--jp-inverse-layout-color4) }
.jp-icon-hover.jp-icon-alt :hover .jp-icon-accent0-hover[stroke] { stroke: var(--jp-inverse-layout-color0) }
.jp-icon-hover.jp-icon-alt :hover .jp-icon-accent1-hover[stroke] { stroke: var(--jp-inverse-layout-color1) }
.jp-icon-hover.jp-icon-alt :hover .jp-icon-accent2-hover[stroke] { stroke: var(--jp-inverse-layout-color2) }
.jp-icon-hover.jp-icon-alt :hover .jp-icon-accent3-hover[stroke] { stroke: var(--jp-inverse-layout-color3) }
.jp-icon-hover.jp-icon-alt :hover .jp-icon-accent4-hover[stroke] { stroke: var(--jp-inverse-layout-color4) }
.jp-switch { display: flex; align-items: center; padding-left: 4px; padding-right: 4px; font-size: var(--jp-ui-font-size1); background-color: rgba(0, 0, 0, 0); color: var(--jp-ui-font-color1); border: none; height: 20px }
.jp-switch:hover { background-color: var(--jp-layout-color2) }
.jp-switch-label { margin-right: 5px }
.jp-switch-track { cursor: pointer; background-color: var(--jp-border-color1); -webkit-transition: 0.4s; transition: 0.4s; border-radius: 34px; height: 16px; width: 35px; position: relative }
.jp-switch-track::before { content: \"\"; position: absolute; height: 10px; width: 10px; margin: 3px; left: 0; background-color: var(--jp-ui-inverse-font-color1); -webkit-transition: 0.4s; transition: 0.4s; border-radius: 50% }
.jp-switch[aria-checked=\"true\"] .jp-switch-track { background-color: var(--jp-warn-color0) }
.jp-switch[aria-checked=\"true\"] .jp-switch-track::before { left: 19px }
html { box-sizing: unset }
*, *::before, *::after { box-sizing: unset }
body { color: unset; font-family: var(--jp-ui-font-family) }
p { margin-top: unset; margin-bottom: unset }
small { font-size: unset }
strong { font-weight: unset }
a { color: unset }
a:hover { color: unset }
:focus { outline-offset: unset; -moz-outline-radius: unset }
.jp-Button { border-radius: var(--jp-border-radius); padding: 0 12px; font-size: var(--jp-ui-font-size1) }
button.jp-Button.bp3-button.bp3-minimal:hover { background-color: var(--jp-layout-color2) }
.jp-Button.minimal { color: unset !important }
.jp-Button.jp-ToolbarButtonComponent { text-transform: none }
.jp-InputGroup input { box-sizing: border-box; border-radius: 0; background-color: rgba(0, 0, 0, 0); color: var(--jp-ui-font-color0); box-shadow: inset 0 0 0 var(--jp-border-width) var(--jp-input-border-color) }
.jp-InputGroup input:focus { box-shadow: inset 0 0 0 var(--jp-border-width)
var(--jp-input-active-box-shadow-color),
inset 0 0 0 3px var(--jp-input-active-box-shadow-color) }
.jp-InputGroup input::placeholder,
input::placeholder { color: var(--jp-ui-font-color3) }
.jp-BPIcon { display: inline-block; vertical-align: middle; margin: auto }
.bp3-icon.jp-BPIcon>svg:not([fill]) { fill: var(--jp-inverse-layout-color3) }
.jp-InputGroupAction { padding: 6px }
.jp-HTMLSelect.jp-DefaultStyle select { background-color: initial; border: none; border-radius: 0; box-shadow: none; color: var(--jp-ui-font-color0); display: block; font-size: var(--jp-ui-font-size1); height: 24px; line-height: 14px; padding: 0 25px 0 10px; text-align: left; -moz-appearance: none; -webkit-appearance: none }
.jp-HTMLSelect.jp-DefaultStyle select:hover, .jp-HTMLSelect.jp-DefaultStyle select>option { background-color: var(--jp-layout-color2); color: var(--jp-ui-font-color0) }
select { box-sizing: border-box }
.jp-Collapse { display: flex; flex-direction: column; align-items: stretch; border-top: 1px solid var(--jp-border-color2); border-bottom: 1px solid var(--jp-border-color2) }
.jp-Collapse-header { padding: 1px 12px; color: var(--jp-ui-font-color1); background-color: var(--jp-layout-color1); font-size: var(--jp-ui-font-size2) }
.jp-Collapse-header:hover { background-color: var(--jp-layout-color2) }
.jp-Collapse-contents { padding: 0 12px; background-color: var(--jp-layout-color1); color: var(--jp-ui-font-color1); overflow: auto }
:root { --jp-private-commandpalette-search-height: 28px }
.lm-CommandPalette { padding-bottom: 0; color: var(--jp-ui-font-color1); background: var(--jp-layout-color1); font-size: var(--jp-ui-font-size1) }
.jp-ModalCommandPalette { position: absolute; z-index: 10000; top: 38px; left: 30%; margin: 0; padding: 4px; width: 40%; box-shadow: var(--jp-elevation-z4); border-radius: 4px; background: var(--jp-layout-color0) }
.jp-ModalCommandPalette .lm-CommandPalette { max-height: 40vh }
.jp-ModalCommandPalette .lm-CommandPalette .lm-close-icon::after { display: none }
.jp-ModalCommandPalette .lm-CommandPalette .lm-CommandPalette-header { display: none }
.jp-ModalCommandPalette .lm-CommandPalette .lm-CommandPalette-item { margin-left: 4px; margin-right: 4px }
.jp-ModalCommandPalette .lm-CommandPalette .lm-CommandPalette-item.lm-mod-disabled { display: none }
.lm-CommandPalette-search { padding: 4px; background-color: var(--jp-layout-color1); z-index: 2 }
.lm-CommandPalette-wrapper { padding: 0 9px; background-color: var(--jp-input-active-background); height: 30px; box-shadow: inset 0 0 0 var(--jp-border-width) var(--jp-input-border-color) }
.lm-CommandPalette.lm-mod-focused .lm-CommandPalette-wrapper { box-shadow: inset 0 0 0 1px var(--jp-input-active-box-shadow-color),
inset 0 0 0 3px var(--jp-input-active-box-shadow-color) }
.jp-SearchIconGroup { color: rgba(255, 255, 255, 1); background-color: var(--jp-brand-color1); position: absolute; top: 4px; right: 4px; padding: 5px 5px 1px }
.jp-SearchIconGroup svg { height: 20px; width: 20px }
.jp-SearchIconGroup .jp-icon3[fill] { fill: var(--jp-layout-color0) }
.lm-CommandPalette-input { background: rgba(0, 0, 0, 0); width: calc(100% - 18px); float: left; border: none; outline: none; font-size: var(--jp-ui-font-size1); color: var(--jp-ui-font-color0); line-height: var(--jp-private-commandpalette-search-height) }
.lm-CommandPalette-input::-webkit-input-placeholder,
.lm-CommandPalette-input::-moz-placeholder,
.lm-CommandPalette-input:-ms-input-placeholder { color: var(--jp-ui-font-color2); font-size: var(--jp-ui-font-size1) }
.lm-CommandPalette-header:first-child { margin-top: 0 }
.lm-CommandPalette-header { border-bottom: solid var(--jp-border-width) var(--jp-border-color2); color: var(--jp-ui-font-color1); cursor: pointer; display: flex; font-size: var(--jp-ui-font-size0); font-weight: 600; letter-spacing: 1px; margin-top: 8px; padding: 8px 0 8px 12px; text-transform: uppercase }
.lm-CommandPalette-header.lm-mod-active { background: var(--jp-layout-color2) }
.lm-CommandPalette-header>mark { background-color: rgba(0, 0, 0, 0); font-weight: bold; color: var(--jp-ui-font-color1) }
.lm-CommandPalette-item { padding: 4px 12px 4px 4px; color: var(--jp-ui-font-color1); font-size: var(--jp-ui-font-size1); font-weight: 400; display: flex }
.lm-CommandPalette-item.lm-mod-disabled { color: var(--jp-ui-font-color2) }
.lm-CommandPalette-item.lm-mod-active { color: var(--jp-ui-inverse-font-color1); background: var(--jp-brand-color1) }
.lm-CommandPalette-item.lm-mod-active .lm-CommandPalette-itemLabel>mark { color: var(--jp-ui-inverse-font-color0) }
.lm-CommandPalette-item.lm-mod-active .jp-icon-selectable[fill] { fill: var(--jp-layout-color0) }
.lm-CommandPalette-item.lm-mod-active .lm-CommandPalette-itemLabel>mark { color: var(--jp-ui-inverse-font-color0) }
.lm-CommandPalette-item.lm-mod-active:hover:not(.lm-mod-disabled) { color: var(--jp-ui-inverse-font-color1); background: var(--jp-brand-color1) }
.lm-CommandPalette-item:hover:not(.lm-mod-active):not(.lm-mod-disabled) { background: var(--jp-layout-color2) }
.lm-CommandPalette-itemContent { overflow: hidden }
.lm-CommandPalette-itemLabel>mark { color: var(--jp-ui-font-color0); background-color: rgba(0, 0, 0, 0); font-weight: bold }
.lm-CommandPalette-item.lm-mod-disabled mark { color: var(--jp-ui-font-color2) }
.lm-CommandPalette-item .lm-CommandPalette-itemIcon { margin: 0 4px 0 0; position: relative; width: 16px; top: 2px; flex: 0 0 auto }
.lm-CommandPalette-item.lm-mod-disabled .lm-CommandPalette-itemIcon { opacity: 0.6 }
.lm-CommandPalette-item .lm-CommandPalette-itemShortcut { flex: 0 0 auto }
.lm-CommandPalette-itemCaption { display: none }
.lm-CommandPalette-content { background-color: var(--jp-layout-color1) }
.lm-CommandPalette-content:empty:after { content: \"No results\"; margin: 20px auto auto; width: 100px; display: block; font-size: var(--jp-ui-font-size2); font-family: var(--jp-ui-font-family); font-weight: lighter }
.lm-CommandPalette-emptyMessage { text-align: center; margin-top: 24px; line-height: 1.32; padding: 0 8px; color: var(--jp-content-font-color3) }
.jp-Dialog { position: absolute; z-index: 10000; display: flex; flex-direction: column; align-items: center; justify-content: center; top: 0; left: 0; margin: 0; padding: 0; width: 100%; height: 100%; background: var(--jp-dialog-background) }
.jp-Dialog-content { display: flex; flex-direction: column; margin-left: auto; margin-right: auto; background: var(--jp-layout-color1); padding: 24px 24px 12px; min-width: 300px; min-height: 150px; max-width: 1000px; max-height: 500px; box-sizing: border-box; box-shadow: var(--jp-elevation-z20); word-wrap: break-word; border-radius: var(--jp-border-radius); font-size: var(--jp-ui-font-size1); color: var(--jp-ui-font-color1); resize: both }
.jp-Dialog-button { overflow: visible }
button.jp-Dialog-button:focus { outline: 1px solid var(--jp-brand-color1); outline-offset: 4px; -moz-outline-radius: 0px }
button.jp-Dialog-button:focus::-moz-focus-inner { border: 0 }
button.jp-Dialog-close-button { padding: 0; height: 100%; min-width: unset; min-height: unset }
.jp-Dialog-header { display: flex; justify-content: space-between; flex: 0 0 auto; padding-bottom: 12px; font-size: var(--jp-ui-font-size3); font-weight: 400; color: var(--jp-ui-font-color0) }
.jp-Dialog-body { display: flex; flex-direction: column; flex: 1 1 auto; font-size: var(--jp-ui-font-size1); background: var(--jp-layout-color1); overflow: auto }
.jp-Dialog-footer { display: flex; flex-direction: row; justify-content: flex-end; flex: 0 0 auto; margin-left: -12px; margin-right: -12px; padding: 12px }
.jp-Dialog-title { overflow: hidden; white-space: nowrap; text-overflow: ellipsis }
.jp-Dialog-body>.jp-select-wrapper { width: 100% }
.jp-Dialog-body>button { padding: 0 16px }
.jp-Dialog-body>label { line-height: 1.4; color: var(--jp-ui-font-color0) }
.jp-Dialog-button.jp-mod-styled:not(:last-child) { margin-right: 12px }
.jp-HoverBox { position: fixed }
.jp-HoverBox.jp-mod-outofview { display: none }
.jp-IFrame { width: 100%; height: 100% }
.jp-IFrame>iframe { border: none }
body.lm-mod-override-cursor .jp-IFrame { position: relative }
body.lm-mod-override-cursor .jp-IFrame:before { content: \"\"; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0) }
.jp-Input-Boolean-Dialog { flex-direction: row-reverse; width: 100% }
.jp-Input-Boolean-Dialog>label { flex: 1 1 auto }
.jp-MainAreaWidget>:focus { outline: none }
:root { --md-red-50: #ffebee; --md-red-100: #ffcdd2; --md-red-200: #ef9a9a; --md-red-300: #e57373; --md-red-400: #ef5350; --md-red-500: #f44336; --md-red-600: #e53935; --md-red-700: #d32f2f; --md-red-800: #c62828; --md-red-900: #b71c1c; --md-red-a100: #ff8a80; --md-red-a200: #ff5252; --md-red-a400: #ff1744; --md-red-a700: #d50000; --md-pink-50: #fce4ec; --md-pink-100: #f8bbd0; --md-pink-200: #f48fb1; --md-pink-300: #f06292; --md-pink-400: #ec407a; --md-pink-500: #e91e63; --md-pink-600: #d81b60; --md-pink-700: #c2185b; --md-pink-800: #ad1457; --md-pink-900: #880e4f; --md-pink-a100: #ff80ab; --md-pink-a200: #ff4081; --md-pink-a400: #f50057; --md-pink-a700: #c51162; --md-purple-50: #f3e5f5; --md-purple-100: #e1bee7; --md-purple-200: #ce93d8; --md-purple-300: #ba68c8; --md-purple-400: #ab47bc; --md-purple-500: #9c27b0; --md-purple-600: #8e24aa; --md-purple-700: #7b1fa2; --md-purple-800: #6a1b9a; --md-purple-900: #4a148c; --md-purple-a100: #ea80fc; --md-purple-a200: #e040fb; --md-purple-a400: #d500f9; --md-purple-a700: #aa00ff; --md-deep-purple-50: #ede7f6; --md-deep-purple-100: #d1c4e9; --md-deep-purple-200: #b39ddb; --md-deep-purple-300: #9575cd; --md-deep-purple-400: #7e57c2; --md-deep-purple-500: #673ab7; --md-deep-purple-600: #5e35b1; --md-deep-purple-700: #512da8; --md-deep-purple-800: #4527a0; --md-deep-purple-900: #311b92; --md-deep-purple-a100: #b388ff; --md-deep-purple-a200: #7c4dff; --md-deep-purple-a400: #651fff; --md-deep-purple-a700: #6200ea; --md-indigo-50: #e8eaf6; --md-indigo-100: #c5cae9; --md-indigo-200: #9fa8da; --md-indigo-300: #7986cb; --md-indigo-400: #5c6bc0; --md-indigo-500: #3f51b5; --md-indigo-600: #3949ab; --md-indigo-700: #303f9f; --md-indigo-800: #283593; --md-indigo-900: #1a237e; --md-indigo-a100: #8c9eff; --md-indigo-a200: #536dfe; --md-indigo-a400: #3d5afe; --md-indigo-a700: #304ffe; --md-blue-50: #e3f2fd; --md-blue-100: #bbdefb; --md-blue-200: #90caf9; --md-blue-300: #64b5f6; --md-blue-400: #42a5f5; --md-blue-500: #2196f3; --md-blue-600: #1e88e5; --md-blue-700: #1976d2; --md-blue-800: #1565c0; --md-blue-900: #0d47a1; --md-blue-a100: #82b1ff; --md-blue-a200: #448aff; --md-blue-a400: #2979ff; --md-blue-a700: #2962ff; --md-light-blue-50: #e1f5fe; --md-light-blue-100: #b3e5fc; --md-light-blue-200: #81d4fa; --md-light-blue-300: #4fc3f7; --md-light-blue-400: #29b6f6; --md-light-blue-500: #03a9f4; --md-light-blue-600: #039be5; --md-light-blue-700: #0288d1; --md-light-blue-800: #0277bd; --md-light-blue-900: #01579b; --md-light-blue-a100: #80d8ff; --md-light-blue-a200: #40c4ff; --md-light-blue-a400: #00b0ff; --md-light-blue-a700: #0091ea; --md-cyan-50: #e0f7fa; --md-cyan-100: #b2ebf2; --md-cyan-200: #80deea; --md-cyan-300: #4dd0e1; --md-cyan-400: #26c6da; --md-cyan-500: #00bcd4; --md-cyan-600: #00acc1; --md-cyan-700: #0097a7; --md-cyan-800: #00838f; --md-cyan-900: #006064; --md-cyan-a100: #84ffff; --md-cyan-a200: #18ffff; --md-cyan-a400: #00e5ff; --md-cyan-a700: #00b8d4; --md-teal-50: #e0f2f1; --md-teal-100: #b2dfdb; --md-teal-200: #80cbc4; --md-teal-300: #4db6ac; --md-teal-400: #26a69a; --md-teal-500: #009688; --md-teal-600: #00897b; --md-teal-700: #00796b; --md-teal-800: #00695c; --md-teal-900: #004d40; --md-teal-a100: #a7ffeb; --md-teal-a200: #64ffda; --md-teal-a400: #1de9b6; --md-teal-a700: #00bfa5; --md-green-50: #e8f5e9; --md-green-100: #c8e6c9; --md-green-200: #a5d6a7; --md-green-300: #81c784; --md-green-400: #66bb6a; --md-green-500: #4caf50; --md-green-600: #43a047; --md-green-700: #388e3c; --md-green-800: #2e7d32; --md-green-900: #1b5e20; --md-green-a100: #b9f6ca; --md-green-a200: #69f0ae; --md-green-a400: #00e676; --md-green-a700: #00c853; --md-light-green-50: #f1f8e9; --md-light-green-100: #dcedc8; --md-light-green-200: #c5e1a5; --md-light-green-300: #aed581; --md-light-green-400: #9ccc65; --md-light-green-500: #8bc34a; --md-light-green-600: #7cb342; --md-light-green-700: #689f38; --md-light-green-800: #558b2f; --md-light-green-900: #33691e; --md-light-green-a100: #ccff90; --md-light-green-a200: #b2ff59; --md-light-green-a400: #76ff03; --md-light-green-a700: #64dd17; --md-lime-50: #f9fbe7; --md-lime-100: #f0f4c3; --md-lime-200: #e6ee9c; --md-lime-300: #dce775; --md-lime-400: #d4e157; --md-lime-500: #cddc39; --md-lime-600: #c0ca33; --md-lime-700: #afb42b; --md-lime-800: #9e9d24; --md-lime-900: #827717; --md-lime-a100: #f4ff81; --md-lime-a200: #eeff41; --md-lime-a400: #c6ff00; --md-lime-a700: #aeea00; --md-yellow-50: #fffde7; --md-yellow-100: #fff9c4; --md-yellow-200: #fff59d; --md-yellow-300: #fff176; --md-yellow-400: #ffee58; --md-yellow-500: #ffeb3b; --md-yellow-600: #fdd835; --md-yellow-700: #fbc02d; --md-yellow-800: #f9a825; --md-yellow-900: #f57f17; --md-yellow-a100: #ffff8d; --md-yellow-a200: #ffff00; --md-yellow-a400: #ffea00; --md-yellow-a700: #ffd600; --md-amber-50: #fff8e1; --md-amber-100: #ffecb3; --md-amber-200: #ffe082; --md-amber-300: #ffd54f; --md-amber-400: #ffca28; --md-amber-500: #ffc107; --md-amber-600: #ffb300; --md-amber-700: #ffa000; --md-amber-800: #ff8f00; --md-amber-900: #ff6f00; --md-amber-a100: #ffe57f; --md-amber-a200: #ffd740; --md-amber-a400: #ffc400; --md-amber-a700: #ffab00; --md-orange-50: #fff3e0; --md-orange-100: #ffe0b2; --md-orange-200: #ffcc80; --md-orange-300: #ffb74d; --md-orange-400: #ffa726; --md-orange-500: #ff9800; --md-orange-600: #fb8c00; --md-orange-700: #f57c00; --md-orange-800: #ef6c00; --md-orange-900: #e65100; --md-orange-a100: #ffd180; --md-orange-a200: #ffab40; --md-orange-a400: #ff9100; --md-orange-a700: #ff6d00; --md-deep-orange-50: #fbe9e7; --md-deep-orange-100: #ffccbc; --md-deep-orange-200: #ffab91; --md-deep-orange-300: #ff8a65; --md-deep-orange-400: #ff7043; --md-deep-orange-500: #ff5722; --md-deep-orange-600: #f4511e; --md-deep-orange-700: #e64a19; --md-deep-orange-800: #d84315; --md-deep-orange-900: #bf360c; --md-deep-orange-a100: #ff9e80; --md-deep-orange-a200: #ff6e40; --md-deep-orange-a400: #ff3d00; --md-deep-orange-a700: #dd2c00; --md-brown-50: #efebe9; --md-brown-100: #d7ccc8; --md-brown-200: #bcaaa4; --md-brown-300: #a1887f; --md-brown-400: #8d6e63; --md-brown-500: #795548; --md-brown-600: #6d4c41; --md-brown-700: #5d4037; --md-brown-800: #4e342e; --md-brown-900: #3e2723; --md-grey-50: #fafafa; --md-grey-100: #f5f5f5; --md-grey-200: #eeeeee; --md-grey-300: #e0e0e0; --md-grey-400: #bdbdbd; --md-grey-500: #9e9e9e; --md-grey-600: #757575; --md-grey-700: #616161; --md-grey-800: #424242; --md-grey-900: #212121; --md-blue-grey-50: #eceff1; --md-blue-grey-100: #cfd8dc; --md-blue-grey-200: #b0bec5; --md-blue-grey-300: #90a4ae; --md-blue-grey-400: #78909c; --md-blue-grey-500: #607d8b; --md-blue-grey-600: #546e7a; --md-blue-grey-700: #455a64; --md-blue-grey-800: #37474f; --md-blue-grey-900: #263238 }
.jp-Spinner { position: absolute; display: flex; justify-content: center; align-items: center; z-index: 10; left: 0; top: 0; width: 100%; height: 100%; background: var(--jp-layout-color0); outline: none }
.jp-SpinnerContent { font-size: 10px; margin: 50px auto; text-indent: -9999em; width: 3em; height: 3em; border-radius: 50%; background: linear-gradient(90deg, rgba(243, 118, 38, 1) 10%, rgba(255, 255, 255, 0) 42%); position: relative; animation: 1s linear infinite load3, 1s fadein }
.jp-SpinnerContent:before { width: 50%; height: 50%; background: rgba(243, 118, 38, 1); border-radius: 100% 0 0; position: absolute; top: 0; left: 0; content: \"\" }
.jp-SpinnerContent:after { background: var(--jp-layout-color0); width: 75%; height: 75%; border-radius: 50%; content: \"\"; margin: auto; position: absolute; top: 0; left: 0; bottom: 0; right: 0 }
@keyframes fadeIn { 0% { opacity: 0 } 100% { opacity: 1 } }
@keyframes load3 { 0% { transform: rotate(0deg) } 100% { transform: rotate(360deg) } }
button.jp-mod-styled { font-size: var(--jp-ui-font-size1); color: var(--jp-ui-font-color0); border: none; box-sizing: border-box; text-align: center; line-height: 32px; height: 32px; padding: 0 12px; letter-spacing: 0.8px; outline: none; appearance: none; -webkit-appearance: none; -moz-appearance: none }
input.jp-mod-styled { background: var(--jp-input-background); height: 28px; box-sizing: border-box; border: var(--jp-border-width) solid var(--jp-border-color1); padding-left: 7px; padding-right: 7px; font-size: var(--jp-ui-font-size2); color: var(--jp-ui-font-color0); outline: none; appearance: none; -webkit-appearance: none; -moz-appearance: none }
input[type=\"checkbox\"].jp-mod-styled { appearance: checkbox; -webkit-appearance: checkbox; -moz-appearance: checkbox; height: auto }
input.jp-mod-styled:focus { border: var(--jp-border-width) solid var(--md-blue-500); box-shadow: inset 0 0 4px var(--md-blue-300) }
.jp-FileDialog-Checkbox { margin-top: 35px; display: flex; flex-direction: row; width: 100% }
.jp-FileDialog-Checkbox>label { flex: 1 1 auto }
.jp-select-wrapper { display: flex; position: relative; flex-direction: column; padding: 1px; background-color: var(--jp-layout-color1); height: 28px; box-sizing: border-box; margin-bottom: 12px }
.jp-select-wrapper.jp-mod-focused select.jp-mod-styled { border: var(--jp-border-width) solid var(--jp-input-active-border-color); box-shadow: var(--jp-input-box-shadow); background-color: var(--jp-input-active-background) }
select.jp-mod-styled:hover { background-color: var(--jp-input-hover-background); cursor: pointer; color: var(--jp-ui-font-color0); box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5) }
select.jp-mod-styled { flex: 1 1 auto; height: 32px; width: 100%; font-size: var(--jp-ui-font-size2); background: var(--jp-input-background); color: var(--jp-ui-font-color0); padding: 0 25px 0 8px; border: var(--jp-border-width) solid var(--jp-input-border-color); border-radius: 0; outline: none; appearance: none; -webkit-appearance: none; -moz-appearance: none }
:root { --jp-private-toolbar-height: calc(
28px + var(--jp-border-width)
) }
.jp-Toolbar { color: var(--jp-ui-font-color1); flex: 0 0 auto; display: flex; flex-direction: row; border-bottom: var(--jp-border-width) solid var(--jp-toolbar-border-color); box-shadow: var(--jp-toolbar-box-shadow); background: var(--jp-toolbar-background); min-height: var(--jp-toolbar-micro-height); padding: 2px; z-index: 1; overflow-x: auto }
.jp-Toolbar>.jp-Toolbar-item.jp-Toolbar-spacer { flex-grow: 1; flex-shrink: 1 }
.jp-Toolbar-item.jp-Toolbar-kernelStatus { display: inline-block; width: 32px; background-repeat: no-repeat; background-position: center; background-size: 16px }
.jp-Toolbar>.jp-Toolbar-item { flex: 0 0 auto; display: flex; padding-left: 1px; padding-right: 1px; font-size: var(--jp-ui-font-size1); line-height: var(--jp-private-toolbar-height); height: 100% }
div.jp-ToolbarButton { color: rgba(0, 0, 0, 0); border: none; box-sizing: border-box; outline: none; appearance: none; -webkit-appearance: none; -moz-appearance: none; padding: 0; margin: 0 }
button.jp-ToolbarButtonComponent { background: var(--jp-layout-color1); border: none; box-sizing: border-box; outline: none; appearance: none; -webkit-appearance: none; -moz-appearance: none; padding: 0 6px; margin: 0; height: 24px; border-radius: var(--jp-border-radius); display: flex; align-items: center; text-align: center; font-size: 14px; min-width: unset; min-height: unset }
button.jp-ToolbarButtonComponent:disabled { opacity: 0.4 }
button.jp-ToolbarButtonComponent span { padding: 0; flex: 0 0 auto }
button.jp-ToolbarButtonComponent .jp-ToolbarButtonComponent-label { font-size: var(--jp-ui-font-size1); line-height: 100%; padding-left: 2px; color: var(--jp-ui-font-color1) }
#jp-main-dock-panel[data-mode=\"single-document\"] .jp-MainAreaWidget>.jp-Toolbar.jp-Toolbar-micro { padding: 0; min-height: 0 }
#jp-main-dock-panel[data-mode=\"single-document\"] .jp-MainAreaWidget>.jp-Toolbar { border: none; box-shadow: none }
body.p-mod-override-cursor *, body.lm-mod-override-cursor * { cursor: inherit !important }
.jp-JSONEditor { display: flex; flex-direction: column; width: 100% }
.jp-JSONEditor-host { flex: 1 1 auto; border: var(--jp-border-width) solid var(--jp-input-border-color); border-radius: 0; background: var(--jp-layout-color0); min-height: 50px; padding: 1px }
.jp-JSONEditor.jp-mod-error .jp-JSONEditor-host { border-color: rgba(255, 0, 0, 1); outline-color: rgba(255, 0, 0, 1) }
.jp-JSONEditor-header { display: flex; flex: 1 0 auto; padding: 0 0 0 12px }
.jp-JSONEditor-header label { flex: 0 0 auto }
.jp-JSONEditor-commitButton { height: 16px; width: 16px; background-size: 18px; background-repeat: no-repeat; background-position: center }
.jp-JSONEditor-host.jp-mod-focused { background-color: var(--jp-input-active-background); border: 1px solid var(--jp-input-active-border-color); box-shadow: var(--jp-input-box-shadow) }
.jp-Editor.jp-mod-dropTarget { border: var(--jp-border-width) solid var(--jp-input-active-border-color); box-shadow: var(--jp-input-box-shadow) }
.CodeMirror { font-family: monospace; height: 300px; color: rgba(0, 0, 0, 1); direction: ltr }
.CodeMirror-lines { padding: 4px 0 }
.CodeMirror pre.CodeMirror-line, .CodeMirror pre.CodeMirror-line-like { padding: 0 4px }
.CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler { background-color: rgba(255, 255, 255, 1) }
.CodeMirror-gutters { border-right: 1px solid rgba(221, 221, 221, 1); background-color: rgba(247, 247, 247, 1); white-space: nowrap }
.CodeMirror-linenumbers { }
.CodeMirror-linenumber { padding: 0 3px 0 5px; min-width: 20px; text-align: right; color: rgba(153, 153, 153, 1); white-space: nowrap }
.CodeMirror-guttermarker { color: rgba(0, 0, 0, 1) }
.CodeMirror-guttermarker-subtle { color: rgba(153, 153, 153, 1) }
.CodeMirror-cursor { border-left: 1px solid rgba(0, 0, 0, 1); border-right: none; width: 0 }
.CodeMirror div.CodeMirror-secondarycursor { border-left: 1px solid rgba(192, 192, 192, 1) }
.cm-fat-cursor .CodeMirror-cursor { width: auto; border: 0 !important; background: rgba(119, 238, 119, 1) }
.cm-fat-cursor div.CodeMirror-cursors { z-index: 1 }
.cm-fat-cursor-mark { background-color: rgba(20, 255, 20, 0.5); -webkit-animation: blink 1.06s steps(1) infinite; -moz-animation: blink 1.06s steps(1) infinite; animation: 1.06s step-end infinite blink }
.cm-animate-fat-cursor { width: auto; border: 0; -webkit-animation: blink 1.06s steps(1) infinite; -moz-animation: blink 1.06s steps(1) infinite; animation: 1.06s step-end infinite blink; background-color: rgba(119, 238, 119, 1) }
@-moz-keyframes blink {
0% {}
50% { background-color: transparent; }
100% {}
}
@-webkit-keyframes blink {
0% {}
50% { background-color: transparent; }
100% {}
}
@keyframes blink { 0% { } 50% { background-color: rgba(0, 0, 0, 0) } 100% { } }
.CodeMirror-overwrite .CodeMirror-cursor { }
.cm-tab { display: inline-block }
.CodeMirror-rulers { position: absolute; left: 0; right: 0; top: -50px; bottom: 0; overflow: hidden }
.CodeMirror-ruler { border-left: 1px solid rgba(204, 204, 204, 1); top: 0; bottom: 0; position: absolute }
.cm-s-default .cm-header { color: rgba(0, 0, 255, 1) }
.cm-s-default .cm-quote { color: rgba(0, 153, 0, 1) }
.cm-negative { color: rgba(221, 68, 68, 1) }
.cm-positive { color: rgba(34, 153, 34, 1) }
.cm-header, .cm-strong { font-weight: bold }
.cm-em { font-style: italic }
.cm-link { text-decoration: underline }
.cm-strikethrough { text-decoration: line-through }
.cm-s-default .cm-keyword { color: rgba(119, 0, 136, 1) }
.cm-s-default .cm-atom { color: rgba(34, 17, 153, 1) }
.cm-s-default .cm-number { color: rgba(17, 102, 68, 1) }
.cm-s-default .cm-def { color: rgba(0, 0, 255, 1) }
.cm-s-default .cm-variable, .cm-s-default .cm-punctuation, .cm-s-default .cm-property, .cm-s-default .cm-operator { }
.cm-s-default .cm-variable-2 { color: rgba(0, 85, 170, 1) }
.cm-s-default .cm-variable-3, .cm-s-default .cm-type { color: rgba(0, 136, 85, 1) }
.cm-s-default .cm-comment { color: rgba(170, 85, 0, 1) }
.cm-s-default .cm-string { color: rgba(170, 17, 17, 1) }
.cm-s-default .cm-string-2 { color: rgba(255, 85, 0, 1) }
.cm-s-default .cm-meta { color: rgba(85, 85, 85, 1) }
.cm-s-default .cm-qualifier { color: rgba(85, 85, 85, 1) }
.cm-s-default .cm-builtin { color: rgba(51, 0, 170, 1) }
.cm-s-default .cm-bracket { color: rgba(153, 153, 119, 1) }
.cm-s-default .cm-tag { color: rgba(17, 119, 0, 1) }
.cm-s-default .cm-attribute { color: rgba(0, 0, 204, 1) }
.cm-s-default .cm-hr { color: rgba(153, 153, 153, 1) }
.cm-s-default .cm-link { color: rgba(0, 0, 204, 1) }
.cm-s-default .cm-error { color: rgba(255, 0, 0, 1) }
.cm-invalidchar { color: rgba(255, 0, 0, 1) }
.CodeMirror-composing { border-bottom: 2px solid }
div.CodeMirror span.CodeMirror-matchingbracket { color: rgba(0, 187, 0, 1) }
div.CodeMirror span.CodeMirror-nonmatchingbracket { color: rgba(170, 34, 34, 1) }
.CodeMirror-matchingtag { background: rgba(255, 150, 0, 0.3) }
.CodeMirror-activeline-background { background: rgba(232, 242, 255, 1) }
.CodeMirror { position: relative; overflow: hidden; background: rgba(255, 255, 255, 1) }
.CodeMirror-scroll { overflow: scroll !important; margin-bottom: -50px; margin-right: -50px; padding-bottom: 50px; height: 100%; outline: none; position: relative }
.CodeMirror-sizer { position: relative; border-right: 50px solid rgba(0, 0, 0, 0) }
.CodeMirror-vscrollbar, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler { position: absolute; z-index: 6; display: none; outline: none }
.CodeMirror-vscrollbar { right: 0; top: 0; overflow-x: hidden; overflow-y: scroll }
.CodeMirror-hscrollbar { bottom: 0; left: 0; overflow-y: hidden; overflow-x: scroll }
.CodeMirror-scrollbar-filler { right: 0; bottom: 0 }
.CodeMirror-gutter-filler { left: 0; bottom: 0 }
.CodeMirror-gutters { position: absolute; left: 0; top: 0; min-height: 100%; z-index: 3 }
.CodeMirror-gutter { white-space: normal; height: 100%; display: inline-block; vertical-align: top; margin-bottom: -50px }
.CodeMirror-gutter-wrapper { position: absolute; z-index: 4; background: none !important; border: none !important }
.CodeMirror-gutter-background { position: absolute; top: 0; bottom: 0; z-index: 4 }
.CodeMirror-gutter-elt { position: absolute; cursor: default; z-index: 4 }
.CodeMirror-gutter-wrapper ::selection { background-color: rgba(0, 0, 0, 0) }
.CodeMirror-gutter-wrapper ::-moz-selection { background-color: rgba(0, 0, 0, 0) }
.CodeMirror-lines { cursor: text; min-height: 1px }
.CodeMirror pre.CodeMirror-line, .CodeMirror pre.CodeMirror-line-like { -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; border-width: 0; background: rgba(0, 0, 0, 0); font-family: inherit; font-size: inherit; margin: 0; white-space: pre; word-wrap: normal; line-height: inherit; color: inherit; z-index: 2; position: relative; overflow: visible; -webkit-tap-highlight-color: transparent; -webkit-font-variant-ligatures: contextual; font-variant-ligatures: contextual }
.CodeMirror-wrap pre.CodeMirror-line, .CodeMirror-wrap pre.CodeMirror-line-like { word-wrap: break-word; white-space: pre-wrap; word-break: normal }
.CodeMirror-linebackground { position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 0 }
.CodeMirror-linewidget { position: relative; z-index: 2; padding: 0.1px }
.CodeMirror-widget { }
.CodeMirror-rtl pre { direction: rtl }
.CodeMirror-code { outline: none }
.CodeMirror-scroll, .CodeMirror-sizer, .CodeMirror-gutter, .CodeMirror-gutters, .CodeMirror-linenumber { -moz-box-sizing: content-box; box-sizing: content-box }
.CodeMirror-measure { position: absolute; width: 100%; height: 0; overflow: hidden; visibility: hidden }
.CodeMirror-cursor { position: absolute; pointer-events: none }
.CodeMirror-measure pre { position: static }
div.CodeMirror-cursors { visibility: hidden; position: relative; z-index: 3 }
div.CodeMirror-dragcursors { visibility: visible }
.CodeMirror-focused div.CodeMirror-cursors { visibility: visible }
.CodeMirror-selected { background: rgba(217, 217, 217, 1) }
.CodeMirror-focused .CodeMirror-selected { background: rgba(215, 212, 240, 1) }
.CodeMirror-crosshair { cursor: crosshair }
.CodeMirror-line::selection, .CodeMirror-line>span::selection, .CodeMirror-line>span>span::selection { background: rgba(215, 212, 240, 1) }
.CodeMirror-line::-moz-selection, .CodeMirror-line > span::-moz-selection, .CodeMirror-line > span > span::-moz-selection { background: rgba(215, 212, 240, 1) }
.cm-searching { background-color: rgba(255, 255, 0, 0.4) }
.cm-force-border { padding-right: 0.1px }
@media print { .CodeMirror div.CodeMirror-cursors { visibility: hidden } }
.cm-tab-wrap-hack:after { content: \"\" }
span.CodeMirror-selectedtext { background: none }
.CodeMirror-dialog { position: absolute; left: 0; right: 0; z-index: 15; padding: 0.1em 0.8em; overflow: hidden; color: inherit }
.CodeMirror-dialog-top { border-bottom: 1px solid rgba(238, 238, 238, 1); top: 0 }
.CodeMirror-dialog-bottom { border-top: 1px solid rgba(238, 238, 238, 1); bottom: 0 }
.CodeMirror-dialog input { border: none; outline: none; background: rgba(0, 0, 0, 0); width: 20em; color: inherit; font-family: monospace }
.CodeMirror-dialog button { font-size: 70% }
.CodeMirror-foldmarker { color: rgba(0, 0, 255, 1); text-shadow: 1px 1px 2px rgba(187, 153, 255, 1), -1px -1px 2px rgba(187, 153, 255, 1), 1px -1px 2px rgba(187, 153, 255, 1), -1px 1px 2px rgba(187, 153, 255, 1); font-family: arial; line-height: 0.3; cursor: pointer }
.CodeMirror-foldgutter { width: 0.7em }
.CodeMirror-foldgutter-open, .CodeMirror-foldgutter-folded { cursor: pointer }
.CodeMirror-foldgutter-open:after { content: \"▾\" }
.CodeMirror-foldgutter-folded:after { content: \"▸\" }
.CodeMirror { line-height: var(--jp-code-line-height); font-size: var(--jp-code-font-size); font-family: var(--jp-code-font-family); border: 0; border-radius: 0; height: auto }
.CodeMirror pre { padding: 0 var(--jp-code-padding) }
.jp-CodeMirrorEditor[data-type=\"inline\"] .CodeMirror-dialog { background-color: var(--jp-layout-color0); color: var(--jp-content-font-color1) }
.CodeMirror-lines { padding: var(--jp-code-padding) 0 }
.CodeMirror-linenumber { padding: 0 8px }
.jp-CodeMirrorEditor { cursor: text }
.jp-CodeMirrorEditor[data-type=\"inline\"] .CodeMirror-cursor { border-left: var(--jp-code-cursor-width0) solid var(--jp-editor-cursor-color) }
@media screen and (min-width: 2138px) and (max-width: 4319px) { .jp-CodeMirrorEditor[data-type=\"inline\"] .CodeMirror-cursor { border-left: var(--jp-code-cursor-width1) solid
var(--jp-editor-cursor-color) } }
@media screen and (min-width: 4320px) { .jp-CodeMirrorEditor[data-type=\"inline\"] .CodeMirror-cursor { border-left: var(--jp-code-cursor-width2) solid
var(--jp-editor-cursor-color) } }
.CodeMirror.jp-mod-readOnly .CodeMirror-cursor { display: none }
.CodeMirror-gutters { border-right: 1px solid var(--jp-border-color2); background-color: var(--jp-layout-color0) }
.jp-CollaboratorCursor { border-left: 5px solid rgba(0, 0, 0, 0); border-right: 5px solid rgba(0, 0, 0, 0); border-top: none; border-bottom: 3px solid; background-clip: content-box; margin-left: -5px; margin-right: -5px }
.CodeMirror-selectedtext.cm-searching { background-color: var(--jp-search-selected-match-background-color) !important; color: var(--jp-search-selected-match-color) !important }
.cm-searching { background-color: var(
--jp-search-unselected-match-background-color
) !important; color: var(--jp-search-unselected-match-color) !important }
.CodeMirror-focused .CodeMirror-selected { background-color: var(--jp-editor-selected-focused-background) }
.CodeMirror-selected { background-color: var(--jp-editor-selected-background) }
.jp-CollaboratorCursor-hover { position: absolute; z-index: 1; transform: translateX(-50%); color: rgba(255, 255, 255, 1); border-radius: 3px; padding: 1px 4px; text-align: center; font-size: var(--jp-ui-font-size1); white-space: nowrap }
.jp-CodeMirror-ruler { border-left: 1px dashed var(--jp-border-color2) }
.CodeMirror.cm-s-jupyter { background: var(--jp-layout-color0); color: var(--jp-content-font-color1) }
.jp-CodeConsole .CodeMirror.cm-s-jupyter, .jp-Notebook .CodeMirror.cm-s-jupyter { background: rgba(0, 0, 0, 0) }
.cm-s-jupyter .CodeMirror-cursor { border-left: var(--jp-code-cursor-width0) solid var(--jp-editor-cursor-color) }
.cm-s-jupyter span.cm-keyword { color: var(--jp-mirror-editor-keyword-color); font-weight: bold }
.cm-s-jupyter span.cm-atom { color: var(--jp-mirror-editor-atom-color) }
.cm-s-jupyter span.cm-number { color: var(--jp-mirror-editor-number-color) }
.cm-s-jupyter span.cm-def { color: var(--jp-mirror-editor-def-color) }
.cm-s-jupyter span.cm-variable { color: var(--jp-mirror-editor-variable-color) }
.cm-s-jupyter span.cm-variable-2 { color: var(--jp-mirror-editor-variable-2-color) }
.cm-s-jupyter span.cm-variable-3 { color: var(--jp-mirror-editor-variable-3-color) }
.cm-s-jupyter span.cm-punctuation { color: var(--jp-mirror-editor-punctuation-color) }
.cm-s-jupyter span.cm-property { color: var(--jp-mirror-editor-property-color) }
.cm-s-jupyter span.cm-operator { color: var(--jp-mirror-editor-operator-color); font-weight: bold }
.cm-s-jupyter span.cm-comment { color: var(--jp-mirror-editor-comment-color); font-style: italic }
.cm-s-jupyter span.cm-string { color: var(--jp-mirror-editor-string-color) }
.cm-s-jupyter span.cm-string-2 { color: var(--jp-mirror-editor-string-2-color) }
.cm-s-jupyter span.cm-meta { color: var(--jp-mirror-editor-meta-color) }
.cm-s-jupyter span.cm-qualifier { color: var(--jp-mirror-editor-qualifier-color) }
.cm-s-jupyter span.cm-builtin { color: var(--jp-mirror-editor-builtin-color) }
.cm-s-jupyter span.cm-bracket { color: var(--jp-mirror-editor-bracket-color) }
.cm-s-jupyter span.cm-tag { color: var(--jp-mirror-editor-tag-color) }
.cm-s-jupyter span.cm-attribute { color: var(--jp-mirror-editor-attribute-color) }
.cm-s-jupyter span.cm-header { color: var(--jp-mirror-editor-header-color) }
.cm-s-jupyter span.cm-quote { color: var(--jp-mirror-editor-quote-color) }
.cm-s-jupyter span.cm-link { color: var(--jp-mirror-editor-link-color) }
.cm-s-jupyter span.cm-error { color: var(--jp-mirror-editor-error-color) }
.cm-s-jupyter span.cm-hr { color: rgba(153, 153, 153, 1) }
.cm-s-jupyter span.cm-tab { background: url(\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAMCAYAAAAkuj5RAAAAAXNSR0IArs4c6QAAAGFJREFUSMft1LsRQFAQheHPowAKoACx3IgEKtaEHujDjORSgWTH/ZOdnZOcM/sgk/kFFWY0qV8foQwS4MKBCS3qR6ixBJvElOobYAtivseIE120FaowJPN75GMu8j/LfMwNjh4HUpwg4LUAAAAASUVORK5CYII=\") right no-repeat }
.cm-s-jupyter .CodeMirror-activeline-background, .cm-s-jupyter .CodeMirror-gutter { background-color: var(--jp-layout-color2) }
.jp-CodeMirrorEditor .remote-caret { position: relative; border-left: 2px solid rgba(0, 0, 0, 1); margin-left: -1px; margin-right: -1px; box-sizing: border-box }
.jp-CodeMirrorEditor .remote-caret>div { white-space: nowrap; position: absolute; top: -1.15em; padding-bottom: 0.05em; left: -2px; font-size: 0.95em; background-color: rgba(250, 129, 0, 1); font-family: var(--jp-ui-font-family); font-weight: bold; line-height: normal; user-select: none; color: rgba(255, 255, 255, 1); padding-left: 2px; padding-right: 2px; z-index: 3; transition: opacity 0.3s ease-in-out }
.jp-CodeMirrorEditor .remote-caret.hide-name>div { transition-delay: 0.7s; opacity: 0 }
.jp-CodeMirrorEditor .remote-caret:hover>div { opacity: 1; transition-delay: 0s }
:root { --jp-private-code-span-padding: calc(
(var(--jp-code-line-height) - 1) * var(--jp-code-font-size) / 2
) }
.jp-RenderedText { text-align: left; padding-left: var(--jp-code-padding); line-height: var(--jp-code-line-height); font-family: var(--jp-code-font-family) }
.jp-RenderedText pre, .jp-RenderedJavaScript pre, .jp-RenderedHTMLCommon pre { color: var(--jp-content-font-color1); font-size: var(--jp-code-font-size); border: none; margin: 0; padding: 0 }
.jp-RenderedText pre a:link { text-decoration: none; color: var(--jp-content-link-color) }
.jp-RenderedText pre a:hover { text-decoration: underline; color: var(--jp-content-link-color) }
.jp-RenderedText pre a:visited { text-decoration: none; color: var(--jp-content-link-color) }
.jp-RenderedText pre .ansi-black-fg { color: rgba(62, 66, 77, 1) }
.jp-RenderedText pre .ansi-red-fg { color: rgba(231, 92, 88, 1) }
.jp-RenderedText pre .ansi-green-fg { color: rgba(0, 162, 80, 1) }
.jp-RenderedText pre .ansi-yellow-fg { color: rgba(221, 182, 43, 1) }
.jp-RenderedText pre .ansi-blue-fg { color: rgba(32, 143, 251, 1) }
.jp-RenderedText pre .ansi-magenta-fg { color: rgba(209, 96, 196, 1) }
.jp-RenderedText pre .ansi-cyan-fg { color: rgba(96, 198, 200, 1) }
.jp-RenderedText pre .ansi-white-fg { color: rgba(197, 193, 180, 1) }
.jp-RenderedText pre .ansi-black-bg { background-color: rgba(62, 66, 77, 1); padding: var(--jp-private-code-span-padding) 0 }
.jp-RenderedText pre .ansi-red-bg { background-color: rgba(231, 92, 88, 1); padding: var(--jp-private-code-span-padding) 0 }
.jp-RenderedText pre .ansi-green-bg { background-color: rgba(0, 162, 80, 1); padding: var(--jp-private-code-span-padding) 0 }
.jp-RenderedText pre .ansi-yellow-bg { background-color: rgba(221, 182, 43, 1); padding: var(--jp-private-code-span-padding) 0 }
.jp-RenderedText pre .ansi-blue-bg { background-color: rgba(32, 143, 251, 1); padding: var(--jp-private-code-span-padding) 0 }
.jp-RenderedText pre .ansi-magenta-bg { background-color: rgba(209, 96, 196, 1); padding: var(--jp-private-code-span-padding) 0 }
.jp-RenderedText pre .ansi-cyan-bg { background-color: rgba(96, 198, 200, 1); padding: var(--jp-private-code-span-padding) 0 }
.jp-RenderedText pre .ansi-white-bg { background-color: rgba(197, 193, 180, 1); padding: var(--jp-private-code-span-padding) 0 }
.jp-RenderedText pre .ansi-black-intense-fg { color: rgba(40, 44, 54, 1) }
.jp-RenderedText pre .ansi-red-intense-fg { color: rgba(178, 43, 49, 1) }
.jp-RenderedText pre .ansi-green-intense-fg { color: rgba(0, 116, 39, 1) }
.jp-RenderedText pre .ansi-yellow-intense-fg { color: rgba(178, 125, 18, 1) }
.jp-RenderedText pre .ansi-blue-intense-fg { color: rgba(0, 101, 202, 1) }
.jp-RenderedText pre .ansi-magenta-intense-fg { color: rgba(160, 49, 150, 1) }
.jp-RenderedText pre .ansi-cyan-intense-fg { color: rgba(37, 143, 143, 1) }
.jp-RenderedText pre .ansi-white-intense-fg { color: rgba(161, 166, 178, 1) }
.jp-RenderedText pre .ansi-black-intense-bg { background-color: rgba(40, 44, 54, 1); padding: var(--jp-private-code-span-padding) 0 }
.jp-RenderedText pre .ansi-red-intense-bg { background-color: rgba(178, 43, 49, 1); padding: var(--jp-private-code-span-padding) 0 }
.jp-RenderedText pre .ansi-green-intense-bg { background-color: rgba(0, 116, 39, 1); padding: var(--jp-private-code-span-padding) 0 }
.jp-RenderedText pre .ansi-yellow-intense-bg { background-color: rgba(178, 125, 18, 1); padding: var(--jp-private-code-span-padding) 0 }
.jp-RenderedText pre .ansi-blue-intense-bg { background-color: rgba(0, 101, 202, 1); padding: var(--jp-private-code-span-padding) 0 }
.jp-RenderedText pre .ansi-magenta-intense-bg { background-color: rgba(160, 49, 150, 1); padding: var(--jp-private-code-span-padding) 0 }
.jp-RenderedText pre .ansi-cyan-intense-bg { background-color: rgba(37, 143, 143, 1); padding: var(--jp-private-code-span-padding) 0 }
.jp-RenderedText pre .ansi-white-intense-bg { background-color: rgba(161, 166, 178, 1); padding: var(--jp-private-code-span-padding) 0 }
.jp-RenderedText pre .ansi-default-inverse-fg { color: var(--jp-ui-inverse-font-color0) }
.jp-RenderedText pre .ansi-default-inverse-bg { background-color: var(--jp-inverse-layout-color0); padding: var(--jp-private-code-span-padding) 0 }
.jp-RenderedText pre .ansi-bold { font-weight: bold }
.jp-RenderedText pre .ansi-underline { text-decoration: underline }
.jp-RenderedText[data-mime-type=\"application/vnd.jupyter.stderr\"] { background: var(--jp-rendermime-error-background); padding-top: var(--jp-code-padding) }
.jp-RenderedLatex { color: var(--jp-content-font-color1); font-size: var(--jp-content-font-size1); line-height: var(--jp-content-line-height) }
.jp-OutputArea-output.jp-RenderedLatex { padding: var(--jp-code-padding); text-align: left }
.jp-RenderedHTMLCommon { color: var(--jp-content-font-color1); font-family: var(--jp-content-font-family); font-size: var(--jp-content-font-size1); line-height: var(--jp-content-line-height); padding-right: 20px }
.jp-RenderedHTMLCommon em { font-style: italic }
.jp-RenderedHTMLCommon strong { font-weight: bold }
.jp-RenderedHTMLCommon u { text-decoration: underline }
.jp-RenderedHTMLCommon a:link { text-decoration: none; color: var(--jp-content-link-color) }
.jp-RenderedHTMLCommon a:hover { text-decoration: underline; color: var(--jp-content-link-color) }
.jp-RenderedHTMLCommon a:visited { text-decoration: none; color: var(--jp-content-link-color) }
.jp-RenderedHTMLCommon h1, .jp-RenderedHTMLCommon h2, .jp-RenderedHTMLCommon h3, .jp-RenderedHTMLCommon h4, .jp-RenderedHTMLCommon h5, .jp-RenderedHTMLCommon h6 { line-height: var(--jp-content-heading-line-height); font-weight: var(--jp-content-heading-font-weight); font-style: normal; margin: var(--jp-content-heading-margin-top) 0
var(--jp-content-heading-margin-bottom) 0 }
.jp-RenderedHTMLCommon h1:first-child, .jp-RenderedHTMLCommon h2:first-child, .jp-RenderedHTMLCommon h3:first-child, .jp-RenderedHTMLCommon h4:first-child, .jp-RenderedHTMLCommon h5:first-child, .jp-RenderedHTMLCommon h6:first-child { margin-top: calc(0.5 * var(--jp-content-heading-margin-top)) }
.jp-RenderedHTMLCommon h1:last-child, .jp-RenderedHTMLCommon h2:last-child, .jp-RenderedHTMLCommon h3:last-child, .jp-RenderedHTMLCommon h4:last-child, .jp-RenderedHTMLCommon h5:last-child, .jp-RenderedHTMLCommon h6:last-child { margin-bottom: calc(0.5 * var(--jp-content-heading-margin-bottom)) }
.jp-RenderedHTMLCommon h1 { font-size: var(--jp-content-font-size5) }
.jp-RenderedHTMLCommon h2 { font-size: var(--jp-content-font-size4) }
.jp-RenderedHTMLCommon h3 { font-size: var(--jp-content-font-size3) }
.jp-RenderedHTMLCommon h4 { font-size: var(--jp-content-font-size2) }
.jp-RenderedHTMLCommon h5 { font-size: var(--jp-content-font-size1) }
.jp-RenderedHTMLCommon h6 { font-size: var(--jp-content-font-size0) }
.jp-RenderedHTMLCommon ul:not(.list-inline), .jp-RenderedHTMLCommon ol:not(.list-inline) { padding-left: 2em }
.jp-RenderedHTMLCommon ul { list-style: disc }
.jp-RenderedHTMLCommon ul ul { list-style: square }
.jp-RenderedHTMLCommon ul ul ul { list-style: circle }
.jp-RenderedHTMLCommon ol { list-style: decimal }
.jp-RenderedHTMLCommon ol ol { list-style: upper-alpha }
.jp-RenderedHTMLCommon ol ol ol { list-style: lower-alpha }
.jp-RenderedHTMLCommon ol ol ol ol { list-style: lower-roman }
.jp-RenderedHTMLCommon ol ol ol ol ol { list-style: decimal }
.jp-RenderedHTMLCommon ol, .jp-RenderedHTMLCommon ul { margin-bottom: 1em }
.jp-RenderedHTMLCommon ul ul, .jp-RenderedHTMLCommon ul ol, .jp-RenderedHTMLCommon ol ul, .jp-RenderedHTMLCommon ol ol { margin-bottom: 0 }
.jp-RenderedHTMLCommon hr { color: var(--jp-border-color2); background-color: var(--jp-border-color1); margin-top: 1em; margin-bottom: 1em }
.jp-RenderedHTMLCommon>pre { margin: 1.5em 2em }
.jp-RenderedHTMLCommon pre, .jp-RenderedHTMLCommon code { border: 0; background-color: var(--jp-layout-color0); color: var(--jp-content-font-color1); font-family: var(--jp-code-font-family); font-size: inherit; line-height: var(--jp-code-line-height); padding: 0; white-space: pre-wrap }
.jp-RenderedHTMLCommon :not(pre)>code { background-color: var(--jp-layout-color2); padding: 1px 5px }
.jp-RenderedHTMLCommon table { border-collapse: collapse; border-spacing: 0; border: none; color: var(--jp-ui-font-color1); font-size: 12px; table-layout: fixed; margin-left: auto; margin-right: auto }
.jp-RenderedHTMLCommon thead { border-bottom: var(--jp-border-width) solid var(--jp-border-color1); vertical-align: bottom }
.jp-RenderedHTMLCommon td, .jp-RenderedHTMLCommon th, .jp-RenderedHTMLCommon tr { vertical-align: middle; padding: 0.5em; line-height: normal; white-space: normal; max-width: none; border: none }
.jp-RenderedMarkdown.jp-RenderedHTMLCommon td, .jp-RenderedMarkdown.jp-RenderedHTMLCommon th { max-width: none }
:not(.jp-RenderedMarkdown).jp-RenderedHTMLCommon td, :not(.jp-RenderedMarkdown).jp-RenderedHTMLCommon th, :not(.jp-RenderedMarkdown).jp-RenderedHTMLCommon tr { text-align: right }
.jp-RenderedHTMLCommon th { font-weight: bold }
.jp-RenderedHTMLCommon tbody tr:nth-child(2n+1) { background: var(--jp-layout-color0) }
.jp-RenderedHTMLCommon tbody tr:nth-child(2n) { background: var(--jp-rendermime-table-row-background) }
.jp-RenderedHTMLCommon tbody tr:hover { background: var(--jp-rendermime-table-row-hover-background) }
.jp-RenderedHTMLCommon table { margin-bottom: 1em }
.jp-RenderedHTMLCommon p { text-align: left; margin: 0 }
.jp-RenderedHTMLCommon p { margin-bottom: 1em }
.jp-RenderedHTMLCommon img { -moz-force-broken-image-icon: 1 }
.jp-RenderedHTMLCommon>img { display: block; margin-left: 0; margin-right: 0; margin-bottom: 1em }
[data-jp-theme-light=\"false\"] .jp-RenderedImage img.jp-needs-light-background { background-color: var(--jp-inverse-layout-color1) }
[data-jp-theme-light=\"true\"] .jp-RenderedImage img.jp-needs-dark-background { background-color: var(--jp-inverse-layout-color1) }
[data-jp-theme-light=\"false\"] .jp-RenderedImage img.jp-needs-dark-background { }
[data-jp-theme-light=\"true\"] .jp-RenderedImage img.jp-needs-light-background { }
.jp-RenderedHTMLCommon img, .jp-RenderedImage img, .jp-RenderedHTMLCommon svg, .jp-RenderedSVG svg { max-width: 100%; height: auto }
.jp-RenderedHTMLCommon img.jp-mod-unconfined, .jp-RenderedImage img.jp-mod-unconfined, .jp-RenderedHTMLCommon svg.jp-mod-unconfined, .jp-RenderedSVG svg.jp-mod-unconfined { max-width: none }
.jp-RenderedHTMLCommon .alert { padding: var(--jp-notebook-padding); border: var(--jp-border-width) solid transparent; border-radius: var(--jp-border-radius); margin-bottom: 1em }
.jp-RenderedHTMLCommon .alert-info { color: var(--jp-info-color0); background-color: var(--jp-info-color3); border-color: var(--jp-info-color2) }
.jp-RenderedHTMLCommon .alert-info hr { border-color: var(--jp-info-color3) }
.jp-RenderedHTMLCommon .alert-info>p:last-child, .jp-RenderedHTMLCommon .alert-info>ul:last-child { margin-bottom: 0 }
.jp-RenderedHTMLCommon .alert-warning { color: var(--jp-warn-color0); background-color: var(--jp-warn-color3); border-color: var(--jp-warn-color2) }
.jp-RenderedHTMLCommon .alert-warning hr { border-color: var(--jp-warn-color3) }
.jp-RenderedHTMLCommon .alert-warning>p:last-child, .jp-RenderedHTMLCommon .alert-warning>ul:last-child { margin-bottom: 0 }
.jp-RenderedHTMLCommon .alert-success { color: var(--jp-success-color0); background-color: var(--jp-success-color3); border-color: var(--jp-success-color2) }
.jp-RenderedHTMLCommon .alert-success hr { border-color: var(--jp-success-color3) }
.jp-RenderedHTMLCommon .alert-success>p:last-child, .jp-RenderedHTMLCommon .alert-success>ul:last-child { margin-bottom: 0 }
.jp-RenderedHTMLCommon .alert-danger { color: var(--jp-error-color0); background-color: var(--jp-error-color3); border-color: var(--jp-error-color2) }
.jp-RenderedHTMLCommon .alert-danger hr { border-color: var(--jp-error-color3) }
.jp-RenderedHTMLCommon .alert-danger>p:last-child, .jp-RenderedHTMLCommon .alert-danger>ul:last-child { margin-bottom: 0 }
.jp-RenderedHTMLCommon blockquote { margin: 1em 2em; padding: 0 1em; border-left: 5px solid var(--jp-border-color2) }
a.jp-InternalAnchorLink { visibility: hidden; margin-left: 8px; color: var(--md-blue-800) }
h1:hover .jp-InternalAnchorLink, h2:hover .jp-InternalAnchorLink, h3:hover .jp-InternalAnchorLink, h4:hover .jp-InternalAnchorLink, h5:hover .jp-InternalAnchorLink, h6:hover .jp-InternalAnchorLink { visibility: visible }
.jp-RenderedHTMLCommon kbd { background-color: var(--jp-rendermime-table-row-background); border-top: ; border-right: ; border-bottom: var(--jp-border-color2); border-left: ; border-radius: 3px; box-shadow: inset 0 -1px rgba(0, 0, 0, 0.25); display: inline-block; font-size: 0.8em; line-height: 1em; padding: 0.2em 0.5em }
.jp-RenderedHTMLCommon>*:last-child { margin-bottom: 0.5em }
.jp-MimeDocument { outline: none }
:root { --jp-private-filebrowser-button-height: 28px; --jp-private-filebrowser-button-width: 48px }
.jp-FileBrowser { display: flex; flex-direction: column; color: var(--jp-ui-font-color1); background: var(--jp-layout-color1); font-size: var(--jp-ui-font-size1) }
.jp-FileBrowser-toolbar.jp-Toolbar { border-bottom: none; height: auto; margin: var(--jp-toolbar-header-margin); box-shadow: none }
.jp-BreadCrumbs { flex: 0 0 auto; margin: 8px 12px }
.jp-BreadCrumbs-item { margin: 0 2px; padding: 0 2px; border-radius: var(--jp-border-radius); cursor: pointer }
.jp-BreadCrumbs-item:hover { background-color: var(--jp-layout-color2) }
.jp-BreadCrumbs-item:first-child { margin-left: 0 }
.jp-BreadCrumbs-item.jp-mod-dropTarget { background-color: var(--jp-brand-color2); opacity: 0.7 }
.jp-FileBrowser-toolbar.jp-Toolbar { padding: 0; margin: 8px 12px 0 }
.jp-FileBrowser-toolbar.jp-Toolbar { justify-content: flex-start }
.jp-FileBrowser-toolbar.jp-Toolbar .jp-Toolbar-item { flex: 0 0 auto; padding-left: 0; padding-right: 2px }
.jp-FileBrowser-toolbar.jp-Toolbar .jp-ToolbarButtonComponent { width: 40px }
.jp-FileBrowser-toolbar.jp-Toolbar .jp-Toolbar-item:first-child .jp-ToolbarButtonComponent { width: 72px; background: var(--jp-brand-color1) }
.jp-FileBrowser-toolbar.jp-Toolbar
.jp-Toolbar-item:first-child
.jp-ToolbarButtonComponent:focus-visible { background-color: var(--jp-brand-color0) }
.jp-FileBrowser-toolbar.jp-Toolbar .jp-Toolbar-item:first-child .jp-ToolbarButtonComponent .jp-icon3 { fill: rgba(255, 255, 255, 1) }
.jp-FileDialog.jp-mod-conflict input { color: var(--jp-error-color1) }
.jp-FileDialog .jp-new-name-title { margin-top: 12px }
.jp-LastModified-hidden { display: none }
.jp-FileBrowser-filterBox { padding: 0; flex: 0 0 auto; margin: 8px 12px 0 }
.jp-DirListing { flex: 1 1 auto; display: flex; flex-direction: column; outline: 0 }
.jp-DirListing:focus-visible { border: 1px solid var(--jp-brand-color1) }
.jp-DirListing-header { flex: 0 0 auto; display: flex; flex-direction: row; overflow: hidden; border-top: var(--jp-border-width) solid var(--jp-border-color2); border-bottom: var(--jp-border-width) solid var(--jp-border-color1); box-shadow: var(--jp-toolbar-box-shadow); z-index: 2 }
.jp-DirListing-headerItem { padding: 4px 12px 2px; font-weight: 500 }
.jp-DirListing-headerItem:hover { background: var(--jp-layout-color2) }
.jp-DirListing-headerItem.jp-id-name { flex: 1 0 84px }
.jp-DirListing-headerItem.jp-id-modified { flex: 0 0 112px; border-left: var(--jp-border-width) solid var(--jp-border-color2); text-align: right }
.jp-id-narrow { display: none; flex: 0 0 5px; padding: 4px; border-left: var(--jp-border-width) solid var(--jp-border-color2); text-align: right; color: var(--jp-border-color2) }
.jp-DirListing-narrow .jp-id-narrow { display: block }
.jp-DirListing-narrow .jp-id-modified, .jp-DirListing-narrow .jp-DirListing-itemModified { display: none }
.jp-DirListing-headerItem.jp-mod-selected { font-weight: 600 }
.jp-DirListing-content { flex: 1 1 auto; margin: 0; padding: 0; list-style-type: none; overflow: auto; background-color: var(--jp-layout-color1) }
.jp-DirListing-content mark { color: var(--jp-ui-font-color0); background-color: rgba(0, 0, 0, 0); font-weight: bold }
.jp-DirListing-content .jp-DirListing-item.jp-mod-selected mark { color: var(--jp-ui-inverse-font-color0) }
.jp-DirListing.jp-mod-native-drop .jp-DirListing-content { outline: 5px dashed rgba(128, 128, 128, 0.5); outline-offset: -10px; cursor: copy }
.jp-DirListing-item { display: flex; flex-direction: row; padding: 4px 12px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none }
.jp-DirListing-item[data-is-dot] { }
.jp-DirListing-item.jp-mod-selected { color: var(--jp-ui-inverse-font-color1); background: var(--jp-brand-color1) }
.jp-DirListing-item.jp-mod-dropTarget { background: var(--jp-brand-color3) }
.jp-DirListing-item:hover:not(.jp-mod-selected) { background: var(--jp-layout-color2) }
.jp-DirListing-itemIcon { flex: 0 0 20px; margin-right: 4px }
.jp-DirListing-itemText { flex: 1 0 64px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; user-select: none }
.jp-DirListing-itemModified { flex: 0 0 125px; text-align: right }
.jp-DirListing-editor { flex: 1 0 64px; outline: none; border: none }
.jp-DirListing-item.jp-mod-running .jp-DirListing-itemIcon:before { color: var(--jp-success-color1); content: \"●\"; font-size: 8px; position: absolute; left: -8px }
.jp-DirListing-item.jp-mod-running.jp-mod-selected .jp-DirListing-itemIcon:before { color: var(--jp-ui-inverse-font-color1) }
.jp-DirListing-item.lm-mod-drag-image, .jp-DirListing-item.jp-mod-selected.lm-mod-drag-image { font-size: var(--jp-ui-font-size1); padding-left: 4px; margin-left: 4px; width: 160px; background-color: var(--jp-ui-inverse-font-color2); box-shadow: var(--jp-elevation-z2); border-radius: 0; color: var(--jp-ui-font-color1); transform: translateX(-40%) translateY(-58%) }
.jp-DirListing-deadSpace { flex: 1 1 auto; margin: 0; padding: 0; list-style-type: none; overflow: auto; background-color: var(--jp-layout-color1) }
.jp-Document { min-width: 120px; min-height: 120px; outline: none }
:root { }
.jp-OutputArea { overflow-y: auto }
.jp-OutputArea-child { display: flex; flex-direction: row }
body[data-format=\"mobile\"] .jp-OutputArea-child { flex-direction: column }
.jp-OutputPrompt { flex: 0 0 var(--jp-cell-prompt-width); color: var(--jp-cell-outprompt-font-color); font-family: var(--jp-cell-prompt-font-family); padding: var(--jp-code-padding); letter-spacing: var(--jp-cell-prompt-letter-spacing); line-height: var(--jp-code-line-height); font-size: var(--jp-code-font-size); border: var(--jp-border-width) solid transparent; opacity: var(--jp-cell-prompt-opacity); text-align: right; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none }
body[data-format=\"mobile\"] .jp-OutputPrompt { flex: 0 0 auto; text-align: left }
.jp-OutputArea-output { height: auto; overflow: auto; user-select: text; -moz-user-select: text; -webkit-user-select: text; -ms-user-select: text }
.jp-OutputArea-child .jp-OutputArea-output { flex-grow: 1; flex-shrink: 1 }
body[data-format=\"mobile\"] .jp-OutputArea-child .jp-OutputArea-output { margin-left: var(--jp-notebook-padding) }
.jp-OutputArea-output.jp-mod-isolated { width: 100%; display: block }
body.lm-mod-override-cursor .jp-OutputArea-output.jp-mod-isolated { position: relative }
body.lm-mod-override-cursor .jp-OutputArea-output.jp-mod-isolated:before { content: \"\"; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0) }
.jp-OutputArea-output pre { border: none; margin: 0; padding: 0; overflow-x: auto; overflow-y: auto; word-break: break-all; word-wrap: break-word; white-space: pre-wrap }
.jp-OutputArea-output.jp-RenderedHTMLCommon table { margin-left: 0; margin-right: 0 }
.jp-OutputArea-output dl, .jp-OutputArea-output dt, .jp-OutputArea-output dd { display: block }
.jp-OutputArea-output dl { width: 100%; overflow: hidden; padding: 0; margin: 0 }
.jp-OutputArea-output dt { font-weight: bold; float: left; width: 20%; padding: 0; margin: 0 }
.jp-OutputArea-output dd { float: left; width: 80%; padding: 0; margin: 0 }
.jp-OutputArea .jp-OutputArea .jp-OutputArea-prompt { display: none }
.jp-OutputArea-output.jp-OutputArea-executeResult { margin-left: 0; flex: 1 1 auto }
.jp-OutputArea-executeResult .jp-RenderedText.jp-OutputArea-output { padding-top: var(--jp-code-padding); border-top: var(--jp-border-width) solid transparent }
.jp-OutputArea-stdin { line-height: var(--jp-code-line-height); padding-top: var(--jp-code-padding); display: flex }
.jp-Stdin-prompt { color: var(--jp-content-font-color0); padding-right: var(--jp-code-padding); vertical-align: baseline; flex: 0 0 auto }
.jp-Stdin-input { font-family: var(--jp-code-font-family); font-size: inherit; color: inherit; background-color: inherit; width: 42%; min-width: 200px; vertical-align: baseline; padding: 0 0.25em; margin: 0 0.25em; flex: 0 0 70% }
.jp-Stdin-input:focus { box-shadow: none }
.jp-LinkedOutputView .jp-OutputArea { height: 100%; display: block }
.jp-LinkedOutputView .jp-OutputArea-output:only-child { height: 100% }
.jp-Collapser { flex: 0 0 var(--jp-cell-collapser-width); padding: 0; margin: 0; border: none; outline: none; background: rgba(0, 0, 0, 0); border-radius: var(--jp-border-radius); opacity: 1 }
.jp-Collapser-child { display: block; width: 100%; box-sizing: border-box; position: absolute; top: 0; bottom: 0 }
.jp-CellHeader, .jp-CellFooter { height: 0; width: 100%; padding: 0; margin: 0; border: none; outline: none; background: rgba(0, 0, 0, 0) }
.jp-InputArea { display: flex; flex-direction: row; overflow: hidden }
body[data-format=\"mobile\"] .jp-InputArea { flex-direction: column }
.jp-InputArea-editor { flex: 1 1 auto; overflow: hidden }
.jp-InputArea-editor { border: var(--jp-border-width) solid var(--jp-cell-editor-border-color); border-radius: 0; background: var(--jp-cell-editor-background) }
body[data-format=\"mobile\"] .jp-InputArea-editor { margin-left: var(--jp-notebook-padding) }
.jp-InputPrompt { flex: 0 0 var(--jp-cell-prompt-width); color: var(--jp-cell-inprompt-font-color); font-family: var(--jp-cell-prompt-font-family); padding: var(--jp-code-padding); letter-spacing: var(--jp-cell-prompt-letter-spacing); opacity: var(--jp-cell-prompt-opacity); line-height: var(--jp-code-line-height); font-size: var(--jp-code-font-size); border: var(--jp-border-width) solid transparent; text-align: right; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none }
body[data-format=\"mobile\"] .jp-InputPrompt { flex: 0 0 auto; text-align: left }
.jp-Placeholder { display: flex; flex-direction: row; flex: 1 1 auto }
.jp-Placeholder-prompt { box-sizing: border-box }
.jp-Placeholder-content { flex: 1 1 auto; border: none; background: rgba(0, 0, 0, 0); height: 20px; box-sizing: border-box }
.jp-Placeholder-content .jp-MoreHorizIcon { width: 32px; height: 16px; border: 1px solid rgba(0, 0, 0, 0); border-radius: var(--jp-border-radius) }
.jp-Placeholder-content .jp-MoreHorizIcon:hover { border: 1px solid var(--jp-border-color1); box-shadow: 0 0 2px rgba(0, 0, 0, 0.25); background-color: var(--jp-layout-color0) }
:root { --jp-private-cell-scrolling-output-offset: 5px }
.jp-Cell { padding: var(--jp-cell-padding); margin: 0; border: none; outline: none; background: rgba(0, 0, 0, 0) }
.jp-Cell-inputWrapper, .jp-Cell-outputWrapper { display: flex; flex-direction: row; padding: 0; margin: 0; overflow: visible }
.jp-Cell-inputArea, .jp-Cell-outputArea { flex: 1 1 auto }
.jp-Cell.jp-mod-noOutputs .jp-Cell-outputCollapser { border: none !important; background: rgba(0, 0, 0, 0) !important }
.jp-Cell:not(.jp-mod-noOutputs) .jp-Cell-outputCollapser { min-height: var(--jp-cell-collapser-min-height) }
.jp-Cell:not(.jp-mod-noOutputs) .jp-Cell-outputWrapper { margin-top: 5px }
.jp-CodeCell.jp-mod-outputsScrolled .jp-Cell-outputArea { overflow-y: auto; max-height: 200px; box-shadow: inset 0 0 6px 2px rgba(0, 0, 0, 0.3); margin-left: var(--jp-private-cell-scrolling-output-offset) }
.jp-CodeCell.jp-mod-outputsScrolled .jp-OutputArea-prompt { flex: 0 0
calc(
var(--jp-cell-prompt-width) -
var(--jp-private-cell-scrolling-output-offset)
) }
.jp-MarkdownOutput { flex: 1 1 auto; margin-top: 0; margin-bottom: 0; padding-left: var(--jp-code-padding) }
.jp-MarkdownOutput.jp-RenderedHTMLCommon { overflow: auto }
.jp-showHiddenCellsButton { margin-left: calc(var(--jp-cell-prompt-width) + 2 * var(--jp-code-padding)); margin-top: var(--jp-code-padding); border: 1px solid var(--jp-border-color2); background-color: var(--jp-border-color3) !important; color: var(--jp-content-font-color0) !important }
.jp-showHiddenCellsButton:hover { background-color: var(--jp-border-color2) !important }
.jp-collapseHeadingButton { display: none }
.jp-MarkdownCell:hover .jp-collapseHeadingButton { display: flex; min-height: var(--jp-cell-collapser-min-height); position: absolute; right: 0; top: 0; bottom: 0 }
.jp-NotebookPanel-toolbar { padding: 2px }
.jp-Toolbar-item.jp-Notebook-toolbarCellType .jp-select-wrapper.jp-mod-focused { border: none; box-shadow: none }
.jp-Notebook-toolbarCellTypeDropdown select { height: 24px; font-size: var(--jp-ui-font-size1); line-height: 14px; border-radius: 0; display: block }
.jp-Notebook-toolbarCellTypeDropdown span { top: 5px !important }
:root { --jp-private-notebook-dragimage-width: 304px; --jp-private-notebook-dragimage-height: 36px; --jp-private-notebook-selected-color: var(--md-blue-400); --jp-private-notebook-active-color: var(--md-green-400) }
.jp-NotebookPanel { display: block; height: 100% }
.jp-NotebookPanel.jp-Document { min-width: 240px; min-height: 120px }
.jp-Notebook { padding: var(--jp-notebook-padding); outline: none; overflow: auto; background: var(--jp-layout-color0) }
.jp-Notebook.jp-mod-scrollPastEnd::after { display: block; content: \"\"; min-height: var(--jp-notebook-scroll-padding) }
.jp-MainAreaWidget-ContainStrict .jp-Notebook * { contain: strict }
.jp-Notebook-render * { contain: none !important }
.jp-Notebook .jp-Cell { overflow: visible }
.jp-Notebook .jp-Cell .jp-InputPrompt { cursor: move; float: left }
.jp-Notebook .jp-Cell:not(.jp-mod-active) .jp-InputPrompt { opacity: var(--jp-cell-prompt-not-active-opacity); color: var(--jp-cell-prompt-not-active-font-color) }
.jp-Notebook .jp-Cell:not(.jp-mod-active) .jp-OutputPrompt { opacity: var(--jp-cell-prompt-not-active-opacity); color: var(--jp-cell-prompt-not-active-font-color) }
.jp-Notebook .jp-Cell.jp-mod-active .jp-Collapser { background: var(--jp-brand-color1) }
.jp-Notebook .jp-Cell.jp-mod-dirty .jp-InputPrompt { color: var(--jp-warn-color1) }
.jp-Notebook .jp-Cell.jp-mod-dirty .jp-InputPrompt:before { color: var(--jp-warn-color1); content: \"•\" }
.jp-Notebook .jp-Cell.jp-mod-active.jp-mod-dirty .jp-Collapser { background: var(--jp-warn-color1) }
.jp-Notebook .jp-Cell .jp-Collapser:hover { box-shadow: var(--jp-elevation-z2); background: var(--jp-brand-color1); opacity: var(--jp-cell-collapser-not-active-hover-opacity) }
.jp-Notebook .jp-Cell.jp-mod-active .jp-Collapser:hover { background: var(--jp-brand-color0); opacity: 1 }
.jp-Notebook.jp-mod-commandMode .jp-Cell.jp-mod-selected { background: var(--jp-notebook-multiselected-color) }
.jp-Notebook.jp-mod-commandMode .jp-Cell.jp-mod-active.jp-mod-selected:not(.jp-mod-multiSelected) { background: rgba(0, 0, 0, 0) }
.jp-Notebook.jp-mod-editMode .jp-Cell.jp-mod-active .jp-InputArea-editor { border: var(--jp-border-width) solid var(--jp-cell-editor-active-border-color); box-shadow: var(--jp-input-box-shadow); background-color: var(--jp-cell-editor-active-background) }
.jp-Notebook-cell.jp-mod-dropSource { opacity: 0.5 }
.jp-Notebook-cell.jp-mod-dropTarget, .jp-Notebook.jp-mod-commandMode .jp-Notebook-cell.jp-mod-active.jp-mod-selected.jp-mod-dropTarget { border-top: 2px solid var(--jp-private-notebook-selected-color) }
.jp-dragImage { display: block; flex-direction: row; width: var(--jp-private-notebook-dragImage-width); height: var(--jp-private-notebook-dragImage-height); border: var(--jp-border-width) solid var(--jp-cell-editor-border-color); background: var(--jp-cell-editor-background); overflow: visible }
.jp-dragImage-singlePrompt { box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.12) }
.jp-dragImage .jp-dragImage-content { flex: 1 1 auto; z-index: 2; font-size: var(--jp-code-font-size); font-family: var(--jp-code-font-family); line-height: var(--jp-code-line-height); padding: var(--jp-code-padding); border: var(--jp-border-width) solid var(--jp-cell-editor-border-color); background: var(--jp-cell-editor-background-color); color: var(--jp-content-font-color3); text-align: left; margin: 4px 4px 4px 0 }
.jp-dragImage .jp-dragImage-prompt { flex: 0 0 auto; min-width: 36px; color: var(--jp-cell-inprompt-font-color); padding: 12px; font-family: var(--jp-cell-prompt-font-family); letter-spacing: var(--jp-cell-prompt-letter-spacing); line-height: 1.9; font-size: var(--jp-code-font-size); border: var(--jp-border-width) solid transparent }
.jp-dragImage-multipleBack { z-index: -1; position: absolute; height: 32px; width: 300px; top: 8px; left: 8px; background: var(--jp-layout-color2); border: var(--jp-border-width) solid var(--jp-input-border-color); box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.12) }
.jp-NotebookTools { display: block; min-width: var(--jp-sidebar-min-width); color: var(--jp-ui-font-color1); background: var(--jp-layout-color1); font-size: var(--jp-ui-font-size1); overflow: auto }
.jp-NotebookTools-tool { padding: 0 12px }
.jp-ActiveCellTool { padding: 12px; background-color: var(--jp-layout-color1); border-top: none !important }
.jp-ActiveCellTool .jp-InputArea-prompt { flex: 0 0 auto; padding-left: 0 }
.jp-ActiveCellTool .jp-InputArea-editor { flex: 1 1 auto; background: var(--jp-cell-editor-background); border-color: var(--jp-cell-editor-border-color) }
.jp-ActiveCellTool .jp-InputArea-editor .CodeMirror { background: rgba(0, 0, 0, 0) }
.jp-MetadataEditorTool { flex-direction: column; padding: 12px 0 }
.jp-RankedPanel>:not(:first-child) { margin-top: 12px }
.jp-KeySelector select.jp-mod-styled { font-size: var(--jp-ui-font-size1); color: var(--jp-ui-font-color0); border: var(--jp-border-width) solid var(--jp-border-color1) }
.jp-KeySelector label, .jp-MetadataEditorTool label { line-height: 1.4 }
.jp-NotebookTools .jp-select-wrapper { margin-top: 4px; margin-bottom: 0 }
.jp-NotebookTools .jp-Collapse { margin-top: 16px }
.jp-mod-presentationMode .jp-Notebook { --jp-content-font-size1: var(--jp-content-presentation-font-size1); --jp-code-font-size: var(--jp-code-presentation-font-size) }
.jp-mod-presentationMode .jp-Notebook .jp-Cell .jp-InputPrompt, .jp-mod-presentationMode .jp-Notebook .jp-Cell .jp-OutputPrompt { flex: 0 0 110px }
.jp-Cell-Placeholder { padding-left: 55px }
.jp-Cell-Placeholder-wrapper { background: rgba(255, 255, 255, 1); border-top: 1px solid rgba(229, 230, 233, 1); border-right: 1px solid rgba(223, 224, 228, 1); border-bottom: 1px solid rgba(208, 209, 213, 1); border-left: 1px solid rgba(223, 224, 228, 1); border-radius: 4px; -webkit-border-radius: 4px; margin: 10px 15px }
.jp-Cell-Placeholder-wrapper-inner { padding: 15px; position: relative }
.jp-Cell-Placeholder-wrapper-body { background-repeat: repeat; background-size: 50% }
.jp-Cell-Placeholder-wrapper-body div { background: no-repeat rgba(246, 247, 248, 1); height: 104px; position: relative }
.jp-Cell-Placeholder-wrapper-body div { position: absolute; right: 15px; left: 15px; top: 15px }
div.jp-Cell-Placeholder-h1 { top: 20px; height: 20px; left: 15px; width: 150px }
div.jp-Cell-Placeholder-h2 { left: 15px; top: 50px; height: 10px; width: 100px }
div.jp-Cell-Placeholder-content-1, div.jp-Cell-Placeholder-content-2, div.jp-Cell-Placeholder-content-3 { left: 15px; right: 15px; height: 10px }
div.jp-Cell-Placeholder-content-1 { top: 100px }
div.jp-Cell-Placeholder-content-2 { top: 120px }
div.jp-Cell-Placeholder-content-3 { top: 140px }
:root { --jp-shadow-base-lightness: 0; --jp-shadow-umbra-color: rgba(
var(--jp-shadow-base-lightness),
var(--jp-shadow-base-lightness),
var(--jp-shadow-base-lightness),
0.2
); --jp-shadow-penumbra-color: rgba(
var(--jp-shadow-base-lightness),
var(--jp-shadow-base-lightness),
var(--jp-shadow-base-lightness),
0.14
); --jp-shadow-ambient-color: rgba(
var(--jp-shadow-base-lightness),
var(--jp-shadow-base-lightness),
var(--jp-shadow-base-lightness),
0.12
); --jp-elevation-z0: none; --jp-elevation-z1: 0px 2px 1px -1px var(--jp-shadow-umbra-color),
0px 1px 1px 0px var(--jp-shadow-penumbra-color),
0px 1px 3px 0px var(--jp-shadow-ambient-color); --jp-elevation-z2: 0px 3px 1px -2px var(--jp-shadow-umbra-color),
0px 2px 2px 0px var(--jp-shadow-penumbra-color),
0px 1px 5px 0px var(--jp-shadow-ambient-color); --jp-elevation-z4: 0px 2px 4px -1px var(--jp-shadow-umbra-color),
0px 4px 5px 0px var(--jp-shadow-penumbra-color),
0px 1px 10px 0px var(--jp-shadow-ambient-color); --jp-elevation-z6: 0px 3px 5px -1px var(--jp-shadow-umbra-color),
0px 6px 10px 0px var(--jp-shadow-penumbra-color),
0px 1px 18px 0px var(--jp-shadow-ambient-color); --jp-elevation-z8: 0px 5px 5px -3px var(--jp-shadow-umbra-color),
0px 8px 10px 1px var(--jp-shadow-penumbra-color),
0px 3px 14px 2px var(--jp-shadow-ambient-color); --jp-elevation-z12: 0px 7px 8px -4px var(--jp-shadow-umbra-color),
0px 12px 17px 2px var(--jp-shadow-penumbra-color),
0px 5px 22px 4px var(--jp-shadow-ambient-color); --jp-elevation-z16: 0px 8px 10px -5px var(--jp-shadow-umbra-color),
0px 16px 24px 2px var(--jp-shadow-penumbra-color),
0px 6px 30px 5px var(--jp-shadow-ambient-color); --jp-elevation-z20: 0px 10px 13px -6px var(--jp-shadow-umbra-color),
0px 20px 31px 3px var(--jp-shadow-penumbra-color),
0px 8px 38px 7px var(--jp-shadow-ambient-color); --jp-elevation-z24: 0px 11px 15px -7px var(--jp-shadow-umbra-color),
0px 24px 38px 3px var(--jp-shadow-penumbra-color),
0px 9px 46px 8px var(--jp-shadow-ambient-color); --jp-border-width: 1px; --jp-border-color0: var(--md-grey-400); --jp-border-color1: var(--md-grey-400); --jp-border-color2: var(--md-grey-300); --jp-border-color3: var(--md-grey-200); --jp-border-radius: 2px; --jp-ui-font-scale-factor: 1.2; --jp-ui-font-size0: 0.83333em; --jp-ui-font-size1: 13px; --jp-ui-font-size2: 1.2em; --jp-ui-font-size3: 1.44em; --jp-ui-font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Helvetica,
Arial, sans-serif, \'Apple Color Emoji\', \'Segoe UI Emoji\', \'Segoe UI Symbol\'; --jp-ui-font-color0: rgba(0, 0, 0, 1); --jp-ui-font-color1: rgba(0, 0, 0, 0.87); --jp-ui-font-color2: rgba(0, 0, 0, 0.54); --jp-ui-font-color3: rgba(0, 0, 0, 0.38); --jp-ui-inverse-font-color0: rgba(255, 255, 255, 1); --jp-ui-inverse-font-color1: rgba(255, 255, 255, 1); --jp-ui-inverse-font-color2: rgba(255, 255, 255, 0.7); --jp-ui-inverse-font-color3: rgba(255, 255, 255, 0.5); --jp-content-line-height: 1.6; --jp-content-font-scale-factor: 1.2; --jp-content-font-size0: 0.83333em; --jp-content-font-size1: 14px; --jp-content-font-size2: 1.2em; --jp-content-font-size3: 1.44em; --jp-content-font-size4: 1.728em; --jp-content-font-size5: 2.0736em; --jp-content-presentation-font-size1: 17px; --jp-content-heading-line-height: 1; --jp-content-heading-margin-top: 1.2em; --jp-content-heading-margin-bottom: 0.8em; --jp-content-heading-font-weight: 500; --jp-content-font-color0: rgba(0, 0, 0, 1); --jp-content-font-color1: rgba(0, 0, 0, 0.87); --jp-content-font-color2: rgba(0, 0, 0, 0.54); --jp-content-font-color3: rgba(0, 0, 0, 0.38); --jp-content-link-color: var(--md-blue-700); --jp-content-font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\',
Helvetica, Arial, sans-serif, \'Apple Color Emoji\', \'Segoe UI Emoji\',
\'Segoe UI Symbol\'; --jp-code-font-size: 13px; --jp-code-line-height: 1.3077; --jp-code-padding: 5px; --jp-code-font-family-default: Menlo, Consolas, \'DejaVu Sans Mono\', monospace; --jp-code-font-family: var(--jp-code-font-family-default); --jp-code-presentation-font-size: 16px; --jp-code-cursor-width0: 1.4px; --jp-code-cursor-width1: 2px; --jp-code-cursor-width2: 4px; --jp-layout-color0: white; --jp-layout-color1: white; --jp-layout-color2: var(--md-grey-200); --jp-layout-color3: var(--md-grey-400); --jp-layout-color4: var(--md-grey-600); --jp-inverse-layout-color0: #111111; --jp-inverse-layout-color1: var(--md-grey-900); --jp-inverse-layout-color2: var(--md-grey-800); --jp-inverse-layout-color3: var(--md-grey-700); --jp-inverse-layout-color4: var(--md-grey-600); --jp-brand-color0: var(--md-blue-900); --jp-brand-color1: var(--md-blue-700); --jp-brand-color2: var(--md-blue-300); --jp-brand-color3: var(--md-blue-100); --jp-brand-color4: var(--md-blue-50); --jp-accent-color0: var(--md-green-900); --jp-accent-color1: var(--md-green-700); --jp-accent-color2: var(--md-green-300); --jp-accent-color3: var(--md-green-100); --jp-warn-color0: var(--md-orange-900); --jp-warn-color1: var(--md-orange-700); --jp-warn-color2: var(--md-orange-300); --jp-warn-color3: var(--md-orange-100); --jp-error-color0: var(--md-red-900); --jp-error-color1: var(--md-red-700); --jp-error-color2: var(--md-red-300); --jp-error-color3: var(--md-red-100); --jp-success-color0: var(--md-green-900); --jp-success-color1: var(--md-green-700); --jp-success-color2: var(--md-green-300); --jp-success-color3: var(--md-green-100); --jp-info-color0: var(--md-cyan-900); --jp-info-color1: var(--md-cyan-700); --jp-info-color2: var(--md-cyan-300); --jp-info-color3: var(--md-cyan-100); --jp-cell-padding: 5px; --jp-cell-collapser-width: 8px; --jp-cell-collapser-min-height: 20px; --jp-cell-collapser-not-active-hover-opacity: 0.6; --jp-cell-editor-background: var(--md-grey-100); --jp-cell-editor-border-color: var(--md-grey-300); --jp-cell-editor-box-shadow: inset 0 0 2px var(--md-blue-300); --jp-cell-editor-active-background: var(--jp-layout-color0); --jp-cell-editor-active-border-color: var(--jp-brand-color1); --jp-cell-prompt-width: 64px; --jp-cell-prompt-font-family: var(--jp-code-font-family-default); --jp-cell-prompt-letter-spacing: 0px; --jp-cell-prompt-opacity: 1; --jp-cell-prompt-not-active-opacity: 0.5; --jp-cell-prompt-not-active-font-color: var(--md-grey-700); --jp-cell-inprompt-font-color: #307fc1; --jp-cell-outprompt-font-color: #bf5b3d; --jp-notebook-padding: 10px; --jp-notebook-select-background: var(--jp-layout-color1); --jp-notebook-multiselected-color: var(--md-blue-50); --jp-notebook-scroll-padding: calc(
100% - var(--jp-code-font-size) * var(--jp-code-line-height) -
var(--jp-code-padding) - var(--jp-cell-padding) - 1px
); --jp-rendermime-error-background: #fdd; --jp-rendermime-table-row-background: var(--md-grey-100); --jp-rendermime-table-row-hover-background: var(--md-light-blue-50); --jp-dialog-background: rgba(0, 0, 0, 0.25); --jp-console-padding: 10px; --jp-toolbar-border-color: var(--jp-border-color1); --jp-toolbar-micro-height: 8px; --jp-toolbar-background: var(--jp-layout-color1); --jp-toolbar-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.24); --jp-toolbar-header-margin: 4px 4px 0px 4px; --jp-toolbar-active-background: var(--md-grey-300); --jp-statusbar-height: 24px; --jp-input-box-shadow: inset 0 0 2px var(--md-blue-300); --jp-input-active-background: var(--jp-layout-color1); --jp-input-hover-background: var(--jp-layout-color1); --jp-input-background: var(--md-grey-100); --jp-input-border-color: var(--jp-border-color1); --jp-input-active-border-color: var(--jp-brand-color1); --jp-input-active-box-shadow-color: rgba(19, 124, 189, 0.3); --jp-editor-selected-background: #d9d9d9; --jp-editor-selected-focused-background: #d7d4f0; --jp-editor-cursor-color: var(--jp-ui-font-color0); --jp-mirror-editor-keyword-color: #008000; --jp-mirror-editor-atom-color: #88f; --jp-mirror-editor-number-color: #080; --jp-mirror-editor-def-color: #00f; --jp-mirror-editor-variable-color: var(--md-grey-900); --jp-mirror-editor-variable-2-color: #05a; --jp-mirror-editor-variable-3-color: #085; --jp-mirror-editor-punctuation-color: #05a; --jp-mirror-editor-property-color: #05a; --jp-mirror-editor-operator-color: #aa22ff; --jp-mirror-editor-comment-color: #408080; --jp-mirror-editor-string-color: #ba2121; --jp-mirror-editor-string-2-color: #708; --jp-mirror-editor-meta-color: #aa22ff; --jp-mirror-editor-qualifier-color: #555; --jp-mirror-editor-builtin-color: #008000; --jp-mirror-editor-bracket-color: #997; --jp-mirror-editor-tag-color: #170; --jp-mirror-editor-attribute-color: #00c; --jp-mirror-editor-header-color: blue; --jp-mirror-editor-quote-color: #090; --jp-mirror-editor-link-color: #00c; --jp-mirror-editor-error-color: #f00; --jp-mirror-editor-hr-color: #999; --jp-vega-background: white; --jp-sidebar-min-width: 250px; --jp-search-toggle-off-opacity: 0.5; --jp-search-toggle-hover-opacity: 0.8; --jp-search-toggle-on-opacity: 1; --jp-search-selected-match-background-color: rgb(245, 200, 0); --jp-search-selected-match-color: black; --jp-search-unselected-match-background-color: var(
--jp-inverse-layout-color0
); --jp-search-unselected-match-color: var(--jp-ui-inverse-font-color0); --jp-icon-contrast-color0: var(--md-purple-600); --jp-icon-contrast-color1: var(--md-green-600); --jp-icon-contrast-color2: var(--md-pink-600); --jp-icon-contrast-color3: var(--md-blue-600) }
a.anchor-link { display: none }
.highlight { margin: 0.4em }
.jp-Notebook { padding: 0 }
:root { --jp-ui-font-size1: 20px; --jp-content-font-size1: 20px; --jp-code-font-size: 19px; --jp-cell-prompt-width: 110px }
@media print { body { margin: 0 } }
.reveal { font-size: 160% }
.reveal pre { width: inherit; padding: 0.4em; margin: 0; font-family: monospace, sans-serif; font-size: 80%; box-shadow: 0 0 rgba(0, 0, 0, 0) }
.reveal pre code { padding: 0 }
.reveal section img { border: 0 solid rgba(0, 0, 0, 1); box-shadow: 0 0 10px rgba(0, 0, 0, 0) }
.reveal .slides { text-align: left }
.reveal.fade { opacity: 1 }
.reveal .progress { position: static }
div.jp-InputArea-editor { padding: 0.06em }
div.code_cell { background-color: rgba(0, 0, 0, 0) }
div.output_area pre { font-family: monospace, sans-serif; font-size: 80% }
div.jp-OutputPrompt { margin: 5px 5px 0 0 }
.reveal .controls .navigate-left, .reveal .controls .navigate-left.enabled { border-right-color: rgba(114, 114, 114, 1) }
.reveal .controls .navigate-left.enabled:hover, .reveal .controls .navigate-left.enabled.enabled:hover { border-right-color: rgba(223, 223, 223, 1) }
.reveal .controls .navigate-right, .reveal .controls .navigate-right.enabled { border-left-color: rgba(114, 114, 114, 1) }
.reveal .controls .navigate-right.enabled:hover, .reveal .controls .navigate-right.enabled.enabled:hover { border-left-color: rgba(223, 223, 223, 1) }
.reveal .controls .navigate-up, .reveal .controls .navigate-up.enabled { border-bottom-color: rgba(114, 114, 114, 1) }
.reveal .controls .navigate-up.enabled:hover, .reveal .controls .navigate-up.enabled.enabled:hover { border-bottom-color: rgba(223, 223, 223, 1) }
.reveal .controls .navigate-down, .reveal .controls .navigate-down.enabled { border-top-color: rgba(114, 114, 114, 1) }
.reveal .controls .navigate-down.enabled:hover, .reveal .controls .navigate-down.enabled.enabled:hover { border-top-color: rgba(223, 223, 223, 1) }
.reveal .progress span { background: rgba(114, 114, 114, 1) }
::-webkit-scrollbar { width: 6px; height: 6px }
::-webkit-scrollbar * { background: rgba(0, 0, 0, 0) }
::-webkit-scrollbar-thumb { background: rgba(114, 114, 114, 1) !important }

 

 

前几篇博文中介绍了Transformer,由于其优越的性能表现,在工业界使用的越来越广泛,同时,配合迁移学习理论,越来越多的Transformer预训练模型和源码库逐渐开源,Huggingface就是其中做的最为出色的一家机构。Huggingface是一家在NLP社区做出杰出贡献的纽约创业公司,其所提供的大量预训练模型和代码等资源被广泛的应用于学术研究当中。Huggingface所开源的Transformers提供了数以千计针对于各种任务的预训练模型模型,开发者可以根据自身的需要,选择模型进行训练或微调,也可阅读api文档和源码, 快速开发新模型。

本篇博文,我们对Huggingface所开源的Transformers进行介绍。在此之前,请通过下行命令安装transformers库:

pip install transformers

 

 

1 从AutoClass说起¶

 

 

transformers库中提供了上百个算法模型的实现,有BERT模型对应的BertModel类,有BART对应的BartModel类……,每当我们使用对应的预训练模型时,都必须先找到对应类名,然后进行实例化,麻烦吗?非常麻烦!

所以,transformers库中提供统一的入口,也就是我们这里说到的“AutoClass”系列的高级对象,通过在调用“AutoClass”的from_pretrained()方法时指定预训练模型的名称或预训练模型所在目录,即可快速、便捷得完成预训练模型创建。有了“AutoClass”,只需要知道预训练模型的名称,或者将预训练模型下载好,程序将根据预训练模型配置文件中model_type或者预训练模型名称、路径进行模式匹配,自动决定实例化哪一个模型类,不再需要再到该模型在transfors库中对应的类名。“AutoClass”所有类都不能够通过init()方法进行实例化,只能通过from_pretrained()方法实例化指定的类。

如下所示,我们到Huggingface官网下载好一个中文BERT预训练模型,模型所有文件存放在当前目录下的“model/bert-base-chinese”路径下。创建预训练模型时,我们将这一路径传递到from_pretrained()方法,即可完成模型创建,创建好的模型为BertModel类的实例。

 

In [1]:

from transformers import AutoModel

 

In [4]:

model = AutoModel.from_pretrained(\"./models/bert-base-chinese\")
print(type(model))

 

 

Some weights of the model checkpoint at ./models/bert-base-chinese were not used when initializing BertModel: [\'cls.predictions.transform.dense.weight\', \'cls.predictions.bias\', \'cls.seq_relationship.weight\', \'cls.predictions.transform.dense.bias\', \'cls.predictions.transform.LayerNorm.weight\', \'cls.predictions.transform.LayerNorm.bias\', \'cls.seq_relationship.bias\', \'cls.predictions.decoder.weight\']
- This IS expected if you are initializing BertModel from the checkpoint of a model trained on another task or with another architecture (e.g. initializing a BertForSequenceClassification model from a BertForPreTraining model).
- This IS NOT expected if you are initializing BertModel from the checkpoint of a model that you expect to be exactly identical (initializing a BertForSequenceClassification model from a BertForSequenceClassification model).

 

<class \'transformers.models.bert.modeling_bert.BertModel\'>

 

 

可以看到,。这一过程中,之所以会有提示信息显示,是因为有些权重参数并未使用上,这是正常的。

之所以说“AutoClass”是一个系列,是因为“AutoClass”不仅包括便捷创建预训练模型的类对象AutoModel,还包括预训练模型对应的分词器类对象AutoTokenizer,预训练模型配置管理类AutoTokenizer,以及其他各种特色功能的类对象,这里不一一列举,看一参考Huggingface官方文档对“AutoClass”的说明。

 

 

2 词的向量表示——AutoTokenizer¶

 

 

几乎所有的自然语言处理任务,都是从分词和词的向量表示开始的,Transformer算法模型也不例外,所以,在Huggingface的transformers库中提供了高级API对象——AutoTokenizer,用以加载预训练的分词器实现这一过程。

AutoTokenizer是Huggingface提供的“AutoClass”系列的高级对象,可以便捷的调用tokenizers库(Huggingface提供的专门用于分词等操作的代码库)实现加载预训练的分词器。

通过在AutoTokenizer中定义的from_pretrained方法指定需要加载的分词器名称,即可从网络上自动加载分词器,并实例化tokenizers库中分词器。tokenizers中定义的分词器对象提供非常丰富的功能,例如定义词库、加载词库、截断、填充、指定特殊标记等。

`这里需要注意,大多数情况下,我们都是同时使用预定义的分词器和预训练模型,或者说是配套使用的,例如,我们使用的预训练模型是“bert-base-chinese”,那么,加载分词器是,也必须使用“bert-base-chinese”对应的词库,否则,使用预训练模型就效果将大大降低。`

 

In [5]:

from transformers import AutoTokenizer

 

In [7]:

tokenizer = AutoTokenizer.from_pretrained(\"bert-base-chinese\")

 

In [8]:

sentence = \"床前明月光\"
tokenizer(sentence)

 

Out[8]:

{\'input_ids\': [101, 2414, 1184, 3209, 3299, 1045, 102], \'token_type_ids\': [0, 0, 0, 0, 0, 0, 0], \'attention_mask\': [1, 1, 1, 1, 1, 1, 1]}

 

 

  • 指定目录加载分词器

 

 

当然,有时候因为网络原因,也可以先手动从Huggingface官网下载模型,然后在from_pretrained方法中指定本地目录方式进行加载。

 

In [9]:

tokenizer = AutoTokenizer.from_pretrained(\"./models/bert-base-chinese\")

 

In [10]:

sentence = \"床前明月光\"
tokenizer(sentence)

 

Out[10]:

{\'input_ids\': [101, 2414, 1184, 3209, 3299, 1045, 102], \'token_type_ids\': [0, 0, 0, 0, 0, 0, 0], \'attention_mask\': [1, 1, 1, 1, 1, 1, 1]}

 

 

  • 同时转化多个句子

 

In [11]:

sentence = [\"床前明月光\", \"床前明月光,疑是地上霜。\"]
tokenizer(sentence)

 

Out[11]:

{\'input_ids\': [[101, 2414, 1184, 3209, 3299, 1045, 102], [101, 2414, 1184, 3209, 3299, 1045, 8024, 4542, 3221, 1765, 677, 7458, 511, 102]], \'token_type_ids\': [[0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]], \'attention_mask\': [[1, 1, 1, 1, 1, 1, 1], [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]]}

 

 

  • 其他参数功能

tokenizer内部还提供其他丰富的参数用于实现多种多样功能:

 

In [12]:

tokenizer(
    [\"床前明月光\", \"床前明月光,疑是地上霜。\"],
    padding=True,   # 长度不足max_length时是否进行填充
    truncation=True,  # 长度超过max_length时是否进行截断
    max_length=10,
    return_tensors=\"pt\",  # 指定返回数据类型,pt:pytorch的张量,tf:TensorFlow的张量
)

 

Out[12]:

{\'input_ids\': tensor([[ 101, 2414, 1184, 3209, 3299, 1045,  102,    0,    0,    0],
        [ 101, 2414, 1184, 3209, 3299, 1045, 8024, 4542, 3221,  102]]), \'token_type_ids\': tensor([[0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
        [0, 0, 0, 0, 0, 0, 0, 0, 0, 0]]), \'attention_mask\': tensor([[1, 1, 1, 1, 1, 1, 1, 0, 0, 0],
        [1, 1, 1, 1, 1, 1, 1, 1, 1, 1]])}

 

 

3 配置——AutoConfig¶

 

 

每一类的算法模型的框架结构都是不一样的,所以超参数配置也不一样,如果每次加载预训练模型,都要用户手动去找到对应的配置项、配置类,就是非不便捷了,所以,在“AutoClass”中也提供有专门的配置管理入口——AutoConfig。

一般来说,就算同一个算法的预训练模型,也可能有不同的网络结构,所以,我们下载的预训练模型本身就提供有一个配置文件,例如在Huggingface官网下载的预训练模型,提供有一个config.json文件,AutoConfig将从里面加载当前预训练模型的特定配置项信息进行覆盖。

以BERT模型为例,我们下来看看默认的配置项:

 

In [13]:

from transformers import BertConfig
config = BertConfig()

 

In [14]:

config

 

Out[14]:

BertConfig {
  \"attention_probs_dropout_prob\": 0.1,
  \"classifier_dropout\": null,
  \"hidden_act\": \"gelu\",
  \"hidden_dropout_prob\": 0.1,
  \"hidden_size\": 768,
  \"initializer_range\": 0.02,
  \"intermediate_size\": 3072,
  \"layer_norm_eps\": 1e-12,
  \"max_position_embeddings\": 512,
  \"model_type\": \"bert\",
  \"num_attention_heads\": 12,
  \"num_hidden_layers\": 12,
  \"pad_token_id\": 0,
  \"position_embedding_type\": \"absolute\",
  \"transformers_version\": \"4.24.0\",
  \"type_vocab_size\": 2,
  \"use_cache\": true,
  \"vocab_size\": 30522
}

 

In [15]:

from transformers import AutoConfig
config = AutoConfig.from_pretrained(\"./models/bert-base-chinese\")

 

In [16]:

config

 

Out[16]:

BertConfig {
  \"_name_or_path\": \"./models/bert-base-chinese\",
  \"attention_probs_dropout_prob\": 0.1,
  \"classifier_dropout\": null,
  \"directionality\": \"bidi\",
  \"hidden_act\": \"gelu\",
  \"hidden_dropout_prob\": 0.1,
  \"hidden_size\": 768,
  \"initializer_range\": 0.02,
  \"intermediate_size\": 3072,
  \"layer_norm_eps\": 1e-12,
  \"lstm_dropout_prob\": 0.5,
  \"lstm_embedding_size\": 768,
  \"max_position_embeddings\": 512,
  \"model_type\": \"bert\",
  \"num_attention_heads\": 12,
  \"num_hidden_layers\": 12,
  \"pad_token_id\": 0,
  \"pooler_fc_size\": 768,
  \"pooler_num_attention_heads\": 12,
  \"pooler_num_fc_layers\": 3,
  \"pooler_size_per_head\": 128,
  \"pooler_type\": \"first_token_transform\",
  \"position_embedding_type\": \"absolute\",
  \"transformers_version\": \"4.24.0\",
  \"type_vocab_size\": 2,
  \"use_cache\": true,
  \"vocab_size\": 21128
}

 

 

可以看到,从预训练模型加载出来的配置项与之前的默认配置项略有不同。而且,这个配置实例就是BertConfig类的实例,如下所示:

 

In [17]:

type(config)

 

Out[17]:

transformers.models.bert.configuration_bert.BertConfig

 

 

通过config实例,我们可以对配置项进行修改,例如,上述配置中,编码器结构为12层编码器层,我们将其修改为5层,如下所示,经过修改后,最终创建的模型编码器只包含5层结构,也只有前5层会加载预训练结构,其他权重将会被舍弃。

 

In [18]:

config.num_hidden_layers=5
print(config)

 

 

BertConfig {
  \"_name_or_path\": \"./models/bert-base-chinese\",
  \"attention_probs_dropout_prob\": 0.1,
  \"classifier_dropout\": null,
  \"directionality\": \"bidi\",
  \"hidden_act\": \"gelu\",
  \"hidden_dropout_prob\": 0.1,
  \"hidden_size\": 768,
  \"initializer_range\": 0.02,
  \"intermediate_size\": 3072,
  \"layer_norm_eps\": 1e-12,
  \"lstm_dropout_prob\": 0.5,
  \"lstm_embedding_size\": 768,
  \"max_position_embeddings\": 512,
  \"model_type\": \"bert\",
  \"num_attention_heads\": 12,
  \"num_hidden_layers\": 5,
  \"pad_token_id\": 0,
  \"pooler_fc_size\": 768,
  \"pooler_num_attention_heads\": 12,
  \"pooler_num_fc_layers\": 3,
  \"pooler_size_per_head\": 128,
  \"pooler_type\": \"first_token_transform\",
  \"position_embedding_type\": \"absolute\",
  \"transformers_version\": \"4.24.0\",
  \"type_vocab_size\": 2,
  \"use_cache\": true,
  \"vocab_size\": 21128
}

 

 

修改之后的参数,如果后续需要再次使用,可以保存到本地,传入保存路径,将在指定目录保存为config.json文件:

 

In [75]:

config.save_pretrained(\"./models/bert-base-chinese\")

 

 

4 创建预训练模型——AutoModel¶

 

 

Huggingface官方提供了很多的预训练模型,可以在Huggingface官网很容易找到。通过AutoModel类,创建预训练模型最简单的方法就是直接传入预训练模型名称或者本地路径,因为国内网络环境原因,建议先去将预训练模型下载到本地,通过指定目录的方式进行加载:

 

In [19]:

from transformers import AutoModel
model = AutoModel.from_pretrained(\"./models/bert-base-chinese\")

 

 

Some weights of the model checkpoint at ./models/bert-base-chinese were not used when initializing BertModel: [\'cls.predictions.transform.dense.weight\', \'cls.predictions.bias\', \'cls.seq_relationship.weight\', \'cls.predictions.transform.dense.bias\', \'cls.predictions.transform.LayerNorm.weight\', \'cls.predictions.transform.LayerNorm.bias\', \'cls.seq_relationship.bias\', \'cls.predictions.decoder.weight\']
- This IS expected if you are initializing BertModel from the checkpoint of a model trained on another task or with another architecture (e.g. initializing a BertForSequenceClassification model from a BertForPreTraining model).
- This IS NOT expected if you are initializing BertModel from the checkpoint of a model that you expect to be exactly identical (initializing a BertForSequenceClassification model from a BertForSequenceClassification model).

 

 

通过这种方法,模型将直接加载预训练模型config.json的配置项。也可以在加载模型时,指定配置类实例,这样就可以实现对预训练模型的自定义,例如,传入我们上一小节中修改后的config实例:

 

In [20]:

model = AutoModel.from_pretrained(\"./models/bert-base-chinese\", config=config)

 

 

Some weights of the model checkpoint at ./models/bert-base-chinese were not used when initializing BertModel: [\'cls.seq_relationship.weight\', \'bert.encoder.layer.8.attention.self.value.bias\', \'bert.encoder.layer.8.attention.output.dense.bias\', \'bert.encoder.layer.10.attention.self.query.bias\', \'bert.encoder.layer.6.attention.output.LayerNorm.bias\', \'cls.predictions.transform.dense.bias\', \'bert.encoder.layer.7.attention.output.dense.bias\', \'bert.encoder.layer.9.attention.self.value.bias\', \'bert.encoder.layer.7.attention.self.query.weight\', \'bert.encoder.layer.10.output.LayerNorm.weight\', \'bert.encoder.layer.9.attention.output.LayerNorm.bias\', \'bert.encoder.layer.10.attention.output.LayerNorm.weight\', \'bert.encoder.layer.9.attention.self.key.weight\', \'cls.predictions.transform.dense.weight\', \'bert.encoder.layer.5.attention.self.query.weight\', \'bert.encoder.layer.11.output.LayerNorm.weight\', \'bert.encoder.layer.6.attention.self.query.weight\', \'bert.encoder.layer.10.output.dense.weight\', \'bert.encoder.layer.6.attention.output.dense.bias\', \'bert.encoder.layer.5.attention.self.key.weight\', \'bert.encoder.layer.7.attention.self.value.bias\', \'bert.encoder.layer.5.intermediate.dense.weight\', \'bert.encoder.layer.9.intermediate.dense.weight\', \'bert.encoder.layer.5.attention.self.query.bias\', \'bert.encoder.layer.7.attention.self.key.weight\', \'bert.encoder.layer.11.output.dense.weight\', \'bert.encoder.layer.8.attention.self.key.weight\', \'bert.encoder.layer.10.output.dense.bias\', \'bert.encoder.layer.10.attention.output.dense.weight\', \'bert.encoder.layer.11.intermediate.dense.bias\', \'bert.encoder.layer.9.output.LayerNorm.weight\', \'bert.encoder.layer.9.output.LayerNorm.bias\', \'bert.encoder.layer.6.attention.self.value.weight\', \'bert.encoder.layer.10.attention.output.dense.bias\', \'bert.encoder.layer.11.attention.output.dense.bias\', \'bert.encoder.layer.10.intermediate.dense.weight\', \'bert.encoder.layer.10.attention.self.value.weight\', \'bert.encoder.layer.6.attention.self.value.bias\', \'bert.encoder.layer.6.attention.self.query.bias\', \'bert.encoder.layer.11.intermediate.dense.weight\', \'bert.encoder.layer.5.attention.output.LayerNorm.bias\', \'bert.encoder.layer.8.output.dense.weight\', \'bert.encoder.layer.11.attention.self.query.weight\', \'bert.encoder.layer.7.intermediate.dense.bias\', \'bert.encoder.layer.9.output.dense.bias\', \'bert.encoder.layer.11.attention.self.value.bias\', \'bert.encoder.layer.5.attention.self.value.bias\', \'bert.encoder.layer.11.attention.output.LayerNorm.weight\', \'bert.encoder.layer.10.attention.self.key.bias\', \'bert.encoder.layer.9.attention.output.LayerNorm.weight\', \'bert.encoder.layer.6.output.dense.weight\', \'bert.encoder.layer.6.output.LayerNorm.bias\', \'bert.encoder.layer.7.attention.self.key.bias\', \'bert.encoder.layer.11.output.LayerNorm.bias\', \'bert.encoder.layer.8.output.LayerNorm.weight\', \'bert.encoder.layer.11.attention.self.value.weight\', \'bert.encoder.layer.8.attention.output.dense.weight\', \'bert.encoder.layer.9.attention.output.dense.weight\', \'cls.predictions.bias\', \'bert.encoder.layer.9.output.dense.weight\', \'bert.encoder.layer.8.output.LayerNorm.bias\', \'bert.encoder.layer.9.attention.self.key.bias\', \'bert.encoder.layer.6.attention.self.key.bias\', \'bert.encoder.layer.9.attention.self.query.bias\', \'bert.encoder.layer.6.intermediate.dense.bias\', \'bert.encoder.layer.6.attention.self.key.weight\', \'bert.encoder.layer.8.attention.self.key.bias\', \'bert.encoder.layer.7.attention.output.LayerNorm.bias\', \'bert.encoder.layer.9.attention.output.dense.bias\', \'bert.encoder.layer.6.output.dense.bias\', \'bert.encoder.layer.11.attention.self.key.weight\', \'bert.encoder.layer.7.output.dense.weight\', \'bert.encoder.layer.8.intermediate.dense.bias\', \'bert.encoder.layer.5.attention.self.value.weight\', \'bert.encoder.layer.7.output.LayerNorm.weight\', \'bert.encoder.layer.5.output.dense.weight\', \'bert.encoder.layer.11.output.dense.bias\', \'bert.encoder.layer.8.output.dense.bias\', \'bert.encoder.layer.10.attention.self.query.weight\', \'bert.encoder.layer.9.intermediate.dense.bias\', \'bert.encoder.layer.9.attention.self.value.weight\', \'bert.encoder.layer.11.attention.output.LayerNorm.bias\', \'bert.encoder.layer.7.intermediate.dense.weight\', \'bert.encoder.layer.7.attention.self.query.bias\', \'bert.encoder.layer.7.attention.output.LayerNorm.weight\', \'bert.encoder.layer.5.output.LayerNorm.weight\', \'cls.predictions.decoder.weight\', \'bert.encoder.layer.9.attention.self.query.weight\', \'bert.encoder.layer.6.intermediate.dense.weight\', \'bert.encoder.layer.10.output.LayerNorm.bias\', \'bert.encoder.layer.11.attention.output.dense.weight\', \'bert.encoder.layer.10.intermediate.dense.bias\', \'bert.encoder.layer.6.attention.output.LayerNorm.weight\', \'bert.encoder.layer.11.attention.self.key.bias\', \'bert.encoder.layer.8.intermediate.dense.weight\', \'bert.encoder.layer.5.output.dense.bias\', \'bert.encoder.layer.5.attention.output.dense.bias\', \'bert.encoder.layer.8.attention.output.LayerNorm.bias\', \'cls.predictions.transform.LayerNorm.weight\', \'bert.encoder.layer.8.attention.self.value.weight\', \'cls.predictions.transform.LayerNorm.bias\', \'bert.encoder.layer.8.attention.self.query.bias\', \'bert.encoder.layer.5.attention.output.dense.weight\', \'bert.encoder.layer.7.output.dense.bias\', \'cls.seq_relationship.bias\', \'bert.encoder.layer.6.attention.output.dense.weight\', \'bert.encoder.layer.11.attention.self.query.bias\', \'bert.encoder.layer.7.attention.self.value.weight\', \'bert.encoder.layer.8.attention.output.LayerNorm.weight\', \'bert.encoder.layer.6.output.LayerNorm.weight\', \'bert.encoder.layer.5.attention.self.key.bias\', \'bert.encoder.layer.10.attention.self.value.bias\', \'bert.encoder.layer.5.attention.output.LayerNorm.weight\', \'bert.encoder.layer.7.output.LayerNorm.bias\', \'bert.encoder.layer.5.intermediate.dense.bias\', \'bert.encoder.layer.7.attention.output.dense.weight\', \'bert.encoder.layer.10.attention.output.LayerNorm.bias\', \'bert.encoder.layer.8.attention.self.query.weight\', \'bert.encoder.layer.10.attention.self.key.weight\', \'bert.encoder.layer.5.output.LayerNorm.bias\']
- This IS expected if you are initializing BertModel from the checkpoint of a model trained on another task or with another architecture (e.g. initializing a BertForSequenceClassification model from a BertForPreTraining model).
- This IS NOT expected if you are initializing BertModel from the checkpoint of a model that you expect to be exactly identical (initializing a BertForSequenceClassification model from a BertForSequenceClassification model).

 

 

因为在上一章节,我们将编码器结构层数改为5,所以,这里提示很多权重参数并未使用。

 

 

同时,我们也可以通过在from_pretrained()方法中直接传参的方式,传入配置项,例如,我们将编码器层数改为3层。注意,这种方式在指定了config参数时不在生效。

 

In [21]:

model = AutoModel.from_pretrained(\"./models/bert-base-chinese\", num_hidden_layers=3)

 

 

Some weights of the model checkpoint at ./models/bert-base-chinese were not used when initializing BertModel: [\'bert.encoder.layer.4.attention.self.value.bias\', \'cls.seq_relationship.weight\', \'bert.encoder.layer.8.attention.self.value.bias\', \'bert.encoder.layer.8.attention.output.dense.bias\', \'bert.encoder.layer.10.attention.self.query.bias\', \'bert.encoder.layer.6.attention.output.LayerNorm.bias\', \'cls.predictions.transform.dense.bias\', \'bert.encoder.layer.7.attention.output.dense.bias\', \'bert.encoder.layer.9.attention.self.value.bias\', \'bert.encoder.layer.7.attention.self.query.weight\', \'bert.encoder.layer.10.output.LayerNorm.weight\', \'bert.encoder.layer.9.attention.output.LayerNorm.bias\', \'bert.encoder.layer.4.intermediate.dense.weight\', \'bert.encoder.layer.4.attention.output.LayerNorm.bias\', \'bert.encoder.layer.9.attention.self.key.weight\', \'cls.predictions.transform.dense.weight\', \'bert.encoder.layer.10.attention.output.LayerNorm.weight\', \'bert.encoder.layer.4.attention.self.key.weight\', \'bert.encoder.layer.3.intermediate.dense.bias\', \'bert.encoder.layer.5.attention.self.query.weight\', \'bert.encoder.layer.11.output.LayerNorm.weight\', \'bert.encoder.layer.6.attention.self.query.weight\', \'bert.encoder.layer.10.output.dense.weight\', \'bert.encoder.layer.6.attention.output.dense.bias\', \'bert.encoder.layer.5.attention.self.key.weight\', \'bert.encoder.layer.7.attention.self.value.bias\', \'bert.encoder.layer.5.intermediate.dense.weight\', \'bert.encoder.layer.9.intermediate.dense.weight\', \'bert.encoder.layer.5.attention.self.query.bias\', \'bert.encoder.layer.7.attention.self.key.weight\', \'bert.encoder.layer.4.output.dense.weight\', \'bert.encoder.layer.8.attention.self.key.weight\', \'bert.encoder.layer.11.output.dense.weight\', \'bert.encoder.layer.10.output.dense.bias\', \'bert.encoder.layer.10.attention.output.dense.weight\', \'bert.encoder.layer.11.intermediate.dense.bias\', \'bert.encoder.layer.3.attention.self.key.weight\', \'bert.encoder.layer.9.output.LayerNorm.weight\', \'bert.encoder.layer.9.output.LayerNorm.bias\', \'bert.encoder.layer.3.attention.self.value.bias\', \'bert.encoder.layer.6.attention.self.value.weight\', \'bert.encoder.layer.10.attention.output.dense.bias\', \'bert.encoder.layer.11.attention.output.dense.bias\', \'bert.encoder.layer.10.intermediate.dense.weight\', \'bert.encoder.layer.10.attention.self.value.weight\', \'bert.encoder.layer.6.attention.self.value.bias\', \'bert.encoder.layer.6.attention.self.query.bias\', \'bert.encoder.layer.4.attention.output.LayerNorm.weight\', \'bert.encoder.layer.3.output.dense.bias\', \'bert.encoder.layer.11.intermediate.dense.weight\', \'bert.encoder.layer.5.attention.output.LayerNorm.bias\', \'bert.encoder.layer.4.attention.self.query.weight\', \'bert.encoder.layer.8.output.dense.weight\', \'bert.encoder.layer.11.attention.self.query.weight\', \'bert.encoder.layer.3.intermediate.dense.weight\', \'bert.encoder.layer.4.attention.output.dense.bias\', \'bert.encoder.layer.7.intermediate.dense.bias\', \'bert.encoder.layer.9.output.dense.bias\', \'bert.encoder.layer.11.attention.self.value.bias\', \'bert.encoder.layer.5.attention.self.value.bias\', \'bert.encoder.layer.11.attention.output.LayerNorm.weight\', \'bert.encoder.layer.3.attention.output.dense.weight\', \'bert.encoder.layer.10.attention.self.key.bias\', \'bert.encoder.layer.9.attention.output.LayerNorm.weight\', \'bert.encoder.layer.4.output.LayerNorm.bias\', \'bert.encoder.layer.6.output.dense.weight\', \'bert.encoder.layer.6.output.LayerNorm.bias\', \'bert.encoder.layer.7.attention.self.key.bias\', \'bert.encoder.layer.11.output.LayerNorm.bias\', \'bert.encoder.layer.8.output.LayerNorm.weight\', \'bert.encoder.layer.11.attention.self.value.weight\', \'bert.encoder.layer.8.attention.output.dense.weight\', \'bert.encoder.layer.9.attention.output.dense.weight\', \'cls.predictions.bias\', \'bert.encoder.layer.9.output.dense.weight\', \'bert.encoder.layer.8.output.LayerNorm.bias\', \'bert.encoder.layer.9.attention.self.key.bias\', \'bert.encoder.layer.6.attention.self.key.bias\', \'bert.encoder.layer.3.output.dense.weight\', \'bert.encoder.layer.9.attention.self.query.bias\', \'bert.encoder.layer.6.intermediate.dense.bias\', \'bert.encoder.layer.6.attention.self.key.weight\', \'bert.encoder.layer.8.attention.self.key.bias\', \'bert.encoder.layer.7.attention.output.LayerNorm.bias\', \'bert.encoder.layer.3.output.LayerNorm.bias\', \'bert.encoder.layer.3.attention.output.LayerNorm.bias\', \'bert.encoder.layer.9.attention.output.dense.bias\', \'bert.encoder.layer.6.output.dense.bias\', \'bert.encoder.layer.11.attention.self.key.weight\', \'bert.encoder.layer.7.output.dense.weight\', \'bert.encoder.layer.8.intermediate.dense.bias\', \'bert.encoder.layer.5.attention.self.value.weight\', \'bert.encoder.layer.7.output.LayerNorm.weight\', \'bert.encoder.layer.5.output.dense.weight\', \'bert.encoder.layer.3.attention.self.query.weight\', \'bert.encoder.layer.11.output.dense.bias\', \'bert.encoder.layer.4.output.LayerNorm.weight\', \'bert.encoder.layer.3.attention.self.key.bias\', \'bert.encoder.layer.8.output.dense.bias\', \'bert.encoder.layer.9.intermediate.dense.bias\', \'bert.encoder.layer.10.attention.self.query.weight\', \'bert.encoder.layer.9.attention.self.value.weight\', \'bert.encoder.layer.11.attention.output.LayerNorm.bias\', \'bert.encoder.layer.4.attention.self.key.bias\', \'bert.encoder.layer.7.intermediate.dense.weight\', \'bert.encoder.layer.7.attention.self.query.bias\', \'bert.encoder.layer.7.attention.output.LayerNorm.weight\', \'bert.encoder.layer.5.output.LayerNorm.weight\', \'cls.predictions.decoder.weight\', \'bert.encoder.layer.9.attention.self.query.weight\', \'bert.encoder.layer.6.intermediate.dense.weight\', \'bert.encoder.layer.10.output.LayerNorm.bias\', \'bert.encoder.layer.11.attention.output.dense.weight\', \'bert.encoder.layer.10.intermediate.dense.bias\', \'bert.encoder.layer.6.attention.output.LayerNorm.weight\', \'bert.encoder.layer.11.attention.self.key.bias\', \'bert.encoder.layer.8.intermediate.dense.weight\', \'bert.encoder.layer.5.output.dense.bias\', \'bert.encoder.layer.5.attention.output.dense.bias\', \'bert.encoder.layer.8.attention.output.LayerNorm.bias\', \'cls.predictions.transform.LayerNorm.weight\', \'bert.encoder.layer.8.attention.self.value.weight\', \'cls.predictions.transform.LayerNorm.bias\', \'bert.encoder.layer.3.attention.output.LayerNorm.weight\', \'bert.encoder.layer.8.attention.self.query.bias\', \'bert.encoder.layer.5.attention.output.dense.weight\', \'bert.encoder.layer.3.attention.output.dense.bias\', \'bert.encoder.layer.7.output.dense.bias\', \'bert.encoder.layer.4.attention.output.dense.weight\', \'bert.encoder.layer.6.attention.output.dense.weight\', \'bert.encoder.layer.11.attention.self.query.bias\', \'cls.seq_relationship.bias\', \'bert.encoder.layer.4.intermediate.dense.bias\', \'bert.encoder.layer.7.attention.self.value.weight\', \'bert.encoder.layer.8.attention.output.LayerNorm.weight\', \'bert.encoder.layer.3.output.LayerNorm.weight\', \'bert.encoder.layer.4.attention.self.query.bias\', \'bert.encoder.layer.6.output.LayerNorm.weight\', \'bert.encoder.layer.5.attention.self.key.bias\', \'bert.encoder.layer.10.attention.self.value.bias\', \'bert.encoder.layer.4.output.dense.bias\', \'bert.encoder.layer.5.attention.output.LayerNorm.weight\', \'bert.encoder.layer.3.attention.self.value.weight\', \'bert.encoder.layer.7.output.LayerNorm.bias\', \'bert.encoder.layer.5.intermediate.dense.bias\', \'bert.encoder.layer.7.attention.output.dense.weight\', \'bert.encoder.layer.10.attention.output.LayerNorm.bias\', \'bert.encoder.layer.8.attention.self.query.weight\', \'bert.encoder.layer.3.attention.self.query.bias\', \'bert.encoder.layer.10.attention.self.key.weight\', \'bert.encoder.layer.5.output.LayerNorm.bias\', \'bert.encoder.layer.4.attention.self.value.weight\']
- This IS expected if you are initializing BertModel from the checkpoint of a model trained on another task or with another architecture (e.g. initializing a BertForSequenceClassification model from a BertForPreTraining model).
- This IS NOT expected if you are initializing BertModel from the checkpoint of a model that you expect to be exactly identical (initializing a BertForSequenceClassification model from a BertForSequenceClassification model).

 

 

我们尝试一下将tokenizer编码后的张量在model中进行前向传播:

 

In [22]:

tens = model(**tokenizer(\"床前明月光,疑是地上霜。\", return_tensors=\"pt\"))

 

In [23]:

tens.last_hidden_state.shape

 

Out[23]:

torch.Size([1, 14, 768])

 

 

当模型修改或者重新训练后,可以通过model.save_pretrained()方法再次保存,保存后,在指定目录中将生成两个文件:配置文件(config.json),权重文件(pytorch_model.bin)。

 

In [82]:

model.save_pretrained(\"./new_model/bert-base-chinese\")

 

 

5 使用现成的任务模型¶

 

 

在transformers库中,Huggingface还提供有许多完整网络模型用于各式各样的AI任务,例如图像分类、文本分类、语音分类、翻译、问答等,这类API大多以AutoModelFor*开头,我们打印输出看看:

 

In [31]:

import transformers

 

In [33]:

for api in dir(transformers):
    if api.startswith(\'AutoModelFor\'):
        print(api)

 

 

AutoModelForAudioClassification
AutoModelForAudioFrameClassification
AutoModelForAudioXVector
AutoModelForCTC
AutoModelForCausalLM
AutoModelForDepthEstimation
AutoModelForDocumentQuestionAnswering
AutoModelForImageClassification
AutoModelForImageSegmentation
AutoModelForInstanceSegmentation
AutoModelForMaskedImageModeling
AutoModelForMaskedLM
AutoModelForMultipleChoice
AutoModelForNextSentencePrediction
AutoModelForObjectDetection
AutoModelForPreTraining
AutoModelForQuestionAnswering
AutoModelForSemanticSegmentation
AutoModelForSeq2SeqLM
AutoModelForSequenceClassification
AutoModelForSpeechSeq2Seq
AutoModelForTableQuestionAnswering
AutoModelForTokenClassification
AutoModelForVideoClassification
AutoModelForVision2Seq
AutoModelForVisualQuestionAnswering
AutoModelForZeroShotObjectDetection

 

 

以其中的AutoModelForSequenceClassification为例,介绍怎么使用:

 

In [34]:

from transformers import AutoModelForSequenceClassification

 

In [35]:

model = AutoModelForSequenceClassification.from_pretrained(\"./models/bert-base-chinese\", num_labels=2)

 

 

Some weights of the model checkpoint at ./models/bert-base-chinese were not used when initializing BertForSequenceClassification: [\'cls.predictions.transform.dense.weight\', \'cls.predictions.bias\', \'cls.seq_relationship.weight\', \'cls.predictions.transform.dense.bias\', \'cls.predictions.transform.LayerNorm.weight\', \'cls.predictions.transform.LayerNorm.bias\', \'cls.seq_relationship.bias\', \'cls.predictions.decoder.weight\']
- This IS expected if you are initializing BertForSequenceClassification from the checkpoint of a model trained on another task or with another architecture (e.g. initializing a BertForSequenceClassification model from a BertForPreTraining model).
- This IS NOT expected if you are initializing BertForSequenceClassification from the checkpoint of a model that you expect to be exactly identical (initializing a BertForSequenceClassification model from a BertForSequenceClassification model).
Some weights of BertForSequenceClassification were not initialized from the model checkpoint at ./models/bert-base-chinese and are newly initialized: [\'classifier.weight\', \'classifier.bias\']
You should probably TRAIN this model on a down-stream task to be able to use it for predictions and inference.

 

 

num_labels意思是,我们需要进行的任务最终标签有两类,即这是一个二分类模型。我们查看一下模型结构:

 

In [36]:

model

 

Out[36]:

BertForSequenceClassification(
  (bert): BertModel(
    (embeddings): BertEmbeddings(
      (word_embeddings): Embedding(21128, 768, padding_idx=0)
      (position_embeddings): Embedding(512, 768)
      (token_type_embeddings): Embedding(2, 768)
      (LayerNorm): LayerNorm((768,), eps=1e-12, elementwise_affine=True)
      (dropout): Dropout(p=0.1, inplace=False)
    )
    (encoder): BertEncoder(
      (layer): ModuleList(
        (0): BertLayer(
          (attention): BertAttention(
            (self): BertSelfAttention(
              (query): Linear(in_features=768, out_features=768, bias=True)
              (key): Linear(in_features=768, out_features=768, bias=True)
              (value): Linear(in_features=768, out_features=768, bias=True)
              (dropout): Dropout(p=0.1, inplace=False)
            )
            (output): BertSelfOutput(
              (dense): Linear(in_features=768, out_features=768, bias=True)
              (LayerNorm): LayerNorm((768,), eps=1e-12, elementwise_affine=True)
              (dropout): Dropout(p=0.1, inplace=False)
            )
          )
          (intermediate): BertIntermediate(
            (dense): Linear(in_features=768, out_features=3072, bias=True)
            (intermediate_act_fn): GELUActivation()
          )
          (output): BertOutput(
            (dense): Linear(in_features=3072, out_features=768, bias=True)
            (LayerNorm): LayerNorm((768,), eps=1e-12, elementwise_affine=True)
            (dropout): Dropout(p=0.1, inplace=False)
          )
        )
        (1): BertLayer(
          (attention): BertAttention(
            (self): BertSelfAttention(
              (query): Linear(in_features=768, out_features=768, bias=True)
              (key): Linear(in_features=768, out_features=768, bias=True)
              (value): Linear(in_features=768, out_features=768, bias=True)
              (dropout): Dropout(p=0.1, inplace=False)
            )
            (output): BertSelfOutput(
              (dense): Linear(in_features=768, out_features=768, bias=True)
              (LayerNorm): LayerNorm((768,), eps=1e-12, elementwise_affine=True)
              (dropout): Dropout(p=0.1, inplace=False)
            )
          )
          (intermediate): BertIntermediate(
            (dense): Linear(in_features=768, out_features=3072, bias=True)
            (intermediate_act_fn): GELUActivation()
          )
          (output): BertOutput(
            (dense): Linear(in_features=3072, out_features=768, bias=True)
            (LayerNorm): LayerNorm((768,), eps=1e-12, elementwise_affine=True)
            (dropout): Dropout(p=0.1, inplace=False)
          )
        )
        (2): BertLayer(
          (attention): BertAttention(
            (self): BertSelfAttention(
              (query): Linear(in_features=768, out_features=768, bias=True)
              (key): Linear(in_features=768, out_features=768, bias=True)
              (value): Linear(in_features=768, out_features=768, bias=True)
              (dropout): Dropout(p=0.1, inplace=False)
            )
            (output): BertSelfOutput(
              (dense): Linear(in_features=768, out_features=768, bias=True)
              (LayerNorm): LayerNorm((768,), eps=1e-12, elementwise_affine=True)
              (dropout): Dropout(p=0.1, inplace=False)
            )
          )
          (intermediate): BertIntermediate(
            (dense): Linear(in_features=768, out_features=3072, bias=True)
            (intermediate_act_fn): GELUActivation()
          )
          (output): BertOutput(
            (dense): Linear(in_features=3072, out_features=768, bias=True)
            (LayerNorm): LayerNorm((768,), eps=1e-12, elementwise_affine=True)
            (dropout): Dropout(p=0.1, inplace=False)
          )
        )
        (3): BertLayer(
          (attention): BertAttention(
            (self): BertSelfAttention(
              (query): Linear(in_features=768, out_features=768, bias=True)
              (key): Linear(in_features=768, out_features=768, bias=True)
              (value): Linear(in_features=768, out_features=768, bias=True)
              (dropout): Dropout(p=0.1, inplace=False)
            )
            (output): BertSelfOutput(
              (dense): Linear(in_features=768, out_features=768, bias=True)
              (LayerNorm): LayerNorm((768,), eps=1e-12, elementwise_affine=True)
              (dropout): Dropout(p=0.1, inplace=False)
            )
          )
          (intermediate): BertIntermediate(
            (dense): Linear(in_features=768, out_features=3072, bias=True)
            (intermediate_act_fn): GELUActivation()
          )
          (output): BertOutput(
            (dense): Linear(in_features=3072, out_features=768, bias=True)
            (LayerNorm): LayerNorm((768,), eps=1e-12, elementwise_affine=True)
            (dropout): Dropout(p=0.1, inplace=False)
          )
        )
        (4): BertLayer(
          (attention): BertAttention(
            (self): BertSelfAttention(
              (query): Linear(in_features=768, out_features=768, bias=True)
              (key): Linear(in_features=768, out_features=768, bias=True)
              (value): Linear(in_features=768, out_features=768, bias=True)
              (dropout): Dropout(p=0.1, inplace=False)
            )
            (output): BertSelfOutput(
              (dense): Linear(in_features=768, out_features=768, bias=True)
              (LayerNorm): LayerNorm((768,), eps=1e-12, elementwise_affine=True)
              (dropout): Dropout(p=0.1, inplace=False)
            )
          )
          (intermediate): BertIntermediate(
            (dense): Linear(in_features=768, out_features=3072, bias=True)
            (intermediate_act_fn): GELUActivation()
          )
          (output): BertOutput(
            (dense): Linear(in_features=3072, out_features=768, bias=True)
            (LayerNorm): LayerNorm((768,), eps=1e-12, elementwise_affine=True)
            (dropout): Dropout(p=0.1, inplace=False)
          )
        )
        (5): BertLayer(
          (attention): BertAttention(
            (self): BertSelfAttention(
              (query): Linear(in_features=768, out_features=768, bias=True)
              (key): Linear(in_features=768, out_features=768, bias=True)
              (value): Linear(in_features=768, out_features=768, bias=True)
              (dropout): Dropout(p=0.1, inplace=False)
            )
            (output): BertSelfOutput(
              (dense): Linear(in_features=768, out_features=768, bias=True)
              (LayerNorm): LayerNorm((768,), eps=1e-12, elementwise_affine=True)
              (dropout): Dropout(p=0.1, inplace=False)
            )
          )
          (intermediate): BertIntermediate(
            (dense): Linear(in_features=768, out_features=3072, bias=True)
            (intermediate_act_fn): GELUActivation()
          )
          (output): BertOutput(
            (dense): Linear(in_features=3072, out_features=768, bias=True)
            (LayerNorm): LayerNorm((768,), eps=1e-12, elementwise_affine=True)
            (dropout): Dropout(p=0.1, inplace=False)
          )
        )
        (6): BertLayer(
          (attention): BertAttention(
            (self): BertSelfAttention(
              (query): Linear(in_features=768, out_features=768, bias=True)
              (key): Linear(in_features=768, out_features=768, bias=True)
              (value): Linear(in_features=768, out_features=768, bias=True)
              (dropout): Dropout(p=0.1, inplace=False)
            )
            (output): BertSelfOutput(
              (dense): Linear(in_features=768, out_features=768, bias=True)
              (LayerNorm): LayerNorm((768,), eps=1e-12, elementwise_affine=True)
              (dropout): Dropout(p=0.1, inplace=False)
            )
          )
          (intermediate): BertIntermediate(
            (dense): Linear(in_features=768, out_features=3072, bias=True)
            (intermediate_act_fn): GELUActivation()
          )
          (output): BertOutput(
            (dense): Linear(in_features=3072, out_features=768, bias=True)
            (LayerNorm): LayerNorm((768,), eps=1e-12, elementwise_affine=True)
            (dropout): Dropout(p=0.1, inplace=False)
          )
        )
        (7): BertLayer(
          (attention): BertAttention(
            (self): BertSelfAttention(
              (query): Linear(in_features=768, out_features=768, bias=True)
              (key): Linear(in_features=768, out_features=768, bias=True)
              (value): Linear(in_features=768, out_features=768, bias=True)
              (dropout): Dropout(p=0.1, inplace=False)
            )
            (output): BertSelfOutput(
              (dense): Linear(in_features=768, out_features=768, bias=True)
              (LayerNorm): LayerNorm((768,), eps=1e-12, elementwise_affine=True)
              (dropout): Dropout(p=0.1, inplace=False)
            )
          )
          (intermediate): BertIntermediate(
            (dense): Linear(in_features=768, out_features=3072, bias=True)
            (intermediate_act_fn): GELUActivation()
          )
          (output): BertOutput(
            (dense): Linear(in_features=3072, out_features=768, bias=True)
            (LayerNorm): LayerNorm((768,), eps=1e-12, elementwise_affine=True)
            (dropout): Dropout(p=0.1, inplace=False)
          )
        )
        (8): BertLayer(
          (attention): BertAttention(
            (self): BertSelfAttention(
              (query): Linear(in_features=768, out_features=768, bias=True)
              (key): Linear(in_features=768, out_features=768, bias=True)
              (value): Linear(in_features=768, out_features=768, bias=True)
              (dropout): Dropout(p=0.1, inplace=False)
            )
            (output): BertSelfOutput(
              (dense): Linear(in_features=768, out_features=768, bias=True)
              (LayerNorm): LayerNorm((768,), eps=1e-12, elementwise_affine=True)
              (dropout): Dropout(p=0.1, inplace=False)
            )
          )
          (intermediate): BertIntermediate(
            (dense): Linear(in_features=768, out_features=3072, bias=True)
            (intermediate_act_fn): GELUActivation()
          )
          (output): BertOutput(
            (dense): Linear(in_features=3072, out_features=768, bias=True)
            (LayerNorm): LayerNorm((768,), eps=1e-12, elementwise_affine=True)
            (dropout): Dropout(p=0.1, inplace=False)
          )
        )
        (9): BertLayer(
          (attention): BertAttention(
            (self): BertSelfAttention(
              (query): Linear(in_features=768, out_features=768, bias=True)
              (key): Linear(in_features=768, out_features=768, bias=True)
              (value): Linear(in_features=768, out_features=768, bias=True)
              (dropout): Dropout(p=0.1, inplace=False)
            )
            (output): BertSelfOutput(
              (dense): Linear(in_features=768, out_features=768, bias=True)
              (LayerNorm): LayerNorm((768,), eps=1e-12, elementwise_affine=True)
              (dropout): Dropout(p=0.1, inplace=False)
            )
          )
          (intermediate): BertIntermediate(
            (dense): Linear(in_features=768, out_features=3072, bias=True)
            (intermediate_act_fn): GELUActivation()
          )
          (output): BertOutput(
            (dense): Linear(in_features=3072, out_features=768, bias=True)
            (LayerNorm): LayerNorm((768,), eps=1e-12, elementwise_affine=True)
            (dropout): Dropout(p=0.1, inplace=False)
          )
        )
        (10): BertLayer(
          (attention): BertAttention(
            (self): BertSelfAttention(
              (query): Linear(in_features=768, out_features=768, bias=True)
              (key): Linear(in_features=768, out_features=768, bias=True)
              (value): Linear(in_features=768, out_features=768, bias=True)
              (dropout): Dropout(p=0.1, inplace=False)
            )
            (output): BertSelfOutput(
              (dense): Linear(in_features=768, out_features=768, bias=True)
              (LayerNorm): LayerNorm((768,), eps=1e-12, elementwise_affine=True)
              (dropout): Dropout(p=0.1, inplace=False)
            )
          )
          (intermediate): BertIntermediate(
            (dense): Linear(in_features=768, out_features=3072, bias=True)
            (intermediate_act_fn): GELUActivation()
          )
          (output): BertOutput(
            (dense): Linear(in_features=3072, out_features=768, bias=True)
            (LayerNorm): LayerNorm((768,), eps=1e-12, elementwise_affine=True)
            (dropout): Dropout(p=0.1, inplace=False)
          )
        )
        (11): BertLayer(
          (attention): BertAttention(
            (self): BertSelfAttention(
              (query): Linear(in_features=768, out_features=768, bias=True)
              (key): Linear(in_features=768, out_features=768, bias=True)
              (value): Linear(in_features=768, out_features=768, bias=True)
              (dropout): Dropout(p=0.1, inplace=False)
            )
            (output): BertSelfOutput(
              (dense): Linear(in_features=768, out_features=768, bias=True)
              (LayerNorm): LayerNorm((768,), eps=1e-12, elementwise_affine=True)
              (dropout): Dropout(p=0.1, inplace=False)
            )
          )
          (intermediate): BertIntermediate(
            (dense): Linear(in_features=768, out_features=3072, bias=True)
            (intermediate_act_fn): GELUActivation()
          )
          (output): BertOutput(
            (dense): Linear(in_features=3072, out_features=768, bias=True)
            (LayerNorm): LayerNorm((768,), eps=1e-12, elementwise_affine=True)
            (dropout): Dropout(p=0.1, inplace=False)
          )
        )
      )
    )
    (pooler): BertPooler(
      (dense): Linear(in_features=768, out_features=768, bias=True)
      (activation): Tanh()
    )
  )
  (dropout): Dropout(p=0.1, inplace=False)
  (classifier): Linear(in_features=768, out_features=2, bias=True)
)

 

In [37]:

tokenizer(\"床前明月光,疑是地上霜。\", return_tensors=\"pt\")

 

Out[37]:

{\'input_ids\': tensor([[ 101, 2414, 1184, 3209, 3299, 1045, 8024, 4542, 3221, 1765,  677, 7458,
          511,  102]]), \'token_type_ids\': tensor([[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]]), \'attention_mask\': tensor([[1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]])}

 

In [38]:

tens = model(**tokenizer(\"床前明月光,疑是地上霜。\", return_tensors=\"pt\"))

 

In [39]:

tens

 

Out[39]:

SequenceClassifierOutput(loss=None, logits=tensor([[-0.4371, -0.1223]], grad_fn=<AddmmBackward0>), hidden_states=None, attentions=None)

 

 

最后输出了两个值,分贝对应于两个类别。

 

 

6 自定义模型¶

 

In [1]:

from chb import *
import pandas as pd
from tqdm import tqdm
from collections import defaultdict
import torch
from torch import nn
from torch.utils.data.dataloader import DataLoader
from torch.utils.data.dataset import Dataset
from torch.optim import AdamW
from sklearn.model_selection import train_test_split
from transformers import AutoConfig,AutoModel,AutoTokenizer,get_linear_schedule_with_warmup,logging
import warnings
warnings.filterwarnings(\'ignore\')

 

In [2]:

RANDOM_SEED = 1000
MAX_LEN = 50
BATCH_SIZE = 64

 

 

6.1 自定义数据集¶

 

In [3]:

x_lst = []
y_lst = []
with open(\'./data/中文文本-新闻分类数据集\',\'r\') as f:
    # 获得训练数据的总行数
    for _ in tqdm(f,desc=\'load dataset\'):
        try:
            line = f.readline().replace(\'\\u3000\\u3000\', \'\').replace(\'\\n\', \'\')
            x, y = line.split(\'\\t\')
            if y == \'label\':
                continue
            x_lst.append(x)
            y_lst.append(y)
        except:
            pass

 

 

load dataset: 5902it [00:00, 55378.83it/s]

 

In [4]:

len(x_lst), len(y_lst)

 

Out[4]:

(5900, 5900)

 

In [5]:

x_lst[0], y_lst[0]

 

Out[5]:

(\'昌平京基鹭府10月29日推别墅1200万套起享97折新浪房产讯(编辑郭彪)京基鹭府(论坛相册户型样板间点评地图搜索)售楼处位于昌平区京承高速北七家出口向西南公里路南。项目预计10月29日开盘,总价1200万元/套起,2012年年底入住。待售户型为联排户型面积为410-522平方米,独栋户型面积为938平方米,双拼户型面积为522平方米。京基鹭府项目位于昌平定泗路与东北路交界处。项目周边配套齐全,幼儿园:伊顿双语幼儿园、温莎双语幼儿园;中学:北师大亚太实验学校、潞河中学(北京市重点);大学:王府语言学校、北京邮电大学、现代音乐学院;医院:王府中西医结合医院(三级甲等)、潞河医院、解放军263医院、安贞医院昌平分院;购物:龙德广场、中联万家商厦、世纪华联超市、瑰宝购物中心、家乐福超市;酒店:拉斐特城堡、鲍鱼岛;休闲娱乐设施:九华山庄、温都温泉度假村、小汤山疗养院、龙脉温泉度假村、小汤山文化广场、皇港高尔夫、高地高尔夫、北鸿高尔夫球场;银行:工商银行、建设银行、中国银行、北京农村商业银行;邮局:中国邮政储蓄;其它:北七家建材城、百安居建材超市、北七家镇武装部、北京宏翔鸿企业孵化基地等,享受便捷生活。京基鹭府坐守定泗路,立汤路交汇处。连接京昌、八达岭、机场高速,南至5环,北上6环,紧邻立汤路,一路向南,直抵鸟巢、水立方、长安街,距北京唯一不堵车的京承高速出口仅1公里,节约出行时间成本,形成了三横、三纵的立体式交通网络项目周边多为别墅项目,人口密度低,交通出行舒适度高。>>报名参加“乐动银十”10月22日大型抄底看房团以上信息仅供参考,最终以开发商公布为准。订阅会员置业刊我们将直接把最新的热盘动向发送到您的邮箱更多热盘推荐:新锐白领淘低价1-2居网罗2万内轨道精装房手握20万咋买板楼2居网罗城南沿轨优质盘关注娃娃教育网罗学区房不足百万元住上通透2居\',
 \'房产\')

 

In [6]:

label2id = dict()
id2label = dict()
for i, label in enumerate(set(y_lst)):
    label2id[label] = i
    id2label[i] = label

 

In [7]:

tokenizer = AutoTokenizer.from_pretrained(\"./models/bert-base-chinese\")

 

 

先把所有的文本都转化为编码,而不是在后续数据集中转化,这样可以避免在后续训练过程中,每一个epoch都要进行转化,提升效率:

 

In [8]:

token_lens = []

for txt in tqdm(x_lst):
    tokens = tokenizer.encode(txt, max_length=512)
    token_lens.append(len(tokens))

 

 

  0%|          | 0/5900 [00:00<?, ?it/s]Truncation was not explicitly activated but `max_length` is provided a specific value, please use `truncation=True` to explicitly truncate examples to max length. Defaulting to \'longest_first\' truncation strategy. If you encode pairs of sequences (GLUE-style) with the tokenizer you can select this strategy more precisely by providing a specific strategy to `truncation`.
100%|██████████| 5900/5900 [00:07<00:00, 739.64it/s]

 

In [9]:

class NewsDataset(Dataset):
    def __init__(self,x_lst,y_lst,tokenizer,max_len):
        self.x_lst=x_lst
        self.y_lst=y_lst
        self.tokenizer=tokenizer
        self.max_len=max_len
    def __len__(self):
        return len(self.x_lst)
    
    def __getitem__(self,index):
        \"\"\"
        index 为数据索引,迭代取第index条数据
        \"\"\"
        text=str(self.x_lst[index])
        label=label2id[self.y_lst[index]]
        
        encoding=self.tokenizer.encode_plus(
            text,
            add_special_tokens=True,
            max_length=self.max_len,
            return_token_type_ids=True,
            pad_to_max_length=True,
            return_attention_mask=True,
            return_tensors=\'pt\',
        )
        
        return {
            \'texts\':text,
            \'input_ids\':encoding[\'input_ids\'].flatten(),
            \'attention_mask\':encoding[\'attention_mask\'].flatten(),
            \'labels\':torch.tensor(label,dtype=torch.long)
        }

 

In [10]:

x_train, x_val, y_train, y_val = train_test_split(x_lst, y_lst, test_size=0.15, random_state=RANDOM_SEED)  # 划分训练集 测试集

 

In [11]:

# dataset
train_dataset = NewsDataset(x_train, y_train, tokenizer, MAX_LEN)
val_dataset = NewsDataset(x_val, y_val, tokenizer, MAX_LEN)

 

In [12]:

# dataloader
train_dataloader = DataLoader(train_dataset, batch_size=BATCH_SIZE)
val_dataloader = DataLoader(val_dataset, batch_size=BATCH_SIZE)

 

 

6.2 自定义网络¶

 

 

这里我们使用BERT预训练模型,同时接Dropout层和一层线形层,构成自定义网络:

 

In [13]:

class CustomBERTModel(nn.Module):
    def __init__(self, n_classes):
        super(CustomBERTModel, self).__init__()
        self.bert = AutoModel.from_pretrained(\"./models/bert-base-chinese\")
        self.drop = nn.Dropout(p=0.3)
        self.out = nn.Linear(self.bert.config.hidden_size, n_classes)
    def forward(self, input_ids, attention_mask):
        _, pooled_output = self.bert(
            input_ids=input_ids,
            attention_mask=attention_mask,
            return_dict = False
        )
        output = self.drop(pooled_output) # dropout
        return self.out(output)

 

In [14]:

device = set_device(cuda_index=1)

 

 

2022-12-20 16:12:39 set_device line 11 out: cuda:1

 

In [15]:

n_classes = len(label2id)
model = CustomBERTModel(n_classes)
model = model.to(device)

 

 

Some weights of the model checkpoint at ./models/bert-base-chinese were not used when initializing BertModel: [\'cls.predictions.transform.LayerNorm.weight\', \'cls.predictions.transform.dense.bias\', \'cls.seq_relationship.bias\', \'cls.predictions.decoder.weight\', \'cls.seq_relationship.weight\', \'cls.predictions.transform.LayerNorm.bias\', \'cls.predictions.bias\', \'cls.predictions.transform.dense.weight\']
- This IS expected if you are initializing BertModel from the checkpoint of a model trained on another task or with another architecture (e.g. initializing a BertForSequenceClassification model from a BertForPreTraining model).
- This IS NOT expected if you are initializing BertModel from the checkpoint of a model that you expect to be exactly identical (initializing a BertForSequenceClassification model from a BertForSequenceClassification model).

 

 

自定义数据集:

 

 

6.3 训练¶

 

In [16]:

def train_epoch(model, data_loader,loss_fn,optimizer,device,scheduler, n_examples):
    model.train()
    losses = []
    correct_predictions = 0
    
    for i, d in bar(data_loader):
        input_ids = d[\"input_ids\"].to(device)
        attention_mask = d[\"attention_mask\"].to(device)
        targets = d[\"labels\"].to(device)
        outputs = model(
            input_ids=input_ids,
            attention_mask=attention_mask
        )
        _, preds = torch.max(outputs, dim=1)
        loss = loss_fn(outputs, targets)
        correct_predictions += torch.sum(preds == targets)
        losses.append(loss.item())
        loss.backward()
        nn.utils.clip_grad_norm_(model.parameters(), max_norm=1.0)
        optimizer.step()
        scheduler.step()
        optimizer.zero_grad()
    return correct_predictions.double() / n_examples, np.mean(losses)

 

In [17]:

def eval_model(model, data_loader, loss_fn, device, n_examples):
    model.eval() # 验证预测模式
    losses = []
    correct_predictions = 0

    with torch.no_grad():
        for d in data_loader:
            input_ids = d[\"input_ids\"].to(device)
            attention_mask = d[\"attention_mask\"].to(device)
            targets = d[\"labels\"].to(device)

            outputs = model(
                input_ids=input_ids,
                attention_mask=attention_mask
            )
            _, preds = torch.max(outputs, dim=1)

            loss = loss_fn(outputs, targets)

            correct_predictions += torch.sum(preds == targets)
            losses.append(loss.item())

    return correct_predictions.double() / n_examples, np.mean(losses)

 

In [18]:

EPOCHS = 5 # 训练轮数

optimizer = AdamW(model.parameters(), lr=2e-5)
total_steps = len(train_dataloader) * EPOCHS

scheduler = get_linear_schedule_with_warmup(
  optimizer,
  num_warmup_steps=0,
  num_training_steps=total_steps
)

loss_fn = nn.CrossEntropyLoss().to(device)

 

In [19]:

best_accuracy = 0
is_best = False
t = Tableprint([\'epoch\', \'train_accuracy\', \'train_loss\', \'test_accuracy\', \'test_loss\', \'is_best\'])
t.print_header()
for epoch in range(EPOCHS):
    train_acc, train_loss = train_epoch(model,train_dataloader,loss_fn,optimizer,device,scheduler,len(x_train))
    
    val_acc, val_loss = eval_model(
        model,
        val_dataloader,
        loss_fn,
        device,
        len(x_val)
    )
    

    if val_acc > best_accuracy:
        is_best = True
        torch.save(model.state_dict(), \'./models/news_classification/best_model_state.bin\')
        best_accuracy = val_acc
    else:
        is_best = False
    t.print_row(epoch, f\"{train_acc:.4f}\", f\"{train_loss:.4f}\", f\"{val_acc:.4f}\", f\"{val_loss:.4f}\", is_best)

 

 

+======+===========+====================+================+===================+===============+=============+
|      |   epoch   |   train_accuracy   |   train_loss   |   test_accuracy   |   test_loss   |   is_best   |
+======+===========+====================+================+===================+===============+=============+
|  1   |     0     |       0.6080       |     1.4608     |      0.8893       |    0.5278     |    True     |
+------+-----------+--------------------+----------------+-------------------+---------------+-------------+
|  2   |     1     |       0.9196       |     0.3766     |      0.9096       |    0.3583     |    True     |
+------+-----------+--------------------+----------------+-------------------+---------------+-------------+
|  3   |     2     |       0.9589       |     0.2015     |      0.9153       |    0.3413     |    True     |
+------+-----------+--------------------+----------------+-------------------+---------------+-------------+
|  4   |     3     |       0.9765       |     0.1272     |      0.9153       |    0.3286     |    False    |
+------+-----------+--------------------+----------------+-------------------+---------------+-------------+
|  5   |     4     |       0.9836       |     0.0919     |      0.9220       |    0.3239     |    True     |
+------+-----------+--------------------+----------------+-------------------+---------------+-------------+

 

 

使用BERT预训练模型+自定义网络,模型初始时就具有了较高的准确率。


Huggingface之transformers零基础使用指南

作者:奥辰

微信号:chb1137796095

Github:https://github.com/ChenHuabin321

欢迎加V交流,共同学习,共同进步!

本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文链接,否则保留追究法律责任的权利。


来源:https://www.cnblogs.com/chenhuabin/p/16997607.html
本站部分图文来源于网络,如有侵权请联系删除。

未经允许不得转载:百木园 » Huggingface之transformers零基础使用指南

相关推荐

  • 暂无文章