/*!**********************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!../../node_modules/normalize.css/normalize.css ***!
  \**********************************************************************************************************************************************************************************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*!****************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!../../node_modules/vditor/dist/index.css ***!
  \****************************************************************************************************************************************************************************************************/
/*!
 * Vditor v3.10.5 - A markdown editor written in TypeScript.
 *
 * MIT License
 *
 * Copyright (c) 2018-present B3log 开源, b3log.org
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in all
 * copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 * SOFTWARE.
 *
 */
/*!
 * Vditor v3.10.5 - A markdown editor written in TypeScript.
 *
 * MIT License
 *
 * Copyright (c) 2018-present B3log 开源, b3log.org
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in all
 * copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 * SOFTWARE.
 *
 */
.vditor {
  --border-color: #d1d5da;
  --second-color: rgba(88, 96, 105, 0.36);
  --panel-background-color: #fff;
  --panel-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  --toolbar-background-color: #f6f8fa;
  --toolbar-icon-color: #586069;
  --toolbar-icon-hover-color: #4285f4;
  --toolbar-height: 35px;
  --toolbar-divider-margin-top: 8px;
  --textarea-background-color: #fafbfc;
  --textarea-text-color: #24292e;
  --resize-icon-color: var(--toolbar-icon-color);
  --resize-background-color: var(--toolbar-background-color);
  --resize-hover-icon-color: var(--panel-background-color);
  --resize-hover-background-color: var(--toolbar-icon-hover-color);
  --count-background-color: rgba(27, 31, 35, 0.05);
  --heading-border-color: #eaecef;
  --blockquote-color: #6a737d;
  --ir-heading-color: #660e7a;
  --ir-title-color: #808080;
  --ir-bi-color: #0033b3;
  --ir-link-color: #008000;
  --ir-bracket-color: #0000ff;
  --ir-paren-color: #008000;
}
.vditor--dark {
  --border-color: #141414;
  --second-color: rgba(185, 185, 185, 0.36);
  --panel-background-color: #24292e;
  --panel-shadow: 0 1px 2px rgba(255, 255, 255, 0.2);
  --toolbar-background-color: #1d2125;
  --toolbar-icon-color: #b9b9b9;
  --toolbar-icon-hover-color: #fff;
  --textarea-background-color: #2f363d;
  --textarea-text-color: #d1d5da;
  --resize-icon-color: var(--border-color);
  --resize-background-color: var(--second-color);
  --resize-hover-icon-color: var(--toolbar-icon-hover-color);
  --resize-hover-background-color: rgba(185, 185, 185, 0.86);
  --count-background-color: rgba(66, 133, 244, 0.36);
  --heading-border-color: var(--textarea-text-color);
  --blockquote-color: var(--toolbar-icon-color);
  --ir-heading-color: #9876aa;
  --ir-title-color: #808080;
  --ir-bi-color: #cc7832;
  --ir-link-color: #ffc66d;
  --ir-bracket-color: #287bde;
  --ir-paren-color: #6a8759;
}
/**
 * tool tip.
 *
 * @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
 * @version 0.1.0.0, Jan 25, 2019
 */
@keyframes tooltip-appear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.vditor-tooltipped {
  position: relative;
  cursor: pointer;
}
.vditor-tooltipped::after {
  position: absolute;
  z-index: 1000000;
  display: none;
  padding: 5px 8px;
  font-size: 11px;
  font-weight: normal;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: break-word;
  white-space: pre;
  pointer-events: none;
  content: attr(aria-label);
  background: #3b3e43;
  border-radius: 3px;
  line-height: 16px;
  opacity: 0;
}
.vditor-tooltipped::before {
  position: absolute;
  z-index: 1000001;
  display: none;
  width: 0;
  height: 0;
  color: #3b3e43;
  pointer-events: none;
  content: "";
  border: 5px solid transparent;
  opacity: 0;
}
.vditor-tooltipped--hover::before,
.vditor-tooltipped--hover::after,
.vditor-tooltipped:hover::before,
.vditor-tooltipped:hover::after,
.vditor-tooltipped:active::before,
.vditor-tooltipped:active::after,
.vditor-tooltipped:focus::before,
.vditor-tooltipped:focus::after {
  display: inline-block;
  text-decoration: none;
  animation-name: tooltip-appear;
  animation-duration: 0.15s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
}
.vditor-tooltipped__s::after,
.vditor-tooltipped__se::after,
.vditor-tooltipped__sw::after {
  top: 100%;
  right: 50%;
  margin-top: 5px;
}
.vditor-tooltipped__s::before,
.vditor-tooltipped__se::before,
.vditor-tooltipped__sw::before {
  top: auto;
  right: 50%;
  bottom: -5px;
  margin-right: -5px;
  border-bottom-color: #3b3e43;
}
.vditor-tooltipped__se::after {
  right: auto;
  left: 50%;
  margin-left: -15px;
}
.vditor-tooltipped__sw::after {
  margin-right: -15px;
}
.vditor-tooltipped__n::after,
.vditor-tooltipped__ne::after,
.vditor-tooltipped__nw::after {
  right: 50%;
  bottom: 100%;
  margin-bottom: 5px;
}
.vditor-tooltipped__n::before,
.vditor-tooltipped__ne::before,
.vditor-tooltipped__nw::before {
  top: -5px;
  right: 50%;
  bottom: auto;
  margin-right: -5px;
  border-top-color: #3b3e43;
}
.vditor-tooltipped__ne::after {
  right: auto;
  left: 50%;
  margin-left: -15px;
}
.vditor-tooltipped__nw::after {
  margin-right: -15px;
}
.vditor-tooltipped__s::after,
.vditor-tooltipped__n::after {
  transform: translateX(50%);
}
.vditor-tooltipped__w::after {
  right: 100%;
  bottom: 50%;
  margin-right: 5px;
  transform: translateY(50%);
}
.vditor-tooltipped__w::before {
  top: 50%;
  bottom: 50%;
  left: -5px;
  margin-top: -5px;
  border-left-color: #3b3e43;
}
.vditor-tooltipped__e::after {
  bottom: 50%;
  left: 100%;
  margin-left: 5px;
  transform: translateY(50%);
}
.vditor-tooltipped__e::before {
  top: 50%;
  right: -5px;
  bottom: 50%;
  margin-top: -5px;
  border-right-color: #3b3e43;
}
@media screen and (max-width: 520px) {
  .vditor-tooltipped:before,
  .vditor-tooltipped:after {
    content: none;
  }
}
/**
 * panel.
 *
 * @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
 * @version 1.0.0.0, Jan 22, 2020
 */
@keyframes scale-in {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.vditor-panel {
  background-color: var(--panel-background-color);
  position: absolute;
  box-shadow: var(--panel-shadow);
  border-radius: 3px;
  padding: 5px;
  z-index: 3;
  font-size: 14px;
  display: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  max-width: 320px;
  min-width: 80px;
  animation-duration: 0.15s;
  animation-name: scale-in;
  animation-timing-function: cubic-bezier(0.2, 0, 0.13, 1.5);
  color: var(--toolbar-icon-color);
}
.vditor-panel--none {
  padding: 0;
  animation: none;
  min-width: auto;
  max-width: none;
  white-space: nowrap;
  opacity: 0.86;
}
.vditor-panel--arrow:before {
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
  content: " ";
  border: 7px solid transparent;
  top: -14px;
  left: 5px;
  border-bottom-color: var(--panel-background-color);
}
.vditor-panel--left {
  right: 0;
}
.vditor-panel--left.vditor-panel--arrow:before {
  right: 5px;
  left: auto;
}
.vditor-input {
  border: 0;
  padding: 3px 5px;
  background-color: var(--panel-background-color);
  font-size: 12px;
  color: var(--textarea-text-color);
}
.vditor-input:focus {
  background-color: var(--toolbar-background-color);
  outline: none;
}
.vditor-icon {
  color: var(--toolbar-icon-color);
  cursor: pointer;
  float: left;
  padding: 4px 5px;
  height: 21px;
  width: 23px;
  background-color: transparent;
  border: 0;
  box-sizing: border-box;
}
.vditor-icon:hover,
.vditor-icon--current {
  color: var(--toolbar-icon-hover-color);
  background-color: transparent;
}
.vditor-icon:focus {
  outline: none;
}
.vditor-icon svg {
  height: 13px !important;
  width: 13px !important;
  float: left;
  fill: currentColor;
  pointer-events: none;
}
.vditor-toolbar {
  background-color: var(--toolbar-background-color);
  border-bottom: 1px solid var(--border-color);
  padding: 0 5px;
  line-height: 1;
}
.vditor-toolbar--pin {
  position: sticky;
  top: 0;
  z-index: 1;
}
.vditor-toolbar--hide {
  transition: all 0.15s ease-in-out;
  height: 5px;
  overflow: hidden;
}
.vditor-toolbar--hide:hover {
  background-color: var(--toolbar-background-color);
  height: auto;
  overflow: visible;
}
.vditor-toolbar__item {
  float: left;
  position: relative;
}
.vditor-toolbar__item .vditor-tooltipped {
  color: var(--toolbar-icon-color);
  border: 0;
  padding: 10px 5px;
  background-color: transparent;
  height: var(--toolbar-height);
  width: 25px;
  box-sizing: border-box;
  font-size: 0;
}
.vditor-toolbar__item .vditor-tooltipped:focus {
  outline: none;
}
.vditor-toolbar__item .vditor-tooltipped:focus {
  cursor: pointer;
  color: var(--toolbar-icon-hover-color);
}
.vditor-toolbar__item svg {
  fill: currentColor;
  display: inline-block;
  stroke-width: 0;
  stroke: currentColor;
  width: 15px;
  height: 15px;
}
.vditor-toolbar__item input {
  position: absolute;
  width: 25px;
  height: var(--toolbar-height);
  top: 0;
  left: 0;
  cursor: pointer;
  opacity: 0.001;
  overflow: hidden;
}
.vditor-toolbar__divider {
  float: left;
  height: calc(var(--toolbar-height) - (var(--toolbar-divider-margin-top) * 2));
  border-left: 1px solid var(--second-color);
  margin: var(--toolbar-divider-margin-top) 8px;
}
.vditor-toolbar__br {
  width: 100%;
  padding: 0 !important;
  height: 0 !important;
}
.vditor-menu--current {
  color: var(--toolbar-icon-hover-color) !important;
}
.vditor-menu--disabled {
  color: var(--second-color) !important;
  cursor: not-allowed !important;
}
.vditor-emojis {
  display: inline-block;
  overflow: auto;
}
.vditor-emojis::-webkit-scrollbar {
  display: none;
}
.vditor-emojis__tip {
  flex: 1;
  min-width: 1px;
  width: 200px;
  margin-right: 10px;
  color: var(--toolbar-icon-color);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.vditor-emojis__tail {
  margin-top: 5px;
  font-size: 12px;
  color: var(--toolbar-icon-color);
  display: flex;
}
.vditor-emojis__tail a {
  text-decoration: none;
  color: var(--toolbar-icon-color);
}
.vditor-emojis__tail a:hover {
  color: var(--toolbar-icon-hover-color);
}
.vditor-emojis button {
  cursor: pointer;
  border-radius: 3px;
  float: left;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 26px;
  padding: 3px;
  box-sizing: border-box;
  font-size: 16px;
  transition: all 0.15s ease-in-out;
  border: 0;
  margin: 0;
  background-color: transparent;
  overflow: hidden;
}
.vditor-emojis button:focus {
  outline: none;
}
.vditor-emojis button:hover .vditor-emojis__icon {
  display: inline-block;
  transform: scale(1.2);
}
.vditor-emojis img {
  height: 20px;
  width: 20px;
  float: left;
  margin: 3px 0 0 3px;
}
@media screen and (max-width: 520px) {
  .vditor-toolbar__item {
    padding: 0 12px;
  }
  .vditor-panel--left.vditor-panel--arrow:before {
    right: 17px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .vditor-toolbar__item .vditor-tooltipped:hover {
    color: var(--toolbar-icon-hover-color);
  }
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.vditor {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--border-color);
  border-radius: 3px;
  box-sizing: border-box;
  font-family: "Helvetica Neue", "Luxi Sans", "DejaVu Sans", "Hiragino Sans GB", "Microsoft Yahei", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", "Segoe UI Symbol", "Android Emoji", "EmojiSymbols";
}
.vditor--fullscreen {
  position: fixed;
  top: 0;
  width: 100% !important;
  left: 0;
  height: 100vh !important;
  z-index: 90;
  border-radius: 0;
}
.vditor-content {
  display: flex;
  min-height: 60px;
  flex: 1;
  min-width: 1px;
  position: relative;
}
.vditor-preview {
  flex: 1;
  min-width: 1px;
  overflow: auto;
  margin-left: -1px;
  border-left: 1px solid var(--border-color);
  box-sizing: border-box;
  border-radius: 0 0 3px 0;
  background-color: var(--textarea-background-color);
}
.vditor-preview::-webkit-scrollbar {
  display: none;
}
.vditor-preview__action {
  text-align: center;
  padding: 10px;
  background-color: var(--toolbar-background-color);
}
.vditor-preview__action button {
  background-color: var(--toolbar-background-color);
  color: var(--toolbar-icon-color);
  line-height: 20px;
  border: 0;
  margin: 0 10px;
  cursor: pointer;
  padding: 0 7px;
  font-size: 12px;
}
.vditor-preview__action button.vditor-preview__action--current,
.vditor-preview__action button:hover {
  color: var(--toolbar-icon-hover-color);
  background-color: var(--toolbar-background-color);
}
.vditor-preview__action button:focus {
  outline: none;
}
.vditor-preview__action button svg {
  fill: currentColor;
  height: 15px;
  width: 15px;
  vertical-align: middle;
}
.vditor-preview > .vditor-reset {
  padding: 10px;
  margin: 0 auto;
}
.vditor-preview img:not(.emoji) {
  cursor: pointer;
}
.vditor-devtools {
  display: none;
  background-color: var(--textarea-background-color);
  overflow: auto;
  flex: 1;
  min-width: 1px;
  box-shadow: inset 1px 0 var(--border-color);
  box-sizing: border-box;
  border-radius: 0 0 3px 0;
  padding: 10px;
}
.vditor-counter {
  padding: 3px;
  color: var(--toolbar-icon-color);
  background-color: var(--count-background-color);
  border-radius: 3px;
  font-size: 12px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  float: right;
  margin: 8px 3px 0 0;
}
.vditor-counter--error {
  color: #d23f31;
  background-color: rgba(210, 63, 49, 0.1);
}
.vditor-resize {
  padding: 3px 0;
  cursor: row-resize;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: absolute;
  width: 100%;
}
.vditor-resize--top {
  top: -3px;
}
.vditor-resize--bottom {
  bottom: -3px;
}
.vditor-resize > div {
  height: 3px;
  background-color: var(--resize-background-color);
  transition: all 0.15s ease-in-out;
}
.vditor-resize:hover > div,
.vditor-resize--selected > div {
  background-color: var(--resize-hover-background-color);
}
.vditor-resize:hover svg,
.vditor-resize--selected svg {
  color: var(--resize-hover-icon-color);
}
.vditor-resize svg {
  fill: currentColor;
  stroke-width: 0;
  stroke: currentColor;
  width: 13px;
  height: 3px;
  display: block;
  margin: 0 auto;
  color: var(--resize-icon-color);
}
.vditor-upload {
  position: absolute;
  height: 3px;
  left: 0;
  top: -2px;
  transition: all 0.15s ease-in-out;
  background-color: #4285f4;
}
.vditor-tip {
  position: absolute;
  font-size: 12px;
  top: 10px;
  animation-duration: 0.15s;
  animation-fill-mode: both;
  left: 50%;
  z-index: 5;
}
.vditor-tip--show {
  display: block;
  animation-name: slideInDown;
}
.vditor-tip__content {
  text-align: left;
  display: inline-block;
  line-height: 16px;
  padding: 3px 10px;
  border-radius: 3px;
  background: var(--toolbar-background-color);
  position: relative;
  margin-left: -50%;
  color: var(--toolbar-icon-color);
  max-width: 100%;
  box-shadow: var(--panel-shadow);
}
.vditor-tip__content ul {
  margin: 2px 0;
  padding: 0 0 0 18px;
}
.vditor-tip__content a {
  color: #4285f4;
}
.vditor-tip__close {
  position: absolute;
  color: var(--toolbar-icon-color);
  top: -7px;
  right: -15px;
  font-weight: bold;
  cursor: pointer;
}
.vditor-tip__close:hover {
  color: var(--toolbar-icon-hover-color);
}
.vditor-img {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  z-index: 100;
}
.vditor-img__bar {
  border-bottom: 1px solid var(--border-color);
  background-color: var(--toolbar-background-color);
  text-align: center;
  height: 36px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vditor-img__btn {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-left: 24px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: var(--toolbar-icon-color);
}
.vditor-img__btn:hover {
  color: var(--toolbar-icon-hover-color);
}
.vditor-img__btn svg {
  height: 14px;
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
}
.vditor-img__img {
  flex: 1;
  background-color: var(--textarea-background-color);
  overflow: auto;
  cursor: zoom-out;
}
.vditor-img__img img {
  max-width: none;
}
.vditor-hint {
  background-color: var(--panel-background-color);
  position: absolute;
  box-shadow: var(--panel-shadow);
  border-radius: 3px;
  padding: 5px 0;
  z-index: 4;
  line-height: 20px;
  list-style: none;
  font-size: 12px;
  margin: 0;
  max-width: 250px;
  min-width: 80px;
  display: none;
}
.vditor-hint .vditor-hint {
  margin-top: -31px;
  left: 100%;
  right: auto;
}
.vditor-hint .vditor-hint.vditor-panel--left {
  right: 100%;
  left: auto;
}
.vditor-hint button {
  color: var(--toolbar-icon-color);
  display: block;
  padding: 3px 10px;
  border: 0;
  border-radius: 0;
  line-height: 20px;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
  margin: 0;
  background-color: transparent;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.vditor-hint button:focus {
  outline: none;
}
.vditor-hint--current,
.vditor-hint button:not(.vditor-menu--disabled):hover {
  background-color: var(--toolbar-background-color) !important;
  color: var(--toolbar-icon-hover-color) !important;
}
.vditor-hint__emoji {
  font-size: 16px;
  float: left;
  margin-right: 3px;
}
.vditor-hint img {
  height: 20px;
  width: 20px;
  float: left;
  margin-right: 3px;
}
.vditor-reset {
  color: #24292e;
  font-variant-ligatures: no-common-ligatures;
  font-family: "Helvetica Neue", "Luxi Sans", "DejaVu Sans", "Hiragino Sans GB", "Microsoft Yahei", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", "Segoe UI Symbol", "Android Emoji", "EmojiSymbols";
  word-wrap: break-word;
  overflow: auto;
  line-height: 1.5;
  font-size: 16px;
  word-break: break-word;
}
.vditor-reset--anchor {
  padding-left: 20px;
}
.vditor-reset--error {
  color: #d23f31;
  font-size: 12px;
  display: block;
  line-height: 16px;
}
.vditor-reset ul ul ul {
  list-style-type: square;
}
.vditor-reset ul ul {
  list-style-type: circle;
}
.vditor-reset ul {
  list-style-type: disc;
}
.vditor-reset ul,
.vditor-reset ol {
  padding-left: 2em;
  margin-top: 0;
  margin-bottom: 16px;
}
.vditor-reset li + li {
  margin-top: 0.25em;
}
.vditor-reset li p {
  margin-top: 16px;
}
.vditor-reset audio {
  max-width: 100%;
}
.vditor-reset audio:focus {
  outline: none;
}
.vditor-reset video {
  max-height: 90vh;
  max-width: 100%;
}
.vditor-reset img {
  max-width: 100%;
}
.vditor-reset img.emoji {
  cursor: auto;
  max-width: 20px;
  vertical-align: sub;
}
.vditor-reset h1,
.vditor-reset h2,
.vditor-reset h3,
.vditor-reset h4,
.vditor-reset h5,
.vditor-reset h6 {
  margin-top: 24px;
  margin-bottom: 16px;
  font-weight: 600;
  line-height: 1.25;
}
.vditor-reset h1:hover .vditor-anchor svg,
.vditor-reset h2:hover .vditor-anchor svg,
.vditor-reset h3:hover .vditor-anchor svg,
.vditor-reset h4:hover .vditor-anchor svg,
.vditor-reset h5:hover .vditor-anchor svg,
.vditor-reset h6:hover .vditor-anchor svg {
  visibility: visible;
}
.vditor-reset h1 {
  font-size: 1.75em;
}
.vditor-reset h2 {
  font-size: 1.55em;
}
.vditor-reset h3 {
  font-size: 1.38em;
}
.vditor-reset h4 {
  font-size: 1.25em;
}
.vditor-reset h5 {
  font-size: 1.13em;
}
.vditor-reset h6 {
  font-size: 1em;
}
.vditor-reset hr {
  height: 2px;
  padding: 0;
  margin: 24px 0;
  background-color: #eaecef;
  border: 0;
}
.vditor-reset p {
  margin-top: 0;
  margin-bottom: 16px;
}
.vditor-reset blockquote {
  padding: 0 1em;
  color: #6a737d;
  border-left: 0.25em solid #eaecef;
  margin: 0 0 16px 0;
}
.vditor-reset blockquote > :first-child {
  margin-top: 0;
}
.vditor-reset blockquote > :last-child {
  margin-bottom: 0;
}
.vditor-reset ins > iframe {
  border: 0;
}
.vditor-reset iframe {
  border: 1px solid #d1d5da;
  max-width: 100%;
  box-sizing: border-box;
}
.vditor-reset iframe.iframe__video {
  min-width: 80%;
  min-height: 36vh;
}
.vditor-reset table {
  border-collapse: collapse;
  empty-cells: show;
  margin-bottom: 16px;
  overflow: auto;
  border-spacing: 0;
  display: block;
  word-break: keep-all;
  width: 100%;
}
.vditor-reset table tr {
  background-color: #fafbfc;
  border-top: 1px solid #c6cbd1;
}
.vditor-reset table td,
.vditor-reset table th {
  padding: 6px 13px;
  border: 1px solid #dfe2e5;
  word-break: normal;
  white-space: nowrap;
}
.vditor-reset table td:first-child::after,
.vditor-reset table th:first-child::after {
  content: "";
  display: inline-block;
  vertical-align: top;
  min-height: 24px;
}
.vditor-reset table th {
  font-weight: 600;
}
.vditor-reset table tbody tr:nth-child(2n) {
  background-color: #fff;
}
.vditor-reset code:not(.hljs):not(.highlight-chroma) {
  padding: 0.2em 0.4em;
  margin: 0;
  font-size: 85%;
  border-radius: 3px;
  font-family: mononoki, Consolas, "Liberation Mono", Menlo, Courier, monospace, "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", "Segoe UI Symbol", "Android Emoji", "EmojiSymbols";
  word-break: break-word;
  background-size: 20px 20px;
  white-space: pre-wrap;
}
.vditor-reset pre {
  margin: 1em 0;
}
.vditor-reset pre > code {
  margin: 0;
  font-size: 85%;
  padding: 0.5em;
  border-radius: 5px;
  display: block;
  overflow: auto;
  white-space: pre;
  font-family: mononoki, Consolas, "Liberation Mono", Menlo, Courier, monospace, "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", "Segoe UI Symbol", "Android Emoji", "EmojiSymbols";
  background-size: 20px 20px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8AgMAAABHkjHhAAAACVBMVEWAgIBaWlo+Pj7rTFvWAAAAA3RSTlMHCAw+VhR4AAAA+klEQVQoz4WSMW7EQAhFPxKWNh2FCx+HkaZI6RRb5DYbyVfIJXLKDCFoMbaTKSw/8ZnPAPjaH2xgZcUNUDADD7D9LtDBCLZ45fbkvo/30K8yeI64pPwl6znd/3n/Oe93P3ho9qeh72btTFzqkz0rsJle8Zr81OLEwZ1dv/713uWqvu2pl+k0fy7MWtj9r/tN5q/02z89qa/L4Dc2LvM93kezPfXlME/O86EbY/V9GB9ePX8G1/6W+/9h1dq/HGfTfzT3j/xNo7522Bfnqe5jO/fvhVthlfk434v3iO9zG/UOphyPeinPl1J8Gtaa7xPTa/Dk+RIs4deMvwGvcGsmsCvJ0AAAAABJRU5ErkJggg==);
  word-break: initial;
  word-wrap: normal;
}
.vditor-reset pre:hover div.vditor-copy {
  display: block;
}
.vditor-reset .language-math,
.vditor-reset .language-echarts,
.vditor-reset .language-mindmap,
.vditor-reset .language-plantuml,
.vditor-reset .language-mermaid,
.vditor-reset .language-markmap,
.vditor-reset .language-abc,
.vditor-reset .language-flowchart,
.vditor-reset .language-graphviz {
  margin-bottom: 16px;
}
.vditor-reset .language-math mjx-container:focus {
  outline: none;
  cursor: context-menu;
}
.vditor-reset .language-echarts,
.vditor-reset .language-mindmap {
  overflow: hidden;
  height: 420px;
}
.vditor-reset .language-mermaid,
.vditor-reset .language-markmap,
.vditor-reset .language-flowchart,
.vditor-reset .language-graphviz {
  text-align: center;
}
.vditor-reset .language-graphviz parsererror {
  overflow: auto;
}
.vditor-reset kbd {
  display: inline-block;
  padding: 3px 5px;
  font: 11px Consolas, "Liberation Mono", Menlo, Courier, monospace;
  line-height: 10px;
  color: #24292e;
  vertical-align: middle;
  background-color: #fafbfc;
  border: solid 1px #d1d5da;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 #d1d5da;
}
.vditor-reset summary {
  cursor: pointer;
}
.vditor-reset summary:focus {
  outline: none;
}
.vditor-reset svg {
  height: auto;
  width: auto;
  stroke-width: initial;
}
.vditor-reset p:last-child,
.vditor-reset blockquote:last-child,
.vditor-reset pre:last-child,
.vditor-reset ul:last-child,
.vditor-reset ol:last-child,
.vditor-reset hr:last-child {
  margin-bottom: 0;
}
.vditor-comment {
  border-bottom: 2px solid #f8e6ab;
}
.vditor-comment--focus,
.vditor-comment--hover {
  background-color: #faf1d1;
  border-bottom: 2px solid #ffc60a;
}
.vditor-comment--focus .vditor-comment,
.vditor-comment--hover .vditor-comment {
  border-bottom: 2px solid #ffc60a;
}
.vditor-task {
  list-style: none !important;
  word-break: break-all;
}
.vditor-task input {
  margin: 0 0.2em 0.25em -1.6em;
  font-size: 12px;
  vertical-align: middle;
}
.vditor-copy {
  position: relative;
  display: none;
  z-index: 1;
}
.vditor-copy textarea {
  position: absolute;
  left: -100000px;
  height: 10px;
}
.vditor-copy span {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 0.5em;
}
.vditor-copy svg {
  color: #586069;
  height: 14px;
  width: 14px !important;
  display: block;
  fill: currentColor;
}
.vditor-linenumber {
  padding-left: 4em !important;
  position: relative;
}
.vditor-linenumber__rows {
  position: absolute;
  pointer-events: none;
  top: 0.5em;
  left: 0;
  width: 3em;
  /* works for line-numbers below 1000 lines */
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  counter-reset: linenumber;
}
.vditor-linenumber__rows > span {
  pointer-events: none;
  display: block;
}
.vditor-linenumber__rows > span::before {
  counter-increment: linenumber;
  content: counter(linenumber);
  color: rgba(158, 150, 150, 0.38);
  display: block;
  padding-right: 1em;
  text-align: right;
}
.vditor-speech {
  position: absolute;
  display: none;
  background-color: #f6f8fa;
  border: 1px solid #d1d5da;
  border-radius: 3px;
  padding: 3px;
  cursor: pointer;
  color: #586069;
}
.vditor-speech:hover,
.vditor-speech--current {
  color: #4285f4;
}
.vditor-speech svg {
  height: 14px;
  width: 14px;
  fill: currentColor;
  display: block;
  stroke-width: 0;
  stroke: currentColor;
}
.vditor-anchor {
  margin-left: 5px;
}
.vditor-anchor--left {
  float: left;
  padding-right: 4px;
  margin-left: -20px;
}
.vditor-anchor svg {
  visibility: hidden;
}
.vditor-anchor:hover svg {
  visibility: visible;
}
.vditor-anchor:focus {
  outline: none;
}
.vditor-linkcard {
  margin: 31px auto 16px;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
  max-width: 768px;
  padding: 0 10px;
}
.vditor-linkcard a {
  border-radius: 3px;
  background-color: #f6f8fa;
  overflow: hidden;
  max-height: 250px;
  display: flex;
  text-decoration: none;
  flex-wrap: wrap-reverse;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.vditor-linkcard a:hover {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.13), 0 3px 6px rgba(0, 0, 0, 0.26);
  text-decoration: none;
}
.vditor-linkcard a:visited .vditor-linkcard__abstract {
  color: rgba(88, 96, 105, 0.36);
}
.vditor-linkcard__info {
  padding: 10px;
  min-width: 200px;
  box-sizing: border-box;
  flex: 1;
}
.vditor-linkcard__title {
  font-size: 14px;
  font-weight: 400;
  color: #24292e;
  display: flex;
  align-items: center;
}
.vditor-linkcard__title img {
  cursor: pointer;
  height: 20px;
  width: 20px;
  border-radius: 3px;
  flex-shrink: 0;
  margin-right: 5px;
}
.vditor-linkcard__abstract {
  word-wrap: break-word;
  word-break: break-all;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 13px;
  color: #586069;
  margin: 5px 0;
}
.vditor-linkcard__site {
  font-size: 12px;
  color: #4285f4;
}
.vditor-linkcard__image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  max-width: 250px;
  min-width: 126px;
  cursor: pointer;
  background-color: rgba(88, 96, 105, 0.36);
}
.vditor-footnotes__goto-ref {
  text-decoration: none;
}
.vditor-toc {
  margin-bottom: 16px;
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
  color: #4285f4;
}
.vditor-toc .vditor-outline__action {
  display: none;
}
.vditor-toc ul {
  list-style: none !important;
  padding-left: 1em;
}
.vditor-toc > ul {
  padding-left: 0;
}
.vditor-toc span {
  cursor: pointer;
}
.vditor-toc li > span > svg {
  width: 0;
  height: 0;
}
.vditor-outline {
  width: 250px;
  border-right: 1px solid var(--border-color);
  background-color: var(--panel-background-color);
  display: none;
  overflow: auto;
}
.vditor-outline--right {
  border-right: 0;
  border-left: 1px solid var(--border-color);
}
.vditor-outline::-webkit-scrollbar {
  display: none;
}
.vditor-outline ul {
  list-style: none !important;
  padding-left: 1em;
  margin: 0;
}
.vditor-outline__content > ul {
  padding-left: 0;
}
.vditor-outline li > span {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  cursor: pointer;
  color: var(--textarea-text-color);
}
.vditor-outline li > span > svg {
  height: 10px;
  width: 10px;
  flex-shrink: 0;
}
.vditor-outline li > span:hover {
  color: var(--toolbar-icon-hover-color);
}
.vditor-outline li > span > span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.vditor-outline__title {
  border-bottom: 1px dashed var(--border-color);
  padding: 5px 10px;
  color: var(--toolbar-icon-color);
  font-size: 12px;
}
.vditor-outline__action {
  transition: all 0.15s ease-in-out;
  fill: currentColor;
  margin-right: 5px;
  flex-shrink: 0;
}
.vditor-outline__action--close {
  transform: rotate(-90deg);
}
.vditor-wysiwyg {
  box-sizing: border-box;
  flex: 1;
  position: relative;
  width: 100%;
  min-width: 1px;
}
.vditor-wysiwyg pre.vditor-reset {
  background-color: var(--panel-background-color);
  margin: 0;
  white-space: pre-wrap;
  height: 100%;
  box-sizing: border-box;
}
.vditor-wysiwyg pre.vditor-reset[contenteditable="false"] {
  opacity: 0.3;
  cursor: not-allowed;
}
.vditor-wysiwyg pre.vditor-reset:empty::before {
  content: attr(placeholder);
  color: var(--second-color);
}
.vditor-wysiwyg pre.vditor-reset:focus {
  outline: none;
  background-color: var(--textarea-background-color);
}
.vditor-wysiwyg pre.vditor-reset:after {
  content: "";
  height: var(--editor-bottom);
  display: block;
}
.vditor-wysiwyg blockquote:empty::before,
.vditor-wysiwyg pre > code:empty::before,
.vditor-wysiwyg p:empty::before,
.vditor-wysiwyg h1:empty::after,
.vditor-wysiwyg h2:empty::after,
.vditor-wysiwyg h3:empty::after,
.vditor-wysiwyg h4:empty::after,
.vditor-wysiwyg h5:empty::after,
.vditor-wysiwyg h6:empty::after {
  content: ' ';
}
.vditor-wysiwyg code[data-marker="`"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.vditor-wysiwyg__block pre:first-child {
  margin-bottom: -1em;
}
.vditor-wysiwyg__block pre:first-child code {
  color: var(--textarea-text-color);
  height: auto;
  text-align: left;
}
.vditor-wysiwyg__block pre:last-child {
  margin-bottom: 1em;
}
.vditor-wysiwyg__preview {
  cursor: pointer;
  white-space: initial;
  min-height: 27px;
}
.vditor-wysiwyg > .vditor-reset > h1:before,
.vditor-wysiwyg > .vditor-reset > h2:before,
.vditor-wysiwyg > .vditor-reset > h3:before,
.vditor-wysiwyg > .vditor-reset > h4:before,
.vditor-wysiwyg > .vditor-reset > h5:before,
.vditor-wysiwyg > .vditor-reset > h6:before,
.vditor-wysiwyg div.vditor-wysiwyg__block:before,
.vditor-wysiwyg div[data-type="link-ref-defs-block"]:before,
.vditor-wysiwyg div[data-type="footnotes-block"]:before,
.vditor-wysiwyg .vditor-toc:before {
  float: left;
  padding-right: 4px;
  margin-left: -29px;
  content: 'H1';
  font-size: 0.85rem;
  font-weight: normal;
  color: var(--second-color);
}
.vditor-wysiwyg > .vditor-reset > h2:before {
  content: 'H2';
}
.vditor-wysiwyg > .vditor-reset > h3:before {
  content: 'H3';
}
.vditor-wysiwyg > .vditor-reset > h4:before {
  content: 'H4';
}
.vditor-wysiwyg > .vditor-reset > h5:before {
  content: 'H5';
}
.vditor-wysiwyg > .vditor-reset > h6:before {
  content: 'H6';
}
.vditor-wysiwyg div[data-type="link-ref-defs-block"]:before {
  content: '"A"';
}
.vditor-wysiwyg div[data-type="footnotes-block"]:before {
  content: '^F';
}
.vditor-wysiwyg div.vditor-wysiwyg__block:before {
  content: "</>";
}
.vditor-wysiwyg div.vditor-wysiwyg__block[data-type="yaml-front-matter"]:before {
  content: "F";
}
.vditor-wysiwyg div.vditor-wysiwyg__block[data-type="math-block"]:before {
  content: "$$";
}
.vditor-wysiwyg .vditor-toc:before {
  content: "ToC";
}
.vditor-wysiwyg hr {
  display: inline-block;
  margin: 12px 0;
  width: 100%;
}
.vditor-wysiwyg details {
  white-space: initial;
}
.vditor-wysiwyg a {
  cursor: pointer;
}
.vditor-wysiwyg span[data-type="backslash"] > span {
  display: none;
  color: var(--second-color);
}
.vditor-wysiwyg span[data-type="link-ref"],
.vditor-wysiwyg sup[data-type="footnotes-ref"] {
  color: #4285f4;
}
.vditor-wysiwyg span[data-type="toc-h"] {
  color: #4285f4;
  text-decoration: underline;
}
.vditor-wysiwyg div[data-type="footnotes-block"] {
  border-top: 2px solid var(--heading-border-color);
  padding-top: 24px;
  margin-top: 24px;
}
.vditor-wysiwyg div[data-type="link-ref-defs-block"] {
  color: var(--blockquote-color);
}
@media screen and (max-width: 520px) {
  .vditor-wysiwyg h1:before,
  .vditor-wysiwyg h2:before,
  .vditor-wysiwyg h3:before,
  .vditor-wysiwyg h4:before,
  .vditor-wysiwyg h5:before,
  .vditor-wysiwyg h6:before,
  .vditor-wysiwyg div.vditor-wysiwyg__block:before,
  .vditor-wysiwyg div[data-type="link-ref-defs-block"]:before,
  .vditor-wysiwyg div[data-type="footnotes-block"]:before,
  .vditor-wysiwyg .vditor-toc:before {
    content: none;
  }
}
.vditor-ir {
  box-sizing: border-box;
  flex: 1;
  min-width: 1px;
  position: relative;
  width: 100%;
}
.vditor-ir__node[data-type="code-block"]:before,
.vditor-ir__node[data-type="code-block"]:after,
.vditor-ir__node[data-type="yaml-front-matter"]:before,
.vditor-ir__node[data-type="yaml-front-matter"]:after,
.vditor-ir__node[data-type="math-block"]:before,
.vditor-ir__node[data-type="math-block"]:after {
  content: ' ';
  color: var(--second-color);
}
.vditor-ir__node:not(.vditor-ir__node--expand) .vditor-ir__marker {
  padding: 0 !important;
}
.vditor-ir__node:not(.vditor-ir__node--expand)[data-type="a"] {
  cursor: pointer;
}
.vditor-ir__node[data-type="link-ref"],
.vditor-ir__node[data-type="footnotes-ref"] {
  color: #4285f4;
}
.vditor-ir__node[data-type="html-block"] {
  margin-bottom: 1em;
}
.vditor-ir__node .vditor-ir__marker {
  width: 0;
  overflow: hidden;
  display: inline-block;
  height: 0;
  transition: all 0.15s ease-in-out;
}
.vditor-ir__node--hidden .vditor-ir__marker {
  visibility: hidden;
}
.vditor-ir__node--expand .vditor-ir__marker {
  color: var(--second-color);
  display: inline;
  height: auto;
  width: auto;
}
.vditor-ir__node--expand .vditor-ir__marker--hide {
  display: none;
}
.vditor-ir__node--expand .vditor-ir__marker--heading {
  color: var(--ir-heading-color);
}
.vditor-ir__node--expand .vditor-ir__marker--bi {
  color: var(--ir-bi-color);
}
.vditor-ir__node--expand .vditor-ir__marker--link {
  color: var(--ir-link-color);
}
.vditor-ir__node--expand .vditor-ir__marker--title {
  color: var(--ir-title-color);
}
.vditor-ir__node--expand .vditor-ir__marker--bracket {
  color: var(--ir-bracket-color);
  text-decoration: underline;
}
.vditor-ir__node--expand .vditor-ir__marker--paren {
  color: var(--ir-paren-color);
}
.vditor-ir__node--expand .vditor-ir__marker--info {
  color: var(--ir-heading-color);
}
.vditor-ir__node--expand .vditor-ir__marker--pre code {
  color: var(--textarea-text-color);
  height: auto;
  text-align: left;
}
.vditor-ir__node--expand[data-type="code-block"]:before,
.vditor-ir__node--expand[data-type="code-block"]:after {
  content: '```';
}
.vditor-ir__node--expand[data-type="yaml-front-matter"]:before,
.vditor-ir__node--expand[data-type="yaml-front-matter"]:after {
  content: '---';
}
.vditor-ir__node--expand[data-type="math-block"]:before,
.vditor-ir__node--expand[data-type="math-block"]:after {
  content: '$$';
}
.vditor-ir__node span[data-type="code-block-open-marker"],
.vditor-ir__node span[data-type="code-block-close-marker"],
.vditor-ir__node span[data-type="yaml-front-matter-open-marker"],
.vditor-ir__node span[data-type="yaml-front-matter-close-marker"],
.vditor-ir__node span[data-type="math-block-open-marker"],
.vditor-ir__node span[data-type="math-block-close-marker"] {
  display: none;
}
.vditor-ir__preview {
  cursor: pointer;
  white-space: initial;
  min-height: 27px;
}
.vditor-ir__link {
  color: var(--ir-bracket-color);
  text-decoration: underline;
}
.vditor-ir pre.vditor-reset {
  background-color: var(--panel-background-color);
  margin: 0;
  white-space: pre-wrap;
  height: 100%;
  box-sizing: border-box;
}
.vditor-ir pre.vditor-reset[contenteditable="false"] {
  opacity: 0.3;
  cursor: not-allowed;
}
.vditor-ir pre.vditor-reset:empty::before {
  content: attr(placeholder);
  color: var(--second-color);
}
.vditor-ir pre.vditor-reset:focus {
  outline: none;
  background-color: var(--textarea-background-color);
}
.vditor-ir pre.vditor-reset:after {
  content: "";
  height: var(--editor-bottom);
  display: block;
}
.vditor-ir pre.vditor-reset pre {
  margin: 0;
}
.vditor-ir hr {
  display: inline-block;
  margin: 12px 0;
  width: 100%;
}
.vditor-ir blockquote:empty::before,
.vditor-ir pre > code:empty::before,
.vditor-ir p:empty::before,
.vditor-ir h1:empty::after,
.vditor-ir h2:empty::after,
.vditor-ir h3:empty::after,
.vditor-ir h4:empty::after,
.vditor-ir h5:empty::after,
.vditor-ir h6:empty::after {
  content: ' ';
}
.vditor-ir .vditor-reset > h1:before,
.vditor-ir .vditor-reset > h2:before,
.vditor-ir .vditor-reset > h3:before,
.vditor-ir .vditor-reset > h4:before,
.vditor-ir .vditor-reset > h5:before,
.vditor-ir .vditor-reset > h6:before,
.vditor-ir div[data-type="link-ref-defs-block"]:before,
.vditor-ir div[data-type="footnotes-block"]:before,
.vditor-ir .vditor-toc:before {
  float: left;
  padding-right: 4px;
  margin-left: -29px;
  content: 'H1';
  font-size: 0.85rem;
  font-weight: normal;
  color: var(--second-color);
}
.vditor-ir .vditor-reset > h2:before {
  content: 'H2';
}
.vditor-ir .vditor-reset > h3:before {
  content: 'H3';
}
.vditor-ir .vditor-reset > h4:before {
  content: 'H4';
}
.vditor-ir .vditor-reset > h5:before {
  content: 'H5';
}
.vditor-ir .vditor-reset > h6:before {
  content: 'H6';
}
.vditor-ir div[data-type="link-ref-defs-block"] {
  color: var(--blockquote-color);
}
.vditor-ir div[data-type="link-ref-defs-block"]:before {
  content: '"A"';
}
.vditor-ir div[data-type="footnotes-block"] {
  border-top: 2px solid var(--heading-border-color);
  padding-top: 24px;
  margin-top: 24px;
}
.vditor-ir div[data-type="footnotes-block"]:before {
  content: '^F';
}
.vditor-ir div[data-type="footnotes-block"] > div[data-type="footnotes-def"] > ul,
.vditor-ir div[data-type="footnotes-block"] > div[data-type="footnotes-def"] > ol,
.vditor-ir div[data-type="footnotes-block"] > div[data-type="footnotes-def"] > p,
.vditor-ir div[data-type="footnotes-block"] > div[data-type="footnotes-def"] > blockquote,
.vditor-ir div[data-type="footnotes-block"] > div[data-type="footnotes-def"] > pre,
.vditor-ir div[data-type="footnotes-block"] > div[data-type="footnotes-def"] > table,
.vditor-ir div[data-type="footnotes-block"] > div[data-type="footnotes-def"] > hr {
  margin-left: 8px;
}
.vditor-ir .vditor-toc:before {
  content: "ToC";
}
.vditor-ir .vditor-toc span[data-type="toc-h"] {
  color: #4285f4;
  text-decoration: underline;
}
@media screen and (max-width: 520px) {
  .vditor-ir h1:before,
  .vditor-ir h2:before,
  .vditor-ir h3:before,
  .vditor-ir h4:before,
  .vditor-ir h5:before,
  .vditor-ir h6:before,
  .vditor-ir div[data-type="link-ref-defs-block"]:before,
  .vditor-ir div[data-type="footnotes-block"]:before,
  .vditor-ir .vditor-toc:before {
    content: none;
  }
}
.vditor-sv {
  font-family: "Helvetica Neue", "Luxi Sans", "DejaVu Sans", "Hiragino Sans GB", "Microsoft Yahei", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", "Segoe UI Symbol", "Android Emoji", "EmojiSymbols";
  margin: 0 1px 0 0;
  overflow: auto;
  width: 100%;
  flex: 1;
  min-width: 1px;
  border: 0;
  resize: none;
  padding: 10px 9px 10px 10px;
  box-sizing: border-box;
  background-color: var(--panel-background-color);
  outline: 0 none;
  font-size: 16px;
  line-height: 22px;
  color: var(--textarea-text-color);
  border-radius: 0 0 3px 3px;
  font-variant-ligatures: no-common-ligatures;
  white-space: pre-wrap;
  word-break: break-word;
  word-wrap: break-word;
}
.vditor-sv[contenteditable="false"] {
  opacity: 0.3;
  cursor: not-allowed;
}
.vditor-sv:empty::before {
  content: attr(placeholder);
  color: var(--second-color);
}
.vditor-sv:focus {
  background-color: var(--textarea-background-color);
}
.vditor-sv:after {
  content: "";
  height: var(--editor-bottom);
  display: block;
}
.vditor-sv span[data-type="newline"] + span[data-type="text"]:empty {
  display: inherit;
}
.vditor-sv .sup {
  vertical-align: super;
  font-size: smaller;
}
.vditor-sv .strong {
  font-weight: bold;
}
.vditor-sv .em {
  font-style: italic;
}
.vditor-sv .s {
  text-decoration: line-through;
}
.vditor-sv .mark:not(.vditor-sv__marker) {
  background-color: yellow;
  color: black;
}
.vditor-sv .h1 {
  font-size: 1.75em;
  line-height: 44px;
}
.vditor-sv .h2 {
  font-size: 1.55em;
  line-height: 38px;
}
.vditor-sv .h3 {
  font-size: 1.38em;
  line-height: 27px;
}
.vditor-sv .h4 {
  font-size: 1.25em;
  line-height: 25px;
}
.vditor-sv .h5 {
  font-size: 1.13em;
}
.vditor-sv .h6 {
  font-size: 1em;
}
.vditor-sv__marker {
  color: var(--second-color);
}
.vditor-sv__marker--heading {
  color: var(--ir-heading-color);
}
.vditor-sv__marker--bi {
  color: var(--ir-bi-color);
}
.vditor-sv__marker--link {
  color: var(--ir-link-color);
}
.vditor-sv__marker--title {
  color: var(--ir-title-color);
}
.vditor-sv__marker--bracket {
  color: var(--ir-bracket-color);
}
.vditor-sv__marker--paren {
  color: var(--ir-paren-color);
}
.vditor-sv__marker--info {
  color: var(--ir-heading-color);
}
.vditor-sv__marker--strong {
  font-weight: bold;
}


/*!*******************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!../../node_modules/allotment/dist/style.css ***!
  \*******************************************************************************************************************************************************************************************************/
:root {
  --separator-border: rgba(128, 128, 128, 0.35);
  --sash-hover-transition-duration: 0.1s;
}

.allotment-module_splitView__L-yRc {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.allotment-module_splitView__L-yRc > .allotment-module_sashContainer__fzwJF {
  height: 100%;
  pointer-events: none;
  position: absolute;
  width: 100%;
}

.allotment-module_splitView__L-yRc > .allotment-module_sashContainer__fzwJF > .allotment-module_sash__QA-2t {
  pointer-events: auto;
}

.allotment-module_splitView__L-yRc > .allotment-module_splitViewContainer__rQnVa {
  height: 100%;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.allotment-module_splitView__L-yRc > .allotment-module_splitViewContainer__rQnVa > .allotment-module_splitViewView__MGZ6O {
  overflow: hidden;
  position: absolute;
  white-space: initial;
}

.allotment-module_splitView__L-yRc.allotment-module_vertical__WSwwa > .allotment-module_splitViewContainer__rQnVa > .allotment-module_splitViewView__MGZ6O {
  width: 100%;
}

.allotment-module_splitView__L-yRc.allotment-module_horizontal__7doS8 > .allotment-module_splitViewContainer__rQnVa > .allotment-module_splitViewView__MGZ6O {
  height: 100%;
}

.allotment-module_splitView__L-yRc.allotment-module_separatorBorder__x-rDS
  > .allotment-module_splitViewContainer__rQnVa
  > .allotment-module_splitViewView__MGZ6O:not(:first-child)::before {
  background-color: var(--separator-border);
  content: " ";
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: 5;
}

.allotment-module_splitView__L-yRc.allotment-module_separatorBorder__x-rDS.allotment-module_vertical__WSwwa
  > .allotment-module_splitViewContainer__rQnVa
  > .allotment-module_splitViewView__MGZ6O:not(:first-child)::before {
  height: 1px;
  width: 100%;
}

.allotment-module_splitView__L-yRc.allotment-module_separatorBorder__x-rDS.allotment-module_horizontal__7doS8
  > .allotment-module_splitViewContainer__rQnVa
  > .allotment-module_splitViewView__MGZ6O:not(:first-child)::before {
  height: 100%;
  width: 1px;
}

:root {
  --focus-border: #007fd4;
  --sash-size: 8px;
  --sash-hover-size: 4px;
}

.sash-module_sash__K-9lB {
  position: absolute;
  z-index: 35;
  touch-action: none;
  pointer-events: auto;
  text-align: initial;
}

.sash-module_sash__K-9lB.sash-module_disabled__Hm-wx {
  pointer-events: none;
}

.sash-module_sash__K-9lB.sash-module_mac__Jf6OJ.sash-module_vertical__pB-rs {
  cursor: col-resize;
}

.sash-module_sash__K-9lB.sash-module_vertical__pB-rs.sash-module_minimum__-UKxp {
  cursor: e-resize;
}

.sash-module_sash__K-9lB.sash-module_vertical__pB-rs.sash-module_maximum__TCWxD {
  cursor: w-resize;
}

.sash-module_sash__K-9lB.sash-module_mac__Jf6OJ.sash-module_horizontal__kFbiw {
  cursor: row-resize;
}

.sash-module_sash__K-9lB.sash-module_horizontal__kFbiw.sash-module_minimum__-UKxp {
  cursor: s-resize;
}

.sash-module_sash__K-9lB.sash-module_horizontal__kFbiw.sash-module_maximum__TCWxD {
  cursor: n-resize;
}

.sash-module_sash__K-9lB.sash-module_disabled__Hm-wx {
  cursor: default !important;
  pointer-events: none !important;
}

.sash-module_sash__K-9lB.sash-module_vertical__pB-rs {
  cursor: ew-resize;
  top: 0;
  width: var(--sash-size);
  height: 100%;
}

.sash-module_sash__K-9lB.sash-module_horizontal__kFbiw {
  cursor: ns-resize;
  left: 0;
  width: 100%;
  height: var(--sash-size);
}

.sash-module_sash__K-9lB:not(.sash-module_disabled__Hm-wx) > .sash-module_orthogonal-drag-handle__Yii2- {
  content: " ";
  height: calc(var(--sash-size) * 2);
  width: calc(var(--sash-size) * 2);
  z-index: 100;
  display: block;
  cursor: all-scroll;
  position: absolute;
}

.sash-module_sash__K-9lB.sash-module_horizontal__kFbiw.sash-module_orthogonal-edge-north__f7Noe:not(.sash-module_disabled__Hm-wx)
  > .sash-module_orthogonal-drag-handle__Yii2-.sash-module_start__uZEDk,
.sash-module_sash__K-9lB.sash-module_horizontal__kFbiw.sash-module_orthogonal-edge-south__6ZrFC:not(.sash-module_disabled__Hm-wx)
  > .sash-module_orthogonal-drag-handle__Yii2-.sash-module_end__0TP-R {
  cursor: nwse-resize;
}

.sash-module_sash__K-9lB.sash-module_horizontal__kFbiw.sash-module_orthogonal-edge-north__f7Noe:not(.sash-module_disabled__Hm-wx)
  > .sash-module_orthogonal-drag-handle__Yii2-.sash-module_end__0TP-R,
.sash-module_sash__K-9lB.sash-module_horizontal__kFbiw.sash-module_orthogonal-edge-south__6ZrFC:not(.sash-module_disabled__Hm-wx)
  > .sash-module_orthogonal-drag-handle__Yii2-.sash-module_start__uZEDk {
  cursor: nesw-resize;
}

.sash-module_sash__K-9lB.sash-module_vertical__pB-rs > .sash-module_orthogonal-drag-handle__Yii2-.sash-module_start__uZEDk {
  left: calc(var(--sash-size) * -0.5);
  top: calc(var(--sash-size) * -1);
}

.sash-module_sash__K-9lB.sash-module_vertical__pB-rs > .sash-module_orthogonal-drag-handle__Yii2-.sash-module_end__0TP-R {
  left: calc(var(--sash-size) * -0.5);
  bottom: calc(var(--sash-size) * -1);
}

.sash-module_sash__K-9lB.sash-module_horizontal__kFbiw > .sash-module_orthogonal-drag-handle__Yii2-.sash-module_start__uZEDk {
  top: calc(var(--sash-size) * -0.5);
  left: calc(var(--sash-size) * -1);
}

.sash-module_sash__K-9lB.sash-module_horizontal__kFbiw > .sash-module_orthogonal-drag-handle__Yii2-.sash-module_end__0TP-R {
  top: calc(var(--sash-size) * -0.5);
  right: calc(var(--sash-size) * -1);
}

.sash-module_sash__K-9lB:before {
  content: "";
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: background-color var(--sash-hover-transition-duration) ease-out;
  background: transparent;
}

.sash-module_sash__K-9lB.sash-module_vertical__pB-rs:before {
  width: var(--sash-hover-size);
  left: calc(50% - (var(--sash-hover-size) / 2));
}

.sash-module_sash__K-9lB.sash-module_horizontal__kFbiw:before {
  height: var(--sash-hover-size);
  top: calc(50% - (var(--sash-hover-size) / 2));
}

.sash-module_sash__K-9lB.sash-module_hover__80W6I:before,
.sash-module_sash__K-9lB.sash-module_active__bJspD:before {
  background: var(--focus-border);
}

/*!***************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!../../node_modules/pickadate/lib/themes/classic.css ***!
  \***************************************************************************************************************************************************************************************************************/
/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  outline: none;
}
/**
 * The picker input element.
 */
.picker__input {
  cursor: default;
}
/**
 * When the picker is opened, the input element is “activated”.
 */
.picker__input.picker__input--active {
  border-color: #0089ec;
}
/**
 * The holder is the only “scrollable” top-level container element.
 */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/*!
 * Classic picker styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  width: 100%;
}
/**
 * The holder is the base of the picker.
 */
.picker__holder {
  position: absolute;
  background: #fff;
  border: 1px solid #aaaaaa;
  border-top-width: 0;
  border-bottom-width: 0;
  border-radius: 0 0 5px 5px;
  box-sizing: border-box;
  min-width: 176px;
  max-width: 466px;
  max-height: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  transform: translateY(-1em) perspective(600px) rotateX(10deg);
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
}
/**
 * The frame and wrap work together to ensure that
 * clicks within the picker don’t reach the holder.
 */
.picker__frame {
  padding: 1px;
}
.picker__wrap {
  margin: -1px;
}
/**
 * When the picker opens...
 */
.picker--opened .picker__holder {
  max-height: 25em;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  border-top-width: 1px;
  border-bottom-width: 1px;
  transform: translateY(0) perspective(600px) rotateX(0);
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
}

/*!********************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!../../node_modules/pickadate/lib/themes/classic.date.css ***!
  \********************************************************************************************************************************************************************************************************************/
/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
.picker__box {
  padding: 0 1em;
}
/**
 * The header containing the month and year stuff.
 */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em;
}
/**
 * The month and year labels.
 */
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
}
.picker__year {
  color: #999;
  font-size: .8em;
  font-style: italic;
}
/**
 * The month and year selectors.
 */
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: .5em;
  margin-left: .25em;
  margin-right: .25em;
}
@media (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em;
  }
}
.picker__select--month {
  width: 35%;
}
.picker__select--year {
  width: 22.5%;
}
.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec;
}
/**
 * The month navigation buttons.
 */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--prev,
  .picker__nav--next {
    top: -0.33em;
  }
}
.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em;
  }
}
.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em;
  }
}
.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: 0.75em solid #000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}
.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000;
}
.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}
.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}
/**
 * The calendar table of dates
 */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em;
}
@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: .75em;
  }
}
.picker__table td {
  margin: 0;
  padding: 0;
}
/**
 * The weekday labels
 */
.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999;
  font-weight: 500;
  /* Increase the spacing a tad */
}
@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: .5em;
  }
}
/**
 * The days on the calendar
 */
.picker__day {
  padding: .3125em 0;
  font-weight: 200;
  border: 1px solid transparent;
}
.picker__day--today {
  position: relative;
}
.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: .5em solid transparent;
}
.picker__day--disabled:before {
  border-top-color: #aaa;
}
.picker__day--outfocus {
  color: #ddd;
}
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}
.picker__day--highlighted {
  border-color: #0089ec;
}
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}
.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background: #0089ec;
  color: #fff;
}
.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
}
.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbb;
}
/**
 * The footer containing the "today", "clear", and "close" buttons.
 */
.picker__footer {
  text-align: center;
}
.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #fff;
  background: #fff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}
.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}
.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: none;
}
.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0;
}
.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: .45em;
}
.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: .66em solid transparent;
}
.picker__button--clear:before {
  top: -0.25em;
  width: .66em;
  border-top: 3px solid #e20;
}
.picker__button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
  color: #777;
}
.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
}
.picker__button--today[disabled]:before {
  border-top-color: #aaa;
}

/* ==========================================================================
   $CLASSIC-DATE-PICKER
   ========================================================================== */

/*!********************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!../../node_modules/pickadate/lib/themes/classic.time.css ***!
  \********************************************************************************************************************************************************************************************************************/
/* ==========================================================================
   $BASE-TIME-PICKER
   ========================================================================== */
/**
 * The list of times.
 */
.picker__list {
  list-style: none;
  padding: 0.75em 0 4.2em;
  margin: 0;
}
/**
 * The times on the clock.
 */
.picker__list-item {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  margin-bottom: -1px;
  position: relative;
  background: #fff;
  padding: .75em 1.25em;
}
@media (min-height: 46.75em) {
  .picker__list-item {
    padding: .5em 1em;
  }
}
/* Hovered time */
.picker__list-item:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
  border-color: #0089ec;
  z-index: 10;
}
/* Highlighted and hovered/focused time */
.picker__list-item--highlighted {
  border-color: #0089ec;
  z-index: 10;
}
.picker__list-item--highlighted:hover,
.picker--focused .picker__list-item--highlighted {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}
/* Selected and hovered/focused time */
.picker__list-item--selected,
.picker__list-item--selected:hover,
.picker--focused .picker__list-item--selected {
  background: #0089ec;
  color: #fff;
  z-index: 10;
}
/* Disabled time */
.picker__list-item--disabled,
.picker__list-item--disabled:hover,
.picker--focused .picker__list-item--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
  border-color: #ddd;
  z-index: auto;
}
/**
 * The clear button
 */
.picker--time .picker__button--clear {
  display: block;
  width: 80%;
  margin: 1em auto 0;
  padding: 1em 1.25em;
  background: none;
  border: 0;
  font-weight: 500;
  font-size: .67em;
  text-align: center;
  text-transform: uppercase;
  color: #666;
}
.picker--time .picker__button--clear:hover,
.picker--time .picker__button--clear:focus {
  color: #000;
  background: #b1dcfb;
  background: #e20;
  border-color: #e20;
  cursor: pointer;
  color: #fff;
  outline: none;
}
.picker--time .picker__button--clear:before {
  top: -0.25em;
  color: #666;
  font-size: 1.25em;
  font-weight: bold;
}
.picker--time .picker__button--clear:hover:before,
.picker--time .picker__button--clear:focus:before {
  color: #fff;
  border-color: #fff;
}

/* ==========================================================================
   $CLASSIC-TIME-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should __NOT__ be styled
 * more than what’s here. Style the `.picker__holder` instead.
 */
.picker--time {
  min-width: 256px;
  max-width: 320px;
}
/**
 * The holder is the base of the picker.
 */
.picker--time .picker__holder {
  background: #f2f2f2;
}
@media (min-height: 40.125em) {
  .picker--time .picker__holder {
    font-size: .875em;
  }
}
/**
 * The box contains the list of times.
 */
.picker--time .picker__box {
  padding: 0;
  position: relative;
}

/*!*******************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!../../node_modules/katex/dist/katex.min.css ***!
  \*******************************************************************************************************************************************************************************************************/
@font-face{font-family:KaTeX_AMS;font-style:normal;font-weight:400;src:url(modules/katex/KaTeX_AMS-Regular.woff2?d44947) format("woff2"),url(modules/katex/KaTeX_AMS-Regular.woff?99ada2) format("woff"),url(modules/katex/KaTeX_AMS-Regular.ttf?1dfd0e) format("truetype")}@font-face{font-family:KaTeX_Caligraphic;font-style:normal;font-weight:700;src:url(modules/katex/KaTeX_Caligraphic-Bold.woff2?5bfa49) format("woff2"),url(modules/katex/KaTeX_Caligraphic-Bold.woff?dd23ac) format("woff"),url(modules/katex/KaTeX_Caligraphic-Bold.ttf?8fab73) format("truetype")}@font-face{font-family:KaTeX_Caligraphic;font-style:normal;font-weight:400;src:url(modules/katex/KaTeX_Caligraphic-Regular.woff2?9f8077) format("woff2"),url(modules/katex/KaTeX_Caligraphic-Regular.woff?1a6f39) format("woff"),url(modules/katex/KaTeX_Caligraphic-Regular.ttf?26f26a) format("truetype")}@font-face{font-family:KaTeX_Fraktur;font-style:normal;font-weight:700;src:url(modules/katex/KaTeX_Fraktur-Bold.woff2?f98f89) format("woff2"),url(modules/katex/KaTeX_Fraktur-Bold.woff?5bbafd) format("woff"),url(modules/katex/KaTeX_Fraktur-Bold.ttf?4e08dd) format("truetype")}@font-face{font-family:KaTeX_Fraktur;font-style:normal;font-weight:400;src:url(modules/katex/KaTeX_Fraktur-Regular.woff2?a5764c) format("woff2"),url(modules/katex/KaTeX_Fraktur-Regular.woff?6f7563) format("woff"),url(modules/katex/KaTeX_Fraktur-Regular.ttf?17db40) format("truetype")}@font-face{font-family:KaTeX_Main;font-style:normal;font-weight:700;src:url(modules/katex/KaTeX_Main-Bold.woff2?31050a) format("woff2"),url(modules/katex/KaTeX_Main-Bold.woff?f69a36) format("woff"),url(modules/katex/KaTeX_Main-Bold.ttf?413ab3) format("truetype")}@font-face{font-family:KaTeX_Main;font-style:italic;font-weight:700;src:url(modules/katex/KaTeX_Main-BoldItalic.woff2?a4a490) format("woff2"),url(modules/katex/KaTeX_Main-BoldItalic.woff?038bbd) format("woff"),url(modules/katex/KaTeX_Main-BoldItalic.ttf?ba6464) format("truetype")}@font-face{font-family:KaTeX_Main;font-style:italic;font-weight:400;src:url(modules/katex/KaTeX_Main-Italic.woff2?c9b2b5) format("woff2"),url(modules/katex/KaTeX_Main-Italic.woff?7c8589) format("woff"),url(modules/katex/KaTeX_Main-Italic.ttf?1d5668) format("truetype")}@font-face{font-family:KaTeX_Main;font-style:normal;font-weight:400;src:url(modules/katex/KaTeX_Main-Regular.woff2?c88408) format("woff2"),url(modules/katex/KaTeX_Main-Regular.woff?fdcae5) format("woff"),url(modules/katex/KaTeX_Main-Regular.ttf?8744db) format("truetype")}@font-face{font-family:KaTeX_Math;font-style:italic;font-weight:700;src:url(modules/katex/KaTeX_Math-BoldItalic.woff2?8fcb9d) format("woff2"),url(modules/katex/KaTeX_Math-BoldItalic.woff?d54e64) format("woff"),url(modules/katex/KaTeX_Math-BoldItalic.ttf?e80cc4) format("truetype")}@font-face{font-family:KaTeX_Math;font-style:italic;font-weight:400;src:url(modules/katex/KaTeX_Math-Italic.woff2?db4883) format("woff2"),url(modules/katex/KaTeX_Math-Italic.woff?1c1b48) format("woff"),url(modules/katex/KaTeX_Math-Italic.ttf?9e9a10) format("truetype")}@font-face{font-family:"KaTeX_SansSerif";font-style:normal;font-weight:700;src:url(modules/katex/KaTeX_SansSerif-Bold.woff2?886e61) format("woff2"),url(modules/katex/KaTeX_SansSerif-Bold.woff?a2bedd) format("woff"),url(modules/katex/KaTeX_SansSerif-Bold.ttf?20b45f) format("truetype")}@font-face{font-family:"KaTeX_SansSerif";font-style:italic;font-weight:400;src:url(modules/katex/KaTeX_SansSerif-Italic.woff2?3d5fa3) format("woff2"),url(modules/katex/KaTeX_SansSerif-Italic.woff?7564a3) format("woff"),url(modules/katex/KaTeX_SansSerif-Italic.ttf?991fbd) format("truetype")}@font-face{font-family:"KaTeX_SansSerif";font-style:normal;font-weight:400;src:url(modules/katex/KaTeX_SansSerif-Regular.woff2?e45d5f) format("woff2"),url(modules/katex/KaTeX_SansSerif-Regular.woff?804610) format("woff"),url(modules/katex/KaTeX_SansSerif-Regular.ttf?4a8e17) format("truetype")}@font-face{font-family:KaTeX_Script;font-style:normal;font-weight:400;src:url(modules/katex/KaTeX_Script-Regular.woff2?63b809) format("woff2"),url(modules/katex/KaTeX_Script-Regular.woff?6a05cd) format("woff"),url(modules/katex/KaTeX_Script-Regular.ttf?c6f675) format("truetype")}@font-face{font-family:KaTeX_Size1;font-style:normal;font-weight:400;src:url(modules/katex/KaTeX_Size1-Regular.woff2?57fa59) format("woff2"),url(modules/katex/KaTeX_Size1-Regular.woff?aefe66) format("woff"),url(modules/katex/KaTeX_Size1-Regular.ttf?3280ba) format("truetype")}@font-face{font-family:KaTeX_Size2;font-style:normal;font-weight:400;src:url(modules/katex/KaTeX_Size2-Regular.woff2?ee1871) format("woff2"),url(modules/katex/KaTeX_Size2-Regular.woff?46698f) format("woff"),url(modules/katex/KaTeX_Size2-Regular.ttf?faf73f) format("truetype")}@font-face{font-family:KaTeX_Size3;font-style:normal;font-weight:400;src:url(modules/katex/KaTeX_Size3-Regular.woff2?19a7ca) format("woff2"),url(modules/katex/KaTeX_Size3-Regular.woff?1da190) format("woff"),url(modules/katex/KaTeX_Size3-Regular.ttf?302a61) format("truetype")}@font-face{font-family:KaTeX_Size4;font-style:normal;font-weight:400;src:url(modules/katex/KaTeX_Size4-Regular.woff2?9bed17) format("woff2"),url(modules/katex/KaTeX_Size4-Regular.woff?8fdddb) format("woff"),url(modules/katex/KaTeX_Size4-Regular.ttf?3d8d9d) format("truetype")}@font-face{font-family:KaTeX_Typewriter;font-style:normal;font-weight:400;src:url(modules/katex/KaTeX_Typewriter-Regular.woff2?7a0888) format("woff2"),url(modules/katex/KaTeX_Typewriter-Regular.woff?f5e729) format("woff"),url(modules/katex/KaTeX_Typewriter-Regular.ttf?629b99) format("truetype")}.katex{font:normal 1.21em KaTeX_Main,Times New Roman,serif;line-height:1.2;text-indent:0;text-rendering:auto}.katex *{-ms-high-contrast-adjust:none!important;border-color:currentColor}.katex .katex-version:after{content:"0.16.11"}.katex .katex-mathml{clip:rect(1px,1px,1px,1px);border:0;height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.katex .katex-html>.newline{display:block}.katex .base{position:relative;white-space:nowrap;width:-moz-min-content;width:min-content}.katex .base,.katex .strut{display:inline-block}.katex .textbf{font-weight:700}.katex .textit{font-style:italic}.katex .textrm{font-family:KaTeX_Main}.katex .textsf{font-family:KaTeX_SansSerif}.katex .texttt{font-family:KaTeX_Typewriter}.katex .mathnormal{font-family:KaTeX_Math;font-style:italic}.katex .mathit{font-family:KaTeX_Main;font-style:italic}.katex .mathrm{font-style:normal}.katex .mathbf{font-family:KaTeX_Main;font-weight:700}.katex .boldsymbol{font-family:KaTeX_Math;font-style:italic;font-weight:700}.katex .amsrm,.katex .mathbb,.katex .textbb{font-family:KaTeX_AMS}.katex .mathcal{font-family:KaTeX_Caligraphic}.katex .mathfrak,.katex .textfrak{font-family:KaTeX_Fraktur}.katex .mathboldfrak,.katex .textboldfrak{font-family:KaTeX_Fraktur;font-weight:700}.katex .mathtt{font-family:KaTeX_Typewriter}.katex .mathscr,.katex .textscr{font-family:KaTeX_Script}.katex .mathsf,.katex .textsf{font-family:KaTeX_SansSerif}.katex .mathboldsf,.katex .textboldsf{font-family:KaTeX_SansSerif;font-weight:700}.katex .mathitsf,.katex .textitsf{font-family:KaTeX_SansSerif;font-style:italic}.katex .mainrm{font-family:KaTeX_Main;font-style:normal}.katex .vlist-t{border-collapse:collapse;display:inline-table;table-layout:fixed}.katex .vlist-r{display:table-row}.katex .vlist{display:table-cell;position:relative;vertical-align:bottom}.katex .vlist>span{display:block;height:0;position:relative}.katex .vlist>span>span{display:inline-block}.katex .vlist>span>.pstrut{overflow:hidden;width:0}.katex .vlist-t2{margin-right:-2px}.katex .vlist-s{display:table-cell;font-size:1px;min-width:2px;vertical-align:bottom;width:2px}.katex .vbox{align-items:baseline;display:inline-flex;flex-direction:column}.katex .hbox{width:100%}.katex .hbox,.katex .thinbox{display:inline-flex;flex-direction:row}.katex .thinbox{max-width:0;width:0}.katex .msupsub{text-align:left}.katex .mfrac>span>span{text-align:center}.katex .mfrac .frac-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline,.katex .hline,.katex .mfrac .frac-line,.katex .overline .overline-line,.katex .rule,.katex .underline .underline-line{min-height:1px}.katex .mspace{display:inline-block}.katex .clap,.katex .llap,.katex .rlap{position:relative;width:0}.katex .clap>.inner,.katex .llap>.inner,.katex .rlap>.inner{position:absolute}.katex .clap>.fix,.katex .llap>.fix,.katex .rlap>.fix{display:inline-block}.katex .llap>.inner{right:0}.katex .clap>.inner,.katex .rlap>.inner{left:0}.katex .clap>.inner>span{margin-left:-50%;margin-right:50%}.katex .rule{border:0 solid;display:inline-block;position:relative}.katex .hline,.katex .overline .overline-line,.katex .underline .underline-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline{border-bottom-style:dashed;display:inline-block;width:100%}.katex .sqrt>.root{margin-left:.2777777778em;margin-right:-.5555555556em}.katex .fontsize-ensurer.reset-size1.size1,.katex .sizing.reset-size1.size1{font-size:1em}.katex .fontsize-ensurer.reset-size1.size2,.katex .sizing.reset-size1.size2{font-size:1.2em}.katex .fontsize-ensurer.reset-size1.size3,.katex .sizing.reset-size1.size3{font-size:1.4em}.katex .fontsize-ensurer.reset-size1.size4,.katex .sizing.reset-size1.size4{font-size:1.6em}.katex .fontsize-ensurer.reset-size1.size5,.katex .sizing.reset-size1.size5{font-size:1.8em}.katex .fontsize-ensurer.reset-size1.size6,.katex .sizing.reset-size1.size6{font-size:2em}.katex .fontsize-ensurer.reset-size1.size7,.katex .sizing.reset-size1.size7{font-size:2.4em}.katex .fontsize-ensurer.reset-size1.size8,.katex .sizing.reset-size1.size8{font-size:2.88em}.katex .fontsize-ensurer.reset-size1.size9,.katex .sizing.reset-size1.size9{font-size:3.456em}.katex .fontsize-ensurer.reset-size1.size10,.katex .sizing.reset-size1.size10{font-size:4.148em}.katex .fontsize-ensurer.reset-size1.size11,.katex .sizing.reset-size1.size11{font-size:4.976em}.katex .fontsize-ensurer.reset-size2.size1,.katex .sizing.reset-size2.size1{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size2.size2,.katex .sizing.reset-size2.size2{font-size:1em}.katex .fontsize-ensurer.reset-size2.size3,.katex .sizing.reset-size2.size3{font-size:1.1666666667em}.katex .fontsize-ensurer.reset-size2.size4,.katex .sizing.reset-size2.size4{font-size:1.3333333333em}.katex .fontsize-ensurer.reset-size2.size5,.katex .sizing.reset-size2.size5{font-size:1.5em}.katex .fontsize-ensurer.reset-size2.size6,.katex .sizing.reset-size2.size6{font-size:1.6666666667em}.katex .fontsize-ensurer.reset-size2.size7,.katex .sizing.reset-size2.size7{font-size:2em}.katex .fontsize-ensurer.reset-size2.size8,.katex .sizing.reset-size2.size8{font-size:2.4em}.katex .fontsize-ensurer.reset-size2.size9,.katex .sizing.reset-size2.size9{font-size:2.88em}.katex .fontsize-ensurer.reset-size2.size10,.katex .sizing.reset-size2.size10{font-size:3.4566666667em}.katex .fontsize-ensurer.reset-size2.size11,.katex .sizing.reset-size2.size11{font-size:4.1466666667em}.katex .fontsize-ensurer.reset-size3.size1,.katex .sizing.reset-size3.size1{font-size:.7142857143em}.katex .fontsize-ensurer.reset-size3.size2,.katex .sizing.reset-size3.size2{font-size:.8571428571em}.katex .fontsize-ensurer.reset-size3.size3,.katex .sizing.reset-size3.size3{font-size:1em}.katex .fontsize-ensurer.reset-size3.size4,.katex .sizing.reset-size3.size4{font-size:1.1428571429em}.katex .fontsize-ensurer.reset-size3.size5,.katex .sizing.reset-size3.size5{font-size:1.2857142857em}.katex .fontsize-ensurer.reset-size3.size6,.katex .sizing.reset-size3.size6{font-size:1.4285714286em}.katex .fontsize-ensurer.reset-size3.size7,.katex .sizing.reset-size3.size7{font-size:1.7142857143em}.katex .fontsize-ensurer.reset-size3.size8,.katex .sizing.reset-size3.size8{font-size:2.0571428571em}.katex .fontsize-ensurer.reset-size3.size9,.katex .sizing.reset-size3.size9{font-size:2.4685714286em}.katex .fontsize-ensurer.reset-size3.size10,.katex .sizing.reset-size3.size10{font-size:2.9628571429em}.katex .fontsize-ensurer.reset-size3.size11,.katex .sizing.reset-size3.size11{font-size:3.5542857143em}.katex .fontsize-ensurer.reset-size4.size1,.katex .sizing.reset-size4.size1{font-size:.625em}.katex .fontsize-ensurer.reset-size4.size2,.katex .sizing.reset-size4.size2{font-size:.75em}.katex .fontsize-ensurer.reset-size4.size3,.katex .sizing.reset-size4.size3{font-size:.875em}.katex .fontsize-ensurer.reset-size4.size4,.katex .sizing.reset-size4.size4{font-size:1em}.katex .fontsize-ensurer.reset-size4.size5,.katex .sizing.reset-size4.size5{font-size:1.125em}.katex .fontsize-ensurer.reset-size4.size6,.katex .sizing.reset-size4.size6{font-size:1.25em}.katex .fontsize-ensurer.reset-size4.size7,.katex .sizing.reset-size4.size7{font-size:1.5em}.katex .fontsize-ensurer.reset-size4.size8,.katex .sizing.reset-size4.size8{font-size:1.8em}.katex .fontsize-ensurer.reset-size4.size9,.katex .sizing.reset-size4.size9{font-size:2.16em}.katex .fontsize-ensurer.reset-size4.size10,.katex .sizing.reset-size4.size10{font-size:2.5925em}.katex .fontsize-ensurer.reset-size4.size11,.katex .sizing.reset-size4.size11{font-size:3.11em}.katex .fontsize-ensurer.reset-size5.size1,.katex .sizing.reset-size5.size1{font-size:.5555555556em}.katex .fontsize-ensurer.reset-size5.size2,.katex .sizing.reset-size5.size2{font-size:.6666666667em}.katex .fontsize-ensurer.reset-size5.size3,.katex .sizing.reset-size5.size3{font-size:.7777777778em}.katex .fontsize-ensurer.reset-size5.size4,.katex .sizing.reset-size5.size4{font-size:.8888888889em}.katex .fontsize-ensurer.reset-size5.size5,.katex .sizing.reset-size5.size5{font-size:1em}.katex .fontsize-ensurer.reset-size5.size6,.katex .sizing.reset-size5.size6{font-size:1.1111111111em}.katex .fontsize-ensurer.reset-size5.size7,.katex .sizing.reset-size5.size7{font-size:1.3333333333em}.katex .fontsize-ensurer.reset-size5.size8,.katex .sizing.reset-size5.size8{font-size:1.6em}.katex .fontsize-ensurer.reset-size5.size9,.katex .sizing.reset-size5.size9{font-size:1.92em}.katex .fontsize-ensurer.reset-size5.size10,.katex .sizing.reset-size5.size10{font-size:2.3044444444em}.katex .fontsize-ensurer.reset-size5.size11,.katex .sizing.reset-size5.size11{font-size:2.7644444444em}.katex .fontsize-ensurer.reset-size6.size1,.katex .sizing.reset-size6.size1{font-size:.5em}.katex .fontsize-ensurer.reset-size6.size2,.katex .sizing.reset-size6.size2{font-size:.6em}.katex .fontsize-ensurer.reset-size6.size3,.katex .sizing.reset-size6.size3{font-size:.7em}.katex .fontsize-ensurer.reset-size6.size4,.katex .sizing.reset-size6.size4{font-size:.8em}.katex .fontsize-ensurer.reset-size6.size5,.katex .sizing.reset-size6.size5{font-size:.9em}.katex .fontsize-ensurer.reset-size6.size6,.katex .sizing.reset-size6.size6{font-size:1em}.katex .fontsize-ensurer.reset-size6.size7,.katex .sizing.reset-size6.size7{font-size:1.2em}.katex .fontsize-ensurer.reset-size6.size8,.katex .sizing.reset-size6.size8{font-size:1.44em}.katex .fontsize-ensurer.reset-size6.size9,.katex .sizing.reset-size6.size9{font-size:1.728em}.katex .fontsize-ensurer.reset-size6.size10,.katex .sizing.reset-size6.size10{font-size:2.074em}.katex .fontsize-ensurer.reset-size6.size11,.katex .sizing.reset-size6.size11{font-size:2.488em}.katex .fontsize-ensurer.reset-size7.size1,.katex .sizing.reset-size7.size1{font-size:.4166666667em}.katex .fontsize-ensurer.reset-size7.size2,.katex .sizing.reset-size7.size2{font-size:.5em}.katex .fontsize-ensurer.reset-size7.size3,.katex .sizing.reset-size7.size3{font-size:.5833333333em}.katex .fontsize-ensurer.reset-size7.size4,.katex .sizing.reset-size7.size4{font-size:.6666666667em}.katex .fontsize-ensurer.reset-size7.size5,.katex .sizing.reset-size7.size5{font-size:.75em}.katex .fontsize-ensurer.reset-size7.size6,.katex .sizing.reset-size7.size6{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size7.size7,.katex .sizing.reset-size7.size7{font-size:1em}.katex .fontsize-ensurer.reset-size7.size8,.katex .sizing.reset-size7.size8{font-size:1.2em}.katex .fontsize-ensurer.reset-size7.size9,.katex .sizing.reset-size7.size9{font-size:1.44em}.katex .fontsize-ensurer.reset-size7.size10,.katex .sizing.reset-size7.size10{font-size:1.7283333333em}.katex .fontsize-ensurer.reset-size7.size11,.katex .sizing.reset-size7.size11{font-size:2.0733333333em}.katex .fontsize-ensurer.reset-size8.size1,.katex .sizing.reset-size8.size1{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size8.size2,.katex .sizing.reset-size8.size2{font-size:.4166666667em}.katex .fontsize-ensurer.reset-size8.size3,.katex .sizing.reset-size8.size3{font-size:.4861111111em}.katex .fontsize-ensurer.reset-size8.size4,.katex .sizing.reset-size8.size4{font-size:.5555555556em}.katex .fontsize-ensurer.reset-size8.size5,.katex .sizing.reset-size8.size5{font-size:.625em}.katex .fontsize-ensurer.reset-size8.size6,.katex .sizing.reset-size8.size6{font-size:.6944444444em}.katex .fontsize-ensurer.reset-size8.size7,.katex .sizing.reset-size8.size7{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size8.size8,.katex .sizing.reset-size8.size8{font-size:1em}.katex .fontsize-ensurer.reset-size8.size9,.katex .sizing.reset-size8.size9{font-size:1.2em}.katex .fontsize-ensurer.reset-size8.size10,.katex .sizing.reset-size8.size10{font-size:1.4402777778em}.katex .fontsize-ensurer.reset-size8.size11,.katex .sizing.reset-size8.size11{font-size:1.7277777778em}.katex .fontsize-ensurer.reset-size9.size1,.katex .sizing.reset-size9.size1{font-size:.2893518519em}.katex .fontsize-ensurer.reset-size9.size2,.katex .sizing.reset-size9.size2{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size9.size3,.katex .sizing.reset-size9.size3{font-size:.4050925926em}.katex .fontsize-ensurer.reset-size9.size4,.katex .sizing.reset-size9.size4{font-size:.462962963em}.katex .fontsize-ensurer.reset-size9.size5,.katex .sizing.reset-size9.size5{font-size:.5208333333em}.katex .fontsize-ensurer.reset-size9.size6,.katex .sizing.reset-size9.size6{font-size:.5787037037em}.katex .fontsize-ensurer.reset-size9.size7,.katex .sizing.reset-size9.size7{font-size:.6944444444em}.katex .fontsize-ensurer.reset-size9.size8,.katex .sizing.reset-size9.size8{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size9.size9,.katex .sizing.reset-size9.size9{font-size:1em}.katex .fontsize-ensurer.reset-size9.size10,.katex .sizing.reset-size9.size10{font-size:1.2002314815em}.katex .fontsize-ensurer.reset-size9.size11,.katex .sizing.reset-size9.size11{font-size:1.4398148148em}.katex .fontsize-ensurer.reset-size10.size1,.katex .sizing.reset-size10.size1{font-size:.2410800386em}.katex .fontsize-ensurer.reset-size10.size2,.katex .sizing.reset-size10.size2{font-size:.2892960463em}.katex .fontsize-ensurer.reset-size10.size3,.katex .sizing.reset-size10.size3{font-size:.337512054em}.katex .fontsize-ensurer.reset-size10.size4,.katex .sizing.reset-size10.size4{font-size:.3857280617em}.katex .fontsize-ensurer.reset-size10.size5,.katex .sizing.reset-size10.size5{font-size:.4339440694em}.katex .fontsize-ensurer.reset-size10.size6,.katex .sizing.reset-size10.size6{font-size:.4821600771em}.katex .fontsize-ensurer.reset-size10.size7,.katex .sizing.reset-size10.size7{font-size:.5785920926em}.katex .fontsize-ensurer.reset-size10.size8,.katex .sizing.reset-size10.size8{font-size:.6943105111em}.katex .fontsize-ensurer.reset-size10.size9,.katex .sizing.reset-size10.size9{font-size:.8331726133em}.katex .fontsize-ensurer.reset-size10.size10,.katex .sizing.reset-size10.size10{font-size:1em}.katex .fontsize-ensurer.reset-size10.size11,.katex .sizing.reset-size10.size11{font-size:1.1996142719em}.katex .fontsize-ensurer.reset-size11.size1,.katex .sizing.reset-size11.size1{font-size:.2009646302em}.katex .fontsize-ensurer.reset-size11.size2,.katex .sizing.reset-size11.size2{font-size:.2411575563em}.katex .fontsize-ensurer.reset-size11.size3,.katex .sizing.reset-size11.size3{font-size:.2813504823em}.katex .fontsize-ensurer.reset-size11.size4,.katex .sizing.reset-size11.size4{font-size:.3215434084em}.katex .fontsize-ensurer.reset-size11.size5,.katex .sizing.reset-size11.size5{font-size:.3617363344em}.katex .fontsize-ensurer.reset-size11.size6,.katex .sizing.reset-size11.size6{font-size:.4019292605em}.katex .fontsize-ensurer.reset-size11.size7,.katex .sizing.reset-size11.size7{font-size:.4823151125em}.katex .fontsize-ensurer.reset-size11.size8,.katex .sizing.reset-size11.size8{font-size:.578778135em}.katex .fontsize-ensurer.reset-size11.size9,.katex .sizing.reset-size11.size9{font-size:.6945337621em}.katex .fontsize-ensurer.reset-size11.size10,.katex .sizing.reset-size11.size10{font-size:.8336012862em}.katex .fontsize-ensurer.reset-size11.size11,.katex .sizing.reset-size11.size11{font-size:1em}.katex .delimsizing.size1{font-family:KaTeX_Size1}.katex .delimsizing.size2{font-family:KaTeX_Size2}.katex .delimsizing.size3{font-family:KaTeX_Size3}.katex .delimsizing.size4{font-family:KaTeX_Size4}.katex .delimsizing.mult .delim-size1>span{font-family:KaTeX_Size1}.katex .delimsizing.mult .delim-size4>span{font-family:KaTeX_Size4}.katex .nulldelimiter{display:inline-block;width:.12em}.katex .delimcenter,.katex .op-symbol{position:relative}.katex .op-symbol.small-op{font-family:KaTeX_Size1}.katex .op-symbol.large-op{font-family:KaTeX_Size2}.katex .accent>.vlist-t,.katex .op-limits>.vlist-t{text-align:center}.katex .accent .accent-body{position:relative}.katex .accent .accent-body:not(.accent-full){width:0}.katex .overlay{display:block}.katex .mtable .vertical-separator{display:inline-block;min-width:1px}.katex .mtable .arraycolsep{display:inline-block}.katex .mtable .col-align-c>.vlist-t{text-align:center}.katex .mtable .col-align-l>.vlist-t{text-align:left}.katex .mtable .col-align-r>.vlist-t{text-align:right}.katex .svg-align{text-align:left}.katex svg{fill:currentColor;stroke:currentColor;fill-rule:nonzero;fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:block;height:inherit;position:absolute;width:100%}.katex svg path{stroke:none}.katex img{border-style:none;max-height:none;max-width:none;min-height:0;min-width:0}.katex .stretchy{display:block;overflow:hidden;position:relative;width:100%}.katex .stretchy:after,.katex .stretchy:before{content:""}.katex .hide-tail{overflow:hidden;position:relative;width:100%}.katex .halfarrow-left{left:0;overflow:hidden;position:absolute;width:50.2%}.katex .halfarrow-right{overflow:hidden;position:absolute;right:0;width:50.2%}.katex .brace-left{left:0;overflow:hidden;position:absolute;width:25.1%}.katex .brace-center{left:25%;overflow:hidden;position:absolute;width:50%}.katex .brace-right{overflow:hidden;position:absolute;right:0;width:25.1%}.katex .x-arrow-pad{padding:0 .5em}.katex .cd-arrow-pad{padding:0 .55556em 0 .27778em}.katex .mover,.katex .munder,.katex .x-arrow{text-align:center}.katex .boxpad{padding:0 .3em}.katex .fbox,.katex .fcolorbox{border:.04em solid;box-sizing:border-box}.katex .cancel-pad{padding:0 .2em}.katex .cancel-lap{margin-left:-.2em;margin-right:-.2em}.katex .sout{border-bottom-style:solid;border-bottom-width:.08em}.katex .angl{border-right:.049em solid;border-top:.049em solid;box-sizing:border-box;margin-right:.03889em}.katex .anglpad{padding:0 .03889em}.katex .eqn-num:before{content:"(" counter(katexEqnNo) ")";counter-increment:katexEqnNo}.katex .mml-eqn-num:before{content:"(" counter(mmlEqnNo) ")";counter-increment:mmlEqnNo}.katex .mtr-glue{width:50%}.katex .cd-vert-arrow{display:inline-block;position:relative}.katex .cd-label-left{display:inline-block;position:absolute;right:calc(50% + .3em);text-align:left}.katex .cd-label-right{display:inline-block;left:calc(50% + .3em);position:absolute;text-align:right}.katex-display{display:block;margin:1em 0;text-align:center}.katex-display>.katex{display:block;text-align:center;white-space:nowrap}.katex-display>.katex>.katex-html{display:block;position:relative}.katex-display>.katex>.katex-html>.tag{position:absolute;right:0}.katex-display.leqno>.katex>.katex-html>.tag{left:0;right:auto}.katex-display.fleqn>.katex{padding-left:2em;text-align:left}body{counter-reset:katexEqnNo mmlEqnNo}

/*!**********************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!../../node_modules/@blueprintjs/core/lib/css/blueprint.css ***!
  \**********************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
html{
  box-sizing:border-box;
}

*,
*::before,
*::after{
  box-sizing:inherit;
}

body{
  font-size:14px;
  font-weight:400;
  letter-spacing:0;
  line-height:1.28581;
  text-transform:none;
  color:#1c2127;
  font-family:-apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Open Sans", "Helvetica Neue", "blueprint-icons-16", 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);
}
.bp5-icon{
  display:inline-block;
  flex:0 0 auto;
  vertical-align:text-bottom;
}
.bp5-icon:not(:empty)::before{
  content:"" !important;
  content:unset !important;
}
.bp5-icon > svg{
  display:block;
}
.bp5-icon > svg:not([fill]){
  fill:currentcolor;
}
.bp5-icon.bp5-icon-muted svg{
  fill-opacity:15%;
  overflow:visible;
}
.bp5-icon.bp5-icon-muted svg path{
  stroke:#8f99a8;
  stroke-opacity:50%;
  stroke-width:0.5px;
}
.bp5-dark .bp5-icon .bp5-icon-muted svg{
  fill-opacity:20%;
}

span.bp5-icon-standard{
  font-family:"blueprint-icons-16", sans-serif;
  font-size:16px;
  font-style:normal;
  font-variant:normal;
  font-weight:400;
  height:16px;
  line-height:1;
  width:16px;
  -moz-osx-font-smoothing:grayscale;
  -webkit-font-smoothing:antialiased;
  display:inline-block;
}

span.bp5-icon-large{
  font-family:"blueprint-icons-20", sans-serif;
  font-size:20px;
  font-style:normal;
  font-variant:normal;
  font-weight:400;
  height:20px;
  line-height:1;
  width:20px;
  -moz-osx-font-smoothing:grayscale;
  -webkit-font-smoothing:antialiased;
  display:inline-block;
}

span.bp5-icon:empty{
  font-family:"blueprint-icons-20";
  font-size:inherit;
  font-style:normal;
  font-weight:400;
  line-height:1;
}
span.bp5-icon:empty::before{
  -moz-osx-font-smoothing:grayscale;
  -webkit-font-smoothing:antialiased;
}
span.bp5-icon:empty.bp5-icon-standard{
  font-size:16px;
}
span.bp5-icon:empty.bp5-icon-large{
  font-size:20px;
}

.bp5-icon-add::before{
  content:"\f109";
}

.bp5-icon-add-clip::before{
  content:"\f101";
}

.bp5-icon-add-column-left::before{
  content:"\f102";
}

.bp5-icon-add-column-right::before{
  content:"\f103";
}

.bp5-icon-add-location::before{
  content:"\f104";
}

.bp5-icon-add-row-bottom::before{
  content:"\f105";
}

.bp5-icon-add-row-top::before{
  content:"\f106";
}

.bp5-icon-add-to-artifact::before{
  content:"\f107";
}

.bp5-icon-add-to-folder::before{
  content:"\f108";
}

.bp5-icon-aimpoints-target::before{
  content:"\f335";
}

.bp5-icon-airplane::before{
  content:"\f10a";
}

.bp5-icon-align-center::before{
  content:"\f10b";
}

.bp5-icon-align-justify::before{
  content:"\f10c";
}

.bp5-icon-align-left::before{
  content:"\f10d";
}

.bp5-icon-align-right::before{
  content:"\f10e";
}

.bp5-icon-alignment-bottom::before{
  content:"\f10f";
}

.bp5-icon-alignment-horizontal-center::before{
  content:"\f110";
}

.bp5-icon-alignment-left::before{
  content:"\f111";
}

.bp5-icon-alignment-right::before{
  content:"\f112";
}

.bp5-icon-alignment-top::before{
  content:"\f113";
}

.bp5-icon-alignment-vertical-center::before{
  content:"\f114";
}

.bp5-icon-ammunition::before{
  content:"\f342";
}

.bp5-icon-anchor::before{
  content:"\f330";
}

.bp5-icon-annotation::before{
  content:"\f115";
}

.bp5-icon-antenna::before{
  content:"\f116";
}

.bp5-icon-app-header::before{
  content:"\f117";
}

.bp5-icon-application::before{
  content:"\f118";
}

.bp5-icon-applications::before{
  content:"\f119";
}

.bp5-icon-archive::before{
  content:"\f11a";
}

.bp5-icon-area-of-interest::before{
  content:"\f11b";
}

.bp5-icon-array::before{
  content:"\f121";
}

.bp5-icon-array-boolean::before{
  content:"\f11c";
}

.bp5-icon-array-date::before{
  content:"\f11d";
}

.bp5-icon-array-floating-point::before{
  content:"\f32d";
}

.bp5-icon-array-numeric::before{
  content:"\f11e";
}

.bp5-icon-array-string::before{
  content:"\f11f";
}

.bp5-icon-array-timestamp::before{
  content:"\f120";
}

.bp5-icon-arrow-bottom-left::before{
  content:"\f122";
}

.bp5-icon-arrow-bottom-right::before{
  content:"\f123";
}

.bp5-icon-arrow-down::before{
  content:"\f124";
}

.bp5-icon-arrow-left::before{
  content:"\f125";
}

.bp5-icon-arrow-right::before{
  content:"\f126";
}

.bp5-icon-arrow-top-left::before{
  content:"\f127";
}

.bp5-icon-arrow-top-right::before{
  content:"\f128";
}

.bp5-icon-arrow-up::before{
  content:"\f129";
}

.bp5-icon-arrows-horizontal::before{
  content:"\f12a";
}

.bp5-icon-arrows-vertical::before{
  content:"\f12b";
}

.bp5-icon-asterisk::before{
  content:"\f12c";
}

.bp5-icon-at::before{
  content:"\f331";
}

.bp5-icon-automatic-updates::before{
  content:"\f12d";
}

.bp5-icon-axle::before{
  content:"\f338";
}

.bp5-icon-backlink::before{
  content:"\f12e";
}

.bp5-icon-backward-ten::before{
  content:"\f35c";
}

.bp5-icon-badge::before{
  content:"\f12f";
}

.bp5-icon-ban-circle::before{
  content:"\f130";
}

.bp5-icon-bank-account::before{
  content:"\f131";
}

.bp5-icon-barcode::before{
  content:"\f132";
}

.bp5-icon-binary-number::before{
  content:"\f357";
}

.bp5-icon-blank::before{
  content:"\f133";
}

.bp5-icon-blocked-person::before{
  content:"\f134";
}

.bp5-icon-bold::before{
  content:"\f135";
}

.bp5-icon-book::before{
  content:"\f136";
}

.bp5-icon-bookmark::before{
  content:"\f137";
}

.bp5-icon-box::before{
  content:"\f138";
}

.bp5-icon-briefcase::before{
  content:"\f139";
}

.bp5-icon-bring-data::before{
  content:"\f13a";
}

.bp5-icon-bring-forward::before{
  content:"\f354";
}

.bp5-icon-bug::before{
  content:"\f32e";
}

.bp5-icon-buggy::before{
  content:"\f13b";
}

.bp5-icon-build::before{
  content:"\f13c";
}

.bp5-icon-bullseye::before{
  content:"\f359";
}

.bp5-icon-calculator::before{
  content:"\f13d";
}

.bp5-icon-calendar::before{
  content:"\f13e";
}

.bp5-icon-camera::before{
  content:"\f13f";
}

.bp5-icon-caret-down::before{
  content:"\f140";
}

.bp5-icon-caret-left::before{
  content:"\f141";
}

.bp5-icon-caret-right::before{
  content:"\f142";
}

.bp5-icon-caret-up::before{
  content:"\f143";
}

.bp5-icon-cargo-ship::before{
  content:"\f144";
}

.bp5-icon-cell-tower::before{
  content:"\f145";
}

.bp5-icon-changes::before{
  content:"\f146";
}

.bp5-icon-chart::before{
  content:"\f147";
}

.bp5-icon-chat::before{
  content:"\f148";
}

.bp5-icon-chevron-backward::before{
  content:"\f149";
}

.bp5-icon-chevron-down::before{
  content:"\f14a";
}

.bp5-icon-chevron-forward::before{
  content:"\f14b";
}

.bp5-icon-chevron-left::before{
  content:"\f14c";
}

.bp5-icon-chevron-right::before{
  content:"\f14d";
}

.bp5-icon-chevron-up::before{
  content:"\f14e";
}

.bp5-icon-circle::before{
  content:"\f153";
}

.bp5-icon-circle-arrow-down::before{
  content:"\f14f";
}

.bp5-icon-circle-arrow-left::before{
  content:"\f150";
}

.bp5-icon-circle-arrow-right::before{
  content:"\f151";
}

.bp5-icon-circle-arrow-up::before{
  content:"\f152";
}

.bp5-icon-citation::before{
  content:"\f154";
}

.bp5-icon-clean::before{
  content:"\f155";
}

.bp5-icon-clip::before{
  content:"\f156";
}

.bp5-icon-clipboard::before{
  content:"\f157";
}

.bp5-icon-clipboard-file::before{
  content:"\f35b";
}

.bp5-icon-cloud::before{
  content:"\f15a";
}

.bp5-icon-cloud-download::before{
  content:"\f158";
}

.bp5-icon-cloud-server::before{
  content:"\f35a";
}

.bp5-icon-cloud-tick::before{
  content:"\f34e";
}

.bp5-icon-cloud-upload::before{
  content:"\f159";
}

.bp5-icon-code::before{
  content:"\f15c";
}

.bp5-icon-code-block::before{
  content:"\f15b";
}

.bp5-icon-cog::before{
  content:"\f15d";
}

.bp5-icon-collapse-all::before{
  content:"\f15e";
}

.bp5-icon-color-fill::before{
  content:"\f328";
}

.bp5-icon-column-layout::before{
  content:"\f15f";
}

.bp5-icon-comment::before{
  content:"\f160";
}

.bp5-icon-comparison::before{
  content:"\f161";
}

.bp5-icon-compass::before{
  content:"\f162";
}

.bp5-icon-compressed::before{
  content:"\f163";
}

.bp5-icon-confirm::before{
  content:"\f164";
}

.bp5-icon-console::before{
  content:"\f165";
}

.bp5-icon-contrast::before{
  content:"\f166";
}

.bp5-icon-control::before{
  content:"\f167";
}

.bp5-icon-credit-card::before{
  content:"\f168";
}

.bp5-icon-crop::before{
  content:"\f353";
}

.bp5-icon-cross::before{
  content:"\f169";
}

.bp5-icon-cross-circle::before{
  content:"\f336";
}

.bp5-icon-crown::before{
  content:"\f16a";
}

.bp5-icon-css-style::before{
  content:"\f36b";
}

.bp5-icon-cube::before{
  content:"\f16d";
}

.bp5-icon-cube-add::before{
  content:"\f16b";
}

.bp5-icon-cube-remove::before{
  content:"\f16c";
}

.bp5-icon-curly-braces::before{
  content:"\f358";
}

.bp5-icon-curved-range-chart::before{
  content:"\f16e";
}

.bp5-icon-cut::before{
  content:"\f16f";
}

.bp5-icon-cycle::before{
  content:"\f170";
}

.bp5-icon-dashboard::before{
  content:"\f171";
}

.bp5-icon-data-connection::before{
  content:"\f172";
}

.bp5-icon-data-lineage::before{
  content:"\f173";
}

.bp5-icon-data-search::before{
  content:"\f36f";
}

.bp5-icon-data-sync::before{
  content:"\f36c";
}

.bp5-icon-database::before{
  content:"\f174";
}

.bp5-icon-delete::before{
  content:"\f175";
}

.bp5-icon-delta::before{
  content:"\f176";
}

.bp5-icon-derive-column::before{
  content:"\f177";
}

.bp5-icon-desktop::before{
  content:"\f178";
}

.bp5-icon-detection::before{
  content:"\f341";
}

.bp5-icon-diagnosis::before{
  content:"\f179";
}

.bp5-icon-diagram-tree::before{
  content:"\f17a";
}

.bp5-icon-direction-left::before{
  content:"\f17b";
}

.bp5-icon-direction-right::before{
  content:"\f17c";
}

.bp5-icon-disable::before{
  content:"\f17d";
}

.bp5-icon-divide::before{
  content:"\f327";
}

.bp5-icon-document::before{
  content:"\f180";
}

.bp5-icon-document-open::before{
  content:"\f17e";
}

.bp5-icon-document-share::before{
  content:"\f17f";
}

.bp5-icon-dollar::before{
  content:"\f181";
}

.bp5-icon-dot::before{
  content:"\f182";
}

.bp5-icon-double-caret-horizontal::before{
  content:"\f183";
}

.bp5-icon-double-caret-vertical::before{
  content:"\f184";
}

.bp5-icon-double-chevron-down::before{
  content:"\f185";
}

.bp5-icon-double-chevron-left::before{
  content:"\f186";
}

.bp5-icon-double-chevron-right::before{
  content:"\f187";
}

.bp5-icon-double-chevron-up::before{
  content:"\f188";
}

.bp5-icon-doughnut-chart::before{
  content:"\f189";
}

.bp5-icon-download::before{
  content:"\f18a";
}

.bp5-icon-drag-handle-horizontal::before{
  content:"\f18b";
}

.bp5-icon-drag-handle-vertical::before{
  content:"\f18c";
}

.bp5-icon-draw::before{
  content:"\f18d";
}

.bp5-icon-drawer-left::before{
  content:"\f18f";
}

.bp5-icon-drawer-left-filled::before{
  content:"\f18e";
}

.bp5-icon-drawer-right::before{
  content:"\f191";
}

.bp5-icon-drawer-right-filled::before{
  content:"\f190";
}

.bp5-icon-drive-time::before{
  content:"\f192";
}

.bp5-icon-duplicate::before{
  content:"\f193";
}

.bp5-icon-edit::before{
  content:"\f194";
}

.bp5-icon-eject::before{
  content:"\f195";
}

.bp5-icon-emoji::before{
  content:"\f196";
}

.bp5-icon-endnote::before{
  content:"\f356";
}

.bp5-icon-endorsed::before{
  content:"\f197";
}

.bp5-icon-envelope::before{
  content:"\f198";
}

.bp5-icon-equals::before{
  content:"\f199";
}

.bp5-icon-eraser::before{
  content:"\f19a";
}

.bp5-icon-error::before{
  content:"\f19b";
}

.bp5-icon-euro::before{
  content:"\f19c";
}

.bp5-icon-excavator::before{
  content:"\f36d";
}

.bp5-icon-exchange::before{
  content:"\f19d";
}

.bp5-icon-exclude-row::before{
  content:"\f19e";
}

.bp5-icon-expand-all::before{
  content:"\f19f";
}

.bp5-icon-explain::before{
  content:"\f34d";
}

.bp5-icon-export::before{
  content:"\f1a0";
}

.bp5-icon-eye-off::before{
  content:"\f1a1";
}

.bp5-icon-eye-on::before{
  content:"\f1a2";
}

.bp5-icon-eye-open::before{
  content:"\f1a3";
}

.bp5-icon-fast-backward::before{
  content:"\f1a4";
}

.bp5-icon-fast-forward::before{
  content:"\f1a5";
}

.bp5-icon-feed::before{
  content:"\f1a7";
}

.bp5-icon-feed-subscribed::before{
  content:"\f1a6";
}

.bp5-icon-film::before{
  content:"\f1a8";
}

.bp5-icon-filter::before{
  content:"\f1ad";
}

.bp5-icon-filter-keep::before{
  content:"\f1a9";
}

.bp5-icon-filter-list::before{
  content:"\f1aa";
}

.bp5-icon-filter-open::before{
  content:"\f1ab";
}

.bp5-icon-filter-remove::before{
  content:"\f1ac";
}

.bp5-icon-flag::before{
  content:"\f1ae";
}

.bp5-icon-flame::before{
  content:"\f1af";
}

.bp5-icon-flash::before{
  content:"\f1b0";
}

.bp5-icon-floating-point::before{
  content:"\f32c";
}

.bp5-icon-floppy-disk::before{
  content:"\f1b1";
}

.bp5-icon-flow-branch::before{
  content:"\f1b2";
}

.bp5-icon-flow-end::before{
  content:"\f1b3";
}

.bp5-icon-flow-linear::before{
  content:"\f1b4";
}

.bp5-icon-flow-review::before{
  content:"\f1b6";
}

.bp5-icon-flow-review-branch::before{
  content:"\f1b5";
}

.bp5-icon-flows::before{
  content:"\f1b7";
}

.bp5-icon-folder-close::before{
  content:"\f1b8";
}

.bp5-icon-folder-new::before{
  content:"\f1b9";
}

.bp5-icon-folder-open::before{
  content:"\f1ba";
}

.bp5-icon-folder-shared::before{
  content:"\f1bc";
}

.bp5-icon-folder-shared-open::before{
  content:"\f1bb";
}

.bp5-icon-follower::before{
  content:"\f1bd";
}

.bp5-icon-following::before{
  content:"\f1be";
}

.bp5-icon-font::before{
  content:"\f1bf";
}

.bp5-icon-fork::before{
  content:"\f1c0";
}

.bp5-icon-form::before{
  content:"\f1c1";
}

.bp5-icon-forward-ten::before{
  content:"\f35d";
}

.bp5-icon-fuel::before{
  content:"\f323";
}

.bp5-icon-full-circle::before{
  content:"\f1c2";
}

.bp5-icon-full-stacked-chart::before{
  content:"\f1c3";
}

.bp5-icon-fullscreen::before{
  content:"\f1c4";
}

.bp5-icon-function::before{
  content:"\f1c5";
}

.bp5-icon-gantt-chart::before{
  content:"\f1c6";
}

.bp5-icon-generate::before{
  content:"\f34c";
}

.bp5-icon-geofence::before{
  content:"\f1c7";
}

.bp5-icon-geolocation::before{
  content:"\f1c8";
}

.bp5-icon-geosearch::before{
  content:"\f1c9";
}

.bp5-icon-geotime::before{
  content:"\f344";
}

.bp5-icon-git-branch::before{
  content:"\f1ca";
}

.bp5-icon-git-commit::before{
  content:"\f1cb";
}

.bp5-icon-git-merge::before{
  content:"\f1cc";
}

.bp5-icon-git-new-branch::before{
  content:"\f1cd";
}

.bp5-icon-git-pull::before{
  content:"\f1ce";
}

.bp5-icon-git-push::before{
  content:"\f1cf";
}

.bp5-icon-git-repo::before{
  content:"\f1d0";
}

.bp5-icon-glass::before{
  content:"\f1d1";
}

.bp5-icon-globe::before{
  content:"\f1d3";
}

.bp5-icon-globe-network::before{
  content:"\f1d2";
}

.bp5-icon-graph::before{
  content:"\f1d5";
}

.bp5-icon-graph-remove::before{
  content:"\f1d4";
}

.bp5-icon-greater-than::before{
  content:"\f1d7";
}

.bp5-icon-greater-than-or-equal-to::before{
  content:"\f1d6";
}

.bp5-icon-grid::before{
  content:"\f1d9";
}

.bp5-icon-grid-view::before{
  content:"\f1d8";
}

.bp5-icon-group-item::before{
  content:"\f34a";
}

.bp5-icon-group-objects::before{
  content:"\f1da";
}

.bp5-icon-grouped-bar-chart::before{
  content:"\f1db";
}

.bp5-icon-hand::before{
  content:"\f1e0";
}

.bp5-icon-hand-down::before{
  content:"\f1dc";
}

.bp5-icon-hand-left::before{
  content:"\f1dd";
}

.bp5-icon-hand-right::before{
  content:"\f1de";
}

.bp5-icon-hand-up::before{
  content:"\f1df";
}

.bp5-icon-hat::before{
  content:"\f1e1";
}

.bp5-icon-header::before{
  content:"\f1e5";
}

.bp5-icon-header-one::before{
  content:"\f1e2";
}

.bp5-icon-header-three::before{
  content:"\f1e3";
}

.bp5-icon-header-two::before{
  content:"\f1e4";
}

.bp5-icon-headset::before{
  content:"\f1e6";
}

.bp5-icon-heart::before{
  content:"\f1e8";
}

.bp5-icon-heart-broken::before{
  content:"\f1e7";
}

.bp5-icon-heat-grid::before{
  content:"\f1e9";
}

.bp5-icon-heatmap::before{
  content:"\f1ea";
}

.bp5-icon-helicopter::before{
  content:"\f1eb";
}

.bp5-icon-help::before{
  content:"\f1ec";
}

.bp5-icon-helper-management::before{
  content:"\f1ed";
}

.bp5-icon-high-priority::before{
  content:"\f1ee";
}

.bp5-icon-high-voltage-pole::before{
  content:"\f333";
}

.bp5-icon-highlight::before{
  content:"\f1ef";
}

.bp5-icon-history::before{
  content:"\f1f0";
}

.bp5-icon-home::before{
  content:"\f1f1";
}

.bp5-icon-horizontal-bar-chart::before{
  content:"\f1f4";
}

.bp5-icon-horizontal-bar-chart-asc::before{
  content:"\f1f2";
}

.bp5-icon-horizontal-bar-chart-desc::before{
  content:"\f1f3";
}

.bp5-icon-horizontal-distribution::before{
  content:"\f1f5";
}

.bp5-icon-horizontal-inbetween::before{
  content:"\f329";
}

.bp5-icon-hurricane::before{
  content:"\f1f6";
}

.bp5-icon-id-number::before{
  content:"\f1f7";
}

.bp5-icon-image-rotate-left::before{
  content:"\f1f8";
}

.bp5-icon-image-rotate-right::before{
  content:"\f1f9";
}

.bp5-icon-import::before{
  content:"\f1fa";
}

.bp5-icon-inbox::before{
  content:"\f1ff";
}

.bp5-icon-inbox-filtered::before{
  content:"\f1fb";
}

.bp5-icon-inbox-geo::before{
  content:"\f1fc";
}

.bp5-icon-inbox-search::before{
  content:"\f1fd";
}

.bp5-icon-inbox-update::before{
  content:"\f1fe";
}

.bp5-icon-info-sign::before{
  content:"\f200";
}

.bp5-icon-inheritance::before{
  content:"\f201";
}

.bp5-icon-inherited-group::before{
  content:"\f202";
}

.bp5-icon-inner-join::before{
  content:"\f203";
}

.bp5-icon-input::before{
  content:"\f34b";
}

.bp5-icon-insert::before{
  content:"\f204";
}

.bp5-icon-intelligence::before{
  content:"\f337";
}

.bp5-icon-intersection::before{
  content:"\f205";
}

.bp5-icon-ip-address::before{
  content:"\f206";
}

.bp5-icon-issue::before{
  content:"\f209";
}

.bp5-icon-issue-closed::before{
  content:"\f207";
}

.bp5-icon-issue-new::before{
  content:"\f208";
}

.bp5-icon-italic::before{
  content:"\f20a";
}

.bp5-icon-join-table::before{
  content:"\f20b";
}

.bp5-icon-key::before{
  content:"\f215";
}

.bp5-icon-key-backspace::before{
  content:"\f20c";
}

.bp5-icon-key-command::before{
  content:"\f20d";
}

.bp5-icon-key-control::before{
  content:"\f20e";
}

.bp5-icon-key-delete::before{
  content:"\f20f";
}

.bp5-icon-key-enter::before{
  content:"\f210";
}

.bp5-icon-key-escape::before{
  content:"\f211";
}

.bp5-icon-key-option::before{
  content:"\f212";
}

.bp5-icon-key-shift::before{
  content:"\f213";
}

.bp5-icon-key-tab::before{
  content:"\f214";
}

.bp5-icon-known-vehicle::before{
  content:"\f216";
}

.bp5-icon-lab-test::before{
  content:"\f217";
}

.bp5-icon-label::before{
  content:"\f218";
}

.bp5-icon-layer::before{
  content:"\f21a";
}

.bp5-icon-layer-outline::before{
  content:"\f219";
}

.bp5-icon-layers::before{
  content:"\f21b";
}

.bp5-icon-layout::before{
  content:"\f225";
}

.bp5-icon-layout-auto::before{
  content:"\f21c";
}

.bp5-icon-layout-balloon::before{
  content:"\f21d";
}

.bp5-icon-layout-bottom-row-three-tiles::before{
  content:"\f364";
}

.bp5-icon-layout-bottom-row-two-tiles::before{
  content:"\f363";
}

.bp5-icon-layout-circle::before{
  content:"\f21e";
}

.bp5-icon-layout-grid::before{
  content:"\f21f";
}

.bp5-icon-layout-group-by::before{
  content:"\f220";
}

.bp5-icon-layout-hierarchy::before{
  content:"\f221";
}

.bp5-icon-layout-left-column-three-tiles::before{
  content:"\f366";
}

.bp5-icon-layout-left-column-two-tiles::before{
  content:"\f365";
}

.bp5-icon-layout-linear::before{
  content:"\f222";
}

.bp5-icon-layout-right-column-three-tiles::before{
  content:"\f368";
}

.bp5-icon-layout-right-column-two-tiles::before{
  content:"\f367";
}

.bp5-icon-layout-skew-grid::before{
  content:"\f223";
}

.bp5-icon-layout-sorted-clusters::before{
  content:"\f224";
}

.bp5-icon-layout-three-columns::before{
  content:"\f361";
}

.bp5-icon-layout-three-rows::before{
  content:"\f362";
}

.bp5-icon-layout-top-row-three-tiles::before{
  content:"\f36a";
}

.bp5-icon-layout-top-row-two-tiles::before{
  content:"\f369";
}

.bp5-icon-layout-two-columns::before{
  content:"\f35f";
}

.bp5-icon-layout-two-rows::before{
  content:"\f360";
}

.bp5-icon-learning::before{
  content:"\f226";
}

.bp5-icon-left-join::before{
  content:"\f227";
}

.bp5-icon-lengthen-text::before{
  content:"\f33e";
}

.bp5-icon-less-than::before{
  content:"\f229";
}

.bp5-icon-less-than-or-equal-to::before{
  content:"\f228";
}

.bp5-icon-lifesaver::before{
  content:"\f22a";
}

.bp5-icon-lightbulb::before{
  content:"\f22b";
}

.bp5-icon-lightning::before{
  content:"\f22c";
}

.bp5-icon-link::before{
  content:"\f22d";
}

.bp5-icon-list::before{
  content:"\f230";
}

.bp5-icon-list-columns::before{
  content:"\f22e";
}

.bp5-icon-list-detail-view::before{
  content:"\f22f";
}

.bp5-icon-locate::before{
  content:"\f231";
}

.bp5-icon-lock::before{
  content:"\f232";
}

.bp5-icon-locomotive::before{
  content:"\f33b";
}

.bp5-icon-log-in::before{
  content:"\f233";
}

.bp5-icon-log-out::before{
  content:"\f234";
}

.bp5-icon-low-voltage-pole::before{
  content:"\f332";
}

.bp5-icon-manual::before{
  content:"\f235";
}

.bp5-icon-manually-entered-data::before{
  content:"\f236";
}

.bp5-icon-many-to-many::before{
  content:"\f237";
}

.bp5-icon-many-to-one::before{
  content:"\f238";
}

.bp5-icon-map::before{
  content:"\f23b";
}

.bp5-icon-map-create::before{
  content:"\f239";
}

.bp5-icon-map-marker::before{
  content:"\f23a";
}

.bp5-icon-maximize::before{
  content:"\f23c";
}

.bp5-icon-media::before{
  content:"\f23d";
}

.bp5-icon-menu::before{
  content:"\f240";
}

.bp5-icon-menu-closed::before{
  content:"\f23e";
}

.bp5-icon-menu-open::before{
  content:"\f23f";
}

.bp5-icon-merge-columns::before{
  content:"\f241";
}

.bp5-icon-merge-links::before{
  content:"\f242";
}

.bp5-icon-microphone::before{
  content:"\f343";
}

.bp5-icon-minimize::before{
  content:"\f243";
}

.bp5-icon-minus::before{
  content:"\f244";
}

.bp5-icon-mobile-phone::before{
  content:"\f245";
}

.bp5-icon-mobile-video::before{
  content:"\f246";
}

.bp5-icon-modal::before{
  content:"\f248";
}

.bp5-icon-modal-filled::before{
  content:"\f247";
}

.bp5-icon-model::before{
  content:"\f33d";
}

.bp5-icon-moon::before{
  content:"\f249";
}

.bp5-icon-more::before{
  content:"\f24a";
}

.bp5-icon-mountain::before{
  content:"\f24b";
}

.bp5-icon-move::before{
  content:"\f24c";
}

.bp5-icon-mugshot::before{
  content:"\f24d";
}

.bp5-icon-multi-select::before{
  content:"\f24e";
}

.bp5-icon-music::before{
  content:"\f24f";
}

.bp5-icon-nest::before{
  content:"\f250";
}

.bp5-icon-new-drawing::before{
  content:"\f251";
}

.bp5-icon-new-grid-item::before{
  content:"\f252";
}

.bp5-icon-new-layer::before{
  content:"\f253";
}

.bp5-icon-new-layers::before{
  content:"\f254";
}

.bp5-icon-new-link::before{
  content:"\f255";
}

.bp5-icon-new-object::before{
  content:"\f256";
}

.bp5-icon-new-person::before{
  content:"\f257";
}

.bp5-icon-new-prescription::before{
  content:"\f258";
}

.bp5-icon-new-shield::before{
  content:"\f349";
}

.bp5-icon-new-text-box::before{
  content:"\f259";
}

.bp5-icon-ninja::before{
  content:"\f25a";
}

.bp5-icon-not-equal-to::before{
  content:"\f25b";
}

.bp5-icon-notifications::before{
  content:"\f25e";
}

.bp5-icon-notifications-snooze::before{
  content:"\f25c";
}

.bp5-icon-notifications-updated::before{
  content:"\f25d";
}

.bp5-icon-numbered-list::before{
  content:"\f25f";
}

.bp5-icon-numerical::before{
  content:"\f260";
}

.bp5-icon-office::before{
  content:"\f261";
}

.bp5-icon-offline::before{
  content:"\f262";
}

.bp5-icon-oil-field::before{
  content:"\f263";
}

.bp5-icon-one-column::before{
  content:"\f264";
}

.bp5-icon-one-to-many::before{
  content:"\f265";
}

.bp5-icon-one-to-one::before{
  content:"\f266";
}

.bp5-icon-open-application::before{
  content:"\f32b";
}

.bp5-icon-outdated::before{
  content:"\f267";
}

.bp5-icon-output::before{
  content:"\f370";
}

.bp5-icon-page-layout::before{
  content:"\f268";
}

.bp5-icon-panel-stats::before{
  content:"\f269";
}

.bp5-icon-panel-table::before{
  content:"\f26a";
}

.bp5-icon-paperclip::before{
  content:"\f26b";
}

.bp5-icon-paragraph::before{
  content:"\f26c";
}

.bp5-icon-paste-variable::before{
  content:"\f346";
}

.bp5-icon-path::before{
  content:"\f26e";
}

.bp5-icon-path-search::before{
  content:"\f26d";
}

.bp5-icon-pause::before{
  content:"\f26f";
}

.bp5-icon-people::before{
  content:"\f270";
}

.bp5-icon-percentage::before{
  content:"\f271";
}

.bp5-icon-person::before{
  content:"\f272";
}

.bp5-icon-phone::before{
  content:"\f273";
}

.bp5-icon-phone-call::before{
  content:"\f347";
}

.bp5-icon-phone-forward::before{
  content:"\f348";
}

.bp5-icon-pie-chart::before{
  content:"\f274";
}

.bp5-icon-pin::before{
  content:"\f275";
}

.bp5-icon-pivot::before{
  content:"\f277";
}

.bp5-icon-pivot-table::before{
  content:"\f276";
}

.bp5-icon-play::before{
  content:"\f278";
}

.bp5-icon-playbook::before{
  content:"\f324";
}

.bp5-icon-plus::before{
  content:"\f279";
}

.bp5-icon-polygon-filter::before{
  content:"\f27a";
}

.bp5-icon-power::before{
  content:"\f27b";
}

.bp5-icon-predictive-analysis::before{
  content:"\f27c";
}

.bp5-icon-prescription::before{
  content:"\f27d";
}

.bp5-icon-presentation::before{
  content:"\f27e";
}

.bp5-icon-print::before{
  content:"\f27f";
}

.bp5-icon-projects::before{
  content:"\f280";
}

.bp5-icon-properties::before{
  content:"\f281";
}

.bp5-icon-property::before{
  content:"\f282";
}

.bp5-icon-publish-function::before{
  content:"\f283";
}

.bp5-icon-pulse::before{
  content:"\f284";
}

.bp5-icon-rain::before{
  content:"\f285";
}

.bp5-icon-random::before{
  content:"\f286";
}

.bp5-icon-record::before{
  content:"\f287";
}

.bp5-icon-rect-height::before{
  content:"\f325";
}

.bp5-icon-rect-width::before{
  content:"\f326";
}

.bp5-icon-rectangle::before{
  content:"\f321";
}

.bp5-icon-redo::before{
  content:"\f288";
}

.bp5-icon-refresh::before{
  content:"\f289";
}

.bp5-icon-regex::before{
  content:"\f32f";
}

.bp5-icon-regression-chart::before{
  content:"\f28a";
}

.bp5-icon-remove::before{
  content:"\f290";
}

.bp5-icon-remove-column::before{
  content:"\f28d";
}

.bp5-icon-remove-column-left::before{
  content:"\f28b";
}

.bp5-icon-remove-column-right::before{
  content:"\f28c";
}

.bp5-icon-remove-row-bottom::before{
  content:"\f28e";
}

.bp5-icon-remove-row-top::before{
  content:"\f28f";
}

.bp5-icon-repeat::before{
  content:"\f291";
}

.bp5-icon-reset::before{
  content:"\f292";
}

.bp5-icon-resolve::before{
  content:"\f293";
}

.bp5-icon-rig::before{
  content:"\f294";
}

.bp5-icon-right-join::before{
  content:"\f295";
}

.bp5-icon-ring::before{
  content:"\f296";
}

.bp5-icon-rocket::before{
  content:"\f298";
}

.bp5-icon-rocket-slant::before{
  content:"\f297";
}

.bp5-icon-rotate-document::before{
  content:"\f299";
}

.bp5-icon-rotate-page::before{
  content:"\f29a";
}

.bp5-icon-route::before{
  content:"\f29b";
}

.bp5-icon-satellite::before{
  content:"\f29c";
}

.bp5-icon-saved::before{
  content:"\f29d";
}

.bp5-icon-scatter-plot::before{
  content:"\f29e";
}

.bp5-icon-search::before{
  content:"\f2a2";
}

.bp5-icon-search-around::before{
  content:"\f29f";
}

.bp5-icon-search-template::before{
  content:"\f2a0";
}

.bp5-icon-search-text::before{
  content:"\f2a1";
}

.bp5-icon-segmented-control::before{
  content:"\f2a3";
}

.bp5-icon-select::before{
  content:"\f2a4";
}

.bp5-icon-selection::before{
  content:"\f2a5";
}

.bp5-icon-send-backward::before{
  content:"\f355";
}

.bp5-icon-send-message::before{
  content:"\f2a6";
}

.bp5-icon-send-to::before{
  content:"\f2a9";
}

.bp5-icon-send-to-graph::before{
  content:"\f2a7";
}

.bp5-icon-send-to-map::before{
  content:"\f2a8";
}

.bp5-icon-sensor::before{
  content:"\f33c";
}

.bp5-icon-series-add::before{
  content:"\f2aa";
}

.bp5-icon-series-configuration::before{
  content:"\f2ab";
}

.bp5-icon-series-derived::before{
  content:"\f2ac";
}

.bp5-icon-series-filtered::before{
  content:"\f2ad";
}

.bp5-icon-series-search::before{
  content:"\f2ae";
}

.bp5-icon-settings::before{
  content:"\f2af";
}

.bp5-icon-shapes::before{
  content:"\f2b0";
}

.bp5-icon-share::before{
  content:"\f2b1";
}

.bp5-icon-shared-filter::before{
  content:"\f2b2";
}

.bp5-icon-shield::before{
  content:"\f2b3";
}

.bp5-icon-ship::before{
  content:"\f2b4";
}

.bp5-icon-shop::before{
  content:"\f2b5";
}

.bp5-icon-shopping-cart::before{
  content:"\f2b6";
}

.bp5-icon-shorten-text::before{
  content:"\f33f";
}

.bp5-icon-signal-search::before{
  content:"\f2b7";
}

.bp5-icon-sim-card::before{
  content:"\f2b8";
}

.bp5-icon-slash::before{
  content:"\f2b9";
}

.bp5-icon-small-cross::before{
  content:"\f2ba";
}

.bp5-icon-small-info-sign::before{
  content:"\f334";
}

.bp5-icon-small-minus::before{
  content:"\f2bb";
}

.bp5-icon-small-plus::before{
  content:"\f2bc";
}

.bp5-icon-small-square::before{
  content:"\f2bd";
}

.bp5-icon-small-tick::before{
  content:"\f2be";
}

.bp5-icon-snowflake::before{
  content:"\f2bf";
}

.bp5-icon-soccer-ball::before{
  content:"\f350";
}

.bp5-icon-social-media::before{
  content:"\f2c0";
}

.bp5-icon-sort::before{
  content:"\f2c7";
}

.bp5-icon-sort-alphabetical::before{
  content:"\f2c2";
}

.bp5-icon-sort-alphabetical-desc::before{
  content:"\f2c1";
}

.bp5-icon-sort-asc::before{
  content:"\f2c3";
}

.bp5-icon-sort-desc::before{
  content:"\f2c4";
}

.bp5-icon-sort-numerical::before{
  content:"\f2c6";
}

.bp5-icon-sort-numerical-desc::before{
  content:"\f2c5";
}

.bp5-icon-spell-check::before{
  content:"\f340";
}

.bp5-icon-split-columns::before{
  content:"\f2c8";
}

.bp5-icon-sports-stadium::before{
  content:"\f351";
}

.bp5-icon-square::before{
  content:"\f2c9";
}

.bp5-icon-stacked-chart::before{
  content:"\f2ca";
}

.bp5-icon-stadium-geometry::before{
  content:"\f2cb";
}

.bp5-icon-star::before{
  content:"\f2cd";
}

.bp5-icon-star-empty::before{
  content:"\f2cc";
}

.bp5-icon-step-backward::before{
  content:"\f2ce";
}

.bp5-icon-step-chart::before{
  content:"\f2cf";
}

.bp5-icon-step-forward::before{
  content:"\f2d0";
}

.bp5-icon-stop::before{
  content:"\f2d1";
}

.bp5-icon-stopwatch::before{
  content:"\f2d2";
}

.bp5-icon-strikethrough::before{
  content:"\f2d3";
}

.bp5-icon-style::before{
  content:"\f2d4";
}

.bp5-icon-subscript::before{
  content:"\f339";
}

.bp5-icon-superscript::before{
  content:"\f33a";
}

.bp5-icon-swap-horizontal::before{
  content:"\f2d5";
}

.bp5-icon-swap-vertical::before{
  content:"\f2d6";
}

.bp5-icon-switch::before{
  content:"\f2d7";
}

.bp5-icon-symbol-circle::before{
  content:"\f2d8";
}

.bp5-icon-symbol-cross::before{
  content:"\f2d9";
}

.bp5-icon-symbol-diamond::before{
  content:"\f2da";
}

.bp5-icon-symbol-rectangle::before{
  content:"\f322";
}

.bp5-icon-symbol-square::before{
  content:"\f2db";
}

.bp5-icon-symbol-triangle-down::before{
  content:"\f2dc";
}

.bp5-icon-symbol-triangle-up::before{
  content:"\f2dd";
}

.bp5-icon-syringe::before{
  content:"\f2de";
}

.bp5-icon-table-sync::before{
  content:"\f36e";
}

.bp5-icon-tag::before{
  content:"\f2df";
}

.bp5-icon-take-action::before{
  content:"\f2e0";
}

.bp5-icon-tank::before{
  content:"\f2e1";
}

.bp5-icon-target::before{
  content:"\f2e2";
}

.bp5-icon-taxi::before{
  content:"\f2e3";
}

.bp5-icon-team::before{
  content:"\f352";
}

.bp5-icon-temperature::before{
  content:"\f2e4";
}

.bp5-icon-text-highlight::before{
  content:"\f2e5";
}

.bp5-icon-th::before{
  content:"\f2ea";
}

.bp5-icon-th-derived::before{
  content:"\f2e6";
}

.bp5-icon-th-disconnect::before{
  content:"\f2e7";
}

.bp5-icon-th-filtered::before{
  content:"\f2e8";
}

.bp5-icon-th-list::before{
  content:"\f2e9";
}

.bp5-icon-third-party::before{
  content:"\f2eb";
}

.bp5-icon-thumbs-down::before{
  content:"\f2ec";
}

.bp5-icon-thumbs-up::before{
  content:"\f2ed";
}

.bp5-icon-tick::before{
  content:"\f2ef";
}

.bp5-icon-tick-circle::before{
  content:"\f2ee";
}

.bp5-icon-time::before{
  content:"\f2f0";
}

.bp5-icon-timeline-area-chart::before{
  content:"\f2f1";
}

.bp5-icon-timeline-bar-chart::before{
  content:"\f2f2";
}

.bp5-icon-timeline-events::before{
  content:"\f2f3";
}

.bp5-icon-timeline-line-chart::before{
  content:"\f2f4";
}

.bp5-icon-tint::before{
  content:"\f2f5";
}

.bp5-icon-torch::before{
  content:"\f2f6";
}

.bp5-icon-tractor::before{
  content:"\f2f7";
}

.bp5-icon-train::before{
  content:"\f2f8";
}

.bp5-icon-translate::before{
  content:"\f2f9";
}

.bp5-icon-trash::before{
  content:"\f2fa";
}

.bp5-icon-tree::before{
  content:"\f2fb";
}

.bp5-icon-trending-down::before{
  content:"\f2fc";
}

.bp5-icon-trending-up::before{
  content:"\f2fd";
}

.bp5-icon-trophy::before{
  content:"\f34f";
}

.bp5-icon-truck::before{
  content:"\f2fe";
}

.bp5-icon-two-columns::before{
  content:"\f2ff";
}

.bp5-icon-unarchive::before{
  content:"\f300";
}

.bp5-icon-underline::before{
  content:"\f301";
}

.bp5-icon-undo::before{
  content:"\f302";
}

.bp5-icon-ungroup-objects::before{
  content:"\f303";
}

.bp5-icon-unknown-vehicle::before{
  content:"\f304";
}

.bp5-icon-unlink::before{
  content:"\f345";
}

.bp5-icon-unlock::before{
  content:"\f305";
}

.bp5-icon-unpin::before{
  content:"\f306";
}

.bp5-icon-unresolve::before{
  content:"\f307";
}

.bp5-icon-updated::before{
  content:"\f308";
}

.bp5-icon-upload::before{
  content:"\f309";
}

.bp5-icon-user::before{
  content:"\f30a";
}

.bp5-icon-variable::before{
  content:"\f30b";
}

.bp5-icon-vector::before{
  content:"\f35e";
}

.bp5-icon-vertical-bar-chart-asc::before{
  content:"\f30c";
}

.bp5-icon-vertical-bar-chart-desc::before{
  content:"\f30d";
}

.bp5-icon-vertical-distribution::before{
  content:"\f30e";
}

.bp5-icon-vertical-inbetween::before{
  content:"\f32a";
}

.bp5-icon-video::before{
  content:"\f30f";
}

.bp5-icon-virus::before{
  content:"\f310";
}

.bp5-icon-volume-down::before{
  content:"\f311";
}

.bp5-icon-volume-off::before{
  content:"\f312";
}

.bp5-icon-volume-up::before{
  content:"\f313";
}

.bp5-icon-walk::before{
  content:"\f314";
}

.bp5-icon-warning-sign::before{
  content:"\f315";
}

.bp5-icon-waterfall-chart::before{
  content:"\f316";
}

.bp5-icon-waves::before{
  content:"\f317";
}

.bp5-icon-widget::before{
  content:"\f31b";
}

.bp5-icon-widget-button::before{
  content:"\f318";
}

.bp5-icon-widget-footer::before{
  content:"\f319";
}

.bp5-icon-widget-header::before{
  content:"\f31a";
}

.bp5-icon-wind::before{
  content:"\f31c";
}

.bp5-icon-wrench::before{
  content:"\f31d";
}

.bp5-icon-zoom-in::before{
  content:"\f31e";
}

.bp5-icon-zoom-out::before{
  content:"\f31f";
}

.bp5-icon-zoom-to-fit::before{
  content:"\f320";
}

.bp5-text-muted{
  color:#5f6b7c;
}

.bp5-text-disabled{
  color:rgba(95, 107, 124, 0.6);
}

.bp5-running-text hr{
  border-color:rgba(17, 20, 24, 0.15);
}

a{
  color:#215db0;
}
a:hover{
  color:#215db0;
}
a .bp5-icon, a .bp5-icon-standard, a .bp5-icon-large{
  color:inherit;
}
a code{
  color:inherit;
}

.bp5-code,
.bp5-running-text code{
  background:rgba(255, 255, 255, 0.7);
  box-shadow:inset 0 0 0 1px rgba(17, 20, 24, 0.2);
  color:#5f6b7c;
}
a > .bp5-code,
a > .bp5-running-text code{
  color:#2d72d2;
}

.bp5-code-block,
.bp5-running-text pre{
  background:rgba(255, 255, 255, 0.7);
  box-shadow:inset 0 0 0 1px rgba(17, 20, 24, 0.15);
  color:#1c2127;
}
.bp5-code-block > code,
.bp5-running-text pre > code{
  background:none;
  box-shadow:none;
  color:inherit;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-code-block,
  .bp5-running-text pre{
    border:1px solid buttonborder;
    box-shadow:none;
  }
}

.bp5-key,
.bp5-running-text kbd{
  background:#ffffff;
  box-shadow:0 0 0 1px rgba(17, 20, 24, 0.1), 0 1px 1px rgba(17, 20, 24, 0.2);
  color:#5f6b7c;
}

.bp5-icon.bp5-intent-primary, .bp5-icon-standard.bp5-intent-primary, .bp5-icon-large.bp5-intent-primary{
  color:#215db0;
}
.bp5-icon.bp5-intent-success, .bp5-icon-standard.bp5-intent-success, .bp5-icon-large.bp5-intent-success{
  color:#1c6e42;
}
.bp5-icon.bp5-intent-warning, .bp5-icon-standard.bp5-intent-warning, .bp5-icon-large.bp5-intent-warning{
  color:#935610;
}
.bp5-icon.bp5-intent-danger, .bp5-icon-standard.bp5-intent-danger, .bp5-icon-large.bp5-intent-danger{
  color:#ac2f33;
}
.bp5-heading{
  color:#1c2127;
  font-weight:600;
  margin:0 0 10px;
  padding:0;
}
.bp5-dark .bp5-heading{
  color:#f6f7f9;
}
.bp5-heading.bp5-text-muted{
  color:#5f6b7c;
}
.bp5-dark .bp5-heading.bp5-text-muted{
  color:#abb3bf;
}

.bp5-running-text h1, h1.bp5-heading{
  font-size:36px;
  line-height:40px;
}

.bp5-running-text h2, h2.bp5-heading{
  font-size:28px;
  line-height:32px;
}

.bp5-running-text h3, h3.bp5-heading{
  font-size:22px;
  line-height:25px;
}

.bp5-running-text h4, h4.bp5-heading{
  font-size:18px;
  line-height:21px;
}

.bp5-running-text h5, h5.bp5-heading{
  font-size:16px;
  line-height:19px;
}

.bp5-running-text h6, h6.bp5-heading{
  font-size:14px;
  line-height:16px;
}
.bp5-ui-text{
  font-size:14px;
  font-weight:400;
  letter-spacing:0;
  line-height:1.28581;
  text-transform:none;
}

.bp5-monospace-text{
  font-family:monospace;
  text-transform:none;
}

.bp5-text-overflow-ellipsis{
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  word-wrap:normal;
}
.bp5-running-text{
  font-size:14px;
  line-height:1.5;
}
.bp5-running-text h1{
  color:#1c2127;
  font-weight:600;
  margin-bottom:20px;
  margin-top:40px;
}
.bp5-dark .bp5-running-text h1{
  color:#f6f7f9;
}
.bp5-running-text h1.bp5-text-muted{
  color:#5f6b7c;
}
.bp5-dark .bp5-running-text h1.bp5-text-muted{
  color:#abb3bf;
}
.bp5-running-text h2{
  color:#1c2127;
  font-weight:600;
  margin-bottom:20px;
  margin-top:40px;
}
.bp5-dark .bp5-running-text h2{
  color:#f6f7f9;
}
.bp5-running-text h2.bp5-text-muted{
  color:#5f6b7c;
}
.bp5-dark .bp5-running-text h2.bp5-text-muted{
  color:#abb3bf;
}
.bp5-running-text h3{
  color:#1c2127;
  font-weight:600;
  margin-bottom:20px;
  margin-top:40px;
}
.bp5-dark .bp5-running-text h3{
  color:#f6f7f9;
}
.bp5-running-text h3.bp5-text-muted{
  color:#5f6b7c;
}
.bp5-dark .bp5-running-text h3.bp5-text-muted{
  color:#abb3bf;
}
.bp5-running-text h4{
  color:#1c2127;
  font-weight:600;
  margin-bottom:20px;
  margin-top:40px;
}
.bp5-dark .bp5-running-text h4{
  color:#f6f7f9;
}
.bp5-running-text h4.bp5-text-muted{
  color:#5f6b7c;
}
.bp5-dark .bp5-running-text h4.bp5-text-muted{
  color:#abb3bf;
}
.bp5-running-text h5{
  color:#1c2127;
  font-weight:600;
  margin-bottom:20px;
  margin-top:40px;
}
.bp5-dark .bp5-running-text h5{
  color:#f6f7f9;
}
.bp5-running-text h5.bp5-text-muted{
  color:#5f6b7c;
}
.bp5-dark .bp5-running-text h5.bp5-text-muted{
  color:#abb3bf;
}
.bp5-running-text h6{
  color:#1c2127;
  font-weight:600;
  margin-bottom:20px;
  margin-top:40px;
}
.bp5-dark .bp5-running-text h6{
  color:#f6f7f9;
}
.bp5-running-text h6.bp5-text-muted{
  color:#5f6b7c;
}
.bp5-dark .bp5-running-text h6.bp5-text-muted{
  color:#abb3bf;
}
.bp5-running-text hr{
  border:none;
  border-bottom:1px solid rgba(17, 20, 24, 0.15);
  margin:20px 0;
}
.bp5-running-text p{
  margin:0 0 10px;
  padding:0;
}
.bp5-text-large{
  font-size:16px;
}

.bp5-text-small{
  font-size:12px;
}
a{
  text-decoration:none;
}
a:hover{
  cursor:pointer;
  text-decoration:underline;
}
.bp5-code, .bp5-running-text code{
  font-family:monospace;
  text-transform:none;
  border-radius:2px;
  font-size:smaller;
  padding:2px 5px;
}

.bp5-code-block, .bp5-running-text pre{
  font-family:monospace;
  text-transform:none;
  border-radius:2px;
  display:block;
  font-size:13px;
  line-height:1.4;
  margin:10px 0;
  padding:13px 15px 12px;
  word-break:break-all;
  word-wrap:break-word;
}
.bp5-code-block > code, .bp5-running-text pre > code{
  font-size:inherit;
  padding:0;
}

.bp5-key, .bp5-running-text kbd{
  align-items:center;
  border-radius:2px;
  display:inline-flex;
  font-family:inherit;
  font-size:12px;
  height:24px;
  justify-content:center;
  line-height:24px;
  min-width:24px;
  padding:2px 4px;
  vertical-align:middle;
}
.bp5-key .bp5-icon, .bp5-running-text kbd .bp5-icon, .bp5-key .bp5-icon-standard, .bp5-running-text kbd .bp5-icon-standard, .bp5-key .bp5-icon-large, .bp5-running-text kbd .bp5-icon-large{
  margin-right:5px;
}
.bp5-blockquote, .bp5-running-text blockquote{
  border-left:solid 4px rgba(171, 179, 191, 0.5);
  margin:0 0 10px;
  padding:0 20px;
}
.bp5-dark .bp5-blockquote, .bp5-dark .bp5-running-text blockquote, .bp5-running-text .bp5-dark blockquote{
  border-color:rgba(115, 128, 145, 0.5);
}
.bp5-list, .bp5-running-text ul,
.bp5-running-text ol{
  margin:10px 0;
  padding-left:30px;
}
.bp5-list li:not(:last-child), .bp5-running-text ul li:not(:last-child),
.bp5-running-text ol li:not(:last-child){
  margin-bottom:5px;
}
.bp5-list ol, .bp5-running-text ul ol,
.bp5-running-text ol ol,
.bp5-list ul,
.bp5-running-text ul ul,
.bp5-running-text ol ul{
  margin-top:5px;
}

.bp5-list-unstyled{
  list-style:none;
  margin:0;
  padding:0;
}
.bp5-list-unstyled li{
  padding:0;
}
.bp5-rtl{
  text-align:right;
}
.bp5-dark{
  color:#f6f7f9;
}
.bp5-dark .bp5-text-muted{
  color:#abb3bf;
}
.bp5-dark .bp5-text-disabled{
  color:rgba(171, 179, 191, 0.6);
}
.bp5-dark .bp5-running-text hr{
  border-color:rgba(255, 255, 255, 0.2);
}
.bp5-dark a{
  color:#8abbff;
}
.bp5-dark a:hover{
  color:#8abbff;
}
.bp5-dark a .bp5-icon, .bp5-dark a .bp5-icon-standard, .bp5-dark a .bp5-icon-large{
  color:inherit;
}
.bp5-dark a code{
  color:inherit;
}
.bp5-dark .bp5-code,
.bp5-dark .bp5-running-text code{
  background:rgba(17, 20, 24, 0.3);
  box-shadow:inset 0 0 0 1px rgba(17, 20, 24, 0.4);
  color:#abb3bf;
}
a > .bp5-dark .bp5-code,
a > .bp5-dark .bp5-running-text code{
  color:inherit;
}
.bp5-dark .bp5-code-block,
.bp5-dark .bp5-running-text pre{
  background:rgba(17, 20, 24, 0.3);
  box-shadow:inset 0 0 0 1px rgba(17, 20, 24, 0.4);
  color:#f6f7f9;
}
.bp5-dark .bp5-code-block > code,
.bp5-dark .bp5-running-text pre > code{
  background:none;
  box-shadow:none;
  color:inherit;
}
.bp5-dark .bp5-key,
.bp5-dark .bp5-running-text kbd{
  background:#383e47;
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 1px 1px 0 rgba(17, 20, 24, 0.4);
  color:#abb3bf;
}
.bp5-dark .bp5-icon.bp5-intent-primary, .bp5-dark .bp5-icon-standard.bp5-intent-primary, .bp5-dark .bp5-icon-large.bp5-intent-primary{
  color:#8abbff;
}
.bp5-dark .bp5-icon.bp5-intent-success, .bp5-dark .bp5-icon-standard.bp5-intent-success, .bp5-dark .bp5-icon-large.bp5-intent-success{
  color:#72ca9b;
}
.bp5-dark .bp5-icon.bp5-intent-warning, .bp5-dark .bp5-icon-standard.bp5-intent-warning, .bp5-dark .bp5-icon-large.bp5-intent-warning{
  color:#fbb360;
}
.bp5-dark .bp5-icon.bp5-intent-danger, .bp5-dark .bp5-icon-standard.bp5-intent-danger, .bp5-dark .bp5-icon-large.bp5-intent-danger{
  color:#fa999c;
}

:focus{
  outline:rgba(33, 93, 176, 0.752) solid 2px;
  outline-offset:2px;
  -moz-outline-radius:6px;
}
.bp5-dark :focus{
  outline-color:rgba(138, 187, 255, 0.752);
}

.bp5-focus-disabled :focus:not(.bp5-focus-style-manager-ignore *){
  outline:none !important;
}
.bp5-focus-disabled :focus:not(.bp5-focus-style-manager-ignore *) ~ .bp5-control-indicator{
  outline:none !important;
}

.bp5-dark{
  color-scheme:dark;
}
.bp5-alert{
  max-width:400px;
  padding:20px;
}

.bp5-alert-body{
  display:flex;
}
.bp5-alert-body .bp5-icon{
  font-size:40px;
  margin-right:20px;
  margin-top:0;
}

.bp5-alert-contents{
  word-break:break-word;
}

.bp5-alert-footer{
  display:flex;
  flex-direction:row-reverse;
  margin-top:10px;
}
.bp5-alert-footer .bp5-button{
  margin-left:10px;
}
.bp5-breadcrumbs{
  align-items:center;
  cursor:default;
  display:flex;
  flex-wrap:wrap;
  height:30px;
  list-style:none;
  margin:0;
  padding:0;
}
.bp5-breadcrumbs > li{
  align-items:center;
  display:flex;
}
.bp5-breadcrumbs > li::after{
  background:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3e%3cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M10.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%27 fill=%27%235f6b7c%27/%3e%3c/svg%3e");
  content:"";
  display:block;
  height:16px;
  margin:0 5px;
  width:16px;
}
.bp5-breadcrumbs > li:last-of-type::after{
  display:none;
}

.bp5-breadcrumb,
.bp5-breadcrumb-current,
.bp5-breadcrumbs-collapsed{
  align-items:center;
  display:inline-flex;
  font-size:16px;
}

.bp5-breadcrumb,
.bp5-breadcrumbs-collapsed{
  color:#5f6b7c;
}

.bp5-breadcrumb:hover{
  text-decoration:none;
}
.bp5-breadcrumb.bp5-disabled{
  color:rgba(95, 107, 124, 0.6);
  cursor:not-allowed;
}
.bp5-breadcrumb .bp5-icon{
  margin-right:5px;
}

.bp5-breadcrumb-current{
  color:inherit;
  font-weight:600;
}
.bp5-breadcrumb-current .bp5-input{
  font-size:inherit;
  font-weight:inherit;
  vertical-align:baseline;
}

.bp5-breadcrumbs-collapsed{
  background:rgba(143, 153, 168, 0.15);
  border:none;
  border-radius:2px;
  cursor:pointer;
  margin-right:2px;
  padding:1px 5px;
  vertical-align:text-bottom;
}
.bp5-breadcrumbs-collapsed::before{
  background:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3e%3cg fill=%27%235f6b7c%27%3e%3cpath d=%27M2 6.03a2 2 0 100 4 2 2 0 100-4zM14 6.03a2 2 0 100 4 2 2 0 100-4zM8 6.03a2 2 0 100 4 2 2 0 100-4z%27/%3e%3c/g%3e%3c/svg%3e") center no-repeat;
  content:"";
  display:block;
  height:16px;
  width:16px;
}
.bp5-breadcrumbs-collapsed:hover{
  background:rgba(143, 153, 168, 0.3);
  color:#1c2127;
  text-decoration:none;
}

.bp5-dark .bp5-breadcrumb,
.bp5-dark .bp5-breadcrumbs-collapsed{
  color:#abb3bf;
}
.bp5-dark .bp5-breadcrumbs > li::after{
  background:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3e%3cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M10.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%27 fill=%27%23abb3bf%27/%3e%3c/svg%3e");
  color:#abb3bf;
}
.bp5-dark .bp5-breadcrumb.bp5-disabled{
  color:rgba(171, 179, 191, 0.6);
}
.bp5-dark .bp5-breadcrumb-current{
  color:#f6f7f9;
}
.bp5-dark .bp5-breadcrumbs-collapsed{
  background:rgba(143, 153, 168, 0.2);
}
.bp5-dark .bp5-breadcrumbs-collapsed::before{
  background:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3e%3cg fill=%27%23abb3bf%27%3e%3cpath d=%27M2 6.03a2 2 0 100 4 2 2 0 100-4zM14 6.03a2 2 0 100 4 2 2 0 100-4zM8 6.03a2 2 0 100 4 2 2 0 100-4z%27/%3e%3c/g%3e%3c/svg%3e") center no-repeat;
}
.bp5-dark .bp5-breadcrumbs-collapsed:hover{
  background:rgba(143, 153, 168, 0.3);
  color:#f6f7f9;
}
.bp5-button{
  display:inline-flex;
  flex-direction:row;
  align-items:center;
  border:none;
  border-radius:2px;
  cursor:pointer;
  font-size:14px;
  justify-content:center;
  padding:5px 10px;
  text-align:left;
  vertical-align:middle;
  min-height:30px;
  min-width:30px;
}
.bp5-button > *{
  flex-grow:0;
  flex-shrink:0;
}
.bp5-button > .bp5-fill{
  flex-grow:1;
  flex-shrink:1;
}
.bp5-button::before,
.bp5-button > *{
  margin-right:7px;
}
.bp5-button:empty::before,
.bp5-button > :last-child{
  margin-right:0;
}
.bp5-button:empty{
  padding:0 !important;
}
.bp5-button:disabled, .bp5-button.bp5-disabled{
  cursor:not-allowed;
}
.bp5-button.bp5-fill{
  display:flex;
  width:100%;
}
.bp5-button.bp5-align-right, .bp5-align-right .bp5-button{
  text-align:right;
}
.bp5-button.bp5-align-left, .bp5-align-left .bp5-button{
  text-align:left;
}
.bp5-button:not([class*=bp5-intent-]){
  background-color:#f6f7f9;
  box-shadow:inset 0 0 0 1px rgba(17, 20, 24, 0.2), 0 1px 2px rgba(17, 20, 24, 0.1);
  color:#1c2127;
}
.bp5-button:not([class*=bp5-intent-]):hover{
  background-clip:padding-box;
  background-color:#edeff2;
  box-shadow:inset 0 0 0 1px rgba(17, 20, 24, 0.2), 0 1px 2px rgba(17, 20, 24, 0.2);
}
.bp5-button:not([class*=bp5-intent-]):active, .bp5-button:not([class*=bp5-intent-]).bp5-active{
  background-color:#dce0e5;
  box-shadow:inset 0 0 0 1px rgba(17, 20, 24, 0.2), 0 1px 2px rgba(17, 20, 24, 0.2);
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-button:not([class*=bp5-intent-]):active, .bp5-button:not([class*=bp5-intent-]).bp5-active{
    background:highlight;
  }
}
.bp5-button:not([class*=bp5-intent-]):disabled, .bp5-button:not([class*=bp5-intent-]).bp5-disabled{
  background-color:rgba(211, 216, 222, 0.5);
  box-shadow:none;
  color:rgba(95, 107, 124, 0.6);
  cursor:not-allowed;
  outline:none;
}
.bp5-button:not([class*=bp5-intent-]):disabled.bp5-active, .bp5-button:not([class*=bp5-intent-]):disabled.bp5-active:hover, .bp5-button:not([class*=bp5-intent-]).bp5-disabled.bp5-active, .bp5-button:not([class*=bp5-intent-]).bp5-disabled.bp5-active:hover{
  background:rgba(211, 216, 222, 0.7);
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-button:not([class*=bp5-intent-]){
    border:1px solid buttonborder;
  }
}
.bp5-button.bp5-intent-primary{
  background-color:#2d72d2;
  box-shadow:inset 0 0 0 1px rgba(17, 20, 24, 0.2), 0 1px 2px rgba(17, 20, 24, 0.1);
  color:#ffffff;
}
.bp5-button.bp5-intent-primary:hover, .bp5-button.bp5-intent-primary:active, .bp5-button.bp5-intent-primary.bp5-active{
  color:#ffffff;
}
.bp5-button.bp5-intent-primary:hover{
  background-color:#215db0;
  box-shadow:inset 0 0 0 1px rgba(17, 20, 24, 0.2), 0 1px 2px rgba(17, 20, 24, 0.2);
}
.bp5-button.bp5-intent-primary:active, .bp5-button.bp5-intent-primary.bp5-active{
  background-color:#184a90;
  box-shadow:inset 0 0 0 1px rgba(17, 20, 24, 0.2), 0 1px 2px rgba(17, 20, 24, 0.2);
}
.bp5-button.bp5-intent-primary:disabled, .bp5-button.bp5-intent-primary.bp5-disabled{
  background-color:rgba(45, 114, 210, 0.5);
  border-color:transparent;
  box-shadow:none;
  color:rgba(255, 255, 255, 0.6);
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-button.bp5-intent-primary:disabled, .bp5-button.bp5-intent-primary.bp5-disabled{
    border-color:graytext;
    color:graytext;
  }
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-button.bp5-intent-primary{
    border:1px solid buttonborder;
    box-shadow:none;
  }
}
.bp5-button.bp5-intent-success{
  background-color:#238551;
  box-shadow:inset 0 0 0 1px rgba(17, 20, 24, 0.2), 0 1px 2px rgba(17, 20, 24, 0.1);
  color:#ffffff;
}
.bp5-button.bp5-intent-success:hover, .bp5-button.bp5-intent-success:active, .bp5-button.bp5-intent-success.bp5-active{
  color:#ffffff;
}
.bp5-button.bp5-intent-success:hover{
  background-color:#1c6e42;
  box-shadow:inset 0 0 0 1px rgba(17, 20, 24, 0.2), 0 1px 2px rgba(17, 20, 24, 0.2);
}
.bp5-button.bp5-intent-success:active, .bp5-button.bp5-intent-success.bp5-active{
  background-color:#165a36;
  box-shadow:inset 0 0 0 1px rgba(17, 20, 24, 0.2), 0 1px 2px rgba(17, 20, 24, 0.2);
}
.bp5-button.bp5-intent-success:disabled, .bp5-button.bp5-intent-success.bp5-disabled{
  background-color:rgba(35, 133, 81, 0.5);
  border-color:transparent;
  box-shadow:none;
  color:rgba(255, 255, 255, 0.6);
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-button.bp5-intent-success:disabled, .bp5-button.bp5-intent-success.bp5-disabled{
    border-color:graytext;
    color:graytext;
  }
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-button.bp5-intent-success{
    border:1px solid buttonborder;
    box-shadow:none;
  }
}
.bp5-button.bp5-intent-warning{
  background-color:#c87619;
  box-shadow:inset 0 0 0 1px rgba(17, 20, 24, 0.2), 0 1px 2px rgba(17, 20, 24, 0.1);
  color:#ffffff;
}
.bp5-button.bp5-intent-warning:hover, .bp5-button.bp5-intent-warning:active, .bp5-button.bp5-intent-warning.bp5-active{
  color:#ffffff;
}
.bp5-button.bp5-intent-warning:hover{
  background-color:#935610;
  box-shadow:inset 0 0 0 1px rgba(17, 20, 24, 0.2), 0 1px 2px rgba(17, 20, 24, 0.2);
}
.bp5-button.bp5-intent-warning:active, .bp5-button.bp5-intent-warning.bp5-active{
  background-color:#77450d;
  box-shadow:inset 0 0 0 1px rgba(17, 20, 24, 0.2), 0 1px 2px rgba(17, 20, 24, 0.2);
}
.bp5-button.bp5-intent-warning:disabled, .bp5-button.bp5-intent-warning.bp5-disabled{
  background-color:rgba(200, 118, 25, 0.5);
  border-color:transparent;
  box-shadow:none;
  color:rgba(255, 255, 255, 0.6);
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-button.bp5-intent-warning:disabled, .bp5-button.bp5-intent-warning.bp5-disabled{
    border-color:graytext;
    color:graytext;
  }
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-button.bp5-intent-warning{
    border:1px solid buttonborder;
    box-shadow:none;
  }
}
.bp5-button.bp5-intent-danger{
  background-color:#cd4246;
  box-shadow:inset 0 0 0 1px rgba(17, 20, 24, 0.2), 0 1px 2px rgba(17, 20, 24, 0.1);
  color:#ffffff;
}
.bp5-button.bp5-intent-danger:hover, .bp5-button.bp5-intent-danger:active, .bp5-button.bp5-intent-danger.bp5-active{
  color:#ffffff;
}
.bp5-button.bp5-intent-danger:hover{
  background-color:#ac2f33;
  box-shadow:inset 0 0 0 1px rgba(17, 20, 24, 0.2), 0 1px 2px rgba(17, 20, 24, 0.2);
}
.bp5-button.bp5-intent-danger:active, .bp5-button.bp5-intent-danger.bp5-active{
  background-color:#8e292c;
  box-shadow:inset 0 0 0 1px rgba(17, 20, 24, 0.2), 0 1px 2px rgba(17, 20, 24, 0.2);
}
.bp5-button.bp5-intent-danger:disabled, .bp5-button.bp5-intent-danger.bp5-disabled{
  background-color:rgba(205, 66, 70, 0.5);
  border-color:transparent;
  box-shadow:none;
  color:rgba(255, 255, 255, 0.6);
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-button.bp5-intent-danger:disabled, .bp5-button.bp5-intent-danger.bp5-disabled{
    border-color:graytext;
    color:graytext;
  }
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-button.bp5-intent-danger{
    border:1px solid buttonborder;
    box-shadow:none;
  }
}
.bp5-button[class*=bp5-intent-] .bp5-button-spinner .bp5-spinner-head{
  stroke:#ffffff;
}
.bp5-button.bp5-large, .bp5-large .bp5-button{
  min-height:40px;
  min-width:40px;
  font-size:16px;
  padding:5px 15px;
}
.bp5-button.bp5-large::before,
.bp5-button.bp5-large > *, .bp5-large .bp5-button::before,
.bp5-large .bp5-button > *{
  margin-right:10px;
}
.bp5-button.bp5-large:empty::before,
.bp5-button.bp5-large > :last-child, .bp5-large .bp5-button:empty::before,
.bp5-large .bp5-button > :last-child{
  margin-right:0;
}
.bp5-button.bp5-small, .bp5-small .bp5-button{
  min-height:24px;
  min-width:24px;
  padding:0 7px;
}
.bp5-button.bp5-loading{
  position:relative;
}
.bp5-button.bp5-loading[class*=bp5-icon-]::before{
  visibility:hidden;
}
.bp5-button.bp5-loading .bp5-button-spinner{
  margin:0;
  position:absolute;
}
.bp5-button.bp5-loading > :not(.bp5-button-spinner){
  visibility:hidden;
}
.bp5-button[class*=bp5-icon-]::before{
  font-family:"blueprint-icons-16", sans-serif;
  font-size:16px;
  font-style:normal;
  font-variant:normal;
  font-weight:400;
  height:16px;
  line-height:1;
  width:16px;
  -moz-osx-font-smoothing:grayscale;
  -webkit-font-smoothing:antialiased;
  color:#5f6b7c;
}
.bp5-button .bp5-icon, .bp5-button .bp5-icon-standard, .bp5-button .bp5-icon-large{
  color:#5f6b7c;
}
.bp5-button .bp5-icon.bp5-align-right, .bp5-button .bp5-icon-standard.bp5-align-right, .bp5-button .bp5-icon-large.bp5-align-right{
  margin-left:7px;
}
.bp5-button .bp5-icon:first-child:last-child,
.bp5-button .bp5-spinner + .bp5-icon:last-child{
  margin:0 -7px;
}
.bp5-dark .bp5-button:not([class*=bp5-intent-]){
  background-color:#383e47;
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(17, 20, 24, 0.2);
  color:#f6f7f9;
}
.bp5-dark .bp5-button:not([class*=bp5-intent-]):hover, .bp5-dark .bp5-button:not([class*=bp5-intent-]):active, .bp5-dark .bp5-button:not([class*=bp5-intent-]).bp5-active{
  color:#f6f7f9;
}
.bp5-dark .bp5-button:not([class*=bp5-intent-]):hover{
  background-color:#2f343c;
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(17, 20, 24, 0.4);
}
.bp5-dark .bp5-button:not([class*=bp5-intent-]):active, .bp5-dark .bp5-button:not([class*=bp5-intent-]).bp5-active{
  background-color:#1c2127;
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(17, 20, 24, 0.4);
}
.bp5-dark .bp5-button:not([class*=bp5-intent-]):disabled, .bp5-dark .bp5-button:not([class*=bp5-intent-]).bp5-disabled{
  background-color:rgba(64, 72, 84, 0.5);
  box-shadow:none;
  color:rgba(171, 179, 191, 0.6);
}
.bp5-dark .bp5-button:not([class*=bp5-intent-]):disabled.bp5-active, .bp5-dark .bp5-button:not([class*=bp5-intent-]).bp5-disabled.bp5-active{
  background:rgba(64, 72, 84, 0.7);
}
.bp5-dark .bp5-button:not([class*=bp5-intent-]) .bp5-button-spinner .bp5-spinner-head{
  background:rgba(17, 20, 24, 0.5);
  stroke:#8f99a8;
}
.bp5-dark .bp5-button:not([class*=bp5-intent-])[class*=bp5-icon-]::before{
  color:#abb3bf;
}
.bp5-dark .bp5-button:not([class*=bp5-intent-]) .bp5-icon:not([class*=bp5-intent-]), .bp5-dark .bp5-button:not([class*=bp5-intent-]) .bp5-icon-standard:not([class*=bp5-intent-]), .bp5-dark .bp5-button:not([class*=bp5-intent-]) .bp5-icon-large:not([class*=bp5-intent-]){
  color:#abb3bf;
}
.bp5-dark .bp5-button[class*=bp5-intent-]{
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(17, 20, 24, 0.2);
}
.bp5-dark .bp5-button[class*=bp5-intent-]:hover{
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(17, 20, 24, 0.2);
}
.bp5-dark .bp5-button[class*=bp5-intent-]:active, .bp5-dark .bp5-button[class*=bp5-intent-].bp5-active{
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(17, 20, 24, 0.4);
}
.bp5-dark .bp5-button[class*=bp5-intent-]:disabled, .bp5-dark .bp5-button[class*=bp5-intent-].bp5-disabled{
  box-shadow:none;
  color:rgba(255, 255, 255, 0.3);
}
.bp5-dark .bp5-button[class*=bp5-intent-] .bp5-button-spinner .bp5-spinner-head{
  stroke:#8f99a8;
}
.bp5-button:disabled::before,
.bp5-button:disabled .bp5-icon, .bp5-button:disabled .bp5-icon-standard, .bp5-button:disabled .bp5-icon-large, .bp5-button.bp5-disabled::before,
.bp5-button.bp5-disabled .bp5-icon, .bp5-button.bp5-disabled .bp5-icon-standard, .bp5-button.bp5-disabled .bp5-icon-large, .bp5-button[class*=bp5-intent-]::before,
.bp5-button[class*=bp5-intent-] .bp5-icon, .bp5-button[class*=bp5-intent-] .bp5-icon-standard, .bp5-button[class*=bp5-intent-] .bp5-icon-large{
  color:inherit !important;
}
.bp5-button.bp5-minimal{
  background:none;
  box-shadow:none;
}
.bp5-button.bp5-minimal:hover{
  background:rgba(143, 153, 168, 0.15);
  box-shadow:none;
  color:#1c2127;
  text-decoration:none;
}
.bp5-button.bp5-minimal:active, .bp5-button.bp5-minimal.bp5-active{
  background:rgba(143, 153, 168, 0.3);
  box-shadow:none;
  color:#1c2127;
}
.bp5-button.bp5-minimal:disabled, .bp5-button.bp5-minimal:disabled:hover, .bp5-button.bp5-minimal.bp5-disabled, .bp5-button.bp5-minimal.bp5-disabled:hover{
  background:none;
  color:rgba(95, 107, 124, 0.6);
  cursor:not-allowed;
}
.bp5-button.bp5-minimal:disabled.bp5-active, .bp5-button.bp5-minimal:disabled:hover.bp5-active, .bp5-button.bp5-minimal.bp5-disabled.bp5-active, .bp5-button.bp5-minimal.bp5-disabled:hover.bp5-active{
  background:rgba(143, 153, 168, 0.3);
}
.bp5-dark .bp5-button.bp5-minimal{
  background:none;
  box-shadow:none;
  color:#ffffff;
}
.bp5-dark .bp5-button.bp5-minimal:hover, .bp5-dark .bp5-button.bp5-minimal:active, .bp5-dark .bp5-button.bp5-minimal.bp5-active{
  background:none;
  box-shadow:none;
  color:#ffffff;
}
.bp5-dark .bp5-button.bp5-minimal:hover{
  background:rgba(143, 153, 168, 0.15);
}
.bp5-dark .bp5-button.bp5-minimal:active, .bp5-dark .bp5-button.bp5-minimal.bp5-active{
  background:rgba(143, 153, 168, 0.3);
}
.bp5-dark .bp5-button.bp5-minimal:disabled, .bp5-dark .bp5-button.bp5-minimal:disabled:hover, .bp5-dark .bp5-button.bp5-minimal.bp5-disabled, .bp5-dark .bp5-button.bp5-minimal.bp5-disabled:hover{
  background:none;
  color:rgba(171, 179, 191, 0.6);
  cursor:not-allowed;
}
.bp5-dark .bp5-button.bp5-minimal:disabled.bp5-active, .bp5-dark .bp5-button.bp5-minimal:disabled:hover.bp5-active, .bp5-dark .bp5-button.bp5-minimal.bp5-disabled.bp5-active, .bp5-dark .bp5-button.bp5-minimal.bp5-disabled:hover.bp5-active{
  background:rgba(143, 153, 168, 0.3);
}
.bp5-button.bp5-minimal.bp5-intent-primary{
  color:#215db0;
}
.bp5-button.bp5-minimal.bp5-intent-primary:hover, .bp5-button.bp5-minimal.bp5-intent-primary:active, .bp5-button.bp5-minimal.bp5-intent-primary.bp5-active{
  background:none;
  box-shadow:none;
  color:#215db0;
}
.bp5-button.bp5-minimal.bp5-intent-primary:hover{
  background:rgba(45, 114, 210, 0.15);
  color:#215db0;
}
.bp5-button.bp5-minimal.bp5-intent-primary:active, .bp5-button.bp5-minimal.bp5-intent-primary.bp5-active{
  background:rgba(45, 114, 210, 0.3);
  color:#184a90;
}
.bp5-button.bp5-minimal.bp5-intent-primary:disabled, .bp5-button.bp5-minimal.bp5-intent-primary.bp5-disabled{
  background:none;
  color:rgba(33, 93, 176, 0.5);
}
.bp5-button.bp5-minimal.bp5-intent-primary:disabled.bp5-active, .bp5-button.bp5-minimal.bp5-intent-primary.bp5-disabled.bp5-active{
  background:rgba(45, 114, 210, 0.3);
}
.bp5-button.bp5-minimal.bp5-intent-primary .bp5-button-spinner .bp5-spinner-head{
  stroke:#215db0;
}
.bp5-dark .bp5-button.bp5-minimal.bp5-intent-primary{
  color:#8abbff;
}
.bp5-dark .bp5-button.bp5-minimal.bp5-intent-primary:hover{
  background:rgba(45, 114, 210, 0.2);
  color:#8abbff;
}
.bp5-dark .bp5-button.bp5-minimal.bp5-intent-primary:active, .bp5-dark .bp5-button.bp5-minimal.bp5-intent-primary.bp5-active{
  background:rgba(45, 114, 210, 0.3);
  color:#99c4ff;
}
.bp5-dark .bp5-button.bp5-minimal.bp5-intent-primary:disabled, .bp5-dark .bp5-button.bp5-minimal.bp5-intent-primary.bp5-disabled{
  background:none;
  color:rgba(138, 187, 255, 0.5);
}
.bp5-dark .bp5-button.bp5-minimal.bp5-intent-primary:disabled.bp5-active, .bp5-dark .bp5-button.bp5-minimal.bp5-intent-primary.bp5-disabled.bp5-active{
  background:rgba(45, 114, 210, 0.3);
}
.bp5-button.bp5-minimal.bp5-intent-success{
  color:#1c6e42;
}
.bp5-button.bp5-minimal.bp5-intent-success:hover, .bp5-button.bp5-minimal.bp5-intent-success:active, .bp5-button.bp5-minimal.bp5-intent-success.bp5-active{
  background:none;
  box-shadow:none;
  color:#1c6e42;
}
.bp5-button.bp5-minimal.bp5-intent-success:hover{
  background:rgba(35, 133, 81, 0.15);
  color:#1c6e42;
}
.bp5-button.bp5-minimal.bp5-intent-success:active, .bp5-button.bp5-minimal.bp5-intent-success.bp5-active{
  background:rgba(35, 133, 81, 0.3);
  color:#165a36;
}
.bp5-button.bp5-minimal.bp5-intent-success:disabled, .bp5-button.bp5-minimal.bp5-intent-success.bp5-disabled{
  background:none;
  color:rgba(28, 110, 66, 0.5);
}
.bp5-button.bp5-minimal.bp5-intent-success:disabled.bp5-active, .bp5-button.bp5-minimal.bp5-intent-success.bp5-disabled.bp5-active{
  background:rgba(35, 133, 81, 0.3);
}
.bp5-button.bp5-minimal.bp5-intent-success .bp5-button-spinner .bp5-spinner-head{
  stroke:#1c6e42;
}
.bp5-dark .bp5-button.bp5-minimal.bp5-intent-success{
  color:#72ca9b;
}
.bp5-dark .bp5-button.bp5-minimal.bp5-intent-success:hover{
  background:rgba(35, 133, 81, 0.2);
  color:#72ca9b;
}
.bp5-dark .bp5-button.bp5-minimal.bp5-intent-success:active, .bp5-dark .bp5-button.bp5-minimal.bp5-intent-success.bp5-active{
  background:rgba(35, 133, 81, 0.3);
  color:#7cd7a2;
}
.bp5-dark .bp5-button.bp5-minimal.bp5-intent-success:disabled, .bp5-dark .bp5-button.bp5-minimal.bp5-intent-success.bp5-disabled{
  background:none;
  color:rgba(114, 202, 155, 0.5);
}
.bp5-dark .bp5-button.bp5-minimal.bp5-intent-success:disabled.bp5-active, .bp5-dark .bp5-button.bp5-minimal.bp5-intent-success.bp5-disabled.bp5-active{
  background:rgba(35, 133, 81, 0.3);
}
.bp5-button.bp5-minimal.bp5-intent-warning{
  color:#935610;
}
.bp5-button.bp5-minimal.bp5-intent-warning:hover, .bp5-button.bp5-minimal.bp5-intent-warning:active, .bp5-button.bp5-minimal.bp5-intent-warning.bp5-active{
  background:none;
  box-shadow:none;
  color:#935610;
}
.bp5-button.bp5-minimal.bp5-intent-warning:hover{
  background:rgba(200, 118, 25, 0.15);
  color:#935610;
}
.bp5-button.bp5-minimal.bp5-intent-warning:active, .bp5-button.bp5-minimal.bp5-intent-warning.bp5-active{
  background:rgba(200, 118, 25, 0.3);
  color:#77450d;
}
.bp5-button.bp5-minimal.bp5-intent-warning:disabled, .bp5-button.bp5-minimal.bp5-intent-warning.bp5-disabled{
  background:none;
  color:rgba(147, 86, 16, 0.5);
}
.bp5-button.bp5-minimal.bp5-intent-warning:disabled.bp5-active, .bp5-button.bp5-minimal.bp5-intent-warning.bp5-disabled.bp5-active{
  background:rgba(200, 118, 25, 0.3);
}
.bp5-button.bp5-minimal.bp5-intent-warning .bp5-button-spinner .bp5-spinner-head{
  stroke:#935610;
}
.bp5-dark .bp5-button.bp5-minimal.bp5-intent-warning{
  color:#fbb360;
}
.bp5-dark .bp5-button.bp5-minimal.bp5-intent-warning:hover{
  background:rgba(200, 118, 25, 0.2);
  color:#fbb360;
}
.bp5-dark .bp5-button.bp5-minimal.bp5-intent-warning:active, .bp5-dark .bp5-button.bp5-minimal.bp5-intent-warning.bp5-active{
  background:rgba(200, 118, 25, 0.3);
  color:#f5c186;
}
.bp5-dark .bp5-button.bp5-minimal.bp5-intent-warning:disabled, .bp5-dark .bp5-button.bp5-minimal.bp5-intent-warning.bp5-disabled{
  background:none;
  color:rgba(251, 179, 96, 0.5);
}
.bp5-dark .bp5-button.bp5-minimal.bp5-intent-warning:disabled.bp5-active, .bp5-dark .bp5-button.bp5-minimal.bp5-intent-warning.bp5-disabled.bp5-active{
  background:rgba(200, 118, 25, 0.3);
}
.bp5-button.bp5-minimal.bp5-intent-danger{
  color:#ac2f33;
}
.bp5-button.bp5-minimal.bp5-intent-danger:hover, .bp5-button.bp5-minimal.bp5-intent-danger:active, .bp5-button.bp5-minimal.bp5-intent-danger.bp5-active{
  background:none;
  box-shadow:none;
  color:#ac2f33;
}
.bp5-button.bp5-minimal.bp5-intent-danger:hover{
  background:rgba(205, 66, 70, 0.15);
  color:#ac2f33;
}
.bp5-button.bp5-minimal.bp5-intent-danger:active, .bp5-button.bp5-minimal.bp5-intent-danger.bp5-active{
  background:rgba(205, 66, 70, 0.3);
  color:#8e292c;
}
.bp5-button.bp5-minimal.bp5-intent-danger:disabled, .bp5-button.bp5-minimal.bp5-intent-danger.bp5-disabled{
  background:none;
  color:rgba(172, 47, 51, 0.5);
}
.bp5-button.bp5-minimal.bp5-intent-danger:disabled.bp5-active, .bp5-button.bp5-minimal.bp5-intent-danger.bp5-disabled.bp5-active{
  background:rgba(205, 66, 70, 0.3);
}
.bp5-button.bp5-minimal.bp5-intent-danger .bp5-button-spinner .bp5-spinner-head{
  stroke:#ac2f33;
}
.bp5-dark .bp5-button.bp5-minimal.bp5-intent-danger{
  color:#fa999c;
}
.bp5-dark .bp5-button.bp5-minimal.bp5-intent-danger:hover{
  background:rgba(205, 66, 70, 0.2);
  color:#fa999c;
}
.bp5-dark .bp5-button.bp5-minimal.bp5-intent-danger:active, .bp5-dark .bp5-button.bp5-minimal.bp5-intent-danger.bp5-active{
  background:rgba(205, 66, 70, 0.3);
  color:#ffa1a4;
}
.bp5-dark .bp5-button.bp5-minimal.bp5-intent-danger:disabled, .bp5-dark .bp5-button.bp5-minimal.bp5-intent-danger.bp5-disabled{
  background:none;
  color:rgba(250, 153, 156, 0.5);
}
.bp5-dark .bp5-button.bp5-minimal.bp5-intent-danger:disabled.bp5-active, .bp5-dark .bp5-button.bp5-minimal.bp5-intent-danger.bp5-disabled.bp5-active{
  background:rgba(205, 66, 70, 0.3);
}
.bp5-button.bp5-outlined{
  background:none;
  box-shadow:none;
  border:1px solid rgba(28, 33, 39, 0.2);
  box-sizing:border-box;
}
.bp5-button.bp5-outlined:hover{
  background:rgba(143, 153, 168, 0.15);
  box-shadow:none;
  color:#1c2127;
  text-decoration:none;
}
.bp5-button.bp5-outlined:active, .bp5-button.bp5-outlined.bp5-active{
  background:rgba(143, 153, 168, 0.3);
  box-shadow:none;
  color:#1c2127;
}
.bp5-button.bp5-outlined:disabled, .bp5-button.bp5-outlined:disabled:hover, .bp5-button.bp5-outlined.bp5-disabled, .bp5-button.bp5-outlined.bp5-disabled:hover{
  background:none;
  color:rgba(95, 107, 124, 0.6);
  cursor:not-allowed;
}
.bp5-button.bp5-outlined:disabled.bp5-active, .bp5-button.bp5-outlined:disabled:hover.bp5-active, .bp5-button.bp5-outlined.bp5-disabled.bp5-active, .bp5-button.bp5-outlined.bp5-disabled:hover.bp5-active{
  background:rgba(143, 153, 168, 0.3);
}
.bp5-dark .bp5-button.bp5-outlined{
  background:none;
  box-shadow:none;
  color:#ffffff;
}
.bp5-dark .bp5-button.bp5-outlined:hover, .bp5-dark .bp5-button.bp5-outlined:active, .bp5-dark .bp5-button.bp5-outlined.bp5-active{
  background:none;
  box-shadow:none;
  color:#ffffff;
}
.bp5-dark .bp5-button.bp5-outlined:hover{
  background:rgba(143, 153, 168, 0.15);
}
.bp5-dark .bp5-button.bp5-outlined:active, .bp5-dark .bp5-button.bp5-outlined.bp5-active{
  background:rgba(143, 153, 168, 0.3);
}
.bp5-dark .bp5-button.bp5-outlined:disabled, .bp5-dark .bp5-button.bp5-outlined:disabled:hover, .bp5-dark .bp5-button.bp5-outlined.bp5-disabled, .bp5-dark .bp5-button.bp5-outlined.bp5-disabled:hover{
  background:none;
  color:rgba(171, 179, 191, 0.6);
  cursor:not-allowed;
}
.bp5-dark .bp5-button.bp5-outlined:disabled.bp5-active, .bp5-dark .bp5-button.bp5-outlined:disabled:hover.bp5-active, .bp5-dark .bp5-button.bp5-outlined.bp5-disabled.bp5-active, .bp5-dark .bp5-button.bp5-outlined.bp5-disabled:hover.bp5-active{
  background:rgba(143, 153, 168, 0.3);
}
.bp5-button.bp5-outlined.bp5-intent-primary{
  color:#215db0;
}
.bp5-button.bp5-outlined.bp5-intent-primary:hover, .bp5-button.bp5-outlined.bp5-intent-primary:active, .bp5-button.bp5-outlined.bp5-intent-primary.bp5-active{
  background:none;
  box-shadow:none;
  color:#215db0;
}
.bp5-button.bp5-outlined.bp5-intent-primary:hover{
  background:rgba(45, 114, 210, 0.15);
  color:#215db0;
}
.bp5-button.bp5-outlined.bp5-intent-primary:active, .bp5-button.bp5-outlined.bp5-intent-primary.bp5-active{
  background:rgba(45, 114, 210, 0.3);
  color:#184a90;
}
.bp5-button.bp5-outlined.bp5-intent-primary:disabled, .bp5-button.bp5-outlined.bp5-intent-primary.bp5-disabled{
  background:none;
  color:rgba(33, 93, 176, 0.5);
}
.bp5-button.bp5-outlined.bp5-intent-primary:disabled.bp5-active, .bp5-button.bp5-outlined.bp5-intent-primary.bp5-disabled.bp5-active{
  background:rgba(45, 114, 210, 0.3);
}
.bp5-button.bp5-outlined.bp5-intent-primary .bp5-button-spinner .bp5-spinner-head{
  stroke:#215db0;
}
.bp5-dark .bp5-button.bp5-outlined.bp5-intent-primary{
  color:#8abbff;
}
.bp5-dark .bp5-button.bp5-outlined.bp5-intent-primary:hover{
  background:rgba(45, 114, 210, 0.2);
  color:#8abbff;
}
.bp5-dark .bp5-button.bp5-outlined.bp5-intent-primary:active, .bp5-dark .bp5-button.bp5-outlined.bp5-intent-primary.bp5-active{
  background:rgba(45, 114, 210, 0.3);
  color:#99c4ff;
}
.bp5-dark .bp5-button.bp5-outlined.bp5-intent-primary:disabled, .bp5-dark .bp5-button.bp5-outlined.bp5-intent-primary.bp5-disabled{
  background:none;
  color:rgba(138, 187, 255, 0.5);
}
.bp5-dark .bp5-button.bp5-outlined.bp5-intent-primary:disabled.bp5-active, .bp5-dark .bp5-button.bp5-outlined.bp5-intent-primary.bp5-disabled.bp5-active{
  background:rgba(45, 114, 210, 0.3);
}
.bp5-button.bp5-outlined.bp5-intent-success{
  color:#1c6e42;
}
.bp5-button.bp5-outlined.bp5-intent-success:hover, .bp5-button.bp5-outlined.bp5-intent-success:active, .bp5-button.bp5-outlined.bp5-intent-success.bp5-active{
  background:none;
  box-shadow:none;
  color:#1c6e42;
}
.bp5-button.bp5-outlined.bp5-intent-success:hover{
  background:rgba(35, 133, 81, 0.15);
  color:#1c6e42;
}
.bp5-button.bp5-outlined.bp5-intent-success:active, .bp5-button.bp5-outlined.bp5-intent-success.bp5-active{
  background:rgba(35, 133, 81, 0.3);
  color:#165a36;
}
.bp5-button.bp5-outlined.bp5-intent-success:disabled, .bp5-button.bp5-outlined.bp5-intent-success.bp5-disabled{
  background:none;
  color:rgba(28, 110, 66, 0.5);
}
.bp5-button.bp5-outlined.bp5-intent-success:disabled.bp5-active, .bp5-button.bp5-outlined.bp5-intent-success.bp5-disabled.bp5-active{
  background:rgba(35, 133, 81, 0.3);
}
.bp5-button.bp5-outlined.bp5-intent-success .bp5-button-spinner .bp5-spinner-head{
  stroke:#1c6e42;
}
.bp5-dark .bp5-button.bp5-outlined.bp5-intent-success{
  color:#72ca9b;
}
.bp5-dark .bp5-button.bp5-outlined.bp5-intent-success:hover{
  background:rgba(35, 133, 81, 0.2);
  color:#72ca9b;
}
.bp5-dark .bp5-button.bp5-outlined.bp5-intent-success:active, .bp5-dark .bp5-button.bp5-outlined.bp5-intent-success.bp5-active{
  background:rgba(35, 133, 81, 0.3);
  color:#7cd7a2;
}
.bp5-dark .bp5-button.bp5-outlined.bp5-intent-success:disabled, .bp5-dark .bp5-button.bp5-outlined.bp5-intent-success.bp5-disabled{
  background:none;
  color:rgba(114, 202, 155, 0.5);
}
.bp5-dark .bp5-button.bp5-outlined.bp5-intent-success:disabled.bp5-active, .bp5-dark .bp5-button.bp5-outlined.bp5-intent-success.bp5-disabled.bp5-active{
  background:rgba(35, 133, 81, 0.3);
}
.bp5-button.bp5-outlined.bp5-intent-warning{
  color:#935610;
}
.bp5-button.bp5-outlined.bp5-intent-warning:hover, .bp5-button.bp5-outlined.bp5-intent-warning:active, .bp5-button.bp5-outlined.bp5-intent-warning.bp5-active{
  background:none;
  box-shadow:none;
  color:#935610;
}
.bp5-button.bp5-outlined.bp5-intent-warning:hover{
  background:rgba(200, 118, 25, 0.15);
  color:#935610;
}
.bp5-button.bp5-outlined.bp5-intent-warning:active, .bp5-button.bp5-outlined.bp5-intent-warning.bp5-active{
  background:rgba(200, 118, 25, 0.3);
  color:#77450d;
}
.bp5-button.bp5-outlined.bp5-intent-warning:disabled, .bp5-button.bp5-outlined.bp5-intent-warning.bp5-disabled{
  background:none;
  color:rgba(147, 86, 16, 0.5);
}
.bp5-button.bp5-outlined.bp5-intent-warning:disabled.bp5-active, .bp5-button.bp5-outlined.bp5-intent-warning.bp5-disabled.bp5-active{
  background:rgba(200, 118, 25, 0.3);
}
.bp5-button.bp5-outlined.bp5-intent-warning .bp5-button-spinner .bp5-spinner-head{
  stroke:#935610;
}
.bp5-dark .bp5-button.bp5-outlined.bp5-intent-warning{
  color:#fbb360;
}
.bp5-dark .bp5-button.bp5-outlined.bp5-intent-warning:hover{
  background:rgba(200, 118, 25, 0.2);
  color:#fbb360;
}
.bp5-dark .bp5-button.bp5-outlined.bp5-intent-warning:active, .bp5-dark .bp5-button.bp5-outlined.bp5-intent-warning.bp5-active{
  background:rgba(200, 118, 25, 0.3);
  color:#f5c186;
}
.bp5-dark .bp5-button.bp5-outlined.bp5-intent-warning:disabled, .bp5-dark .bp5-button.bp5-outlined.bp5-intent-warning.bp5-disabled{
  background:none;
  color:rgba(251, 179, 96, 0.5);
}
.bp5-dark .bp5-button.bp5-outlined.bp5-intent-warning:disabled.bp5-active, .bp5-dark .bp5-button.bp5-outlined.bp5-intent-warning.bp5-disabled.bp5-active{
  background:rgba(200, 118, 25, 0.3);
}
.bp5-button.bp5-outlined.bp5-intent-danger{
  color:#ac2f33;
}
.bp5-button.bp5-outlined.bp5-intent-danger:hover, .bp5-button.bp5-outlined.bp5-intent-danger:active, .bp5-button.bp5-outlined.bp5-intent-danger.bp5-active{
  background:none;
  box-shadow:none;
  color:#ac2f33;
}
.bp5-button.bp5-outlined.bp5-intent-danger:hover{
  background:rgba(205, 66, 70, 0.15);
  color:#ac2f33;
}
.bp5-button.bp5-outlined.bp5-intent-danger:active, .bp5-button.bp5-outlined.bp5-intent-danger.bp5-active{
  background:rgba(205, 66, 70, 0.3);
  color:#8e292c;
}
.bp5-button.bp5-outlined.bp5-intent-danger:disabled, .bp5-button.bp5-outlined.bp5-intent-danger.bp5-disabled{
  background:none;
  color:rgba(172, 47, 51, 0.5);
}
.bp5-button.bp5-outlined.bp5-intent-danger:disabled.bp5-active, .bp5-button.bp5-outlined.bp5-intent-danger.bp5-disabled.bp5-active{
  background:rgba(205, 66, 70, 0.3);
}
.bp5-button.bp5-outlined.bp5-intent-danger .bp5-button-spinner .bp5-spinner-head{
  stroke:#ac2f33;
}
.bp5-dark .bp5-button.bp5-outlined.bp5-intent-danger{
  color:#fa999c;
}
.bp5-dark .bp5-button.bp5-outlined.bp5-intent-danger:hover{
  background:rgba(205, 66, 70, 0.2);
  color:#fa999c;
}
.bp5-dark .bp5-button.bp5-outlined.bp5-intent-danger:active, .bp5-dark .bp5-button.bp5-outlined.bp5-intent-danger.bp5-active{
  background:rgba(205, 66, 70, 0.3);
  color:#ffa1a4;
}
.bp5-dark .bp5-button.bp5-outlined.bp5-intent-danger:disabled, .bp5-dark .bp5-button.bp5-outlined.bp5-intent-danger.bp5-disabled{
  background:none;
  color:rgba(250, 153, 156, 0.5);
}
.bp5-dark .bp5-button.bp5-outlined.bp5-intent-danger:disabled.bp5-active, .bp5-dark .bp5-button.bp5-outlined.bp5-intent-danger.bp5-disabled.bp5-active{
  background:rgba(205, 66, 70, 0.3);
}
.bp5-button.bp5-outlined:disabled, .bp5-button.bp5-outlined.bp5-disabled, .bp5-button.bp5-outlined:disabled:hover, .bp5-button.bp5-outlined.bp5-disabled:hover{
  border-color:rgba(95, 107, 124, 0.1);
}
.bp5-dark .bp5-button.bp5-outlined{
  border-color:rgba(255, 255, 255, 0.4);
}
.bp5-dark .bp5-button.bp5-outlined:disabled, .bp5-dark .bp5-button.bp5-outlined:disabled:hover, .bp5-dark .bp5-button.bp5-outlined.bp5-disabled, .bp5-dark .bp5-button.bp5-outlined.bp5-disabled:hover{
  border-color:rgba(255, 255, 255, 0.2);
}
.bp5-button.bp5-outlined.bp5-intent-primary{
  border-color:rgba(33, 93, 176, 0.6);
}
.bp5-button.bp5-outlined.bp5-intent-primary:disabled, .bp5-button.bp5-outlined.bp5-intent-primary.bp5-disabled{
  border-color:rgba(33, 93, 176, 0.2);
}
.bp5-dark .bp5-button.bp5-outlined.bp5-intent-primary{
  border-color:rgba(138, 187, 255, 0.6);
}
.bp5-dark .bp5-button.bp5-outlined.bp5-intent-primary:disabled, .bp5-dark .bp5-button.bp5-outlined.bp5-intent-primary.bp5-disabled{
  border-color:rgba(138, 187, 255, 0.2);
}
.bp5-button.bp5-outlined.bp5-intent-success{
  border-color:rgba(28, 110, 66, 0.6);
}
.bp5-button.bp5-outlined.bp5-intent-success:disabled, .bp5-button.bp5-outlined.bp5-intent-success.bp5-disabled{
  border-color:rgba(28, 110, 66, 0.2);
}
.bp5-dark .bp5-button.bp5-outlined.bp5-intent-success{
  border-color:rgba(114, 202, 155, 0.6);
}
.bp5-dark .bp5-button.bp5-outlined.bp5-intent-success:disabled, .bp5-dark .bp5-button.bp5-outlined.bp5-intent-success.bp5-disabled{
  border-color:rgba(114, 202, 155, 0.2);
}
.bp5-button.bp5-outlined.bp5-intent-warning{
  border-color:rgba(147, 86, 16, 0.6);
}
.bp5-button.bp5-outlined.bp5-intent-warning:disabled, .bp5-button.bp5-outlined.bp5-intent-warning.bp5-disabled{
  border-color:rgba(147, 86, 16, 0.2);
}
.bp5-dark .bp5-button.bp5-outlined.bp5-intent-warning{
  border-color:rgba(251, 179, 96, 0.6);
}
.bp5-dark .bp5-button.bp5-outlined.bp5-intent-warning:disabled, .bp5-dark .bp5-button.bp5-outlined.bp5-intent-warning.bp5-disabled{
  border-color:rgba(251, 179, 96, 0.2);
}
.bp5-button.bp5-outlined.bp5-intent-danger{
  border-color:rgba(172, 47, 51, 0.6);
}
.bp5-button.bp5-outlined.bp5-intent-danger:disabled, .bp5-button.bp5-outlined.bp5-intent-danger.bp5-disabled{
  border-color:rgba(172, 47, 51, 0.2);
}
.bp5-dark .bp5-button.bp5-outlined.bp5-intent-danger{
  border-color:rgba(250, 153, 156, 0.6);
}
.bp5-dark .bp5-button.bp5-outlined.bp5-intent-danger:disabled, .bp5-dark .bp5-button.bp5-outlined.bp5-intent-danger.bp5-disabled{
  border-color:rgba(250, 153, 156, 0.2);
}
.bp5-button.bp5-intent-warning{
  background:#fbb360;
  color:#1c2127;
}
.bp5-button.bp5-intent-warning:not(.bp5-disabled).bp5-icon > svg{
  fill:rgba(28, 33, 39, 0.7);
}
.bp5-button.bp5-intent-warning:not(.bp5-disabled):not(.bp5-minimal):not(.bp5-outlined):hover{
  background:#ec9a3c;
  color:#1c2127;
}
.bp5-button.bp5-intent-warning:not(.bp5-disabled):not(.bp5-minimal):not(.bp5-outlined):active, .bp5-button.bp5-intent-warning:not(.bp5-disabled):not(.bp5-minimal):not(.bp5-outlined).bp5-active{
  background:#c87619;
  color:#1c2127;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-button.bp5-intent-warning:not(.bp5-disabled):not(.bp5-minimal):not(.bp5-outlined):active, .bp5-button.bp5-intent-warning:not(.bp5-disabled):not(.bp5-minimal):not(.bp5-outlined).bp5-active{
    background:highlight;
  }
}
.bp5-button.bp5-intent-warning:disabled, .bp5-button.bp5-intent-warning.bp5-disabled{
  background:rgba(200, 118, 25, 0.5);
  color:rgba(28, 33, 39, 0.35);
}
.bp5-dark .bp5-button.bp5-intent-warning:disabled, .bp5-dark .bp5-button.bp5-intent-warning.bp5-disabled{
  color:rgba(28, 33, 39, 0.6);
}
.bp5-button.bp5-intent-warning.bp5-minimal, .bp5-button.bp5-intent-warning.bp5-outlined{
  background:none;
}
.bp5-dark .bp5-button.bp5-intent-warning.bp5-minimal:not(.bp5-disabled).bp5-icon > svg, .bp5-dark .bp5-button.bp5-intent-warning.bp5-outlined:not(.bp5-disabled).bp5-icon > svg{
  fill:#fbb360;
}

a.bp5-button{
  text-align:center;
  text-decoration:none;
  transition:none;
}
a.bp5-button, a.bp5-button:hover, a.bp5-button:active{
  color:#1c2127;
}
a.bp5-button.bp5-disabled{
  color:rgba(95, 107, 124, 0.6);
}

.bp5-button-text{
  flex:0 1 auto;
}

.bp5-button.bp5-align-left .bp5-button-text, .bp5-button.bp5-align-right .bp5-button-text,
.bp5-button-group.bp5-align-left .bp5-button-text,
.bp5-button-group.bp5-align-right .bp5-button-text{
  flex:1 1 auto;
}
.bp5-button-group{
  display:inline-flex;
}
.bp5-button-group .bp5-button{
  flex:0 0 auto;
  position:relative;
  z-index:4;
}
.bp5-button-group .bp5-button:focus{
  z-index:5;
}
.bp5-button-group .bp5-button:hover{
  z-index:6;
}
.bp5-button-group .bp5-button:active, .bp5-button-group .bp5-button.bp5-active{
  z-index:7;
}
.bp5-button-group .bp5-button:disabled, .bp5-button-group .bp5-button.bp5-disabled{
  z-index:3;
}
.bp5-button-group .bp5-button[class*=bp5-intent-]{
  z-index:9;
}
.bp5-button-group .bp5-button[class*=bp5-intent-]:focus{
  z-index:10;
}
.bp5-button-group .bp5-button[class*=bp5-intent-]:hover{
  z-index:11;
}
.bp5-button-group .bp5-button[class*=bp5-intent-]:active, .bp5-button-group .bp5-button[class*=bp5-intent-].bp5-active{
  z-index:12;
}
.bp5-button-group .bp5-button[class*=bp5-intent-]:disabled, .bp5-button-group .bp5-button[class*=bp5-intent-].bp5-disabled{
  z-index:8;
}
.bp5-button-group:not(.bp5-minimal) > .bp5-popover-wrapper:not(:first-child) .bp5-button,
.bp5-button-group:not(.bp5-minimal) > .bp5-button:not(:first-child), .bp5-button-group.bp5-outlined > .bp5-popover-wrapper:not(:first-child) .bp5-button,
.bp5-button-group.bp5-outlined > .bp5-button:not(:first-child){
  border-bottom-left-radius:0;
  border-top-left-radius:0;
}
.bp5-button-group:not(.bp5-minimal) > .bp5-popover-wrapper:not(:last-child) .bp5-button,
.bp5-button-group:not(.bp5-minimal) > .bp5-button:not(:last-child), .bp5-button-group.bp5-outlined > .bp5-popover-wrapper:not(:last-child) .bp5-button,
.bp5-button-group.bp5-outlined > .bp5-button:not(:last-child){
  border-bottom-right-radius:0;
  border-top-right-radius:0;
}
.bp5-button-group:not(.bp5-minimal):not(.bp5-outlined) > .bp5-popover-wrapper:not(:last-child) .bp5-button,
.bp5-button-group:not(.bp5-minimal):not(.bp5-outlined) > .bp5-button:not(:last-child){
  margin-right:-1px;
}
.bp5-button-group.bp5-minimal .bp5-button, .bp5-button-group.bp5-outlined .bp5-button{
  background:none;
  box-shadow:none;
}
.bp5-button-group.bp5-minimal .bp5-button:hover, .bp5-button-group.bp5-outlined .bp5-button:hover{
  background:rgba(143, 153, 168, 0.15);
  box-shadow:none;
  color:#1c2127;
  text-decoration:none;
}
.bp5-button-group.bp5-minimal .bp5-button:active, .bp5-button-group.bp5-minimal .bp5-button.bp5-active, .bp5-button-group.bp5-outlined .bp5-button:active, .bp5-button-group.bp5-outlined .bp5-button.bp5-active{
  background:rgba(143, 153, 168, 0.3);
  box-shadow:none;
  color:#1c2127;
}
.bp5-button-group.bp5-minimal .bp5-button:disabled, .bp5-button-group.bp5-minimal .bp5-button:disabled:hover, .bp5-button-group.bp5-minimal .bp5-button.bp5-disabled, .bp5-button-group.bp5-minimal .bp5-button.bp5-disabled:hover, .bp5-button-group.bp5-outlined .bp5-button:disabled, .bp5-button-group.bp5-outlined .bp5-button:disabled:hover, .bp5-button-group.bp5-outlined .bp5-button.bp5-disabled, .bp5-button-group.bp5-outlined .bp5-button.bp5-disabled:hover{
  background:none;
  color:rgba(95, 107, 124, 0.6);
  cursor:not-allowed;
}
.bp5-button-group.bp5-minimal .bp5-button:disabled.bp5-active, .bp5-button-group.bp5-minimal .bp5-button:disabled:hover.bp5-active, .bp5-button-group.bp5-minimal .bp5-button.bp5-disabled.bp5-active, .bp5-button-group.bp5-minimal .bp5-button.bp5-disabled:hover.bp5-active, .bp5-button-group.bp5-outlined .bp5-button:disabled.bp5-active, .bp5-button-group.bp5-outlined .bp5-button:disabled:hover.bp5-active, .bp5-button-group.bp5-outlined .bp5-button.bp5-disabled.bp5-active, .bp5-button-group.bp5-outlined .bp5-button.bp5-disabled:hover.bp5-active{
  background:rgba(143, 153, 168, 0.3);
}
.bp5-dark .bp5-button-group.bp5-minimal .bp5-button, .bp5-dark .bp5-button-group.bp5-outlined .bp5-button{
  background:none;
  box-shadow:none;
  color:#ffffff;
}
.bp5-dark .bp5-button-group.bp5-minimal .bp5-button:hover, .bp5-dark .bp5-button-group.bp5-minimal .bp5-button:active, .bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-active, .bp5-dark .bp5-button-group.bp5-outlined .bp5-button:hover, .bp5-dark .bp5-button-group.bp5-outlined .bp5-button:active, .bp5-dark .bp5-button-group.bp5-outlined .bp5-button.bp5-active{
  background:none;
  box-shadow:none;
  color:#ffffff;
}
.bp5-dark .bp5-button-group.bp5-minimal .bp5-button:hover, .bp5-dark .bp5-button-group.bp5-outlined .bp5-button:hover{
  background:rgba(143, 153, 168, 0.15);
}
.bp5-dark .bp5-button-group.bp5-minimal .bp5-button:active, .bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-active, .bp5-dark .bp5-button-group.bp5-outlined .bp5-button:active, .bp5-dark .bp5-button-group.bp5-outlined .bp5-button.bp5-active{
  background:rgba(143, 153, 168, 0.3);
}
.bp5-dark .bp5-button-group.bp5-minimal .bp5-button:disabled, .bp5-dark .bp5-button-group.bp5-minimal .bp5-button:disabled:hover, .bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-disabled, .bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-disabled:hover, .bp5-dark .bp5-button-group.bp5-outlined .bp5-button:disabled, .bp5-dark .bp5-button-group.bp5-outlined .bp5-button:disabled:hover, .bp5-dark .bp5-button-group.bp5-outlined .bp5-button.bp5-disabled, .bp5-dark .bp5-button-group.bp5-outlined .bp5-button.bp5-disabled:hover{
  background:none;
  color:rgba(171, 179, 191, 0.6);
  cursor:not-allowed;
}
.bp5-dark .bp5-button-group.bp5-minimal .bp5-button:disabled.bp5-active, .bp5-dark .bp5-button-group.bp5-minimal .bp5-button:disabled:hover.bp5-active, .bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-disabled.bp5-active, .bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-disabled:hover.bp5-active, .bp5-dark .bp5-button-group.bp5-outlined .bp5-button:disabled.bp5-active, .bp5-dark .bp5-button-group.bp5-outlined .bp5-button:disabled:hover.bp5-active, .bp5-dark .bp5-button-group.bp5-outlined .bp5-button.bp5-disabled.bp5-active, .bp5-dark .bp5-button-group.bp5-outlined .bp5-button.bp5-disabled:hover.bp5-active{
  background:rgba(143, 153, 168, 0.3);
}
.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-primary, .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-primary{
  color:#215db0;
}
.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-primary:hover, .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-primary:active, .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-primary.bp5-active, .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-primary:hover, .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-primary:active, .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-primary.bp5-active{
  background:none;
  box-shadow:none;
  color:#215db0;
}
.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-primary:hover, .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-primary:hover{
  background:rgba(45, 114, 210, 0.15);
  color:#215db0;
}
.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-primary:active, .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-primary.bp5-active, .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-primary:active, .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-primary.bp5-active{
  background:rgba(45, 114, 210, 0.3);
  color:#184a90;
}
.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-primary:disabled, .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-primary.bp5-disabled, .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-primary:disabled, .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-primary.bp5-disabled{
  background:none;
  color:rgba(33, 93, 176, 0.5);
}
.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-primary:disabled.bp5-active, .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-primary.bp5-disabled.bp5-active, .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-primary:disabled.bp5-active, .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-primary.bp5-disabled.bp5-active{
  background:rgba(45, 114, 210, 0.3);
}
.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-primary .bp5-button-spinner .bp5-spinner-head, .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-primary .bp5-button-spinner .bp5-spinner-head{
  stroke:#215db0;
}
.bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-primary, .bp5-dark .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-primary{
  color:#8abbff;
}
.bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-primary:hover, .bp5-dark .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-primary:hover{
  background:rgba(45, 114, 210, 0.2);
  color:#8abbff;
}
.bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-primary:active, .bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-primary.bp5-active, .bp5-dark .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-primary:active, .bp5-dark .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-primary.bp5-active{
  background:rgba(45, 114, 210, 0.3);
  color:#99c4ff;
}
.bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-primary:disabled, .bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-primary.bp5-disabled, .bp5-dark .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-primary:disabled, .bp5-dark .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-primary.bp5-disabled{
  background:none;
  color:rgba(138, 187, 255, 0.5);
}
.bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-primary:disabled.bp5-active, .bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-primary.bp5-disabled.bp5-active, .bp5-dark .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-primary:disabled.bp5-active, .bp5-dark .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-primary.bp5-disabled.bp5-active{
  background:rgba(45, 114, 210, 0.3);
}
.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-success, .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-success{
  color:#1c6e42;
}
.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-success:hover, .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-success:active, .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-success.bp5-active, .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-success:hover, .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-success:active, .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-success.bp5-active{
  background:none;
  box-shadow:none;
  color:#1c6e42;
}
.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-success:hover, .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-success:hover{
  background:rgba(35, 133, 81, 0.15);
  color:#1c6e42;
}
.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-success:active, .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-success.bp5-active, .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-success:active, .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-success.bp5-active{
  background:rgba(35, 133, 81, 0.3);
  color:#165a36;
}
.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-success:disabled, .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-success.bp5-disabled, .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-success:disabled, .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-success.bp5-disabled{
  background:none;
  color:rgba(28, 110, 66, 0.5);
}
.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-success:disabled.bp5-active, .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-success.bp5-disabled.bp5-active, .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-success:disabled.bp5-active, .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-success.bp5-disabled.bp5-active{
  background:rgba(35, 133, 81, 0.3);
}
.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-success .bp5-button-spinner .bp5-spinner-head, .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-success .bp5-button-spinner .bp5-spinner-head{
  stroke:#1c6e42;
}
.bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-success, .bp5-dark .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-success{
  color:#72ca9b;
}
.bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-success:hover, .bp5-dark .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-success:hover{
  background:rgba(35, 133, 81, 0.2);
  color:#72ca9b;
}
.bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-success:active, .bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-success.bp5-active, .bp5-dark .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-success:active, .bp5-dark .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-success.bp5-active{
  background:rgba(35, 133, 81, 0.3);
  color:#7cd7a2;
}
.bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-success:disabled, .bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-success.bp5-disabled, .bp5-dark .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-success:disabled, .bp5-dark .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-success.bp5-disabled{
  background:none;
  color:rgba(114, 202, 155, 0.5);
}
.bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-success:disabled.bp5-active, .bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-success.bp5-disabled.bp5-active, .bp5-dark .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-success:disabled.bp5-active, .bp5-dark .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-success.bp5-disabled.bp5-active{
  background:rgba(35, 133, 81, 0.3);
}
.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-warning, .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-warning{
  color:#935610;
}
.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-warning:hover, .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-warning:active, .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-warning.bp5-active, .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-warning:hover, .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-warning:active, .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-warning.bp5-active{
  background:none;
  box-shadow:none;
  color:#935610;
}
.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-warning:hover, .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-warning:hover{
  background:rgba(200, 118, 25, 0.15);
  color:#935610;
}
.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-warning:active, .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-warning.bp5-active, .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-warning:active, .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-warning.bp5-active{
  background:rgba(200, 118, 25, 0.3);
  color:#77450d;
}
.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-warning:disabled, .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-warning.bp5-disabled, .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-warning:disabled, .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-warning.bp5-disabled{
  background:none;
  color:rgba(147, 86, 16, 0.5);
}
.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-warning:disabled.bp5-active, .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-warning.bp5-disabled.bp5-active, .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-warning:disabled.bp5-active, .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-warning.bp5-disabled.bp5-active{
  background:rgba(200, 118, 25, 0.3);
}
.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-warning .bp5-button-spinner .bp5-spinner-head, .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-warning .bp5-button-spinner .bp5-spinner-head{
  stroke:#935610;
}
.bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-warning, .bp5-dark .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-warning{
  color:#fbb360;
}
.bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-warning:hover, .bp5-dark .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-warning:hover{
  background:rgba(200, 118, 25, 0.2);
  color:#fbb360;
}
.bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-warning:active, .bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-warning.bp5-active, .bp5-dark .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-warning:active, .bp5-dark .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-warning.bp5-active{
  background:rgba(200, 118, 25, 0.3);
  color:#f5c186;
}
.bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-warning:disabled, .bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-warning.bp5-disabled, .bp5-dark .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-warning:disabled, .bp5-dark .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-warning.bp5-disabled{
  background:none;
  color:rgba(251, 179, 96, 0.5);
}
.bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-warning:disabled.bp5-active, .bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-warning.bp5-disabled.bp5-active, .bp5-dark .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-warning:disabled.bp5-active, .bp5-dark .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-warning.bp5-disabled.bp5-active{
  background:rgba(200, 118, 25, 0.3);
}
.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-danger, .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-danger{
  color:#ac2f33;
}
.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-danger:hover, .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-danger:active, .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-danger.bp5-active, .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-danger:hover, .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-danger:active, .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-danger.bp5-active{
  background:none;
  box-shadow:none;
  color:#ac2f33;
}
.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-danger:hover, .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-danger:hover{
  background:rgba(205, 66, 70, 0.15);
  color:#ac2f33;
}
.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-danger:active, .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-danger.bp5-active, .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-danger:active, .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-danger.bp5-active{
  background:rgba(205, 66, 70, 0.3);
  color:#8e292c;
}
.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-danger:disabled, .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-danger.bp5-disabled, .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-danger:disabled, .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-danger.bp5-disabled{
  background:none;
  color:rgba(172, 47, 51, 0.5);
}
.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-danger:disabled.bp5-active, .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-danger.bp5-disabled.bp5-active, .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-danger:disabled.bp5-active, .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-danger.bp5-disabled.bp5-active{
  background:rgba(205, 66, 70, 0.3);
}
.bp5-button-group.bp5-minimal .bp5-button.bp5-intent-danger .bp5-button-spinner .bp5-spinner-head, .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-danger .bp5-button-spinner .bp5-spinner-head{
  stroke:#ac2f33;
}
.bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-danger, .bp5-dark .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-danger{
  color:#fa999c;
}
.bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-danger:hover, .bp5-dark .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-danger:hover{
  background:rgba(205, 66, 70, 0.2);
  color:#fa999c;
}
.bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-danger:active, .bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-danger.bp5-active, .bp5-dark .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-danger:active, .bp5-dark .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-danger.bp5-active{
  background:rgba(205, 66, 70, 0.3);
  color:#ffa1a4;
}
.bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-danger:disabled, .bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-danger.bp5-disabled, .bp5-dark .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-danger:disabled, .bp5-dark .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-danger.bp5-disabled{
  background:none;
  color:rgba(250, 153, 156, 0.5);
}
.bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-danger:disabled.bp5-active, .bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-danger.bp5-disabled.bp5-active, .bp5-dark .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-danger:disabled.bp5-active, .bp5-dark .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-danger.bp5-disabled.bp5-active{
  background:rgba(205, 66, 70, 0.3);
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-button-group.bp5-minimal:not(:first-child), .bp5-button-group.bp5-outlined:not(:first-child){
    border-bottom-left-radius:0;
    border-left:none;
    border-top-left-radius:0;
  }
  .bp5-button-group.bp5-minimal:not(:last-child), .bp5-button-group.bp5-outlined:not(:last-child){
    border-bottom-right-radius:0;
    border-top-right-radius:0;
    margin-right:-1px;
  }
}
.bp5-button-group.bp5-outlined > .bp5-button{
  border:1px solid rgba(28, 33, 39, 0.2);
  box-sizing:border-box;
}
.bp5-button-group.bp5-outlined > .bp5-button:disabled, .bp5-button-group.bp5-outlined > .bp5-button.bp5-disabled, .bp5-button-group.bp5-outlined > .bp5-button:disabled:hover, .bp5-button-group.bp5-outlined > .bp5-button.bp5-disabled:hover{
  border-color:rgba(95, 107, 124, 0.1);
}
.bp5-dark .bp5-button-group.bp5-outlined > .bp5-button{
  border-color:rgba(255, 255, 255, 0.4);
}
.bp5-dark .bp5-button-group.bp5-outlined > .bp5-button:disabled, .bp5-dark .bp5-button-group.bp5-outlined > .bp5-button:disabled:hover, .bp5-dark .bp5-button-group.bp5-outlined > .bp5-button.bp5-disabled, .bp5-dark .bp5-button-group.bp5-outlined > .bp5-button.bp5-disabled:hover{
  border-color:rgba(255, 255, 255, 0.2);
}
.bp5-button-group.bp5-outlined > .bp5-button.bp5-intent-primary{
  border-color:rgba(33, 93, 176, 0.6);
}
.bp5-button-group.bp5-outlined > .bp5-button.bp5-intent-primary:disabled, .bp5-button-group.bp5-outlined > .bp5-button.bp5-intent-primary.bp5-disabled{
  border-color:rgba(33, 93, 176, 0.2);
}
.bp5-dark .bp5-button-group.bp5-outlined > .bp5-button.bp5-intent-primary{
  border-color:rgba(138, 187, 255, 0.6);
}
.bp5-dark .bp5-button-group.bp5-outlined > .bp5-button.bp5-intent-primary:disabled, .bp5-dark .bp5-button-group.bp5-outlined > .bp5-button.bp5-intent-primary.bp5-disabled{
  border-color:rgba(138, 187, 255, 0.2);
}
.bp5-button-group.bp5-outlined > .bp5-button.bp5-intent-success{
  border-color:rgba(28, 110, 66, 0.6);
}
.bp5-button-group.bp5-outlined > .bp5-button.bp5-intent-success:disabled, .bp5-button-group.bp5-outlined > .bp5-button.bp5-intent-success.bp5-disabled{
  border-color:rgba(28, 110, 66, 0.2);
}
.bp5-dark .bp5-button-group.bp5-outlined > .bp5-button.bp5-intent-success{
  border-color:rgba(114, 202, 155, 0.6);
}
.bp5-dark .bp5-button-group.bp5-outlined > .bp5-button.bp5-intent-success:disabled, .bp5-dark .bp5-button-group.bp5-outlined > .bp5-button.bp5-intent-success.bp5-disabled{
  border-color:rgba(114, 202, 155, 0.2);
}
.bp5-button-group.bp5-outlined > .bp5-button.bp5-intent-warning{
  border-color:rgba(147, 86, 16, 0.6);
}
.bp5-button-group.bp5-outlined > .bp5-button.bp5-intent-warning:disabled, .bp5-button-group.bp5-outlined > .bp5-button.bp5-intent-warning.bp5-disabled{
  border-color:rgba(147, 86, 16, 0.2);
}
.bp5-dark .bp5-button-group.bp5-outlined > .bp5-button.bp5-intent-warning{
  border-color:rgba(251, 179, 96, 0.6);
}
.bp5-dark .bp5-button-group.bp5-outlined > .bp5-button.bp5-intent-warning:disabled, .bp5-dark .bp5-button-group.bp5-outlined > .bp5-button.bp5-intent-warning.bp5-disabled{
  border-color:rgba(251, 179, 96, 0.2);
}
.bp5-button-group.bp5-outlined > .bp5-button.bp5-intent-danger{
  border-color:rgba(172, 47, 51, 0.6);
}
.bp5-button-group.bp5-outlined > .bp5-button.bp5-intent-danger:disabled, .bp5-button-group.bp5-outlined > .bp5-button.bp5-intent-danger.bp5-disabled{
  border-color:rgba(172, 47, 51, 0.2);
}
.bp5-dark .bp5-button-group.bp5-outlined > .bp5-button.bp5-intent-danger{
  border-color:rgba(250, 153, 156, 0.6);
}
.bp5-dark .bp5-button-group.bp5-outlined > .bp5-button.bp5-intent-danger:disabled, .bp5-dark .bp5-button-group.bp5-outlined > .bp5-button.bp5-intent-danger.bp5-disabled{
  border-color:rgba(250, 153, 156, 0.2);
}
.bp5-button-group.bp5-outlined:not(.bp5-vertical) > .bp5-button:not(:last-child){
  border-right:none;
}
.bp5-button-group .bp5-popover-wrapper,
.bp5-button-group .bp5-popover-target{
  display:flex;
  flex:1 1 auto;
}
.bp5-button-group.bp5-fill{
  display:flex;
  width:100%;
}
.bp5-button-group .bp5-button.bp5-fill, .bp5-button-group.bp5-fill .bp5-button:not(.bp5-fixed){
  flex:1 1 auto;
}
.bp5-button-group.bp5-vertical{
  align-items:stretch;
  flex-direction:column;
  vertical-align:top;
}
.bp5-button-group.bp5-vertical.bp5-fill{
  height:100%;
  width:unset;
}
.bp5-button-group.bp5-vertical .bp5-button{
  margin-right:0 !important;
  width:100%;
}
.bp5-button-group.bp5-vertical:not(.bp5-minimal) > .bp5-popover-wrapper:first-child .bp5-button,
.bp5-button-group.bp5-vertical:not(.bp5-minimal) > .bp5-button:first-child, .bp5-button-group.bp5-vertical.bp5-outlined > .bp5-popover-wrapper:first-child .bp5-button,
.bp5-button-group.bp5-vertical.bp5-outlined > .bp5-button:first-child{
  border-radius:2px 2px 0 0;
}
.bp5-button-group.bp5-vertical:not(.bp5-minimal) > .bp5-popover-wrapper:last-child .bp5-button,
.bp5-button-group.bp5-vertical:not(.bp5-minimal) > .bp5-button:last-child, .bp5-button-group.bp5-vertical.bp5-outlined > .bp5-popover-wrapper:last-child .bp5-button,
.bp5-button-group.bp5-vertical.bp5-outlined > .bp5-button:last-child{
  border-radius:0 0 2px 2px;
}
.bp5-button-group.bp5-vertical:not(.bp5-minimal):not(.bp5-outlined) > .bp5-popover-wrapper:not(:last-child) .bp5-button,
.bp5-button-group.bp5-vertical:not(.bp5-minimal):not(.bp5-outlined) > .bp5-button:not(:last-child){
  margin-bottom:-1px;
}
.bp5-button-group.bp5-vertical.bp5-outlined > .bp5-button:not(:last-child){
  border-bottom:none;
}
.bp5-button-group.bp5-align-left .bp5-button{
  text-align:left;
}
.bp5-callout{
  font-size:14px;
  line-height:1.5;
  background-color:rgba(143, 153, 168, 0.15);
  border-radius:2px;
  padding:15px;
  position:relative;
  width:100%;
}
.bp5-callout[class*=bp5-icon-]{
  padding-left:38px;
}
.bp5-callout[class*=bp5-icon-]::before{
  font-family:"blueprint-icons-16", sans-serif;
  font-size:16px;
  font-style:normal;
  font-variant:normal;
  font-weight:400;
  height:16px;
  line-height:1;
  width:16px;
  -moz-osx-font-smoothing:grayscale;
  -webkit-font-smoothing:antialiased;
  color:#5f6b7c;
  left:15px;
  position:absolute;
  top:17px;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-callout{
    border:1px solid buttonborder;
  }
}
.bp5-callout.bp5-callout-icon{
  padding-left:38px;
}
.bp5-callout.bp5-callout-icon > .bp5-icon:first-child{
  color:#5f6b7c;
  left:15px;
  position:absolute;
  top:17px;
}
.bp5-callout .bp5-heading{
  line-height:16px;
  margin-bottom:0;
  margin-top:2px;
}
.bp5-callout.bp5-callout-has-body-content .bp5-heading{
  margin-bottom:5px;
}
.bp5-callout.bp5-compact{
  padding:10px;
}
.bp5-callout.bp5-compact.bp5-callout-icon{
  padding-left:33px;
}
.bp5-callout.bp5-compact.bp5-callout-icon > .bp5-icon:first-child{
  left:10px;
  top:12px;
}
.bp5-dark .bp5-callout{
  background-color:rgba(143, 153, 168, 0.2);
}
.bp5-dark .bp5-callout[class*=bp5-icon-]::before, .bp5-dark .bp5-callout.bp5-callout-icon > .bp5-icon:first-child{
  color:#abb3bf;
}
.bp5-callout.bp5-intent-primary{
  background-color:rgba(45, 114, 210, 0.1);
  color:#215db0;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-callout.bp5-intent-primary{
    border:1px solid buttonborder;
  }
}
.bp5-callout.bp5-intent-primary[class*=bp5-icon-]::before,
.bp5-callout.bp5-intent-primary > .bp5-icon:first-child,
.bp5-callout.bp5-intent-primary .bp5-heading{
  color:#215db0;
}
.bp5-dark .bp5-callout.bp5-intent-primary{
  background-color:rgba(45, 114, 210, 0.2);
  color:#8abbff;
}
.bp5-dark .bp5-callout.bp5-intent-primary[class*=bp5-icon-]::before,
.bp5-dark .bp5-callout.bp5-intent-primary > .bp5-icon:first-child,
.bp5-dark .bp5-callout.bp5-intent-primary .bp5-heading{
  color:#8abbff;
}
.bp5-callout.bp5-intent-success{
  background-color:rgba(35, 133, 81, 0.1);
  color:#1c6e42;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-callout.bp5-intent-success{
    border:1px solid buttonborder;
  }
}
.bp5-callout.bp5-intent-success[class*=bp5-icon-]::before,
.bp5-callout.bp5-intent-success > .bp5-icon:first-child,
.bp5-callout.bp5-intent-success .bp5-heading{
  color:#1c6e42;
}
.bp5-dark .bp5-callout.bp5-intent-success{
  background-color:rgba(35, 133, 81, 0.2);
  color:#72ca9b;
}
.bp5-dark .bp5-callout.bp5-intent-success[class*=bp5-icon-]::before,
.bp5-dark .bp5-callout.bp5-intent-success > .bp5-icon:first-child,
.bp5-dark .bp5-callout.bp5-intent-success .bp5-heading{
  color:#72ca9b;
}
.bp5-callout.bp5-intent-warning{
  background-color:rgba(200, 118, 25, 0.1);
  color:#935610;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-callout.bp5-intent-warning{
    border:1px solid buttonborder;
  }
}
.bp5-callout.bp5-intent-warning[class*=bp5-icon-]::before,
.bp5-callout.bp5-intent-warning > .bp5-icon:first-child,
.bp5-callout.bp5-intent-warning .bp5-heading{
  color:#935610;
}
.bp5-dark .bp5-callout.bp5-intent-warning{
  background-color:rgba(200, 118, 25, 0.2);
  color:#fbb360;
}
.bp5-dark .bp5-callout.bp5-intent-warning[class*=bp5-icon-]::before,
.bp5-dark .bp5-callout.bp5-intent-warning > .bp5-icon:first-child,
.bp5-dark .bp5-callout.bp5-intent-warning .bp5-heading{
  color:#fbb360;
}
.bp5-callout.bp5-intent-danger{
  background-color:rgba(205, 66, 70, 0.1);
  color:#ac2f33;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-callout.bp5-intent-danger{
    border:1px solid buttonborder;
  }
}
.bp5-callout.bp5-intent-danger[class*=bp5-icon-]::before,
.bp5-callout.bp5-intent-danger > .bp5-icon:first-child,
.bp5-callout.bp5-intent-danger .bp5-heading{
  color:#ac2f33;
}
.bp5-dark .bp5-callout.bp5-intent-danger{
  background-color:rgba(205, 66, 70, 0.2);
  color:#fa999c;
}
.bp5-dark .bp5-callout.bp5-intent-danger[class*=bp5-icon-]::before,
.bp5-dark .bp5-callout.bp5-intent-danger > .bp5-icon:first-child,
.bp5-dark .bp5-callout.bp5-intent-danger .bp5-heading{
  color:#fa999c;
}
.bp5-callout.bp5-intent-primary a{
  text-decoration:underline;
}
.bp5-callout.bp5-intent-primary a:hover{
  color:#184a90;
}
.bp5-dark .bp5-callout.bp5-intent-primary a:hover{
  color:#99c4ff;
}
.bp5-running-text .bp5-callout{
  margin:20px 0;
}
.bp5-card{
  background-color:#ffffff;
  border-radius:2px;
  box-shadow:0 0 0 1px rgba(17, 20, 24, 0.15);
  padding:20px;
  transition:transform 200ms cubic-bezier(0.4, 1, 0.75, 0.9), box-shadow 200ms cubic-bezier(0.4, 1, 0.75, 0.9);
}
.bp5-card.bp5-dark, .bp5-dark .bp5-card{
  background-color:#2f343c;
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-card{
    border:1px solid buttonborder;
    box-shadow:none;
  }
}

.bp5-elevation-0{
  box-shadow:0 0 0 1px rgba(17, 20, 24, 0.15);
}
.bp5-elevation-0.bp5-dark, .bp5-dark .bp5-elevation-0{
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-elevation-0{
    border:1px solid buttonborder;
  }
}

.bp5-elevation-1{
  box-shadow:0 0 0 1px rgba(17, 20, 24, 0.1), 0 1px 1px rgba(17, 20, 24, 0.2);
}
.bp5-elevation-1.bp5-dark, .bp5-dark .bp5-elevation-1{
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 1px 1px 0 rgba(17, 20, 24, 0.4);
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-elevation-1{
    border:1px solid buttonborder;
  }
}

.bp5-elevation-2{
  box-shadow:0 0 0 1px rgba(17, 20, 24, 0.1), 0 1px 1px rgba(17, 20, 24, 0.2), 0 2px 6px rgba(17, 20, 24, 0.2);
}
.bp5-elevation-2.bp5-dark, .bp5-dark .bp5-elevation-2{
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 1px 1px rgba(17, 20, 24, 0.4), 0 2px 6px rgba(17, 20, 24, 0.4);
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-elevation-2{
    border:1px solid buttonborder;
  }
}

.bp5-elevation-3{
  box-shadow:0 0 0 1px rgba(17, 20, 24, 0.1), 0 2px 4px rgba(17, 20, 24, 0.2), 0 8px 24px rgba(17, 20, 24, 0.2);
}
.bp5-elevation-3.bp5-dark, .bp5-dark .bp5-elevation-3{
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 2px 4px rgba(17, 20, 24, 0.4), 0 8px 24px rgba(17, 20, 24, 0.4);
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-elevation-3{
    border:1px solid buttonborder;
  }
}

.bp5-elevation-4{
  box-shadow:0 0 0 1px rgba(17, 20, 24, 0.1), 0 4px 8px rgba(17, 20, 24, 0.2), 0 18px 46px 6px rgba(17, 20, 24, 0.2);
}
.bp5-elevation-4.bp5-dark, .bp5-dark .bp5-elevation-4{
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 4px 8px rgba(17, 20, 24, 0.4), 0 18px 46px 6px rgba(17, 20, 24, 0.4);
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-elevation-4{
    border:1px solid buttonborder;
  }
}

.bp5-card.bp5-compact{
  padding:15px;
}

.bp5-card.bp5-interactive:hover{
  box-shadow:0 0 0 1px rgba(17, 20, 24, 0.1), 0 2px 4px rgba(17, 20, 24, 0.2), 0 8px 24px rgba(17, 20, 24, 0.2);
  cursor:pointer;
}
.bp5-card.bp5-interactive:hover.bp5-dark, .bp5-dark .bp5-card.bp5-interactive:hover{
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 2px 4px rgba(17, 20, 24, 0.4), 0 8px 24px rgba(17, 20, 24, 0.4);
}
.bp5-card.bp5-interactive.bp5-selected{
  box-shadow:0 0 0 3px rgba(76, 144, 240, 0.2), 0 0 0 1px #4c90f0;
}
.bp5-card.bp5-interactive.bp5-selected.bp5-dark, .bp5-dark .bp5-card.bp5-interactive.bp5-selected{
  box-shadow:0 0 0 3px rgba(138, 187, 255, 0.4), 0 0 0 1px #8abbff;
}
.bp5-card.bp5-interactive:active{
  box-shadow:0 0 0 1px rgba(17, 20, 24, 0.1), 0 1px 1px rgba(17, 20, 24, 0.2);
  transition-duration:0;
}
.bp5-card.bp5-interactive:active.bp5-dark, .bp5-dark .bp5-card.bp5-interactive:active{
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 1px 1px 0 rgba(17, 20, 24, 0.4);
}
.bp5-card-list{
  overflow:auto;
  padding:0;
  width:100%;
}
.bp5-card-list > .bp5-card{
  align-items:center;
  border-radius:0;
  box-shadow:none;
  display:flex;
  min-height:51px;
  padding:10px 20px;
}
.bp5-card-list > .bp5-card.bp5-interactive:hover, .bp5-card-list > .bp5-card.bp5-interactive:active{
  background-color:#f6f7f9;
  box-shadow:none;
}
.bp5-dark .bp5-card-list > .bp5-card.bp5-interactive:hover, .bp5-dark .bp5-card-list > .bp5-card.bp5-interactive:active{
  background-color:#383e47;
}
.bp5-card-list > .bp5-card.bp5-selected{
  background-color:#edeff2;
  box-shadow:none;
}
.bp5-dark .bp5-card-list > .bp5-card.bp5-selected{
  background-color:#404854;
  box-shadow:none;
}
.bp5-card-list > .bp5-card:not(:last-child){
  border-bottom:1px solid rgba(17, 20, 24, 0.1);
}
.bp5-dark .bp5-card-list > .bp5-card:not(:last-child){
  border-color:rgba(255, 255, 255, 0.1);
}
.bp5-card-list.bp5-compact{
  padding:0;
}
.bp5-card-list.bp5-compact > .bp5-card{
  min-height:45px;
  padding:7px 15px;
}
.bp5-dark .bp5-card-list{
  padding:1px;
}
.bp5-card-list:not(.bp5-card-list-bordered){
  border-radius:0;
  box-shadow:none;
}
.bp5-dark .bp5-card-list:not(.bp5-card-list-bordered){
  margin:1px;
  width:calc(100% - 2px);
}
.bp5-collapse{
  height:0;
  overflow-y:hidden;
  transition:height 200ms cubic-bezier(0.4, 1, 0.75, 0.9);
}
.bp5-collapse .bp5-collapse-body{
  transition:transform 200ms cubic-bezier(0.4, 1, 0.75, 0.9);
}
.bp5-collapse .bp5-collapse-body[aria-hidden=true]{
  display:none;
}
.bp5-context-menu-virtual-target{
  position:fixed;
}
.bp5-card.bp5-control-card, .bp5-card-list > .bp5-card.bp5-control-card{
  min-height:auto;
  padding:0;
}

.bp5-control-card .bp5-control.bp5-control.bp5-control{
  align-items:flex-start;
  display:flex;
  gap:10px;
  margin:0;
  padding:20px;
  width:100%;
}
.bp5-control-card .bp5-control.bp5-control.bp5-control.bp5-align-left{
  flex-direction:row;
  justify-content:flex-start;
}
.bp5-control-card .bp5-control.bp5-control.bp5-control.bp5-align-right{
  flex-direction:row-reverse;
  justify-content:space-between;
}
.bp5-card-list .bp5-control-card .bp5-control.bp5-control.bp5-control{
  padding:20px;
}
.bp5-card-list.bp5-compact .bp5-control-card .bp5-control.bp5-control.bp5-control{
  padding:15px;
}
.bp5-control-card .bp5-control.bp5-control.bp5-control .bp5-control-indicator{
  margin:0;
}
.bp5-control-card.bp5-compact .bp5-control.bp5-control.bp5-control{
  padding:15px;
}
.bp5-divider{
  border-bottom:1px solid rgba(17, 20, 24, 0.15);
  border-right:1px solid rgba(17, 20, 24, 0.15);
  margin:5px;
}
.bp5-dark .bp5-divider{
  border-color:rgba(255, 255, 255, 0.2);
}
.bp5-dialog-container{
  opacity:1;
  transform:scale(1);
  align-items:center;
  display:flex;
  justify-content:center;
  min-height:100%;
  pointer-events:none;
  -webkit-user-select:none;
     -moz-user-select:none;
          user-select:none;
  width:100%;
}
.bp5-dialog-container.bp5-overlay-enter > .bp5-dialog, .bp5-dialog-container.bp5-overlay-appear > .bp5-dialog{
  opacity:0;
  transform:scale(0.5);
}
.bp5-dialog-container.bp5-overlay-enter-active > .bp5-dialog, .bp5-dialog-container.bp5-overlay-appear-active > .bp5-dialog{
  opacity:1;
  transform:scale(1);
  transition-delay:0;
  transition-duration:300ms;
  transition-property:opacity, transform;
  transition-timing-function:cubic-bezier(0.54, 1.12, 0.38, 1.11);
}
.bp5-dialog-container.bp5-overlay-exit > .bp5-dialog{
  opacity:1;
  transform:scale(1);
}
.bp5-dialog-container.bp5-overlay-exit-active > .bp5-dialog{
  opacity:0;
  transform:scale(0.5);
  transition-delay:0;
  transition-duration:300ms;
  transition-property:opacity, transform;
  transition-timing-function:cubic-bezier(0.54, 1.12, 0.38, 1.11);
}

.bp5-dialog{
  background:#f6f7f9;
  border-radius:4px;
  box-shadow:0 0 0 1px rgba(17, 20, 24, 0.1), 0 2px 4px rgba(17, 20, 24, 0.2), 0 8px 24px rgba(17, 20, 24, 0.2);
  display:flex;
  flex-direction:column;
  margin:30px 0;
  pointer-events:all;
  -webkit-user-select:text;
     -moz-user-select:text;
          user-select:text;
  width:500px;
}
.bp5-dialog:focus{
  outline:0;
}
.bp5-dialog.bp5-dark, .bp5-dark .bp5-dialog{
  background:#252a31;
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 2px 4px rgba(17, 20, 24, 0.4), 0 8px 24px rgba(17, 20, 24, 0.4);
  color:#f6f7f9;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-dialog{
    border:1px solid buttonborder;
  }
}

.bp5-dialog-header{
  align-items:center;
  background:#ffffff;
  border-radius:4px 4px 0 0;
  box-shadow:0 1px 0 rgba(17, 20, 24, 0.15);
  display:flex;
  flex:0 0 auto;
  min-height:40px;
  padding:5px;
  padding-left:15px;
  z-index:0;
}
.bp5-dialog-header .bp5-icon-large,
.bp5-dialog-header .bp5-icon{
  color:#5f6b7c;
  flex:0 0 auto;
  margin-left:-3px;
  margin-right:7.5px;
}
.bp5-dialog-header .bp5-heading{
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  word-wrap:normal;
  flex:1 1 auto;
  line-height:inherit;
  margin:0;
}
.bp5-dialog-header .bp5-heading:last-child{
  margin-right:15px;
}
.bp5-dark .bp5-dialog-header{
  background:#2f343c;
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}
.bp5-dark .bp5-dialog-header .bp5-icon-large,
.bp5-dark .bp5-dialog-header .bp5-icon{
  color:#abb3bf;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-dialog-header{
    border-bottom:1px solid buttonborder;
  }
}

.bp5-dialog-body{
  flex:1 1 auto;
  margin:15px;
}

.bp5-dialog-body-scroll-container{
  margin:0;
  max-height:70vh;
  overflow:auto;
  padding:15px;
}

.bp5-dialog-footer{
  flex:0 0 auto;
  margin:15px;
}

.bp5-dialog-footer-fixed{
  align-items:center;
  background-color:#ffffff;
  border-radius:0 0 4px 4px;
  border-top:1px solid rgba(17, 20, 24, 0.15);
  display:flex;
  gap:15px;
  justify-content:space-between;
  margin:0;
  padding:10px 10px 10px 15px;
}
.bp5-dark .bp5-dialog-footer-fixed{
  background:#383e47;
  border-top:1px solid rgba(255, 255, 255, 0.2);
}

.bp5-dialog-footer-main-section{
  flex:1 1 auto;
}

.bp5-dialog-footer-actions{
  display:flex;
  justify-content:flex-end;
}
.bp5-dialog-footer-actions .bp5-button{
  margin-left:10px;
}
.bp5-multistep-dialog-panels{
  display:flex;
}
.bp5-multistep-dialog-panels:first-child .bp5-dialog-step-container:first-child{
  border-radius:4px 0 0 0;
}
.bp5-multistep-dialog-panels:first-child .bp5-multistep-dialog-right-panel{
  border-top-right-radius:4px;
}
.bp5-multistep-dialog-nav-top .bp5-multistep-dialog-panels{
  flex-direction:column;
}
.bp5-multistep-dialog-nav-top .bp5-multistep-dialog-panels:first-child .bp5-dialog-step-container:first-child{
  border-radius:4px 0 0 0;
}
.bp5-multistep-dialog-nav-top .bp5-multistep-dialog-panels:first-child .bp5-dialog-step-container:last-child{
  border-radius:0 4px 0 0;
}
.bp5-multistep-dialog-nav-top .bp5-multistep-dialog-panels .bp5-multistep-dialog-left-panel{
  flex-direction:row;
}
.bp5-multistep-dialog-nav-top .bp5-multistep-dialog-panels .bp5-dialog-step-container{
  flex-grow:1;
}
.bp5-multistep-dialog-nav-top .bp5-multistep-dialog-panels .bp5-dialog-step-container:not(:first-child){
  border-left:1px solid rgba(17, 20, 24, 0.15);
}
.bp5-dark .bp5-multistep-dialog-nav-top .bp5-multistep-dialog-panels .bp5-dialog-step-container{
  border-color:rgba(17, 20, 24, 0.4);
}
.bp5-multistep-dialog-nav-top .bp5-multistep-dialog-panels .bp5-multistep-dialog-right-panel{
  border-left:none;
}
.bp5-multistep-dialog-nav-top .bp5-multistep-dialog-panels .bp5-multistep-dialog-right-panel,
.bp5-multistep-dialog-nav-top .bp5-multistep-dialog-panels .bp5-multistep-dialog-footer{
  border-radius:0 0 4px 4px;
}
.bp5-multistep-dialog-nav-right .bp5-multistep-dialog-panels{
  flex-direction:row-reverse;
}
.bp5-multistep-dialog-nav-right .bp5-multistep-dialog-panels:first-child .bp5-multistep-dialog-right-panel{
  border-radius:4px 0 0 4px;
}
.bp5-multistep-dialog-nav-right .bp5-multistep-dialog-panels:first-child .bp5-dialog-step-container:first-child{
  border-radius:0 4px 0 0;
}
.bp5-multistep-dialog-nav-right .bp5-multistep-dialog-panels .bp5-multistep-dialog-left-panel{
  border-radius:0 0 4px 0;
}
.bp5-multistep-dialog-nav-right .bp5-multistep-dialog-panels .bp5-multistep-dialog-right-panel{
  border-left:none;
  border-radius:4px 0 0 4px;
  border-right:1px solid rgba(17, 20, 24, 0.15);
}
.bp5-dark .bp5-multistep-dialog-nav-right .bp5-multistep-dialog-panels .bp5-multistep-dialog-right-panel{
  border-color:rgba(17, 20, 24, 0.4);
}
.bp5-multistep-dialog-nav-right .bp5-multistep-dialog-panels .bp5-dialog-footer{
  border-bottom-left-radius:0;
}

.bp5-multistep-dialog-left-panel{
  display:flex;
  flex:1;
  flex-direction:column;
}
.bp5-dark .bp5-multistep-dialog-left-panel{
  background:#252a31;
  border-bottom:1px solid rgba(255, 255, 255, 0.2);
  border-bottom-left-radius:4px;
  border-left:1px solid rgba(255, 255, 255, 0.2);
}

.bp5-multistep-dialog-right-panel{
  background-color:#f6f7f9;
  border-left:1px solid rgba(17, 20, 24, 0.15);
  border-radius:0 0 4px 0;
  flex:3;
  min-width:0;
}
.bp5-dark .bp5-multistep-dialog-right-panel{
  background-color:#2f343c;
  border-bottom:1px solid rgba(255, 255, 255, 0.2);
  border-bottom-right-radius:4px;
  border-left:1px solid rgba(255, 255, 255, 0.2);
  border-right:1px solid rgba(255, 255, 255, 0.2);
}

.bp5-dialog-step-container{
  background-color:#f6f7f9;
  border-bottom:1px solid rgba(17, 20, 24, 0.15);
}
.bp5-dark .bp5-dialog-step-container{
  background:#2f343c;
  border-bottom:1px solid rgba(255, 255, 255, 0.2);
}
.bp5-dialog-step-container.bp5-dialog-step-viewed{
  background-color:#ffffff;
}
.bp5-dark .bp5-dialog-step-container.bp5-dialog-step-viewed{
  background:#383e47;
}

.bp5-dialog-step{
  align-items:center;
  border-radius:4px;
  cursor:not-allowed;
  display:flex;
  margin:4px;
  padding:6px 14px;
}
.bp5-dark .bp5-dialog-step{
  background:#2f343c;
}
.bp5-dialog-step-viewed .bp5-dialog-step{
  background-color:#ffffff;
  cursor:pointer;
}
.bp5-dark .bp5-dialog-step-viewed .bp5-dialog-step{
  background:#383e47;
}
.bp5-dialog-step:hover{
  background-color:#f6f7f9;
}
.bp5-dark .bp5-dialog-step:hover{
  background:#2f343c;
}

.bp5-dialog-step-icon{
  align-items:center;
  background-color:rgba(95, 107, 124, 0.6);
  border-radius:50%;
  color:#ffffff;
  display:flex;
  height:25px;
  justify-content:center;
  width:25px;
}
.bp5-dark .bp5-dialog-step-icon{
  background-color:rgba(171, 179, 191, 0.6);
}
.bp5-active.bp5-dialog-step-viewed .bp5-dialog-step-icon{
  background-color:#4c90f0;
}
.bp5-dialog-step-viewed .bp5-dialog-step-icon{
  background-color:#8f99a8;
}

.bp5-dialog-step-title{
  color:rgba(95, 107, 124, 0.6);
  flex:1;
  padding-left:10px;
}
.bp5-dark .bp5-dialog-step-title{
  color:rgba(171, 179, 191, 0.6);
}
.bp5-active.bp5-dialog-step-viewed .bp5-dialog-step-title{
  color:#4c90f0;
}
.bp5-dialog-step-viewed:not(.bp5-active) .bp5-dialog-step-title{
  color:#1c2127;
}
.bp5-dark .bp5-dialog-step-viewed:not(.bp5-active) .bp5-dialog-step-title{
  color:#f6f7f9;
}
.bp5-drawer{
  background:#ffffff;
  box-shadow:0 0 0 1px rgba(17, 20, 24, 0.1), 0 4px 8px rgba(17, 20, 24, 0.2), 0 18px 46px 6px rgba(17, 20, 24, 0.2);
  display:flex;
  flex-direction:column;
  margin:0;
  padding:0;
}
.bp5-drawer:focus{
  outline:0;
}
.bp5-drawer.bp5-position-top{
  height:50%;
  left:0;
  right:0;
  top:0;
}
.bp5-drawer.bp5-position-top.bp5-overlay-enter, .bp5-drawer.bp5-position-top.bp5-overlay-appear{
  transform:translateY(-100%);
}
.bp5-drawer.bp5-position-top.bp5-overlay-enter-active, .bp5-drawer.bp5-position-top.bp5-overlay-appear-active{
  transform:translateY(0);
  transition-delay:0;
  transition-duration:200ms;
  transition-property:transform;
  transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9);
}
.bp5-drawer.bp5-position-top.bp5-overlay-exit{
  transform:translateY(0);
}
.bp5-drawer.bp5-position-top.bp5-overlay-exit-active{
  transform:translateY(-100%);
  transition-delay:0;
  transition-duration:100ms;
  transition-property:transform;
  transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9);
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-drawer.bp5-position-top{
    border-bottom:1px solid buttonborder;
  }
}
.bp5-drawer.bp5-position-bottom{
  bottom:0;
  height:50%;
  left:0;
  right:0;
}
.bp5-drawer.bp5-position-bottom.bp5-overlay-enter, .bp5-drawer.bp5-position-bottom.bp5-overlay-appear{
  transform:translateY(100%);
}
.bp5-drawer.bp5-position-bottom.bp5-overlay-enter-active, .bp5-drawer.bp5-position-bottom.bp5-overlay-appear-active{
  transform:translateY(0);
  transition-delay:0;
  transition-duration:200ms;
  transition-property:transform;
  transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9);
}
.bp5-drawer.bp5-position-bottom.bp5-overlay-exit{
  transform:translateY(0);
}
.bp5-drawer.bp5-position-bottom.bp5-overlay-exit-active{
  transform:translateY(100%);
  transition-delay:0;
  transition-duration:100ms;
  transition-property:transform;
  transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9);
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-drawer.bp5-position-bottom{
    border-top:1px solid buttonborder;
  }
}
.bp5-drawer.bp5-position-left{
  bottom:0;
  left:0;
  top:0;
  width:50%;
}
.bp5-drawer.bp5-position-left.bp5-overlay-enter, .bp5-drawer.bp5-position-left.bp5-overlay-appear{
  transform:translateX(-100%);
}
.bp5-drawer.bp5-position-left.bp5-overlay-enter-active, .bp5-drawer.bp5-position-left.bp5-overlay-appear-active{
  transform:translateX(0);
  transition-delay:0;
  transition-duration:200ms;
  transition-property:transform;
  transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9);
}
.bp5-drawer.bp5-position-left.bp5-overlay-exit{
  transform:translateX(0);
}
.bp5-drawer.bp5-position-left.bp5-overlay-exit-active{
  transform:translateX(-100%);
  transition-delay:0;
  transition-duration:100ms;
  transition-property:transform;
  transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9);
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-drawer.bp5-position-left{
    border-right:1px solid buttonborder;
  }
}
.bp5-drawer.bp5-position-right{
  bottom:0;
  right:0;
  top:0;
  width:50%;
}
.bp5-drawer.bp5-position-right.bp5-overlay-enter, .bp5-drawer.bp5-position-right.bp5-overlay-appear{
  transform:translateX(100%);
}
.bp5-drawer.bp5-position-right.bp5-overlay-enter-active, .bp5-drawer.bp5-position-right.bp5-overlay-appear-active{
  transform:translateX(0);
  transition-delay:0;
  transition-duration:200ms;
  transition-property:transform;
  transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9);
}
.bp5-drawer.bp5-position-right.bp5-overlay-exit{
  transform:translateX(0);
}
.bp5-drawer.bp5-position-right.bp5-overlay-exit-active{
  transform:translateX(100%);
  transition-delay:0;
  transition-duration:100ms;
  transition-property:transform;
  transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9);
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-drawer.bp5-position-right{
    border-left:1px solid buttonborder;
  }
}
.bp5-drawer.bp5-dark, .bp5-dark .bp5-drawer{
  background:#383e47;
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 2px 4px rgba(17, 20, 24, 0.4), 0 8px 24px rgba(17, 20, 24, 0.4);
  color:#f6f7f9;
}

.bp5-drawer-header{
  align-items:center;
  border-radius:0;
  box-shadow:0 1px 0 rgba(17, 20, 24, 0.15);
  display:flex;
  flex:0 0 auto;
  min-height:40px;
  padding:5px;
  padding-left:20px;
  position:relative;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-drawer-header{
    border-bottom:1px solid buttonborder;
  }
}
.bp5-drawer-header .bp5-icon-large,
.bp5-drawer-header .bp5-icon{
  color:#5f6b7c;
  flex:0 0 auto;
  margin-right:10px;
}
.bp5-drawer-header .bp5-heading{
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  word-wrap:normal;
  flex:1 1 auto;
  line-height:inherit;
  margin:0;
}
.bp5-drawer-header .bp5-heading:last-child{
  margin-right:20px;
}
.bp5-dark .bp5-drawer-header{
  box-shadow:0 1px 0 rgba(17, 20, 24, 0.4);
}
.bp5-dark .bp5-drawer-header .bp5-icon-large,
.bp5-dark .bp5-drawer-header .bp5-icon{
  color:#abb3bf;
}

.bp5-drawer-body{
  flex:1 1 auto;
  line-height:18px;
  overflow:auto;
}

.bp5-drawer-footer{
  box-shadow:inset 0 1px 0 rgba(17, 20, 24, 0.15);
  flex:0 0 auto;
  padding:10px 20px;
  position:relative;
}
.bp5-dark .bp5-drawer-footer{
  box-shadow:inset 0 1px 0 rgba(17, 20, 24, 0.4);
}
.bp5-editable-text{
  cursor:text;
  display:inline-block;
  max-width:100%;
  position:relative;
  vertical-align:top;
  white-space:nowrap;
}
.bp5-editable-text::before{
  bottom:-2px;
  left:-2px;
  position:absolute;
  right:-2px;
  top:-2px;
  border-radius:2px;
  content:"";
  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);
}
.bp5-editable-text:hover::before{
  box-shadow:0 0 0 0 rgba(33, 93, 176, 0), 0 0 0 0 rgba(33, 93, 176, 0), inset 0 0 0 1px rgba(17, 20, 24, 0.15);
}
.bp5-editable-text.bp5-editable-text-editing::before{
  background-color:#ffffff;
  box-shadow:inset 0 0 0 1px rgba(33, 93, 176, 0.752), 0 0 0 1px rgba(33, 93, 176, 0.752), inset 0 1px 1px rgba(17, 20, 24, 0.2);
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-editable-text:not(.bp5-disabled)::before{
    border:1px solid buttonborder;
  }
}
.bp5-editable-text.bp5-intent-primary .bp5-editable-text-input::-moz-placeholder{
  color:#2d72d2;
}
.bp5-editable-text.bp5-intent-primary .bp5-editable-text-content,
.bp5-editable-text.bp5-intent-primary .bp5-editable-text-input,
.bp5-editable-text.bp5-intent-primary .bp5-editable-text-input::placeholder{
  color:#2d72d2;
}
.bp5-editable-text.bp5-intent-primary:hover::before{
  box-shadow:0 0 0 0 rgba(45, 114, 210, 0), 0 0 0 0 rgba(45, 114, 210, 0), inset 0 0 0 1px rgba(45, 114, 210, 0.4);
}
.bp5-editable-text.bp5-intent-primary.bp5-editable-text-editing::before{
  box-shadow:inset 0 0 0 1px rgba(45, 114, 210, 0.752), 0 0 0 1px rgba(45, 114, 210, 0.752), inset 0 1px 1px rgba(17, 20, 24, 0.2);
}
.bp5-editable-text.bp5-intent-success .bp5-editable-text-input::-moz-placeholder{
  color:#238551;
}
.bp5-editable-text.bp5-intent-success .bp5-editable-text-content,
.bp5-editable-text.bp5-intent-success .bp5-editable-text-input,
.bp5-editable-text.bp5-intent-success .bp5-editable-text-input::placeholder{
  color:#238551;
}
.bp5-editable-text.bp5-intent-success:hover::before{
  box-shadow:0 0 0 0 rgba(35, 133, 81, 0), 0 0 0 0 rgba(35, 133, 81, 0), inset 0 0 0 1px rgba(35, 133, 81, 0.4);
}
.bp5-editable-text.bp5-intent-success.bp5-editable-text-editing::before{
  box-shadow:inset 0 0 0 1px rgba(35, 133, 81, 0.752), 0 0 0 1px rgba(35, 133, 81, 0.752), inset 0 1px 1px rgba(17, 20, 24, 0.2);
}
.bp5-editable-text.bp5-intent-warning .bp5-editable-text-input::-moz-placeholder{
  color:#c87619;
}
.bp5-editable-text.bp5-intent-warning .bp5-editable-text-content,
.bp5-editable-text.bp5-intent-warning .bp5-editable-text-input,
.bp5-editable-text.bp5-intent-warning .bp5-editable-text-input::placeholder{
  color:#c87619;
}
.bp5-editable-text.bp5-intent-warning:hover::before{
  box-shadow:0 0 0 0 rgba(200, 118, 25, 0), 0 0 0 0 rgba(200, 118, 25, 0), inset 0 0 0 1px rgba(200, 118, 25, 0.4);
}
.bp5-editable-text.bp5-intent-warning.bp5-editable-text-editing::before{
  box-shadow:inset 0 0 0 1px rgba(200, 118, 25, 0.752), 0 0 0 1px rgba(200, 118, 25, 0.752), inset 0 1px 1px rgba(17, 20, 24, 0.2);
}
.bp5-editable-text.bp5-intent-danger .bp5-editable-text-input::-moz-placeholder{
  color:#cd4246;
}
.bp5-editable-text.bp5-intent-danger .bp5-editable-text-content,
.bp5-editable-text.bp5-intent-danger .bp5-editable-text-input,
.bp5-editable-text.bp5-intent-danger .bp5-editable-text-input::placeholder{
  color:#cd4246;
}
.bp5-editable-text.bp5-intent-danger:hover::before{
  box-shadow:0 0 0 0 rgba(205, 66, 70, 0), 0 0 0 0 rgba(205, 66, 70, 0), inset 0 0 0 1px rgba(205, 66, 70, 0.4);
}
.bp5-editable-text.bp5-intent-danger.bp5-editable-text-editing::before{
  box-shadow:inset 0 0 0 1px rgba(205, 66, 70, 0.752), 0 0 0 1px rgba(205, 66, 70, 0.752), inset 0 1px 1px rgba(17, 20, 24, 0.2);
}
.bp5-dark .bp5-editable-text:hover::before{
  box-shadow:0 0 0 0 rgba(138, 187, 255, 0), 0 0 0 0 rgba(138, 187, 255, 0), inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}
.bp5-dark .bp5-editable-text.bp5-editable-text-editing::before{
  background-color:rgba(17, 20, 24, 0.3);
  box-shadow:inset 0 0 0 1px rgba(138, 187, 255, 0.752), 0 0 0 1px rgba(138, 187, 255, 0.752), inset 0 0 0 1px rgba(255, 255, 255, 0.2), inset 0 -1px 1px 0 rgba(255, 255, 255, 0.3);
}
.bp5-dark .bp5-editable-text.bp5-disabled::before{
  box-shadow:none;
}
.bp5-dark .bp5-editable-text.bp5-intent-primary .bp5-editable-text-input::-moz-placeholder{
  color:#8abbff;
}
.bp5-dark .bp5-editable-text.bp5-intent-primary .bp5-editable-text-content,
.bp5-dark .bp5-editable-text.bp5-intent-primary .bp5-editable-text-input,
.bp5-dark .bp5-editable-text.bp5-intent-primary .bp5-editable-text-input::placeholder{
  color:#8abbff;
}
.bp5-dark .bp5-editable-text.bp5-intent-primary:hover::before{
  box-shadow:0 0 0 0 rgba(138, 187, 255, 0), 0 0 0 0 rgba(138, 187, 255, 0), inset 0 0 0 1px rgba(138, 187, 255, 0.4);
}
.bp5-dark .bp5-editable-text.bp5-intent-primary.bp5-editable-text-editing::before{
  box-shadow:inset 0 0 0 1px rgba(138, 187, 255, 0.752), 0 0 0 1px rgba(138, 187, 255, 0.752), inset 0 0 0 1px rgba(255, 255, 255, 0.2), inset 0 -1px 1px 0 rgba(255, 255, 255, 0.3);
}
.bp5-dark .bp5-editable-text.bp5-intent-success .bp5-editable-text-input::-moz-placeholder{
  color:#72ca9b;
}
.bp5-dark .bp5-editable-text.bp5-intent-success .bp5-editable-text-content,
.bp5-dark .bp5-editable-text.bp5-intent-success .bp5-editable-text-input,
.bp5-dark .bp5-editable-text.bp5-intent-success .bp5-editable-text-input::placeholder{
  color:#72ca9b;
}
.bp5-dark .bp5-editable-text.bp5-intent-success:hover::before{
  box-shadow:0 0 0 0 rgba(114, 202, 155, 0), 0 0 0 0 rgba(114, 202, 155, 0), inset 0 0 0 1px rgba(114, 202, 155, 0.4);
}
.bp5-dark .bp5-editable-text.bp5-intent-success.bp5-editable-text-editing::before{
  box-shadow:inset 0 0 0 1px rgba(114, 202, 155, 0.752), 0 0 0 1px rgba(114, 202, 155, 0.752), inset 0 0 0 1px rgba(255, 255, 255, 0.2), inset 0 -1px 1px 0 rgba(255, 255, 255, 0.3);
}
.bp5-dark .bp5-editable-text.bp5-intent-warning .bp5-editable-text-input::-moz-placeholder{
  color:#fbb360;
}
.bp5-dark .bp5-editable-text.bp5-intent-warning .bp5-editable-text-content,
.bp5-dark .bp5-editable-text.bp5-intent-warning .bp5-editable-text-input,
.bp5-dark .bp5-editable-text.bp5-intent-warning .bp5-editable-text-input::placeholder{
  color:#fbb360;
}
.bp5-dark .bp5-editable-text.bp5-intent-warning:hover::before{
  box-shadow:0 0 0 0 rgba(251, 179, 96, 0), 0 0 0 0 rgba(251, 179, 96, 0), inset 0 0 0 1px rgba(251, 179, 96, 0.4);
}
.bp5-dark .bp5-editable-text.bp5-intent-warning.bp5-editable-text-editing::before{
  box-shadow:inset 0 0 0 1px rgba(251, 179, 96, 0.752), 0 0 0 1px rgba(251, 179, 96, 0.752), inset 0 0 0 1px rgba(255, 255, 255, 0.2), inset 0 -1px 1px 0 rgba(255, 255, 255, 0.3);
}
.bp5-dark .bp5-editable-text.bp5-intent-danger .bp5-editable-text-input::-moz-placeholder{
  color:#fa999c;
}
.bp5-dark .bp5-editable-text.bp5-intent-danger .bp5-editable-text-content,
.bp5-dark .bp5-editable-text.bp5-intent-danger .bp5-editable-text-input,
.bp5-dark .bp5-editable-text.bp5-intent-danger .bp5-editable-text-input::placeholder{
  color:#fa999c;
}
.bp5-dark .bp5-editable-text.bp5-intent-danger:hover::before{
  box-shadow:0 0 0 0 rgba(250, 153, 156, 0), 0 0 0 0 rgba(250, 153, 156, 0), inset 0 0 0 1px rgba(250, 153, 156, 0.4);
}
.bp5-dark .bp5-editable-text.bp5-intent-danger.bp5-editable-text-editing::before{
  box-shadow:inset 0 0 0 1px rgba(250, 153, 156, 0.752), 0 0 0 1px rgba(250, 153, 156, 0.752), inset 0 0 0 1px rgba(255, 255, 255, 0.2), inset 0 -1px 1px 0 rgba(255, 255, 255, 0.3);
}
.bp5-editable-text.bp5-disabled::before{
  box-shadow:none !important;
}

.bp5-editable-text-input,
.bp5-editable-text-content{
  color:inherit;
  display:inherit;
  font:inherit;
  letter-spacing:inherit;
  max-width:inherit;
  min-width:inherit;
  position:relative;
  resize:none;
  text-transform:inherit;
  vertical-align:top;
}

.bp5-editable-text-input{
  background:none;
  border:none;
  box-shadow:none;
  padding:0;
  white-space:pre-wrap;
  width:100%;
}
.bp5-editable-text-input::-moz-placeholder{
  color:#5f6b7c;
  opacity:1;
}
.bp5-editable-text-input::placeholder{
  color:#5f6b7c;
  opacity:1;
}
.bp5-editable-text-input:focus{
  outline:none;
}
.bp5-editable-text-input::-ms-clear{
  display:none;
}

.bp5-editable-text-content{
  overflow:hidden;
  padding-right:2px;
  text-overflow:ellipsis;
  white-space:pre;
}
.bp5-editable-text-editing > .bp5-editable-text-content{
  left:0;
  position:absolute;
  visibility:hidden;
}
.bp5-editable-text-placeholder > .bp5-editable-text-content{
  color:#5f6b7c;
}
.bp5-dark .bp5-editable-text-placeholder > .bp5-editable-text-content{
  color:#abb3bf;
}

.bp5-editable-text.bp5-multiline{
  display:block;
}
.bp5-editable-text.bp5-multiline .bp5-editable-text-content{
  overflow:auto;
  white-space:pre-wrap;
  word-wrap:break-word;
}
.bp5-entity-title{
  align-items:center;
  display:flex;
  gap:7px;
  min-width:0;
}
.bp5-entity-title-icon-container.bp5-entity-title-has-subtitle{
  align-self:flex-start;
}
.bp5-entity-title-icon-container:not(.bp5-entity-title-has-subtitle){
  align-items:center;
  display:flex;
}
.bp5-entity-title-text{
  display:flex;
  flex-direction:column;
}
.bp5-entity-title-title-and-tags{
  align-items:center;
  display:flex;
  flex-direction:row;
  gap:5px;
}
.bp5-entity-title-tags-container{
  display:flex;
  gap:2px;
  margin-left:5px;
}
.bp5-entity-title-title{
  margin-bottom:0;
  min-width:0;
  overflow-wrap:break-word;
}
.bp5-entity-title-subtitle{
  font-size:12px;
  margin-top:2px;
}
.bp5-entity-title-ellipsize, .bp5-entity-title-ellipsize .bp5-entity-title-text{
  overflow:hidden;
}
.bp5-entity-title-heading-h1 .bp5-icon-container{
  align-items:center;
  display:flex;
  height:40px;
}
.bp5-entity-title-heading-h2 .bp5-icon-container{
  align-items:center;
  display:flex;
  height:32px;
}
.bp5-entity-title-heading-h3 .bp5-icon-container{
  align-items:center;
  display:flex;
  height:25px;
}
.bp5-entity-title-heading-h4 .bp5-icon-container{
  align-items:center;
  display:flex;
  height:21px;
}
.bp5-entity-title-heading-h5 .bp5-icon-container{
  align-items:center;
  display:flex;
  height:19px;
}
.bp5-entity-title-heading-h6 .bp5-icon-container{
  align-items:center;
  display:flex;
  height:16px;
}
.bp5-entity-title-heading-h1, .bp5-entity-title-heading-h2, .bp5-entity-title-heading-h3{
  gap:15px;
}
.bp5-entity-title-heading-h1 .bp5-entity-title-status-tag, .bp5-entity-title-heading-h2 .bp5-entity-title-status-tag, .bp5-entity-title-heading-h3 .bp5-entity-title-status-tag{
  margin-left:10px;
}
.bp5-entity-title-heading-h1 .bp5-entity-title-subtitle, .bp5-entity-title-heading-h2 .bp5-entity-title-subtitle, .bp5-entity-title-heading-h3 .bp5-entity-title-subtitle{
  font-size:14px;
}
.bp5-entity-title-heading-h4, .bp5-entity-title-heading-h5, .bp5-entity-title-heading-h6{
  gap:10px;
}
.bp5-entity-title-heading-h4 .bp5-entity-title-subtitle, .bp5-entity-title-heading-h5 .bp5-entity-title-subtitle, .bp5-entity-title-heading-h6 .bp5-entity-title-subtitle{
  font-size:12px;
}
.bp5-divider{
  border-bottom:1px solid rgba(17, 20, 24, 0.15);
  border-right:1px solid rgba(17, 20, 24, 0.15);
  margin:5px;
}
.bp5-dark .bp5-divider{
  border-color:rgba(255, 255, 255, 0.2);
}
.bp5-control-group{
  transform:translateZ(0);
  display:flex;
  flex-direction:row;
  align-items:stretch;
}
.bp5-control-group > *{
  flex-grow:0;
  flex-shrink:0;
}
.bp5-control-group > .bp5-fill{
  flex-grow:1;
  flex-shrink:1;
}
.bp5-control-group .bp5-button,
.bp5-control-group .bp5-html-select,
.bp5-control-group .bp5-input,
.bp5-control-group .bp5-select{
  position:relative;
}
.bp5-control-group .bp5-input{
  z-index:2;
}
.bp5-control-group .bp5-input:focus{
  z-index:14;
}
.bp5-control-group .bp5-input[class*=bp5-intent]{
  z-index:13;
}
.bp5-control-group .bp5-input[class*=bp5-intent]:focus{
  z-index:15;
}
.bp5-control-group .bp5-input[readonly], .bp5-control-group .bp5-input:disabled, .bp5-control-group .bp5-input.bp5-disabled{
  z-index:1;
}
.bp5-control-group .bp5-input-group[class*=bp5-intent] .bp5-input{
  z-index:13;
}
.bp5-control-group .bp5-input-group[class*=bp5-intent] .bp5-input:focus{
  z-index:15;
}
.bp5-control-group .bp5-button,
.bp5-control-group .bp5-html-select select,
.bp5-control-group .bp5-select select{
  transform:translateZ(0);
  z-index:4;
}
.bp5-control-group .bp5-button:focus,
.bp5-control-group .bp5-html-select select:focus,
.bp5-control-group .bp5-select select:focus{
  z-index:5;
}
.bp5-control-group .bp5-button:hover,
.bp5-control-group .bp5-html-select select:hover,
.bp5-control-group .bp5-select select:hover{
  z-index:6;
}
.bp5-control-group .bp5-button:active,
.bp5-control-group .bp5-html-select select:active,
.bp5-control-group .bp5-select select:active{
  z-index:7;
}
.bp5-control-group .bp5-button[readonly], .bp5-control-group .bp5-button:disabled, .bp5-control-group .bp5-button.bp5-disabled,
.bp5-control-group .bp5-html-select select[readonly],
.bp5-control-group .bp5-html-select select:disabled,
.bp5-control-group .bp5-html-select select.bp5-disabled,
.bp5-control-group .bp5-select select[readonly],
.bp5-control-group .bp5-select select:disabled,
.bp5-control-group .bp5-select select.bp5-disabled{
  z-index:3;
}
.bp5-control-group .bp5-button[class*=bp5-intent],
.bp5-control-group .bp5-html-select select[class*=bp5-intent],
.bp5-control-group .bp5-select select[class*=bp5-intent]{
  z-index:9;
}
.bp5-control-group .bp5-button[class*=bp5-intent]:focus,
.bp5-control-group .bp5-html-select select[class*=bp5-intent]:focus,
.bp5-control-group .bp5-select select[class*=bp5-intent]:focus{
  z-index:10;
}
.bp5-control-group .bp5-button[class*=bp5-intent]:hover,
.bp5-control-group .bp5-html-select select[class*=bp5-intent]:hover,
.bp5-control-group .bp5-select select[class*=bp5-intent]:hover{
  z-index:11;
}
.bp5-control-group .bp5-button[class*=bp5-intent]:active,
.bp5-control-group .bp5-html-select select[class*=bp5-intent]:active,
.bp5-control-group .bp5-select select[class*=bp5-intent]:active{
  z-index:12;
}
.bp5-control-group .bp5-button[class*=bp5-intent][readonly], .bp5-control-group .bp5-button[class*=bp5-intent]:disabled, .bp5-control-group .bp5-button[class*=bp5-intent].bp5-disabled,
.bp5-control-group .bp5-html-select select[class*=bp5-intent][readonly],
.bp5-control-group .bp5-html-select select[class*=bp5-intent]:disabled,
.bp5-control-group .bp5-html-select select[class*=bp5-intent].bp5-disabled,
.bp5-control-group .bp5-select select[class*=bp5-intent][readonly],
.bp5-control-group .bp5-select select[class*=bp5-intent]:disabled,
.bp5-control-group .bp5-select select[class*=bp5-intent].bp5-disabled{
  z-index:8;
}
.bp5-control-group .bp5-input-group > .bp5-icon,
.bp5-control-group .bp5-input-group > .bp5-button,
.bp5-control-group .bp5-input-group > .bp5-input-left-container,
.bp5-control-group .bp5-input-group > .bp5-input-action{
  z-index:16;
}
.bp5-control-group .bp5-select::after,
.bp5-control-group .bp5-html-select::after,
.bp5-control-group .bp5-select > .bp5-icon,
.bp5-control-group .bp5-html-select > .bp5-icon{
  z-index:17;
}
.bp5-control-group .bp5-html-select:focus-within,
.bp5-control-group .bp5-select:focus-within{
  z-index:5;
}
.bp5-control-group:not(.bp5-vertical) > :not(:last-child){
  margin-right:2px;
}
.bp5-control-group .bp5-numeric-input:not(:first-child) .bp5-input-group{
  border-bottom-left-radius:0;
  border-top-left-radius:0;
}
.bp5-control-group.bp5-fill{
  width:100%;
}
.bp5-control-group > .bp5-fill{
  flex:1 1 auto;
}
.bp5-control-group.bp5-fill > *:not(.bp5-fixed){
  flex:1 1 auto;
}
.bp5-control-group.bp5-vertical{
  flex-direction:column;
}
.bp5-control-group.bp5-vertical > :not(:last-child){
  margin-bottom:2px;
}
.bp5-control{
  cursor:pointer;
  display:block;
  margin-bottom:10px;
  position:relative;
  text-transform:none;
}
.bp5-control input:checked ~ .bp5-control-indicator{
  background-color:#2d72d2;
  box-shadow:inset 0 0 0 1px rgba(17, 20, 24, 0.2);
  color:#ffffff;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-control input:checked ~ .bp5-control-indicator{
    background-color:highlight;
    border:1px solid highlight;
  }
}
.bp5-control:hover input:checked ~ .bp5-control-indicator{
  background-color:#215db0;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-control:hover input:checked ~ .bp5-control-indicator{
    background-color:highlight;
  }
}
.bp5-control input:not(:disabled):active:checked ~ .bp5-control-indicator{
  background:#184a90;
}
.bp5-control input:disabled:checked ~ .bp5-control-indicator{
  background:rgba(45, 114, 210, 0.5);
  box-shadow:none;
  color:rgba(255, 255, 255, 0.6);
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-control input:disabled:checked ~ .bp5-control-indicator{
    background-color:graytext;
    border-color:graytext;
  }
}
.bp5-dark .bp5-control input:checked ~ .bp5-control-indicator{
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-dark .bp5-control input:checked ~ .bp5-control-indicator{
    border:1px solid buttonborder;
  }
}
.bp5-dark .bp5-control:hover input:checked ~ .bp5-control-indicator{
  background-color:#215db0;
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}
.bp5-dark .bp5-control input:not(:disabled):active:checked ~ .bp5-control-indicator{
  background-color:#184a90;
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}
.bp5-dark .bp5-control input:disabled:checked ~ .bp5-control-indicator{
  background:rgba(45, 114, 210, 0.5);
  box-shadow:none;
  color:rgba(255, 255, 255, 0.6);
}
.bp5-control:not(.bp5-align-right){
  padding-left:26px;
}
.bp5-control:not(.bp5-align-right) .bp5-control-indicator{
  margin-left:-26px;
}
.bp5-control.bp5-align-right{
  padding-right:26px;
}
.bp5-control.bp5-align-right .bp5-control-indicator{
  margin-right:-26px;
}
.bp5-control.bp5-disabled{
  color:rgba(95, 107, 124, 0.6);
  cursor:not-allowed;
}
.bp5-control.bp5-inline{
  display:inline-block;
  margin-right:20px;
}
.bp5-control input{
  left:0;
  opacity:0;
  position:absolute;
  top:0;
  z-index:-1;
}
.bp5-control .bp5-control-indicator{
  background-clip:padding-box;
  background-color:transparent;
  border:none;
  box-shadow:inset 0 0 0 1px #738091;
  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;
          user-select:none;
  vertical-align:middle;
  width:1em;
}
.bp5-control .bp5-control-indicator::before{
  content:"";
  display:block;
  height:1em;
  width:1em;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-control .bp5-control-indicator{
    border:1px solid buttonborder;
  }
  .bp5-control .bp5-control-indicator::before{
    margin-left:-1px;
    margin-top:-1px;
  }
}
.bp5-control:hover .bp5-control-indicator{
  background-color:rgba(143, 153, 168, 0.15);
}
.bp5-control input:not(:disabled):active ~ .bp5-control-indicator{
  background:rgba(143, 153, 168, 0.3);
  box-shadow:inset 0 0 0 1px #738091;
}
.bp5-control input:disabled ~ .bp5-control-indicator{
  background:rgba(143, 153, 168, 0.15);
  box-shadow:none;
  cursor:not-allowed;
}
.bp5-control input:focus ~ .bp5-control-indicator{
  outline:rgba(33, 93, 176, 0.752) solid 2px;
  outline-offset:2px;
  -moz-outline-radius:6px;
}
.bp5-dark .bp5-control input:focus ~ .bp5-control-indicator{
  outline-color:rgba(138, 187, 255, 0.752);
}
.bp5-control.bp5-align-right .bp5-control-indicator{
  float:right;
  margin-left:10px;
  margin-top:1px;
}
.bp5-control.bp5-large{
  font-size:16px;
}
.bp5-control.bp5-large:not(.bp5-align-right){
  padding-left:30px;
}
.bp5-control.bp5-large:not(.bp5-align-right) .bp5-control-indicator{
  margin-left:-30px;
}
.bp5-control.bp5-large.bp5-align-right{
  padding-right:30px;
}
.bp5-control.bp5-large.bp5-align-right .bp5-control-indicator{
  margin-right:-30px;
}
.bp5-control.bp5-large .bp5-control-indicator{
  font-size:20px;
}
.bp5-control.bp5-large.bp5-align-right .bp5-control-indicator{
  margin-top:0;
}
.bp5-control.bp5-checkbox input:indeterminate ~ .bp5-control-indicator{
  background-color:#2d72d2;
  box-shadow:inset 0 0 0 1px rgba(17, 20, 24, 0.2);
  color:#ffffff;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-control.bp5-checkbox input:indeterminate ~ .bp5-control-indicator{
    background-color:highlight;
    border:1px solid highlight;
  }
}
.bp5-control.bp5-checkbox:hover input:indeterminate ~ .bp5-control-indicator{
  background-color:#215db0;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-control.bp5-checkbox:hover input:indeterminate ~ .bp5-control-indicator{
    background-color:highlight;
  }
}
.bp5-control.bp5-checkbox input:not(:disabled):active:indeterminate ~ .bp5-control-indicator{
  background:#184a90;
}
.bp5-control.bp5-checkbox input:disabled:indeterminate ~ .bp5-control-indicator{
  background:rgba(45, 114, 210, 0.5);
  box-shadow:none;
  color:rgba(255, 255, 255, 0.6);
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-control.bp5-checkbox input:disabled:indeterminate ~ .bp5-control-indicator{
    background-color:graytext;
    border-color:graytext;
  }
}
.bp5-dark .bp5-control.bp5-checkbox input:indeterminate ~ .bp5-control-indicator{
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-dark .bp5-control.bp5-checkbox input:indeterminate ~ .bp5-control-indicator{
    border:1px solid buttonborder;
  }
}
.bp5-dark .bp5-control.bp5-checkbox:hover input:indeterminate ~ .bp5-control-indicator{
  background-color:#215db0;
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}
.bp5-dark .bp5-control.bp5-checkbox input:not(:disabled):active:indeterminate ~ .bp5-control-indicator{
  background-color:#184a90;
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}
.bp5-dark .bp5-control.bp5-checkbox input:disabled:indeterminate ~ .bp5-control-indicator{
  background:rgba(45, 114, 210, 0.5);
  box-shadow:none;
  color:rgba(255, 255, 255, 0.6);
}
.bp5-control.bp5-checkbox .bp5-control-indicator{
  border-radius:2px;
}
.bp5-control.bp5-checkbox input:checked ~ .bp5-control-indicator::before{
  background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3e%3cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M12 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%27 fill=%27white%27/%3e%3c/svg%3e");
}
.bp5-control.bp5-checkbox input:indeterminate ~ .bp5-control-indicator::before{
  background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3e%3cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M11 7H5c-.55 0-1 .45-1 1s.45 1 1 1h6c.55 0 1-.45 1-1s-.45-1-1-1z%27 fill=%27white%27/%3e%3c/svg%3e");
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-control.bp5-checkbox input:checked:not(:disabled) ~ .bp5-control-indicator::before{
    background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3e%3cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M12 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%27 fill=%27%23111418%27/%3e%3c/svg%3e");
  }
  .bp5-control.bp5-checkbox input:indeterminate:not(:disabled) ~ .bp5-control-indicator::before{
    background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3e%3cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M11 7H5c-.55 0-1 .45-1 1s.45 1 1 1h6c.55 0 1-.45 1-1s-.45-1-1-1z%27 fill=%27%23111418%27/%3e%3c/svg%3e");
  }
  .bp5-control.bp5-checkbox input:disabled ~ .bp5-control-indicator{
    border-color:graytext;
  }
}
.bp5-control.bp5-radio .bp5-control-indicator{
  border-radius:50%;
}
.bp5-control.bp5-radio input:checked ~ .bp5-control-indicator::before{
  background-image:radial-gradient(#ffffff, #ffffff 28%, transparent 32%);
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-control.bp5-radio input:checked ~ .bp5-control-indicator::before{
    background:highlight;
    height:12px;
    margin-left:1px;
    margin-top:1px;
    width:12px;
  }
}
.bp5-control.bp5-radio input:checked:disabled ~ .bp5-control-indicator::before{
  opacity:0.5;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-control.bp5-radio input:checked:disabled ~ .bp5-control-indicator::before{
    background:graytext;
  }
}
.bp5-control.bp5-radio input:focus ~ .bp5-control-indicator{
  -moz-outline-radius:16px;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-control.bp5-radio input:disabled ~ .bp5-control-indicator{
    border-color:graytext;
  }
}
.bp5-control.bp5-switch input ~ .bp5-control-indicator{
  background:rgba(143, 153, 168, 0.3);
  color:#1c2127;
}
.bp5-control.bp5-switch:hover input ~ .bp5-control-indicator{
  background:rgba(143, 153, 168, 0.4);
}
.bp5-control.bp5-switch input:not(:disabled):active ~ .bp5-control-indicator{
  background:rgba(143, 153, 168, 0.5);
}
.bp5-control.bp5-switch input:disabled ~ .bp5-control-indicator{
  background:rgba(143, 153, 168, 0.15);
  color:rgba(95, 107, 124, 0.6);
}
.bp5-control.bp5-switch input:disabled ~ .bp5-control-indicator::before{
  background:rgba(255, 255, 255, 0.8);
  box-shadow:none;
}
.bp5-control.bp5-switch input:checked ~ .bp5-control-indicator{
  background:#2d72d2;
  color:#ffffff;
}
.bp5-control.bp5-switch:hover input:checked ~ .bp5-control-indicator{
  background:#215db0;
}
.bp5-control.bp5-switch input:checked:not(:disabled):active ~ .bp5-control-indicator{
  background:#184a90;
}
.bp5-control.bp5-switch input:checked:disabled ~ .bp5-control-indicator{
  background:rgba(45, 114, 210, 0.5);
  color:rgba(255, 255, 255, 0.6);
}
.bp5-control.bp5-switch input:checked:disabled ~ .bp5-control-indicator::before{
  background:rgba(255, 255, 255, 0.5);
  box-shadow:none;
}
.bp5-control.bp5-switch:not(.bp5-align-right){
  padding-left:38px;
}
.bp5-control.bp5-switch:not(.bp5-align-right) .bp5-control-indicator{
  margin-left:-38px;
}
.bp5-control.bp5-switch.bp5-align-right{
  padding-right:38px;
}
.bp5-control.bp5-switch.bp5-align-right .bp5-control-indicator{
  margin-right:-38px;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-control.bp5-switch input:checked ~ .bp5-control-indicator{
    background:highlight;
    border:1px solid buttonborder;
  }
  .bp5-control.bp5-switch input:checked:disabled ~ .bp5-control-indicator{
    background-color:graytext;
  }
  .bp5-control.bp5-switch input:not(:checked):disabled ~ .bp5-control-indicator{
    border-color:graytext;
  }
  .bp5-control.bp5-switch input:not(:checked):disabled ~ .bp5-control-indicator::before{
    border-color:graytext;
  }
  .bp5-control.bp5-switch:hover input:checked ~ .bp5-control-indicator{
    background:highlight;
  }
}
.bp5-control.bp5-switch .bp5-control-indicator{
  border:none;
  border-radius:1.75em;
  box-shadow:none !important;
  min-width:1.75em;
  transition:background-color 100ms cubic-bezier(0.4, 1, 0.75, 0.9);
  width:auto;
}
.bp5-control.bp5-switch .bp5-control-indicator::before{
  background:#ffffff;
  border-radius:50%;
  box-shadow:0 0 0 1px rgba(17, 20, 24, 0.5);
  height:calc(1em - 4px);
  left:0;
  margin:2px;
  position:absolute;
  transition:left 100ms cubic-bezier(0.4, 1, 0.75, 0.9);
  width:calc(1em - 4px);
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-control.bp5-switch .bp5-control-indicator::before{
    border:1px solid buttonborder;
    margin-top:1px;
  }
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-control.bp5-switch .bp5-control-indicator{
    border:1px solid buttonborder;
  }
}
.bp5-control.bp5-switch input:checked ~ .bp5-control-indicator::before{
  left:calc(100% - 1em);
}
.bp5-control.bp5-switch.bp5-large:not(.bp5-align-right){
  padding-left:45px;
}
.bp5-control.bp5-switch.bp5-large:not(.bp5-align-right) .bp5-control-indicator{
  margin-left:-45px;
}
.bp5-control.bp5-switch.bp5-large.bp5-align-right{
  padding-right:45px;
}
.bp5-control.bp5-switch.bp5-large.bp5-align-right .bp5-control-indicator{
  margin-right:-45px;
}
.bp5-dark .bp5-control.bp5-switch input ~ .bp5-control-indicator{
  background:rgba(17, 20, 24, 0.5);
  color:#f6f7f9;
}
.bp5-dark .bp5-control.bp5-switch:hover input ~ .bp5-control-indicator{
  background:rgba(17, 20, 24, 0.8);
}
.bp5-dark .bp5-control.bp5-switch input:not(:disabled):active ~ .bp5-control-indicator{
  background:rgba(17, 20, 24, 0.9);
}
.bp5-dark .bp5-control.bp5-switch input:disabled ~ .bp5-control-indicator{
  background:rgba(143, 153, 168, 0.15);
  color:rgba(171, 179, 191, 0.6);
}
.bp5-dark .bp5-control.bp5-switch input:disabled ~ .bp5-control-indicator::before{
  background:rgba(171, 179, 191, 0.5);
  box-shadow:none;
}
.bp5-dark .bp5-control.bp5-switch input:checked ~ .bp5-control-indicator{
  background:#2d72d2;
  color:#ffffff;
}
.bp5-dark .bp5-control.bp5-switch:hover input:checked ~ .bp5-control-indicator{
  background:#215db0;
}
.bp5-dark .bp5-control.bp5-switch input:checked:not(:disabled):active ~ .bp5-control-indicator{
  background:#184a90;
}
.bp5-dark .bp5-control.bp5-switch input:checked:disabled ~ .bp5-control-indicator{
  background:rgba(45, 114, 210, 0.5);
  color:rgba(171, 179, 191, 0.6);
}
.bp5-dark .bp5-control.bp5-switch input:checked:disabled ~ .bp5-control-indicator::before{
  background:rgba(255, 255, 255, 0.3);
  box-shadow:none;
}
.bp5-dark .bp5-control.bp5-switch .bp5-control-indicator::before{
  background:#abb3bf;
}
.bp5-dark .bp5-control.bp5-switch input:checked ~ .bp5-control-indicator::before{
  background:#ffffff;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-dark .bp5-control.bp5-switch input:checked ~ .bp5-control-indicator{
    background:highlight;
    border:1px solid buttonborder;
  }
  .bp5-dark .bp5-control.bp5-switch input:checked:disabled ~ .bp5-control-indicator{
    background-color:graytext;
  }
  .bp5-dark .bp5-control.bp5-switch input:not(:checked):disabled ~ .bp5-control-indicator{
    border-color:graytext;
  }
  .bp5-dark .bp5-control.bp5-switch input:not(:checked):disabled ~ .bp5-control-indicator::before{
    border-color:graytext;
  }
  .bp5-dark .bp5-control.bp5-switch:hover input:checked ~ .bp5-control-indicator{
    background:highlight;
  }
}
.bp5-control.bp5-switch .bp5-switch-inner-text{
  font-size:0.7em;
  text-align:center;
}
.bp5-control.bp5-switch .bp5-control-indicator-child:first-child{
  line-height:0;
  margin-left:0.5em;
  margin-right:1.2em;
  visibility:hidden;
}
.bp5-control.bp5-switch .bp5-control-indicator-child:last-child{
  line-height:1em;
  margin-left:1.2em;
  margin-right:0.5em;
  visibility:visible;
}
.bp5-control.bp5-switch input:checked ~ .bp5-control-indicator .bp5-control-indicator-child:first-child{
  line-height:1em;
  visibility:visible;
}
.bp5-control.bp5-switch input:checked ~ .bp5-control-indicator .bp5-control-indicator-child:last-child{
  line-height:0;
  visibility:hidden;
}
.bp5-dark .bp5-control{
  color:#f6f7f9;
}
.bp5-dark .bp5-control.bp5-disabled{
  color:rgba(171, 179, 191, 0.6);
}
.bp5-dark .bp5-control .bp5-control-indicator{
  background-color:transparent;
  box-shadow:inset 0 0 0 1px #8f99a8;
}
.bp5-dark .bp5-control:hover .bp5-control-indicator{
  background-color:rgba(143, 153, 168, 0.15);
}
.bp5-dark .bp5-control input:not(:disabled):active ~ .bp5-control-indicator{
  background:rgba(143, 153, 168, 0.3);
  box-shadow:inset 0 0 0 1px #8f99a8;
}
.bp5-dark .bp5-control input:disabled ~ .bp5-control-indicator{
  background:rgba(143, 153, 168, 0.15);
  box-shadow:none;
  cursor:not-allowed;
}
.bp5-dark .bp5-control.bp5-checkbox input:disabled:checked ~ .bp5-control-indicator, .bp5-dark .bp5-control.bp5-checkbox input:disabled:indeterminate ~ .bp5-control-indicator{
  background:rgba(45, 114, 210, 0.5);
}
.bp5-file-input{
  cursor:pointer;
  display:inline-block;
  height:30px;
  position:relative;
}
.bp5-file-input input{
  margin:0;
  min-width:200px;
  opacity:0;
}
.bp5-file-input input:disabled + .bp5-file-upload-input, .bp5-file-input input.bp5-disabled + .bp5-file-upload-input{
  background:rgba(211, 216, 222, 0.5);
  box-shadow:none;
  color:rgba(95, 107, 124, 0.6);
  cursor:not-allowed;
  resize:none;
}
.bp5-file-input input:disabled + .bp5-file-upload-input::-moz-placeholder, .bp5-file-input input.bp5-disabled + .bp5-file-upload-input::-moz-placeholder{
  color:rgba(95, 107, 124, 0.6);
}
.bp5-file-input input:disabled + .bp5-file-upload-input::placeholder, .bp5-file-input input.bp5-disabled + .bp5-file-upload-input::placeholder{
  color:rgba(95, 107, 124, 0.6);
}
.bp5-file-input input:disabled + .bp5-file-upload-input::after, .bp5-file-input input.bp5-disabled + .bp5-file-upload-input::after{
  background-color:rgba(211, 216, 222, 0.5);
  box-shadow:none;
  color:rgba(95, 107, 124, 0.6);
  cursor:not-allowed;
  outline:none;
}
.bp5-dark .bp5-file-input input:disabled + .bp5-file-upload-input, .bp5-dark .bp5-file-input input.bp5-disabled + .bp5-file-upload-input{
  background:rgba(64, 72, 84, 0.5);
  box-shadow:none;
  color:rgba(171, 179, 191, 0.6);
}
.bp5-dark .bp5-file-input input:disabled + .bp5-file-upload-input::after, .bp5-dark .bp5-file-input input.bp5-disabled + .bp5-file-upload-input::after{
  background-color:rgba(64, 72, 84, 0.5);
  box-shadow:none;
  color:rgba(171, 179, 191, 0.6);
}
.bp5-file-input.bp5-file-input-has-selection .bp5-file-upload-input{
  color:#1c2127;
}
.bp5-dark .bp5-file-input.bp5-file-input-has-selection .bp5-file-upload-input{
  color:#f6f7f9;
}
.bp5-file-input.bp5-fill{
  width:100%;
}
.bp5-file-input.bp5-large, .bp5-large .bp5-file-input{
  height:40px;
}
.bp5-file-input.bp5-small, .bp5-small .bp5-file-input{
  height:24px;
}
.bp5-file-input .bp5-file-upload-input-custom-text::after{
  content:attr(bp5-button-text);
}

.bp5-file-upload-input{
  -webkit-appearance:none;
     -moz-appearance:none;
          appearance:none;
  background:#ffffff;
  border:none;
  border-radius:2px;
  box-shadow:0 0 0 0 rgba(33, 93, 176, 0), 0 0 0 0 rgba(33, 93, 176, 0), inset 0 0 0 1px rgba(17, 20, 24, 0.2), inset 0 1px 1px rgba(17, 20, 24, 0.3);
  color:#1c2127;
  font-size:14px;
  font-weight:400;
  height:30px;
  line-height:30px;
  outline:none;
  padding:0 10px;
  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;
  color:rgba(95, 107, 124, 0.6);
  left:0;
  padding-right:80px;
  position:absolute;
  right:0;
  top:0;
  -webkit-user-select:none;
     -moz-user-select:none;
          user-select:none;
}
.bp5-file-upload-input::-moz-placeholder{
  color:#5f6b7c;
  opacity:1;
}
.bp5-file-upload-input::placeholder{
  color:#5f6b7c;
  opacity:1;
}
.bp5-file-upload-input:focus, .bp5-file-upload-input.bp5-active{
  box-shadow:inset 0 0 0 1px rgba(33, 93, 176, 0.752), 0 0 0 1px rgba(33, 93, 176, 0.752), inset 0 1px 1px rgba(17, 20, 24, 0.2);
}
.bp5-file-upload-input[type=search], .bp5-file-upload-input.bp5-round{
  border-radius:30px;
  box-sizing:border-box;
  padding-left:10px;
}
.bp5-file-upload-input[readonly]{
  box-shadow:inset 0 0 0 1px rgba(17, 20, 24, 0.15);
}
.bp5-file-upload-input:disabled, .bp5-file-upload-input.bp5-disabled{
  background:rgba(211, 216, 222, 0.5);
  box-shadow:none;
  color:rgba(95, 107, 124, 0.6);
  cursor:not-allowed;
  resize:none;
}
.bp5-file-upload-input:disabled::-moz-placeholder, .bp5-file-upload-input.bp5-disabled::-moz-placeholder{
  color:rgba(95, 107, 124, 0.6);
}
.bp5-file-upload-input:disabled::placeholder, .bp5-file-upload-input.bp5-disabled::placeholder{
  color:rgba(95, 107, 124, 0.6);
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-file-upload-input{
    border:1px solid buttonborder;
  }
}
.bp5-file-upload-input::after{
  background-color:#f6f7f9;
  box-shadow:inset 0 0 0 1px rgba(17, 20, 24, 0.2), 0 1px 2px rgba(17, 20, 24, 0.1);
  color:#1c2127;
  min-height:24px;
  min-width:24px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  word-wrap:normal;
  border-radius:2px;
  content:"Browse";
  line-height:24px;
  margin:3px;
  position:absolute;
  right:0;
  text-align:center;
  top:0;
  width:70px;
}
.bp5-file-upload-input:hover::after{
  background-clip:padding-box;
  background-color:#edeff2;
  box-shadow:inset 0 0 0 1px rgba(17, 20, 24, 0.2), 0 1px 2px rgba(17, 20, 24, 0.2);
}
.bp5-file-upload-input:active::after{
  background-color:#dce0e5;
  box-shadow:inset 0 0 0 1px rgba(17, 20, 24, 0.2), 0 1px 2px rgba(17, 20, 24, 0.2);
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-file-upload-input:active::after{
    background:highlight;
  }
}
.bp5-large .bp5-file-upload-input{
  font-size:16px;
  height:40px;
  line-height:40px;
  padding-right:95px;
}
.bp5-large .bp5-file-upload-input[type=search], .bp5-large .bp5-file-upload-input.bp5-round{
  padding:0 15px;
}
.bp5-large .bp5-file-upload-input::after{
  min-height:30px;
  min-width:30px;
  line-height:30px;
  margin:5px;
  width:85px;
}
.bp5-small .bp5-file-upload-input{
  font-size:12px;
  height:24px;
  line-height:24px;
  padding-left:8px;
  padding-right:8px;
  padding-right:65px;
}
.bp5-small .bp5-file-upload-input[type=search], .bp5-small .bp5-file-upload-input.bp5-round{
  padding:0 12px;
}
.bp5-small .bp5-file-upload-input::after{
  min-height:20px;
  min-width:20px;
  line-height:20px;
  margin:2px;
  width:55px;
}
.bp5-dark .bp5-file-upload-input{
  background:rgba(17, 20, 24, 0.3);
  box-shadow:0 0 0 0 rgba(138, 187, 255, 0), 0 0 0 0 rgba(138, 187, 255, 0), inset 0 0 0 1px rgba(255, 255, 255, 0.2), inset 0 -1px 1px 0 rgba(255, 255, 255, 0.3);
  color:#f6f7f9;
  color:rgba(171, 179, 191, 0.6);
}
.bp5-dark .bp5-file-upload-input::-moz-placeholder{
  color:#abb3bf;
}
.bp5-dark .bp5-file-upload-input::placeholder{
  color:#abb3bf;
}
.bp5-dark .bp5-file-upload-input:focus{
  box-shadow:inset 0 0 0 1px rgba(138, 187, 255, 0.752), 0 0 0 1px rgba(138, 187, 255, 0.752);
}
.bp5-dark .bp5-file-upload-input[readonly]{
  box-shadow:inset 0 0 0 1px rgba(17, 20, 24, 0.4);
}
.bp5-dark .bp5-file-upload-input:disabled, .bp5-dark .bp5-file-upload-input.bp5-disabled{
  background:rgba(64, 72, 84, 0.5);
  box-shadow:none;
  color:rgba(171, 179, 191, 0.6);
}
.bp5-dark .bp5-file-upload-input::after{
  background-color:#383e47;
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(17, 20, 24, 0.2);
  color:#f6f7f9;
}
.bp5-dark .bp5-file-upload-input:hover::after{
  background-color:#2f343c;
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(17, 20, 24, 0.4);
}
.bp5-dark .bp5-file-upload-input:active::after{
  background-color:#1c2127;
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(17, 20, 24, 0.4);
}
.bp5-file-upload-input::after{
  box-shadow:inset 0 0 0 1px rgba(17, 20, 24, 0.2), 0 1px 2px rgba(17, 20, 24, 0.1);
}
.bp5-form-group{
  display:flex;
  flex-direction:column;
  margin:0 0 15px;
}
.bp5-form-group label.bp5-label{
  margin-bottom:5px;
}
.bp5-form-group .bp5-control{
  margin-top:7px;
}
.bp5-form-group .bp5-form-group-sub-label,
.bp5-form-group .bp5-form-helper-text{
  color:#5f6b7c;
  font-size:12px;
}
.bp5-form-group .bp5-form-group-sub-label{
  margin-bottom:5px;
}
.bp5-form-group .bp5-form-helper-text{
  margin-top:5px;
}
.bp5-form-group.bp5-intent-primary .bp5-form-helper-text{
  color:#215db0;
}
.bp5-form-group.bp5-intent-success .bp5-form-helper-text{
  color:#1c6e42;
}
.bp5-form-group.bp5-intent-warning .bp5-form-helper-text{
  color:#935610;
}
.bp5-form-group.bp5-intent-danger .bp5-form-helper-text{
  color:#ac2f33;
}
.bp5-form-group.bp5-fill{
  width:100%;
}
.bp5-form-group.bp5-inline{
  align-items:flex-start;
  flex-direction:row;
}
.bp5-form-group.bp5-inline.bp5-large label.bp5-label{
  line-height:40px;
  margin:0 10px 0 0;
}
.bp5-form-group.bp5-inline label.bp5-label{
  line-height:30px;
  margin:0 10px 0 0;
}
.bp5-form-group.bp5-disabled .bp5-label,
.bp5-form-group.bp5-disabled .bp5-text-muted,
.bp5-form-group.bp5-disabled .bp5-form-group-sub-label,
.bp5-form-group.bp5-disabled .bp5-form-helper-text{
  color:rgba(95, 107, 124, 0.6) !important;
}
.bp5-dark .bp5-form-group.bp5-intent-primary .bp5-form-helper-text{
  color:#8abbff;
}
.bp5-dark .bp5-form-group.bp5-intent-success .bp5-form-helper-text{
  color:#72ca9b;
}
.bp5-dark .bp5-form-group.bp5-intent-warning .bp5-form-helper-text{
  color:#fbb360;
}
.bp5-dark .bp5-form-group.bp5-intent-danger .bp5-form-helper-text{
  color:#fa999c;
}
.bp5-dark .bp5-form-group .bp5-form-group-sub-label,
.bp5-dark .bp5-form-group .bp5-form-helper-text{
  color:#abb3bf;
}
.bp5-dark .bp5-form-group.bp5-disabled .bp5-label,
.bp5-dark .bp5-form-group.bp5-disabled .bp5-text-muted,
.bp5-dark .bp5-form-group.bp5-disabled .bp5-form-group-sub-label,
.bp5-dark .bp5-form-group.bp5-disabled .bp5-form-helper-text{
  color:rgba(171, 179, 191, 0.6) !important;
}
.bp5-input-group{
  display:block;
  position:relative;
}
.bp5-input-group .bp5-input{
  position:relative;
  width:100%;
}
.bp5-input-group .bp5-input:not(:first-child){
  padding-left:30px;
}
.bp5-input-group .bp5-input:not(:last-child){
  padding-right:30px;
}
.bp5-input-group .bp5-input-action,
.bp5-input-group > .bp5-input-left-container,
.bp5-input-group > .bp5-button,
.bp5-input-group > .bp5-icon{
  position:absolute;
  top:0;
}
.bp5-input-group .bp5-input-action:first-child,
.bp5-input-group > .bp5-input-left-container:first-child,
.bp5-input-group > .bp5-button:first-child,
.bp5-input-group > .bp5-icon:first-child{
  left:0;
}
.bp5-input-group .bp5-input-action:last-child,
.bp5-input-group > .bp5-input-left-container:last-child,
.bp5-input-group > .bp5-button:last-child,
.bp5-input-group > .bp5-icon:last-child{
  right:0;
}
.bp5-input-group .bp5-button{
  min-height:24px;
  min-width:24px;
  margin:3px;
  padding:0 7px;
}
.bp5-input-group .bp5-button:empty{
  padding:0;
}
.bp5-input-group > .bp5-input-left-container,
.bp5-input-group > .bp5-icon{
  z-index:1;
}
.bp5-input-group > .bp5-input-left-container > .bp5-icon,
.bp5-input-group > .bp5-icon{
  color:#5f6b7c;
}
.bp5-input-group > .bp5-input-left-container > .bp5-icon:empty,
.bp5-input-group > .bp5-icon:empty{
  font-family:"blueprint-icons-16", sans-serif;
  font-size:16px;
  font-style:normal;
  font-variant:normal;
  font-weight:400;
  height:16px;
  line-height:1;
  width:16px;
  -moz-osx-font-smoothing:grayscale;
  -webkit-font-smoothing:antialiased;
}
.bp5-input-group > .bp5-input-left-container > .bp5-icon,
.bp5-input-group > .bp5-icon,
.bp5-input-group .bp5-input-action > .bp5-spinner{
  margin:7px;
}
.bp5-input-group .bp5-tag{
  margin:5px;
}
.bp5-input-group .bp5-input:not(:focus) + .bp5-button.bp5-minimal:not(:hover):not(:focus),
.bp5-input-group .bp5-input:not(:focus) + .bp5-input-action .bp5-button.bp5-minimal:not(:hover):not(:focus){
  color:#5f6b7c;
}
.bp5-dark .bp5-input-group .bp5-input:not(:focus) + .bp5-button.bp5-minimal:not(:hover):not(:focus),
.bp5-dark .bp5-input-group .bp5-input:not(:focus) + .bp5-input-action .bp5-button.bp5-minimal:not(:hover):not(:focus){
  color:#abb3bf;
}
.bp5-input-group .bp5-input:not(:focus) + .bp5-button.bp5-minimal:not(:hover):not(:focus) .bp5-icon, .bp5-input-group .bp5-input:not(:focus) + .bp5-button.bp5-minimal:not(:hover):not(:focus) .bp5-icon-standard, .bp5-input-group .bp5-input:not(:focus) + .bp5-button.bp5-minimal:not(:hover):not(:focus) .bp5-icon-large,
.bp5-input-group .bp5-input:not(:focus) + .bp5-input-action .bp5-button.bp5-minimal:not(:hover):not(:focus) .bp5-icon,
.bp5-input-group .bp5-input:not(:focus) + .bp5-input-action .bp5-button.bp5-minimal:not(:hover):not(:focus) .bp5-icon-standard,
.bp5-input-group .bp5-input:not(:focus) + .bp5-input-action .bp5-button.bp5-minimal:not(:hover):not(:focus) .bp5-icon-large{
  color:#5f6b7c;
}
.bp5-input-group .bp5-input:not(:focus) + .bp5-button.bp5-minimal:disabled,
.bp5-input-group .bp5-input:not(:focus) + .bp5-input-action .bp5-button.bp5-minimal:disabled{
  color:rgba(95, 107, 124, 0.6) !important;
}
.bp5-input-group .bp5-input:not(:focus) + .bp5-button.bp5-minimal:disabled .bp5-icon, .bp5-input-group .bp5-input:not(:focus) + .bp5-button.bp5-minimal:disabled .bp5-icon-standard, .bp5-input-group .bp5-input:not(:focus) + .bp5-button.bp5-minimal:disabled .bp5-icon-large,
.bp5-input-group .bp5-input:not(:focus) + .bp5-input-action .bp5-button.bp5-minimal:disabled .bp5-icon,
.bp5-input-group .bp5-input:not(:focus) + .bp5-input-action .bp5-button.bp5-minimal:disabled .bp5-icon-standard,
.bp5-input-group .bp5-input:not(:focus) + .bp5-input-action .bp5-button.bp5-minimal:disabled .bp5-icon-large{
  color:rgba(95, 107, 124, 0.6) !important;
}
.bp5-input-group.bp5-disabled{
  cursor:not-allowed;
}
.bp5-input-group.bp5-disabled .bp5-icon{
  color:rgba(95, 107, 124, 0.6);
}
.bp5-input-group.bp5-large .bp5-button{
  min-height:30px;
  min-width:30px;
  margin:5px;
}
.bp5-input-group.bp5-large > .bp5-input-left-container > .bp5-icon,
.bp5-input-group.bp5-large > .bp5-icon,
.bp5-input-group.bp5-large .bp5-input-action > .bp5-spinner{
  margin:12px;
}
.bp5-input-group.bp5-large .bp5-input{
  font-size:16px;
  height:40px;
  line-height:40px;
}
.bp5-input-group.bp5-large .bp5-input[type=search], .bp5-input-group.bp5-large .bp5-input.bp5-round{
  padding:0 15px;
}
.bp5-input-group.bp5-large .bp5-input:not(:first-child){
  padding-left:40px;
}
.bp5-input-group.bp5-large .bp5-input:not(:last-child){
  padding-right:40px;
}
.bp5-input-group.bp5-small .bp5-button{
  min-height:20px;
  min-width:20px;
  margin:2px;
}
.bp5-input-group.bp5-small .bp5-tag{
  min-height:20px;
  min-width:20px;
  margin:2px;
}
.bp5-input-group.bp5-small > .bp5-input-left-container > .bp5-icon,
.bp5-input-group.bp5-small > .bp5-icon,
.bp5-input-group.bp5-small .bp5-input-action > .bp5-spinner{
  margin:4px;
}
.bp5-input-group.bp5-small .bp5-input{
  font-size:12px;
  height:24px;
  line-height:24px;
  padding-left:8px;
  padding-right:8px;
}
.bp5-input-group.bp5-small .bp5-input[type=search], .bp5-input-group.bp5-small .bp5-input.bp5-round{
  padding:0 12px;
}
.bp5-input-group.bp5-small .bp5-input:not(:first-child){
  padding-left:24px;
}
.bp5-input-group.bp5-small .bp5-input:not(:last-child){
  padding-right:24px;
}
.bp5-input-group.bp5-fill{
  flex:1 1 auto;
  width:100%;
}
.bp5-input-group.bp5-round .bp5-button,
.bp5-input-group.bp5-round .bp5-input,
.bp5-input-group.bp5-round .bp5-tag{
  border-radius:30px;
}
.bp5-dark .bp5-input-group .bp5-icon{
  color:#abb3bf;
}
.bp5-dark .bp5-input-group.bp5-disabled .bp5-icon{
  color:rgba(171, 179, 191, 0.6);
}
.bp5-input-group.bp5-intent-primary .bp5-input{
  box-shadow:0 0 0 0 rgba(45, 114, 210, 0), 0 0 0 0 rgba(45, 114, 210, 0), inset 0 0 0 1px #2d72d2, inset 0 0 0 1px rgba(17, 20, 24, 0.2), inset 0 1px 1px rgba(17, 20, 24, 0.3);
}
.bp5-input-group.bp5-intent-primary .bp5-input:focus{
  box-shadow:inset 0 0 0 1px rgba(45, 114, 210, 0.752), 0 0 0 2px rgba(45, 114, 210, 0.752), inset 0 1px 1px rgba(17, 20, 24, 0.2);
}
.bp5-input-group.bp5-intent-primary .bp5-input[readonly]{
  box-shadow:inset 0 0 0 1px #2d72d2;
}
.bp5-input-group.bp5-intent-primary .bp5-input:disabled, .bp5-input-group.bp5-intent-primary .bp5-input.bp5-disabled{
  box-shadow:none;
}
.bp5-dark .bp5-input-group.bp5-intent-primary .bp5-input{
  box-shadow:0 0 0 0 rgba(76, 144, 240, 0), 0 0 0 0 rgba(76, 144, 240, 0), inset 0 0 0 1px #4c90f0, inset 0 0 0 1px rgba(255, 255, 255, 0.2), inset 0 -1px 1px 0 rgba(255, 255, 255, 0.3);
}
.bp5-dark .bp5-input-group.bp5-intent-primary .bp5-input:focus{
  box-shadow:inset 0 0 0 1px rgba(76, 144, 240, 0.752), 0 0 0 2px rgba(76, 144, 240, 0.752), inset 0 0 0 1px rgba(255, 255, 255, 0.2), inset 0 -1px 1px 0 rgba(255, 255, 255, 0.3);
}
.bp5-dark .bp5-input-group.bp5-intent-primary .bp5-input[readonly]{
  box-shadow:inset 0 0 0 1px #4c90f0;
}
.bp5-dark .bp5-input-group.bp5-intent-primary .bp5-input:disabled, .bp5-dark .bp5-input-group.bp5-intent-primary .bp5-input.bp5-disabled{
  box-shadow:none;
}
.bp5-input-group.bp5-intent-primary > .bp5-icon{
  color:#215db0;
}
.bp5-dark .bp5-input-group.bp5-intent-primary > .bp5-icon{
  color:#8abbff;
}
.bp5-input-group.bp5-intent-success .bp5-input{
  box-shadow:0 0 0 0 rgba(35, 133, 81, 0), 0 0 0 0 rgba(35, 133, 81, 0), inset 0 0 0 1px #238551, inset 0 0 0 1px rgba(17, 20, 24, 0.2), inset 0 1px 1px rgba(17, 20, 24, 0.3);
}
.bp5-input-group.bp5-intent-success .bp5-input:focus{
  box-shadow:inset 0 0 0 1px rgba(35, 133, 81, 0.752), 0 0 0 2px rgba(35, 133, 81, 0.752), inset 0 1px 1px rgba(17, 20, 24, 0.2);
}
.bp5-input-group.bp5-intent-success .bp5-input[readonly]{
  box-shadow:inset 0 0 0 1px #238551;
}
.bp5-input-group.bp5-intent-success .bp5-input:disabled, .bp5-input-group.bp5-intent-success .bp5-input.bp5-disabled{
  box-shadow:none;
}
.bp5-dark .bp5-input-group.bp5-intent-success .bp5-input{
  box-shadow:0 0 0 0 rgba(50, 164, 103, 0), 0 0 0 0 rgba(50, 164, 103, 0), inset 0 0 0 1px #32a467, inset 0 0 0 1px rgba(255, 255, 255, 0.2), inset 0 -1px 1px 0 rgba(255, 255, 255, 0.3);
}
.bp5-dark .bp5-input-group.bp5-intent-success .bp5-input:focus{
  box-shadow:inset 0 0 0 1px rgba(50, 164, 103, 0.752), 0 0 0 2px rgba(50, 164, 103, 0.752), inset 0 0 0 1px rgba(255, 255, 255, 0.2), inset 0 -1px 1px 0 rgba(255, 255, 255, 0.3);
}
.bp5-dark .bp5-input-group.bp5-intent-success .bp5-input[readonly]{
  box-shadow:inset 0 0 0 1px #32a467;
}
.bp5-dark .bp5-input-group.bp5-intent-success .bp5-input:disabled, .bp5-dark .bp5-input-group.bp5-intent-success .bp5-input.bp5-disabled{
  box-shadow:none;
}
.bp5-input-group.bp5-intent-success > .bp5-icon{
  color:#1c6e42;
}
.bp5-dark .bp5-input-group.bp5-intent-success > .bp5-icon{
  color:#72ca9b;
}
.bp5-input-group.bp5-intent-warning .bp5-input{
  box-shadow:0 0 0 0 rgba(200, 118, 25, 0), 0 0 0 0 rgba(200, 118, 25, 0), inset 0 0 0 1px #c87619, inset 0 0 0 1px rgba(17, 20, 24, 0.2), inset 0 1px 1px rgba(17, 20, 24, 0.3);
}
.bp5-input-group.bp5-intent-warning .bp5-input:focus{
  box-shadow:inset 0 0 0 1px rgba(200, 118, 25, 0.752), 0 0 0 2px rgba(200, 118, 25, 0.752), inset 0 1px 1px rgba(17, 20, 24, 0.2);
}
.bp5-input-group.bp5-intent-warning .bp5-input[readonly]{
  box-shadow:inset 0 0 0 1px #c87619;
}
.bp5-input-group.bp5-intent-warning .bp5-input:disabled, .bp5-input-group.bp5-intent-warning .bp5-input.bp5-disabled{
  box-shadow:none;
}
.bp5-dark .bp5-input-group.bp5-intent-warning .bp5-input{
  box-shadow:0 0 0 0 rgba(236, 154, 60, 0), 0 0 0 0 rgba(236, 154, 60, 0), inset 0 0 0 1px #ec9a3c, inset 0 0 0 1px rgba(255, 255, 255, 0.2), inset 0 -1px 1px 0 rgba(255, 255, 255, 0.3);
}
.bp5-dark .bp5-input-group.bp5-intent-warning .bp5-input:focus{
  box-shadow:inset 0 0 0 1px rgba(236, 154, 60, 0.752), 0 0 0 2px rgba(236, 154, 60, 0.752), inset 0 0 0 1px rgba(255, 255, 255, 0.2), inset 0 -1px 1px 0 rgba(255, 255, 255, 0.3);
}
.bp5-dark .bp5-input-group.bp5-intent-warning .bp5-input[readonly]{
  box-shadow:inset 0 0 0 1px #ec9a3c;
}
.bp5-dark .bp5-input-group.bp5-intent-warning .bp5-input:disabled, .bp5-dark .bp5-input-group.bp5-intent-warning .bp5-input.bp5-disabled{
  box-shadow:none;
}
.bp5-input-group.bp5-intent-warning > .bp5-icon{
  color:#935610;
}
.bp5-dark .bp5-input-group.bp5-intent-warning > .bp5-icon{
  color:#fbb360;
}
.bp5-input-group.bp5-intent-danger .bp5-input{
  box-shadow:0 0 0 0 rgba(205, 66, 70, 0), 0 0 0 0 rgba(205, 66, 70, 0), inset 0 0 0 1px #cd4246, inset 0 0 0 1px rgba(17, 20, 24, 0.2), inset 0 1px 1px rgba(17, 20, 24, 0.3);
}
.bp5-input-group.bp5-intent-danger .bp5-input:focus{
  box-shadow:inset 0 0 0 1px rgba(205, 66, 70, 0.752), 0 0 0 2px rgba(205, 66, 70, 0.752), inset 0 1px 1px rgba(17, 20, 24, 0.2);
}
.bp5-input-group.bp5-intent-danger .bp5-input[readonly]{
  box-shadow:inset 0 0 0 1px #cd4246;
}
.bp5-input-group.bp5-intent-danger .bp5-input:disabled, .bp5-input-group.bp5-intent-danger .bp5-input.bp5-disabled{
  box-shadow:none;
}
.bp5-dark .bp5-input-group.bp5-intent-danger .bp5-input{
  box-shadow:0 0 0 0 rgba(231, 106, 110, 0), 0 0 0 0 rgba(231, 106, 110, 0), inset 0 0 0 1px #e76a6e, inset 0 0 0 1px rgba(255, 255, 255, 0.2), inset 0 -1px 1px 0 rgba(255, 255, 255, 0.3);
}
.bp5-dark .bp5-input-group.bp5-intent-danger .bp5-input:focus{
  box-shadow:inset 0 0 0 1px rgba(231, 106, 110, 0.752), 0 0 0 2px rgba(231, 106, 110, 0.752), inset 0 0 0 1px rgba(255, 255, 255, 0.2), inset 0 -1px 1px 0 rgba(255, 255, 255, 0.3);
}
.bp5-dark .bp5-input-group.bp5-intent-danger .bp5-input[readonly]{
  box-shadow:inset 0 0 0 1px #e76a6e;
}
.bp5-dark .bp5-input-group.bp5-intent-danger .bp5-input:disabled, .bp5-dark .bp5-input-group.bp5-intent-danger .bp5-input.bp5-disabled{
  box-shadow:none;
}
.bp5-input-group.bp5-intent-danger > .bp5-icon{
  color:#ac2f33;
}
.bp5-dark .bp5-input-group.bp5-intent-danger > .bp5-icon{
  color:#fa999c;
}
.bp5-input{
  -webkit-appearance:none;
     -moz-appearance:none;
          appearance:none;
  background:#ffffff;
  border:none;
  border-radius:2px;
  box-shadow:0 0 0 0 rgba(33, 93, 176, 0), 0 0 0 0 rgba(33, 93, 176, 0), inset 0 0 0 1px rgba(17, 20, 24, 0.2), inset 0 1px 1px rgba(17, 20, 24, 0.3);
  color:#1c2127;
  font-size:14px;
  font-weight:400;
  height:30px;
  line-height:30px;
  outline:none;
  padding:0 10px;
  transition:box-shadow 100ms cubic-bezier(0.4, 1, 0.75, 0.9);
  vertical-align:middle;
}
.bp5-input::-moz-placeholder{
  color:#5f6b7c;
  opacity:1;
}
.bp5-input::placeholder{
  color:#5f6b7c;
  opacity:1;
}
.bp5-input:focus, .bp5-input.bp5-active{
  box-shadow:inset 0 0 0 1px rgba(33, 93, 176, 0.752), 0 0 0 1px rgba(33, 93, 176, 0.752), inset 0 1px 1px rgba(17, 20, 24, 0.2);
}
.bp5-input[type=search], .bp5-input.bp5-round{
  border-radius:30px;
  box-sizing:border-box;
  padding-left:10px;
}
.bp5-input[readonly]{
  box-shadow:inset 0 0 0 1px rgba(17, 20, 24, 0.15);
}
.bp5-input:disabled, .bp5-input.bp5-disabled{
  background:rgba(211, 216, 222, 0.5);
  box-shadow:none;
  color:rgba(95, 107, 124, 0.6);
  cursor:not-allowed;
  resize:none;
}
.bp5-input:disabled::-moz-placeholder, .bp5-input.bp5-disabled::-moz-placeholder{
  color:rgba(95, 107, 124, 0.6);
}
.bp5-input:disabled::placeholder, .bp5-input.bp5-disabled::placeholder{
  color:rgba(95, 107, 124, 0.6);
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-input{
    border:1px solid buttonborder;
  }
}
.bp5-input.bp5-large{
  font-size:16px;
  height:40px;
  line-height:40px;
}
.bp5-input.bp5-large[type=search], .bp5-input.bp5-large.bp5-round{
  padding:0 15px;
}
.bp5-input.bp5-small{
  font-size:12px;
  height:24px;
  line-height:24px;
  padding-left:8px;
  padding-right:8px;
}
.bp5-input.bp5-small[type=search], .bp5-input.bp5-small.bp5-round{
  padding:0 12px;
}
.bp5-input.bp5-fill{
  flex:1 1 auto;
  width:100%;
}
.bp5-dark .bp5-input{
  background:rgba(17, 20, 24, 0.3);
  box-shadow:0 0 0 0 rgba(138, 187, 255, 0), 0 0 0 0 rgba(138, 187, 255, 0), inset 0 0 0 1px rgba(255, 255, 255, 0.2), inset 0 -1px 1px 0 rgba(255, 255, 255, 0.3);
  color:#f6f7f9;
}
.bp5-dark .bp5-input::-moz-placeholder{
  color:#abb3bf;
}
.bp5-dark .bp5-input::placeholder{
  color:#abb3bf;
}
.bp5-dark .bp5-input:focus{
  box-shadow:inset 0 0 0 1px rgba(138, 187, 255, 0.752), 0 0 0 1px rgba(138, 187, 255, 0.752);
}
.bp5-dark .bp5-input[readonly]{
  box-shadow:inset 0 0 0 1px rgba(17, 20, 24, 0.4);
}
.bp5-dark .bp5-input:disabled, .bp5-dark .bp5-input.bp5-disabled{
  background:rgba(64, 72, 84, 0.5);
  box-shadow:none;
  color:rgba(171, 179, 191, 0.6);
}
.bp5-input.bp5-intent-primary{
  box-shadow:0 0 0 0 rgba(45, 114, 210, 0), 0 0 0 0 rgba(45, 114, 210, 0), inset 0 0 0 1px #2d72d2, inset 0 0 0 1px rgba(17, 20, 24, 0.2), inset 0 1px 1px rgba(17, 20, 24, 0.3);
}
.bp5-input.bp5-intent-primary:focus{
  box-shadow:inset 0 0 0 1px rgba(45, 114, 210, 0.752), 0 0 0 2px rgba(45, 114, 210, 0.752), inset 0 1px 1px rgba(17, 20, 24, 0.2);
}
.bp5-input.bp5-intent-primary[readonly]{
  box-shadow:inset 0 0 0 1px #2d72d2;
}
.bp5-input.bp5-intent-primary:disabled, .bp5-input.bp5-intent-primary.bp5-disabled{
  box-shadow:none;
}
.bp5-dark .bp5-input.bp5-intent-primary{
  box-shadow:0 0 0 0 rgba(76, 144, 240, 0), 0 0 0 0 rgba(76, 144, 240, 0), inset 0 0 0 1px #4c90f0, inset 0 0 0 1px rgba(255, 255, 255, 0.2), inset 0 -1px 1px 0 rgba(255, 255, 255, 0.3);
}
.bp5-dark .bp5-input.bp5-intent-primary:focus{
  box-shadow:inset 0 0 0 1px rgba(76, 144, 240, 0.752), 0 0 0 2px rgba(76, 144, 240, 0.752), inset 0 0 0 1px rgba(255, 255, 255, 0.2), inset 0 -1px 1px 0 rgba(255, 255, 255, 0.3);
}
.bp5-dark .bp5-input.bp5-intent-primary[readonly]{
  box-shadow:inset 0 0 0 1px #4c90f0;
}
.bp5-dark .bp5-input.bp5-intent-primary:disabled, .bp5-dark .bp5-input.bp5-intent-primary.bp5-disabled{
  box-shadow:none;
}
.bp5-input.bp5-intent-success{
  box-shadow:0 0 0 0 rgba(35, 133, 81, 0), 0 0 0 0 rgba(35, 133, 81, 0), inset 0 0 0 1px #238551, inset 0 0 0 1px rgba(17, 20, 24, 0.2), inset 0 1px 1px rgba(17, 20, 24, 0.3);
}
.bp5-input.bp5-intent-success:focus{
  box-shadow:inset 0 0 0 1px rgba(35, 133, 81, 0.752), 0 0 0 2px rgba(35, 133, 81, 0.752), inset 0 1px 1px rgba(17, 20, 24, 0.2);
}
.bp5-input.bp5-intent-success[readonly]{
  box-shadow:inset 0 0 0 1px #238551;
}
.bp5-input.bp5-intent-success:disabled, .bp5-input.bp5-intent-success.bp5-disabled{
  box-shadow:none;
}
.bp5-dark .bp5-input.bp5-intent-success{
  box-shadow:0 0 0 0 rgba(50, 164, 103, 0), 0 0 0 0 rgba(50, 164, 103, 0), inset 0 0 0 1px #32a467, inset 0 0 0 1px rgba(255, 255, 255, 0.2), inset 0 -1px 1px 0 rgba(255, 255, 255, 0.3);
}
.bp5-dark .bp5-input.bp5-intent-success:focus{
  box-shadow:inset 0 0 0 1px rgba(50, 164, 103, 0.752), 0 0 0 2px rgba(50, 164, 103, 0.752), inset 0 0 0 1px rgba(255, 255, 255, 0.2), inset 0 -1px 1px 0 rgba(255, 255, 255, 0.3);
}
.bp5-dark .bp5-input.bp5-intent-success[readonly]{
  box-shadow:inset 0 0 0 1px #32a467;
}
.bp5-dark .bp5-input.bp5-intent-success:disabled, .bp5-dark .bp5-input.bp5-intent-success.bp5-disabled{
  box-shadow:none;
}
.bp5-input.bp5-intent-warning{
  box-shadow:0 0 0 0 rgba(200, 118, 25, 0), 0 0 0 0 rgba(200, 118, 25, 0), inset 0 0 0 1px #c87619, inset 0 0 0 1px rgba(17, 20, 24, 0.2), inset 0 1px 1px rgba(17, 20, 24, 0.3);
}
.bp5-input.bp5-intent-warning:focus{
  box-shadow:inset 0 0 0 1px rgba(200, 118, 25, 0.752), 0 0 0 2px rgba(200, 118, 25, 0.752), inset 0 1px 1px rgba(17, 20, 24, 0.2);
}
.bp5-input.bp5-intent-warning[readonly]{
  box-shadow:inset 0 0 0 1px #c87619;
}
.bp5-input.bp5-intent-warning:disabled, .bp5-input.bp5-intent-warning.bp5-disabled{
  box-shadow:none;
}
.bp5-dark .bp5-input.bp5-intent-warning{
  box-shadow:0 0 0 0 rgba(236, 154, 60, 0), 0 0 0 0 rgba(236, 154, 60, 0), inset 0 0 0 1px #ec9a3c, inset 0 0 0 1px rgba(255, 255, 255, 0.2), inset 0 -1px 1px 0 rgba(255, 255, 255, 0.3);
}
.bp5-dark .bp5-input.bp5-intent-warning:focus{
  box-shadow:inset 0 0 0 1px rgba(236, 154, 60, 0.752), 0 0 0 2px rgba(236, 154, 60, 0.752), inset 0 0 0 1px rgba(255, 255, 255, 0.2), inset 0 -1px 1px 0 rgba(255, 255, 255, 0.3);
}
.bp5-dark .bp5-input.bp5-intent-warning[readonly]{
  box-shadow:inset 0 0 0 1px #ec9a3c;
}
.bp5-dark .bp5-input.bp5-intent-warning:disabled, .bp5-dark .bp5-input.bp5-intent-warning.bp5-disabled{
  box-shadow:none;
}
.bp5-input.bp5-intent-danger{
  box-shadow:0 0 0 0 rgba(205, 66, 70, 0), 0 0 0 0 rgba(205, 66, 70, 0), inset 0 0 0 1px #cd4246, inset 0 0 0 1px rgba(17, 20, 24, 0.2), inset 0 1px 1px rgba(17, 20, 24, 0.3);
}
.bp5-input.bp5-intent-danger:focus{
  box-shadow:inset 0 0 0 1px rgba(205, 66, 70, 0.752), 0 0 0 2px rgba(205, 66, 70, 0.752), inset 0 1px 1px rgba(17, 20, 24, 0.2);
}
.bp5-input.bp5-intent-danger[readonly]{
  box-shadow:inset 0 0 0 1px #cd4246;
}
.bp5-input.bp5-intent-danger:disabled, .bp5-input.bp5-intent-danger.bp5-disabled{
  box-shadow:none;
}
.bp5-dark .bp5-input.bp5-intent-danger{
  box-shadow:0 0 0 0 rgba(231, 106, 110, 0), 0 0 0 0 rgba(231, 106, 110, 0), inset 0 0 0 1px #e76a6e, inset 0 0 0 1px rgba(255, 255, 255, 0.2), inset 0 -1px 1px 0 rgba(255, 255, 255, 0.3);
}
.bp5-dark .bp5-input.bp5-intent-danger:focus{
  box-shadow:inset 0 0 0 1px rgba(231, 106, 110, 0.752), 0 0 0 2px rgba(231, 106, 110, 0.752), inset 0 0 0 1px rgba(255, 255, 255, 0.2), inset 0 -1px 1px 0 rgba(255, 255, 255, 0.3);
}
.bp5-dark .bp5-input.bp5-intent-danger[readonly]{
  box-shadow:inset 0 0 0 1px #e76a6e;
}
.bp5-dark .bp5-input.bp5-intent-danger:disabled, .bp5-dark .bp5-input.bp5-intent-danger.bp5-disabled{
  box-shadow:none;
}
.bp5-input::-ms-clear{
  display:none;
}

@supports (-webkit-touch-callout: none){
  input.bp5-input:disabled, input.bp5-input.bp5-disabled{
    opacity:1;
    -webkit-text-fill-color:rgba(95, 107, 124, 0.6);
  }
  .bp5-dark input.bp5-input:disabled, .bp5-dark input.bp5-input.bp5-disabled{
    -webkit-text-fill-color:rgba(171, 179, 191, 0.6);
  }
}
textarea.bp5-input{
  max-width:100%;
  padding:10px;
}
textarea.bp5-input, textarea.bp5-input.bp5-large, textarea.bp5-input.bp5-small{
  height:auto;
  line-height:inherit;
}
textarea.bp5-input.bp5-small{
  padding:8px;
}

.bp5-text-area.bp5-text-area-auto-resize{
  resize:horizontal;
}
label.bp5-label{
  display:block;
  margin-bottom:15px;
  margin-top:0;
}
label.bp5-label .bp5-html-select,
label.bp5-label .bp5-input,
label.bp5-label .bp5-select,
label.bp5-label .bp5-slider,
label.bp5-label .bp5-popover-wrapper{
  display:block;
  margin-top:5px;
  text-transform:none;
}
label.bp5-label .bp5-button-group{
  margin-top:5px;
}
label.bp5-label .bp5-select select,
label.bp5-label .bp5-html-select select{
  font-weight:400;
  vertical-align:top;
  width:100%;
}
label.bp5-label .bp5-control-group{
  margin-top:5px;
}
label.bp5-label .bp5-control-group > .bp5-button-group,
label.bp5-label .bp5-control-group > .bp5-html-select,
label.bp5-label .bp5-control-group > .bp5-input,
label.bp5-label .bp5-control-group > .bp5-select,
label.bp5-label .bp5-control-group > .bp5-slider,
label.bp5-label .bp5-control-group > .bp5-popover-wrapper{
  margin-top:0;
}
label.bp5-label.bp5-disabled,
label.bp5-label.bp5-disabled .bp5-text-muted{
  color:rgba(95, 107, 124, 0.6);
}
label.bp5-label.bp5-inline{
  line-height:30px;
}
label.bp5-label.bp5-inline .bp5-html-select,
label.bp5-label.bp5-inline .bp5-input,
label.bp5-label.bp5-inline .bp5-input-group,
label.bp5-label.bp5-inline .bp5-select,
label.bp5-label.bp5-inline .bp5-popover-wrapper{
  display:inline-block;
  margin:0 0 0 5px;
  vertical-align:top;
}
label.bp5-label.bp5-inline .bp5-button-group{
  margin:0 0 0 5px;
}
label.bp5-label.bp5-inline .bp5-input-group .bp5-input{
  margin-left:0;
}
label.bp5-label.bp5-inline.bp5-large{
  line-height:40px;
}
label.bp5-label.bp5-inline .bp5-control-group{
  margin:0 0 0 5px;
}
label.bp5-label.bp5-inline .bp5-control-group > .bp5-button-group,
label.bp5-label.bp5-inline .bp5-control-group > .bp5-html-select,
label.bp5-label.bp5-inline .bp5-control-group > .bp5-input,
label.bp5-label.bp5-inline .bp5-control-group > .bp5-select,
label.bp5-label.bp5-inline .bp5-control-group > .bp5-slider,
label.bp5-label.bp5-inline .bp5-control-group > .bp5-popover-wrapper{
  margin:0;
}
label.bp5-label:not(.bp5-inline) .bp5-popover-target{
  display:block;
}
.bp5-dark label.bp5-label{
  color:#f6f7f9;
}
.bp5-dark label.bp5-label.bp5-disabled,
.bp5-dark label.bp5-label.bp5-disabled .bp5-text-muted{
  color:rgba(171, 179, 191, 0.6);
}
.bp5-numeric-input .bp5-button-group.bp5-vertical > .bp5-button{
  flex:1 1 11px;
  min-height:0;
  padding:0;
  width:24px;
}
.bp5-numeric-input.bp5-large .bp5-button-group.bp5-vertical > .bp5-button{
  width:40px;
}
.bp5-numeric-input.bp5-small .bp5-button-group.bp5-vertical > .bp5-button{
  width:24px;
}

form{
  display:block;
}
.bp5-html-select select,
.bp5-select select{
  display:inline-flex;
  flex-direction:row;
  align-items:center;
  border:none;
  border-radius:2px;
  cursor:pointer;
  font-size:14px;
  justify-content:center;
  padding:5px 10px;
  text-align:left;
  vertical-align:middle;
  background-color:#f6f7f9;
  box-shadow:inset 0 0 0 1px rgba(17, 20, 24, 0.2), 0 1px 2px rgba(17, 20, 24, 0.1);
  color:#1c2127;
  -moz-appearance:none;
  -webkit-appearance:none;
  border-radius:2px;
  height:30px;
  padding:0 30px 0 10px;
  width:100%;
}
.bp5-html-select select > *,
.bp5-select select > *{
  flex-grow:0;
  flex-shrink:0;
}
.bp5-html-select select > .bp5-fill,
.bp5-select select > .bp5-fill{
  flex-grow:1;
  flex-shrink:1;
}
.bp5-html-select select::before,
.bp5-select select::before,
.bp5-html-select select > *,
.bp5-select select > *{
  margin-right:7px;
}
.bp5-html-select select:empty::before,
.bp5-select select:empty::before,
.bp5-html-select select > :last-child,
.bp5-select select > :last-child{
  margin-right:0;
}
.bp5-html-select select:hover,
.bp5-select select:hover{
  background-clip:padding-box;
  background-color:#edeff2;
  box-shadow:inset 0 0 0 1px rgba(17, 20, 24, 0.2), 0 1px 2px rgba(17, 20, 24, 0.2);
}
.bp5-html-select select:active,
.bp5-select select:active, .bp5-html-select select.bp5-active,
.bp5-select select.bp5-active{
  background-color:#dce0e5;
  box-shadow:inset 0 0 0 1px rgba(17, 20, 24, 0.2), 0 1px 2px rgba(17, 20, 24, 0.2);
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-html-select select:active,
  .bp5-select select:active, .bp5-html-select select.bp5-active,
  .bp5-select select.bp5-active{
    background:highlight;
  }
}
.bp5-html-select select:disabled,
.bp5-select select:disabled, .bp5-html-select select.bp5-disabled,
.bp5-select select.bp5-disabled{
  background-color:rgba(211, 216, 222, 0.5);
  box-shadow:none;
  color:rgba(95, 107, 124, 0.6);
  cursor:not-allowed;
  outline:none;
}
.bp5-html-select select:disabled.bp5-active,
.bp5-select select:disabled.bp5-active, .bp5-html-select select.bp5-disabled.bp5-active,
.bp5-select select.bp5-disabled.bp5-active{
  background:rgba(211, 216, 222, 0.7);
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-html-select select,
  .bp5-select select{
    border:1px solid buttonborder;
  }
}

.bp5-html-select.bp5-minimal select,
.bp5-select.bp5-minimal select{
  background:none;
  box-shadow:none;
}
.bp5-html-select.bp5-minimal select:hover,
.bp5-select.bp5-minimal select:hover{
  background:rgba(143, 153, 168, 0.15);
  box-shadow:none;
  color:#1c2127;
  text-decoration:none;
}
.bp5-html-select.bp5-minimal select:active,
.bp5-select.bp5-minimal select:active, .bp5-html-select.bp5-minimal select.bp5-active,
.bp5-select.bp5-minimal select.bp5-active{
  background:rgba(143, 153, 168, 0.3);
  box-shadow:none;
  color:#1c2127;
}
.bp5-html-select.bp5-minimal select:disabled,
.bp5-select.bp5-minimal select:disabled, .bp5-html-select.bp5-minimal select.bp5-disabled,
.bp5-select.bp5-minimal select.bp5-disabled{
  background:none;
  color:rgba(95, 107, 124, 0.6);
  cursor:not-allowed;
}
.bp5-html-select.bp5-minimal select:disabled.bp5-active,
.bp5-select.bp5-minimal select:disabled.bp5-active, .bp5-html-select.bp5-minimal select.bp5-disabled.bp5-active,
.bp5-select.bp5-minimal select.bp5-disabled.bp5-active{
  background:rgba(143, 153, 168, 0.3);
}
.bp5-dark .bp5-html-select.bp5-minimal select, .bp5-html-select.bp5-minimal .bp5-dark select,
.bp5-dark .bp5-select.bp5-minimal select,
.bp5-select.bp5-minimal .bp5-dark select{
  background:none;
  box-shadow:none;
  color:#ffffff;
}
.bp5-dark .bp5-html-select.bp5-minimal select:hover, .bp5-html-select.bp5-minimal .bp5-dark select:hover,
.bp5-dark .bp5-select.bp5-minimal select:hover,
.bp5-select.bp5-minimal .bp5-dark select:hover, .bp5-dark .bp5-html-select.bp5-minimal select:active, .bp5-html-select.bp5-minimal .bp5-dark select:active,
.bp5-dark .bp5-select.bp5-minimal select:active,
.bp5-select.bp5-minimal .bp5-dark select:active, .bp5-dark .bp5-html-select.bp5-minimal select.bp5-active, .bp5-html-select.bp5-minimal .bp5-dark select.bp5-active,
.bp5-dark .bp5-select.bp5-minimal select.bp5-active,
.bp5-select.bp5-minimal .bp5-dark select.bp5-active{
  background:none;
  box-shadow:none;
  color:#ffffff;
}
.bp5-dark .bp5-html-select.bp5-minimal select:hover, .bp5-html-select.bp5-minimal .bp5-dark select:hover,
.bp5-dark .bp5-select.bp5-minimal select:hover,
.bp5-select.bp5-minimal .bp5-dark select:hover{
  background:rgba(143, 153, 168, 0.15);
}
.bp5-dark .bp5-html-select.bp5-minimal select:active, .bp5-html-select.bp5-minimal .bp5-dark select:active,
.bp5-dark .bp5-select.bp5-minimal select:active,
.bp5-select.bp5-minimal .bp5-dark select:active, .bp5-dark .bp5-html-select.bp5-minimal select.bp5-active, .bp5-html-select.bp5-minimal .bp5-dark select.bp5-active,
.bp5-dark .bp5-select.bp5-minimal select.bp5-active,
.bp5-select.bp5-minimal .bp5-dark select.bp5-active{
  background:rgba(143, 153, 168, 0.3);
}
.bp5-dark .bp5-html-select.bp5-minimal select:disabled, .bp5-html-select.bp5-minimal .bp5-dark select:disabled,
.bp5-dark .bp5-select.bp5-minimal select:disabled,
.bp5-select.bp5-minimal .bp5-dark select:disabled, .bp5-dark .bp5-html-select.bp5-minimal select.bp5-disabled, .bp5-html-select.bp5-minimal .bp5-dark select.bp5-disabled,
.bp5-dark .bp5-select.bp5-minimal select.bp5-disabled,
.bp5-select.bp5-minimal .bp5-dark select.bp5-disabled{
  background:none;
  color:rgba(171, 179, 191, 0.6);
  cursor:not-allowed;
}
.bp5-dark .bp5-html-select.bp5-minimal select:disabled.bp5-active, .bp5-html-select.bp5-minimal .bp5-dark select:disabled.bp5-active,
.bp5-dark .bp5-select.bp5-minimal select:disabled.bp5-active,
.bp5-select.bp5-minimal .bp5-dark select:disabled.bp5-active, .bp5-dark .bp5-html-select.bp5-minimal select.bp5-disabled.bp5-active, .bp5-html-select.bp5-minimal .bp5-dark select.bp5-disabled.bp5-active,
.bp5-dark .bp5-select.bp5-minimal select.bp5-disabled.bp5-active,
.bp5-select.bp5-minimal .bp5-dark select.bp5-disabled.bp5-active{
  background:rgba(143, 153, 168, 0.3);
}
.bp5-html-select.bp5-minimal select.bp5-intent-primary,
.bp5-select.bp5-minimal select.bp5-intent-primary{
  color:#215db0;
}
.bp5-html-select.bp5-minimal select.bp5-intent-primary:hover,
.bp5-select.bp5-minimal select.bp5-intent-primary:hover, .bp5-html-select.bp5-minimal select.bp5-intent-primary:active,
.bp5-select.bp5-minimal select.bp5-intent-primary:active, .bp5-html-select.bp5-minimal select.bp5-intent-primary.bp5-active,
.bp5-select.bp5-minimal select.bp5-intent-primary.bp5-active{
  background:none;
  box-shadow:none;
  color:#215db0;
}
.bp5-html-select.bp5-minimal select.bp5-intent-primary:hover,
.bp5-select.bp5-minimal select.bp5-intent-primary:hover{
  background:rgba(45, 114, 210, 0.15);
  color:#215db0;
}
.bp5-html-select.bp5-minimal select.bp5-intent-primary:active,
.bp5-select.bp5-minimal select.bp5-intent-primary:active, .bp5-html-select.bp5-minimal select.bp5-intent-primary.bp5-active,
.bp5-select.bp5-minimal select.bp5-intent-primary.bp5-active{
  background:rgba(45, 114, 210, 0.3);
  color:#184a90;
}
.bp5-html-select.bp5-minimal select.bp5-intent-primary:disabled,
.bp5-select.bp5-minimal select.bp5-intent-primary:disabled, .bp5-html-select.bp5-minimal select.bp5-intent-primary.bp5-disabled,
.bp5-select.bp5-minimal select.bp5-intent-primary.bp5-disabled{
  background:none;
  color:rgba(33, 93, 176, 0.5);
}
.bp5-html-select.bp5-minimal select.bp5-intent-primary:disabled.bp5-active,
.bp5-select.bp5-minimal select.bp5-intent-primary:disabled.bp5-active, .bp5-html-select.bp5-minimal select.bp5-intent-primary.bp5-disabled.bp5-active,
.bp5-select.bp5-minimal select.bp5-intent-primary.bp5-disabled.bp5-active{
  background:rgba(45, 114, 210, 0.3);
}
.bp5-html-select.bp5-minimal select.bp5-intent-primary .bp5-button-spinner .bp5-spinner-head,
.bp5-select.bp5-minimal select.bp5-intent-primary .bp5-button-spinner .bp5-spinner-head{
  stroke:#215db0;
}
.bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-primary, .bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-primary,
.bp5-dark .bp5-select.bp5-minimal select.bp5-intent-primary,
.bp5-select.bp5-minimal .bp5-dark select.bp5-intent-primary{
  color:#8abbff;
}
.bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-primary:hover, .bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-primary:hover,
.bp5-dark .bp5-select.bp5-minimal select.bp5-intent-primary:hover,
.bp5-select.bp5-minimal .bp5-dark select.bp5-intent-primary:hover{
  background:rgba(45, 114, 210, 0.2);
  color:#8abbff;
}
.bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-primary:active, .bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-primary:active,
.bp5-dark .bp5-select.bp5-minimal select.bp5-intent-primary:active,
.bp5-select.bp5-minimal .bp5-dark select.bp5-intent-primary:active, .bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-primary.bp5-active, .bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-primary.bp5-active,
.bp5-dark .bp5-select.bp5-minimal select.bp5-intent-primary.bp5-active,
.bp5-select.bp5-minimal .bp5-dark select.bp5-intent-primary.bp5-active{
  background:rgba(45, 114, 210, 0.3);
  color:#99c4ff;
}
.bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-primary:disabled, .bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-primary:disabled,
.bp5-dark .bp5-select.bp5-minimal select.bp5-intent-primary:disabled,
.bp5-select.bp5-minimal .bp5-dark select.bp5-intent-primary:disabled, .bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-primary.bp5-disabled, .bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-primary.bp5-disabled,
.bp5-dark .bp5-select.bp5-minimal select.bp5-intent-primary.bp5-disabled,
.bp5-select.bp5-minimal .bp5-dark select.bp5-intent-primary.bp5-disabled{
  background:none;
  color:rgba(138, 187, 255, 0.5);
}
.bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-primary:disabled.bp5-active, .bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-primary:disabled.bp5-active,
.bp5-dark .bp5-select.bp5-minimal select.bp5-intent-primary:disabled.bp5-active,
.bp5-select.bp5-minimal .bp5-dark select.bp5-intent-primary:disabled.bp5-active, .bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-primary.bp5-disabled.bp5-active, .bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-primary.bp5-disabled.bp5-active,
.bp5-dark .bp5-select.bp5-minimal select.bp5-intent-primary.bp5-disabled.bp5-active,
.bp5-select.bp5-minimal .bp5-dark select.bp5-intent-primary.bp5-disabled.bp5-active{
  background:rgba(45, 114, 210, 0.3);
}
.bp5-html-select.bp5-minimal select.bp5-intent-success,
.bp5-select.bp5-minimal select.bp5-intent-success{
  color:#1c6e42;
}
.bp5-html-select.bp5-minimal select.bp5-intent-success:hover,
.bp5-select.bp5-minimal select.bp5-intent-success:hover, .bp5-html-select.bp5-minimal select.bp5-intent-success:active,
.bp5-select.bp5-minimal select.bp5-intent-success:active, .bp5-html-select.bp5-minimal select.bp5-intent-success.bp5-active,
.bp5-select.bp5-minimal select.bp5-intent-success.bp5-active{
  background:none;
  box-shadow:none;
  color:#1c6e42;
}
.bp5-html-select.bp5-minimal select.bp5-intent-success:hover,
.bp5-select.bp5-minimal select.bp5-intent-success:hover{
  background:rgba(35, 133, 81, 0.15);
  color:#1c6e42;
}
.bp5-html-select.bp5-minimal select.bp5-intent-success:active,
.bp5-select.bp5-minimal select.bp5-intent-success:active, .bp5-html-select.bp5-minimal select.bp5-intent-success.bp5-active,
.bp5-select.bp5-minimal select.bp5-intent-success.bp5-active{
  background:rgba(35, 133, 81, 0.3);
  color:#165a36;
}
.bp5-html-select.bp5-minimal select.bp5-intent-success:disabled,
.bp5-select.bp5-minimal select.bp5-intent-success:disabled, .bp5-html-select.bp5-minimal select.bp5-intent-success.bp5-disabled,
.bp5-select.bp5-minimal select.bp5-intent-success.bp5-disabled{
  background:none;
  color:rgba(28, 110, 66, 0.5);
}
.bp5-html-select.bp5-minimal select.bp5-intent-success:disabled.bp5-active,
.bp5-select.bp5-minimal select.bp5-intent-success:disabled.bp5-active, .bp5-html-select.bp5-minimal select.bp5-intent-success.bp5-disabled.bp5-active,
.bp5-select.bp5-minimal select.bp5-intent-success.bp5-disabled.bp5-active{
  background:rgba(35, 133, 81, 0.3);
}
.bp5-html-select.bp5-minimal select.bp5-intent-success .bp5-button-spinner .bp5-spinner-head,
.bp5-select.bp5-minimal select.bp5-intent-success .bp5-button-spinner .bp5-spinner-head{
  stroke:#1c6e42;
}
.bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-success, .bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-success,
.bp5-dark .bp5-select.bp5-minimal select.bp5-intent-success,
.bp5-select.bp5-minimal .bp5-dark select.bp5-intent-success{
  color:#72ca9b;
}
.bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-success:hover, .bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-success:hover,
.bp5-dark .bp5-select.bp5-minimal select.bp5-intent-success:hover,
.bp5-select.bp5-minimal .bp5-dark select.bp5-intent-success:hover{
  background:rgba(35, 133, 81, 0.2);
  color:#72ca9b;
}
.bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-success:active, .bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-success:active,
.bp5-dark .bp5-select.bp5-minimal select.bp5-intent-success:active,
.bp5-select.bp5-minimal .bp5-dark select.bp5-intent-success:active, .bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-success.bp5-active, .bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-success.bp5-active,
.bp5-dark .bp5-select.bp5-minimal select.bp5-intent-success.bp5-active,
.bp5-select.bp5-minimal .bp5-dark select.bp5-intent-success.bp5-active{
  background:rgba(35, 133, 81, 0.3);
  color:#7cd7a2;
}
.bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-success:disabled, .bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-success:disabled,
.bp5-dark .bp5-select.bp5-minimal select.bp5-intent-success:disabled,
.bp5-select.bp5-minimal .bp5-dark select.bp5-intent-success:disabled, .bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-success.bp5-disabled, .bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-success.bp5-disabled,
.bp5-dark .bp5-select.bp5-minimal select.bp5-intent-success.bp5-disabled,
.bp5-select.bp5-minimal .bp5-dark select.bp5-intent-success.bp5-disabled{
  background:none;
  color:rgba(114, 202, 155, 0.5);
}
.bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-success:disabled.bp5-active, .bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-success:disabled.bp5-active,
.bp5-dark .bp5-select.bp5-minimal select.bp5-intent-success:disabled.bp5-active,
.bp5-select.bp5-minimal .bp5-dark select.bp5-intent-success:disabled.bp5-active, .bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-success.bp5-disabled.bp5-active, .bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-success.bp5-disabled.bp5-active,
.bp5-dark .bp5-select.bp5-minimal select.bp5-intent-success.bp5-disabled.bp5-active,
.bp5-select.bp5-minimal .bp5-dark select.bp5-intent-success.bp5-disabled.bp5-active{
  background:rgba(35, 133, 81, 0.3);
}
.bp5-html-select.bp5-minimal select.bp5-intent-warning,
.bp5-select.bp5-minimal select.bp5-intent-warning{
  color:#935610;
}
.bp5-html-select.bp5-minimal select.bp5-intent-warning:hover,
.bp5-select.bp5-minimal select.bp5-intent-warning:hover, .bp5-html-select.bp5-minimal select.bp5-intent-warning:active,
.bp5-select.bp5-minimal select.bp5-intent-warning:active, .bp5-html-select.bp5-minimal select.bp5-intent-warning.bp5-active,
.bp5-select.bp5-minimal select.bp5-intent-warning.bp5-active{
  background:none;
  box-shadow:none;
  color:#935610;
}
.bp5-html-select.bp5-minimal select.bp5-intent-warning:hover,
.bp5-select.bp5-minimal select.bp5-intent-warning:hover{
  background:rgba(200, 118, 25, 0.15);
  color:#935610;
}
.bp5-html-select.bp5-minimal select.bp5-intent-warning:active,
.bp5-select.bp5-minimal select.bp5-intent-warning:active, .bp5-html-select.bp5-minimal select.bp5-intent-warning.bp5-active,
.bp5-select.bp5-minimal select.bp5-intent-warning.bp5-active{
  background:rgba(200, 118, 25, 0.3);
  color:#77450d;
}
.bp5-html-select.bp5-minimal select.bp5-intent-warning:disabled,
.bp5-select.bp5-minimal select.bp5-intent-warning:disabled, .bp5-html-select.bp5-minimal select.bp5-intent-warning.bp5-disabled,
.bp5-select.bp5-minimal select.bp5-intent-warning.bp5-disabled{
  background:none;
  color:rgba(147, 86, 16, 0.5);
}
.bp5-html-select.bp5-minimal select.bp5-intent-warning:disabled.bp5-active,
.bp5-select.bp5-minimal select.bp5-intent-warning:disabled.bp5-active, .bp5-html-select.bp5-minimal select.bp5-intent-warning.bp5-disabled.bp5-active,
.bp5-select.bp5-minimal select.bp5-intent-warning.bp5-disabled.bp5-active{
  background:rgba(200, 118, 25, 0.3);
}
.bp5-html-select.bp5-minimal select.bp5-intent-warning .bp5-button-spinner .bp5-spinner-head,
.bp5-select.bp5-minimal select.bp5-intent-warning .bp5-button-spinner .bp5-spinner-head{
  stroke:#935610;
}
.bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-warning, .bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-warning,
.bp5-dark .bp5-select.bp5-minimal select.bp5-intent-warning,
.bp5-select.bp5-minimal .bp5-dark select.bp5-intent-warning{
  color:#fbb360;
}
.bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-warning:hover, .bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-warning:hover,
.bp5-dark .bp5-select.bp5-minimal select.bp5-intent-warning:hover,
.bp5-select.bp5-minimal .bp5-dark select.bp5-intent-warning:hover{
  background:rgba(200, 118, 25, 0.2);
  color:#fbb360;
}
.bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-warning:active, .bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-warning:active,
.bp5-dark .bp5-select.bp5-minimal select.bp5-intent-warning:active,
.bp5-select.bp5-minimal .bp5-dark select.bp5-intent-warning:active, .bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-warning.bp5-active, .bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-warning.bp5-active,
.bp5-dark .bp5-select.bp5-minimal select.bp5-intent-warning.bp5-active,
.bp5-select.bp5-minimal .bp5-dark select.bp5-intent-warning.bp5-active{
  background:rgba(200, 118, 25, 0.3);
  color:#f5c186;
}
.bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-warning:disabled, .bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-warning:disabled,
.bp5-dark .bp5-select.bp5-minimal select.bp5-intent-warning:disabled,
.bp5-select.bp5-minimal .bp5-dark select.bp5-intent-warning:disabled, .bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-warning.bp5-disabled, .bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-warning.bp5-disabled,
.bp5-dark .bp5-select.bp5-minimal select.bp5-intent-warning.bp5-disabled,
.bp5-select.bp5-minimal .bp5-dark select.bp5-intent-warning.bp5-disabled{
  background:none;
  color:rgba(251, 179, 96, 0.5);
}
.bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-warning:disabled.bp5-active, .bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-warning:disabled.bp5-active,
.bp5-dark .bp5-select.bp5-minimal select.bp5-intent-warning:disabled.bp5-active,
.bp5-select.bp5-minimal .bp5-dark select.bp5-intent-warning:disabled.bp5-active, .bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-warning.bp5-disabled.bp5-active, .bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-warning.bp5-disabled.bp5-active,
.bp5-dark .bp5-select.bp5-minimal select.bp5-intent-warning.bp5-disabled.bp5-active,
.bp5-select.bp5-minimal .bp5-dark select.bp5-intent-warning.bp5-disabled.bp5-active{
  background:rgba(200, 118, 25, 0.3);
}
.bp5-html-select.bp5-minimal select.bp5-intent-danger,
.bp5-select.bp5-minimal select.bp5-intent-danger{
  color:#ac2f33;
}
.bp5-html-select.bp5-minimal select.bp5-intent-danger:hover,
.bp5-select.bp5-minimal select.bp5-intent-danger:hover, .bp5-html-select.bp5-minimal select.bp5-intent-danger:active,
.bp5-select.bp5-minimal select.bp5-intent-danger:active, .bp5-html-select.bp5-minimal select.bp5-intent-danger.bp5-active,
.bp5-select.bp5-minimal select.bp5-intent-danger.bp5-active{
  background:none;
  box-shadow:none;
  color:#ac2f33;
}
.bp5-html-select.bp5-minimal select.bp5-intent-danger:hover,
.bp5-select.bp5-minimal select.bp5-intent-danger:hover{
  background:rgba(205, 66, 70, 0.15);
  color:#ac2f33;
}
.bp5-html-select.bp5-minimal select.bp5-intent-danger:active,
.bp5-select.bp5-minimal select.bp5-intent-danger:active, .bp5-html-select.bp5-minimal select.bp5-intent-danger.bp5-active,
.bp5-select.bp5-minimal select.bp5-intent-danger.bp5-active{
  background:rgba(205, 66, 70, 0.3);
  color:#8e292c;
}
.bp5-html-select.bp5-minimal select.bp5-intent-danger:disabled,
.bp5-select.bp5-minimal select.bp5-intent-danger:disabled, .bp5-html-select.bp5-minimal select.bp5-intent-danger.bp5-disabled,
.bp5-select.bp5-minimal select.bp5-intent-danger.bp5-disabled{
  background:none;
  color:rgba(172, 47, 51, 0.5);
}
.bp5-html-select.bp5-minimal select.bp5-intent-danger:disabled.bp5-active,
.bp5-select.bp5-minimal select.bp5-intent-danger:disabled.bp5-active, .bp5-html-select.bp5-minimal select.bp5-intent-danger.bp5-disabled.bp5-active,
.bp5-select.bp5-minimal select.bp5-intent-danger.bp5-disabled.bp5-active{
  background:rgba(205, 66, 70, 0.3);
}
.bp5-html-select.bp5-minimal select.bp5-intent-danger .bp5-button-spinner .bp5-spinner-head,
.bp5-select.bp5-minimal select.bp5-intent-danger .bp5-button-spinner .bp5-spinner-head{
  stroke:#ac2f33;
}
.bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-danger, .bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-danger,
.bp5-dark .bp5-select.bp5-minimal select.bp5-intent-danger,
.bp5-select.bp5-minimal .bp5-dark select.bp5-intent-danger{
  color:#fa999c;
}
.bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-danger:hover, .bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-danger:hover,
.bp5-dark .bp5-select.bp5-minimal select.bp5-intent-danger:hover,
.bp5-select.bp5-minimal .bp5-dark select.bp5-intent-danger:hover{
  background:rgba(205, 66, 70, 0.2);
  color:#fa999c;
}
.bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-danger:active, .bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-danger:active,
.bp5-dark .bp5-select.bp5-minimal select.bp5-intent-danger:active,
.bp5-select.bp5-minimal .bp5-dark select.bp5-intent-danger:active, .bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-danger.bp5-active, .bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-danger.bp5-active,
.bp5-dark .bp5-select.bp5-minimal select.bp5-intent-danger.bp5-active,
.bp5-select.bp5-minimal .bp5-dark select.bp5-intent-danger.bp5-active{
  background:rgba(205, 66, 70, 0.3);
  color:#ffa1a4;
}
.bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-danger:disabled, .bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-danger:disabled,
.bp5-dark .bp5-select.bp5-minimal select.bp5-intent-danger:disabled,
.bp5-select.bp5-minimal .bp5-dark select.bp5-intent-danger:disabled, .bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-danger.bp5-disabled, .bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-danger.bp5-disabled,
.bp5-dark .bp5-select.bp5-minimal select.bp5-intent-danger.bp5-disabled,
.bp5-select.bp5-minimal .bp5-dark select.bp5-intent-danger.bp5-disabled{
  background:none;
  color:rgba(250, 153, 156, 0.5);
}
.bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-danger:disabled.bp5-active, .bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-danger:disabled.bp5-active,
.bp5-dark .bp5-select.bp5-minimal select.bp5-intent-danger:disabled.bp5-active,
.bp5-select.bp5-minimal .bp5-dark select.bp5-intent-danger:disabled.bp5-active, .bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-danger.bp5-disabled.bp5-active, .bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-danger.bp5-disabled.bp5-active,
.bp5-dark .bp5-select.bp5-minimal select.bp5-intent-danger.bp5-disabled.bp5-active,
.bp5-select.bp5-minimal .bp5-dark select.bp5-intent-danger.bp5-disabled.bp5-active{
  background:rgba(205, 66, 70, 0.3);
}

.bp5-html-select.bp5-large select,
.bp5-select.bp5-large select{
  font-size:16px;
  height:40px;
  padding-right:35px;
}

.bp5-dark .bp5-html-select select,
.bp5-dark .bp5-select select{
  background-color:#383e47;
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(17, 20, 24, 0.2);
  color:#f6f7f9;
}
.bp5-dark .bp5-html-select select:hover,
.bp5-dark .bp5-select select:hover, .bp5-dark .bp5-html-select select:active,
.bp5-dark .bp5-select select:active, .bp5-dark .bp5-html-select select.bp5-active,
.bp5-dark .bp5-select select.bp5-active{
  color:#f6f7f9;
}
.bp5-dark .bp5-html-select select:hover,
.bp5-dark .bp5-select select:hover{
  background-color:#2f343c;
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(17, 20, 24, 0.4);
}
.bp5-dark .bp5-html-select select:active,
.bp5-dark .bp5-select select:active, .bp5-dark .bp5-html-select select.bp5-active,
.bp5-dark .bp5-select select.bp5-active{
  background-color:#1c2127;
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(17, 20, 24, 0.4);
}
.bp5-dark .bp5-html-select select:disabled,
.bp5-dark .bp5-select select:disabled, .bp5-dark .bp5-html-select select.bp5-disabled,
.bp5-dark .bp5-select select.bp5-disabled{
  background-color:rgba(64, 72, 84, 0.5);
  box-shadow:none;
  color:rgba(171, 179, 191, 0.6);
}
.bp5-dark .bp5-html-select select:disabled.bp5-active,
.bp5-dark .bp5-select select:disabled.bp5-active, .bp5-dark .bp5-html-select select.bp5-disabled.bp5-active,
.bp5-dark .bp5-select select.bp5-disabled.bp5-active{
  background:rgba(64, 72, 84, 0.7);
}
.bp5-dark .bp5-html-select select .bp5-button-spinner .bp5-spinner-head,
.bp5-dark .bp5-select select .bp5-button-spinner .bp5-spinner-head{
  background:rgba(17, 20, 24, 0.5);
  stroke:#8f99a8;
}

.bp5-html-select select:disabled,
.bp5-select select:disabled{
  background-color:rgba(211, 216, 222, 0.5);
  box-shadow:none;
  color:rgba(95, 107, 124, 0.6);
  cursor:not-allowed;
}

.bp5-select::after, .bp5-html-select .bp5-icon,
.bp5-select .bp5-icon{
  color:#5f6b7c;
  pointer-events:none;
  position:absolute;
  right:10px;
  top:7px;
}
.bp5-disabled.bp5-select::after, .bp5-html-select .bp5-disabled.bp5-icon,
.bp5-select .bp5-disabled.bp5-icon{
  color:rgba(95, 107, 124, 0.6);
}
.bp5-html-select,
.bp5-select{
  display:inline-block;
  letter-spacing:normal;
  position:relative;
  vertical-align:middle;
}
.bp5-html-select .bp5-icon,
.bp5-select .bp5-icon{
  color:#5f6b7c;
}
.bp5-html-select .bp5-icon:hover,
.bp5-select .bp5-icon:hover{
  color:#1c2127;
}
.bp5-dark .bp5-html-select .bp5-icon,
.bp5-dark .bp5-select .bp5-icon{
  color:#abb3bf;
}
.bp5-dark .bp5-html-select .bp5-icon:hover,
.bp5-dark .bp5-select .bp5-icon:hover{
  color:#f6f7f9;
}
.bp5-html-select.bp5-large::after,
.bp5-html-select.bp5-large .bp5-icon,
.bp5-select.bp5-large::after,
.bp5-select.bp5-large .bp5-icon{
  right:12px;
  top:12px;
}
.bp5-html-select.bp5-fill,
.bp5-html-select.bp5-fill select,
.bp5-select.bp5-fill,
.bp5-select.bp5-fill select{
  width:100%;
}
.bp5-dark .bp5-html-select option,
.bp5-dark .bp5-select option{
  background-color:#2f343c;
  color:#f6f7f9;
}
.bp5-dark .bp5-html-select option:disabled,
.bp5-dark .bp5-select option:disabled{
  color:rgba(171, 179, 191, 0.6);
}
.bp5-dark .bp5-html-select::after,
.bp5-dark .bp5-select::after{
  color:#abb3bf;
}

.bp5-select::after{
  font-family:"blueprint-icons-16", sans-serif;
  font-size:16px;
  font-style:normal;
  font-variant:normal;
  font-weight:400;
  height:16px;
  line-height:1;
  width:16px;
  -moz-osx-font-smoothing:grayscale;
  -webkit-font-smoothing:antialiased;
  content:"\f184";
}
table.bp5-html-table, .bp5-running-text table{
  border-spacing:0;
  font-size:14px;
}
table.bp5-html-table th, .bp5-running-text table th,
table.bp5-html-table td,
.bp5-running-text table td{
  padding:11px;
  text-align:left;
  vertical-align:top;
}
table.bp5-html-table th, .bp5-running-text table th{
  color:#1c2127;
  font-weight:600;
}
table.bp5-html-table td, .bp5-running-text table td{
  color:#1c2127;
}
table.bp5-html-table tbody tr:first-child th, .bp5-running-text table tbody tr:first-child th,
table.bp5-html-table tbody tr:first-child td,
.bp5-running-text table tbody tr:first-child td,
table.bp5-html-table tfoot tr:first-child th,
.bp5-running-text table tfoot tr:first-child th,
table.bp5-html-table tfoot tr:first-child td,
.bp5-running-text table tfoot tr:first-child td{
  box-shadow:inset 0 1px 0 0 rgba(17, 20, 24, 0.15);
}
.bp5-dark table.bp5-html-table th, .bp5-dark .bp5-running-text table th, .bp5-running-text .bp5-dark table th{
  color:#f6f7f9;
}
.bp5-dark table.bp5-html-table td, .bp5-dark .bp5-running-text table td, .bp5-running-text .bp5-dark table td{
  color:#f6f7f9;
}
.bp5-dark table.bp5-html-table tbody tr:first-child th, .bp5-dark .bp5-running-text table tbody tr:first-child th, .bp5-running-text .bp5-dark table tbody tr:first-child th,
.bp5-dark table.bp5-html-table tbody tr:first-child td,
.bp5-dark .bp5-running-text table tbody tr:first-child td,
.bp5-running-text .bp5-dark table tbody tr:first-child td,
.bp5-dark table.bp5-html-table tfoot tr:first-child th,
.bp5-dark .bp5-running-text table tfoot tr:first-child th,
.bp5-running-text .bp5-dark table tfoot tr:first-child th,
.bp5-dark table.bp5-html-table tfoot tr:first-child td,
.bp5-dark .bp5-running-text table tfoot tr:first-child td,
.bp5-running-text .bp5-dark table tfoot tr:first-child td{
  box-shadow:inset 0 1px 0 0 rgba(255, 255, 255, 0.2);
}

table.bp5-html-table.bp5-compact th,
table.bp5-html-table.bp5-compact td{
  padding-bottom:6px;
  padding-top:6px;
}
table.bp5-html-table.bp5-html-table-striped tbody tr:nth-child(odd) td{
  background:rgba(143, 153, 168, 0.15);
}
table.bp5-html-table.bp5-html-table-bordered th:not(:first-child){
  box-shadow:inset 1px 0 0 0 rgba(17, 20, 24, 0.15);
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  table.bp5-html-table.bp5-html-table-bordered th:not(:first-child){
    border-left:1px solid buttonborder;
  }
}
table.bp5-html-table.bp5-html-table-bordered tbody tr td,
table.bp5-html-table.bp5-html-table-bordered tfoot tr td{
  box-shadow:inset 0 1px 0 0 rgba(17, 20, 24, 0.15);
}
table.bp5-html-table.bp5-html-table-bordered tbody tr td:not(:first-child),
table.bp5-html-table.bp5-html-table-bordered tfoot tr td:not(:first-child){
  box-shadow:inset 1px 1px 0 0 rgba(17, 20, 24, 0.15);
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  table.bp5-html-table.bp5-html-table-bordered tbody tr td:not(:first-child),
  table.bp5-html-table.bp5-html-table-bordered tfoot tr td:not(:first-child){
    border-left:1px solid buttonborder;
    border-top:1px solid buttonborder;
  }
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  table.bp5-html-table.bp5-html-table-bordered tbody tr td,
  table.bp5-html-table.bp5-html-table-bordered tfoot tr td{
    border-top:1px solid buttonborder;
  }
}
table.bp5-html-table.bp5-html-table-bordered.bp5-html-table-striped tbody tr:not(:first-child) td{
  box-shadow:none;
}
table.bp5-html-table.bp5-html-table-bordered.bp5-html-table-striped tbody tr:not(:first-child) td:not(:first-child){
  box-shadow:inset 1px 0 0 0 rgba(17, 20, 24, 0.15);
}
table.bp5-html-table.bp5-interactive tbody tr:hover td{
  background-color:rgba(143, 153, 168, 0.3);
  cursor:pointer;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  table.bp5-html-table.bp5-interactive tbody tr:hover td{
    background-color:highlight;
  }
}
table.bp5-html-table.bp5-interactive tbody tr:active td{
  background-color:rgba(143, 153, 168, 0.35);
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  table.bp5-html-table.bp5-interactive tbody tr:active td{
    background-color:highlight;
  }
}
.bp5-dark table.bp5-html-table{
}
.bp5-dark table.bp5-html-table.bp5-html-table-striped tbody tr:nth-child(odd) td{
  background:rgba(95, 107, 124, 0.15);
}
.bp5-dark table.bp5-html-table.bp5-html-table-bordered th:not(:first-child){
  box-shadow:inset 1px 0 0 0 rgba(255, 255, 255, 0.2);
}
.bp5-dark table.bp5-html-table.bp5-html-table-bordered tbody tr td,
.bp5-dark table.bp5-html-table.bp5-html-table-bordered tfoot tr td{
  box-shadow:inset 0 1px 0 0 rgba(255, 255, 255, 0.2);
}
.bp5-dark table.bp5-html-table.bp5-html-table-bordered tbody tr td:not(:first-child),
.bp5-dark table.bp5-html-table.bp5-html-table-bordered tfoot tr td:not(:first-child){
  box-shadow:inset 1px 1px 0 0 rgba(255, 255, 255, 0.2);
}
.bp5-dark table.bp5-html-table.bp5-html-table-bordered.bp5-html-table-striped tbody tr:not(:first-child) td{
  box-shadow:inset 1px 0 0 0 rgba(255, 255, 255, 0.2);
}
.bp5-dark table.bp5-html-table.bp5-html-table-bordered.bp5-html-table-striped tbody tr:not(:first-child) td:first-child{
  box-shadow:none;
}
.bp5-dark table.bp5-html-table.bp5-interactive tbody tr:hover td{
  background-color:rgba(95, 107, 124, 0.3);
  cursor:pointer;
}
.bp5-dark table.bp5-html-table.bp5-interactive tbody tr:active td{
  background-color:rgba(95, 107, 124, 0.4);
}
.bp5-key-combo{
  display:flex;
  flex-direction:row;
  align-items:center;
}
.bp5-key-combo > *{
  flex-grow:0;
  flex-shrink:0;
}
.bp5-key-combo > .bp5-fill{
  flex-grow:1;
  flex-shrink:1;
}
.bp5-key-combo::before,
.bp5-key-combo > *{
  margin-right:5px;
}
.bp5-key-combo:empty::before,
.bp5-key-combo > :last-child{
  margin-right:0;
}

.bp5-hotkey-dialog{
  padding-bottom:0;
  top:40px;
}
.bp5-hotkey-dialog .bp5-dialog-body{
  margin:0;
  padding:0;
}
.bp5-hotkey-dialog .bp5-hotkey-label{
  flex-grow:1;
}

.bp5-hotkey-column{
  margin:auto;
  padding:30px;
}
.bp5-hotkey-column .bp5-heading{
  margin-bottom:20px;
}
.bp5-hotkey-column .bp5-heading:not(:first-child){
  margin-top:40px;
}

.bp5-hotkey{
  align-items:center;
  display:flex;
  justify-content:space-between;
  margin-left:0;
  margin-right:0;
}
.bp5-hotkey:not(:last-child){
  margin-bottom:10px;
}
.bp5-icon{
  display:inline-block;
  flex:0 0 auto;
  vertical-align:text-bottom;
}
.bp5-icon:not(:empty)::before{
  content:"" !important;
  content:unset !important;
}
.bp5-icon > svg{
  display:block;
}
.bp5-icon > svg:not([fill]){
  fill:currentcolor;
}
.bp5-icon.bp5-icon-muted svg{
  fill-opacity:15%;
  overflow:visible;
}
.bp5-icon.bp5-icon-muted svg path{
  stroke:#8f99a8;
  stroke-opacity:50%;
  stroke-width:0.5px;
}
.bp5-dark .bp5-icon .bp5-icon-muted svg{
  fill-opacity:20%;
}

span.bp5-icon-standard{
  font-family:"blueprint-icons-16", sans-serif;
  font-size:16px;
  font-style:normal;
  font-variant:normal;
  font-weight:400;
  height:16px;
  line-height:1;
  width:16px;
  -moz-osx-font-smoothing:grayscale;
  -webkit-font-smoothing:antialiased;
  display:inline-block;
}

span.bp5-icon-large{
  font-family:"blueprint-icons-20", sans-serif;
  font-size:20px;
  font-style:normal;
  font-variant:normal;
  font-weight:400;
  height:20px;
  line-height:1;
  width:20px;
  -moz-osx-font-smoothing:grayscale;
  -webkit-font-smoothing:antialiased;
  display:inline-block;
}

span.bp5-icon:empty{
  font-family:"blueprint-icons-20";
  font-size:inherit;
  font-style:normal;
  font-weight:400;
  line-height:1;
}
span.bp5-icon:empty::before{
  -moz-osx-font-smoothing:grayscale;
  -webkit-font-smoothing:antialiased;
}
span.bp5-icon:empty.bp5-icon-standard{
  font-size:16px;
}
span.bp5-icon:empty.bp5-icon-large{
  font-size:20px;
}

.bp5-icon-add::before{
  content:"\f109";
}

.bp5-icon-add-clip::before{
  content:"\f101";
}

.bp5-icon-add-column-left::before{
  content:"\f102";
}

.bp5-icon-add-column-right::before{
  content:"\f103";
}

.bp5-icon-add-location::before{
  content:"\f104";
}

.bp5-icon-add-row-bottom::before{
  content:"\f105";
}

.bp5-icon-add-row-top::before{
  content:"\f106";
}

.bp5-icon-add-to-artifact::before{
  content:"\f107";
}

.bp5-icon-add-to-folder::before{
  content:"\f108";
}

.bp5-icon-aimpoints-target::before{
  content:"\f335";
}

.bp5-icon-airplane::before{
  content:"\f10a";
}

.bp5-icon-align-center::before{
  content:"\f10b";
}

.bp5-icon-align-justify::before{
  content:"\f10c";
}

.bp5-icon-align-left::before{
  content:"\f10d";
}

.bp5-icon-align-right::before{
  content:"\f10e";
}

.bp5-icon-alignment-bottom::before{
  content:"\f10f";
}

.bp5-icon-alignment-horizontal-center::before{
  content:"\f110";
}

.bp5-icon-alignment-left::before{
  content:"\f111";
}

.bp5-icon-alignment-right::before{
  content:"\f112";
}

.bp5-icon-alignment-top::before{
  content:"\f113";
}

.bp5-icon-alignment-vertical-center::before{
  content:"\f114";
}

.bp5-icon-ammunition::before{
  content:"\f342";
}

.bp5-icon-anchor::before{
  content:"\f330";
}

.bp5-icon-annotation::before{
  content:"\f115";
}

.bp5-icon-antenna::before{
  content:"\f116";
}

.bp5-icon-app-header::before{
  content:"\f117";
}

.bp5-icon-application::before{
  content:"\f118";
}

.bp5-icon-applications::before{
  content:"\f119";
}

.bp5-icon-archive::before{
  content:"\f11a";
}

.bp5-icon-area-of-interest::before{
  content:"\f11b";
}

.bp5-icon-array::before{
  content:"\f121";
}

.bp5-icon-array-boolean::before{
  content:"\f11c";
}

.bp5-icon-array-date::before{
  content:"\f11d";
}

.bp5-icon-array-floating-point::before{
  content:"\f32d";
}

.bp5-icon-array-numeric::before{
  content:"\f11e";
}

.bp5-icon-array-string::before{
  content:"\f11f";
}

.bp5-icon-array-timestamp::before{
  content:"\f120";
}

.bp5-icon-arrow-bottom-left::before{
  content:"\f122";
}

.bp5-icon-arrow-bottom-right::before{
  content:"\f123";
}

.bp5-icon-arrow-down::before{
  content:"\f124";
}

.bp5-icon-arrow-left::before{
  content:"\f125";
}

.bp5-icon-arrow-right::before{
  content:"\f126";
}

.bp5-icon-arrow-top-left::before{
  content:"\f127";
}

.bp5-icon-arrow-top-right::before{
  content:"\f128";
}

.bp5-icon-arrow-up::before{
  content:"\f129";
}

.bp5-icon-arrows-horizontal::before{
  content:"\f12a";
}

.bp5-icon-arrows-vertical::before{
  content:"\f12b";
}

.bp5-icon-asterisk::before{
  content:"\f12c";
}

.bp5-icon-at::before{
  content:"\f331";
}

.bp5-icon-automatic-updates::before{
  content:"\f12d";
}

.bp5-icon-axle::before{
  content:"\f338";
}

.bp5-icon-backlink::before{
  content:"\f12e";
}

.bp5-icon-backward-ten::before{
  content:"\f35c";
}

.bp5-icon-badge::before{
  content:"\f12f";
}

.bp5-icon-ban-circle::before{
  content:"\f130";
}

.bp5-icon-bank-account::before{
  content:"\f131";
}

.bp5-icon-barcode::before{
  content:"\f132";
}

.bp5-icon-binary-number::before{
  content:"\f357";
}

.bp5-icon-blank::before{
  content:"\f133";
}

.bp5-icon-blocked-person::before{
  content:"\f134";
}

.bp5-icon-bold::before{
  content:"\f135";
}

.bp5-icon-book::before{
  content:"\f136";
}

.bp5-icon-bookmark::before{
  content:"\f137";
}

.bp5-icon-box::before{
  content:"\f138";
}

.bp5-icon-briefcase::before{
  content:"\f139";
}

.bp5-icon-bring-data::before{
  content:"\f13a";
}

.bp5-icon-bring-forward::before{
  content:"\f354";
}

.bp5-icon-bug::before{
  content:"\f32e";
}

.bp5-icon-buggy::before{
  content:"\f13b";
}

.bp5-icon-build::before{
  content:"\f13c";
}

.bp5-icon-bullseye::before{
  content:"\f359";
}

.bp5-icon-calculator::before{
  content:"\f13d";
}

.bp5-icon-calendar::before{
  content:"\f13e";
}

.bp5-icon-camera::before{
  content:"\f13f";
}

.bp5-icon-caret-down::before{
  content:"\f140";
}

.bp5-icon-caret-left::before{
  content:"\f141";
}

.bp5-icon-caret-right::before{
  content:"\f142";
}

.bp5-icon-caret-up::before{
  content:"\f143";
}

.bp5-icon-cargo-ship::before{
  content:"\f144";
}

.bp5-icon-cell-tower::before{
  content:"\f145";
}

.bp5-icon-changes::before{
  content:"\f146";
}

.bp5-icon-chart::before{
  content:"\f147";
}

.bp5-icon-chat::before{
  content:"\f148";
}

.bp5-icon-chevron-backward::before{
  content:"\f149";
}

.bp5-icon-chevron-down::before{
  content:"\f14a";
}

.bp5-icon-chevron-forward::before{
  content:"\f14b";
}

.bp5-icon-chevron-left::before{
  content:"\f14c";
}

.bp5-icon-chevron-right::before{
  content:"\f14d";
}

.bp5-icon-chevron-up::before{
  content:"\f14e";
}

.bp5-icon-circle::before{
  content:"\f153";
}

.bp5-icon-circle-arrow-down::before{
  content:"\f14f";
}

.bp5-icon-circle-arrow-left::before{
  content:"\f150";
}

.bp5-icon-circle-arrow-right::before{
  content:"\f151";
}

.bp5-icon-circle-arrow-up::before{
  content:"\f152";
}

.bp5-icon-citation::before{
  content:"\f154";
}

.bp5-icon-clean::before{
  content:"\f155";
}

.bp5-icon-clip::before{
  content:"\f156";
}

.bp5-icon-clipboard::before{
  content:"\f157";
}

.bp5-icon-clipboard-file::before{
  content:"\f35b";
}

.bp5-icon-cloud::before{
  content:"\f15a";
}

.bp5-icon-cloud-download::before{
  content:"\f158";
}

.bp5-icon-cloud-server::before{
  content:"\f35a";
}

.bp5-icon-cloud-tick::before{
  content:"\f34e";
}

.bp5-icon-cloud-upload::before{
  content:"\f159";
}

.bp5-icon-code::before{
  content:"\f15c";
}

.bp5-icon-code-block::before{
  content:"\f15b";
}

.bp5-icon-cog::before{
  content:"\f15d";
}

.bp5-icon-collapse-all::before{
  content:"\f15e";
}

.bp5-icon-color-fill::before{
  content:"\f328";
}

.bp5-icon-column-layout::before{
  content:"\f15f";
}

.bp5-icon-comment::before{
  content:"\f160";
}

.bp5-icon-comparison::before{
  content:"\f161";
}

.bp5-icon-compass::before{
  content:"\f162";
}

.bp5-icon-compressed::before{
  content:"\f163";
}

.bp5-icon-confirm::before{
  content:"\f164";
}

.bp5-icon-console::before{
  content:"\f165";
}

.bp5-icon-contrast::before{
  content:"\f166";
}

.bp5-icon-control::before{
  content:"\f167";
}

.bp5-icon-credit-card::before{
  content:"\f168";
}

.bp5-icon-crop::before{
  content:"\f353";
}

.bp5-icon-cross::before{
  content:"\f169";
}

.bp5-icon-cross-circle::before{
  content:"\f336";
}

.bp5-icon-crown::before{
  content:"\f16a";
}

.bp5-icon-css-style::before{
  content:"\f36b";
}

.bp5-icon-cube::before{
  content:"\f16d";
}

.bp5-icon-cube-add::before{
  content:"\f16b";
}

.bp5-icon-cube-remove::before{
  content:"\f16c";
}

.bp5-icon-curly-braces::before{
  content:"\f358";
}

.bp5-icon-curved-range-chart::before{
  content:"\f16e";
}

.bp5-icon-cut::before{
  content:"\f16f";
}

.bp5-icon-cycle::before{
  content:"\f170";
}

.bp5-icon-dashboard::before{
  content:"\f171";
}

.bp5-icon-data-connection::before{
  content:"\f172";
}

.bp5-icon-data-lineage::before{
  content:"\f173";
}

.bp5-icon-data-search::before{
  content:"\f36f";
}

.bp5-icon-data-sync::before{
  content:"\f36c";
}

.bp5-icon-database::before{
  content:"\f174";
}

.bp5-icon-delete::before{
  content:"\f175";
}

.bp5-icon-delta::before{
  content:"\f176";
}

.bp5-icon-derive-column::before{
  content:"\f177";
}

.bp5-icon-desktop::before{
  content:"\f178";
}

.bp5-icon-detection::before{
  content:"\f341";
}

.bp5-icon-diagnosis::before{
  content:"\f179";
}

.bp5-icon-diagram-tree::before{
  content:"\f17a";
}

.bp5-icon-direction-left::before{
  content:"\f17b";
}

.bp5-icon-direction-right::before{
  content:"\f17c";
}

.bp5-icon-disable::before{
  content:"\f17d";
}

.bp5-icon-divide::before{
  content:"\f327";
}

.bp5-icon-document::before{
  content:"\f180";
}

.bp5-icon-document-open::before{
  content:"\f17e";
}

.bp5-icon-document-share::before{
  content:"\f17f";
}

.bp5-icon-dollar::before{
  content:"\f181";
}

.bp5-icon-dot::before{
  content:"\f182";
}

.bp5-icon-double-caret-horizontal::before{
  content:"\f183";
}

.bp5-icon-double-caret-vertical::before{
  content:"\f184";
}

.bp5-icon-double-chevron-down::before{
  content:"\f185";
}

.bp5-icon-double-chevron-left::before{
  content:"\f186";
}

.bp5-icon-double-chevron-right::before{
  content:"\f187";
}

.bp5-icon-double-chevron-up::before{
  content:"\f188";
}

.bp5-icon-doughnut-chart::before{
  content:"\f189";
}

.bp5-icon-download::before{
  content:"\f18a";
}

.bp5-icon-drag-handle-horizontal::before{
  content:"\f18b";
}

.bp5-icon-drag-handle-vertical::before{
  content:"\f18c";
}

.bp5-icon-draw::before{
  content:"\f18d";
}

.bp5-icon-drawer-left::before{
  content:"\f18f";
}

.bp5-icon-drawer-left-filled::before{
  content:"\f18e";
}

.bp5-icon-drawer-right::before{
  content:"\f191";
}

.bp5-icon-drawer-right-filled::before{
  content:"\f190";
}

.bp5-icon-drive-time::before{
  content:"\f192";
}

.bp5-icon-duplicate::before{
  content:"\f193";
}

.bp5-icon-edit::before{
  content:"\f194";
}

.bp5-icon-eject::before{
  content:"\f195";
}

.bp5-icon-emoji::before{
  content:"\f196";
}

.bp5-icon-endnote::before{
  content:"\f356";
}

.bp5-icon-endorsed::before{
  content:"\f197";
}

.bp5-icon-envelope::before{
  content:"\f198";
}

.bp5-icon-equals::before{
  content:"\f199";
}

.bp5-icon-eraser::before{
  content:"\f19a";
}

.bp5-icon-error::before{
  content:"\f19b";
}

.bp5-icon-euro::before{
  content:"\f19c";
}

.bp5-icon-excavator::before{
  content:"\f36d";
}

.bp5-icon-exchange::before{
  content:"\f19d";
}

.bp5-icon-exclude-row::before{
  content:"\f19e";
}

.bp5-icon-expand-all::before{
  content:"\f19f";
}

.bp5-icon-explain::before{
  content:"\f34d";
}

.bp5-icon-export::before{
  content:"\f1a0";
}

.bp5-icon-eye-off::before{
  content:"\f1a1";
}

.bp5-icon-eye-on::before{
  content:"\f1a2";
}

.bp5-icon-eye-open::before{
  content:"\f1a3";
}

.bp5-icon-fast-backward::before{
  content:"\f1a4";
}

.bp5-icon-fast-forward::before{
  content:"\f1a5";
}

.bp5-icon-feed::before{
  content:"\f1a7";
}

.bp5-icon-feed-subscribed::before{
  content:"\f1a6";
}

.bp5-icon-film::before{
  content:"\f1a8";
}

.bp5-icon-filter::before{
  content:"\f1ad";
}

.bp5-icon-filter-keep::before{
  content:"\f1a9";
}

.bp5-icon-filter-list::before{
  content:"\f1aa";
}

.bp5-icon-filter-open::before{
  content:"\f1ab";
}

.bp5-icon-filter-remove::before{
  content:"\f1ac";
}

.bp5-icon-flag::before{
  content:"\f1ae";
}

.bp5-icon-flame::before{
  content:"\f1af";
}

.bp5-icon-flash::before{
  content:"\f1b0";
}

.bp5-icon-floating-point::before{
  content:"\f32c";
}

.bp5-icon-floppy-disk::before{
  content:"\f1b1";
}

.bp5-icon-flow-branch::before{
  content:"\f1b2";
}

.bp5-icon-flow-end::before{
  content:"\f1b3";
}

.bp5-icon-flow-linear::before{
  content:"\f1b4";
}

.bp5-icon-flow-review::before{
  content:"\f1b6";
}

.bp5-icon-flow-review-branch::before{
  content:"\f1b5";
}

.bp5-icon-flows::before{
  content:"\f1b7";
}

.bp5-icon-folder-close::before{
  content:"\f1b8";
}

.bp5-icon-folder-new::before{
  content:"\f1b9";
}

.bp5-icon-folder-open::before{
  content:"\f1ba";
}

.bp5-icon-folder-shared::before{
  content:"\f1bc";
}

.bp5-icon-folder-shared-open::before{
  content:"\f1bb";
}

.bp5-icon-follower::before{
  content:"\f1bd";
}

.bp5-icon-following::before{
  content:"\f1be";
}

.bp5-icon-font::before{
  content:"\f1bf";
}

.bp5-icon-fork::before{
  content:"\f1c0";
}

.bp5-icon-form::before{
  content:"\f1c1";
}

.bp5-icon-forward-ten::before{
  content:"\f35d";
}

.bp5-icon-fuel::before{
  content:"\f323";
}

.bp5-icon-full-circle::before{
  content:"\f1c2";
}

.bp5-icon-full-stacked-chart::before{
  content:"\f1c3";
}

.bp5-icon-fullscreen::before{
  content:"\f1c4";
}

.bp5-icon-function::before{
  content:"\f1c5";
}

.bp5-icon-gantt-chart::before{
  content:"\f1c6";
}

.bp5-icon-generate::before{
  content:"\f34c";
}

.bp5-icon-geofence::before{
  content:"\f1c7";
}

.bp5-icon-geolocation::before{
  content:"\f1c8";
}

.bp5-icon-geosearch::before{
  content:"\f1c9";
}

.bp5-icon-geotime::before{
  content:"\f344";
}

.bp5-icon-git-branch::before{
  content:"\f1ca";
}

.bp5-icon-git-commit::before{
  content:"\f1cb";
}

.bp5-icon-git-merge::before{
  content:"\f1cc";
}

.bp5-icon-git-new-branch::before{
  content:"\f1cd";
}

.bp5-icon-git-pull::before{
  content:"\f1ce";
}

.bp5-icon-git-push::before{
  content:"\f1cf";
}

.bp5-icon-git-repo::before{
  content:"\f1d0";
}

.bp5-icon-glass::before{
  content:"\f1d1";
}

.bp5-icon-globe::before{
  content:"\f1d3";
}

.bp5-icon-globe-network::before{
  content:"\f1d2";
}

.bp5-icon-graph::before{
  content:"\f1d5";
}

.bp5-icon-graph-remove::before{
  content:"\f1d4";
}

.bp5-icon-greater-than::before{
  content:"\f1d7";
}

.bp5-icon-greater-than-or-equal-to::before{
  content:"\f1d6";
}

.bp5-icon-grid::before{
  content:"\f1d9";
}

.bp5-icon-grid-view::before{
  content:"\f1d8";
}

.bp5-icon-group-item::before{
  content:"\f34a";
}

.bp5-icon-group-objects::before{
  content:"\f1da";
}

.bp5-icon-grouped-bar-chart::before{
  content:"\f1db";
}

.bp5-icon-hand::before{
  content:"\f1e0";
}

.bp5-icon-hand-down::before{
  content:"\f1dc";
}

.bp5-icon-hand-left::before{
  content:"\f1dd";
}

.bp5-icon-hand-right::before{
  content:"\f1de";
}

.bp5-icon-hand-up::before{
  content:"\f1df";
}

.bp5-icon-hat::before{
  content:"\f1e1";
}

.bp5-icon-header::before{
  content:"\f1e5";
}

.bp5-icon-header-one::before{
  content:"\f1e2";
}

.bp5-icon-header-three::before{
  content:"\f1e3";
}

.bp5-icon-header-two::before{
  content:"\f1e4";
}

.bp5-icon-headset::before{
  content:"\f1e6";
}

.bp5-icon-heart::before{
  content:"\f1e8";
}

.bp5-icon-heart-broken::before{
  content:"\f1e7";
}

.bp5-icon-heat-grid::before{
  content:"\f1e9";
}

.bp5-icon-heatmap::before{
  content:"\f1ea";
}

.bp5-icon-helicopter::before{
  content:"\f1eb";
}

.bp5-icon-help::before{
  content:"\f1ec";
}

.bp5-icon-helper-management::before{
  content:"\f1ed";
}

.bp5-icon-high-priority::before{
  content:"\f1ee";
}

.bp5-icon-high-voltage-pole::before{
  content:"\f333";
}

.bp5-icon-highlight::before{
  content:"\f1ef";
}

.bp5-icon-history::before{
  content:"\f1f0";
}

.bp5-icon-home::before{
  content:"\f1f1";
}

.bp5-icon-horizontal-bar-chart::before{
  content:"\f1f4";
}

.bp5-icon-horizontal-bar-chart-asc::before{
  content:"\f1f2";
}

.bp5-icon-horizontal-bar-chart-desc::before{
  content:"\f1f3";
}

.bp5-icon-horizontal-distribution::before{
  content:"\f1f5";
}

.bp5-icon-horizontal-inbetween::before{
  content:"\f329";
}

.bp5-icon-hurricane::before{
  content:"\f1f6";
}

.bp5-icon-id-number::before{
  content:"\f1f7";
}

.bp5-icon-image-rotate-left::before{
  content:"\f1f8";
}

.bp5-icon-image-rotate-right::before{
  content:"\f1f9";
}

.bp5-icon-import::before{
  content:"\f1fa";
}

.bp5-icon-inbox::before{
  content:"\f1ff";
}

.bp5-icon-inbox-filtered::before{
  content:"\f1fb";
}

.bp5-icon-inbox-geo::before{
  content:"\f1fc";
}

.bp5-icon-inbox-search::before{
  content:"\f1fd";
}

.bp5-icon-inbox-update::before{
  content:"\f1fe";
}

.bp5-icon-info-sign::before{
  content:"\f200";
}

.bp5-icon-inheritance::before{
  content:"\f201";
}

.bp5-icon-inherited-group::before{
  content:"\f202";
}

.bp5-icon-inner-join::before{
  content:"\f203";
}

.bp5-icon-input::before{
  content:"\f34b";
}

.bp5-icon-insert::before{
  content:"\f204";
}

.bp5-icon-intelligence::before{
  content:"\f337";
}

.bp5-icon-intersection::before{
  content:"\f205";
}

.bp5-icon-ip-address::before{
  content:"\f206";
}

.bp5-icon-issue::before{
  content:"\f209";
}

.bp5-icon-issue-closed::before{
  content:"\f207";
}

.bp5-icon-issue-new::before{
  content:"\f208";
}

.bp5-icon-italic::before{
  content:"\f20a";
}

.bp5-icon-join-table::before{
  content:"\f20b";
}

.bp5-icon-key::before{
  content:"\f215";
}

.bp5-icon-key-backspace::before{
  content:"\f20c";
}

.bp5-icon-key-command::before{
  content:"\f20d";
}

.bp5-icon-key-control::before{
  content:"\f20e";
}

.bp5-icon-key-delete::before{
  content:"\f20f";
}

.bp5-icon-key-enter::before{
  content:"\f210";
}

.bp5-icon-key-escape::before{
  content:"\f211";
}

.bp5-icon-key-option::before{
  content:"\f212";
}

.bp5-icon-key-shift::before{
  content:"\f213";
}

.bp5-icon-key-tab::before{
  content:"\f214";
}

.bp5-icon-known-vehicle::before{
  content:"\f216";
}

.bp5-icon-lab-test::before{
  content:"\f217";
}

.bp5-icon-label::before{
  content:"\f218";
}

.bp5-icon-layer::before{
  content:"\f21a";
}

.bp5-icon-layer-outline::before{
  content:"\f219";
}

.bp5-icon-layers::before{
  content:"\f21b";
}

.bp5-icon-layout::before{
  content:"\f225";
}

.bp5-icon-layout-auto::before{
  content:"\f21c";
}

.bp5-icon-layout-balloon::before{
  content:"\f21d";
}

.bp5-icon-layout-bottom-row-three-tiles::before{
  content:"\f364";
}

.bp5-icon-layout-bottom-row-two-tiles::before{
  content:"\f363";
}

.bp5-icon-layout-circle::before{
  content:"\f21e";
}

.bp5-icon-layout-grid::before{
  content:"\f21f";
}

.bp5-icon-layout-group-by::before{
  content:"\f220";
}

.bp5-icon-layout-hierarchy::before{
  content:"\f221";
}

.bp5-icon-layout-left-column-three-tiles::before{
  content:"\f366";
}

.bp5-icon-layout-left-column-two-tiles::before{
  content:"\f365";
}

.bp5-icon-layout-linear::before{
  content:"\f222";
}

.bp5-icon-layout-right-column-three-tiles::before{
  content:"\f368";
}

.bp5-icon-layout-right-column-two-tiles::before{
  content:"\f367";
}

.bp5-icon-layout-skew-grid::before{
  content:"\f223";
}

.bp5-icon-layout-sorted-clusters::before{
  content:"\f224";
}

.bp5-icon-layout-three-columns::before{
  content:"\f361";
}

.bp5-icon-layout-three-rows::before{
  content:"\f362";
}

.bp5-icon-layout-top-row-three-tiles::before{
  content:"\f36a";
}

.bp5-icon-layout-top-row-two-tiles::before{
  content:"\f369";
}

.bp5-icon-layout-two-columns::before{
  content:"\f35f";
}

.bp5-icon-layout-two-rows::before{
  content:"\f360";
}

.bp5-icon-learning::before{
  content:"\f226";
}

.bp5-icon-left-join::before{
  content:"\f227";
}

.bp5-icon-lengthen-text::before{
  content:"\f33e";
}

.bp5-icon-less-than::before{
  content:"\f229";
}

.bp5-icon-less-than-or-equal-to::before{
  content:"\f228";
}

.bp5-icon-lifesaver::before{
  content:"\f22a";
}

.bp5-icon-lightbulb::before{
  content:"\f22b";
}

.bp5-icon-lightning::before{
  content:"\f22c";
}

.bp5-icon-link::before{
  content:"\f22d";
}

.bp5-icon-list::before{
  content:"\f230";
}

.bp5-icon-list-columns::before{
  content:"\f22e";
}

.bp5-icon-list-detail-view::before{
  content:"\f22f";
}

.bp5-icon-locate::before{
  content:"\f231";
}

.bp5-icon-lock::before{
  content:"\f232";
}

.bp5-icon-locomotive::before{
  content:"\f33b";
}

.bp5-icon-log-in::before{
  content:"\f233";
}

.bp5-icon-log-out::before{
  content:"\f234";
}

.bp5-icon-low-voltage-pole::before{
  content:"\f332";
}

.bp5-icon-manual::before{
  content:"\f235";
}

.bp5-icon-manually-entered-data::before{
  content:"\f236";
}

.bp5-icon-many-to-many::before{
  content:"\f237";
}

.bp5-icon-many-to-one::before{
  content:"\f238";
}

.bp5-icon-map::before{
  content:"\f23b";
}

.bp5-icon-map-create::before{
  content:"\f239";
}

.bp5-icon-map-marker::before{
  content:"\f23a";
}

.bp5-icon-maximize::before{
  content:"\f23c";
}

.bp5-icon-media::before{
  content:"\f23d";
}

.bp5-icon-menu::before{
  content:"\f240";
}

.bp5-icon-menu-closed::before{
  content:"\f23e";
}

.bp5-icon-menu-open::before{
  content:"\f23f";
}

.bp5-icon-merge-columns::before{
  content:"\f241";
}

.bp5-icon-merge-links::before{
  content:"\f242";
}

.bp5-icon-microphone::before{
  content:"\f343";
}

.bp5-icon-minimize::before{
  content:"\f243";
}

.bp5-icon-minus::before{
  content:"\f244";
}

.bp5-icon-mobile-phone::before{
  content:"\f245";
}

.bp5-icon-mobile-video::before{
  content:"\f246";
}

.bp5-icon-modal::before{
  content:"\f248";
}

.bp5-icon-modal-filled::before{
  content:"\f247";
}

.bp5-icon-model::before{
  content:"\f33d";
}

.bp5-icon-moon::before{
  content:"\f249";
}

.bp5-icon-more::before{
  content:"\f24a";
}

.bp5-icon-mountain::before{
  content:"\f24b";
}

.bp5-icon-move::before{
  content:"\f24c";
}

.bp5-icon-mugshot::before{
  content:"\f24d";
}

.bp5-icon-multi-select::before{
  content:"\f24e";
}

.bp5-icon-music::before{
  content:"\f24f";
}

.bp5-icon-nest::before{
  content:"\f250";
}

.bp5-icon-new-drawing::before{
  content:"\f251";
}

.bp5-icon-new-grid-item::before{
  content:"\f252";
}

.bp5-icon-new-layer::before{
  content:"\f253";
}

.bp5-icon-new-layers::before{
  content:"\f254";
}

.bp5-icon-new-link::before{
  content:"\f255";
}

.bp5-icon-new-object::before{
  content:"\f256";
}

.bp5-icon-new-person::before{
  content:"\f257";
}

.bp5-icon-new-prescription::before{
  content:"\f258";
}

.bp5-icon-new-shield::before{
  content:"\f349";
}

.bp5-icon-new-text-box::before{
  content:"\f259";
}

.bp5-icon-ninja::before{
  content:"\f25a";
}

.bp5-icon-not-equal-to::before{
  content:"\f25b";
}

.bp5-icon-notifications::before{
  content:"\f25e";
}

.bp5-icon-notifications-snooze::before{
  content:"\f25c";
}

.bp5-icon-notifications-updated::before{
  content:"\f25d";
}

.bp5-icon-numbered-list::before{
  content:"\f25f";
}

.bp5-icon-numerical::before{
  content:"\f260";
}

.bp5-icon-office::before{
  content:"\f261";
}

.bp5-icon-offline::before{
  content:"\f262";
}

.bp5-icon-oil-field::before{
  content:"\f263";
}

.bp5-icon-one-column::before{
  content:"\f264";
}

.bp5-icon-one-to-many::before{
  content:"\f265";
}

.bp5-icon-one-to-one::before{
  content:"\f266";
}

.bp5-icon-open-application::before{
  content:"\f32b";
}

.bp5-icon-outdated::before{
  content:"\f267";
}

.bp5-icon-output::before{
  content:"\f370";
}

.bp5-icon-page-layout::before{
  content:"\f268";
}

.bp5-icon-panel-stats::before{
  content:"\f269";
}

.bp5-icon-panel-table::before{
  content:"\f26a";
}

.bp5-icon-paperclip::before{
  content:"\f26b";
}

.bp5-icon-paragraph::before{
  content:"\f26c";
}

.bp5-icon-paste-variable::before{
  content:"\f346";
}

.bp5-icon-path::before{
  content:"\f26e";
}

.bp5-icon-path-search::before{
  content:"\f26d";
}

.bp5-icon-pause::before{
  content:"\f26f";
}

.bp5-icon-people::before{
  content:"\f270";
}

.bp5-icon-percentage::before{
  content:"\f271";
}

.bp5-icon-person::before{
  content:"\f272";
}

.bp5-icon-phone::before{
  content:"\f273";
}

.bp5-icon-phone-call::before{
  content:"\f347";
}

.bp5-icon-phone-forward::before{
  content:"\f348";
}

.bp5-icon-pie-chart::before{
  content:"\f274";
}

.bp5-icon-pin::before{
  content:"\f275";
}

.bp5-icon-pivot::before{
  content:"\f277";
}

.bp5-icon-pivot-table::before{
  content:"\f276";
}

.bp5-icon-play::before{
  content:"\f278";
}

.bp5-icon-playbook::before{
  content:"\f324";
}

.bp5-icon-plus::before{
  content:"\f279";
}

.bp5-icon-polygon-filter::before{
  content:"\f27a";
}

.bp5-icon-power::before{
  content:"\f27b";
}

.bp5-icon-predictive-analysis::before{
  content:"\f27c";
}

.bp5-icon-prescription::before{
  content:"\f27d";
}

.bp5-icon-presentation::before{
  content:"\f27e";
}

.bp5-icon-print::before{
  content:"\f27f";
}

.bp5-icon-projects::before{
  content:"\f280";
}

.bp5-icon-properties::before{
  content:"\f281";
}

.bp5-icon-property::before{
  content:"\f282";
}

.bp5-icon-publish-function::before{
  content:"\f283";
}

.bp5-icon-pulse::before{
  content:"\f284";
}

.bp5-icon-rain::before{
  content:"\f285";
}

.bp5-icon-random::before{
  content:"\f286";
}

.bp5-icon-record::before{
  content:"\f287";
}

.bp5-icon-rect-height::before{
  content:"\f325";
}

.bp5-icon-rect-width::before{
  content:"\f326";
}

.bp5-icon-rectangle::before{
  content:"\f321";
}

.bp5-icon-redo::before{
  content:"\f288";
}

.bp5-icon-refresh::before{
  content:"\f289";
}

.bp5-icon-regex::before{
  content:"\f32f";
}

.bp5-icon-regression-chart::before{
  content:"\f28a";
}

.bp5-icon-remove::before{
  content:"\f290";
}

.bp5-icon-remove-column::before{
  content:"\f28d";
}

.bp5-icon-remove-column-left::before{
  content:"\f28b";
}

.bp5-icon-remove-column-right::before{
  content:"\f28c";
}

.bp5-icon-remove-row-bottom::before{
  content:"\f28e";
}

.bp5-icon-remove-row-top::before{
  content:"\f28f";
}

.bp5-icon-repeat::before{
  content:"\f291";
}

.bp5-icon-reset::before{
  content:"\f292";
}

.bp5-icon-resolve::before{
  content:"\f293";
}

.bp5-icon-rig::before{
  content:"\f294";
}

.bp5-icon-right-join::before{
  content:"\f295";
}

.bp5-icon-ring::before{
  content:"\f296";
}

.bp5-icon-rocket::before{
  content:"\f298";
}

.bp5-icon-rocket-slant::before{
  content:"\f297";
}

.bp5-icon-rotate-document::before{
  content:"\f299";
}

.bp5-icon-rotate-page::before{
  content:"\f29a";
}

.bp5-icon-route::before{
  content:"\f29b";
}

.bp5-icon-satellite::before{
  content:"\f29c";
}

.bp5-icon-saved::before{
  content:"\f29d";
}

.bp5-icon-scatter-plot::before{
  content:"\f29e";
}

.bp5-icon-search::before{
  content:"\f2a2";
}

.bp5-icon-search-around::before{
  content:"\f29f";
}

.bp5-icon-search-template::before{
  content:"\f2a0";
}

.bp5-icon-search-text::before{
  content:"\f2a1";
}

.bp5-icon-segmented-control::before{
  content:"\f2a3";
}

.bp5-icon-select::before{
  content:"\f2a4";
}

.bp5-icon-selection::before{
  content:"\f2a5";
}

.bp5-icon-send-backward::before{
  content:"\f355";
}

.bp5-icon-send-message::before{
  content:"\f2a6";
}

.bp5-icon-send-to::before{
  content:"\f2a9";
}

.bp5-icon-send-to-graph::before{
  content:"\f2a7";
}

.bp5-icon-send-to-map::before{
  content:"\f2a8";
}

.bp5-icon-sensor::before{
  content:"\f33c";
}

.bp5-icon-series-add::before{
  content:"\f2aa";
}

.bp5-icon-series-configuration::before{
  content:"\f2ab";
}

.bp5-icon-series-derived::before{
  content:"\f2ac";
}

.bp5-icon-series-filtered::before{
  content:"\f2ad";
}

.bp5-icon-series-search::before{
  content:"\f2ae";
}

.bp5-icon-settings::before{
  content:"\f2af";
}

.bp5-icon-shapes::before{
  content:"\f2b0";
}

.bp5-icon-share::before{
  content:"\f2b1";
}

.bp5-icon-shared-filter::before{
  content:"\f2b2";
}

.bp5-icon-shield::before{
  content:"\f2b3";
}

.bp5-icon-ship::before{
  content:"\f2b4";
}

.bp5-icon-shop::before{
  content:"\f2b5";
}

.bp5-icon-shopping-cart::before{
  content:"\f2b6";
}

.bp5-icon-shorten-text::before{
  content:"\f33f";
}

.bp5-icon-signal-search::before{
  content:"\f2b7";
}

.bp5-icon-sim-card::before{
  content:"\f2b8";
}

.bp5-icon-slash::before{
  content:"\f2b9";
}

.bp5-icon-small-cross::before{
  content:"\f2ba";
}

.bp5-icon-small-info-sign::before{
  content:"\f334";
}

.bp5-icon-small-minus::before{
  content:"\f2bb";
}

.bp5-icon-small-plus::before{
  content:"\f2bc";
}

.bp5-icon-small-square::before{
  content:"\f2bd";
}

.bp5-icon-small-tick::before{
  content:"\f2be";
}

.bp5-icon-snowflake::before{
  content:"\f2bf";
}

.bp5-icon-soccer-ball::before{
  content:"\f350";
}

.bp5-icon-social-media::before{
  content:"\f2c0";
}

.bp5-icon-sort::before{
  content:"\f2c7";
}

.bp5-icon-sort-alphabetical::before{
  content:"\f2c2";
}

.bp5-icon-sort-alphabetical-desc::before{
  content:"\f2c1";
}

.bp5-icon-sort-asc::before{
  content:"\f2c3";
}

.bp5-icon-sort-desc::before{
  content:"\f2c4";
}

.bp5-icon-sort-numerical::before{
  content:"\f2c6";
}

.bp5-icon-sort-numerical-desc::before{
  content:"\f2c5";
}

.bp5-icon-spell-check::before{
  content:"\f340";
}

.bp5-icon-split-columns::before{
  content:"\f2c8";
}

.bp5-icon-sports-stadium::before{
  content:"\f351";
}

.bp5-icon-square::before{
  content:"\f2c9";
}

.bp5-icon-stacked-chart::before{
  content:"\f2ca";
}

.bp5-icon-stadium-geometry::before{
  content:"\f2cb";
}

.bp5-icon-star::before{
  content:"\f2cd";
}

.bp5-icon-star-empty::before{
  content:"\f2cc";
}

.bp5-icon-step-backward::before{
  content:"\f2ce";
}

.bp5-icon-step-chart::before{
  content:"\f2cf";
}

.bp5-icon-step-forward::before{
  content:"\f2d0";
}

.bp5-icon-stop::before{
  content:"\f2d1";
}

.bp5-icon-stopwatch::before{
  content:"\f2d2";
}

.bp5-icon-strikethrough::before{
  content:"\f2d3";
}

.bp5-icon-style::before{
  content:"\f2d4";
}

.bp5-icon-subscript::before{
  content:"\f339";
}

.bp5-icon-superscript::before{
  content:"\f33a";
}

.bp5-icon-swap-horizontal::before{
  content:"\f2d5";
}

.bp5-icon-swap-vertical::before{
  content:"\f2d6";
}

.bp5-icon-switch::before{
  content:"\f2d7";
}

.bp5-icon-symbol-circle::before{
  content:"\f2d8";
}

.bp5-icon-symbol-cross::before{
  content:"\f2d9";
}

.bp5-icon-symbol-diamond::before{
  content:"\f2da";
}

.bp5-icon-symbol-rectangle::before{
  content:"\f322";
}

.bp5-icon-symbol-square::before{
  content:"\f2db";
}

.bp5-icon-symbol-triangle-down::before{
  content:"\f2dc";
}

.bp5-icon-symbol-triangle-up::before{
  content:"\f2dd";
}

.bp5-icon-syringe::before{
  content:"\f2de";
}

.bp5-icon-table-sync::before{
  content:"\f36e";
}

.bp5-icon-tag::before{
  content:"\f2df";
}

.bp5-icon-take-action::before{
  content:"\f2e0";
}

.bp5-icon-tank::before{
  content:"\f2e1";
}

.bp5-icon-target::before{
  content:"\f2e2";
}

.bp5-icon-taxi::before{
  content:"\f2e3";
}

.bp5-icon-team::before{
  content:"\f352";
}

.bp5-icon-temperature::before{
  content:"\f2e4";
}

.bp5-icon-text-highlight::before{
  content:"\f2e5";
}

.bp5-icon-th::before{
  content:"\f2ea";
}

.bp5-icon-th-derived::before{
  content:"\f2e6";
}

.bp5-icon-th-disconnect::before{
  content:"\f2e7";
}

.bp5-icon-th-filtered::before{
  content:"\f2e8";
}

.bp5-icon-th-list::before{
  content:"\f2e9";
}

.bp5-icon-third-party::before{
  content:"\f2eb";
}

.bp5-icon-thumbs-down::before{
  content:"\f2ec";
}

.bp5-icon-thumbs-up::before{
  content:"\f2ed";
}

.bp5-icon-tick::before{
  content:"\f2ef";
}

.bp5-icon-tick-circle::before{
  content:"\f2ee";
}

.bp5-icon-time::before{
  content:"\f2f0";
}

.bp5-icon-timeline-area-chart::before{
  content:"\f2f1";
}

.bp5-icon-timeline-bar-chart::before{
  content:"\f2f2";
}

.bp5-icon-timeline-events::before{
  content:"\f2f3";
}

.bp5-icon-timeline-line-chart::before{
  content:"\f2f4";
}

.bp5-icon-tint::before{
  content:"\f2f5";
}

.bp5-icon-torch::before{
  content:"\f2f6";
}

.bp5-icon-tractor::before{
  content:"\f2f7";
}

.bp5-icon-train::before{
  content:"\f2f8";
}

.bp5-icon-translate::before{
  content:"\f2f9";
}

.bp5-icon-trash::before{
  content:"\f2fa";
}

.bp5-icon-tree::before{
  content:"\f2fb";
}

.bp5-icon-trending-down::before{
  content:"\f2fc";
}

.bp5-icon-trending-up::before{
  content:"\f2fd";
}

.bp5-icon-trophy::before{
  content:"\f34f";
}

.bp5-icon-truck::before{
  content:"\f2fe";
}

.bp5-icon-two-columns::before{
  content:"\f2ff";
}

.bp5-icon-unarchive::before{
  content:"\f300";
}

.bp5-icon-underline::before{
  content:"\f301";
}

.bp5-icon-undo::before{
  content:"\f302";
}

.bp5-icon-ungroup-objects::before{
  content:"\f303";
}

.bp5-icon-unknown-vehicle::before{
  content:"\f304";
}

.bp5-icon-unlink::before{
  content:"\f345";
}

.bp5-icon-unlock::before{
  content:"\f305";
}

.bp5-icon-unpin::before{
  content:"\f306";
}

.bp5-icon-unresolve::before{
  content:"\f307";
}

.bp5-icon-updated::before{
  content:"\f308";
}

.bp5-icon-upload::before{
  content:"\f309";
}

.bp5-icon-user::before{
  content:"\f30a";
}

.bp5-icon-variable::before{
  content:"\f30b";
}

.bp5-icon-vector::before{
  content:"\f35e";
}

.bp5-icon-vertical-bar-chart-asc::before{
  content:"\f30c";
}

.bp5-icon-vertical-bar-chart-desc::before{
  content:"\f30d";
}

.bp5-icon-vertical-distribution::before{
  content:"\f30e";
}

.bp5-icon-vertical-inbetween::before{
  content:"\f32a";
}

.bp5-icon-video::before{
  content:"\f30f";
}

.bp5-icon-virus::before{
  content:"\f310";
}

.bp5-icon-volume-down::before{
  content:"\f311";
}

.bp5-icon-volume-off::before{
  content:"\f312";
}

.bp5-icon-volume-up::before{
  content:"\f313";
}

.bp5-icon-walk::before{
  content:"\f314";
}

.bp5-icon-warning-sign::before{
  content:"\f315";
}

.bp5-icon-waterfall-chart::before{
  content:"\f316";
}

.bp5-icon-waves::before{
  content:"\f317";
}

.bp5-icon-widget::before{
  content:"\f31b";
}

.bp5-icon-widget-button::before{
  content:"\f318";
}

.bp5-icon-widget-footer::before{
  content:"\f319";
}

.bp5-icon-widget-header::before{
  content:"\f31a";
}

.bp5-icon-wind::before{
  content:"\f31c";
}

.bp5-icon-wrench::before{
  content:"\f31d";
}

.bp5-icon-zoom-in::before{
  content:"\f31e";
}

.bp5-icon-zoom-out::before{
  content:"\f31f";
}

.bp5-icon-zoom-to-fit::before{
  content:"\f320";
}
.bp5-submenu > .bp5-popover-wrapper{
  display:block;
}
.bp5-submenu .bp5-popover-target{
  display:block;
}
.bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item{
}
.bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item:not([class*=bp5-intent-]){
  background-color:rgba(143, 153, 168, 0.15);
  color:inherit;
  cursor:pointer;
  text-decoration:none;
}
.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item:not([class*=bp5-intent-]){
  color:inherit;
}
.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item:not([class*=bp5-intent-]) .bp5-menu-item-icon,
.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item:not([class*=bp5-intent-]) .bp5-submenu-icon{
  color:#abb3bf;
}
.bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-], .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:hover, .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:active{
  background-color:rgba(45, 114, 210, 0.1);
  color:#215db0;
}
.bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-] .bp5-menu-item-label, .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:hover .bp5-menu-item-label, .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:active .bp5-menu-item-label{
  color:inherit;
}
.bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]::before,
.bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-] .bp5-menu-item-icon,
.bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-] .bp5-menu-item-selected-icon,
.bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-] .bp5-submenu-icon, .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:hover::before,
.bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:hover .bp5-menu-item-icon,
.bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:hover .bp5-menu-item-selected-icon,
.bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:hover .bp5-submenu-icon, .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:active::before,
.bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:active .bp5-menu-item-icon,
.bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:active .bp5-menu-item-selected-icon,
.bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:active .bp5-submenu-icon{
  color:#215db0;
}
.bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-].bp5-intent-success, .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:hover.bp5-intent-success, .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:active.bp5-intent-success{
  background-color:rgba(35, 133, 81, 0.1);
  color:#1c6e42;
}
.bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-].bp5-intent-success::before,
.bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-].bp5-intent-success .bp5-menu-item-icon,
.bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-].bp5-intent-success .bp5-submenu-icon, .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:hover.bp5-intent-success::before,
.bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:hover.bp5-intent-success .bp5-menu-item-icon,
.bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:hover.bp5-intent-success .bp5-submenu-icon, .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:active.bp5-intent-success::before,
.bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:active.bp5-intent-success .bp5-menu-item-icon,
.bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:active.bp5-intent-success .bp5-submenu-icon{
  color:inherit;
}
.bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-].bp5-intent-warning, .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:hover.bp5-intent-warning, .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:active.bp5-intent-warning{
  background-color:rgba(200, 118, 25, 0.1);
  color:#935610;
}
.bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-].bp5-intent-warning::before,
.bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-].bp5-intent-warning .bp5-menu-item-icon,
.bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-].bp5-intent-warning .bp5-submenu-icon, .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:hover.bp5-intent-warning::before,
.bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:hover.bp5-intent-warning .bp5-menu-item-icon,
.bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:hover.bp5-intent-warning .bp5-submenu-icon, .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:active.bp5-intent-warning::before,
.bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:active.bp5-intent-warning .bp5-menu-item-icon,
.bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:active.bp5-intent-warning .bp5-submenu-icon{
  color:inherit;
}
.bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-].bp5-intent-danger, .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:hover.bp5-intent-danger, .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:active.bp5-intent-danger{
  background-color:rgba(205, 66, 70, 0.1);
  color:#ac2f33;
}
.bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-].bp5-intent-danger::before,
.bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-].bp5-intent-danger .bp5-menu-item-icon,
.bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-].bp5-intent-danger .bp5-submenu-icon, .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:hover.bp5-intent-danger::before,
.bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:hover.bp5-intent-danger .bp5-menu-item-icon,
.bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:hover.bp5-intent-danger .bp5-submenu-icon, .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:active.bp5-intent-danger::before,
.bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:active.bp5-intent-danger .bp5-menu-item-icon,
.bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:active.bp5-intent-danger .bp5-submenu-icon{
  color:inherit;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-], .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:hover, .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:active{
    background-color:highlight;
  }
}
.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-], .bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:hover, .bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:active{
  background-color:rgba(45, 114, 210, 0.2);
  color:#8abbff;
}
.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]::before,
.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-] .bp5-menu-item-icon,
.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-] .bp5-menu-item-selected-icon,
.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-] .bp5-submenu-icon, .bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:hover::before,
.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:hover .bp5-menu-item-icon,
.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:hover .bp5-menu-item-selected-icon,
.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:hover .bp5-submenu-icon, .bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:active::before,
.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:active .bp5-menu-item-icon,
.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:active .bp5-menu-item-selected-icon,
.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:active .bp5-submenu-icon{
  color:#8abbff;
}
.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-].bp5-intent-success, .bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:hover.bp5-intent-success, .bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:active.bp5-intent-success{
  background-color:rgba(35, 133, 81, 0.2);
  color:#72ca9b;
}
.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-].bp5-intent-success::before,
.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-].bp5-intent-success .bp5-menu-item-icon,
.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-].bp5-intent-success .bp5-submenu-icon, .bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:hover.bp5-intent-success::before,
.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:hover.bp5-intent-success .bp5-menu-item-icon,
.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:hover.bp5-intent-success .bp5-submenu-icon, .bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:active.bp5-intent-success::before,
.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:active.bp5-intent-success .bp5-menu-item-icon,
.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:active.bp5-intent-success .bp5-submenu-icon{
  color:inherit;
}
.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-].bp5-intent-warning, .bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:hover.bp5-intent-warning, .bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:active.bp5-intent-warning{
  background-color:rgba(200, 118, 25, 0.2);
  color:#fbb360;
}
.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-].bp5-intent-warning::before,
.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-].bp5-intent-warning .bp5-menu-item-icon,
.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-].bp5-intent-warning .bp5-submenu-icon, .bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:hover.bp5-intent-warning::before,
.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:hover.bp5-intent-warning .bp5-menu-item-icon,
.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:hover.bp5-intent-warning .bp5-submenu-icon, .bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:active.bp5-intent-warning::before,
.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:active.bp5-intent-warning .bp5-menu-item-icon,
.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:active.bp5-intent-warning .bp5-submenu-icon{
  color:inherit;
}
.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-].bp5-intent-danger, .bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:hover.bp5-intent-danger, .bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:active.bp5-intent-danger{
  background-color:rgba(205, 66, 70, 0.2);
  color:#fa999c;
}
.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-].bp5-intent-danger::before,
.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-].bp5-intent-danger .bp5-menu-item-icon,
.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-].bp5-intent-danger .bp5-submenu-icon, .bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:hover.bp5-intent-danger::before,
.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:hover.bp5-intent-danger .bp5-menu-item-icon,
.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:hover.bp5-intent-danger .bp5-submenu-icon, .bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:active.bp5-intent-danger::before,
.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:active.bp5-intent-danger .bp5-menu-item-icon,
.bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:active.bp5-intent-danger .bp5-submenu-icon{
  color:inherit;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-], .bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:hover, .bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open > .bp5-menu-item[class*=bp5-intent-]:active{
    background-color:highlight;
  }
}
.bp5-submenu.bp5-popover{
  box-shadow:none;
  padding:0 5px;
}
.bp5-submenu.bp5-popover > .bp5-popover-content{
  box-shadow:0 0 0 1px rgba(17, 20, 24, 0.1), 0 2px 4px rgba(17, 20, 24, 0.2), 0 8px 24px rgba(17, 20, 24, 0.2);
}
.bp5-dark .bp5-submenu.bp5-popover, .bp5-submenu.bp5-popover.bp5-dark{
  box-shadow:none;
}
.bp5-dark .bp5-submenu.bp5-popover > .bp5-popover-content, .bp5-submenu.bp5-popover.bp5-dark > .bp5-popover-content{
  box-shadow:0 0 0 1px hsl(215, 3%, 38%), inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 2px 4px rgba(17, 20, 24, 0.4), 0 8px 24px rgba(17, 20, 24, 0.4);
}
.bp5-menu{
  background:#ffffff;
  border-radius:2px;
  color:#1c2127;
  list-style:none;
  margin:0;
  min-width:180px;
  padding:5px;
  text-align:left;
}

.bp5-menu-divider{
  border-top:1px solid rgba(17, 20, 24, 0.15);
  display:block;
  margin:5px -5px;
}
.bp5-dark .bp5-menu-divider{
  border-top-color:rgba(255, 255, 255, 0.2);
}

.bp5-menu-item{
  display:flex;
  flex-direction:row;
  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;
          user-select:none;
}
.bp5-menu-item > *{
  flex-grow:0;
  flex-shrink:0;
}
.bp5-menu-item > .bp5-fill{
  flex-grow:1;
  flex-shrink:1;
}
.bp5-menu-item::before,
.bp5-menu-item > *{
  margin-right:7px;
}
.bp5-menu-item:empty::before,
.bp5-menu-item > :last-child{
  margin-right:0;
}
.bp5-menu-item > .bp5-fill{
  word-break:break-word;
}
.bp5-menu-item .bp5-menu-item-icon{
  display:flex;
  flex-direction:column;
  height:20px;
  justify-content:center;
}
.bp5-menu-item .bp5-menu-item-label{
  color:#5f6b7c;
}
.bp5-menu-item::before,
.bp5-menu-item .bp5-menu-item-icon,
.bp5-menu-item .bp5-menu-item-selected-icon,
.bp5-menu-item .bp5-submenu-icon{
  color:#5f6b7c;
}
.bp5-menu-item::before,
.bp5-menu-item .bp5-submenu-icon{
  margin-top:2px;
}
.bp5-menu-item:hover{
  background-color:rgba(143, 153, 168, 0.15);
  color:inherit;
  cursor:pointer;
  text-decoration:none;
}
.bp5-menu-item:active{
  background-color:rgba(143, 153, 168, 0.3);
}
.bp5-menu-item:active .bp5-menu-item-label{
  color:#1c2127;
}
.bp5-menu-item.bp5-active{
  background-color:rgba(45, 114, 210, 0.1);
  color:#215db0;
}
.bp5-menu-item.bp5-active .bp5-menu-item-label{
  color:inherit;
}
.bp5-menu-item.bp5-active::before,
.bp5-menu-item.bp5-active .bp5-menu-item-icon,
.bp5-menu-item.bp5-active .bp5-menu-item-selected-icon,
.bp5-menu-item.bp5-active .bp5-submenu-icon{
  color:#215db0;
}
.bp5-menu-item.bp5-active.bp5-intent-success{
  background-color:rgba(35, 133, 81, 0.1);
  color:#1c6e42;
}
.bp5-menu-item.bp5-active.bp5-intent-success::before,
.bp5-menu-item.bp5-active.bp5-intent-success .bp5-menu-item-icon,
.bp5-menu-item.bp5-active.bp5-intent-success .bp5-submenu-icon{
  color:inherit;
}
.bp5-menu-item.bp5-active.bp5-intent-warning{
  background-color:rgba(200, 118, 25, 0.1);
  color:#935610;
}
.bp5-menu-item.bp5-active.bp5-intent-warning::before,
.bp5-menu-item.bp5-active.bp5-intent-warning .bp5-menu-item-icon,
.bp5-menu-item.bp5-active.bp5-intent-warning .bp5-submenu-icon{
  color:inherit;
}
.bp5-menu-item.bp5-active.bp5-intent-danger{
  background-color:rgba(205, 66, 70, 0.1);
  color:#ac2f33;
}
.bp5-menu-item.bp5-active.bp5-intent-danger::before,
.bp5-menu-item.bp5-active.bp5-intent-danger .bp5-menu-item-icon,
.bp5-menu-item.bp5-active.bp5-intent-danger .bp5-submenu-icon{
  color:inherit;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-menu-item.bp5-active{
    background-color:highlight;
  }
}
.bp5-menu-item.bp5-menu-item-is-selectable{
  padding-left:20px;
}
.bp5-menu-item.bp5-menu-item-is-selectable.bp5-selected{
  padding-left:0;
}
.bp5-menu-item.bp5-menu-item-is-selectable .bp5-menu-item-selected-icon{
  align-self:center;
  margin:0 2px;
}
.bp5-menu-item.bp5-disabled{
  background-color:inherit !important;
  color:rgba(95, 107, 124, 0.6) !important;
  cursor:not-allowed !important;
  outline:none !important;
}
.bp5-menu-item.bp5-disabled::before,
.bp5-menu-item.bp5-disabled .bp5-menu-item-icon,
.bp5-menu-item.bp5-disabled .bp5-submenu-icon{
  color:rgba(95, 107, 124, 0.6) !important;
}
.bp5-menu-item.bp5-disabled .bp5-menu-item-label{
  color:rgba(95, 107, 124, 0.6) !important;
}
.bp5-menu-item.bp5-intent-primary{
  color:#215db0;
}
.bp5-menu-item.bp5-intent-primary::before,
.bp5-menu-item.bp5-intent-primary .bp5-menu-item-icon,
.bp5-menu-item.bp5-intent-primary .bp5-menu-item-selected-icon,
.bp5-menu-item.bp5-intent-primary .bp5-submenu-icon,
.bp5-menu-item.bp5-intent-primary .bp5-menu-item-label{
  color:inherit;
}
.bp5-menu-item.bp5-intent-primary:hover{
  background-color:rgba(45, 114, 210, 0.1);
}
.bp5-menu-item.bp5-intent-primary:active, .bp5-menu-item.bp5-intent-primary.bp5-active{
  background-color:rgba(45, 114, 210, 0.2);
  color:#184a90;
}
.bp5-menu-item.bp5-intent-success{
  color:#1c6e42;
}
.bp5-menu-item.bp5-intent-success::before,
.bp5-menu-item.bp5-intent-success .bp5-menu-item-icon,
.bp5-menu-item.bp5-intent-success .bp5-menu-item-selected-icon,
.bp5-menu-item.bp5-intent-success .bp5-submenu-icon,
.bp5-menu-item.bp5-intent-success .bp5-menu-item-label{
  color:inherit;
}
.bp5-menu-item.bp5-intent-success:hover{
  background-color:rgba(35, 133, 81, 0.1);
}
.bp5-menu-item.bp5-intent-success:active, .bp5-menu-item.bp5-intent-success.bp5-active{
  background-color:rgba(35, 133, 81, 0.2);
  color:#165a36;
}
.bp5-menu-item.bp5-intent-warning{
  color:#935610;
}
.bp5-menu-item.bp5-intent-warning::before,
.bp5-menu-item.bp5-intent-warning .bp5-menu-item-icon,
.bp5-menu-item.bp5-intent-warning .bp5-menu-item-selected-icon,
.bp5-menu-item.bp5-intent-warning .bp5-submenu-icon,
.bp5-menu-item.bp5-intent-warning .bp5-menu-item-label{
  color:inherit;
}
.bp5-menu-item.bp5-intent-warning:hover{
  background-color:rgba(200, 118, 25, 0.1);
}
.bp5-menu-item.bp5-intent-warning:active, .bp5-menu-item.bp5-intent-warning.bp5-active{
  background-color:rgba(200, 118, 25, 0.2);
  color:#77450d;
}
.bp5-menu-item.bp5-intent-danger{
  color:#ac2f33;
}
.bp5-menu-item.bp5-intent-danger::before,
.bp5-menu-item.bp5-intent-danger .bp5-menu-item-icon,
.bp5-menu-item.bp5-intent-danger .bp5-menu-item-selected-icon,
.bp5-menu-item.bp5-intent-danger .bp5-submenu-icon,
.bp5-menu-item.bp5-intent-danger .bp5-menu-item-label{
  color:inherit;
}
.bp5-menu-item.bp5-intent-danger:hover{
  background-color:rgba(205, 66, 70, 0.1);
}
.bp5-menu-item.bp5-intent-danger:active, .bp5-menu-item.bp5-intent-danger.bp5-active{
  background-color:rgba(205, 66, 70, 0.2);
  color:#8e292c;
}
.bp5-menu-item::before{
  font-family:"blueprint-icons-16", sans-serif;
  font-size:16px;
  font-style:normal;
  font-variant:normal;
  font-weight:400;
  height:16px;
  line-height:1;
  width:16px;
  -moz-osx-font-smoothing:grayscale;
  -webkit-font-smoothing:antialiased;
  margin-right:7px;
}
.bp5-large .bp5-menu-item{
  font-size:16px;
  line-height:22px;
  padding-bottom:9px;
  padding-top:9px;
}
.bp5-large .bp5-menu-item .bp5-menu-item-icon{
  height:22px;
}
.bp5-large .bp5-menu-item::before,
.bp5-large .bp5-menu-item .bp5-submenu-icon{
  margin-top:3px;
}
.bp5-large .bp5-menu-item::before{
  font-family:"blueprint-icons-20", sans-serif;
  font-size:20px;
  font-style:normal;
  font-variant:normal;
  font-weight:400;
  height:20px;
  line-height:1;
  width:20px;
  -moz-osx-font-smoothing:grayscale;
  -webkit-font-smoothing:antialiased;
  margin-right:10px;
}
.bp5-small .bp5-menu-item{
  padding-bottom:2px;
  padding-top:2px;
}

button.bp5-menu-item{
  background:none;
  border:none;
  text-align:left;
  width:100%;
}
.bp5-menu-header{
  border-top:1px solid rgba(17, 20, 24, 0.15);
  display:block;
  margin:5px -5px;
  cursor:default;
  padding-left:2px;
}
.bp5-dark .bp5-menu-header{
  border-top-color:rgba(255, 255, 255, 0.2);
}
.bp5-menu-header:first-of-type{
  border-top:none;
}
.bp5-menu-header > h6{
  color:#1c2127;
  font-weight:600;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  word-wrap:normal;
  line-height:17px;
  margin:0;
  padding:10px 7px 0 6px;
}
.bp5-dark .bp5-menu-header > h6{
  color:#f6f7f9;
}
.bp5-menu-header > h6.bp5-text-muted{
  color:#5f6b7c;
}
.bp5-dark .bp5-menu-header > h6.bp5-text-muted{
  color:#abb3bf;
}
.bp5-menu-header:first-of-type > h6{
  padding-top:0;
}
.bp5-large .bp5-menu-header > h6{
  font-size:18px;
  padding-bottom:5px;
  padding-top:15px;
}
.bp5-large .bp5-menu-header:first-of-type > h6{
  padding-top:0;
}

.bp5-dark .bp5-menu{
  background:#2f343c;
  color:#f6f7f9;
}
.bp5-dark .bp5-menu-item{
  color:inherit;
}
.bp5-dark .bp5-menu-item .bp5-menu-item-label{
  color:#abb3bf;
}
.bp5-dark .bp5-menu-item::before,
.bp5-dark .bp5-menu-item .bp5-menu-item-icon,
.bp5-dark .bp5-menu-item .bp5-menu-item-selected-icon,
.bp5-dark .bp5-menu-item .bp5-submenu-icon{
  color:#abb3bf;
}
.bp5-dark .bp5-menu-item:hover{
  color:inherit;
}
.bp5-dark .bp5-menu-item:hover .bp5-menu-item-icon,
.bp5-dark .bp5-menu-item:hover .bp5-submenu-icon{
  color:#abb3bf;
}
.bp5-dark .bp5-menu-item:active{
  background-color:rgba(143, 153, 168, 0.3);
}
.bp5-dark .bp5-menu-item:active .bp5-menu-item-label{
  color:#f6f7f9;
}
.bp5-dark .bp5-menu-item.bp5-active{
  background-color:rgba(45, 114, 210, 0.2);
  color:#8abbff;
}
.bp5-dark .bp5-menu-item.bp5-active::before,
.bp5-dark .bp5-menu-item.bp5-active .bp5-menu-item-icon,
.bp5-dark .bp5-menu-item.bp5-active .bp5-menu-item-selected-icon,
.bp5-dark .bp5-menu-item.bp5-active .bp5-submenu-icon{
  color:#8abbff;
}
.bp5-dark .bp5-menu-item.bp5-active.bp5-intent-success{
  background-color:rgba(35, 133, 81, 0.2);
  color:#72ca9b;
}
.bp5-dark .bp5-menu-item.bp5-active.bp5-intent-success::before,
.bp5-dark .bp5-menu-item.bp5-active.bp5-intent-success .bp5-menu-item-icon,
.bp5-dark .bp5-menu-item.bp5-active.bp5-intent-success .bp5-submenu-icon{
  color:inherit;
}
.bp5-dark .bp5-menu-item.bp5-active.bp5-intent-warning{
  background-color:rgba(200, 118, 25, 0.2);
  color:#fbb360;
}
.bp5-dark .bp5-menu-item.bp5-active.bp5-intent-warning::before,
.bp5-dark .bp5-menu-item.bp5-active.bp5-intent-warning .bp5-menu-item-icon,
.bp5-dark .bp5-menu-item.bp5-active.bp5-intent-warning .bp5-submenu-icon{
  color:inherit;
}
.bp5-dark .bp5-menu-item.bp5-active.bp5-intent-danger{
  background-color:rgba(205, 66, 70, 0.2);
  color:#fa999c;
}
.bp5-dark .bp5-menu-item.bp5-active.bp5-intent-danger::before,
.bp5-dark .bp5-menu-item.bp5-active.bp5-intent-danger .bp5-menu-item-icon,
.bp5-dark .bp5-menu-item.bp5-active.bp5-intent-danger .bp5-submenu-icon{
  color:inherit;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-dark .bp5-menu-item.bp5-active{
    background-color:highlight;
  }
}
.bp5-dark .bp5-menu-item.bp5-disabled{
  color:rgba(171, 179, 191, 0.6) !important;
}
.bp5-dark .bp5-menu-item.bp5-disabled::before,
.bp5-dark .bp5-menu-item.bp5-disabled .bp5-menu-item-icon,
.bp5-dark .bp5-menu-item.bp5-disabled .bp5-submenu-icon{
  color:rgba(171, 179, 191, 0.6) !important;
}
.bp5-dark .bp5-menu-item.bp5-disabled .bp5-menu-item-label{
  color:rgba(171, 179, 191, 0.6) !important;
}
.bp5-dark .bp5-menu-item.bp5-intent-primary{
  color:#8abbff;
}
.bp5-dark .bp5-menu-item.bp5-intent-primary::before,
.bp5-dark .bp5-menu-item.bp5-intent-primary .bp5-menu-item-icon,
.bp5-dark .bp5-menu-item.bp5-intent-primary .bp5-menu-item-selected-icon,
.bp5-dark .bp5-menu-item.bp5-intent-primary .bp5-submenu-icon,
.bp5-dark .bp5-menu-item.bp5-intent-primary .bp5-menu-item-label{
  color:inherit;
}
.bp5-dark .bp5-menu-item.bp5-intent-primary:hover{
  background-color:rgba(45, 114, 210, 0.2);
}
.bp5-dark .bp5-menu-item.bp5-intent-primary:active, .bp5-dark .bp5-menu-item.bp5-intent-primary.bp5-active{
  background-color:rgba(45, 114, 210, 0.3);
  color:#99c4ff;
}
.bp5-dark .bp5-menu-item.bp5-intent-success{
  color:#72ca9b;
}
.bp5-dark .bp5-menu-item.bp5-intent-success::before,
.bp5-dark .bp5-menu-item.bp5-intent-success .bp5-menu-item-icon,
.bp5-dark .bp5-menu-item.bp5-intent-success .bp5-menu-item-selected-icon,
.bp5-dark .bp5-menu-item.bp5-intent-success .bp5-submenu-icon,
.bp5-dark .bp5-menu-item.bp5-intent-success .bp5-menu-item-label{
  color:inherit;
}
.bp5-dark .bp5-menu-item.bp5-intent-success:hover{
  background-color:rgba(35, 133, 81, 0.2);
}
.bp5-dark .bp5-menu-item.bp5-intent-success:active, .bp5-dark .bp5-menu-item.bp5-intent-success.bp5-active{
  background-color:rgba(35, 133, 81, 0.3);
  color:#7cd7a2;
}
.bp5-dark .bp5-menu-item.bp5-intent-warning{
  color:#fbb360;
}
.bp5-dark .bp5-menu-item.bp5-intent-warning::before,
.bp5-dark .bp5-menu-item.bp5-intent-warning .bp5-menu-item-icon,
.bp5-dark .bp5-menu-item.bp5-intent-warning .bp5-menu-item-selected-icon,
.bp5-dark .bp5-menu-item.bp5-intent-warning .bp5-submenu-icon,
.bp5-dark .bp5-menu-item.bp5-intent-warning .bp5-menu-item-label{
  color:inherit;
}
.bp5-dark .bp5-menu-item.bp5-intent-warning:hover{
  background-color:rgba(200, 118, 25, 0.2);
}
.bp5-dark .bp5-menu-item.bp5-intent-warning:active, .bp5-dark .bp5-menu-item.bp5-intent-warning.bp5-active{
  background-color:rgba(200, 118, 25, 0.3);
  color:#f5c186;
}
.bp5-dark .bp5-menu-item.bp5-intent-danger{
  color:#fa999c;
}
.bp5-dark .bp5-menu-item.bp5-intent-danger::before,
.bp5-dark .bp5-menu-item.bp5-intent-danger .bp5-menu-item-icon,
.bp5-dark .bp5-menu-item.bp5-intent-danger .bp5-menu-item-selected-icon,
.bp5-dark .bp5-menu-item.bp5-intent-danger .bp5-submenu-icon,
.bp5-dark .bp5-menu-item.bp5-intent-danger .bp5-menu-item-label{
  color:inherit;
}
.bp5-dark .bp5-menu-item.bp5-intent-danger:hover{
  background-color:rgba(205, 66, 70, 0.2);
}
.bp5-dark .bp5-menu-item.bp5-intent-danger:active, .bp5-dark .bp5-menu-item.bp5-intent-danger.bp5-active{
  background-color:rgba(205, 66, 70, 0.3);
  color:#ffa1a4;
}
.bp5-dark .bp5-menu-divider,
.bp5-dark .bp5-menu-header{
  border-color:rgba(255, 255, 255, 0.2);
}
.bp5-dark .bp5-menu-header > h6{
  color:#f6f7f9;
}

.bp5-label .bp5-menu{
  margin-top:5px;
}
.bp5-navbar{
  background-color:#ffffff;
  box-shadow:0 0 0 1px rgba(17, 20, 24, 0.1), 0 1px 1px rgba(17, 20, 24, 0.2);
  height:50px;
  padding:0 15px;
  position:relative;
  width:100%;
  z-index:10;
}
.bp5-navbar.bp5-dark, .bp5-dark .bp5-navbar{
  background-color:#2f343c;
}
.bp5-navbar.bp5-dark{
  box-shadow:inset inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 1px 1px 0 rgba(17, 20, 24, 0.4);
}
.bp5-dark .bp5-navbar{
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 1px 1px 0 rgba(17, 20, 24, 0.4);
}
.bp5-navbar.bp5-fixed-top{
  left:0;
  position:fixed;
  right:0;
  top:0;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-navbar{
    border:1px solid buttonborder;
  }
}

.bp5-navbar-heading{
  font-size:16px;
  margin-right:15px;
}

.bp5-navbar-group{
  align-items:center;
  display:flex;
  height:50px;
}
.bp5-navbar-group.bp5-align-left{
  float:left;
}
.bp5-navbar-group.bp5-align-right{
  float:right;
}

.bp5-navbar-divider{
  border-left:1px solid rgba(17, 20, 24, 0.15);
  height:20px;
  margin:0 10px;
}
.bp5-dark .bp5-navbar-divider{
  border-left-color:rgba(255, 255, 255, 0.2);
}
.bp5-non-ideal-state{
  display:flex;
  flex-direction:column;
  align-items:center;
  color:#5f6b7c;
  height:100%;
  justify-content:center;
  text-align:center;
  width:100%;
}
.bp5-non-ideal-state > *{
  flex-grow:0;
  flex-shrink:0;
}
.bp5-non-ideal-state > .bp5-fill{
  flex-grow:1;
  flex-shrink:1;
}
.bp5-non-ideal-state::before,
.bp5-non-ideal-state > *{
  margin-bottom:20px;
}
.bp5-non-ideal-state:empty::before,
.bp5-non-ideal-state > :last-child{
  margin-bottom:0;
}
.bp5-non-ideal-state > *{
  max-width:400px;
}
.bp5-non-ideal-state .bp5-heading{
  color:#5f6b7c;
  line-height:20px;
  margin-bottom:10px;
}
.bp5-non-ideal-state .bp5-heading:only-child{
  margin-bottom:0;
}
.bp5-non-ideal-state.bp5-non-ideal-state-horizontal{
  display:flex;
  flex-direction:row;
  text-align:left;
}
.bp5-non-ideal-state.bp5-non-ideal-state-horizontal > *{
  flex-grow:0;
  flex-shrink:0;
}
.bp5-non-ideal-state.bp5-non-ideal-state-horizontal > .bp5-fill{
  flex-grow:1;
  flex-shrink:1;
}
.bp5-non-ideal-state.bp5-non-ideal-state-horizontal::before,
.bp5-non-ideal-state.bp5-non-ideal-state-horizontal > *{
  margin-right:20px;
}
.bp5-non-ideal-state.bp5-non-ideal-state-horizontal:empty::before,
.bp5-non-ideal-state.bp5-non-ideal-state-horizontal > :last-child{
  margin-right:0;
}
.bp5-non-ideal-state.bp5-non-ideal-state-horizontal > *{
  margin-bottom:0;
}
.bp5-dark .bp5-non-ideal-state{
  color:#abb3bf;
}
.bp5-dark .bp5-non-ideal-state .bp5-heading{
  color:#abb3bf;
}

.bp5-non-ideal-state-visual{
  color:#8f99a8;
}

.bp5-overflow-list{
  display:flex;
  flex-wrap:nowrap;
  min-width:0;
}

.bp5-overflow-list-spacer{
  flex-shrink:1;
  width:1px;
}
body.bp5-overlay-open{
  overflow:hidden;
}

.bp5-overlay{
  bottom:0;
  left:0;
  position:static;
  right:0;
  top:0;
  z-index:20;
}
.bp5-overlay:not(.bp5-overlay-open){
  pointer-events:none;
}
.bp5-overlay.bp5-overlay-container{
  overflow:hidden;
  position:fixed;
}
.bp5-overlay.bp5-overlay-container.bp5-overlay-inline{
  position:absolute;
}
.bp5-overlay.bp5-overlay-scroll-container{
  overflow:auto;
  position:fixed;
}
.bp5-overlay.bp5-overlay-scroll-container.bp5-overlay-inline{
  position:absolute;
}
.bp5-overlay.bp5-overlay-inline{
  display:inline;
  overflow:visible;
}

.bp5-overlay-content{
  position:fixed;
  z-index:20;
}
.bp5-overlay-inline .bp5-overlay-content, .bp5-overlay-scroll-container .bp5-overlay-content{
  position:absolute;
}

.bp5-overlay-backdrop{
  bottom:0;
  left:0;
  position:fixed;
  right:0;
  top:0;
  opacity:1;
  background-color:rgba(17, 20, 24, 0.7);
  overflow:auto;
  -webkit-user-select:none;
     -moz-user-select:none;
          user-select:none;
  z-index:20;
}
.bp5-overlay-backdrop.bp5-overlay-enter, .bp5-overlay-backdrop.bp5-overlay-appear{
  opacity:0;
}
.bp5-overlay-backdrop.bp5-overlay-enter-active, .bp5-overlay-backdrop.bp5-overlay-appear-active{
  opacity:1;
  transition-delay:0;
  transition-duration:200ms;
  transition-property:opacity;
  transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9);
}
.bp5-overlay-backdrop.bp5-overlay-exit{
  opacity:1;
}
.bp5-overlay-backdrop.bp5-overlay-exit-active{
  opacity:0;
  transition-delay:0;
  transition-duration:200ms;
  transition-property:opacity;
  transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9);
}
.bp5-overlay-backdrop:focus{
  outline:none;
}
.bp5-overlay-inline .bp5-overlay-backdrop{
  position:absolute;
}
.bp5-panel-stack{
  overflow:hidden;
  position:relative;
}

.bp5-panel-stack-header{
  align-items:center;
  box-shadow:0 1px rgba(17, 20, 24, 0.15);
  display:flex;
  flex-shrink:0;
  height:30px;
  z-index:1;
}
.bp5-dark .bp5-panel-stack-header{
  box-shadow:0 1px rgba(255, 255, 255, 0.2);
}
.bp5-panel-stack-header > span{
  align-items:stretch;
  display:flex;
  flex:1;
}
.bp5-panel-stack-header .bp5-heading{
  margin:0 5px;
}

.bp5-button.bp5-panel-stack-header-back{
  margin-left:5px;
  padding-left:0;
  white-space:nowrap;
}
.bp5-button.bp5-panel-stack-header-back .bp5-icon{
  margin:0 2px;
}

.bp5-panel-stack-view{
  bottom:0;
  left:0;
  position:absolute;
  right:0;
  top:0;
  background-color:#ffffff;
  border-right:1px solid rgba(17, 20, 24, 0.15);
  display:flex;
  flex-direction:column;
  margin-right:-1px;
  overflow-y:auto;
  z-index:1;
}
.bp5-dark .bp5-panel-stack-view{
  background-color:#2f343c;
}
.bp5-panel-stack-view:nth-last-child(n+4){
  display:none;
}

.bp5-panel-stack-push .bp5-panel-stack-enter, .bp5-panel-stack-push .bp5-panel-stack-appear{
  transform:translateX(100%);
  opacity:0;
}
.bp5-panel-stack-push .bp5-panel-stack-enter-active, .bp5-panel-stack-push .bp5-panel-stack-appear-active{
  transform:translate(0%);
  opacity:1;
  transition-delay:0;
  transition-duration:400ms;
  transition-property:transform, opacity;
  transition-timing-function:ease;
}
.bp5-panel-stack-push .bp5-panel-stack-exit{
  transform:translate(0%);
  opacity:1;
}
.bp5-panel-stack-push .bp5-panel-stack-exit-active{
  transform:translateX(-50%);
  opacity:0;
  transition-delay:0;
  transition-duration:400ms;
  transition-property:transform, opacity;
  transition-timing-function:ease;
}

.bp5-panel-stack-pop .bp5-panel-stack-enter, .bp5-panel-stack-pop .bp5-panel-stack-appear{
  transform:translateX(-50%);
  opacity:0;
}
.bp5-panel-stack-pop .bp5-panel-stack-enter-active, .bp5-panel-stack-pop .bp5-panel-stack-appear-active{
  transform:translate(0%);
  opacity:1;
  transition-delay:0;
  transition-duration:400ms;
  transition-property:transform, opacity;
  transition-timing-function:ease;
}
.bp5-panel-stack-pop .bp5-panel-stack-exit{
  transform:translate(0%);
  opacity:1;
}
.bp5-panel-stack-pop .bp5-panel-stack-exit-active{
  transform:translateX(100%);
  opacity:0;
  transition-delay:0;
  transition-duration:400ms;
  transition-property:transform, opacity;
  transition-timing-function:ease;
}
.bp5-panel-stack2{
  overflow:hidden;
  position:relative;
}

.bp5-panel-stack2-header{
  align-items:center;
  box-shadow:0 1px rgba(17, 20, 24, 0.15);
  display:flex;
  flex-shrink:0;
  height:30px;
  z-index:1;
}
.bp5-dark .bp5-panel-stack2-header{
  box-shadow:0 1px rgba(255, 255, 255, 0.2);
}
.bp5-panel-stack2-header > span{
  align-items:stretch;
  display:flex;
  flex:1;
}
.bp5-panel-stack2-header .bp5-heading{
  margin:0 5px;
}

.bp5-button.bp5-panel-stack2-header-back{
  margin-left:5px;
  padding-left:0;
  white-space:nowrap;
}
.bp5-button.bp5-panel-stack2-header-back .bp5-icon{
  margin:0 2px;
}

.bp5-panel-stack2-view{
  bottom:0;
  left:0;
  position:absolute;
  right:0;
  top:0;
  background-color:#ffffff;
  border-right:1px solid rgba(17, 20, 24, 0.15);
  display:flex;
  flex-direction:column;
  margin-right:-1px;
  overflow-y:auto;
  z-index:1;
}
.bp5-dark .bp5-panel-stack2-view{
  background-color:#2f343c;
}
.bp5-panel-stack2-view:nth-last-child(n+4){
  display:none;
}

.bp5-panel-stack2-push .bp5-panel-stack2-enter, .bp5-panel-stack2-push .bp5-panel-stack2-appear{
  transform:translateX(100%);
  opacity:0;
}
.bp5-panel-stack2-push .bp5-panel-stack2-enter-active, .bp5-panel-stack2-push .bp5-panel-stack2-appear-active{
  transform:translate(0%);
  opacity:1;
  transition-delay:0;
  transition-duration:400ms;
  transition-property:transform, opacity;
  transition-timing-function:ease;
}
.bp5-panel-stack2-push .bp5-panel-stack2-exit{
  transform:translate(0%);
  opacity:1;
}
.bp5-panel-stack2-push .bp5-panel-stack2-exit-active{
  transform:translateX(-50%);
  opacity:0;
  transition-delay:0;
  transition-duration:400ms;
  transition-property:transform, opacity;
  transition-timing-function:ease;
}

.bp5-panel-stack2-pop .bp5-panel-stack2-enter, .bp5-panel-stack2-pop .bp5-panel-stack2-appear{
  transform:translateX(-50%);
  opacity:0;
}
.bp5-panel-stack2-pop .bp5-panel-stack2-enter-active, .bp5-panel-stack2-pop .bp5-panel-stack2-appear-active{
  transform:translate(0%);
  opacity:1;
  transition-delay:0;
  transition-duration:400ms;
  transition-property:transform, opacity;
  transition-timing-function:ease;
}
.bp5-panel-stack2-pop .bp5-panel-stack2-exit{
  transform:translate(0%);
  opacity:1;
}
.bp5-panel-stack2-pop .bp5-panel-stack2-exit-active{
  transform:translateX(100%);
  opacity:0;
  transition-delay:0;
  transition-duration:400ms;
  transition-property:transform, opacity;
  transition-timing-function:ease;
}
.bp5-button-group:not(.bp5-minimal) > .bp5-popover-target:not(:first-child) .bp5-button{
  border-bottom-left-radius:0;
  border-top-left-radius:0;
}
.bp5-button-group:not(.bp5-minimal) > .bp5-popover-target:not(:last-child) .bp5-button{
  border-bottom-right-radius:0;
  border-top-right-radius:0;
  margin-right:-1px;
}
.bp5-button-group .bp5-popover-target{
  display:flex;
  flex:1 1 auto;
}
.bp5-button-group.bp5-vertical:not(.bp5-minimal) > .bp5-popover-target:first-child .bp5-button{
  border-radius:2px 2px 0 0;
}
.bp5-button-group.bp5-vertical:not(.bp5-minimal) > .bp5-popover-target:last-child .bp5-button{
  border-radius:0 0 2px 2px;
}
.bp5-button-group.bp5-vertical:not(.bp5-minimal) > .bp5-popover-target:not(:last-child) .bp5-button{
  margin-bottom:-1px;
}
.bp5-control-group .bp5-popover-target{
  border-radius:inherit;
}
label.bp5-label .bp5-popover-target{
  display:block;
  margin-top:5px;
  text-transform:none;
}
.bp5-submenu .bp5-popover-target{
  display:block;
}
.bp5-submenu.bp5-popover{
  box-shadow:none;
  padding:0 5px;
}
.bp5-submenu.bp5-popover > .bp5-popover-content{
  box-shadow:0 0 0 1px rgba(17, 20, 24, 0.1), 0 2px 4px rgba(17, 20, 24, 0.2), 0 8px 24px rgba(17, 20, 24, 0.2);
}
.bp5-dark .bp5-submenu.bp5-popover, .bp5-submenu.bp5-popover.bp5-dark{
  box-shadow:none;
}
.bp5-dark .bp5-submenu.bp5-popover > .bp5-popover-content, .bp5-submenu.bp5-popover.bp5-dark > .bp5-popover-content{
  box-shadow:0 0 0 1px hsl(215, 3%, 38%), inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 2px 4px rgba(17, 20, 24, 0.4), 0 8px 24px rgba(17, 20, 24, 0.4);
}
.bp5-tree-node-secondary-label .bp5-popover-target{
  align-items:center;
  display:flex;
}

.bp5-popover{
  box-shadow:0 0 0 1px rgba(17, 20, 24, 0.1), 0 2px 4px rgba(17, 20, 24, 0.2), 0 8px 24px rgba(17, 20, 24, 0.2);
  transform:scale(1);
  border-radius:2px;
  display:inline-block;
  z-index:20;
}
.bp5-popover .bp5-popover-arrow{
  height:30px;
  position:absolute;
  width:30px;
}
.bp5-popover .bp5-popover-arrow::before{
  height:20px;
  margin:5px;
  width:20px;
}
.bp5-popover .bp5-popover-content{
  background:#ffffff;
}
.bp5-popover .bp5-popover-content,
.bp5-popover .bp5-heading{
  color:inherit;
}
.bp5-popover .bp5-popover-arrow::before{
  box-shadow:1px 1px 6px rgba(17, 20, 24, 0.2);
}
.bp5-popover .bp5-popover-arrow-border{
  fill:#111418;
  fill-opacity:0.1;
}
.bp5-popover .bp5-popover-arrow-fill{
  fill:#ffffff;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-popover .bp5-popover-arrow-fill{
    fill:buttonborder;
  }
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-popover{
    border:1px solid buttonborder;
  }
}
.bp5-popover-enter > .bp5-popover, .bp5-popover-appear > .bp5-popover{
  transform:scale(0.3);
}
.bp5-popover-enter-active > .bp5-popover, .bp5-popover-appear-active > .bp5-popover{
  transform:scale(1);
  transition-delay:0;
  transition-duration:300ms;
  transition-property:transform;
  transition-timing-function:cubic-bezier(0.54, 1.12, 0.38, 1.11);
}
.bp5-popover-exit > .bp5-popover{
  transform:scale(1);
}
.bp5-popover-exit-active > .bp5-popover{
  transform:scale(0.3);
  transition-delay:0;
  transition-duration:300ms;
  transition-property:transform;
  transition-timing-function:cubic-bezier(0.54, 1.12, 0.38, 1.11);
}
.bp5-popover .bp5-popover-content{
  border-radius:2px;
  position:relative;
}
.bp5-popover.bp5-popover-content-sizing .bp5-popover-content{
  max-width:350px;
  padding:20px;
}
.bp5-popover-target + .bp5-overlay .bp5-popover.bp5-popover-content-sizing{
  width:350px;
}
.bp5-popover.bp5-minimal{
  margin:0 !important;
}
.bp5-popover.bp5-minimal .bp5-popover-arrow{
  display:none;
}
.bp5-popover.bp5-minimal.bp5-popover{
  transform:scale(1);
}
.bp5-popover-enter > .bp5-popover.bp5-minimal.bp5-popover, .bp5-popover-appear > .bp5-popover.bp5-minimal.bp5-popover{
  transform:scale(1);
}
.bp5-popover-enter-active > .bp5-popover.bp5-minimal.bp5-popover, .bp5-popover-appear-active > .bp5-popover.bp5-minimal.bp5-popover{
  transform:scale(1);
  transition-delay:0;
  transition-duration:100ms;
  transition-property:transform;
  transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9);
}
.bp5-popover-exit > .bp5-popover.bp5-minimal.bp5-popover{
  transform:scale(1);
}
.bp5-popover-exit-active > .bp5-popover.bp5-minimal.bp5-popover{
  transform:scale(1);
  transition-delay:0;
  transition-duration:100ms;
  transition-property:transform;
  transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9);
}
.bp5-popover.bp5-popover-match-target-width{
  width:100%;
}
.bp5-popover.bp5-dark, .bp5-dark .bp5-popover{
  box-shadow:0 0 0 1px hsl(215, 3%, 38%), inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 2px 4px rgba(17, 20, 24, 0.4), 0 8px 24px rgba(17, 20, 24, 0.4);
}
.bp5-popover.bp5-dark .bp5-popover-content, .bp5-dark .bp5-popover .bp5-popover-content{
  background:#2f343c;
}
.bp5-popover.bp5-dark .bp5-popover-content,
.bp5-popover.bp5-dark .bp5-heading, .bp5-dark .bp5-popover .bp5-popover-content,
.bp5-dark .bp5-popover .bp5-heading{
  color:inherit;
}
.bp5-popover.bp5-dark .bp5-popover-arrow::before, .bp5-dark .bp5-popover .bp5-popover-arrow::before{
  box-shadow:0 0 0 1px #777a7e, 1px 1px 6px rgba(17, 20, 24, 0.4);
}
.bp5-popover.bp5-dark .bp5-popover-arrow-border, .bp5-dark .bp5-popover .bp5-popover-arrow-border{
  fill:#111418;
  fill-opacity:0.2;
}
.bp5-popover.bp5-dark .bp5-popover-arrow-fill, .bp5-dark .bp5-popover .bp5-popover-arrow-fill{
  fill:#2f343c;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-popover.bp5-dark .bp5-popover-arrow-fill, .bp5-dark .bp5-popover .bp5-popover-arrow-fill{
    fill:buttonborder;
  }
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-popover.bp5-dark, .bp5-dark .bp5-popover{
    border:1px solid buttonborder;
  }
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-popover{
    border:1px solid buttonborder;
    box-shadow:none;
  }
}

.bp5-popover-arrow::before{
  border-radius:1px;
  content:"";
  display:block;
  position:absolute;
  transform:rotate(45deg);
}

.bp5-overlay-backdrop.bp5-popover-backdrop{
  background:rgba(255, 255, 255, 0);
}

.bp5-popover-transition-container{
  opacity:1;
  display:flex;
  z-index:20;
}
.bp5-popover-transition-container.bp5-popover-enter, .bp5-popover-transition-container.bp5-popover-appear{
  opacity:0;
}
.bp5-popover-transition-container.bp5-popover-enter-active, .bp5-popover-transition-container.bp5-popover-appear-active{
  opacity:1;
  transition-delay:0;
  transition-duration:100ms;
  transition-property:opacity;
  transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9);
}
.bp5-popover-transition-container.bp5-popover-exit{
  opacity:1;
}
.bp5-popover-transition-container.bp5-popover-exit-active{
  opacity:0;
  transition-delay:0;
  transition-duration:100ms;
  transition-property:opacity;
  transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9);
}
.bp5-popover-transition-container:focus{
  outline:none;
}
.bp5-popover-transition-container.bp5-popover-leave .bp5-popover-content{
  pointer-events:none;
}

span.bp5-popover-target{
  display:inline-block;
}

.bp5-popover-target.bp5-fill{
  width:100%;
}

.bp5-portal{
  left:0;
  position:absolute;
  right:0;
  top:0;
}
@keyframes linear-progress-bar-stripes{
  from{
    background-position:0 0;
  }
  to{
    background-position:30px 0;
  }
}
.bp5-progress-bar{
  background:rgba(95, 107, 124, 0.2);
  border-radius:40px;
  display:block;
  height:8px;
  overflow:hidden;
  position:relative;
  width:100%;
}
.bp5-progress-bar .bp5-progress-meter{
  background:linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%);
  background-color:rgba(95, 107, 124, 0.8);
  background-size:30px 30px;
  border-radius:40px;
  height:100%;
  position:absolute;
  transition:width 200ms cubic-bezier(0.4, 1, 0.75, 0.9);
  width:100%;
}
.bp5-progress-bar:not(.bp5-no-animation):not(.bp5-no-stripes) .bp5-progress-meter{
  animation:linear-progress-bar-stripes 300ms linear infinite reverse;
}
.bp5-progress-bar.bp5-no-stripes .bp5-progress-meter{
  background-image:none;
}

.bp5-dark .bp5-progress-bar{
  background:rgba(17, 20, 24, 0.5);
}
.bp5-dark .bp5-progress-bar .bp5-progress-meter{
  background-color:#8f99a8;
}

.bp5-progress-bar.bp5-intent-primary .bp5-progress-meter{
  background-color:#2d72d2;
}

.bp5-progress-bar.bp5-intent-success .bp5-progress-meter{
  background-color:#238551;
}

.bp5-progress-bar.bp5-intent-warning .bp5-progress-meter{
  background-color:#c87619;
}

.bp5-progress-bar.bp5-intent-danger .bp5-progress-meter{
  background-color:#cd4246;
}
.bp5-section{
  overflow:hidden;
  width:100%;
}
.bp5-section, .bp5-section.bp5-compact{
  padding:0;
}
.bp5-section-header{
  align-items:center;
  border-bottom:1px solid rgba(17, 20, 24, 0.15);
  display:flex;
  gap:20px;
  justify-content:space-between;
  min-height:50px;
  padding:0 20px;
  position:relative;
  width:100%;
}
.bp5-section-header.bp5-dark, .bp5-dark .bp5-section-header{
  border-color:rgba(255, 255, 255, 0.2);
}
.bp5-section-header-left{
  align-items:center;
  display:flex;
  gap:10px;
  padding:10px 0;
}
.bp5-section-header-title{
  margin-bottom:0;
}
.bp5-section-header-sub-title{
  margin-top:2px;
}
.bp5-section-header-right{
  align-items:center;
  display:flex;
  gap:10px;
  margin-left:auto;
}
.bp5-section-header-divider{
  align-self:stretch;
  margin:15px 0;
}
.bp5-section-header.bp5-interactive{
  cursor:pointer;
}
.bp5-section-header.bp5-interactive:hover, .bp5-section-header.bp5-interactive:active{
  background:#f6f7f9;
}
.bp5-section-header.bp5-interactive:hover.bp5-dark, .bp5-dark .bp5-section-header.bp5-interactive:hover, .bp5-section-header.bp5-interactive:active.bp5-dark, .bp5-dark .bp5-section-header.bp5-interactive:active{
  background:#383e47;
}
.bp5-section-card.bp5-padded{
  padding:20px;
}
.bp5-section-card:not(:last-child){
  border-bottom:1px solid rgba(17, 20, 24, 0.15);
}
.bp5-section-card:not(:last-child).bp5-dark, .bp5-dark .bp5-section-card:not(:last-child){
  border-color:rgba(255, 255, 255, 0.2);
}
.bp5-section.bp5-section-collapsed .bp5-section-header{
  border:none;
}
.bp5-section.bp5-compact .bp5-section-header{
  min-height:40px;
  padding:0 15px;
}
.bp5-section.bp5-compact .bp5-section-header-left{
  padding:7px 0;
}
.bp5-section.bp5-compact .bp5-section-card.bp5-padded{
  padding:15px;
}
.bp5-segmented-control{
  background-color:#f6f7f9;
  border-radius:2px;
  display:flex;
  gap:3px;
  padding:3px;
}
.bp5-segmented-control.bp5-inline{
  display:inline-flex;
}
.bp5-segmented-control.bp5-fill{
  width:100%;
}
.bp5-segmented-control.bp5-fill > .bp5-button{
  flex-grow:1;
}
.bp5-segmented-control > .bp5-button:not(.bp5-minimal):not(.bp5-intent-primary){
  background-color:#ffffff;
}
.bp5-dark .bp5-segmented-control > .bp5-button:not(.bp5-minimal):not(.bp5-intent-primary){
  background-color:#404854;
}
.bp5-segmented-control > .bp5-button.bp5-minimal{
  color:#5f6b7c;
}
.bp5-dark .bp5-segmented-control > .bp5-button.bp5-minimal{
  color:#abb3bf;
}
.bp5-segmented-control > .bp5-button.bp5-minimal:disabled{
  color:rgba(95, 107, 124, 0.6);
}
.bp5-dark .bp5-segmented-control > .bp5-button.bp5-minimal:disabled{
  color:rgba(171, 179, 191, 0.6);
}
.bp5-dark .bp5-segmented-control{
  background-color:#2f343c;
}
@keyframes skeleton-glow{
  from{
    background:rgba(211, 216, 222, 0.2);
    border-color:rgba(211, 216, 222, 0.2);
  }
  to{
    background:rgba(95, 107, 124, 0.2);
    border-color:rgba(95, 107, 124, 0.2);
  }
}
.bp5-skeleton{
  animation:1000ms linear infinite alternate skeleton-glow;
  background:rgba(211, 216, 222, 0.2);
  background-clip:padding-box !important;
  border-color:rgba(211, 216, 222, 0.2) !important;
  border-radius:2px;
  box-shadow:none !important;
  color:transparent !important;
  cursor:default;
  pointer-events:none;
  -webkit-user-select:none;
     -moz-user-select:none;
          user-select:none;
}
.bp5-skeleton::before, .bp5-skeleton::after,
.bp5-skeleton *{
  visibility:hidden !important;
}
.bp5-tooltip{
  box-shadow:0 0 0 1px rgba(17, 20, 24, 0.1), 0 2px 4px rgba(17, 20, 24, 0.2), 0 8px 24px rgba(17, 20, 24, 0.2);
  transform:scale(1);
  color:#f6f7f9;
}
.bp5-tooltip .bp5-popover-arrow{
  height:22px;
  position:absolute;
  width:22px;
}
.bp5-tooltip .bp5-popover-arrow::before{
  height:14px;
  margin:4px;
  width:14px;
}
.bp5-tooltip .bp5-popover-content{
  background:#404854;
}
.bp5-tooltip .bp5-popover-content,
.bp5-tooltip .bp5-heading{
  color:#f6f7f9;
}
.bp5-tooltip .bp5-popover-arrow::before{
  box-shadow:1px 1px 6px rgba(17, 20, 24, 0.2);
}
.bp5-tooltip .bp5-popover-arrow-border{
  fill:#111418;
  fill-opacity:0.1;
}
.bp5-tooltip .bp5-popover-arrow-fill{
  fill:#404854;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-tooltip .bp5-popover-arrow-fill{
    fill:buttonborder;
  }
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-tooltip{
    border:1px solid buttonborder;
  }
}
.bp5-popover-enter > .bp5-tooltip, .bp5-popover-appear > .bp5-tooltip{
  transform:scale(0.8);
}
.bp5-popover-enter-active > .bp5-tooltip, .bp5-popover-appear-active > .bp5-tooltip{
  transform:scale(1);
  transition-delay:0;
  transition-duration:100ms;
  transition-property:transform;
  transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9);
}
.bp5-popover-exit > .bp5-tooltip{
  transform:scale(1);
}
.bp5-popover-exit-active > .bp5-tooltip{
  transform:scale(0.8);
  transition-delay:0;
  transition-duration:100ms;
  transition-property:transform;
  transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9);
}
.bp5-tooltip .bp5-text-muted{
  color:#abb3bf;
}
.bp5-tooltip .bp5-text-disabled{
  color:rgba(171, 179, 191, 0.6);
}
.bp5-tooltip .bp5-running-text hr{
  border-color:rgba(255, 255, 255, 0.2);
}
.bp5-tooltip a{
  color:#8abbff;
}
.bp5-tooltip a:hover{
  color:#8abbff;
}
.bp5-tooltip a .bp5-icon, .bp5-tooltip a .bp5-icon-standard, .bp5-tooltip a .bp5-icon-large{
  color:inherit;
}
.bp5-tooltip a code{
  color:inherit;
}
.bp5-tooltip .bp5-code,
.bp5-tooltip .bp5-running-text code{
  background:rgba(17, 20, 24, 0.3);
  box-shadow:inset 0 0 0 1px rgba(17, 20, 24, 0.4);
  color:#abb3bf;
}
a > .bp5-tooltip .bp5-code,
a > .bp5-tooltip .bp5-running-text code{
  color:inherit;
}
.bp5-tooltip .bp5-code-block,
.bp5-tooltip .bp5-running-text pre{
  background:rgba(17, 20, 24, 0.3);
  box-shadow:inset 0 0 0 1px rgba(17, 20, 24, 0.4);
  color:#f6f7f9;
}
.bp5-tooltip .bp5-code-block > code,
.bp5-tooltip .bp5-running-text pre > code{
  background:none;
  box-shadow:none;
  color:inherit;
}
.bp5-tooltip .bp5-key,
.bp5-tooltip .bp5-running-text kbd{
  background:#383e47;
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 1px 1px 0 rgba(17, 20, 24, 0.4);
  color:#abb3bf;
}
.bp5-tooltip .bp5-icon.bp5-intent-primary, .bp5-tooltip .bp5-icon-standard.bp5-intent-primary, .bp5-tooltip .bp5-icon-large.bp5-intent-primary{
  color:#8abbff;
}
.bp5-tooltip .bp5-icon.bp5-intent-success, .bp5-tooltip .bp5-icon-standard.bp5-intent-success, .bp5-tooltip .bp5-icon-large.bp5-intent-success{
  color:#72ca9b;
}
.bp5-tooltip .bp5-icon.bp5-intent-warning, .bp5-tooltip .bp5-icon-standard.bp5-intent-warning, .bp5-tooltip .bp5-icon-large.bp5-intent-warning{
  color:#fbb360;
}
.bp5-tooltip .bp5-icon.bp5-intent-danger, .bp5-tooltip .bp5-icon-standard.bp5-intent-danger, .bp5-tooltip .bp5-icon-large.bp5-intent-danger{
  color:#fa999c;
}
.bp5-tooltip .bp5-popover-content{
  padding:10px 12px;
}
.bp5-tooltip.bp5-compact .bp5-popover-content{
  line-height:1rem;
  padding:5px 7px;
}
.bp5-tooltip.bp5-compact .bp5-code{
  vertical-align:text-bottom;
}
.bp5-tooltip.bp5-popover-placement-top .bp5-popover-arrow{
  transform:translateY(-3px);
}
.bp5-tooltip.bp5-popover-placement-left .bp5-popover-arrow{
  transform:translateX(-3px);
}
.bp5-tooltip.bp5-popover-placement-bottom .bp5-popover-arrow{
  transform:translateY(3px);
}
.bp5-tooltip.bp5-popover-placement-right .bp5-popover-arrow{
  transform:translateX(3px);
}
.bp5-tooltip.bp5-dark, .bp5-dark .bp5-tooltip{
  box-shadow:0 2px 4px rgba(17, 20, 24, 0.4), 0 8px 24px rgba(17, 20, 24, 0.4);
}
.bp5-tooltip.bp5-dark .bp5-popover-content, .bp5-dark .bp5-tooltip .bp5-popover-content{
  background:#e5e8eb;
}
.bp5-tooltip.bp5-dark .bp5-popover-content,
.bp5-tooltip.bp5-dark .bp5-heading, .bp5-dark .bp5-tooltip .bp5-popover-content,
.bp5-dark .bp5-tooltip .bp5-heading{
  color:#404854;
}
.bp5-tooltip.bp5-dark .bp5-popover-arrow::before, .bp5-dark .bp5-tooltip .bp5-popover-arrow::before{
  box-shadow:1px 1px 6px rgba(17, 20, 24, 0.4);
}
.bp5-tooltip.bp5-dark .bp5-popover-arrow-border, .bp5-dark .bp5-tooltip .bp5-popover-arrow-border{
  fill:#111418;
  fill-opacity:0.2;
}
.bp5-tooltip.bp5-dark .bp5-popover-arrow-fill, .bp5-dark .bp5-tooltip .bp5-popover-arrow-fill{
  fill:#e5e8eb;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-tooltip.bp5-dark .bp5-popover-arrow-fill, .bp5-dark .bp5-tooltip .bp5-popover-arrow-fill{
    fill:buttonborder;
  }
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-tooltip.bp5-dark, .bp5-dark .bp5-tooltip{
    border:1px solid buttonborder;
  }
}
.bp5-tooltip.bp5-dark .bp5-text-muted, .bp5-dark .bp5-tooltip .bp5-text-muted{
  color:#5f6b7c;
}
.bp5-tooltip.bp5-dark .bp5-text-disabled, .bp5-dark .bp5-tooltip .bp5-text-disabled{
  color:rgba(95, 107, 124, 0.6);
}
.bp5-tooltip.bp5-dark .bp5-running-text hr, .bp5-dark .bp5-tooltip .bp5-running-text hr{
  border-color:rgba(17, 20, 24, 0.15);
}
.bp5-tooltip.bp5-dark a, .bp5-dark .bp5-tooltip a{
  color:#215db0;
}
.bp5-tooltip.bp5-dark a:hover, .bp5-dark .bp5-tooltip a:hover{
  color:#215db0;
}
.bp5-tooltip.bp5-dark a .bp5-icon, .bp5-tooltip.bp5-dark a .bp5-icon-standard, .bp5-tooltip.bp5-dark a .bp5-icon-large, .bp5-dark .bp5-tooltip a .bp5-icon, .bp5-dark .bp5-tooltip a .bp5-icon-standard, .bp5-dark .bp5-tooltip a .bp5-icon-large{
  color:inherit;
}
.bp5-tooltip.bp5-dark a code, .bp5-dark .bp5-tooltip a code{
  color:inherit;
}
.bp5-tooltip.bp5-dark .bp5-code,
.bp5-tooltip.bp5-dark .bp5-running-text code, .bp5-dark .bp5-tooltip .bp5-code,
.bp5-dark .bp5-tooltip .bp5-running-text code{
  background:rgba(255, 255, 255, 0.7);
  box-shadow:inset 0 0 0 1px rgba(17, 20, 24, 0.2);
  color:#5f6b7c;
}
a > .bp5-tooltip.bp5-dark .bp5-code,
a > .bp5-tooltip.bp5-dark .bp5-running-text code, a > .bp5-dark .bp5-tooltip .bp5-code,
a > .bp5-dark .bp5-tooltip .bp5-running-text code{
  color:#2d72d2;
}
.bp5-tooltip.bp5-dark .bp5-code-block,
.bp5-tooltip.bp5-dark .bp5-running-text pre, .bp5-dark .bp5-tooltip .bp5-code-block,
.bp5-dark .bp5-tooltip .bp5-running-text pre{
  background:rgba(255, 255, 255, 0.7);
  box-shadow:inset 0 0 0 1px rgba(17, 20, 24, 0.15);
  color:#1c2127;
}
.bp5-tooltip.bp5-dark .bp5-code-block > code,
.bp5-tooltip.bp5-dark .bp5-running-text pre > code, .bp5-dark .bp5-tooltip .bp5-code-block > code,
.bp5-dark .bp5-tooltip .bp5-running-text pre > code{
  background:none;
  box-shadow:none;
  color:inherit;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-tooltip.bp5-dark .bp5-code-block,
  .bp5-tooltip.bp5-dark .bp5-running-text pre, .bp5-dark .bp5-tooltip .bp5-code-block,
  .bp5-dark .bp5-tooltip .bp5-running-text pre{
    border:1px solid buttonborder;
    box-shadow:none;
  }
}
.bp5-tooltip.bp5-dark .bp5-key,
.bp5-tooltip.bp5-dark .bp5-running-text kbd, .bp5-dark .bp5-tooltip .bp5-key,
.bp5-dark .bp5-tooltip .bp5-running-text kbd{
  background:#ffffff;
  box-shadow:0 0 0 1px rgba(17, 20, 24, 0.1), 0 1px 1px rgba(17, 20, 24, 0.2);
  color:#5f6b7c;
}
.bp5-tooltip.bp5-dark .bp5-icon.bp5-intent-primary, .bp5-tooltip.bp5-dark .bp5-icon-standard.bp5-intent-primary, .bp5-tooltip.bp5-dark .bp5-icon-large.bp5-intent-primary, .bp5-dark .bp5-tooltip .bp5-icon.bp5-intent-primary, .bp5-dark .bp5-tooltip .bp5-icon-standard.bp5-intent-primary, .bp5-dark .bp5-tooltip .bp5-icon-large.bp5-intent-primary{
  color:#215db0;
}
.bp5-tooltip.bp5-dark .bp5-icon.bp5-intent-success, .bp5-tooltip.bp5-dark .bp5-icon-standard.bp5-intent-success, .bp5-tooltip.bp5-dark .bp5-icon-large.bp5-intent-success, .bp5-dark .bp5-tooltip .bp5-icon.bp5-intent-success, .bp5-dark .bp5-tooltip .bp5-icon-standard.bp5-intent-success, .bp5-dark .bp5-tooltip .bp5-icon-large.bp5-intent-success{
  color:#1c6e42;
}
.bp5-tooltip.bp5-dark .bp5-icon.bp5-intent-warning, .bp5-tooltip.bp5-dark .bp5-icon-standard.bp5-intent-warning, .bp5-tooltip.bp5-dark .bp5-icon-large.bp5-intent-warning, .bp5-dark .bp5-tooltip .bp5-icon.bp5-intent-warning, .bp5-dark .bp5-tooltip .bp5-icon-standard.bp5-intent-warning, .bp5-dark .bp5-tooltip .bp5-icon-large.bp5-intent-warning{
  color:#935610;
}
.bp5-tooltip.bp5-dark .bp5-icon.bp5-intent-danger, .bp5-tooltip.bp5-dark .bp5-icon-standard.bp5-intent-danger, .bp5-tooltip.bp5-dark .bp5-icon-large.bp5-intent-danger, .bp5-dark .bp5-tooltip .bp5-icon.bp5-intent-danger, .bp5-dark .bp5-tooltip .bp5-icon-standard.bp5-intent-danger, .bp5-dark .bp5-tooltip .bp5-icon-large.bp5-intent-danger{
  color:#ac2f33;
}
.bp5-tooltip.bp5-intent-primary .bp5-popover-content{
  background:#2d72d2;
  color:#ffffff;
}
.bp5-tooltip.bp5-intent-primary .bp5-popover-arrow-fill{
  fill:#2d72d2;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-tooltip.bp5-intent-primary .bp5-popover-arrow-fill{
    fill:buttonborder;
  }
}
.bp5-tooltip.bp5-intent-success .bp5-popover-content{
  background:#238551;
  color:#ffffff;
}
.bp5-tooltip.bp5-intent-success .bp5-popover-arrow-fill{
  fill:#238551;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-tooltip.bp5-intent-success .bp5-popover-arrow-fill{
    fill:buttonborder;
  }
}
.bp5-tooltip.bp5-intent-warning .bp5-popover-content{
  background:#c87619;
  color:#ffffff;
}
.bp5-tooltip.bp5-intent-warning .bp5-popover-arrow-fill{
  fill:#c87619;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-tooltip.bp5-intent-warning .bp5-popover-arrow-fill{
    fill:buttonborder;
  }
}
.bp5-tooltip.bp5-intent-danger .bp5-popover-content{
  background:#cd4246;
  color:#ffffff;
}
.bp5-tooltip.bp5-intent-danger .bp5-popover-arrow-fill{
  fill:#cd4246;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-tooltip.bp5-intent-danger .bp5-popover-arrow-fill{
    fill:buttonborder;
  }
}

.bp5-tooltip-indicator{
  border-bottom:dotted 1px;
  cursor:help;
}
.bp5-slider{
  height:40px;
  min-width:150px;
  width:100%;
  cursor:default;
  outline:none;
  position:relative;
  -webkit-user-select:none;
     -moz-user-select:none;
          user-select:none;
}
.bp5-slider:hover{
  cursor:pointer;
}
.bp5-slider:active{
  cursor:grabbing;
}
.bp5-slider.bp5-disabled{
  cursor:not-allowed;
  opacity:0.5;
}
.bp5-slider.bp5-slider-unlabeled{
  height:16px;
}

.bp5-slider-track,
.bp5-slider-progress{
  height:6px;
  left:0;
  right:0;
  top:5px;
  position:absolute;
}

.bp5-slider-track{
  border-radius:2px;
  overflow:hidden;
}

.bp5-slider-progress{
  background:rgba(95, 107, 124, 0.2);
}
.bp5-dark .bp5-slider-progress{
  background:rgba(17, 20, 24, 0.5);
}
.bp5-slider-progress.bp5-intent-primary{
  background-color:#2d72d2;
}
.bp5-slider-progress.bp5-intent-success{
  background-color:#238551;
}
.bp5-slider-progress.bp5-intent-warning{
  background-color:#c87619;
}
.bp5-slider-progress.bp5-intent-danger{
  background-color:#cd4246;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-slider-progress{
    background:ButtonText;
  }
}

.bp5-slider-handle{
  background-color:#f6f7f9;
  box-shadow:inset 0 0 0 1px rgba(17, 20, 24, 0.2), 0 1px 2px rgba(17, 20, 24, 0.1);
  color:#1c2127;
  border-radius:2px;
  box-shadow:0 0 0 1px rgba(17, 20, 24, 0.5), 0 1px 1px rgba(17, 20, 24, 0.5);
  cursor:pointer;
  height:16px;
  left:0;
  position:absolute;
  top:0;
  width:16px;
}
.bp5-slider-handle:hover{
  background-clip:padding-box;
  background-color:#edeff2;
  box-shadow:inset 0 0 0 1px rgba(17, 20, 24, 0.2), 0 1px 2px rgba(17, 20, 24, 0.2);
}
.bp5-slider-handle:active, .bp5-slider-handle.bp5-active{
  background-color:#dce0e5;
  box-shadow:inset 0 0 0 1px rgba(17, 20, 24, 0.2), 0 1px 2px rgba(17, 20, 24, 0.2);
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-slider-handle:active, .bp5-slider-handle.bp5-active{
    background:highlight;
  }
}
.bp5-slider-handle:disabled, .bp5-slider-handle.bp5-disabled{
  background-color:rgba(211, 216, 222, 0.5);
  box-shadow:none;
  color:rgba(95, 107, 124, 0.6);
  cursor:not-allowed;
  outline:none;
}
.bp5-slider-handle:disabled.bp5-active, .bp5-slider-handle:disabled.bp5-active:hover, .bp5-slider-handle.bp5-disabled.bp5-active, .bp5-slider-handle.bp5-disabled.bp5-active:hover{
  background:rgba(211, 216, 222, 0.7);
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-slider-handle{
    border:1px solid buttonborder;
  }
}
.bp5-slider-handle:focus{
  z-index:1;
}
.bp5-slider-handle:hover{
  background-clip:padding-box;
  background-color:#edeff2;
  box-shadow:inset 0 0 0 1px rgba(17, 20, 24, 0.2), 0 1px 2px rgba(17, 20, 24, 0.2);
  box-shadow:0 0 0 1px rgba(17, 20, 24, 0.5), 0 1px 2px rgba(17, 20, 24, 0.6);
  cursor:grab;
  z-index:2;
}
.bp5-slider-handle.bp5-active{
  background-color:#dce0e5;
  box-shadow:inset 0 0 0 1px rgba(17, 20, 24, 0.2), 0 1px 2px rgba(17, 20, 24, 0.2);
  box-shadow:inset 0 1px 1px rgba(17, 20, 24, 0.1), 0 0 0 1px rgba(17, 20, 24, 0.5), 0 1px 2px rgba(17, 20, 24, 0.2);
  cursor:grabbing;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-slider-handle.bp5-active{
    background:highlight;
  }
}
.bp5-disabled .bp5-slider-handle{
  background:#c5cbd3;
  box-shadow:none;
  pointer-events:none;
}
.bp5-dark .bp5-slider-handle{
  background-color:#abb3bf;
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(17, 20, 24, 0.2);
}
.bp5-dark .bp5-slider-handle:hover{
  background-color:#8f99a8;
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(17, 20, 24, 0.4);
}
.bp5-dark .bp5-slider-handle.bp5-active{
  background-color:#738091;
  box-shadow:inset 0 1px 1px rgba(17, 20, 24, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(17, 20, 24, 0.4);
}
.bp5-dark .bp5-disabled .bp5-slider-handle{
  background:#5f6b7c;
  border-color:#5f6b7c;
  box-shadow:none;
}
.bp5-slider-handle .bp5-slider-label{
  background:#404854;
  border-radius:2px;
  box-shadow:0 0 0 1px rgba(17, 20, 24, 0.1), 0 2px 4px rgba(17, 20, 24, 0.2), 0 8px 24px rgba(17, 20, 24, 0.2);
  color:#f6f7f9;
  margin-left:8px;
}
.bp5-dark .bp5-slider-handle .bp5-slider-label{
  background:#e5e8eb;
  box-shadow:0 2px 4px rgba(17, 20, 24, 0.4), 0 8px 24px rgba(17, 20, 24, 0.4);
  color:#404854;
}
.bp5-disabled .bp5-slider-handle .bp5-slider-label{
  box-shadow:none;
}
.bp5-slider-handle.bp5-start, .bp5-slider-handle.bp5-end{
  width:8px;
}
.bp5-slider-handle.bp5-start{
  border-bottom-right-radius:0;
  border-top-right-radius:0;
}
.bp5-slider-handle.bp5-end{
  border-bottom-left-radius:0;
  border-top-left-radius:0;
  margin-left:8px;
}
.bp5-slider-handle.bp5-end .bp5-slider-label{
  margin-left:0;
}

.bp5-slider-label{
  transform:translate(-50%, 20px);
  display:inline-block;
  font-size:12px;
  line-height:1;
  padding:2px 5px;
  position:absolute;
  vertical-align:top;
}

.bp5-slider.bp5-vertical{
  height:150px;
  min-width:40px;
  width:40px;
}
.bp5-slider.bp5-vertical .bp5-slider-track,
.bp5-slider.bp5-vertical .bp5-slider-progress{
  bottom:0;
  height:auto;
  left:5px;
  top:0;
  width:6px;
}
.bp5-slider.bp5-vertical .bp5-slider-progress{
  top:auto;
}
.bp5-slider.bp5-vertical .bp5-slider-label{
  transform:translate(20px, 50%);
}
.bp5-slider.bp5-vertical .bp5-slider-handle{
  top:auto;
}
.bp5-slider.bp5-vertical .bp5-slider-handle .bp5-slider-label{
  margin-left:0;
  margin-top:-8px;
}
.bp5-slider.bp5-vertical .bp5-slider-handle.bp5-end, .bp5-slider.bp5-vertical .bp5-slider-handle.bp5-start{
  height:8px;
  margin-left:0;
  width:16px;
}
.bp5-slider.bp5-vertical .bp5-slider-handle.bp5-start{
  border-bottom-right-radius:2px;
  border-top-left-radius:0;
}
.bp5-slider.bp5-vertical .bp5-slider-handle.bp5-start .bp5-slider-label{
  transform:translate(20px);
}
.bp5-slider.bp5-vertical .bp5-slider-handle.bp5-end{
  border-bottom-left-radius:0;
  border-bottom-right-radius:0;
  border-top-left-radius:2px;
  margin-bottom:8px;
}
@keyframes pt-spinner-animation{
  from{
    transform:rotate(0deg);
  }
  to{
    transform:rotate(360deg);
  }
}
.bp5-spinner{
  align-items:center;
  display:flex;
  justify-content:center;
  overflow:visible;
  vertical-align:middle;
}
.bp5-spinner svg{
  display:block;
}
.bp5-spinner path{
  fill-opacity:0%;
}
.bp5-spinner .bp5-spinner-head{
  stroke:rgba(95, 107, 124, 0.8);
  stroke-linecap:round;
  transform-origin:center;
  transition:stroke-dashoffset 200ms cubic-bezier(0.4, 1, 0.75, 0.9);
}
.bp5-spinner .bp5-spinner-track{
  stroke:rgba(95, 107, 124, 0.2);
}

.bp5-spinner-animation{
  animation:pt-spinner-animation 500ms linear infinite;
}
.bp5-no-spin > .bp5-spinner-animation{
  animation:none;
}

.bp5-dark .bp5-spinner .bp5-spinner-head{
  stroke:#8f99a8;
}
.bp5-dark .bp5-spinner .bp5-spinner-track{
  stroke:rgba(17, 20, 24, 0.5);
}

.bp5-spinner.bp5-intent-primary .bp5-spinner-head{
  stroke:#2d72d2;
}

.bp5-spinner.bp5-intent-success .bp5-spinner-head{
  stroke:#238551;
}

.bp5-spinner.bp5-intent-warning .bp5-spinner-head{
  stroke:#c87619;
}

.bp5-spinner.bp5-intent-danger .bp5-spinner-head{
  stroke:#cd4246;
}
.bp5-tabs:not(.bp5-vertical).bp5-fill{
  height:100%;
}
.bp5-tabs:not(.bp5-vertical).bp5-fill .bp5-tab-list{
  height:100%;
}

.bp5-tabs.bp5-vertical{
  display:flex;
}
.bp5-tabs.bp5-vertical > .bp5-tab-list{
  align-items:flex-start;
  flex-direction:column;
}
.bp5-tabs.bp5-vertical > .bp5-tab-list .bp5-tab{
  align-items:center;
  border-radius:2px;
  display:flex;
  padding:0 10px;
  width:100%;
}
.bp5-tabs.bp5-vertical > .bp5-tab-list .bp5-tab[aria-selected=true]{
  background-color:rgba(45, 114, 210, 0.2);
  box-shadow:none;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-tabs.bp5-vertical > .bp5-tab-list .bp5-tab[aria-selected=true]{
    background-color:highlight;
    color:#111418;
  }
}
.bp5-tabs.bp5-vertical > .bp5-tab-list .bp5-tab-indicator-wrapper .bp5-tab-indicator{
  background-color:rgba(45, 114, 210, 0.2);
  border-radius:2px;
  bottom:0;
  height:auto;
  left:0;
  right:0;
  top:0;
}
.bp5-tabs.bp5-vertical > .bp5-tab-panel{
  margin-top:0;
  padding-left:20px;
}

.bp5-tab-list{
  align-items:flex-end;
  border:none;
  -moz-column-gap:20px;
       column-gap:20px;
  display:flex;
  flex:0 0 auto;
  list-style:none;
  margin:0;
  padding:0;
  position:relative;
}

.bp5-tab{
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  word-wrap:normal;
  align-items:center;
  align-self:stretch;
  color:#1c2127;
  cursor:pointer;
  display:flex;
  flex:0 0 auto;
  font-size:14px;
  line-height:30px;
  max-width:100%;
  position:relative;
  vertical-align:top;
}
.bp5-tab a{
  color:inherit;
  display:block;
  text-decoration:none;
}
.bp5-tab-indicator-wrapper ~ .bp5-tab{
  background-color:transparent !important;
  box-shadow:none !important;
}
.bp5-tab[aria-disabled=true]{
  color:rgba(95, 107, 124, 0.6);
  cursor:not-allowed;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-tab[aria-disabled=true]{
    color:graytext;
  }
}
.bp5-tab[aria-selected=true]{
  border-radius:0;
  box-shadow:inset 0 -3px 0 #215db0;
}
.bp5-tab[aria-selected=true], .bp5-tab:not([aria-disabled=true]):hover{
  color:#215db0;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-tab[aria-selected=true], .bp5-tab:not([aria-disabled=true]):hover{
    color:highlight;
  }
}
.bp5-tab:focus{
  -moz-outline-radius:0;
}
.bp5-large > .bp5-tab{
  font-size:16px;
  line-height:40px;
}

.bp5-tab-panel{
  margin-top:20px;
}
.bp5-tab-panel[aria-hidden=true]{
  display:none;
}

.bp5-tab-icon{
  margin-right:7px;
}

.bp5-tab-tag{
  margin-left:7px;
}

.bp5-tab-indicator-wrapper{
  left:0;
  pointer-events:none;
  position:absolute;
  top:0;
  transform:translateX(0), translateY(0);
  transition:height, transform, width;
  transition-duration:200ms;
  transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9);
}
.bp5-tab-indicator-wrapper .bp5-tab-indicator{
  background-color:#215db0;
  bottom:0;
  height:3px;
  left:0;
  position:absolute;
  right:0;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-tab-indicator-wrapper .bp5-tab-indicator{
    background-color:highlight;
  }
}
.bp5-tab-indicator-wrapper.bp5-no-animation{
  transition:none;
}
.bp5-tabs:not(.bp5-vertical) .bp5-tab-indicator-wrapper{
  height:100%;
}

.bp5-dark .bp5-tab{
  color:#f6f7f9;
}
.bp5-dark .bp5-tab[aria-disabled=true]{
  color:rgba(171, 179, 191, 0.6);
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-dark .bp5-tab[aria-disabled=true]{
    color:graytext;
  }
}
.bp5-dark .bp5-tab[aria-selected=true]{
  box-shadow:inset 0 -3px 0 #8abbff;
}
.bp5-dark .bp5-tab[aria-selected=true], .bp5-dark .bp5-tab:not([aria-disabled=true]):hover{
  color:#8abbff;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-dark .bp5-tab[aria-selected=true], .bp5-dark .bp5-tab:not([aria-disabled=true]):hover{
    color:highlight;
  }
}
.bp5-dark .bp5-tab-indicator{
  background-color:#8abbff;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-dark .bp5-tab-indicator{
    background-color:highlight;
  }
}

.bp5-flex-expander{
  flex:1 1;
}
.bp5-tag{
  display:inline-flex;
  flex-direction:row;
  align-items:center;
  background-color:#5f6b7c;
  border:none;
  border-radius:2px;
  box-shadow:none;
  color:#ffffff;
  font-size:12px;
  line-height:16px;
  max-width:100%;
  min-height:20px;
  min-width:20px;
  padding:2px 6px;
  position:relative;
}
.bp5-tag > *{
  flex-grow:0;
  flex-shrink:0;
}
.bp5-tag > .bp5-fill{
  flex-grow:1;
  flex-shrink:1;
}
.bp5-tag::before,
.bp5-tag > *{
  margin-right:4px;
}
.bp5-tag:empty::before,
.bp5-tag > :last-child{
  margin-right:0;
}
.bp5-tag:focus{
  outline:rgba(33, 93, 176, 0.752) solid 2px;
  outline-offset:0;
  -moz-outline-radius:6px;
}
.bp5-dark .bp5-tag:focus{
  outline-color:rgba(138, 187, 255, 0.752);
}
.bp5-tag.bp5-interactive{
  cursor:pointer;
}
.bp5-tag.bp5-interactive:hover{
  background:#404854;
}
.bp5-tag.bp5-interactive:active, .bp5-tag.bp5-interactive.bp5-active{
  background:#383e47;
}
.bp5-tag.bp5-round{
  border-radius:30px;
  padding-left:8px;
  padding-right:8px;
}
.bp5-dark .bp5-tag{
  background-color:#c5cbd3;
  color:#1c2127;
}
.bp5-dark .bp5-tag > .bp5-icon, .bp5-dark .bp5-tag .bp5-icon-standard, .bp5-dark .bp5-tag .bp5-icon-large{
  fill:currentcolor;
}
.bp5-dark .bp5-tag.bp5-interactive:hover{
  background:#abb3bf;
}
.bp5-dark .bp5-tag.bp5-interactive:active, .bp5-dark .bp5-tag.bp5-interactive.bp5-active{
  background:#8f99a8;
}
.bp5-tag > .bp5-icon, .bp5-tag .bp5-icon-standard, .bp5-tag .bp5-icon-large{
  fill:#ffffff;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-tag{
    border:1px solid buttonborder;
  }
}
.bp5-tag.bp5-large, .bp5-large .bp5-tag{
  font-size:14px;
  line-height:20px;
  min-height:30px;
  min-width:30px;
  padding:5px 10px;
}
.bp5-tag.bp5-large::before,
.bp5-tag.bp5-large > *, .bp5-large .bp5-tag::before,
.bp5-large .bp5-tag > *{
  margin-right:7px;
}
.bp5-tag.bp5-large:empty::before,
.bp5-tag.bp5-large > :last-child, .bp5-large .bp5-tag:empty::before,
.bp5-large .bp5-tag > :last-child{
  margin-right:0;
}
.bp5-tag.bp5-large.bp5-round, .bp5-large .bp5-tag.bp5-round{
  padding-left:12px;
  padding-right:12px;
}
.bp5-tag.bp5-intent-primary{
  background:#2d72d2;
  color:#ffffff;
}
.bp5-tag.bp5-intent-primary.bp5-interactive:hover{
  background-color:#215db0;
}
.bp5-tag.bp5-intent-primary.bp5-interactive:active, .bp5-tag.bp5-intent-primary.bp5-interactive.bp5-active{
  background-color:#184a90;
}
.bp5-tag.bp5-intent-primary .bp5-tag-remove{
  color:rgba(255, 255, 255, 0.7);
}
.bp5-tag.bp5-intent-primary .bp5-tag-remove:hover, .bp5-tag.bp5-intent-primary .bp5-tag-remove:active{
  color:#ffffff;
}
.bp5-tag.bp5-intent-success{
  background:#238551;
  color:#ffffff;
}
.bp5-tag.bp5-intent-success.bp5-interactive:hover{
  background-color:#1c6e42;
}
.bp5-tag.bp5-intent-success.bp5-interactive:active, .bp5-tag.bp5-intent-success.bp5-interactive.bp5-active{
  background-color:#165a36;
}
.bp5-tag.bp5-intent-success .bp5-tag-remove{
  color:rgba(255, 255, 255, 0.7);
}
.bp5-tag.bp5-intent-success .bp5-tag-remove:hover, .bp5-tag.bp5-intent-success .bp5-tag-remove:active{
  color:#ffffff;
}
.bp5-tag.bp5-intent-warning{
  background:#fbb360;
  color:#1c2127;
}
.bp5-tag.bp5-intent-warning.bp5-interactive:hover{
  background-color:#ec9a3c;
}
.bp5-tag.bp5-intent-warning.bp5-interactive:active, .bp5-tag.bp5-intent-warning.bp5-interactive.bp5-active{
  background-color:#c87619;
}
.bp5-tag.bp5-intent-warning .bp5-tag-remove{
  color:rgba(28, 33, 39, 0.7);
}
.bp5-tag.bp5-intent-warning .bp5-tag-remove:hover, .bp5-tag.bp5-intent-warning .bp5-tag-remove:active{
  color:#1c2127;
}
.bp5-tag.bp5-intent-danger{
  background:#cd4246;
  color:#ffffff;
}
.bp5-tag.bp5-intent-danger.bp5-interactive:hover{
  background-color:#ac2f33;
}
.bp5-tag.bp5-intent-danger.bp5-interactive:active, .bp5-tag.bp5-intent-danger.bp5-interactive.bp5-active{
  background-color:#8e292c;
}
.bp5-tag.bp5-intent-danger .bp5-tag-remove{
  color:rgba(255, 255, 255, 0.7);
}
.bp5-tag.bp5-intent-danger .bp5-tag-remove:hover, .bp5-tag.bp5-intent-danger .bp5-tag-remove:active{
  color:#ffffff;
}
.bp5-tag.bp5-fill{
  display:flex;
  width:100%;
}
.bp5-tag.bp5-minimal > .bp5-icon, .bp5-tag.bp5-minimal .bp5-icon-standard, .bp5-tag.bp5-minimal .bp5-icon-large{
  fill:#5f6b7c;
}
.bp5-tag.bp5-minimal:not([class*=bp5-intent-]){
  background-color:rgba(143, 153, 168, 0.15);
  color:#1c2127;
}
.bp5-tag.bp5-minimal:not([class*=bp5-intent-]).bp5-interactive{
  cursor:pointer;
}
.bp5-tag.bp5-minimal:not([class*=bp5-intent-]).bp5-interactive:hover{
  background-color:rgba(143, 153, 168, 0.3);
  color:#111418;
}
.bp5-tag.bp5-minimal:not([class*=bp5-intent-]).bp5-interactive.bp5-active, .bp5-tag.bp5-minimal:not([class*=bp5-intent-]).bp5-interactive:active{
  background-color:rgba(143, 153, 168, 0.35);
  color:#111418;
}
.bp5-tag.bp5-minimal:not([class*=bp5-intent-]) .bp5-tag-remove{
  color:#5f6b7c;
}
.bp5-tag.bp5-minimal:not([class*=bp5-intent-]) .bp5-tag-remove:hover, .bp5-tag.bp5-minimal:not([class*=bp5-intent-]) .bp5-tag-remove:active{
  color:#404854;
}
.bp5-dark .bp5-tag.bp5-minimal:not([class*=bp5-intent-]){
  background-color:rgba(143, 153, 168, 0.15);
  color:#f6f7f9;
}
.bp5-dark .bp5-tag.bp5-minimal:not([class*=bp5-intent-]).bp5-interactive{
  cursor:pointer;
}
.bp5-dark .bp5-tag.bp5-minimal:not([class*=bp5-intent-]).bp5-interactive:hover{
  background-color:rgba(143, 153, 168, 0.3);
  color:#ffffff;
}
.bp5-dark .bp5-tag.bp5-minimal:not([class*=bp5-intent-]).bp5-interactive.bp5-active, .bp5-dark .bp5-tag.bp5-minimal:not([class*=bp5-intent-]).bp5-interactive:active{
  background-color:rgba(143, 153, 168, 0.35);
  color:#ffffff;
}
.bp5-dark .bp5-tag.bp5-minimal:not([class*=bp5-intent-]) .bp5-tag-remove{
  color:#abb3bf;
}
.bp5-dark .bp5-tag.bp5-minimal:not([class*=bp5-intent-]) .bp5-tag-remove:hover, .bp5-dark .bp5-tag.bp5-minimal:not([class*=bp5-intent-]) .bp5-tag-remove:active{
  color:#d3d8de;
}
.bp5-tag.bp5-minimal.bp5-intent-primary{
  background-color:rgba(45, 114, 210, 0.1);
  color:#215db0;
}
.bp5-tag.bp5-minimal.bp5-intent-primary > .bp5-icon, .bp5-tag.bp5-minimal.bp5-intent-primary .bp5-icon-standard, .bp5-tag.bp5-minimal.bp5-intent-primary .bp5-icon-large{
  fill:#215db0;
}
.bp5-tag.bp5-minimal.bp5-intent-primary.bp5-interactive:hover{
  background-color:rgba(45, 114, 210, 0.2);
  color:#184a90;
}
.bp5-tag.bp5-minimal.bp5-intent-primary.bp5-interactive:active, .bp5-tag.bp5-minimal.bp5-intent-primary.bp5-interactive.bp5-active{
  background-color:rgba(45, 114, 210, 0.3);
  color:#184a90;
}
.bp5-tag.bp5-minimal.bp5-intent-primary .bp5-tag-remove{
  color:#215db0;
}
.bp5-tag.bp5-minimal.bp5-intent-primary .bp5-tag-remove:hover, .bp5-tag.bp5-minimal.bp5-intent-primary .bp5-tag-remove:active{
  color:#184a90;
}
.bp5-tag.bp5-minimal.bp5-intent-success{
  background-color:rgba(35, 133, 81, 0.1);
  color:#1c6e42;
}
.bp5-tag.bp5-minimal.bp5-intent-success > .bp5-icon, .bp5-tag.bp5-minimal.bp5-intent-success .bp5-icon-standard, .bp5-tag.bp5-minimal.bp5-intent-success .bp5-icon-large{
  fill:#1c6e42;
}
.bp5-tag.bp5-minimal.bp5-intent-success.bp5-interactive:hover{
  background-color:rgba(35, 133, 81, 0.2);
  color:#165a36;
}
.bp5-tag.bp5-minimal.bp5-intent-success.bp5-interactive:active, .bp5-tag.bp5-minimal.bp5-intent-success.bp5-interactive.bp5-active{
  background-color:rgba(35, 133, 81, 0.3);
  color:#165a36;
}
.bp5-tag.bp5-minimal.bp5-intent-success .bp5-tag-remove{
  color:#1c6e42;
}
.bp5-tag.bp5-minimal.bp5-intent-success .bp5-tag-remove:hover, .bp5-tag.bp5-minimal.bp5-intent-success .bp5-tag-remove:active{
  color:#165a36;
}
.bp5-tag.bp5-minimal.bp5-intent-warning{
  background-color:rgba(200, 118, 25, 0.1);
  color:#935610;
}
.bp5-tag.bp5-minimal.bp5-intent-warning > .bp5-icon, .bp5-tag.bp5-minimal.bp5-intent-warning .bp5-icon-standard, .bp5-tag.bp5-minimal.bp5-intent-warning .bp5-icon-large{
  fill:#935610;
}
.bp5-tag.bp5-minimal.bp5-intent-warning.bp5-interactive:hover{
  background-color:rgba(200, 118, 25, 0.2);
  color:#77450d;
}
.bp5-tag.bp5-minimal.bp5-intent-warning.bp5-interactive:active, .bp5-tag.bp5-minimal.bp5-intent-warning.bp5-interactive.bp5-active{
  background-color:rgba(200, 118, 25, 0.3);
  color:#77450d;
}
.bp5-tag.bp5-minimal.bp5-intent-warning .bp5-tag-remove{
  color:#935610;
}
.bp5-tag.bp5-minimal.bp5-intent-warning .bp5-tag-remove:hover, .bp5-tag.bp5-minimal.bp5-intent-warning .bp5-tag-remove:active{
  color:#77450d;
}
.bp5-tag.bp5-minimal.bp5-intent-danger{
  background-color:rgba(205, 66, 70, 0.1);
  color:#ac2f33;
}
.bp5-tag.bp5-minimal.bp5-intent-danger > .bp5-icon, .bp5-tag.bp5-minimal.bp5-intent-danger .bp5-icon-standard, .bp5-tag.bp5-minimal.bp5-intent-danger .bp5-icon-large{
  fill:#ac2f33;
}
.bp5-tag.bp5-minimal.bp5-intent-danger.bp5-interactive:hover{
  background-color:rgba(205, 66, 70, 0.2);
  color:#8e292c;
}
.bp5-tag.bp5-minimal.bp5-intent-danger.bp5-interactive:active, .bp5-tag.bp5-minimal.bp5-intent-danger.bp5-interactive.bp5-active{
  background-color:rgba(205, 66, 70, 0.3);
  color:#8e292c;
}
.bp5-tag.bp5-minimal.bp5-intent-danger .bp5-tag-remove{
  color:#ac2f33;
}
.bp5-tag.bp5-minimal.bp5-intent-danger .bp5-tag-remove:hover, .bp5-tag.bp5-minimal.bp5-intent-danger .bp5-tag-remove:active{
  color:#8e292c;
}
.bp5-dark .bp5-tag.bp5-minimal.bp5-intent-primary{
  background-color:rgba(45, 114, 210, 0.2);
  color:#8abbff;
}
.bp5-dark .bp5-tag.bp5-minimal.bp5-intent-primary.bp5-interactive:hover{
  background-color:rgba(45, 114, 210, 0.3);
  color:#99c4ff;
}
.bp5-dark .bp5-tag.bp5-minimal.bp5-intent-primary.bp5-interactive:active, .bp5-dark .bp5-tag.bp5-minimal.bp5-intent-primary.bp5-interactive.bp5-active{
  background-color:rgba(45, 114, 210, 0.35);
  color:#99c4ff;
}
.bp5-dark .bp5-tag.bp5-minimal.bp5-intent-primary .bp5-tag-remove{
  color:#8abbff;
}
.bp5-dark .bp5-tag.bp5-minimal.bp5-intent-primary .bp5-tag-remove:hover, .bp5-dark .bp5-tag.bp5-minimal.bp5-intent-primary .bp5-tag-remove:active{
  color:#99c4ff;
}
.bp5-dark .bp5-tag.bp5-minimal.bp5-intent-success{
  background-color:rgba(35, 133, 81, 0.2);
  color:#72ca9b;
}
.bp5-dark .bp5-tag.bp5-minimal.bp5-intent-success.bp5-interactive:hover{
  background-color:rgba(35, 133, 81, 0.3);
  color:#7cd7a2;
}
.bp5-dark .bp5-tag.bp5-minimal.bp5-intent-success.bp5-interactive:active, .bp5-dark .bp5-tag.bp5-minimal.bp5-intent-success.bp5-interactive.bp5-active{
  background-color:rgba(35, 133, 81, 0.35);
  color:#7cd7a2;
}
.bp5-dark .bp5-tag.bp5-minimal.bp5-intent-success .bp5-tag-remove{
  color:#72ca9b;
}
.bp5-dark .bp5-tag.bp5-minimal.bp5-intent-success .bp5-tag-remove:hover, .bp5-dark .bp5-tag.bp5-minimal.bp5-intent-success .bp5-tag-remove:active{
  color:#7cd7a2;
}
.bp5-dark .bp5-tag.bp5-minimal.bp5-intent-warning{
  background-color:rgba(200, 118, 25, 0.2);
  color:#fbb360;
}
.bp5-dark .bp5-tag.bp5-minimal.bp5-intent-warning.bp5-interactive:hover{
  background-color:rgba(200, 118, 25, 0.3);
  color:#f5c186;
}
.bp5-dark .bp5-tag.bp5-minimal.bp5-intent-warning.bp5-interactive:active, .bp5-dark .bp5-tag.bp5-minimal.bp5-intent-warning.bp5-interactive.bp5-active{
  background-color:rgba(200, 118, 25, 0.35);
  color:#f5c186;
}
.bp5-dark .bp5-tag.bp5-minimal.bp5-intent-warning .bp5-tag-remove{
  color:#fbb360;
}
.bp5-dark .bp5-tag.bp5-minimal.bp5-intent-warning .bp5-tag-remove:hover, .bp5-dark .bp5-tag.bp5-minimal.bp5-intent-warning .bp5-tag-remove:active{
  color:#f5c186;
}
.bp5-dark .bp5-tag.bp5-minimal.bp5-intent-danger{
  background-color:rgba(205, 66, 70, 0.2);
  color:#fa999c;
}
.bp5-dark .bp5-tag.bp5-minimal.bp5-intent-danger.bp5-interactive:hover{
  background-color:rgba(205, 66, 70, 0.3);
  color:#ffa1a4;
}
.bp5-dark .bp5-tag.bp5-minimal.bp5-intent-danger.bp5-interactive:active, .bp5-dark .bp5-tag.bp5-minimal.bp5-intent-danger.bp5-interactive.bp5-active{
  background-color:rgba(205, 66, 70, 0.35);
  color:#ffa1a4;
}
.bp5-dark .bp5-tag.bp5-minimal.bp5-intent-danger .bp5-tag-remove{
  color:#fa999c;
}
.bp5-dark .bp5-tag.bp5-minimal.bp5-intent-danger .bp5-tag-remove:hover, .bp5-dark .bp5-tag.bp5-minimal.bp5-intent-danger .bp5-tag-remove:active{
  color:#ffa1a4;
}

.bp5-tag-remove{
  background:none;
  border:none;
  color:rgba(255, 255, 255, 0.7);
  cursor:pointer;
  display:flex;
  margin-bottom:-2px;
  margin-right:-6px !important;
  margin-top:-2px;
  padding:2px;
  padding-left:0;
}
.bp5-tag-remove:hover{
  background:none;
  color:inherit;
  text-decoration:none;
}
.bp5-tag-remove .bp5-icon:first-child{
  color:inherit;
}
.bp5-tag-remove:hover, .bp5-tag-remove:active{
  color:#ffffff;
}
.bp5-tag-remove:empty::before{
  font-family:"blueprint-icons-16", sans-serif;
  font-size:16px;
  font-style:normal;
  font-variant:normal;
  font-weight:400;
  height:16px;
  line-height:1;
  width:16px;
  -moz-osx-font-smoothing:grayscale;
  -webkit-font-smoothing:antialiased;
  content:"\f2ba";
}
.bp5-large .bp5-tag-remove{
  margin-right:-10px !important;
  padding:0 5px 0 0;
}
.bp5-large .bp5-tag-remove:empty::before{
  font-family:"blueprint-icons-20", sans-serif;
  font-size:20px;
  font-style:normal;
  font-variant:normal;
  font-weight:400;
  height:20px;
  line-height:1;
  width:20px;
}
.bp5-dark .bp5-tag-remove{
  color:rgba(28, 33, 39, 0.7);
}
.bp5-dark .bp5-tag-remove:hover, .bp5-dark .bp5-tag-remove:active{
  color:#1c2127;
}
.bp5-compound-tag{
  background:none;
  padding:0;
}
.bp5-compound-tag .bp5-compound-tag-left{
  background-color:#404854;
}
.bp5-compound-tag .bp5-compound-tag-right{
  background-color:#5f6b7c;
}
.bp5-compound-tag.bp5-interactive:hover .bp5-compound-tag-left{
  background-color:#383e47;
}
.bp5-compound-tag.bp5-interactive:hover .bp5-compound-tag-right{
  background-color:#404854;
}
.bp5-compound-tag.bp5-interactive:active .bp5-compound-tag-left, .bp5-compound-tag.bp5-interactive.bp5-active .bp5-compound-tag-left{
  background-color:#2f343c;
}
.bp5-compound-tag.bp5-interactive:active .bp5-compound-tag-right, .bp5-compound-tag.bp5-interactive.bp5-active .bp5-compound-tag-right{
  background-color:#383e47;
}
.bp5-compound-tag .bp5-compound-tag-left,
.bp5-compound-tag .bp5-compound-tag-right{
  align-items:center;
  display:inline-flex;
  padding:2px 4px;
}
.bp5-compound-tag .bp5-compound-tag-left{
  border-bottom-left-radius:2px;
  border-top-left-radius:2px;
  margin-right:0;
}
.bp5-compound-tag .bp5-compound-tag-left > .bp5-icon, .bp5-compound-tag .bp5-compound-tag-left .bp5-icon-standard, .bp5-compound-tag .bp5-compound-tag-left .bp5-icon-large{
  margin-right:4px;
}
.bp5-compound-tag .bp5-compound-tag-right{
  border-bottom-right-radius:2px;
  border-top-right-radius:2px;
  flex-grow:1;
  padding:2px 4px;
}
.bp5-compound-tag .bp5-compound-tag-right > .bp5-icon, .bp5-compound-tag .bp5-compound-tag-right .bp5-icon-standard, .bp5-compound-tag .bp5-compound-tag-right .bp5-icon-large{
  margin-left:4px;
}
.bp5-compound-tag .bp5-compound-tag-right .bp5-compound-tag-right-text{
  flex-grow:1;
}
.bp5-compound-tag .bp5-compound-tag-right .bp5-tag-remove{
  margin-left:2px;
  margin-right:-4px !important;
}
.bp5-compound-tag.bp5-round{
  padding:0;
}
.bp5-compound-tag.bp5-round .bp5-compound-tag-left{
  border-bottom-left-radius:20px;
  border-top-left-radius:20px;
  padding-left:8px;
}
.bp5-compound-tag.bp5-round .bp5-compound-tag-right{
  border-bottom-right-radius:20px;
  border-top-right-radius:20px;
  padding-right:8px;
}
.bp5-compound-tag.bp5-large{
  padding:0;
}
.bp5-compound-tag.bp5-large .bp5-compound-tag-left,
.bp5-compound-tag.bp5-large .bp5-compound-tag-right{
  padding:5px 8px;
}
.bp5-compound-tag.bp5-large .bp5-compound-tag-left > .bp5-icon, .bp5-compound-tag.bp5-large .bp5-compound-tag-left .bp5-icon-standard, .bp5-compound-tag.bp5-large .bp5-compound-tag-left .bp5-icon-large{
  margin-right:7px;
}
.bp5-compound-tag.bp5-large .bp5-compound-tag-right > .bp5-icon, .bp5-compound-tag.bp5-large .bp5-compound-tag-right .bp5-icon-standard, .bp5-compound-tag.bp5-large .bp5-compound-tag-right .bp5-icon-large{
  margin-left:7px;
}
.bp5-compound-tag.bp5-large .bp5-tag-remove{
  margin-left:7px;
  margin-right:-10px !important;
}
.bp5-compound-tag.bp5-large.bp5-round{
  padding:0;
}
.bp5-compound-tag.bp5-large.bp5-round .bp5-compound-tag-left{
  border-bottom-left-radius:30px;
  border-top-left-radius:30px;
  padding-left:12px;
}
.bp5-compound-tag.bp5-large.bp5-round .bp5-compound-tag-right{
  border-bottom-right-radius:30px;
  border-top-right-radius:30px;
  padding-right:12px;
}
.bp5-compound-tag.bp5-minimal:not([class*=bp5-intent-]){
  background:none;
}
.bp5-compound-tag.bp5-minimal:not([class*=bp5-intent-]) .bp5-compound-tag-left{
  background-color:rgba(95, 107, 124, 0.2);
}
.bp5-compound-tag.bp5-minimal:not([class*=bp5-intent-]) .bp5-compound-tag-right{
  background-color:rgba(95, 107, 124, 0.1);
}
.bp5-compound-tag.bp5-minimal:not([class*=bp5-intent-]).bp5-interactive:hover .bp5-compound-tag-left{
  background-color:rgba(95, 107, 124, 0.3);
}
.bp5-compound-tag.bp5-minimal:not([class*=bp5-intent-]).bp5-interactive:hover .bp5-compound-tag-right{
  background-color:rgba(95, 107, 124, 0.2);
}
.bp5-compound-tag.bp5-minimal:not([class*=bp5-intent-]).bp5-interactive:active .bp5-compound-tag-left, .bp5-compound-tag.bp5-minimal:not([class*=bp5-intent-]).bp5-interactive.bp5-active .bp5-compound-tag-left{
  background-color:rgba(95, 107, 124, 0.4);
}
.bp5-compound-tag.bp5-minimal:not([class*=bp5-intent-]).bp5-interactive:active .bp5-compound-tag-right, .bp5-compound-tag.bp5-minimal:not([class*=bp5-intent-]).bp5-interactive.bp5-active .bp5-compound-tag-right{
  background-color:rgba(95, 107, 124, 0.3);
}
.bp5-compound-tag.bp5-minimal.bp5-intent-primary{
  background:none;
}
.bp5-compound-tag.bp5-minimal.bp5-intent-primary .bp5-compound-tag-left{
  background-color:rgba(45, 114, 210, 0.2);
}
.bp5-compound-tag.bp5-minimal.bp5-intent-primary .bp5-compound-tag-right{
  background-color:rgba(45, 114, 210, 0.1);
}
.bp5-compound-tag.bp5-minimal.bp5-intent-primary.bp5-interactive:hover .bp5-compound-tag-left{
  background-color:rgba(45, 114, 210, 0.3);
}
.bp5-compound-tag.bp5-minimal.bp5-intent-primary.bp5-interactive:hover .bp5-compound-tag-right{
  background-color:rgba(45, 114, 210, 0.2);
}
.bp5-compound-tag.bp5-minimal.bp5-intent-primary.bp5-interactive:active .bp5-compound-tag-left, .bp5-compound-tag.bp5-minimal.bp5-intent-primary.bp5-interactive.bp5-active .bp5-compound-tag-left{
  background-color:rgba(45, 114, 210, 0.4);
}
.bp5-compound-tag.bp5-minimal.bp5-intent-primary.bp5-interactive:active .bp5-compound-tag-right, .bp5-compound-tag.bp5-minimal.bp5-intent-primary.bp5-interactive.bp5-active .bp5-compound-tag-right{
  background-color:rgba(45, 114, 210, 0.3);
}
.bp5-compound-tag.bp5-minimal.bp5-intent-success{
  background:none;
}
.bp5-compound-tag.bp5-minimal.bp5-intent-success .bp5-compound-tag-left{
  background-color:rgba(35, 133, 81, 0.2);
}
.bp5-compound-tag.bp5-minimal.bp5-intent-success .bp5-compound-tag-right{
  background-color:rgba(35, 133, 81, 0.1);
}
.bp5-compound-tag.bp5-minimal.bp5-intent-success.bp5-interactive:hover .bp5-compound-tag-left{
  background-color:rgba(35, 133, 81, 0.3);
}
.bp5-compound-tag.bp5-minimal.bp5-intent-success.bp5-interactive:hover .bp5-compound-tag-right{
  background-color:rgba(35, 133, 81, 0.2);
}
.bp5-compound-tag.bp5-minimal.bp5-intent-success.bp5-interactive:active .bp5-compound-tag-left, .bp5-compound-tag.bp5-minimal.bp5-intent-success.bp5-interactive.bp5-active .bp5-compound-tag-left{
  background-color:rgba(35, 133, 81, 0.4);
}
.bp5-compound-tag.bp5-minimal.bp5-intent-success.bp5-interactive:active .bp5-compound-tag-right, .bp5-compound-tag.bp5-minimal.bp5-intent-success.bp5-interactive.bp5-active .bp5-compound-tag-right{
  background-color:rgba(35, 133, 81, 0.3);
}
.bp5-compound-tag.bp5-minimal.bp5-intent-warning{
  background:none;
}
.bp5-compound-tag.bp5-minimal.bp5-intent-warning .bp5-compound-tag-left{
  background-color:rgba(200, 118, 25, 0.2);
}
.bp5-compound-tag.bp5-minimal.bp5-intent-warning .bp5-compound-tag-right{
  background-color:rgba(200, 118, 25, 0.1);
}
.bp5-compound-tag.bp5-minimal.bp5-intent-warning.bp5-interactive:hover .bp5-compound-tag-left{
  background-color:rgba(200, 118, 25, 0.3);
}
.bp5-compound-tag.bp5-minimal.bp5-intent-warning.bp5-interactive:hover .bp5-compound-tag-right{
  background-color:rgba(200, 118, 25, 0.2);
}
.bp5-compound-tag.bp5-minimal.bp5-intent-warning.bp5-interactive:active .bp5-compound-tag-left, .bp5-compound-tag.bp5-minimal.bp5-intent-warning.bp5-interactive.bp5-active .bp5-compound-tag-left{
  background-color:rgba(200, 118, 25, 0.4);
}
.bp5-compound-tag.bp5-minimal.bp5-intent-warning.bp5-interactive:active .bp5-compound-tag-right, .bp5-compound-tag.bp5-minimal.bp5-intent-warning.bp5-interactive.bp5-active .bp5-compound-tag-right{
  background-color:rgba(200, 118, 25, 0.3);
}
.bp5-compound-tag.bp5-minimal.bp5-intent-danger{
  background:none;
}
.bp5-compound-tag.bp5-minimal.bp5-intent-danger .bp5-compound-tag-left{
  background-color:rgba(205, 66, 70, 0.2);
}
.bp5-compound-tag.bp5-minimal.bp5-intent-danger .bp5-compound-tag-right{
  background-color:rgba(205, 66, 70, 0.1);
}
.bp5-compound-tag.bp5-minimal.bp5-intent-danger.bp5-interactive:hover .bp5-compound-tag-left{
  background-color:rgba(205, 66, 70, 0.3);
}
.bp5-compound-tag.bp5-minimal.bp5-intent-danger.bp5-interactive:hover .bp5-compound-tag-right{
  background-color:rgba(205, 66, 70, 0.2);
}
.bp5-compound-tag.bp5-minimal.bp5-intent-danger.bp5-interactive:active .bp5-compound-tag-left, .bp5-compound-tag.bp5-minimal.bp5-intent-danger.bp5-interactive.bp5-active .bp5-compound-tag-left{
  background-color:rgba(205, 66, 70, 0.4);
}
.bp5-compound-tag.bp5-minimal.bp5-intent-danger.bp5-interactive:active .bp5-compound-tag-right, .bp5-compound-tag.bp5-minimal.bp5-intent-danger.bp5-interactive.bp5-active .bp5-compound-tag-right{
  background-color:rgba(205, 66, 70, 0.3);
}
.bp5-dark .bp5-compound-tag{
  background:none;
}
.bp5-dark .bp5-compound-tag .bp5-compound-tag-left{
  background-color:#abb3bf;
}
.bp5-dark .bp5-compound-tag .bp5-compound-tag-right{
  background-color:#c5cbd3;
}
.bp5-dark .bp5-compound-tag.bp5-interactive:hover .bp5-compound-tag-left{
  background-color:#8f99a8;
}
.bp5-dark .bp5-compound-tag.bp5-interactive:hover .bp5-compound-tag-right{
  background-color:#abb3bf;
}
.bp5-dark .bp5-compound-tag.bp5-interactive:active .bp5-compound-tag-left, .bp5-dark .bp5-compound-tag.bp5-interactive.bp5-active .bp5-compound-tag-left{
  background-color:#738091;
}
.bp5-dark .bp5-compound-tag.bp5-interactive:active .bp5-compound-tag-right, .bp5-dark .bp5-compound-tag.bp5-interactive.bp5-active .bp5-compound-tag-right{
  background-color:gray3;
}
.bp5-dark .bp5-compound-tag.bp5-minimal:not([class*=bp5-intent-]){
  background:none;
}
.bp5-dark .bp5-compound-tag.bp5-minimal:not([class*=bp5-intent-]) .bp5-compound-tag-left{
  background-color:rgba(95, 107, 124, 0.4);
}
.bp5-dark .bp5-compound-tag.bp5-minimal:not([class*=bp5-intent-]) .bp5-compound-tag-right{
  background-color:rgba(95, 107, 124, 0.2);
}
.bp5-dark .bp5-compound-tag.bp5-minimal:not([class*=bp5-intent-]).bp5-interactive:hover .bp5-compound-tag-left{
  background-color:rgba(95, 107, 124, 0.5);
}
.bp5-dark .bp5-compound-tag.bp5-minimal:not([class*=bp5-intent-]).bp5-interactive:hover .bp5-compound-tag-right{
  background-color:rgba(95, 107, 124, 0.3);
}
.bp5-dark .bp5-compound-tag.bp5-minimal:not([class*=bp5-intent-]).bp5-interactive:active .bp5-compound-tag-left, .bp5-dark .bp5-compound-tag.bp5-minimal:not([class*=bp5-intent-]).bp5-interactive.bp5-active .bp5-compound-tag-left{
  background-color:rgba(95, 107, 124, 0.55);
}
.bp5-dark .bp5-compound-tag.bp5-minimal:not([class*=bp5-intent-]).bp5-interactive:active .bp5-compound-tag-right, .bp5-dark .bp5-compound-tag.bp5-minimal:not([class*=bp5-intent-]).bp5-interactive.bp5-active .bp5-compound-tag-right{
  background-color:rgba(95, 107, 124, 0.35);
}
.bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-primary{
  background:none;
}
.bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-primary .bp5-compound-tag-left{
  background-color:rgba(45, 114, 210, 0.4);
}
.bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-primary .bp5-compound-tag-right{
  background-color:rgba(45, 114, 210, 0.2);
}
.bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-primary.bp5-interactive:hover .bp5-compound-tag-left{
  background-color:rgba(45, 114, 210, 0.5);
}
.bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-primary.bp5-interactive:hover .bp5-compound-tag-right{
  background-color:rgba(45, 114, 210, 0.3);
}
.bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-primary.bp5-interactive:active .bp5-compound-tag-left, .bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-primary.bp5-interactive.bp5-active .bp5-compound-tag-left{
  background-color:rgba(45, 114, 210, 0.55);
}
.bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-primary.bp5-interactive:active .bp5-compound-tag-right, .bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-primary.bp5-interactive.bp5-active .bp5-compound-tag-right{
  background-color:rgba(45, 114, 210, 0.35);
}
.bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-success{
  background:none;
}
.bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-success .bp5-compound-tag-left{
  background-color:rgba(35, 133, 81, 0.4);
}
.bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-success .bp5-compound-tag-right{
  background-color:rgba(35, 133, 81, 0.2);
}
.bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-success.bp5-interactive:hover .bp5-compound-tag-left{
  background-color:rgba(35, 133, 81, 0.5);
}
.bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-success.bp5-interactive:hover .bp5-compound-tag-right{
  background-color:rgba(35, 133, 81, 0.3);
}
.bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-success.bp5-interactive:active .bp5-compound-tag-left, .bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-success.bp5-interactive.bp5-active .bp5-compound-tag-left{
  background-color:rgba(35, 133, 81, 0.55);
}
.bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-success.bp5-interactive:active .bp5-compound-tag-right, .bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-success.bp5-interactive.bp5-active .bp5-compound-tag-right{
  background-color:rgba(35, 133, 81, 0.35);
}
.bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-warning{
  background:none;
}
.bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-warning .bp5-compound-tag-left{
  background-color:rgba(200, 118, 25, 0.4);
}
.bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-warning .bp5-compound-tag-right{
  background-color:rgba(200, 118, 25, 0.2);
}
.bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-warning.bp5-interactive:hover .bp5-compound-tag-left{
  background-color:rgba(200, 118, 25, 0.5);
}
.bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-warning.bp5-interactive:hover .bp5-compound-tag-right{
  background-color:rgba(200, 118, 25, 0.3);
}
.bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-warning.bp5-interactive:active .bp5-compound-tag-left, .bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-warning.bp5-interactive.bp5-active .bp5-compound-tag-left{
  background-color:rgba(200, 118, 25, 0.55);
}
.bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-warning.bp5-interactive:active .bp5-compound-tag-right, .bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-warning.bp5-interactive.bp5-active .bp5-compound-tag-right{
  background-color:rgba(200, 118, 25, 0.35);
}
.bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-danger{
  background:none;
}
.bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-danger .bp5-compound-tag-left{
  background-color:rgba(205, 66, 70, 0.4);
}
.bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-danger .bp5-compound-tag-right{
  background-color:rgba(205, 66, 70, 0.2);
}
.bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-danger.bp5-interactive:hover .bp5-compound-tag-left{
  background-color:rgba(205, 66, 70, 0.5);
}
.bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-danger.bp5-interactive:hover .bp5-compound-tag-right{
  background-color:rgba(205, 66, 70, 0.3);
}
.bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-danger.bp5-interactive:active .bp5-compound-tag-left, .bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-danger.bp5-interactive.bp5-active .bp5-compound-tag-left{
  background-color:rgba(205, 66, 70, 0.55);
}
.bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-danger.bp5-interactive:active .bp5-compound-tag-right, .bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-danger.bp5-interactive.bp5-active .bp5-compound-tag-right{
  background-color:rgba(205, 66, 70, 0.35);
}
.bp5-compound-tag.bp5-intent-primary{
  background:none;
}
.bp5-compound-tag.bp5-intent-primary .bp5-compound-tag-left{
  background-color:#215db0;
}
.bp5-compound-tag.bp5-intent-primary .bp5-compound-tag-right{
  background-color:#2d72d2;
}
.bp5-compound-tag.bp5-intent-primary.bp5-interactive:hover .bp5-compound-tag-left{
  background-color:#184a90;
}
.bp5-compound-tag.bp5-intent-primary.bp5-interactive:hover .bp5-compound-tag-right{
  background-color:#215db0;
}
.bp5-compound-tag.bp5-intent-primary.bp5-interactive:active .bp5-compound-tag-left, .bp5-compound-tag.bp5-intent-primary.bp5-interactive.bp5-active .bp5-compound-tag-left{
  background-color:#11376b;
}
.bp5-compound-tag.bp5-intent-primary.bp5-interactive:active .bp5-compound-tag-right, .bp5-compound-tag.bp5-intent-primary.bp5-interactive.bp5-active .bp5-compound-tag-right{
  background-color:#184a90;
}
.bp5-compound-tag.bp5-intent-success{
  background:none;
}
.bp5-compound-tag.bp5-intent-success .bp5-compound-tag-left{
  background-color:#1c6e42;
}
.bp5-compound-tag.bp5-intent-success .bp5-compound-tag-right{
  background-color:#238551;
}
.bp5-compound-tag.bp5-intent-success.bp5-interactive:hover .bp5-compound-tag-left{
  background-color:#165a36;
}
.bp5-compound-tag.bp5-intent-success.bp5-interactive:hover .bp5-compound-tag-right{
  background-color:#1c6e42;
}
.bp5-compound-tag.bp5-intent-success.bp5-interactive:active .bp5-compound-tag-left, .bp5-compound-tag.bp5-intent-success.bp5-interactive.bp5-active .bp5-compound-tag-left{
  background-color:#0f3e25;
}
.bp5-compound-tag.bp5-intent-success.bp5-interactive:active .bp5-compound-tag-right, .bp5-compound-tag.bp5-intent-success.bp5-interactive.bp5-active .bp5-compound-tag-right{
  background-color:#165a36;
}
.bp5-compound-tag.bp5-intent-warning{
  background:none;
}
.bp5-compound-tag.bp5-intent-warning .bp5-compound-tag-left{
  background-color:#ec9a3c;
}
.bp5-compound-tag.bp5-intent-warning .bp5-compound-tag-right{
  background-color:#fbb360;
}
.bp5-compound-tag.bp5-intent-warning.bp5-interactive:hover .bp5-compound-tag-left{
  background-color:#c87619;
}
.bp5-compound-tag.bp5-intent-warning.bp5-interactive:hover .bp5-compound-tag-right{
  background-color:#ec9a3c;
}
.bp5-compound-tag.bp5-intent-warning.bp5-interactive:active .bp5-compound-tag-left, .bp5-compound-tag.bp5-intent-warning.bp5-interactive.bp5-active .bp5-compound-tag-left{
  background-color:#935610;
}
.bp5-compound-tag.bp5-intent-warning.bp5-interactive:active .bp5-compound-tag-right, .bp5-compound-tag.bp5-intent-warning.bp5-interactive.bp5-active .bp5-compound-tag-right{
  background-color:#c87619;
}
.bp5-compound-tag.bp5-intent-danger{
  background:none;
}
.bp5-compound-tag.bp5-intent-danger .bp5-compound-tag-left{
  background-color:#ac2f33;
}
.bp5-compound-tag.bp5-intent-danger .bp5-compound-tag-right{
  background-color:#cd4246;
}
.bp5-compound-tag.bp5-intent-danger.bp5-interactive:hover .bp5-compound-tag-left{
  background-color:#8e292c;
}
.bp5-compound-tag.bp5-intent-danger.bp5-interactive:hover .bp5-compound-tag-right{
  background-color:#ac2f33;
}
.bp5-compound-tag.bp5-intent-danger.bp5-interactive:active .bp5-compound-tag-left, .bp5-compound-tag.bp5-intent-danger.bp5-interactive.bp5-active .bp5-compound-tag-left{
  background-color:#782326;
}
.bp5-compound-tag.bp5-intent-danger.bp5-interactive:active .bp5-compound-tag-right, .bp5-compound-tag.bp5-intent-danger.bp5-interactive.bp5-active .bp5-compound-tag-right{
  background-color:#8e292c;
}
.bp5-tag-input{
  display:flex;
  flex-direction:row;
  align-items:flex-start;
  cursor:text;
  height:auto;
  line-height:inherit;
  min-height:30px;
  padding-left:5px;
  padding-right:0;
}
.bp5-tag-input > *{
  flex-grow:0;
  flex-shrink:0;
}
.bp5-tag-input > .bp5-tag-input-values{
  flex-grow:1;
  flex-shrink:1;
}
.bp5-tag-input .bp5-tag-input-icon{
  color:#5f6b7c;
  margin-left:2px;
  margin-right:7px;
  margin-top:7px;
}
.bp5-tag-input .bp5-tag-input-values{
  display:flex;
  flex-direction:row;
  align-items:center;
  align-self:stretch;
  flex-wrap:wrap;
  margin-right:7px;
  margin-top:5px;
  min-width:0;
  position:relative;
}
.bp5-tag-input .bp5-tag-input-values > *{
  flex-grow:0;
  flex-shrink:0;
}
.bp5-tag-input .bp5-tag-input-values > .bp5-fill{
  flex-grow:1;
  flex-shrink:1;
}
.bp5-tag-input .bp5-tag-input-values::before,
.bp5-tag-input .bp5-tag-input-values > *{
  margin-right:5px;
}
.bp5-tag-input .bp5-tag-input-values:empty::before,
.bp5-tag-input .bp5-tag-input-values > :last-child{
  margin-right:0;
}
.bp5-tag-input .bp5-tag-input-values:first-child .bp5-tag ~ .bp5-input-ghost{
  padding-left:0;
}
.bp5-tag-input .bp5-tag-input-values:first-child .bp5-input-ghost{
  padding-left:5px;
}
.bp5-tag-input .bp5-tag-input-values > *{
  margin-bottom:5px;
}
.bp5-tag-input .bp5-tag{
  overflow-wrap:break-word;
}
.bp5-tag-input .bp5-tag.bp5-active{
  outline:rgba(33, 93, 176, 0.752) solid 2px;
  outline-offset:0;
  -moz-outline-radius:6px;
}
.bp5-dark .bp5-tag-input .bp5-tag.bp5-active{
  outline-color:rgba(138, 187, 255, 0.752);
}
.bp5-tag-input .bp5-input-ghost{
  flex:1 1 auto;
  line-height:20px;
  width:80px;
}
.bp5-tag-input .bp5-input-ghost:disabled, .bp5-tag-input .bp5-input-ghost.bp5-disabled{
  cursor:not-allowed;
}
.bp5-tag-input .bp5-button,
.bp5-tag-input .bp5-spinner{
  margin:3px;
  margin-left:0;
}
.bp5-tag-input .bp5-button{
  min-height:24px;
  min-width:24px;
  padding:0 7px;
}
.bp5-tag-input.bp5-large{
  height:auto;
  min-height:40px;
}
.bp5-tag-input.bp5-large::before,
.bp5-tag-input.bp5-large > *{
  margin-right:10px;
}
.bp5-tag-input.bp5-large:empty::before,
.bp5-tag-input.bp5-large > :last-child{
  margin-right:0;
}
.bp5-tag-input.bp5-large .bp5-tag-input-icon{
  margin-left:5px;
  margin-top:10px;
}
.bp5-tag-input.bp5-large .bp5-input-ghost{
  line-height:30px;
}
.bp5-tag-input.bp5-large .bp5-button{
  min-height:30px;
  min-width:30px;
  padding:5px 10px;
  margin:5px;
  margin-left:0;
}
.bp5-tag-input.bp5-large .bp5-spinner{
  margin:8px;
  margin-left:0;
}
.bp5-tag-input.bp5-active{
  background-color:#ffffff;
  box-shadow:inset 0 0 0 1px rgba(33, 93, 176, 0.752), 0 0 0 1px rgba(33, 93, 176, 0.752), inset 0 1px 1px rgba(17, 20, 24, 0.2);
}
.bp5-tag-input.bp5-active.bp5-intent-primary{
  box-shadow:inset 0 0 0 1px rgba(45, 114, 210, 0.752), 0 0 0 1px rgba(45, 114, 210, 0.752), inset 0 1px 1px rgba(17, 20, 24, 0.2);
}
.bp5-tag-input.bp5-active.bp5-intent-success{
  box-shadow:inset 0 0 0 1px rgba(35, 133, 81, 0.752), 0 0 0 1px rgba(35, 133, 81, 0.752), inset 0 1px 1px rgba(17, 20, 24, 0.2);
}
.bp5-tag-input.bp5-active.bp5-intent-warning{
  box-shadow:inset 0 0 0 1px rgba(200, 118, 25, 0.752), 0 0 0 1px rgba(200, 118, 25, 0.752), inset 0 1px 1px rgba(17, 20, 24, 0.2);
}
.bp5-tag-input.bp5-active.bp5-intent-danger{
  box-shadow:inset 0 0 0 1px rgba(205, 66, 70, 0.752), 0 0 0 1px rgba(205, 66, 70, 0.752), inset 0 1px 1px rgba(17, 20, 24, 0.2);
}
.bp5-dark .bp5-tag-input .bp5-tag-input-icon, .bp5-tag-input.bp5-dark .bp5-tag-input-icon{
  color:#abb3bf;
}
.bp5-dark .bp5-tag-input .bp5-input-ghost, .bp5-tag-input.bp5-dark .bp5-input-ghost{
  color:#f6f7f9;
}
.bp5-dark .bp5-tag-input .bp5-input-ghost::-moz-placeholder, .bp5-tag-input.bp5-dark .bp5-input-ghost::-moz-placeholder{
  color:#abb3bf;
}
.bp5-dark .bp5-tag-input .bp5-input-ghost::placeholder, .bp5-tag-input.bp5-dark .bp5-input-ghost::placeholder{
  color:#abb3bf;
}
.bp5-dark .bp5-tag-input.bp5-active, .bp5-tag-input.bp5-dark.bp5-active{
  background-color:rgba(17, 20, 24, 0.3);
  box-shadow:inset 0 0 0 1px rgba(138, 187, 255, 0.752), 0 0 0 1px rgba(138, 187, 255, 0.752), inset 0 0 0 1px rgba(255, 255, 255, 0.2), inset 0 -1px 1px 0 rgba(255, 255, 255, 0.3);
}
.bp5-dark .bp5-tag-input.bp5-active.bp5-intent-primary, .bp5-tag-input.bp5-dark.bp5-active.bp5-intent-primary{
  box-shadow:inset 0 0 0 1px rgba(76, 144, 240, 0.752), 0 0 0 1px rgba(76, 144, 240, 0.752), inset 0 0 0 1px rgba(255, 255, 255, 0.2), inset 0 -1px 1px 0 rgba(255, 255, 255, 0.3);
}
.bp5-dark .bp5-tag-input.bp5-active.bp5-intent-success, .bp5-tag-input.bp5-dark.bp5-active.bp5-intent-success{
  box-shadow:inset 0 0 0 1px rgba(50, 164, 103, 0.752), 0 0 0 1px rgba(50, 164, 103, 0.752), inset 0 0 0 1px rgba(255, 255, 255, 0.2), inset 0 -1px 1px 0 rgba(255, 255, 255, 0.3);
}
.bp5-dark .bp5-tag-input.bp5-active.bp5-intent-warning, .bp5-tag-input.bp5-dark.bp5-active.bp5-intent-warning{
  box-shadow:inset 0 0 0 1px rgba(236, 154, 60, 0.752), 0 0 0 1px rgba(236, 154, 60, 0.752), inset 0 0 0 1px rgba(255, 255, 255, 0.2), inset 0 -1px 1px 0 rgba(255, 255, 255, 0.3);
}
.bp5-dark .bp5-tag-input.bp5-active.bp5-intent-danger, .bp5-tag-input.bp5-dark.bp5-active.bp5-intent-danger{
  box-shadow:inset 0 0 0 1px rgba(231, 106, 110, 0.752), 0 0 0 1px rgba(231, 106, 110, 0.752), inset 0 0 0 1px rgba(255, 255, 255, 0.2), inset 0 -1px 1px 0 rgba(255, 255, 255, 0.3);
}

.bp5-input-ghost{
  background:none;
  border:none;
  box-shadow:none;
  padding:0;
}
.bp5-input-ghost::-moz-placeholder{
  color:#5f6b7c;
  opacity:1;
}
.bp5-input-ghost::placeholder{
  color:#5f6b7c;
  opacity:1;
}
.bp5-input-ghost:focus{
  outline:none !important;
}
.bp5-resizable-input-span{
  max-height:0;
  max-width:100%;
  min-width:80px;
  opacity:0;
  overflow:hidden;
  position:absolute;
  white-space:nowrap;
  z-index:-1;
}
.bp5-toast{
  align-items:flex-start;
  background-color:#ffffff;
  border-radius:2px;
  box-shadow:inset 0 0 0 1px rgba(17, 20, 24, 0.2), 0 2px 4px rgba(17, 20, 24, 0.2), 0 8px 24px rgba(17, 20, 24, 0.2);
  display:flex;
  margin:20px 0 0;
  max-width:500px;
  min-width:300px;
  pointer-events:all;
  position:relative !important;
}
.bp5-toast.bp5-toast-enter, .bp5-toast.bp5-toast-appear{
  transform:translateY(-40px);
}
.bp5-toast.bp5-toast-enter-active, .bp5-toast.bp5-toast-appear-active{
  transform:translateY(0);
  transition-delay:0;
  transition-duration:300ms;
  transition-property:transform;
  transition-timing-function:cubic-bezier(0.54, 1.12, 0.38, 1.11);
}
.bp5-toast.bp5-toast-enter ~ .bp5-toast, .bp5-toast.bp5-toast-appear ~ .bp5-toast{
  transform:translateY(-40px);
}
.bp5-toast.bp5-toast-enter-active ~ .bp5-toast, .bp5-toast.bp5-toast-appear-active ~ .bp5-toast{
  transform:translateY(0);
  transition-delay:0;
  transition-duration:300ms;
  transition-property:transform;
  transition-timing-function:cubic-bezier(0.54, 1.12, 0.38, 1.11);
}
.bp5-toast.bp5-toast-exit{
  opacity:1;
  filter:blur(0);
}
.bp5-toast.bp5-toast-exit-active{
  opacity:0;
  filter:blur(10px);
  transition-delay:0;
  transition-duration:300ms;
  transition-property:opacity, filter;
  transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9);
}
.bp5-toast.bp5-toast-exit ~ .bp5-toast{
  transform:translateY(0);
}
.bp5-toast.bp5-toast-exit-active ~ .bp5-toast{
  transform:translateY(-40px);
  transition-delay:50ms;
  transition-duration:100ms;
  transition-property:transform;
  transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9);
}
.bp5-toast .bp5-button-group{
  flex:0 0 auto;
  padding:5px;
  padding-left:0;
}
.bp5-toast > .bp5-icon{
  color:#5f6b7c;
  margin:12px;
  margin-right:0;
}
.bp5-toast.bp5-dark, .bp5-dark .bp5-toast{
  background-color:#404854;
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 2px 4px rgba(17, 20, 24, 0.4), 0 8px 24px rgba(17, 20, 24, 0.4);
}
.bp5-toast.bp5-dark > .bp5-icon, .bp5-dark .bp5-toast > .bp5-icon{
  color:#abb3bf;
}
.bp5-toast.bp5-dark .bp5-button .bp5-icon, .bp5-dark .bp5-toast .bp5-button .bp5-icon{
  color:rgba(255, 255, 255, 0.7);
}
.bp5-toast[class*=bp5-intent-] a{
  color:rgba(255, 255, 255, 0.7);
}
.bp5-toast[class*=bp5-intent-] a:hover{
  color:#ffffff;
}
.bp5-toast[class*=bp5-intent-] > .bp5-icon{
  color:#ffffff;
}
.bp5-toast.bp5-intent-primary{
  background-color:#2d72d2;
  color:#ffffff;
}
.bp5-toast.bp5-intent-primary .bp5-icon:first-child{
  color:rgba(255, 255, 255, 0.7);
}
.bp5-toast.bp5-intent-primary .bp5-button{
  background-color:#2d72d2 !important;
  color:#ffffff !important;
}
.bp5-toast.bp5-intent-primary .bp5-button:hover{
  background-color:#215db0 !important;
  color:#ffffff !important;
}
.bp5-toast.bp5-intent-primary .bp5-button:active{
  background-color:#184a90 !important;
  color:#ffffff !important;
}
.bp5-toast.bp5-intent-primary .bp5-button:focus{
  outline-color:rgba(255, 255, 255, 0.75);
}
.bp5-toast.bp5-intent-primary .bp5-button:last-child > .bp5-icon-cross{
  color:rgba(255, 255, 255, 0.7) !important;
}
.bp5-toast.bp5-intent-success{
  background-color:#238551;
  color:#ffffff;
}
.bp5-toast.bp5-intent-success .bp5-icon:first-child{
  color:rgba(255, 255, 255, 0.7);
}
.bp5-toast.bp5-intent-success .bp5-button{
  background-color:#238551 !important;
  color:#ffffff !important;
}
.bp5-toast.bp5-intent-success .bp5-button:hover{
  background-color:#1c6e42 !important;
  color:#ffffff !important;
}
.bp5-toast.bp5-intent-success .bp5-button:active{
  background-color:#165a36 !important;
  color:#ffffff !important;
}
.bp5-toast.bp5-intent-success .bp5-button:focus{
  outline-color:rgba(255, 255, 255, 0.75);
}
.bp5-toast.bp5-intent-success .bp5-button:last-child > .bp5-icon-cross{
  color:rgba(255, 255, 255, 0.7) !important;
}
.bp5-toast.bp5-intent-warning{
  background-color:#fbb360;
  color:#1c2127;
}
.bp5-toast.bp5-intent-warning .bp5-icon:first-child{
  color:rgba(28, 33, 39, 0.7);
}
.bp5-toast.bp5-intent-warning .bp5-button{
  background-color:#fbb360 !important;
  color:#1c2127 !important;
}
.bp5-toast.bp5-intent-warning .bp5-button:hover{
  background-color:#ec9a3c !important;
  color:#1c2127 !important;
}
.bp5-toast.bp5-intent-warning .bp5-button:active{
  background-color:#c87619 !important;
  color:#1c2127 !important;
}
.bp5-toast.bp5-intent-warning .bp5-button:focus{
  outline-color:rgba(28, 33, 39, 0.75);
}
.bp5-toast.bp5-intent-warning .bp5-button:last-child > .bp5-icon-cross{
  color:rgba(28, 33, 39, 0.7) !important;
}
.bp5-toast.bp5-intent-danger{
  background-color:#cd4246;
  color:#ffffff;
}
.bp5-toast.bp5-intent-danger .bp5-icon:first-child{
  color:rgba(255, 255, 255, 0.7);
}
.bp5-toast.bp5-intent-danger .bp5-button{
  background-color:#cd4246 !important;
  color:#ffffff !important;
}
.bp5-toast.bp5-intent-danger .bp5-button:hover{
  background-color:#ac2f33 !important;
  color:#ffffff !important;
}
.bp5-toast.bp5-intent-danger .bp5-button:active{
  background-color:#8e292c !important;
  color:#ffffff !important;
}
.bp5-toast.bp5-intent-danger .bp5-button:focus{
  outline-color:rgba(255, 255, 255, 0.75);
}
.bp5-toast.bp5-intent-danger .bp5-button:last-child > .bp5-icon-cross{
  color:rgba(255, 255, 255, 0.7) !important;
}

.bp5-toast-message{
  flex:1 1 auto;
  padding:11px;
  word-break:break-word;
}

.bp5-toast-container{
  align-items:center;
  display:flex !important;
  flex-direction:column;
  left:0;
  overflow:hidden;
  padding:0 20px 20px;
  pointer-events:none;
  right:0;
  z-index:40;
}
.bp5-toast-container.bp5-toast-container-in-portal{
  position:fixed;
}
.bp5-toast-container.bp5-toast-container-inline{
  position:absolute;
}
.bp5-toast-container.bp5-toast-container-top{
  top:0;
}
.bp5-toast-container.bp5-toast-container-bottom{
  bottom:0;
  flex-direction:column-reverse;
  top:auto;
}
.bp5-toast-container.bp5-toast-container-left{
  align-items:flex-start;
}
.bp5-toast-container.bp5-toast-container-right{
  align-items:flex-end;
}

.bp5-toast-container-bottom .bp5-toast.bp5-toast-enter:not(.bp5-toast-enter-active), .bp5-toast-container-bottom .bp5-toast.bp5-toast-enter:not(.bp5-toast-enter-active) ~ .bp5-toast, .bp5-toast-container-bottom .bp5-toast.bp5-toast-appear:not(.bp5-toast-appear-active), .bp5-toast-container-bottom .bp5-toast.bp5-toast-appear:not(.bp5-toast-appear-active) ~ .bp5-toast, .bp5-toast-container-bottom .bp5-toast.bp5-toast-exit-active ~ .bp5-toast, .bp5-toast-container-bottom .bp5-toast.bp5-toast-leave-active ~ .bp5-toast{
  transform:translateY(60px);
}
.bp5-tooltip{
  box-shadow:0 0 0 1px rgba(17, 20, 24, 0.1), 0 2px 4px rgba(17, 20, 24, 0.2), 0 8px 24px rgba(17, 20, 24, 0.2);
  transform:scale(1);
  color:#f6f7f9;
}
.bp5-tooltip .bp5-popover-arrow{
  height:22px;
  position:absolute;
  width:22px;
}
.bp5-tooltip .bp5-popover-arrow::before{
  height:14px;
  margin:4px;
  width:14px;
}
.bp5-tooltip .bp5-popover-content{
  background:#404854;
}
.bp5-tooltip .bp5-popover-content,
.bp5-tooltip .bp5-heading{
  color:#f6f7f9;
}
.bp5-tooltip .bp5-popover-arrow::before{
  box-shadow:1px 1px 6px rgba(17, 20, 24, 0.2);
}
.bp5-tooltip .bp5-popover-arrow-border{
  fill:#111418;
  fill-opacity:0.1;
}
.bp5-tooltip .bp5-popover-arrow-fill{
  fill:#404854;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-tooltip .bp5-popover-arrow-fill{
    fill:buttonborder;
  }
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-tooltip{
    border:1px solid buttonborder;
  }
}
.bp5-popover-enter > .bp5-tooltip, .bp5-popover-appear > .bp5-tooltip{
  transform:scale(0.8);
}
.bp5-popover-enter-active > .bp5-tooltip, .bp5-popover-appear-active > .bp5-tooltip{
  transform:scale(1);
  transition-delay:0;
  transition-duration:100ms;
  transition-property:transform;
  transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9);
}
.bp5-popover-exit > .bp5-tooltip{
  transform:scale(1);
}
.bp5-popover-exit-active > .bp5-tooltip{
  transform:scale(0.8);
  transition-delay:0;
  transition-duration:100ms;
  transition-property:transform;
  transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9);
}
.bp5-tooltip .bp5-text-muted{
  color:#abb3bf;
}
.bp5-tooltip .bp5-text-disabled{
  color:rgba(171, 179, 191, 0.6);
}
.bp5-tooltip .bp5-running-text hr{
  border-color:rgba(255, 255, 255, 0.2);
}
.bp5-tooltip a{
  color:#8abbff;
}
.bp5-tooltip a:hover{
  color:#8abbff;
}
.bp5-tooltip a .bp5-icon, .bp5-tooltip a .bp5-icon-standard, .bp5-tooltip a .bp5-icon-large{
  color:inherit;
}
.bp5-tooltip a code{
  color:inherit;
}
.bp5-tooltip .bp5-code,
.bp5-tooltip .bp5-running-text code{
  background:rgba(17, 20, 24, 0.3);
  box-shadow:inset 0 0 0 1px rgba(17, 20, 24, 0.4);
  color:#abb3bf;
}
a > .bp5-tooltip .bp5-code,
a > .bp5-tooltip .bp5-running-text code{
  color:inherit;
}
.bp5-tooltip .bp5-code-block,
.bp5-tooltip .bp5-running-text pre{
  background:rgba(17, 20, 24, 0.3);
  box-shadow:inset 0 0 0 1px rgba(17, 20, 24, 0.4);
  color:#f6f7f9;
}
.bp5-tooltip .bp5-code-block > code,
.bp5-tooltip .bp5-running-text pre > code{
  background:none;
  box-shadow:none;
  color:inherit;
}
.bp5-tooltip .bp5-key,
.bp5-tooltip .bp5-running-text kbd{
  background:#383e47;
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 1px 1px 0 rgba(17, 20, 24, 0.4);
  color:#abb3bf;
}
.bp5-tooltip .bp5-icon.bp5-intent-primary, .bp5-tooltip .bp5-icon-standard.bp5-intent-primary, .bp5-tooltip .bp5-icon-large.bp5-intent-primary{
  color:#8abbff;
}
.bp5-tooltip .bp5-icon.bp5-intent-success, .bp5-tooltip .bp5-icon-standard.bp5-intent-success, .bp5-tooltip .bp5-icon-large.bp5-intent-success{
  color:#72ca9b;
}
.bp5-tooltip .bp5-icon.bp5-intent-warning, .bp5-tooltip .bp5-icon-standard.bp5-intent-warning, .bp5-tooltip .bp5-icon-large.bp5-intent-warning{
  color:#fbb360;
}
.bp5-tooltip .bp5-icon.bp5-intent-danger, .bp5-tooltip .bp5-icon-standard.bp5-intent-danger, .bp5-tooltip .bp5-icon-large.bp5-intent-danger{
  color:#fa999c;
}
.bp5-tooltip .bp5-popover-content{
  padding:10px 12px;
}
.bp5-tooltip.bp5-compact .bp5-popover-content{
  line-height:1rem;
  padding:5px 7px;
}
.bp5-tooltip.bp5-compact .bp5-code{
  vertical-align:text-bottom;
}
.bp5-tooltip.bp5-popover-placement-top .bp5-popover-arrow{
  transform:translateY(-3px);
}
.bp5-tooltip.bp5-popover-placement-left .bp5-popover-arrow{
  transform:translateX(-3px);
}
.bp5-tooltip.bp5-popover-placement-bottom .bp5-popover-arrow{
  transform:translateY(3px);
}
.bp5-tooltip.bp5-popover-placement-right .bp5-popover-arrow{
  transform:translateX(3px);
}
.bp5-tooltip.bp5-dark, .bp5-dark .bp5-tooltip{
  box-shadow:0 2px 4px rgba(17, 20, 24, 0.4), 0 8px 24px rgba(17, 20, 24, 0.4);
}
.bp5-tooltip.bp5-dark .bp5-popover-content, .bp5-dark .bp5-tooltip .bp5-popover-content{
  background:#e5e8eb;
}
.bp5-tooltip.bp5-dark .bp5-popover-content,
.bp5-tooltip.bp5-dark .bp5-heading, .bp5-dark .bp5-tooltip .bp5-popover-content,
.bp5-dark .bp5-tooltip .bp5-heading{
  color:#404854;
}
.bp5-tooltip.bp5-dark .bp5-popover-arrow::before, .bp5-dark .bp5-tooltip .bp5-popover-arrow::before{
  box-shadow:1px 1px 6px rgba(17, 20, 24, 0.4);
}
.bp5-tooltip.bp5-dark .bp5-popover-arrow-border, .bp5-dark .bp5-tooltip .bp5-popover-arrow-border{
  fill:#111418;
  fill-opacity:0.2;
}
.bp5-tooltip.bp5-dark .bp5-popover-arrow-fill, .bp5-dark .bp5-tooltip .bp5-popover-arrow-fill{
  fill:#e5e8eb;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-tooltip.bp5-dark .bp5-popover-arrow-fill, .bp5-dark .bp5-tooltip .bp5-popover-arrow-fill{
    fill:buttonborder;
  }
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-tooltip.bp5-dark, .bp5-dark .bp5-tooltip{
    border:1px solid buttonborder;
  }
}
.bp5-tooltip.bp5-dark .bp5-text-muted, .bp5-dark .bp5-tooltip .bp5-text-muted{
  color:#5f6b7c;
}
.bp5-tooltip.bp5-dark .bp5-text-disabled, .bp5-dark .bp5-tooltip .bp5-text-disabled{
  color:rgba(95, 107, 124, 0.6);
}
.bp5-tooltip.bp5-dark .bp5-running-text hr, .bp5-dark .bp5-tooltip .bp5-running-text hr{
  border-color:rgba(17, 20, 24, 0.15);
}
.bp5-tooltip.bp5-dark a, .bp5-dark .bp5-tooltip a{
  color:#215db0;
}
.bp5-tooltip.bp5-dark a:hover, .bp5-dark .bp5-tooltip a:hover{
  color:#215db0;
}
.bp5-tooltip.bp5-dark a .bp5-icon, .bp5-tooltip.bp5-dark a .bp5-icon-standard, .bp5-tooltip.bp5-dark a .bp5-icon-large, .bp5-dark .bp5-tooltip a .bp5-icon, .bp5-dark .bp5-tooltip a .bp5-icon-standard, .bp5-dark .bp5-tooltip a .bp5-icon-large{
  color:inherit;
}
.bp5-tooltip.bp5-dark a code, .bp5-dark .bp5-tooltip a code{
  color:inherit;
}
.bp5-tooltip.bp5-dark .bp5-code,
.bp5-tooltip.bp5-dark .bp5-running-text code, .bp5-dark .bp5-tooltip .bp5-code,
.bp5-dark .bp5-tooltip .bp5-running-text code{
  background:rgba(255, 255, 255, 0.7);
  box-shadow:inset 0 0 0 1px rgba(17, 20, 24, 0.2);
  color:#5f6b7c;
}
a > .bp5-tooltip.bp5-dark .bp5-code,
a > .bp5-tooltip.bp5-dark .bp5-running-text code, a > .bp5-dark .bp5-tooltip .bp5-code,
a > .bp5-dark .bp5-tooltip .bp5-running-text code{
  color:#2d72d2;
}
.bp5-tooltip.bp5-dark .bp5-code-block,
.bp5-tooltip.bp5-dark .bp5-running-text pre, .bp5-dark .bp5-tooltip .bp5-code-block,
.bp5-dark .bp5-tooltip .bp5-running-text pre{
  background:rgba(255, 255, 255, 0.7);
  box-shadow:inset 0 0 0 1px rgba(17, 20, 24, 0.15);
  color:#1c2127;
}
.bp5-tooltip.bp5-dark .bp5-code-block > code,
.bp5-tooltip.bp5-dark .bp5-running-text pre > code, .bp5-dark .bp5-tooltip .bp5-code-block > code,
.bp5-dark .bp5-tooltip .bp5-running-text pre > code{
  background:none;
  box-shadow:none;
  color:inherit;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-tooltip.bp5-dark .bp5-code-block,
  .bp5-tooltip.bp5-dark .bp5-running-text pre, .bp5-dark .bp5-tooltip .bp5-code-block,
  .bp5-dark .bp5-tooltip .bp5-running-text pre{
    border:1px solid buttonborder;
    box-shadow:none;
  }
}
.bp5-tooltip.bp5-dark .bp5-key,
.bp5-tooltip.bp5-dark .bp5-running-text kbd, .bp5-dark .bp5-tooltip .bp5-key,
.bp5-dark .bp5-tooltip .bp5-running-text kbd{
  background:#ffffff;
  box-shadow:0 0 0 1px rgba(17, 20, 24, 0.1), 0 1px 1px rgba(17, 20, 24, 0.2);
  color:#5f6b7c;
}
.bp5-tooltip.bp5-dark .bp5-icon.bp5-intent-primary, .bp5-tooltip.bp5-dark .bp5-icon-standard.bp5-intent-primary, .bp5-tooltip.bp5-dark .bp5-icon-large.bp5-intent-primary, .bp5-dark .bp5-tooltip .bp5-icon.bp5-intent-primary, .bp5-dark .bp5-tooltip .bp5-icon-standard.bp5-intent-primary, .bp5-dark .bp5-tooltip .bp5-icon-large.bp5-intent-primary{
  color:#215db0;
}
.bp5-tooltip.bp5-dark .bp5-icon.bp5-intent-success, .bp5-tooltip.bp5-dark .bp5-icon-standard.bp5-intent-success, .bp5-tooltip.bp5-dark .bp5-icon-large.bp5-intent-success, .bp5-dark .bp5-tooltip .bp5-icon.bp5-intent-success, .bp5-dark .bp5-tooltip .bp5-icon-standard.bp5-intent-success, .bp5-dark .bp5-tooltip .bp5-icon-large.bp5-intent-success{
  color:#1c6e42;
}
.bp5-tooltip.bp5-dark .bp5-icon.bp5-intent-warning, .bp5-tooltip.bp5-dark .bp5-icon-standard.bp5-intent-warning, .bp5-tooltip.bp5-dark .bp5-icon-large.bp5-intent-warning, .bp5-dark .bp5-tooltip .bp5-icon.bp5-intent-warning, .bp5-dark .bp5-tooltip .bp5-icon-standard.bp5-intent-warning, .bp5-dark .bp5-tooltip .bp5-icon-large.bp5-intent-warning{
  color:#935610;
}
.bp5-tooltip.bp5-dark .bp5-icon.bp5-intent-danger, .bp5-tooltip.bp5-dark .bp5-icon-standard.bp5-intent-danger, .bp5-tooltip.bp5-dark .bp5-icon-large.bp5-intent-danger, .bp5-dark .bp5-tooltip .bp5-icon.bp5-intent-danger, .bp5-dark .bp5-tooltip .bp5-icon-standard.bp5-intent-danger, .bp5-dark .bp5-tooltip .bp5-icon-large.bp5-intent-danger{
  color:#ac2f33;
}
.bp5-tooltip.bp5-intent-primary .bp5-popover-content{
  background:#2d72d2;
  color:#ffffff;
}
.bp5-tooltip.bp5-intent-primary .bp5-popover-arrow-fill{
  fill:#2d72d2;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-tooltip.bp5-intent-primary .bp5-popover-arrow-fill{
    fill:buttonborder;
  }
}
.bp5-tooltip.bp5-intent-success .bp5-popover-content{
  background:#238551;
  color:#ffffff;
}
.bp5-tooltip.bp5-intent-success .bp5-popover-arrow-fill{
  fill:#238551;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-tooltip.bp5-intent-success .bp5-popover-arrow-fill{
    fill:buttonborder;
  }
}
.bp5-tooltip.bp5-intent-warning .bp5-popover-content{
  background:#c87619;
  color:#ffffff;
}
.bp5-tooltip.bp5-intent-warning .bp5-popover-arrow-fill{
  fill:#c87619;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-tooltip.bp5-intent-warning .bp5-popover-arrow-fill{
    fill:buttonborder;
  }
}
.bp5-tooltip.bp5-intent-danger .bp5-popover-content{
  background:#cd4246;
  color:#ffffff;
}
.bp5-tooltip.bp5-intent-danger .bp5-popover-arrow-fill{
  fill:#cd4246;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp5-tooltip.bp5-intent-danger .bp5-popover-arrow-fill{
    fill:buttonborder;
  }
}

.bp5-tooltip-indicator{
  border-bottom:dotted 1px;
  cursor:help;
}
.bp5-tree .bp5-icon, .bp5-tree .bp5-icon-standard, .bp5-tree .bp5-icon-large{
  color:#5f6b7c;
}
.bp5-tree .bp5-icon.bp5-intent-primary, .bp5-tree .bp5-icon-standard.bp5-intent-primary, .bp5-tree .bp5-icon-large.bp5-intent-primary{
  color:#2d72d2;
}
.bp5-tree .bp5-icon.bp5-intent-success, .bp5-tree .bp5-icon-standard.bp5-intent-success, .bp5-tree .bp5-icon-large.bp5-intent-success{
  color:#238551;
}
.bp5-tree .bp5-icon.bp5-intent-warning, .bp5-tree .bp5-icon-standard.bp5-intent-warning, .bp5-tree .bp5-icon-large.bp5-intent-warning{
  color:#c87619;
}
.bp5-tree .bp5-icon.bp5-intent-danger, .bp5-tree .bp5-icon-standard.bp5-intent-danger, .bp5-tree .bp5-icon-large.bp5-intent-danger{
  color:#cd4246;
}

.bp5-tree-node-list{
  list-style:none;
  margin:0;
  padding-left:0;
}

.bp5-tree-root{
  background-color:transparent;
  cursor:default;
  padding-left:0;
  position:relative;
}

.bp5-tree-node-content-0{
  padding-left:0px;
}

.bp5-tree-node-content-1{
  padding-left:23px;
}

.bp5-tree-node-content-2{
  padding-left:46px;
}

.bp5-tree-node-content-3{
  padding-left:69px;
}

.bp5-tree-node-content-4{
  padding-left:92px;
}

.bp5-tree-node-content-5{
  padding-left:115px;
}

.bp5-tree-node-content-6{
  padding-left:138px;
}

.bp5-tree-node-content-7{
  padding-left:161px;
}

.bp5-tree-node-content-8{
  padding-left:184px;
}

.bp5-tree-node-content-9{
  padding-left:207px;
}

.bp5-tree-node-content-10{
  padding-left:230px;
}

.bp5-tree-node-content-11{
  padding-left:253px;
}

.bp5-tree-node-content-12{
  padding-left:276px;
}

.bp5-tree-node-content-13{
  padding-left:299px;
}

.bp5-tree-node-content-14{
  padding-left:322px;
}

.bp5-tree-node-content-15{
  padding-left:345px;
}

.bp5-tree-node-content-16{
  padding-left:368px;
}

.bp5-tree-node-content-17{
  padding-left:391px;
}

.bp5-tree-node-content-18{
  padding-left:414px;
}

.bp5-tree-node-content-19{
  padding-left:437px;
}

.bp5-tree-node-content-20{
  padding-left:460px;
}

.bp5-tree-node-content{
  align-items:center;
  background:none;
  display:flex;
  height:30px;
  padding-right:5px;
  width:100%;
}
.bp5-tree-node-content:hover{
  background-color:rgba(143, 153, 168, 0.15);
}
.bp5-tree-node-content:active{
  background-color:rgba(143, 153, 168, 0.3);
}

.bp5-tree-node-caret,
.bp5-tree-node-caret-none{
  min-width:30px;
}

.bp5-tree-node-caret{
  color:#5f6b7c;
  cursor:pointer;
  padding:7px;
  transform:rotate(0deg);
  transition:transform 200ms cubic-bezier(0.4, 1, 0.75, 0.9);
}
.bp5-tree-node-caret:hover{
  color:#1c2127;
}
.bp5-dark .bp5-tree-node-caret{
  color:#abb3bf;
}
.bp5-dark .bp5-tree-node-caret:hover{
  color:#f6f7f9;
}
.bp5-tree-node-caret:hover{
  color:#1c2127;
}
.bp5-tree-node-caret.bp5-tree-node-caret-open{
  transform:rotate(90deg);
}
.bp5-tree-node-caret.bp5-icon-standard::before{
  content:"\f14d";
}

.bp5-tree-node-icon{
  margin-right:7px;
  position:relative;
}

.bp5-tree-node-label{
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  word-wrap:normal;
  flex:1 1 auto;
  position:relative;
  -webkit-user-select:none;
     -moz-user-select:none;
          user-select:none;
}
.bp5-tree-node-label span{
  display:inline;
}

.bp5-tree-node-secondary-label{
  padding:0 5px;
  -webkit-user-select:none;
     -moz-user-select:none;
          user-select:none;
}
.bp5-tree-node-secondary-label .bp5-popover-wrapper,
.bp5-tree-node-secondary-label .bp5-popover-target{
  align-items:center;
  display:flex;
}

.bp5-tree-node.bp5-disabled .bp5-tree-node-content{
  background-color:inherit;
  color:rgba(95, 107, 124, 0.6);
  cursor:not-allowed;
}
.bp5-tree-node.bp5-disabled .bp5-tree-node-caret,
.bp5-tree-node.bp5-disabled .bp5-tree-node-icon{
  color:rgba(95, 107, 124, 0.6);
  cursor:not-allowed;
}

.bp5-tree-node.bp5-tree-node-selected > .bp5-tree-node-content{
  background-color:#2d72d2;
}
.bp5-tree-node.bp5-tree-node-selected > .bp5-tree-node-content,
.bp5-tree-node.bp5-tree-node-selected > .bp5-tree-node-content .bp5-icon, .bp5-tree-node.bp5-tree-node-selected > .bp5-tree-node-content .bp5-icon-standard, .bp5-tree-node.bp5-tree-node-selected > .bp5-tree-node-content .bp5-icon-large{
  color:#ffffff;
}
.bp5-tree-node.bp5-tree-node-selected > .bp5-tree-node-content .bp5-tree-node-caret::before{
  color:rgba(255, 255, 255, 0.7);
}
.bp5-tree-node.bp5-tree-node-selected > .bp5-tree-node-content .bp5-tree-node-caret:hover::before{
  color:#ffffff;
}

.bp5-tree.bp5-compact .bp5-tree-node-content{
  height:24px;
}
.bp5-tree.bp5-compact .bp5-tree-node-caret{
  margin-right:3px;
  min-width:24px;
  padding:4px;
}

.bp5-dark .bp5-tree-node-content:hover{
  background-color:rgba(95, 107, 124, 0.3);
}
.bp5-dark .bp5-tree .bp5-icon, .bp5-dark .bp5-tree .bp5-icon-standard, .bp5-dark .bp5-tree .bp5-icon-large{
  color:#abb3bf;
}
.bp5-dark .bp5-tree .bp5-icon.bp5-intent-primary, .bp5-dark .bp5-tree .bp5-icon-standard.bp5-intent-primary, .bp5-dark .bp5-tree .bp5-icon-large.bp5-intent-primary{
  color:#8abbff;
}
.bp5-dark .bp5-tree .bp5-icon.bp5-intent-success, .bp5-dark .bp5-tree .bp5-icon-standard.bp5-intent-success, .bp5-dark .bp5-tree .bp5-icon-large.bp5-intent-success{
  color:#72ca9b;
}
.bp5-dark .bp5-tree .bp5-icon.bp5-intent-warning, .bp5-dark .bp5-tree .bp5-icon-standard.bp5-intent-warning, .bp5-dark .bp5-tree .bp5-icon-large.bp5-intent-warning{
  color:#fbb360;
}
.bp5-dark .bp5-tree .bp5-icon.bp5-intent-danger, .bp5-dark .bp5-tree .bp5-icon-standard.bp5-intent-danger, .bp5-dark .bp5-tree .bp5-icon-large.bp5-intent-danger{
  color:#fa999c;
}
.bp5-dark .bp5-tree-node:not(.bp5-disabled) .bp5-tree-node-caret:hover{
  color:#f6f7f9;
}
.bp5-dark .bp5-tree-node.bp5-tree-node-selected > .bp5-tree-node-content{
  background-color:#2d72d2;
}
.bp5-dark .bp5-tree-node.bp5-tree-node-selected > .bp5-tree-node-content .bp5-icon, .bp5-dark .bp5-tree-node.bp5-tree-node-selected > .bp5-tree-node-content .bp5-icon-standard, .bp5-dark .bp5-tree-node.bp5-tree-node-selected > .bp5-tree-node-content .bp5-icon-large{
  color:#ffffff;
}
/*!**************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!../../node_modules/@fontsource/fira-code/index.css ***!
  \**************************************************************************************************************************************************************************************************************/
/* fira-code-cyrillic-ext-400-normal */
@font-face {
  font-family: 'Fira Code';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(fonts/fira-code-cyrillic-ext-400-normal.woff2?b16b83) format('woff2'), url(fonts/fira-code-cyrillic-ext-400-normal.woff?b0db42) format('woff');
  unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
}

/* fira-code-cyrillic-400-normal */
@font-face {
  font-family: 'Fira Code';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(fonts/fira-code-cyrillic-400-normal.woff2?b6d74d) format('woff2'), url(fonts/fira-code-cyrillic-400-normal.woff?7491e9) format('woff');
  unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
}

/* fira-code-greek-ext-400-normal */
@font-face {
  font-family: 'Fira Code';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(fonts/fira-code-greek-ext-400-normal.woff2?0f0f74) format('woff2'), url(fonts/fira-code-greek-ext-400-normal.woff?4a2b3c) format('woff');
  unicode-range: U+1F00-1FFF;
}

/* fira-code-greek-400-normal */
@font-face {
  font-family: 'Fira Code';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(fonts/fira-code-greek-400-normal.woff2?005baf) format('woff2'), url(fonts/fira-code-greek-400-normal.woff?3be1b6) format('woff');
  unicode-range: U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF;
}

/* fira-code-latin-ext-400-normal */
@font-face {
  font-family: 'Fira Code';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(fonts/fira-code-latin-ext-400-normal.woff2?998ec6) format('woff2'), url(fonts/fira-code-latin-ext-400-normal.woff?07c809) format('woff');
  unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

/* fira-code-latin-400-normal */
@font-face {
  font-family: 'Fira Code';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(fonts/fira-code-latin-400-normal.woff2?a6270b) format('woff2'), url(fonts/fira-code-latin-400-normal.woff?e704f9) format('woff');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
/*!********************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!../../node_modules/@fontsource/source-code-pro/index.css ***!
  \********************************************************************************************************************************************************************************************************************/
/* source-code-pro-cyrillic-ext-400-normal */
@font-face {
  font-family: 'Source Code Pro';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(fonts/source-code-pro-cyrillic-ext-400-normal.woff2?ce7281) format('woff2'), url(fonts/source-code-pro-cyrillic-ext-400-normal.woff?bb1f85) format('woff');
  unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
}

/* source-code-pro-cyrillic-400-normal */
@font-face {
  font-family: 'Source Code Pro';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(fonts/source-code-pro-cyrillic-400-normal.woff2?cbd5a2) format('woff2'), url(fonts/source-code-pro-cyrillic-400-normal.woff?596f75) format('woff');
  unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
}

/* source-code-pro-greek-ext-400-normal */
@font-face {
  font-family: 'Source Code Pro';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(fonts/source-code-pro-greek-ext-400-normal.woff2?3b3dd2) format('woff2'), url(fonts/source-code-pro-greek-ext-400-normal.woff?e36c0b) format('woff');
  unicode-range: U+1F00-1FFF;
}

/* source-code-pro-greek-400-normal */
@font-face {
  font-family: 'Source Code Pro';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(fonts/source-code-pro-greek-400-normal.woff2?661b80) format('woff2'), url(fonts/source-code-pro-greek-400-normal.woff?69df38) format('woff');
  unicode-range: U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF;
}

/* source-code-pro-vietnamese-400-normal */
@font-face {
  font-family: 'Source Code Pro';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(fonts/source-code-pro-vietnamese-400-normal.woff2?d01b58) format('woff2'), url(fonts/source-code-pro-vietnamese-400-normal.woff?51db73) format('woff');
  unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;
}

/* source-code-pro-latin-ext-400-normal */
@font-face {
  font-family: 'Source Code Pro';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(fonts/source-code-pro-latin-ext-400-normal.woff2?ce55a0) format('woff2'), url(fonts/source-code-pro-latin-ext-400-normal.woff?45c31e) format('woff');
  unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

/* source-code-pro-latin-400-normal */
@font-face {
  font-family: 'Source Code Pro';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(fonts/source-code-pro-latin-400-normal.woff2?ee0280) format('woff2'), url(fonts/source-code-pro-latin-400-normal.woff?af5386) format('woff');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
/*!****************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!../../node_modules/@fontsource/roboto-mono/index.css ***!
  \****************************************************************************************************************************************************************************************************************/
/* roboto-mono-cyrillic-ext-400-normal */
@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(fonts/roboto-mono-cyrillic-ext-400-normal.woff2?cca250) format('woff2'), url(fonts/roboto-mono-cyrillic-ext-400-normal.woff?5ed7f6) format('woff');
  unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
}

/* roboto-mono-cyrillic-400-normal */
@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(fonts/roboto-mono-cyrillic-400-normal.woff2?4d17a7) format('woff2'), url(fonts/roboto-mono-cyrillic-400-normal.woff?d68f63) format('woff');
  unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
}

/* roboto-mono-greek-400-normal */
@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(fonts/roboto-mono-greek-400-normal.woff2?df80d8) format('woff2'), url(fonts/roboto-mono-greek-400-normal.woff?2b350f) format('woff');
  unicode-range: U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF;
}

/* roboto-mono-vietnamese-400-normal */
@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(fonts/roboto-mono-vietnamese-400-normal.woff2?0d6d32) format('woff2'), url(fonts/roboto-mono-vietnamese-400-normal.woff?32bccd) format('woff');
  unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;
}

/* roboto-mono-latin-ext-400-normal */
@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(fonts/roboto-mono-latin-ext-400-normal.woff2?b125fb) format('woff2'), url(fonts/roboto-mono-latin-ext-400-normal.woff?787af8) format('woff');
  unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

/* roboto-mono-latin-400-normal */
@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(fonts/roboto-mono-latin-400-normal.woff2?077b0a) format('woff2'), url(fonts/roboto-mono-latin-400-normal.woff?b341b6) format('woff');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
/*!****************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!../../node_modules/@fontsource/inconsolata/index.css ***!
  \****************************************************************************************************************************************************************************************************************/
/* inconsolata-vietnamese-400-normal */
@font-face {
  font-family: 'Inconsolata';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(fonts/inconsolata-vietnamese-400-normal.woff2?62b955) format('woff2'), url(fonts/inconsolata-vietnamese-400-normal.woff?752619) format('woff');
  unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;
}

/* inconsolata-latin-ext-400-normal */
@font-face {
  font-family: 'Inconsolata';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(fonts/inconsolata-latin-ext-400-normal.woff2?9580e9) format('woff2'), url(fonts/inconsolata-latin-ext-400-normal.woff?3389e9) format('woff');
  unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

/* inconsolata-latin-400-normal */
@font-face {
  font-family: 'Inconsolata';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(fonts/inconsolata-latin-400-normal.woff2?a0405e) format('woff2'), url(fonts/inconsolata-latin-400-normal.woff?7200e4) format('woff');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
/*!****************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!../../node_modules/@fontsource/ubuntu-mono/index.css ***!
  \****************************************************************************************************************************************************************************************************************/
/* ubuntu-mono-cyrillic-ext-400-normal */
@font-face {
  font-family: 'Ubuntu Mono';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(fonts/ubuntu-mono-cyrillic-ext-400-normal.woff2?99b766) format('woff2'), url(fonts/ubuntu-mono-cyrillic-ext-400-normal.woff?b5088d) format('woff');
  unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
}

/* ubuntu-mono-cyrillic-400-normal */
@font-face {
  font-family: 'Ubuntu Mono';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(fonts/ubuntu-mono-cyrillic-400-normal.woff2?6348e2) format('woff2'), url(fonts/ubuntu-mono-cyrillic-400-normal.woff?0d9b4d) format('woff');
  unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
}

/* ubuntu-mono-greek-ext-400-normal */
@font-face {
  font-family: 'Ubuntu Mono';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(fonts/ubuntu-mono-greek-ext-400-normal.woff2?55c321) format('woff2'), url(fonts/ubuntu-mono-greek-ext-400-normal.woff?32bbdd) format('woff');
  unicode-range: U+1F00-1FFF;
}

/* ubuntu-mono-greek-400-normal */
@font-face {
  font-family: 'Ubuntu Mono';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(fonts/ubuntu-mono-greek-400-normal.woff2?893b3b) format('woff2'), url(fonts/ubuntu-mono-greek-400-normal.woff?9c5af4) format('woff');
  unicode-range: U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF;
}

/* ubuntu-mono-latin-ext-400-normal */
@font-face {
  font-family: 'Ubuntu Mono';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(fonts/ubuntu-mono-latin-ext-400-normal.woff2?dc60c6) format('woff2'), url(fonts/ubuntu-mono-latin-ext-400-normal.woff?d0fac7) format('woff');
  unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

/* ubuntu-mono-latin-400-normal */
@font-face {
  font-family: 'Ubuntu Mono';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(fonts/ubuntu-mono-latin-400-normal.woff2?e58380) format('woff2'), url(fonts/ubuntu-mono-latin-400-normal.woff?833fc0) format('woff');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
/*!************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!../../node_modules/@fontsource/pt-mono/index.css ***!
  \************************************************************************************************************************************************************************************************************/
/* pt-mono-cyrillic-ext-400-normal */
@font-face {
  font-family: 'PT Mono';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(fonts/pt-mono-cyrillic-ext-400-normal.woff2?9bac94) format('woff2'), url(fonts/pt-mono-cyrillic-ext-400-normal.woff?b6a694) format('woff');
  unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
}

/* pt-mono-cyrillic-400-normal */
@font-face {
  font-family: 'PT Mono';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(fonts/pt-mono-cyrillic-400-normal.woff2?7f3c29) format('woff2'), url(fonts/pt-mono-cyrillic-400-normal.woff?145be0) format('woff');
  unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
}

/* pt-mono-latin-ext-400-normal */
@font-face {
  font-family: 'PT Mono';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(fonts/pt-mono-latin-ext-400-normal.woff2?f43863) format('woff2'), url(fonts/pt-mono-latin-ext-400-normal.woff?4f812c) format('woff');
  unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

/* pt-mono-latin-400-normal */
@font-face {
  font-family: 'PT Mono';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(fonts/pt-mono-latin-400-normal.woff2?cf6f09) format('woff2'), url(fonts/pt-mono-latin-400-normal.woff?1f3f51) format('woff');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
/*!************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!../../node_modules/@fontsource/dm-mono/index.css ***!
  \************************************************************************************************************************************************************************************************************/
/* dm-mono-latin-ext-400-normal */
@font-face {
  font-family: 'DM Mono';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(fonts/dm-mono-latin-ext-400-normal.woff2?d91dc8) format('woff2'), url(fonts/dm-mono-latin-ext-400-normal.woff?538e0a) format('woff');
  unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

/* dm-mono-latin-400-normal */
@font-face {
  font-family: 'DM Mono';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(fonts/dm-mono-latin-400-normal.woff2?75395a) format('woff2'), url(fonts/dm-mono-latin-400-normal.woff?110505) format('woff');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
/*!*******************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].use[2]!../../node_modules/@fontsource/jetbrains-mono/index.css ***!
  \*******************************************************************************************************************************************************************************************************************/
/* jetbrains-mono-cyrillic-ext-400-normal */
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(fonts/jetbrains-mono-cyrillic-ext-400-normal.woff2?5a2f5c) format('woff2'), url(fonts/jetbrains-mono-cyrillic-ext-400-normal.woff?e3ad6b) format('woff');
  unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
}

/* jetbrains-mono-cyrillic-400-normal */
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(fonts/jetbrains-mono-cyrillic-400-normal.woff2?613026) format('woff2'), url(fonts/jetbrains-mono-cyrillic-400-normal.woff?347e32) format('woff');
  unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
}

/* jetbrains-mono-greek-400-normal */
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(fonts/jetbrains-mono-greek-400-normal.woff2?61f09c) format('woff2'), url(fonts/jetbrains-mono-greek-400-normal.woff?b39b27) format('woff');
  unicode-range: U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF;
}

/* jetbrains-mono-vietnamese-400-normal */
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(fonts/jetbrains-mono-vietnamese-400-normal.woff2?db963e) format('woff2'), url(fonts/jetbrains-mono-vietnamese-400-normal.woff?e37823) format('woff');
  unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;
}

/* jetbrains-mono-latin-ext-400-normal */
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(fonts/jetbrains-mono-latin-ext-400-normal.woff2?1f9fc0) format('woff2'), url(fonts/jetbrains-mono-latin-ext-400-normal.woff?74425b) format('woff');
  unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

/* jetbrains-mono-latin-400-normal */
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(fonts/jetbrains-mono-latin-400-normal.woff2?6b8f41) format('woff2'), url(fonts/jetbrains-mono-latin-400-normal.woff?91bcdd) format('woff');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
/*!******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!../../node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./misc/float.styl ***!
  \******************************************************************************************************************************************************************************************************************************************************/
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ' ';
  clear: both;
  height: 0;
  zoom: 1;
}

/*!***********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!../../node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./misc/typography.styl ***!
  \***********************************************************************************************************************************************************************************************************************************************************/
html {
  box-sizing: border-box;
}
@media only screen and (max-width: 600px) {
  html {
    font-size: 13px;
  }
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
html {
  color: #555;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-rendering: optimizelegibility;
}
#panel {
  background: #edf0f2;
}
body,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}
dt {
  line-height: 1.8;
  color: #888;
}
dd {
  margin-bottom: 0.625rem;
}
@media only screen and (min-width: 1000px) {
  dl.horizontal {
    overflow: hidden;
  }
  dl.horizontal dt {
    float: left;
    overflow: hidden;
    clear: left;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    padding-right: 0.625rem;
  }
  dl.horizontal dd {
    float: left;
  }
  dl.horizontal dt,
  dl.horizontal dd {
    line-height: 1.2rem;
    margin: 0.3125rem 0rem;
  }
  dl.horizontal.large dt {
    width: 37%;
  }
  dl.horizontal.large dd {
    width: 62%;
  }
  dl.horizontal.exlarge dt {
    width: 62%;
  }
  dl.horizontal.exlarge dd {
    width: 37%;
  }
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
body {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
blockquote {
  position: relative;
  color: #999;
  font-weight: 400;
  border-left: 3px solid #ddd;
  padding: 1rem;
  margin: 0.5rem 0 1rem 0;
  font-size: 14px;
}
blockquote:before {
  display: block;
  margin-bottom: 0.6rem;
}
blockquote.note {
  border-color: #5f9fd6;
  background: #f8f8f8;
  color: #666;
}
blockquote.note:before {
  content: 'NOTE:';
  color: #5f9fd6;
}
blockquote.warn {
  border-color: #ff4136;
  background: #f8f8f8;
  color: #666;
}
blockquote.warn:before {
  content: 'WARNING:';
  color: #ff4136;
}
blockquote.red {
  border-color: #ff4136;
  background: #f8f8f8;
  color: #666;
}
blockquote.yellow {
  border-color: #ffdc00;
  background: #f8f8f8;
  color: #666;
}
blockquote.blue {
  border-color: #0074d9;
  background: #f8f8f8;
  color: #666;
}
acronym,
abbr {
  border-bottom: 1px dotted;
  font-variant: normal;
}
abbr {
  cursor: help;
}
del {
  text-decoration: line-through;
}
address,
caption,
cite,
th,
var {
  font-style: normal;
  font-weight: 400;
}
ul,
ol {
  list-style: none;
}
caption,
th {
  text-align: left;
}
q:before,
q:after {
  content: '';
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
:root sub,
:root sup {
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
a,
.link,
a:visited,
.link:visited,
a:hover,
.link:hover,
a:active,
.link:active {
  color: #555;
}
a:hover,
.link:hover {
  text-decoration: underline;
}
ins,
a,
.link {
  text-decoration: none;
}
u,
.typo-u {
  text-decoration: underline;
}
.supplementary {
  font-size: 0.875rem;
  line-height: 1;
  color: #aaa;
}
.supplementary a,
.supplementary a:visited,
.supplementary a:hover {
  color: #999;
}
.supplementary.list li {
  display: inline-block;
  margin-right: 0.9375rem;
  vertical-align: middle;
}
.supplementary.dot.list li {
  margin-right: 0;
}
.supplementary.dot.list li:after {
  display: inline-block;
  content: '·';
  margin: 0 0.3125rem;
}
.supplementary.dot.list li:last-child:after {
  display: none;
}
.supplementary.inverse {
  color: #fff !important;
}
.supplementary.inverse a,
.supplementary.inverse a:visited,
.supplementary.inverse a:hover {
  color: #fff !important;
}
.group-list__item {
  margin-bottom: 1rem;
}
.group-list__item:last-child {
  margin-bottom: 0;
}
.chip-list__item {
  line-height: 1.5;
  display: inline-block;
  margin-right: 0.5rem;
}
mark {
  background: #fffdd1;
  border-bottom: 1px solid #ffedce;
  padding: 0.125rem;
  margin: 0rem 0.3125rem;
}
pre,
code,
pre tt {
  font-family: var(--code-font-family);
}
.monospace {
  font-family: var(--code-font-family);
}
pre {
  background: none;
  border: 0;
  display: block;
  white-space: pre-wrap;
  overflow: auto;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}
hr {
  border: none;
  border-bottom: 1px solid #cfcfcf;
  margin-bottom: 0.8em;
  height: 10px;
}
small,
figcaption {
  font-size: 0.9em;
  color: #888;
}
.typo {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.typo a:not(.user-profile-name):not(.media-link),
.typo .link:not(.user-profile-name):not(.media-link),
.typo-a:not(.user-profile-name):not(.media-link),
.typo a:visited:not(.user-profile-name):not(.media-link),
.typo .link:visited:not(.user-profile-name):not(.media-link),
.typo-a:visited:not(.user-profile-name):not(.media-link),
.typo a:active:not(.user-profile-name):not(.media-link),
.typo .link:active:not(.user-profile-name):not(.media-link),
.typo-a:active:not(.user-profile-name):not(.media-link),
.typo a:hover:not(.user-profile-name):not(.media-link),
.typo .link:hover:not(.user-profile-name):not(.media-link),
.typo-a:hover:not(.user-profile-name):not(.media-link) {
  color: #5f9fd6;
}
.typo dl,
.typo form,
.typo hr,
.typo table {
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}
.typo li,
.typo ol {
  padding-top: 0.15em;
  padding-bottom: 0.15em;
  line-height: 1.45;
}
.typo p {
  padding-top: 0.27em;
  padding-bottom: 0.27em;
  line-height: 1.75;
  font-size: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-family);
  font-weight: 300;
  color: #3d3d3d;
  line-height: 1.1;
}
.typo h1,
.typo h2,
.typo h3,
.typo h4,
.typo h5,
.typo h6 {
  margin-top: 1em;
  margin-bottom: 0.6em;
  line-height: 1.1;
}
.typo h1 {
  font-size: 1.8em;
  font-weight: 500;
}
.typo h2 {
  font-size: 1.4em;
  font-weight: 400;
}
.typo h3 {
  font-size: 1.17em;
}
.typo h4,
.typo h5,
.typo h6 {
  font-size: 1em;
}
.typo ul {
  margin-left: 1.2em;
  list-style: square;
}
.no-heading h1,
.no-heading h2,
.no-heading h3,
.no-heading h4,
.no-heading h5,
.no-heading h6 {
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  margin: 0;
  font-size: inherit;
  font-weight: 400;
  line-height: 1;
  margin-top: 0.6em;
}
.typo ol {
  list-style: decimal;
  margin-left: 1.9em;
}
.typo li ol {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  margin-left: 2em;
}
.typo li ul {
  list-style: circle;
}
.typo table th,
.typo table td,
.typo table caption {
  border: 1px solid #ddd;
  padding: 0.5em 1em;
  color: #666;
}
.typo table th {
  background: #fbfbfb;
}
.typo table thead th {
  background: #f1f1f1;
}
.typo table caption {
  border-bottom: none;
}
.typo img {
  max-width: 100%;
}
.text-aqua {
  color: #7fdbff;
}
.text-aqua.lighter {
  color: #b2e9ff;
}
.text-aqua.darker {
  color: #00a5e5;
}
.text-blue {
  color: #0074d9;
}
.text-blue.lighter {
  color: #4fadff;
}
.text-blue.darker {
  color: #004682;
}
.text-navy {
  color: #001f3f;
}
.text-navy.lighter {
  color: #0077f2;
}
.text-navy.darker {
  color: #001326;
}
.text-teal {
  color: #39cccc;
}
.text-teal.lighter {
  color: #88e0e0;
}
.text-teal.darker {
  color: #207d7d;
}
.text-green {
  color: #2ecc40;
}
.text-green.lighter {
  color: #80e28b;
}
.text-green.darker {
  color: #1c7a26;
}
.text-olive {
  color: #3d9970;
}
.text-olive.lighter {
  color: #80ccaa;
}
.text-olive.darker {
  color: #255c43;
}
.text-lime {
  color: #01ff70;
}
.text-lime.lighter {
  color: #67ffa9;
}
.text-lime.darker {
  color: #009a43;
}
.text-yellow {
  color: #ffdc00;
}
.text-yellow.lighter {
  color: #ffea66;
}
.text-yellow.darker {
  color: #998400;
}
.text-orange {
  color: #ff851b;
}
.text-orange.lighter {
  color: #ffb676;
}
.text-orange.darker {
  color: #a94f00;
}
.text-red {
  color: #ff4136;
}
.text-red.lighter {
  color: #ff8d86;
}
.text-red.darker {
  color: #b90a00;
}
.text-fuchsia {
  color: #f012be;
}
.text-fuchsia.lighter {
  color: #f671d8;
}
.text-fuchsia.darker {
  color: #920973;
}
.text-purple {
  color: #b10dc9;
}
.text-purple.lighter {
  color: #e058f4;
}
.text-purple.darker {
  color: #6a0879;
}
.text-maroon {
  color: #85144b;
}
.text-maroon.lighter {
  color: #e34592;
}
.text-maroon.darker {
  color: #500c2d;
}
.text-white {
  color: #fff;
}
.text-white.lighter {
  color: #fff;
}
.text-white.darker {
  color: #999;
}
.text-silver {
  color: #ddd;
}
.text-silver.lighter {
  color: #ebebeb;
}
.text-silver.darker {
  color: #858585;
}
.text-gray {
  color: #aaa;
}
.text-gray.lighter {
  color: #ccc;
}
.text-gray.darker {
  color: #666;
}
.text-black {
  color: #111;
}
.text-black.lighter {
  color: #707070;
}
.text-black.darker {
  color: #0a0a0a;
}
textarea {
  font-family: var(--code-font-family) !important;
}
:focus {
  outline: 0px;
  outline-offset: 2px;
}
@font-face {
  font-family: "XiaoLai SC";
  font-display: swap;
  src: url("https://raw.githubusercontent.com/lxgw/kose-font/master/TTF%20(Simplified%20Chinese)/XiaolaiSC-Regular.ttf") format('truetype');
}

/*!**********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!../../node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./misc/textalign.styl ***!
  \**********************************************************************************************************************************************************************************************************************************************************/
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-justify {
  text-align: justify;
}

/*!*****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!../../node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./misc/grid.styl ***!
  \*****************************************************************************************************************************************************************************************************************************************************/
/*

extracted and modified from Foundation framework

Options:
  # of Columns = 12
  Total Gutter = 1.875rem

 */
.row {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1000px) {
  .row {
    max-width: 980px;
  }
}
@media only screen and (min-width: 1280px) {
  .row {
    max-width: 1200px;
  }
}
.row::before,
.row::after {
  content: ' ';
  display: table;
}
.row::after {
  clear: both;
}
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.row .row {
  max-width: none;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}
.row .row.collapse {
  margin-left: 0;
  margin-right: 0;
}
.row.expanded {
  max-width: none;
}
.row.expanded .row {
  margin-left: auto;
  margin-right: auto;
}
.column,
.columns {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.column:last-child:not(:first-child),
.columns:last-child:not(:first-child) {
  float: right;
}
.column.end:last-child:last-child,
.end.columns:last-child:last-child {
  float: left;
}
.column.row.row,
.row.row.columns {
  float: none;
}
.row .column.row.row,
.row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
.small-1 {
  width: 8.33333%;
}
.small-push-1 {
  position: relative;
  left: 8.33333%;
}
.small-pull-1 {
  position: relative;
  left: -8.33333%;
}
.small-offset-0 {
  margin-left: 0%;
}
.small-2 {
  width: 16.66667%;
}
.small-push-2 {
  position: relative;
  left: 16.66667%;
}
.small-pull-2 {
  position: relative;
  left: -16.66667%;
}
.small-offset-1 {
  margin-left: 8.33333%;
}
.small-3 {
  width: 25%;
}
.small-push-3 {
  position: relative;
  left: 25%;
}
.small-pull-3 {
  position: relative;
  left: -25%;
}
.small-offset-2 {
  margin-left: 16.66667%;
}
.small-4 {
  width: 33.33333%;
}
.small-push-4 {
  position: relative;
  left: 33.33333%;
}
.small-pull-4 {
  position: relative;
  left: -33.33333%;
}
.small-offset-3 {
  margin-left: 25%;
}
.small-5 {
  width: 41.66667%;
}
.small-push-5 {
  position: relative;
  left: 41.66667%;
}
.small-pull-5 {
  position: relative;
  left: -41.66667%;
}
.small-offset-4 {
  margin-left: 33.33333%;
}
.small-6 {
  width: 50%;
}
.small-push-6 {
  position: relative;
  left: 50%;
}
.small-pull-6 {
  position: relative;
  left: -50%;
}
.small-offset-5 {
  margin-left: 41.66667%;
}
.small-7 {
  width: 58.33333%;
}
.small-push-7 {
  position: relative;
  left: 58.33333%;
}
.small-pull-7 {
  position: relative;
  left: -58.33333%;
}
.small-offset-6 {
  margin-left: 50%;
}
.small-8 {
  width: 66.66667%;
}
.small-push-8 {
  position: relative;
  left: 66.66667%;
}
.small-pull-8 {
  position: relative;
  left: -66.66667%;
}
.small-offset-7 {
  margin-left: 58.33333%;
}
.small-9 {
  width: 75%;
}
.small-push-9 {
  position: relative;
  left: 75%;
}
.small-pull-9 {
  position: relative;
  left: -75%;
}
.small-offset-8 {
  margin-left: 66.66667%;
}
.small-10 {
  width: 83.33333%;
}
.small-push-10 {
  position: relative;
  left: 83.33333%;
}
.small-pull-10 {
  position: relative;
  left: -83.33333%;
}
.small-offset-9 {
  margin-left: 75%;
}
.small-11 {
  width: 91.66667%;
}
.small-push-11 {
  position: relative;
  left: 91.66667%;
}
.small-pull-11 {
  position: relative;
  left: -91.66667%;
}
.small-offset-10 {
  margin-left: 83.33333%;
}
.small-12 {
  width: 100%;
}
.small-offset-11 {
  margin-left: 91.66667%;
}
.small-up-1 > .column,
.small-up-1 > .columns {
  width: 100%;
  float: left;
}
.small-up-1 > .column:nth-of-type(1n),
.small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-1 > .column:nth-of-type(1n+1),
.small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}
.small-up-1 > .column:last-child,
.small-up-1 > .columns:last-child {
  float: left;
}
.small-up-2 > .column,
.small-up-2 > .columns {
  width: 50%;
  float: left;
}
.small-up-2 > .column:nth-of-type(1n),
.small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-2 > .column:nth-of-type(2n+1),
.small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}
.small-up-2 > .column:last-child,
.small-up-2 > .columns:last-child {
  float: left;
}
.small-up-3 > .column,
.small-up-3 > .columns {
  width: 33.33333%;
  float: left;
}
.small-up-3 > .column:nth-of-type(1n),
.small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-3 > .column:nth-of-type(3n+1),
.small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}
.small-up-3 > .column:last-child,
.small-up-3 > .columns:last-child {
  float: left;
}
.small-up-4 > .column,
.small-up-4 > .columns {
  width: 25%;
  float: left;
}
.small-up-4 > .column:nth-of-type(1n),
.small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-4 > .column:nth-of-type(4n+1),
.small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}
.small-up-4 > .column:last-child,
.small-up-4 > .columns:last-child {
  float: left;
}
.small-up-5 > .column,
.small-up-5 > .columns {
  width: 20%;
  float: left;
}
.small-up-5 > .column:nth-of-type(1n),
.small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-5 > .column:nth-of-type(5n+1),
.small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}
.small-up-5 > .column:last-child,
.small-up-5 > .columns:last-child {
  float: left;
}
.small-up-6 > .column,
.small-up-6 > .columns {
  width: 16.66667%;
  float: left;
}
.small-up-6 > .column:nth-of-type(1n),
.small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-6 > .column:nth-of-type(6n+1),
.small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}
.small-up-6 > .column:last-child,
.small-up-6 > .columns:last-child {
  float: left;
}
.small-up-7 > .column,
.small-up-7 > .columns {
  width: 14.28571%;
  float: left;
}
.small-up-7 > .column:nth-of-type(1n),
.small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-7 > .column:nth-of-type(7n+1),
.small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}
.small-up-7 > .column:last-child,
.small-up-7 > .columns:last-child {
  float: left;
}
.small-up-8 > .column,
.small-up-8 > .columns {
  width: 12.5%;
  float: left;
}
.small-up-8 > .column:nth-of-type(1n),
.small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-8 > .column:nth-of-type(8n+1),
.small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}
.small-up-8 > .column:last-child,
.small-up-8 > .columns:last-child {
  float: left;
}
.small-collapse > .column,
.small-collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.small-collapse .row,
.expanded.row .small-collapse.row {
  margin-left: 0;
  margin-right: 0;
}
.small-uncollapse > .column,
.small-uncollapse > .columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.small-centered {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left;
}
@media only screen and (min-width: 600px) {
  .medium-1 {
    width: 8.33333%;
  }
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
  }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    width: 16.66667%;
  }
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
  }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  .medium-offset-1 {
    margin-left: 8.33333%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
  }
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  .medium-offset-2 {
    margin-left: 16.66667%;
  }
  .medium-4 {
    width: 33.33333%;
  }
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
  }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    width: 41.66667%;
  }
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
  }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  .medium-offset-4 {
    margin-left: 33.33333%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
  }
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  .medium-offset-5 {
    margin-left: 41.66667%;
  }
  .medium-7 {
    width: 58.33333%;
  }
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
  }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    width: 66.66667%;
  }
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
  }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  .medium-offset-7 {
    margin-left: 58.33333%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
  }
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  .medium-offset-8 {
    margin-left: 66.66667%;
  }
  .medium-10 {
    width: 83.33333%;
  }
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
  }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    width: 91.66667%;
  }
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
  }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%;
  }
  .medium-offset-10 {
    margin-left: 83.33333%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.66667%;
  }
  .medium-up-1 > .column,
  .medium-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .medium-up-1 > .column:nth-of-type(1n),
  .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-1 > .column:nth-of-type(1n+1),
  .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-up-1 > .column:last-child,
  .medium-up-1 > .columns:last-child {
    float: left;
  }
  .medium-up-2 > .column,
  .medium-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .medium-up-2 > .column:nth-of-type(1n),
  .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-2 > .column:nth-of-type(2n+1),
  .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-up-2 > .column:last-child,
  .medium-up-2 > .columns:last-child {
    float: left;
  }
  .medium-up-3 > .column,
  .medium-up-3 > .columns {
    width: 33.33333%;
    float: left;
  }
  .medium-up-3 > .column:nth-of-type(1n),
  .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-3 > .column:nth-of-type(3n+1),
  .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-up-3 > .column:last-child,
  .medium-up-3 > .columns:last-child {
    float: left;
  }
  .medium-up-4 > .column,
  .medium-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .medium-up-4 > .column:nth-of-type(1n),
  .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-4 > .column:nth-of-type(4n+1),
  .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-up-4 > .column:last-child,
  .medium-up-4 > .columns:last-child {
    float: left;
  }
  .medium-up-5 > .column,
  .medium-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .medium-up-5 > .column:nth-of-type(1n),
  .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-5 > .column:nth-of-type(5n+1),
  .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-up-5 > .column:last-child,
  .medium-up-5 > .columns:last-child {
    float: left;
  }
  .medium-up-6 > .column,
  .medium-up-6 > .columns {
    width: 16.66667%;
    float: left;
  }
  .medium-up-6 > .column:nth-of-type(1n),
  .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-6 > .column:nth-of-type(6n+1),
  .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-up-6 > .column:last-child,
  .medium-up-6 > .columns:last-child {
    float: left;
  }
  .medium-up-7 > .column,
  .medium-up-7 > .columns {
    width: 14.28571%;
    float: left;
  }
  .medium-up-7 > .column:nth-of-type(1n),
  .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-7 > .column:nth-of-type(7n+1),
  .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-up-7 > .column:last-child,
  .medium-up-7 > .columns:last-child {
    float: left;
  }
  .medium-up-8 > .column,
  .medium-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .medium-up-8 > .column:nth-of-type(1n),
  .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-8 > .column:nth-of-type(8n+1),
  .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-up-8 > .column:last-child,
  .medium-up-8 > .columns:last-child {
    float: left;
  }
  .medium-collapse > .column,
  .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .medium-collapse .row,
  .expanded.row .medium-collapse.row {
    margin-left: 0;
    margin-right: 0;
  }
  .medium-uncollapse > .column,
  .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}
@media only screen and (min-width: 1000px) {
  .large-1 {
    width: 8.33333%;
  }
  .large-push-1 {
    position: relative;
    left: 8.33333%;
  }
  .large-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    width: 16.66667%;
  }
  .large-push-2 {
    position: relative;
    left: 16.66667%;
  }
  .large-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  .large-offset-1 {
    margin-left: 8.33333%;
  }
  .large-3 {
    width: 25%;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
  }
  .large-pull-3 {
    position: relative;
    left: -25%;
  }
  .large-offset-2 {
    margin-left: 16.66667%;
  }
  .large-4 {
    width: 33.33333%;
  }
  .large-push-4 {
    position: relative;
    left: 33.33333%;
  }
  .large-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    width: 41.66667%;
  }
  .large-push-5 {
    position: relative;
    left: 41.66667%;
  }
  .large-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  .large-offset-4 {
    margin-left: 33.33333%;
  }
  .large-6 {
    width: 50%;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
  }
  .large-pull-6 {
    position: relative;
    left: -50%;
  }
  .large-offset-5 {
    margin-left: 41.66667%;
  }
  .large-7 {
    width: 58.33333%;
  }
  .large-push-7 {
    position: relative;
    left: 58.33333%;
  }
  .large-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    width: 66.66667%;
  }
  .large-push-8 {
    position: relative;
    left: 66.66667%;
  }
  .large-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  .large-offset-7 {
    margin-left: 58.33333%;
  }
  .large-9 {
    width: 75%;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
  }
  .large-pull-9 {
    position: relative;
    left: -75%;
  }
  .large-offset-8 {
    margin-left: 66.66667%;
  }
  .large-10 {
    width: 83.33333%;
  }
  .large-push-10 {
    position: relative;
    left: 83.33333%;
  }
  .large-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    width: 91.66667%;
  }
  .large-push-11 {
    position: relative;
    left: 91.66667%;
  }
  .large-pull-11 {
    position: relative;
    left: -91.66667%;
  }
  .large-offset-10 {
    margin-left: 83.33333%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.66667%;
  }
  .large-up-1 > .column,
  .large-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .large-up-1 > .column:nth-of-type(1n),
  .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-1 > .column:nth-of-type(1n+1),
  .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .large-up-1 > .column:last-child,
  .large-up-1 > .columns:last-child {
    float: left;
  }
  .large-up-2 > .column,
  .large-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .large-up-2 > .column:nth-of-type(1n),
  .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-2 > .column:nth-of-type(2n+1),
  .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .large-up-2 > .column:last-child,
  .large-up-2 > .columns:last-child {
    float: left;
  }
  .large-up-3 > .column,
  .large-up-3 > .columns {
    width: 33.33333%;
    float: left;
  }
  .large-up-3 > .column:nth-of-type(1n),
  .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-3 > .column:nth-of-type(3n+1),
  .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .large-up-3 > .column:last-child,
  .large-up-3 > .columns:last-child {
    float: left;
  }
  .large-up-4 > .column,
  .large-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .large-up-4 > .column:nth-of-type(1n),
  .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-4 > .column:nth-of-type(4n+1),
  .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .large-up-4 > .column:last-child,
  .large-up-4 > .columns:last-child {
    float: left;
  }
  .large-up-5 > .column,
  .large-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .large-up-5 > .column:nth-of-type(1n),
  .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-5 > .column:nth-of-type(5n+1),
  .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .large-up-5 > .column:last-child,
  .large-up-5 > .columns:last-child {
    float: left;
  }
  .large-up-6 > .column,
  .large-up-6 > .columns {
    width: 16.66667%;
    float: left;
  }
  .large-up-6 > .column:nth-of-type(1n),
  .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-6 > .column:nth-of-type(6n+1),
  .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .large-up-6 > .column:last-child,
  .large-up-6 > .columns:last-child {
    float: left;
  }
  .large-up-7 > .column,
  .large-up-7 > .columns {
    width: 14.28571%;
    float: left;
  }
  .large-up-7 > .column:nth-of-type(1n),
  .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-7 > .column:nth-of-type(7n+1),
  .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .large-up-7 > .column:last-child,
  .large-up-7 > .columns:last-child {
    float: left;
  }
  .large-up-8 > .column,
  .large-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .large-up-8 > .column:nth-of-type(1n),
  .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-8 > .column:nth-of-type(8n+1),
  .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .large-up-8 > .column:last-child,
  .large-up-8 > .columns:last-child {
    float: left;
  }
  .large-collapse > .column,
  .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .large-collapse .row,
  .expanded.row .large-collapse.row {
    margin-left: 0;
    margin-right: 0;
  }
  .large-uncollapse > .column,
  .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}

/*!*********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!../../node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./misc/slideout.styl ***!
  \*********************************************************************************************************************************************************************************************************************************************************/
html {
  height: 100%;
}
body {
  width: 100%;
}
body,
#panel {
  min-height: 100%;
  min-height: 100vh;
}
.slideout-panel {
  position: relative;
  z-index: 1;
}
.slideout-overlay {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}
@media only screen and (max-width: 600px) {
  .nav.slideout-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: auto;
    z-index: 0;
    width: 200px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: none;
    height: auto;
    min-height: 100vh;
  }
  .slideout-open,
  .slideout-open body,
  .slideout-open .slideout-panel {
    overflow: hidden;
  }
  .slideout-open .slideout-menu {
    display: block !important;
  }
}

/*!******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!../../node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./misc/.iconfont/webicon.styl ***!
  \******************************************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: 'vj4icon';
  src: url(vj4icon.eot?373e21);
  src: url(vj4icon.eot?373e21#iefix) format('embedded-opentype'), url(vj4icon.woff2?7ca6e4) format('woff2'), url(vj4icon.woff?c2b9cb) format('woff'), url(vj4icon.ttf?7d56d9) format('truetype');
  font-weight: normal;
  font-style: normal;
}
.icon {
  font-family: 'vj4icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-account--circle:before {
  content: '\EA01';
}
.icon-add:before {
  content: '\EA02';
}
.icon-award:before {
  content: '\EA03';
}
.icon-balloon:before {
  content: '\EA04';
}
.icon-block:before {
  content: '\EA05';
}
.icon-bold:before {
  content: '\EA06';
}
.icon-book:before {
  content: '\EA07';
}
.icon-calendar:before {
  content: '\EA08';
}
.icon-check--circle:before {
  content: '\EA09';
}
.icon-check:before {
  content: '\EA0A';
}
.icon-chevron_left:before {
  content: '\EA0B';
}
.icon-chevron_right:before {
  content: '\EA0C';
}
.icon-close--circle:before {
  content: '\EA0D';
}
.icon-close:before {
  content: '\EA0E';
}
.icon-code:before {
  content: '\EA0F';
}
.icon-comment--multiple:before {
  content: '\EA10';
}
.icon-comment--text:before {
  content: '\EA11';
}
.icon-comparison:before {
  content: '\EA12';
}
.icon-copy:before {
  content: '\EA13';
}
.icon-crown:before {
  content: '\EA14';
}
.icon-debug:before {
  content: '\EA15';
}
.icon-delete:before {
  content: '\EA16';
}
.icon-download:before {
  content: '\EA17';
}
.icon-edit:before {
  content: '\EA18';
}
.icon-emoji:before {
  content: '\EA19';
}
.icon-enlarge:before {
  content: '\EA1A';
}
.icon-erase:before {
  content: '\EA1B';
}
.icon-expand_less:before {
  content: '\EA1C';
}
.icon-expand_more:before {
  content: '\EA1D';
}
.icon-facebook:before {
  content: '\EA1E';
}
.icon-feeling-lucky:before {
  content: '\EA1F';
}
.icon-file:before {
  content: '\EA20';
}
.icon-filter:before {
  content: '\EA21';
}
.icon-fingerprint:before {
  content: '\EA22';
}
.icon-flag:before {
  content: '\EA23';
}
.icon-formula:before {
  content: '\EA24';
}
.icon-github:before {
  content: '\EA25';
}
.icon-global:before {
  content: '\EA26';
}
.icon-google_plus:before {
  content: '\EA27';
}
.icon-heart--outline:before {
  content: '\EA28';
}
.icon-heart:before {
  content: '\EA29';
}
.icon-help:before {
  content: '\EA2A';
}
.icon-help2:before {
  content: '\EA2B';
}
.icon-homework:before {
  content: '\EA2C';
}
.icon-hourglass:before {
  content: '\EA2D';
}
.icon-info--circle:before {
  content: '\EA2E';
}
.icon-info:before {
  content: '\EA2F';
}
.icon-insert--image:before {
  content: '\EA30';
}
.icon-insert--link:before {
  content: '\EA31';
}
.icon-italic:before {
  content: '\EA32';
}
.icon-lab:before {
  content: '\EA33';
}
.icon-link--external:before {
  content: '\EA34';
}
.icon-link:before {
  content: '\EA35';
}
.icon-linkedin:before {
  content: '\EA36';
}
.icon-logout:before {
  content: '\EA37';
}
.icon-mail:before {
  content: '\EA38';
}
.icon-ordered_list:before {
  content: '\EA39';
}
.icon-pie-chart:before {
  content: '\EA3A';
}
.icon-platform--android:before {
  content: '\EA3B';
}
.icon-platform--chromeos:before {
  content: '\EA3C';
}
.icon-platform--ios:before {
  content: '\EA3D';
}
.icon-platform--linux:before {
  content: '\EA3E';
}
.icon-platform--mac:before {
  content: '\EA3F';
}
.icon-platform--mobile:before {
  content: '\EA40';
}
.icon-platform--unknown:before {
  content: '\EA41';
}
.icon-platform--windows:before {
  content: '\EA42';
}
.icon-play:before {
  content: '\EA43';
}
.icon-preview:before {
  content: '\EA44';
}
.icon-qq:before {
  content: '\EA45';
}
.icon-quote:before {
  content: '\EA46';
}
.icon-refresh:before {
  content: '\EA47';
}
.icon-reply:before {
  content: '\EA48';
}
.icon-schedule--fill:before {
  content: '\EA49';
}
.icon-schedule:before {
  content: '\EA4A';
}
.icon-search:before {
  content: '\EA4B';
}
.icon-security:before {
  content: '\EA4C';
}
.icon-send:before {
  content: '\EA4D';
}
.icon-settings:before {
  content: '\EA4E';
}
.icon-shrink:before {
  content: '\EA4F';
}
.icon-sliders:before {
  content: '\EA50';
}
.icon-stack:before {
  content: '\EA51';
}
.icon-star--outline:before {
  content: '\EA52';
}
.icon-star:before {
  content: '\EA53';
}
.icon-statistics:before {
  content: '\EA54';
}
.icon-stopwatch:before {
  content: '\EA55';
}
.icon-tag:before {
  content: '\EA56';
}
.icon-twitter:before {
  content: '\EA57';
}
.icon-unordered_list:before {
  content: '\EA58';
}
.icon-upload:before {
  content: '\EA59';
}
.icon-usb:before {
  content: '\EA5A';
}
.icon-user--multiple:before {
  content: '\EA5B';
}
.icon-user:before {
  content: '\EA5C';
}
.icon-vote--down:before {
  content: '\EA5D';
}
.icon-vote--up:before {
  content: '\EA5E';
}
.icon-warning:before {
  content: '\EA5F';
}
.icon-web:before {
  content: '\EA60';
}
.icon-wechat:before {
  content: '\EA61';
}
.icon-wrench:before {
  content: '\EA62';
}

/*!**********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!../../node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./misc/immersive.styl ***!
  \**********************************************************************************************************************************************************************************************************************************************************/
.layout--immersive #panel {
  background: #80b2d5 url(misc/immersive-background.jpg?cf6ba7) no-repeat;
  background-size: 1920px 1080px;
  background-size: cover;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (min-resolution: 144dpi) {
  .layout--immersive #panel {
    background-image: url(misc/immersive-background@2x.jpg?bb8bc5);
  }
}
.immersive--content {
  color: #fff;
}
.immersive--content h1,
.immersive--content h2,
.immersive--content h3,
.immersive--content h4,
.immersive--content h5,
.immersive--content h6 {
  color: #fff;
}
@media only screen and (min-width: 600px) {
  .immersive--center {
    width: 270px;
    margin: 0 auto;
  }
}
.immersive--center h1 {
  text-align: center;
  margin: 2em 0;
}

/*!**********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!../../node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./misc/structure.styl ***!
  \**********************************************************************************************************************************************************************************************************************************************************/
.hasjs .hasjs--hide {
  display: none;
}
.nojs .nojs--hide {
  display: none;
}
.non-scratchpad--hide {
  display: none;
}
.mode--scratchpad .non-scratchpad--hide {
  display: block;
}
.scratchpad--hide {
  display: block;
}
.mode--scratchpad .scratchpad--hide {
  display: none;
}
@media only screen and (max-width: 600px) {
  .mobile--hide {
    display: none;
  }
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
  border-radius: 8px;
}
::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #bbb;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.25);
}
html {
  overflow-y: overlay;
}
.main {
  padding: 3.4375rem 0rem;
  flex: 1;
}
@media only screen and (min-width: 1000px) {
  .main {
    padding: 4rem 0rem;
  }
}
@media only screen and (max-width: 600px) {
  .main {
    padding: 0;
  }
}
.monaco-editor .main {
  padding: 0;
}
.v-center {
  vertical-align: middle;
}
.media {
  display: table;
  width: 100%;
}
.media__left,
.media__right,
.media__body {
  display: table-cell;
  vertical-align: middle;
}
.media__left.top,
.media__right.top,
.media__body.top {
  vertical-align: top;
}
.media__left.bottom,
.media__right.bottom,
.media__body.bottom {
  vertical-align: bottom;
}
.media__left {
  padding-right: 0.625rem;
}
.media__right {
  padding-left: 0.625rem;
}
.media__left img,
.media__right img {
  display: block;
}
.media__body {
  width: 100%;
}
.display-hidden {
  display: none;
}
.numbox {
  text-align: center;
}
.numbox__num.large {
  font-size: 1.6rem;
}
.numbox__num.medium {
  font-size: 1.3rem;
}
.numbox__text {
  font-size: 0.8125rem;
  margin-top: 0.625rem;
  color: #aaa;
}
.balancer {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.balancer__body {
  display: table-cell;
  vertical-align: middle;
}
.balancer__body.top {
  vertical-align: top;
}
.balancer__body.bottom {
  vertical-align: bottom;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.flex-col {
  display: flex;
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-fill {
  flex: 1;
  min-width: 0;
  min-height: 0;
}
.flex-main-start {
  justify-content: flex-start;
}
.flex-main-end {
  justify-content: flex-end;
}
.flex-main-center {
  justify-content: center;
}
.flex-cross-start {
  align-items: flex-start;
}
.flex-cross-end {
  align-items: flex-end;
}
.flex-cross-center {
  align-items: center;
}
.flex-cross-stretch {
  align-items: stretch;
}
.overflow-hidden-horizontal {
  overflow-x: hidden;
}

/*!********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!../../node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./misc/section.styl ***!
  \********************************************************************************************************************************************************************************************************************************************************/
.immersive-section,
.section {
  margin-bottom: 1.875rem;
}
@media only screen and (max-width: 600px) {
  .immersive-section,
  .section {
    margin-bottom: 0.625rem;
  }
}
.immersive-section::before,
.section::before,
.immersive-section::after,
.section::after {
  content: ' ';
  display: table;
}
.immersive-section.side,
.section.side {
  font-size: 0.875rem;
}
.section {
  background: #fff;
  box-shadow: 0rem 0.375rem 1.375rem rgba(175,194,201,0.5);
}
@media only screen and (max-width: 600px) {
  .section {
    box-shadow: none;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
@media only screen and (min-width: 600px) {
  .hasjs .section {
    transform: translateY(1.875rem);
    opacity: 0;
  }
  .hasjs .section.visible {
    transform: none;
    opacity: 1;
  }
}
.section__header {
  padding: 0.9375rem 0.9375rem 0;
  position: relative;
}
.section__header:last-child {
  padding-bottom: 0.9375rem;
}
.section__header +.section__body.no-padding:last-child {
  padding-top: 0.9375rem !important;
}
.section__body {
  padding: 0.7em 0.9375rem;
}
.section__body.no-padding {
  padding: 0 !important;
}
.section > .section__body:first-child {
  padding-top: 0.9375rem;
}
.section > .section__body:last-child {
  padding-bottom: 0.9375rem;
}
.section__footer {
  border-top: 1px solid #e4e4e4;
  padding: 0.9375rem;
}
.section__title {
  color: #646464;
}
.section__header .section__title {
  line-height: 35px;
}
h1.section__title {
  font-size: 1.4rem;
  margin-bottom: 0.75rem;
}
h2.section__title {
  font-size: 1.2rem;
  margin-bottom: 0.625rem;
}
h3.section__title {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.section__header .section__title {
  margin-bottom: 0;
}
.section__tools {
  position: absolute;
  right: 0.9375rem;
  top: 0.9375rem;
  font-size: 0.875rem;
}
.section__tools .tool-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background: none;
  color: #aaa;
  margin-left: 0.3125rem;
  padding: 0rem 0.3125rem;
  line-height: 1.5rem;
  font-size: 0.8125rem;
  outline: 0;
}
.section__tools .tool-button:hover {
  color: #444;
}
.section__list__item {
  padding: 1.5625rem 0.9375rem;
  border-bottom: 1px solid #e4e4e4;
}
.section__list__item:last-child {
  border-bottom: 0;
}

/*!********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!../../node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./misc/nothing.styl ***!
  \********************************************************************************************************************************************************************************************************************************************************/
.nothing-placeholder {
  padding: 5rem 0rem;
  text-align: center;
  font-size: 1.25rem;
  color: #aaa;
}
.nothing-placeholder.compact {
  padding: 1.25rem 0rem;
}
.nothing-icon {
  background: url(15a339df13.svg) no-repeat center center;
  height: 184px;
  margin-bottom: 1.25rem;
}

/*!**********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!../../node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./components/editor/cmeditor.styl ***!
  \**********************************************************************************************************************************************************************************************************************************************************************/
.vditor {
  margin-bottom: 0.625rem;
}
.vditor-preview__action {
  display: none;
}
.vditor ol {
  list-style: decimal;
}
.decoration-hide {
  color: #808080 !important;
  background-color: #808080 !important;
}

/*!****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!../../node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./components/datepicker/datepicker.styl ***!
  \****************************************************************************************************************************************************************************************************************************************************************************/
.picker__holder {
  margin-top: -1rem;
  border-radius: 0;
  transform: scale(0.9) translateZ(0);
  transform-origin: 0 0;
  outline: 0;
  font-size: 0.875rem;
  transition: transform 0.1s ease-in-out, opacity 0.1s ease-in-out, max-height 0s 0.1s, border-width 0s 0.1s;
}
.picker--opened .picker__holder {
  transform: scale(1) translateZ(0);
  transition: transform 0.1s ease-in-out, opacity 0.1s ease-in-out, max-height 0s, border-width 0s;
  box-shadow: $data-picker-shadow;
}
.picker__list {
  padding: 0;
}
.picker__list-item {
  border: 0;
}
.picker__list-item:hover {
  background: #f0f0f0;
}
.picker__list-item--selected,
.picker__list-item--selected:hover,
.picker--focused .picker__list-item--selected {
  background: #5f9fd6;
}
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  background: #f0f0f0;
}
.picker__day--highlighted {
  border-color: transparent;
}
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  background: transparent;
}
.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background: #5f9fd6;
}
.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  background: #f0f0f0;
  border-color: #f0f0f0;
}
.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #f0f0f0;
  border-color: #f0f0f0;
}
.picker__nav--prev:hover,
.picker__nav--next:hover {
  background: #f0f0f0;
}

/*!******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!../../node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./theme/dark.styl ***!
  \******************************************************************************************************************************************************************************************************************************************************/
.theme--dark html {
  color-scheme: dark;
}
.theme--dark body {
  color: #eee;
  background-color: #121212;
}
.theme--dark #panel {
  background-color: #121212;
}
.theme--dark .nav {
  background-color: #323334;
}
.theme--dark .nav .nav__item:hover {
  background-color: #424242;
}
.theme--dark .nav .nav__item {
  color: #eee;
}
.theme--dark .section {
  background-color: #323334;
  box-shadow: none;
}
.theme--dark .footer {
  background-color: #323334;
  color: #eee;
}
.theme--dark h1,
.theme--dark h2,
.theme--dark h3,
.theme--dark h4,
.theme--dark h5,
.theme--dark h6 {
  color: #eee;
}
.theme--dark a,
.theme--dark .link,
.theme--dark a:visited,
.theme--dark .link:visited,
.theme--dark a:hover,
.theme--dark .link:hover,
.theme--dark a:active,
.theme--dark .link:active {
  color: #bdbdbd;
}
.theme--dark .typo a:not(.user-profile-name):not(.media-link),
.theme--dark .typo .link:not(.user-profile-name):not(.media-link),
.theme--dark .typo-a:not(.user-profile-name):not(.media-link),
.theme--dark .typo a:visited:not(.user-profile-name):not(.media-link),
.theme--dark .typo .link:visited:not(.user-profile-name):not(.media-link),
.theme--dark .typo-a:visited:not(.user-profile-name):not(.media-link),
.theme--dark .typo a:active:not(.user-profile-name):not(.media-link),
.theme--dark .typo .link:active:not(.user-profile-name):not(.media-link),
.theme--dark .typo-a:active:not(.user-profile-name):not(.media-link),
.theme--dark .typo a:hover:not(.user-profile-name):not(.media-link),
.theme--dark .typo .link:hover:not(.user-profile-name):not(.media-link),
.theme--dark .typo-a:hover:not(.user-profile-name):not(.media-link) {
  color: #55b6e2;
}
.theme--dark .section__title {
  color: #bdbdbd;
}
.theme--dark .dropdown .menu {
  box-shadow: 0 0.125rem 0.4375rem #3d3d3d;
  background-color: #0f0f0f;
}
.theme--dark a.menu__link:not(.disabled):hover,
.theme--dark button.menu__link:not(.disabled):hover {
  color: #aaa;
  background-color: #1b1b1b;
}
.theme--dark blockquote,
.theme--dark blockquote.blue,
.theme--dark blockquote.red,
.theme--dark blockquote.yellow,
.theme--dark blockquote.warn,
.theme--dark blockquote.note {
  background-color: #171717;
  color: #999;
}
.theme--dark blockquote {
  border-left-color: #323232;
}
.theme--dark a.menu__link.active,
.theme--dark button.menu__link.active,
.theme--dark a.menu__link.active:hover,
.theme--dark button.menu__link.active:hover {
  background-color: #ed5f82;
  color: #fff;
}
.theme--dark .menu__seperator {
  border-top-color: #212121;
}
.theme--dark .menu__link {
  color: #aaa;
}
.theme--dark .button:not(.codicon) {
  background-color: #212121;
  border: 1px solid #323232;
}
.theme--dark .button:not(.codicon),
.theme--dark .button:not(.codicon):visited,
.theme--dark .button:not(.codicon):hover,
.theme--dark .typo .button:not(.codicon),
.theme--dark .typo .button:not(.codicon):visited,
.theme--dark .typo .button:not(.codicon):hover {
  color: #aaa;
}
.theme--dark .button:not(.codicon):not(.disabled):hover,
.theme--dark .button:not(.codicon):not(.disabled):focus {
  background-color: #3d3d3d;
  border-color: #3d3d3d;
  box-shadow: 0 4px 15px rgba(56,56,56,0.5);
}
.theme--dark .dialog {
  background-color: rgba(31,31,31,0.6);
}
.theme--dark .dialog.withBg .dialog__content {
  background-color: #1f1f1f;
  border: 1px solid #323232;
  box-shadow: 0 0.125rem 0.625rem rgba(255,255,255,0.2);
}
.theme--dark .section__table-header {
  background-color: transparent;
  box-shadow: 0 0.1875rem 0.125rem rgba(255,255,255,0.03);
}
.theme--dark .data-table tr {
  border-top: 1px solid #2b2b2b;
  border-bottom: 1px solid #2b2b2b;
}
.theme--dark .checkbox input {
  border-color: #3f3f3f;
}
.theme--dark .data-table tr:nth-child(even) {
  background-color: #1b1b1b;
}
.theme--dark .col--ac-tried {
  border-left-color: #2b2b2b;
}
.theme--dark .col--status,
.theme--dark .col--submit-by,
.theme--dark .col--lang,
.theme--dark .col--case {
  border-right-color: #2b2b2b;
}
.theme--dark .col--role {
  border-left: 1px solid #2b2b2b;
  border-left-color: #2b2b2b;
}
.theme--dark .sidebar-user-profile .user-profile-name {
  color: #bbb;
}
.theme--dark .section__tab-header-item:hover {
  background-color: #171717;
}
.theme--dark .sessionlist__item {
  border-bottom-color: #323232;
}
.theme--dark .pager.pager-top {
  border-bottom-color: #2b2b2b;
}
.theme--dark .pager.pager-top .pager__item {
  border-bottom-color: #2b2b2b;
}
.theme--dark .pager.pager-bottom {
  border-top-color: #2b2b2b;
}
.theme--dark .pager.pager-bottom .pager__item {
  border-top-color: #2b2b2b;
}
.theme--dark input {
  background-color: #1f1f1f;
}
.theme--dark .search>input {
  border-color: #434343;
  border-top-color: #434343;
  border-bottom-color: #434343;
  border-left-color: #434343;
  color: #fff;
}
.theme--dark .select {
  border: 1px solid #323232;
  background-color: #1f1f1f;
}
.theme--dark .select:focus {
  border-color: #2960a0;
  outline-color: #102f4e;
}
.theme--dark input.textbox,
.theme--dark textarea.textbox,
.theme--dark span.textbox {
  border: 1px solid #323232;
  background-color: #1f1f1f;
}
.theme--dark .autocomplete-wrapper input {
  background-color: #1f1f1f;
  color: rgba(255,255,255,0.85);
}
.theme--dark .autocomplete-wrapper {
  border-color: #363636;
  background-color: #1f1f1f;
}
.theme--dark label:not(.quick-input-list-label) {
  color: #999;
}
.theme--dark .scratchpad-container {
  background-color: #1f1f1f;
}
.theme--dark .toolbar {
  background-color: rgba(23,23,23,0.8);
}
.theme--dark pre[class*=language-] {
  border: 1px solid #323232;
  background-color: #1f1f1f;
}
.theme--dark code[class*=language-],
.theme--dark pre[class*=language-] {
  color: #cbc5c6;
}
.theme--dark pre[class*=language-]::-moz-selection,
.theme--dark pre[class*=language-] ::-moz-selection,
.theme--dark code[class*=language-]::-moz-selection,
.theme--dark code[class*=language-] ::-moz-selection {
  background-color: rgba(173,214,255,0.149);
}
.theme--dark pre[class*=language-]::-moz-selection, .theme--dark pre[class*=language-] ::-moz-selection, .theme--dark code[class*=language-]::-moz-selection, .theme--dark code[class*=language-] ::-moz-selection {
  background-color: rgba(173,214,255,0.149);
}
.theme--dark pre[class*=language-]::selection,
.theme--dark pre[class*=language-] ::selection,
.theme--dark code[class*=language-]::selection,
.theme--dark code[class*=language-] ::selection {
  background-color: rgba(173,214,255,0.149);
}
.theme--dark :not(pre)>code[class*=language-] {
  background-color: #171717;
  border: 1px solid #323232;
}
.theme--dark .scratchpad__data-input {
  border-left-color: #2f2f2f;
  background-color: #171717;
  color: #999;
}
.theme--dark pre:not(.vditor-sv),
.theme--dark code {
  background-color: #171717;
}
.theme--dark .scratchpad__toolbar {
  background-color: #18191d;
}
.theme--dark .scratchpad__toolbar__button.enabled:hover {
  color: #8a94a5;
  background-color: #27282c;
}
.theme--dark .scratchpad__toolbar__split {
  background-color: #313131;
}
.theme--dark .menu__link.highlight {
  background: #280b14;
}
.theme--dark .bp5-tag.bp5-minimal:not([class*="bp5-intent-"]) {
  background-color: rgba(87,100,117,0.2);
  color: #d9dfe7;
}
.theme--dark .typo table thead th {
  background: #1e1e1e;
  background-color: #1e1e1e;
}
.theme--dark .typo table th,
.theme--dark .typo table td,
.theme--dark .typo table caption {
  border-color: #323232;
  color: #999;
}
.theme--dark body>.marker {
  box-shadow: 0 2px 7px rgba(255,255,255,0.3);
  background-color: #1f1f1f;
  border-color: #555;
}
.theme--dark body>.marker .marker__toolbar {
  background-color: #18191d;
}
.theme--dark .messagepad__sidebar {
  border-right-color: #212121;
}
.theme--dark .messagepad__list-item:hover {
  border-color: #323232;
  background-color: #1b1b1b;
}
.theme--dark .messagepad__list-item.active {
  border-color: #ed5f82;
  background-color: rgba(237,95,130,0.07);
}
.theme--dark .messagepad__input {
  border-top-color: #212121;
}
.theme--dark .section__tab-container.immersive .section__tab-header-item.selected {
  background-color: #0f0f0f;
  color: #999;
  box-shadow: 0 0 10px rgba(255,255,255,0.3);
}
.theme--dark .dialog--signin__main {
  background-color: #1f1f1f;
  box-shadow: 0 0 30px rgba(255,255,255,0.6);
}
.theme--dark .nothing-icon {
  filter: brightness(50%);
}
.theme--dark .scratchpad__data-input:focus {
  background: #1f1f1f;
  border-color: #1c2d40;
}
.theme--dark .section__list__item {
  border-bottom-color: #2b2b2b;
}
.theme--dark .autocomplete-list {
  background-color: #1f1f1f;
}
.theme--dark .autocomplete-list li[aria-selected=true] {
  background-color: #151515;
}
.theme--dark .autocomplete-list li[data-focus=true] {
  background-color: #101829;
  cursor: pointer;
}
.theme--dark .dczcomments__item,
.theme--dark .dczcomments__reply {
  border-top-color: #2b2b2b;
}
.theme--dark .autocomplete-tag {
  background-color: #f00;
}
.theme--dark .problem__tag-link {
  background-color: #1f1f1f;
  color: #aaa !important;
}
.theme--dark label.textbox.material input {
  border-color: #333;
  color: #aaa;
  border-bottom-color: rgba(170,170,170,0.4);
}
.theme--dark .widget--category-filter__drop {
  background-color: #1f1f1f;
  box-shadow: 0 0.125rem 0.4375rem rgba(255,255,255,0.3);
}
.theme--dark hr {
  border-bottom-color: #404040;
}
.theme--dark .section__footer {
  border-top-color: #2b2b2b;
}
.theme--dark .data-table thead>tr {
  border-bottom-color: #2b2b2b;
}
.theme--dark blockquote.note {
  border-left-color: #29679e;
}
.theme--dark blockquote.note:before {
  color: #29679e;
}
.theme--dark blockquote.warn {
  border-left-color: #a80800;
}
.theme--dark blockquote.warn:before {
  color: #a80800;
}
.theme--dark blockquote.red {
  border-left-color: #a80800;
}
.theme--dark blockquote.yellow {
  border-left-color: #8f7c00;
}
.theme--dark blockquote.blue {
  border-left-color: #00396b;
}
.theme--dark .token.comment,
.theme--dark .token.prolog,
.theme--dark .token.doctype,
.theme--dark .token.cdata {
  color: #57a64a;
  font-style: italic;
}
.theme--dark .token.namespace {
  opacity: 0.7;
}
.theme--dark .token.string {
  color: #d69d85;
}
.theme--dark .token.punctuation,
.theme--dark .token.operator {
  color: #b4b4b4;
}
.theme--dark .token.url,
.theme--dark .token.symbol,
.theme--dark .token.number,
.theme--dark .token.boolean,
.theme--dark .token.variable,
.theme--dark .token.constant,
.theme--dark .token.inserted {
  color: #b5cea8;
}
.theme--dark .token.atrule,
.theme--dark .token.keyword,
.theme--dark .token.attr-value,
.theme--dark .language-autohotkey .token.selector,
.theme--dark .language-json .token.boolean,
.theme--dark .language-json .token.number,
.theme--dark code[class*=language-css] {
  color: #569cd6;
}
.theme--dark .token.function {
  color: #c8c8c8;
}
.theme--dark .token.deleted,
.theme--dark .language-autohotkey .token.tag {
  color: #9a050f;
}
.theme--dark .token.selector,
.theme--dark .language-autohotkey .token.keyword {
  color: #00009f;
}
.theme--dark .token.important {
  color: #e90;
}
.theme--dark .token.important,
.theme--dark .token.bold {
  font-weight: 700;
}
.theme--dark .token.italic {
  font-style: italic;
}
.theme--dark .token.class-name,
.theme--dark .language-json .token.property {
  color: #4ec9b0;
}
.theme--dark .token.tag,
.theme--dark .token.selector {
  color: #d7ba7d;
}
.theme--dark .token.attr-name,
.theme--dark .token.property,
.theme--dark .token.regex,
.theme--dark .token.entity {
  color: #d16969;
}
.theme--dark .token.directive.tag .tag {
  background: #ff0;
  color: #393a34;
}
@media only screen and (max-width: 600px) {
  .theme--dark .footer__category {
    border-bottom-color: #1d1d1d;
  }
}
.theme--dark .omnibar-toggle {
  background-color: #121212;
  color: #eee;
}
.theme--dark .omnibar-main {
  color: #eee;
}
.theme--dark .omnibar-main input {
  background-color: #121212 !important;
  border-color: #3d3d3d !important;
}
.theme--dark .omnibar-main .omnibar-content-section {
  background-color: #121212 !important;
  border-color: #3d3d3d !important;
}
.theme--dark .bp5-tab {
  color: #aaa;
}
.theme--dark .bp5-tab[aria-disabled=true] {
  color: #555;
}
.theme--dark .bp5-card,
.theme--dark .bp5-dialog,
.theme--dark .bp5-dialog-header,
.theme--dark .bp5-dialog-footer {
  background-color: #1f1f1f !important;
}
.theme--dark .bp5-input-group input {
  border-color: #3d3d3d !important;
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!../../node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./components/autocomplete/autocomplete.page.styl ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************/
.autocomplete-dummy {
  display: none !important;
}
.autocomplete-wrapper {
  border: 1px solid #d9d9d9;
  padding: 1px;
  display: flex;
  flex-wrap: wrap;
  overflow-y: auto;
  background-color: #fff;
  outline: 2px solid transparent;
  transition: outline-color 0.2s, border-color 0.2s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.autocomplete-wrapper:focus,
.autocomplete-wrapper.focused {
  border-color: #5f9fd6;
  outline: 2px solid #c1e0ff;
  outline-offset: 0;
  box-shadow: 0 0 0 2px rgba(24,144,255,0.2);
}
.autocomplete-wrapper:-moz-read-only {
  outline: 0;
}
.autocomplete-wrapper:read-only {
  outline: 0;
}
.autocomplete-wrapper:disabled {
  opacity: 0.5;
}
.autocomplete-wrapper:hover {
  border-color: #40a9ff;
}
.autocomplete-wrapper input {
  background-color: #fff;
  color: rgba(0,0,0,0.85);
  height: 30px;
  box-sizing: border-box;
  padding: 4px 6px;
  width: 0;
  min-width: 30px;
  flex-grow: 1;
  border: 0;
  margin: 0;
  outline: 0;
}
.autocomplete-tag {
  display: flex;
  align-items: center;
  height: 24px;
  margin: 2px;
  line-height: 22px;
  background-color: #fafafa;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  box-sizing: content-box;
  padding: 0 4px 0 10px;
  outline: 0;
  overflow: hidden;
}
.autocomplete-tag:focus {
  border-color: #40a9ff;
  background-color: #e6f7ff;
}
.autocomplete-tag>div {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.autocomplete-tag>span.bp5-icon>svg {
  font-size: 12px;
  cursor: pointer;
  padding: 4px;
}
.autocomplete-list {
  min-width: 300px;
  margin: 2px 0 0;
  padding: 0;
  position: absolute;
  list-style: none;
  background-color: #fff;
  overflow: auto;
  max-height: 500px;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  z-index: 999;
}
.autocomplete-list li {
  padding: 5px 12px;
  display: flex;
}
.autocomplete-list li>div {
  flex-grow: 1;
}
.autocomplete-list li>span.bp5-icon>svg {
  color: transparent;
}
.autocomplete-list li[aria-selected='true'] {
  background-color: #fafafa;
  font-weight: 600;
}
.autocomplete-list li[aria-selected='true']>span.bp5-icon>svg {
  color: #1890ff;
}
.autocomplete-list li[data-focus='true'] {
  background-color: #e6f7ff;
  cursor: pointer;
}
.autocomplete-list li[data-focus='true']>span.bp5-icon>svg {
  color: currentColor;
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!../../node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./components/autocomplete/domainselectautocomplete.page.styl ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************/
.menu.domain-select {
  width: 12.5rem;
}
.domain-select__id {
  font-size: 0.8125rem;
  color: #bbb;
}

/*!**************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!../../node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./components/autocomplete/problemselectautocomplete.page.styl ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************/
.menu.problem-select {
  width: 12.5rem;
}
.problem-select__id {
  font-size: 0.8125rem;
  color: #bbb;
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!../../node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./components/autocomplete/userselectautocomplete.page.styl ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************/
.menu.user-select {
  width: 12.5rem;
}
.user-select__uid {
  font-size: 0.8125rem;
  color: #bbb;
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!../../node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./components/calendar/calendar.page.styl ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************/
.calendar__header {
  line-height: 2.8125rem;
  text-align: center;
}
.calendar__header h1 {
  display: inline-block;
  line-height: inherit;
  width: 17.5rem;
}
.calendar__header button {
  font-size: 1.25rem;
  color: #888;
  padding: 0 0.625rem;
  outline: 0;
}
.calendar__header button:hover {
  color: #5f9fd6;
}
.calendar__week-title table {
  width: 100%;
}
.calendar__week-title th {
  width: 14.28%;
  padding: 1.25rem 0.625rem;
  color: #aaa;
}
.calendar__row {
  position: relative;
}
.calendar__row__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.calendar__row__bg table {
  width: 100%;
  height: 100%;
}
.calendar__row__bg td {
  width: 14.28%;
  border: 1px solid #e4e4e4;
}
.calendar__row__bg td.is-current-day {
  background: #fae8ed;
}
.calendar__row__content {
  min-height: 6.25rem;
  position: relative;
  z-index: 2;
  padding-bottom: 0.625rem;
}
.calendar__row__content table {
  width: 100%;
}
.calendar__row__content th {
  width: 14.28%;
  padding: 0.625rem;
  color: #6e6e6e;
}
.calendar__row__content th.is-inactive {
  opacity: 0.3;
}
.calendar__row__content th.is-current-day {
  color: #df6589;
}
.calendar__row__content td {
  position: relative;
  height: 1.5rem;
}
.calendar__banner {
  position: absolute;
  display: block;
  top: 0.125rem;
  left: 0.3125rem;
  right: 0.3125rem;
  height: 1.25rem;
  line-height: 1.25rem;
  padding: 0rem 0.3125rem;
  font-size: 0.8125rem;
  border-radius: 0.3125rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.calendar__banner,
.calendar__banner:visited,
.calendar__banner:hover,
.calendar__banner:active {
  color: #fff;
  text-decoration: none;
}
.calendar__banner.is-trunc-begin,
.calendar__banner.is-snap-begin {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.calendar__banner.is-trunc-end,
.calendar__banner.is-snap-end {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.calendar__banner.is-snap-begin {
  left: 0;
  padding-left: 0.625rem;
}
.calendar__banner.is-snap-end {
  right: 0;
  padding-right: 0.625rem;
}
.calendar__banner.is-masked {
  background-image: repeating-linear-gradient(45deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1) 10px, rgba(0,0,0,0) 10px, rgba(0,0,0,0) 20px);
}
.calendar__banner.color-0 {
  background-color: #fa6582;
}
.calendar__banner.color-1 {
  background-color: #eea9c5;
}
.calendar__banner.color-2 {
  background-color: #fdb24d;
}
.calendar__banner.color-3 {
  background-color: #98ca86;
}
.calendar__banner.color-4 {
  background-color: #7dcbbf;
}
.calendar__banner.color-5 {
  background-color: #20bde8;
}
.calendar__banner.color-6 {
  background-color: #6bcddb;
}
.calendar__banner.color-7 {
  background-color: #6598ff;
}
.calendar__banner.color-8 {
  background-color: #8eb0f5;
}
.calendar__banner.color-9 {
  background-color: #928fe3;
}
.calendar__banner.color-10 {
  background-color: #676e7e;
}
.calendar__banner.color-11 {
  background-color: #a1a5ab;
}
.calendar__body-container {
  position: relative;
}
.calendar__body.exit {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/*!***************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!../../node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./components/contest/contest.page.styl ***!
  \***************************************************************************************************************************************************************************************************************************************************************************/
.contest-type-tag,
.contest-tag,
.contest-tag-rated {
  font-size: 0.8125rem;
  display: inline-block;
  line-height: 1.375rem;
  padding: 0rem 0.625rem;
  vertical-align: middle;
  border-radius: 0.75rem;
}
.contest-type-tag:hover,
.contest-tag:hover,
.contest-tag-rated:hover {
  text-decoration: none;
  color: #fff !important;
}
.contest-tag-rated {
  background: #ff851b;
  color: #fff;
}
.contest-tag-rated .icon {
  margin-right: 0.3125rem;
}
.contest-type-tag,
.contest-type-tag:visited,
.supplementary .contest-type-tag,
.supplementary .contest-type-tag:visited {
  color: #fff;
}
.contest-type-tag .icon {
  margin-right: 0.3125rem;
}
.contest-type--acm .contest-type-tag {
  background: #6bb67a;
}
.contest-type--acm .contest-type-tag:hover {
  background: #89c595;
}
.contest-type--oi .contest-type-tag {
  background: #f5c735;
}
.contest-type--oi .contest-type-tag:hover {
  background: #f7d25d;
}
.contest-type--ioi .contest-type-tag {
  background: #2e9afe;
}
.contest-type--ioi .contest-type-tag:hover {
  background: #58aefe;
}
.contest-type--ledo .contest-type-tag {
  background: #8076a3;
}
.contest-type--ledo .contest-type-tag:hover {
  background: #9991b5;
}
.contest-type--homework .contest-type-tag {
  background: #ffcdcd;
}
.contest-type--homework .contest-type-tag:hover {
  background: #ffd7d7;
}
.contest-type--strictioi .contest-type-tag {
  background: #6ea2c7;
}
.contest-type--strictioi .contest-type-tag:hover {
  background: #8bb5d2;
}
.contest-tag {
  border: 1px solid #dfdfdf;
}
.contest-tag:hover {
  background: #5f9fd6;
  border-color: #5f9fd6;
}
.contest-timer {
  position: fixed;
  left: 0;
  top: 48px;
  z-index: 10000;
}
@media only screen and (max-width: 600px) {
  .contest-timer {
    visibility: hidden !important;
  }
}
.contest-problems {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.375rem;
  text-align: left;
  box-sizing: border-box;
  font-variant-ligatures: none !important;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(1.5rem, 1fr));
  justify-content: center;
  row-gap: 0.75rem;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  padding-bottom: 0.5rem;
  width: 11.25rem;
}
.contest-problems > a {
  text-decoration: none;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  height: 1.5rem;
  width: 1.5rem;
  align-items: center;
  justify-content: space-around;
  border-radius: 0.375rem;
  position: relative;
  transition: opacity 0.2s;
  color: #808080;
}
.contest-problems > a.pass {
  color: #2ecc40;
}
.contest-problems > a.pass:before {
  background: #2ecc40;
}
.contest-problems > a.fail {
  color: #ff4136;
}
.contest-problems > a.fail:before {
  background: #ff4136;
}
.contest-problems > a:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  border: 2px solid currentColor;
  border-radius: 6px;
  opacity: 0.3;
}
.contest-problems > a.active:after {
  border: 3px solid #0ff;
}
.contest-problems > a:before {
  opacity: 0.5;
}
.contest-problems > a.pass:not(:hover) .id,
.contest-problems > a.fail:not(:hover) .id {
  display: none;
}
.contest-problems > a.pass:hover .icon,
.contest-problems > a.fail:hover .icon {
  display: none;
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!../../node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./components/contest/contest_sidebar.page.styl ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************/
.contest-sidebar__bg {
  display: block;
  background: #67aabb url(components/contest/problem-contest-bg.png?f86e6c) right top no-repeat;
  color: #fff !important;
  font-size: 1rem;
  padding: 1.25rem 0rem;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (min-resolution: 144dpi) {
  .contest-sidebar__bg {
    background-image: url(components/contest/problem-contest-bg@2x.png?fde59c);
    background-size: 131px 150px;
  }
}
.contest-sidebar__bg h1 {
  font-size: 1.25rem;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0,0,0,0.5);
}
.contest-sidebar__bg:hover {
  text-decoration: none;
}
.contest-sidebar__bg .contest-sidebar__status {
  margin-top: 1.25rem;
}

/*!*************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!../../node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./components/dialog/dialog.page.styl ***!
  \*************************************************************************************************************************************************************************************************************************************************************************/
.dialog {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1000;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: none;
  background: rgba(240,240,240,0.6);
}
.dialog__content {
  position: relative;
}
.dialog.withBg .dialog__content {
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0rem 0.125rem 0.625rem rgba(0,0,0,0.2);
  min-width: 31.25rem;
  max-width: 56.25rem;
  padding: 2.5rem 1.875rem;
}
.dialog__body {
  margin-bottom: 1.25rem;
  min-height: 3.125rem;
}
.dialog__body h1 {
  font-size: 1.6rem;
  color: #646464;
  margin-bottom: 1rem;
}
.dialog__action button {
  margin-left: 0.625rem;
  margin-bottom: 0;
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!../../node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./components/discussion/comments.page.styl ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************/
.commentbox-reply-target .paid-form-container {
  display: none;
}
.dczcomments__item .is-editing [name="dczcomments__dummy-box"] {
  display: none;
}
.dczcomments__item .is-editing > .typo {
  display: none;
}
.dczcomments__box .textbox {
  min-height: 11.25rem;
  resize: vertical;
}
.textbox[name="dczcomments__dummy-box"] {
  min-height: 3.75rem;
  resize: none;
  font-size: 1.25rem;
  color: #aaa;
  padding: 0.625rem;
}
.dczcomments__item,
.dczcomments__reply {
  border-top: 1px solid #e4e4e4;
}
.dczcomments__item >.media,
.dczcomments__reply >.media {
  padding: 1.25rem 0rem;
}
.dczcomments__item:first-child,
.dczcomments__reply:first-child {
  border-top: 0;
}
.dczcomments__reply >.media {
  display: flex;
}
.dczcomments__reply:last-child >.media {
  padding-bottom: 0;
}
.dczcomments__item > .media {
  display: flex;
}
.dczcomments__item > .media >.media__body {
  max-width: calc(100% - 6.5em);
}
@media only screen and (max-width: 600px) {
  .dczcomments__item > .media >.media__body {
    max-width: 100%;
  }
}
.dczcomments__supplementary {
  float: left;
  margin-bottom: 0.3125rem;
}
.dczcomments__supplementary .history {
  float: right;
  margin-left: 0.3125rem;
}
.dczcomments__operations {
  font-size: 1rem;
  float: right;
  vertical-align: top;
  color: #888;
}
.dczcomments__operations a,
.dczcomments__operations a:visited {
  color: #aaa;
  margin-left: 0.1875rem;
}
.dczcomments__operations a:hover {
  color: #5f9fd6;
  text-decoration: none;
}
.view--solution .dczcomments__replies {
  margin-left: 3.125rem;
}
.dczcomments__item .vote-number {
  width: 5.125rem;
  text-align: center;
  font-size: 1.5625rem;
  font-weight: 300;
  margin-bottom: 0.625rem;
}
.dczcomments__item .vote-op {
  position: relative;
  border: 1px solid transparent;
  border-radius: 0.875rem;
  transition: border-color 0.2s linear, opacity 0.2s linear;
  opacity: 0.5;
}
.dczcomments__item .vote-op>button {
  width: 2.5rem;
  float: left;
  position: relative;
}
.dczcomments__item:hover .vote-op {
  opacity: 1;
  border-color: #dfdfdf;
}
.dczcomments__item .vote-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background: none;
  width: 100%;
  outline: 0;
  font-size: 1rem;
  line-height: 1.625rem;
  color: #aaa;
  transition: color 0.2s linear, background-color 0.2s linear, box-shadow 0.2s linear;
}
.dczcomments__item .vote-button.upvote {
  border-radius: 0.8125rem 0rem 0rem 0.8125rem;
  padding-left: 0.4375rem;
}
.dczcomments__item .vote-button.upvote:hover {
  background: #2ecc40;
  color: #fff;
  box-shadow: 0 2px 10px rgba(46,204,64,0.4);
}
.dczcomments__item .vote-button.upvote.active {
  color: #2ecc40;
}
.dczcomments__item .vote-button.downvote {
  border-radius: 0rem 0.8125rem 0.8125rem 0rem;
  padding-right: 0.4375rem;
}
.dczcomments__item .vote-button.downvote:hover {
  background: #ff4136;
  color: #fff;
  box-shadow: 0 2px 10px rgba(255,65,54,0.4);
}
.dczcomments__item .vote-button.downvote.active {
  color: #ff4136;
}
.dczcomments__item .vote-button.active {
  background: transparent !important;
  box-shadow: none !important;
  cursor: default;
}
@media only screen and (max-width: 600px) {
  .dczcomments__item .media__left {
    display: none;
  }
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!../../node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./components/discussion/discussion.page.styl ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************/
.discussion-node-tag {
  font-size: 0.8125rem;
  display: inline-block;
  line-height: 1.375rem;
  padding: 0rem 0.625rem;
  vertical-align: middle;
  border-radius: 0.75rem;
  border: 1px solid #dfdfdf;
}
.discussion-node-tag:hover {
  background: #5f9fd6;
  color: #fff !important;
  text-decoration: none;
  border-color: #5f9fd6;
}
.discussion-node-tag .icon {
  margin-right: 0.3125rem;
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!../../node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./components/discussion/reaction.page.styl ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************/
.reactions {
  display: inline;
}
.reactions .reaction {
  white-space: nowrap;
  width: auto;
  border-radius: 1.75rem;
  overflow: visible;
  font-size: 0.8125rem;
  display: inline-block;
  line-height: 1.375rem;
  padding: 0rem 0.625rem;
  vertical-align: middle;
  border-radius: 0.75rem;
  border: 1px solid #dfdfdf;
  cursor: pointer;
}
.reactions .reaction.active,
.reactions .reaction:hover {
  text-decoration: none;
  border-color: #5f9fd6;
  color: #fff !important;
}
.reactions .reaction.active {
  background-color: #6fa9da !important;
}
.reactions .reaction:hover {
  background-color: #8fbce2 !important;
}
.reactions .reaction .emoji {
  margin-right: 0.3125rem;
}
.popover-reaction-item:hover {
  background-color: #e3e7e8;
}

/*!*********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!../../node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./components/drop/drop.page.styl ***!
  \*********************************************************************************************************************************************************************************************************************************************************************/
.drop-element,
.drop-element:after,
.drop-element:before,
.drop-element *,
.drop-element *:after,
.drop-element *:before {
  box-sizing: border-box;
}
.drop-element {
  position: absolute;
  display: none;
  opacity: 0;
  transition: opacity 0.1s ease-in-out;
  z-index: 1000;
}
.drop-element.drop-open {
  display: block;
}
.drop-element.drop-open-transitionend {
  display: block;
}
.drop-element.drop-after-open {
  opacity: 1;
}
.drop-target-attached-top.drop-target-attached-left .drop-content {
  transform-origin: -10% 110%;
}
.drop-target-attached-top.drop-target-attached-center .drop-content {
  transform-origin: 50% 110%;
}
.drop-target-attached-top.drop-target-attached-right .drop-content {
  transform-origin: 110% 110%;
}
.drop-target-attached-bottom.drop-target-attached-left .drop-content {
  transform-origin: -10% -10%;
}
.drop-target-attached-bottom.drop-target-attached-center .drop-content {
  transform-origin: 50% -10%;
}
.drop-target-attached-bottom.drop-target-attached-right .drop-content {
  transform-origin: 110% -10%;
}
.drop-target-attached-center.drop-target-attached-right .drop-content {
  transform-origin: -10% 50%;
}
.drop-target-attached-center.drop-target-attached-left .drop-content {
  transform-origin: 110% 50%;
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!../../node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./components/dropdown/dropdown.page.styl ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************/
.dropdown-target {
  display: none;
}
.drop .dropdown-target {
  display: block;
}
.drop.nav__dropdown {
  max-height: calc(100% - 60px);
  overflow-y: auto;
  box-shadow: 0rem 0.125rem 0.4375rem rgba(0,0,0,0.3);
}
.dropdown .menu {
  min-width: 9.375rem;
  box-shadow: 0rem 0.125rem 0.4375rem rgba(0,0,0,0.3);
  background: #fff;
  font-size: 0.8125rem;
}
.dropdown .menu__link {
  padding: 0.5rem 0.625rem;
}
.dropdown .drop-content {
  transition: transform 0.1s ease-in-out;
  transform: scale(0.9) translateZ(0);
}
.dropdown.drop-after-open .drop-content {
  transform: scale(1) translateZ(0);
}

/*!*************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!../../node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./components/footer/footer.page.styl ***!
  \*************************************************************************************************************************************************************************************************************************************************************************/
.footer {
  background: #fff;
  color: #555;
}
.footer h1 {
  font-size: 1.25rem;
}
@media only screen and (max-width: 600px) {
  .footer h1 {
    padding: 0.9375rem;
    cursor: pointer;
    font-size: 0.875rem;
  }
}
.footer__category {
  padding-top: 1.875rem;
  padding-bottom: 3.125rem;
}
@media only screen and (max-width: 600px) {
  .footer__category {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
    border-bottom: 1px solid #f2f2f2;
  }
  .footer__category.expandable {
    padding: 0;
  }
}
.footer__category .expand-icon {
  display: none;
}
@media only screen and (max-width: 600px) {
  .footer__category .expand-icon {
    display: inline-block;
  }
}
.footer__category.expanded .expand-icon {
  transform: rotate(180deg);
}
.footer__category__list {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
  font-size: 0.8125rem;
  line-height: 2;
}
@media only screen and (max-width: 600px) {
  .footer__category__list {
    margin-top: 0;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media only screen and (max-width: 600px) {
  .footer__category__expander {
    display: none;
  }
}
@media only screen and (min-width: 600px) {
  .footer__category__expander {
    display: block !important;
  }
}
.footer__extra-left {
  float: left;
}
.footer__extra-right {
  float: right;
}
.footer__extra-link {
  padding: 1.25rem 0rem;
  font-size: 0.8125rem;
}
.footer__extra-link-item {
  float: left;
  line-height: 2;
}
.footer__extra-left .footer__extra-link-item {
  margin-right: 1.25rem;
}
.footer__extra-right .footer__extra-link-item {
  margin-left: 1.25rem;
}
.layout--immersive .footer {
  background: none;
  color: #fff;
}
.layout--immersive .footer a,
.layout--immersive .footer a:visited,
.layout--immersive .footer a:active {
  color: #fff;
}
.layout--immersive .footer a:hover {
  color: #fff;
}
@media only screen and (max-width: 600px) {
  .footer__extra-left,
  .footer__extra-right {
    float: none;
    display: block;
  }
  .footer__extra-left .footer__extra-link-item,
  .footer__extra-right .footer__extra-link-item {
    float: none;
    display: inline-block;
    margin-left: 0;
    margin-right: 20px;
  }
}

/*!***********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!../../node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./components/form/button.page.styl ***!
  \***********************************************************************************************************************************************************************************************************************************************************************/
.button:not(.codicon) {
  font-size: 0.875rem;
  line-height: 2.0625rem;
  height: 2.1875rem;
  padding: 0rem 1.5625rem;
  display: inline-block;
  outline: 0;
  margin: 0 0 1rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.button:not(.codicon):hover,
.button:not(.codicon):focus {
  text-decoration: none;
}
.button:not(.codicon).expanded {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  width: 100%;
}
.button:not(.codicon).compact {
  margin-bottom: 0;
  height: 1.75rem;
  line-height: 1.625rem;
  padding: 0rem 0.9375rem;
}
.button.inverse {
  line-height: 1.9375rem;
  border: 2px solid #fff;
  background: none;
}
.button.inverse,
.button.inverse:visited,
.typo .button.inverse,
.typo .button.inverse:visited {
  color: #fff;
}

/*!*************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!../../node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./components/form/checkbox.page.styl ***!
  \*************************************************************************************************************************************************************************************************************************************************************************/
.checkbox {
  font-size: 0.8125rem !important;
  line-height: 1.4 !important;
  border: 0;
  display: inline-block !important;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: #888 !important;
  margin: 0 0 1rem !important;
}
.checkbox:hover {
  color: #555;
}
.checkbox input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #d0d0d0;
  border-radius: 1px;
  vertical-align: top;
  width: 1rem;
  height: 1rem;
  margin: 0.06875rem 0 !important;
  margin-right: 0.3125rem !important;
  position: relative;
  outline: 0;
  transition: background 0.1s linear;
  background: none;
  cursor: pointer;
}
.checkbox input:after {
  content: '';
  width: 0.625rem;
  height: 0.375rem;
  position: absolute;
  top: 0.1875rem;
  left: 0.125rem;
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  background: transparent;
  transform: rotate(-65deg) scale(0.5);
  opacity: 0;
}
.checkbox input:enabled:hover {
  border-color: rgba(237,95,130,0.7);
}
.checkbox input:checked {
  background: #ed5f82;
  border-color: #ed5f82;
}
.checkbox input:checked:after {
  opacity: 1;
  transform: rotate(-45deg);
}
.checkbox input:disabled {
  opacity: 0.5;
}
.checkbox.compact {
  margin-bottom: 0;
  line-height: 1.2;
  padding: 0.3875rem 0;
  margin: 0 !important;
}
.checkbox.compact input {
  margin: -0.0125rem 0;
  margin-right: 0.3125rem;
}
label.checkbox.inverse {
  color: #fff !important;
}
label.checkbox.inverse input {
  color: #fff;
  border-color: rgba(255,255,255,0.4);
}
label.checkbox.inverse input:-moz-read-only {
  color: rgba(255,255,255,0.6);
}
label.checkbox.inverse input:disabled,
label.checkbox.inverse input:read-only {
  color: rgba(255,255,255,0.6);
}
label.checkbox.inverse input:enabled:-moz-read-write:hover {
  border-color: #fff;
}
label.checkbox.inverse input:enabled:read-write:hover {
  border-color: #fff;
}
label.checkbox.inverse input:enabled:-moz-read-write:focus {
  border-color: #ffef87;
}
label.checkbox.inverse input:enabled:read-write:focus {
  border-color: #ffef87;
}
label.checkbox.inverse.focus {
  color: #ffef87;
}

/*!*********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!../../node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./components/form/form.page.styl ***!
  \*********************************************************************************************************************************************************************************************************************************************************************/
/**
   * Known limitation: by default, Chrome and Safari on OS X allow very limited
   * styling of `select`, unless a `border` property is set.
   */
/**
   * 1. Correct color not being inherited.
   *    Known issue: affects color of disabled elements.
   * 2. Correct font properties not being inherited.
   * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
   */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
/* 1 */
  font: inherit;
/* 2 */
  margin: 0;
/* 3 */
}
/**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */
button {
  overflow: visible;
}
/**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
   * Correct `select` style inheritance in Firefox.
   */
button,
select {
  text-transform: none;
}
/**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
/* 2 */
  cursor: pointer;
/* 3 */
}
/**
   * Re-set default cursor for disabled elements.
   */
button[disabled],
html input[disabled] {
  cursor: not-allowed;
}
/**
   * Remove inner padding and border in Firefox 4+.
   */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
   * Address Firefox 4+ setting `line-height` on `input` using `!important` in
   * the UA stylesheet.
   */
input {
  line-height: normal;
}
/**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
/* 1 */
  padding: 0;
/* 2 */
}
/**
   * Fix the cursor style for Chrome's increment/decrement buttons. For certain
   * `font-size` values of the `input`, it causes the cursor style of the
   * decrement button to change from `default` to `text`.
   */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
   * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
   */
input[type="search"] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
/* 1 */
  box-sizing: content-box;
/* 2 */
}
/**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
   * Define consistent border, margin, and padding.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */
/* fieldset
    border: 1px solid #c0c0c0
    margin: 0 2px
    padding: 0.35em 0.625em 0.75em
   */
/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
legend {
  border: 0;
/* 1 */
  padding: 0;
/* 2 */
}
/**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */
textarea {
  overflow: auto;
}
/**
   * Don't inherit the `font-weight` (applied by a rule above).
   * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
   */
optgroup {
  font-weight: bold;
}
.form--inline {
  display: inline;
}
textarea {
  height: auto;
  border-radius: 0px;
  resize: vertical;
}
select {
  width: 100%;
  border-radius: 0px;
}
button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0px;
  line-height: 1;
}
[data-whatinput='mouse'] button {
  outline: 0;
}
label:not(.quick-input-list-label) {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.8;
  color: #666;
}
label input,
label textarea,
label select {
  display: block;
}
.help-text {
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.8125rem;
  color: #888;
}
.form__item {
  transition: opacity 0.1s linear;
}
.form__item.is--disabled {
  opacity: 0.3;
}
.form__item :disabled {
  opacity: 1;
}

/*!*************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!../../node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./components/form/radiobox.page.styl ***!
  \*************************************************************************************************************************************************************************************************************************************************************************/
.radiobox {
  display: block;
  font-size: 0.875rem;
  line-height: 1.4;
  border: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: #888;
  margin: 0 0.3rem 0.15rem 0;
}
.radiobox:hover {
  color: #555;
}
.radiobox input {
  display: inline-block;
}
.radiobox-container {
  margin: 0 0 1rem;
}
.radiobox.with-image {
  margin: 0 0.3rem 0.3rem 0;
}
.radiobox.with-image .radiobox__image-container {
  cursor: pointer;
  border: 2px solid #ddd;
  transition: border-color 0.1s linear, opacity 0.1s linear;
  padding: 1px;
  overflow: hidden;
  position: relative;
  opacity: 0.7;
}
.radiobox.with-image .radiobox__image-container:hover {
  border: 2px solid #5f9fd6;
  opacity: 1;
}
.radiobox.with-image .radiobox__image-container:after {
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  right: -0.625rem;
  top: -0.625rem;
  transform: translateX(10px) translateY(-10px) rotate(45deg);
  background: #df6589;
  content: '';
  transition: transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.radiobox.with-image input {
  visibility: hidden;
  position: absolute;
}
.radiobox.with-image input:checked + .radiobox__image-container {
  border: 2px solid #df6589;
  opacity: 1;
}
.radiobox.with-image input:checked + .radiobox__image-container:after {
  transform: rotate(45deg);
}

/*!***********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!../../node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./components/form/select.page.styl ***!
  \***********************************************************************************************************************************************************************************************************************************************************************/
.select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 100%;
  font-size: 0.875rem;
  margin: 0 0 1rem;
  height: 2.1875rem;
  line-height: 1.2;
  padding: 0.3125rem;
  border: 1px solid #ddd;
  padding-right: 1.1rem;
  background-color: #fff;
  background-image: url(cbc961d3a0.svg);
  background-size: 16px 16px;
  background-position: right -1rem center;
  background-origin: content-box;
  background-repeat: no-repeat;
  outline: 2px solid transparent;
  transition: outline-color 0.2s, border-color 0.2s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.select.inline {
  display: inline-block;
  width: auto;
}
.select:focus {
  border-color: #5f9fd6;
  outline: 2px solid #c1e0ff;
  outline-offset: 0;
}
.select:disabled {
  opacity: 0.5;
}
.select-container.compact .select,
.select.compact {
  margin-bottom: 0;
  height: 1.75rem;
  line-height: 1.625rem;
  padding-top: 0;
  padding-bottom: 0;
}

/*!************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!../../node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./components/form/textbox.page.styl ***!
  \************************************************************************************************************************************************************************************************************************************************************************/
input.textbox,
textarea.textbox,
span.textbox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 100%;
  font-size: 0.875rem;
  margin: 0 0 1rem;
  height: 2.1875rem;
  line-height: 1.2;
  padding: 0.3125rem;
  border: 1px solid #ddd;
  background-color: #fff;
  outline: 2px solid transparent;
  transition: outline-color 0.2s, border-color 0.2s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
input.textbox.inline,
textarea.textbox.inline,
span.textbox.inline {
  display: inline-block;
  width: auto;
}
input.textbox:focus,
textarea.textbox:focus,
span.textbox:focus {
  border-color: #5f9fd6;
  outline: 2px solid #c1e0ff;
  outline-offset: 0;
}
input.textbox:-moz-read-only, textarea.textbox:-moz-read-only, span.textbox:-moz-read-only {
  outline: 0;
}
input.textbox:read-only,
textarea.textbox:read-only,
span.textbox:read-only {
  outline: 0;
}
input.textbox:disabled,
textarea.textbox:disabled,
span.textbox:disabled {
  opacity: 0.5;
}
textarea.textbox {
  height: 12.5rem;
}
div.textbox {
  min-height: 12.5rem;
  margin-bottom: 1rem;
}
.data-table input.textbox,
.data-table textarea.textbox,
.data-table span.textbox {
  margin-bottom: 0;
}
.data-table div.autocomplete-container {
  margin-bottom: 0 !important;
}
label.textbox.material input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 100%;
  font-size: 0.875rem;
  margin: 0 0 1rem;
  height: 2.1875rem;
  line-height: 1.2;
  padding: 0.3125rem;
  border: 1px solid #ddd;
  border: 0;
  background: none;
  outline: 0;
  padding-left: 0;
  padding-right: 0;
  color: #555;
  border-bottom: 2px solid rgba(85,85,85,0.4);
  transition: border-color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
label.textbox.material input.inline {
  display: inline-block;
  width: auto;
}
label.textbox.material input:-moz-read-only {
  color: rgba(85,85,85,0.6);
}
label.textbox.material input:disabled,
label.textbox.material input:read-only {
  color: rgba(85,85,85,0.6);
}
label.textbox.material input:enabled:-moz-read-write:hover {
  border-color: rgba(85,85,85,0.8);
}
label.textbox.material input:enabled:read-write:hover {
  border-color: rgba(85,85,85,0.8);
}
label.textbox.material input:enabled:-moz-read-write:focus {
  border-color: #5f9fd6;
}
label.textbox.material input:enabled:read-write:focus {
  border-color: #5f9fd6;
}
label.textbox.material.focus {
  color: #5f9fd6;
}
label.textbox.material.inverse {
  color: #fff;
}
label.textbox.material.inverse input {
  color: #fff;
  border-color: rgba(255,255,255,0.4);
}
label.textbox.material.inverse input:-moz-read-only {
  color: rgba(255,255,255,0.6);
}
label.textbox.material.inverse input:disabled,
label.textbox.material.inverse input:read-only {
  color: rgba(255,255,255,0.6);
}
label.textbox.material.inverse input:enabled:-moz-read-write:hover {
  border-color: #fff;
}
label.textbox.material.inverse input:enabled:read-write:hover {
  border-color: #fff;
}
label.textbox.material.inverse input:enabled:-moz-read-write:focus {
  border-color: #ffef87;
}
label.textbox.material.inverse input:enabled:read-write:focus {
  border-color: #ffef87;
}
label.textbox.material.inverse.focus {
  color: #ffef87;
}

/*!*************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!../../node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./components/header/header.page.styl ***!
  \*************************************************************************************************************************************************************************************************************************************************************************/
.global-notification {
  padding: 1.25rem 0rem;
  background: #fff;
}
.global-notification.warning {
  background: #ffe1a6;
}
.header__logo {
  display: block;
  width: 23.8125rem;
  height: 12.96875rem;
  background: no-repeat;
  background-size: 23.8125rem 12.5625rem;
  background-position: 0 0.40625rem;
  transition: transform 0.5s, opacity 0.5s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform-origin: 0 0;
  opacity: 1;
}
@media only screen and (max-width: 600px) {
  .header__logo {
    display: inline-block;
  }
}
.header--collapsed #panel {
  padding-top: 320px;
}
.header--collapsed .header__logo {
  transform: scale(0);
  opacity: 0;
}
.location {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6.25rem;
  background: rgba(0,0,0,0.5);
}
@media only screen and (max-width: 600px) {
  .location {
    position: relative;
    height: auto;
  }
}
.location .header__hamburger {
  display: none;
}
@media only screen and (max-width: 600px) {
  .location .header__hamburger {
    display: block;
  }
}
.header--mobile {
  display: none;
}
@media only screen and (max-width: 600px) {
  .header--mobile,
  .location {
    display: block;
    background: #56758f;
    color: #fff;
    line-height: 2.8125rem;
    font-size: 1.25rem;
    padding: 0.625rem 0rem;
  }
}
.header--mobile a,
.location a,
.header--mobile a:visited,
.location a:visited,
.header--mobile a:hover,
.location a:hover {
  color: #fff;
}
.header--mobile__domain {
  display: block;
  height: 23px;
  margin-top: 0.625rem;
}
.header--mobile__domain img {
  height: 100%;
}
.header__hamburger {
  background: none;
  border: 0;
  border-radius: 0;
  outline: 0;
}

/*!***************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!../../node_modules/prism-themes/themes/prism-vs.css ***!
  \***************************************************************************************************************************************************************************************************************/
/**
 * VS theme by Andrew Lock (https://andrewlock.net)
 * Inspired by Visual Studio syntax coloring
 */

code[class*="language-"],
pre[class*="language-"] {
	color: #393A34;
	font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
	direction: ltr;
	text-align: left;
	white-space: pre;
	word-spacing: normal;
	word-break: normal;
	font-size: .9em;
	line-height: 1.2em;

	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;

	-webkit-hyphens: none;
	hyphens: none;
}

pre > code[class*="language-"] {
	font-size: 1em;
}

pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection,
code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection {
	background: #C1DEF1;
}

pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection, code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection {
	background: #C1DEF1;
}

pre[class*="language-"]::selection, pre[class*="language-"] ::selection,
code[class*="language-"]::selection, code[class*="language-"] ::selection {
	background: #C1DEF1;
}

/* Code blocks */
pre[class*="language-"] {
	padding: 1em;
	margin: .5em 0;
	overflow: auto;
	border: 1px solid #dddddd;
	background-color: white;
}

/* Inline code */
:not(pre) > code[class*="language-"] {
	padding: .2em;
	padding-top: 1px;
	padding-bottom: 1px;
	background: #f8f8f8;
	border: 1px solid #dddddd;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
	color: #008000;
	font-style: italic;
}

.token.namespace {
	opacity: .7;
}

.token.string {
	color: #A31515;
}

.token.punctuation,
.token.operator {
	color: #393A34; /* no highlight */
}

.token.url,
.token.symbol,
.token.number,
.token.boolean,
.token.variable,
.token.constant,
.token.inserted {
	color: #36acaa;
}

.token.atrule,
.token.keyword,
.token.attr-value,
.language-autohotkey .token.selector,
.language-json .token.boolean,
.language-json .token.number,
code[class*="language-css"] {
	color: #0000ff;
}

.token.function {
	color: #393A34;
}

.token.deleted,
.language-autohotkey .token.tag {
	color: #9a050f;
}

.token.selector,
.language-autohotkey .token.keyword {
	color: #00009f;
}

.token.important {
	color: #e90;
}

.token.important,
.token.bold {
	font-weight: bold;
}

.token.italic {
	font-style: italic;
}

.token.class-name,
.language-json .token.property {
	color: #2B91AF;
}

.token.tag,
.token.selector {
	color: #800000;
}

.token.attr-name,
.token.property,
.token.regex,
.token.entity {
	color: #ff0000;
}

.token.directive.tag .tag {
	background: #ffff00;
	color: #393A34;
}

/* overrides color-values for the Line Numbers plugin
 * http://prismjs.com/plugins/line-numbers/
 */
.line-numbers.line-numbers .line-numbers-rows {
	border-right-color: #a5a5a5;
}

.line-numbers .line-numbers-rows > span:before {
	color: #2B91AF;
}

/* overrides color-values for the Line Highlight plugin
* http://prismjs.com/plugins/line-highlight/
*/
.line-highlight.line-highlight {
	background: rgba(193, 222, 241, 0.2);
	background: linear-gradient(to right, rgba(193, 222, 241, 0.2) 70%, rgba(221, 222, 241, 0));
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!../../node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./components/highlighter/highlighter.page.styl ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************/
pre,
code {
  background: #f8f8f8;
}
pre > code {
  background: none;
  line-height: 1.5;
  color: #111;
  text-align: left;
  white-space: pre-wrap;
  word-spacing: normal;
  word-break: normal;
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4;
  -webkit-hyphens: none;
          hyphens: none;
}
pre {
  position: relative;
  padding: 0.3125rem;
  margin-bottom: 1.25rem;
}
code {
  color: #c92a2a;
  font-size: 0.875rem;
}
.line-highlight {
  position: absolute;
  left: 0;
  right: 0;
  padding: inherit 0;
  margin-top: 1em /* Same as .prism’s padding-top */;
  background: rgba(153,122,102,0.08);
  background: linear-gradient(to right, rgba(153,122,102,0.1) 70%, rgba(153,122,102,0));
  pointer-events: none;
  line-height: inherit;
  white-space: pre;
}
.sample > .toolbar {
  right: 0.9375em !important;
  top: 3.7875em !important;
}
.toolbar {
  position: absolute;
  white-space: no-wrap;
  right: 0 !important;
  top: 0 !important;
  padding: 0.3125rem 0;
  opacity: 1 !important;
  background: rgba(248,248,248,0.8);
  font-family: var(--font-family);
  pointer-events: all;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.toolbar-item a {
  font-size: large !important;
  border-radius: 0px !important;
  background: none !important;
}
.token.tab:not(:empty),
.token.cr,
.token.lf,
.token.space {
  position: relative;
}
.token.tab:not(:empty):before,
.token.cr:before,
.token.lf:before,
.token.space:before {
  color: #808080;
  opacity: 0.6;
  position: absolute;
}
.token.tab:not(:empty):before {
  content: '\21E5';
}
.token.cr:before {
  content: '\240D';
}
.token.crlf:before {
  content: '\240D\240A';
}
.token.lf:before {
  content: '\240A';
}
.token.space:before {
  content: '\00B7';
}
@media print {
  .code-toolbar>.toolbar {
    display: none !important;
  }
}

/*!****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!../../node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./components/hint.page.styl ***!
  \****************************************************************************************************************************************************************************************************************************************************************/
.hint {
  font-size: 13px;
  position: relative;
  top: 45px;
  z-index: 99;
  left: 0;
  width: 100%;
  color: #e58900;
  background: #fff0e3;
}

/*!***********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!../../node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./components/katex/katex.page.styl ***!
  \***********************************************************************************************************************************************************************************************************************************************************************/
.katex {
  font-size: 1.2em;
}

/*!*************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!../../node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./components/loader/loader.page.styl ***!
  \*************************************************************************************************************************************************************************************************************************************************************************/
.page-loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.loader-container {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
}
.loader {
  text-indent: -9999em;
  border: 0.3125rem solid rgba(95,159,214,0.2);
  border-left: 0.3125rem solid #5f9fd6;
  animation: load8 1.1s infinite linear;
  border-radius: 50%;
  width: 3.125rem;
  height: 3.125rem;
  margin-left: -1.5625rem;
  margin-top: -1.5625rem;
  left: 50%;
  top: 50%;
  position: absolute;
}
@keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*!*************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!../../node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./components/marker/marker.page.styl ***!
  \*************************************************************************************************************************************************************************************************************************************************************************/
[data-marker-enabled] {
  outline: 0;
}
body > .marker {
  position: fixed;
  z-index: 100;
  display: none;
  box-shadow: 0 2px 7px rgba(0,0,0,0.3);
  background: #fff;
  font-size: 0.8125rem;
  transition: transform 0.1s ease-out, opacity 0.1s ease-out;
  transform: scale(0.8);
  transform-origin: 0 100%;
  pointer-events: none;
  background: #fff;
  padding: 1px;
  border: 1px solid #aaa;
}
body > .marker.open {
  transform: none;
  pointer-events: auto;
}
body > .marker .marker__toolbar {
  padding: 1px;
  background: #f2f6f7;
  white-space: nowrap;
  font-size: 0;
}
body > .marker .marker__action {
  display: inline-block;
  text-align: center;
  font-size: 1rem;
  vertical-align: top;
  cursor: pointer;
  padding: 0.5rem;
  color: #8395a1;
  position: relative;
}
body > .marker .marker__action:hover {
  background: #e3e7e8;
  color: #5a6b75;
}
body > .marker .marker__icon {
  display: block;
  margin: 0.125rem;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
}
body > .marker .marker__icon.icon-yellow {
  background: #ffc100;
}
body > .marker .marker__icon.icon-green {
  background: #54d651;
}
body > .marker .marker__icon.icon-red {
  background: #ff3b30;
}

/*!*********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!../../node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./components/menu/menu.page.styl ***!
  \*********************************************************************************************************************************************************************************************************************************************************************/
.menu {
  padding: 0.3125rem 0rem;
  font-size: 0.875rem;
}
.menu .icon {
  font-size: 1rem;
  display: inline-block;
  margin-right: 0.3125rem;
  line-height: 1.125rem;
  vertical-align: top;
}
.hasjs .menu.collapsed {
  display: none;
}
.menu__item .menu {
  padding: 0;
}
.menu__link {
  outline: 0;
  text-align: left;
  display: block;
  width: 100%;
  padding: 0.75rem 0.9375rem;
  line-height: 1.125rem;
  color: #555;
  border-left: 3px solid transparent;
  position: relative;
}
.menu__link.highlight {
  background: #fbeff3;
}
.menu__link.expandable:after {
  font-family: 'vj4icon';
  font-size: 1rem;
  content: '\EA1D';
  position: absolute;
  right: 15px;
  top: 50%;
  line-height: 1;
  margin-top: -0.5rem;
  transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0.85;
}
a.menu__link.half,
button.menu__link.half {
  padding-right: 0;
  width: 50%;
}
a.menu__link.disabled,
button.menu__link.disabled {
  cursor: default;
  opacity: 0.5;
}
a.menu__link:hover,
button.menu__link:hover {
  text-decoration: none;
}
a.menu__link:not(.disabled):hover,
button.menu__link:not(.disabled):hover {
  color: #555;
  background: #f4f4f4;
  border-color: #4690d0;
}
a.menu__link.active,
button.menu__link.active,
a.menu__link.active:hover,
button.menu__link.active:hover {
  border-color: #d11845;
  background: #ed5f82;
  color: #fff;
}
.menu__item .menu .menu__link {
  padding-left: 1.5625rem;
}
.menu__seperator {
  height: 1px;
  border-top: 1px solid #eee;
  margin: 0.3125rem 0rem;
}

/*!***************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!../../node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./components/messagepad/DialogueListItem.page.styl ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************/
.messagepad__list-item {
  display: block;
  padding: 1.25rem 0.9375rem 1.25rem 0.8125rem;
  border-left: 2px solid transparent;
  cursor: pointer;
  transition: border-color 0.1s linear, background-color 0.1s linear;
  overflow: hidden;
  text-overflow: ellipsis;
}
.messagepad__list-item:hover {
  border-color: #ddd;
  background: #f4f4f4;
  text-decoration: none;
}
.messagepad__list-item.active {
  border-color: #ed5f82;
  background: rgba(237,95,130,0.07);
}
.messagepad__desc {
  font-size: 0.8125rem;
  color: #888;
  max-height: 2em;
  margin-top: 0.3125rem;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}

/*!******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!../../node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./components/messagepad/Message.page.styl ***!
  \******************************************************************************************************************************************************************************************************************************************************************************/
.messagepad__message {
  overflow: hidden;
  display: flex;
  margin-bottom: 1.875rem;
}
.messagepad__message:last-child {
  margin-bottom: 0;
}
.messagepad__message.side--self {
  justify-content: flex-end;
}
.messagepad__message__body {
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.9375rem;
  margin-bottom: 0.5rem;
  position: relative;
  min-width: 6.25rem;
  white-space: pre-wrap;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.messagepad__message__body time {
  opacity: 0.6;
  font-size: 0.8125rem;
}
.messagepad__message__body:after {
  position: absolute;
  width: 0;
  height: 0;
  content: '';
  top: 0;
}
.side--other .messagepad__message__body {
  margin-left: 1.25rem;
  background: #5f9fd6;
  color: #fff;
  order: 1;
}
.side--other .messagepad__message__body:after {
  left: -0.625rem;
  border-top: 10px solid #5f9fd6;
  border-right: 0 solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 10px solid transparent;
}
.side--self .messagepad__message__body {
  margin-right: 1.25rem;
  background: #f0f0f0;
  color: #222;
  order: -1;
}
.side--self .messagepad__message__body time {
  text-align: right;
}
.side--self .messagepad__message__body:after {
  right: -0.625rem;
  border-top: 10px solid #f0f0f0;
  border-right: 10px solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 0 solid transparent;
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!../../node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./components/messagepad/MessagePad.page.styl ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************/
#messagePad {
  min-height: 31.25rem;
  position: relative;
}
.messagepad {
  position: relative;
}
.messagepad__sidebar {
  border-right: 1px solid #eee;
  float: left;
  width: 15.625rem;
}
.messagepad__list {
  overflow: auto;
  height: 31.25rem;
}
.messagepad__header {
  position: absolute;
  left: 15.625rem;
  right: 0;
  top: 0;
  height: 1.875rem;
  padding: 0.3125rem;
  text-align: center;
  border-bottom: 1px solid #eee;
}
.messagepad__content {
  position: absolute;
  left: 15.625rem;
  right: 0;
  top: 1.875rem;
  bottom: 5rem;
  overflow: auto;
  padding: 1.875rem;
}
.messagepad__input {
  display: none;
  position: absolute;
  left: 15.625rem;
  right: 0;
  bottom: 0;
  height: 80px;
  border-top: 1px solid #eee;
}
.messagepad__input.visible {
  display: block;
}
.messagepad__input button {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  right: 0;
  width: 3.125rem;
  top: 0;
  height: 100%;
  border: 0;
  background: none;
  text-align: center;
  line-height: 5rem;
  font-size: 1rem;
  transition: background-color 0.1s, color 0.1s, opacity 0.1s;
  transition-timing-function: linear;
  outline: 0;
}
.messagepad__input button:enabled {
  cursor: pointer;
  background-color: #5f9fd6;
  color: #fff;
}
.messagepad__input button:enabled:hover {
  background-color: #6fa9da;
}
.messagepad__input button:disabled {
  color: #555;
  opacity: 0.3;
}
.messagepad__textarea-container {
  position: absolute;
  left: 0.625rem;
  right: 3.75rem;
  top: 0.625rem;
  bottom: 0.625rem;
}
.messagepad__textarea-container textarea {
  display: block;
  border: 0;
  background: none;
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: 0.875rem;
  resize: none;
  outline: 0;
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!../../node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./components/navigation/hamburgers.page.styl ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************/
.hamburger {
  padding: 0px 0px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger-box {
  width: 1.125rem;
  height: 0.75rem;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -0.0625rem;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 1.125rem;
  height: 0.125rem;
  background-color: #fff;
  border-radius: 1px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.layout--immersive .hamburger-inner,
.layout--immersive .hamburger-inner::before,
.layout--immersive .hamburger-inner::after {
  background-color: #fff;
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -0.3125rem;
}
.hamburger-inner::after {
  bottom: -0.3125rem;
}
.hamburger--spin .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!../../node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./components/navigation/navigation.page.styl ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************/
.nav--placeholder {
  height: 45px;
}
.nav {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 2.8125rem;
  font-size: 0.875rem;
  transition: background 0.2s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 500;
  background: rgba(255,255,255,0.98);
}
.nav .nav__item {
  color: #555;
}
.nav .nav__item.nav--active {
  border-color: #ed5f82;
}
.nav .nav__item.nav--active:before {
  box-shadow: 0 0 30px #ed5f82, 0 0 30px #ed5f82;
}
.nav .nav__item:hover {
  border-color: #5f9fd6;
  background: #f8f8f8;
}
.nav .nav__item:hover:before {
  box-shadow: none;
}
.nav .nav__item--round {
  border-color: #5f9fd6;
  color: #5f9fd6;
}
.nav .nav__item--round:hover {
  background-color: #5f9fd6;
  color: #fff;
}
.nav .nav__item--round:visited,
.nav .nav__item--round:active {
  color: #5f9fd6;
}
.hasjs .nav {
  position: fixed;
}
.nojs .nav {
  box-shadow: 0 0 10px rgba(0,0,0,0.4);
  margin-bottom: -2.8125rem;
  overflow: hidden;
}
.nav > .row {
  transition: max-width 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.nav--shadow {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 2.8125rem;
  z-index: 300;
  transition: box-shadow 0.2s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  box-shadow: 0 0 6px rgba(0,0,0,0.3);
}
.nojs .nav--shadow {
  display: none;
}
.nav__list,
.nav__list-item {
  list-style: none;
}
.nav__list--main {
  float: left;
}
.nav__item {
  display: block;
  line-height: 2.4375rem;
  padding: 0rem 1.25rem 0.1875rem 1.25rem;
  border-top: 3px solid transparent;
  color: #000;
  transition: border-color 0.2s, background 0.2s, color 0.2s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
}
.nav__item:before {
  content: '';
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  height: 1px;
}
.nav__item:visited,
.nav__item:active {
  color: #000;
}
.nav__item.nav--active {
  border-color: #9ae3f3;
}
.nav__item.nav--active:before {
  box-shadow: 0 0 30px #fff, 0 0 30px #fff, 0 0 30px #fff;
}
.nav__item:hover {
  text-decoration: none;
  border-color: #bfd9ef;
  background: rgba(255,255,255,0.3);
}
.nav__list--secondary {
  float: right;
}
.nav__item--round {
  display: block;
  line-height: 1.75rem;
  margin: 0.40625rem 0rem;
  padding: 0rem 1.5625rem;
  border-radius: 1rem;
  color: #fff;
  border: 2px solid #fff;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.nav__item--round:visited,
.nav__item--round:active {
  color: #fff;
}
.nav__item--round:hover {
  text-decoration: none;
  background: #fff;
  color: #666;
}
.nav__list-item {
  float: left;
}
.nav__list--main .nav__item--round {
  margin-right: 0.3125rem;
}
.nav__list--secondary .nav__item--round {
  margin-left: 0.3125rem;
}
.nav__logo {
  display: block;
  height: 2rem;
  margin: 0.40625rem 0.3125rem;
}
.nav__logo:hover {
  text-decoration: none;
}
@media only screen and (max-width: 600px) {
  .nav__logo {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .nav .columns {
    padding: 0;
  }
  .nav--shadow {
    display: none;
  }
  .nav.slideout-menu {
    background: #1d1f20;
  }
  .nav__list {
    float: none;
  }
  .nav__list-item {
    float: none;
  }
  .nav__item,
  .nav__item--round,
  .nav .dropdown-target.menu .menu__link {
    line-height: 2.4375rem;
    padding: 0rem 1.25rem 0.1875rem 1.25rem;
    border: 0;
    border-left: 3px solid transparent;
    margin: 0;
    border-radius: 0;
    background: none;
  }
  .nav__item .icon,
  .nav__item--round .icon,
  .nav .dropdown-target.menu .menu__link .icon {
    line-height: inherit;
  }
  .nav__item.nav--active,
  .nav__item--round.nav--active,
  .nav .dropdown-target.menu .menu__link.nav--active {
    border-color: #ed5f82;
  }
  .nav__item:visited,
  .nav__item--round:visited,
  .nav .dropdown-target.menu .menu__link:visited,
  .nav__item:active,
  .nav__item--round:active,
  .nav .dropdown-target.menu .menu__link:active {
    background: none;
    color: #fff;
  }
  .nav__item:hover,
  .nav__item--round:hover,
  .nav .dropdown-target.menu .menu__link:hover {
    border-color: #5f9fd6;
    background: rgba(255,255,255,0.1);
    color: #fff;
  }
  .nav__item:before {
    left: -2px;
    top: 0;
    height: 100%;
    width: 1px;
  }
  .nav .dropdown-target.menu {
    display: block;
    background: none;
    border: 0;
    box-shadow: none;
  }
  .nav .dropdown-target.menu .menu__link {
    padding-left: 2.1875rem;
  }
  .nav .dropdown-target.menu .menu__seperator {
    display: none;
  }
  .nav__list--secondary {
    border-top: 1px solid #666;
  }
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!../../node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./components/notification/notification.page.styl ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************/
.notification {
  position: fixed;
  left: 1.25rem;
  bottom: 1.25rem;
  padding: 0.625rem;
  border-radius: 0.125rem;
  background: rgba(34,34,34,0.9);
  color: #fff;
  font-size: 0.875rem;
  transition: transform 0.2s, opacity 0.2s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 1000;
  line-height: 1.25rem;
  box-shadow: 0 4px 10px rgba(0,0,0,0.4);
  min-width: 9.375rem;
}
.notification img {
  border-radius: 50%;
}
.notification.hide {
  opacity: 0;
  transform: translateY(20px) scale(0.9);
}
.notification:before {
  display: inline-block;
  font-family: 'vj4icon' !important;
  margin-right: 0.625rem;
  font-size: 1rem;
  line-height: 1;
  vertical-align: top;
  margin-top: 0.125rem;
}
.notification.success {
  border-left: 5px solid #9bdb7b;
}
.notification.success:before {
  color: #9bdb7b;
}
.notification.info {
  border-left: 5px solid #78d6f4;
}
.notification.info:before {
  color: #78d6f4;
}
.notification.warn {
  border-left: 5px solid #fcd279;
}
.notification.warn:before {
  color: #fcd279;
}
.notification.error {
  border-left: 5px solid #fd848d;
}
.notification.error:before {
  color: #fd848d;
}
.notification.success:before {
  content: '\EA09';
}
.notification.info:before {
  content: '\EA2E';
}
.notification.warn:before {
  content: '\EA2E';
}
.notification.error:before {
  content: '\EA0D';
}
@media only screen and (max-width: 600px) {
  .notification {
    padding: 1.25rem 0.9375rem;
    left: 0;
    width: 100%;
    min-width: auto;
    bottom: 0;
  }
}
.notification-content {
  float: right;
  margin-top: 0.4375rem;
  margin-left: 0.625rem;
  margin-right: 0.9375rem;
}
.notification-content h2 {
  color: #fff;
}
.notification-content p {
  margin-top: 0.4375rem;
  font-size: larger;
}
@media print {
  .notification {
    display: none !important;
  }
}

/*!*********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!../../node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./components/nprogress.page.styl ***!
  \*********************************************************************************************************************************************************************************************************************************************************************/
#nprogress {
  pointer-events: none;
}
#nprogress .bar {
  background: #5f9fd6;
  position: fixed;
  top: 45px;
  z-index: 99;
  left: 0;
  width: 100%;
  height: 2px;
}
@media only screen and (max-width: 600px) {
  #nprogress .bar {
    margin-top: 0.625rem;
  }
}
#nprogress .peg {
  display: none;
}
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 99999;
  top: 0.84375rem;
  right: 0.84375rem;
}
#nprogress .spinner-icon {
  width: 1.125rem;
  height: 1.125rem;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #5f9fd6;
  border-left-color: #5f9fd6;
  border-radius: 50%;
  animation: nprogress-spinner 400ms linear infinite;
}
.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}
@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*!******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!../../node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./components/omnisearch/omnibar.page.styl ***!
  \******************************************************************************************************************************************************************************************************************************************************************************/
.omnibar {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.1);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  z-index: 999;
  transition: 0.2s;
}
.omnibar-main {
  height: 80%;
  width: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
}
.omnibar-main >div:first-child {
  transition: 0.2s;
  margin-bottom: 10px;
}
.omnibar-main >div:first-child input {
  background-color: #fff;
  border-radius: 5px;
  border: 2px solid #aaa;
  padding-left: 42px;
  height: 48px;
  width: 100%;
  font-size: 18px;
  outline: 0;
  box-sizing: border-box;
}
.omnibar-main >div:first-child span {
  height: 48px;
  width: 48px;
  position: absolute;
  display: grid;
  scale: 1.5;
  place-items: center;
  top: 0px;
  left: 0px;
}
.omnibar-main >div:last-child {
  flex: 1;
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow-x: hidden;
  overflow-y: auto;
}
.omnibar-main >div:last-child::-webkit-scrollbar {
  width: 0 !important;
}
.omnibar-toggle {
  z-index: 99;
  background: #fff;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  position: fixed;
  right: 20px;
  bottom: 30px;
  transition: 0.2s;
  border-radius: 5px;
}
.omnibar-toggle:hover {
  background: #ccc;
}
.omnibar-toggle span {
  scale: 1.5;
}
#omnibar-content {
  overscroll-behavior: none;
}
.omnibar-content-title {
  text-align: left;
  margin-bottom: 10px;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
}
.omnibar-content-section {
  background: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  padding: 10px;
  line-height: 1;
  margin-bottom: 10px;
  border: 2px solid #888;
  box-sizing: border-box;
  width: 100%;
  text-decoration: none !important;
}
.omnibar-content-section:hover {
  background: #eee;
}
.omnibar-content-section >div {
  width: 100%;
  display: flex;
  flex-direction: row;
}
.omnibar-user img {
  height: 36px;
  width: 36px;
  border-radius: 50%;
  margin-right: 10px;
}
.omnibar-user-info >span {
  font-size: 14px;
  margin-bottom: 3px;
  display: inline-block;
}
.omnibar-user-info >div {
  display: flex;
  flex-direction: row;
}
.omnibar-problem a {
  margin: 2px 0px 3px 0px;
}
.omnibar-problem .icon {
  margin-right: 3px;
}
.omnibar-problem .icon:not(:first-child) {
  margin-left: 10px;
}
@media print {
  .omnibar,
  .omnibar-toggle {
    display: none;
  }
}

/*!***********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!../../node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./components/pager/pager.page.styl ***!
  \***********************************************************************************************************************************************************************************************************************************************************************/
.pager {
  text-align: center;
  font-size: 0.8125rem;
}
.pager:empty {
  display: none;
}
.pager.pager-bottom {
  margin-bottom: 0.625rem;
  border-top: 2px solid #e4e4e4;
}
.pager.pager-bottom .pager__item {
  border-top: 2px solid #e4e4e4;
}
.pager.pager-top {
  margin-top: 0.625rem;
  border-bottom: 2px solid #e4e4e4;
}
.pager.pager-top .pager__item {
  border-bottom: 2px solid #e4e4e4;
}
.pager li {
  margin: 0;
  display: inline-block;
  margin-top: -2px;
}
.pager__item {
  display: inline-block;
  padding: 0.625rem;
  text-decoration: none;
  border: 0;
  transition: border-top 0.2s linear, color 0.2s linear;
  color: #a7a7a7;
}
.pager__item.link,
.typo .pager__item.link {
  color: #a7a7a7;
}
.pager__item.link:hover {
  border-color: #5f9fd6;
  text-decoration: none;
}
.pager__item.link:hover,
.typo .pager__item.link:hover {
  color: #666;
}
.pager__item.current {
  color: #ed5f82 !important;
  border-color: #ed5f82 !important;
}
@media only screen and (max-width: 600px) {
  .pager__item.ellipsis,
  .pager__item.first,
  .pager__item.previous,
  .pager__item.next,
  .pager__item.last {
    display: none;
  }
}

/*!**********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!../../node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./components/problem/rp.page.styl ***!
  \**********************************************************************************************************************************************************************************************************************************************************************/
.problem__rp-tag {
  font-size: 0.8em;
  padding: 0rem 0.3125rem;
  color: #aaa;
}

/*!***********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!../../node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./components/problem/tag.page.styl ***!
  \***********************************************************************************************************************************************************************************************************************************************************************/
.problem__tags {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  font-size: 0;
  word-break: keep-all;
  display: flex;
  flex-wrap: wrap;
}
.problem__tag {
  display: inline-block;
  vertical-align: top;
  height: 1.625rem;
  margin: 0rem 0.125rem 0.125rem 0rem !important;
  padding: 0 !important;
}
.problem__tag-item {
  padding: 0 10px !important;
  margin-left: 0.1875rem;
  margin-bottom: 0.3125rem;
  line-height: 30px !important;
}
.problem__tag-item:hover {
  text-decoration: none;
}
.problem__tag-item > span {
  display: flex;
  align-items: center;
}
.problem__tag-link {
  display: inline-block;
  padding: 0rem 0.4375rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 15.625rem;
  line-height: 1.625rem;
  height: 1.625rem;
  background: #f0f0f0;
  color: #555 !important;
  font-size: 0.8125rem;
}
.problem__tag-link:hover {
  background: #5f9fd6;
  color: #fff !important;
  text-decoration: none;
}
.col--problem-name .problem__tags {
  float: right;
}
.col--problem-name .problem__tag {
  margin: 0rem 0.125rem 0rem 0rem !important;
}

/*!***************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!../../node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./components/profile/profile.page.styl ***!
  \***************************************************************************************************************************************************************************************************************************************************************************/
.user-profile-avatar {
  border-radius: 50% !important;
}
.user-profile-badge {
  display: inline-block !important;
  font-size: 0.75rem !important;
  padding: 0.1875rem 0.25rem !important;
  line-height: 1 !important;
}
.user-profile-badge:hover {
  text-decoration: none !important;
}
.user-profile-bg--1 {
  background-image: url(components/profile/backgrounds/1.jpg?8dbcf2);
}
.user-profile-bg--thumbnail-1 {
  background-image: url(components/profile/backgrounds/thumbnail/1.jpg?790e3a);
}
.user-profile-bg--2 {
  background-image: url(components/profile/backgrounds/2.jpg?62807c);
}
.user-profile-bg--thumbnail-2 {
  background-image: url(components/profile/backgrounds/thumbnail/2.jpg?caab1a);
}
.user-profile-bg--3 {
  background-image: url(components/profile/backgrounds/3.jpg?156eed);
}
.user-profile-bg--thumbnail-3 {
  background-image: url(components/profile/backgrounds/thumbnail/3.jpg?c3091d);
}
.user-profile-bg--4 {
  background-image: url(components/profile/backgrounds/4.jpg?a6effc);
}
.user-profile-bg--thumbnail-4 {
  background-image: url(components/profile/backgrounds/thumbnail/4.jpg?35efdb);
}
.user-profile-bg--5 {
  background-image: url(components/profile/backgrounds/5.jpg?90a90b);
}
.user-profile-bg--thumbnail-5 {
  background-image: url(components/profile/backgrounds/thumbnail/5.jpg?52e847);
}
.user-profile-bg--6 {
  background-image: url(components/profile/backgrounds/6.jpg?1e8532);
}
.user-profile-bg--thumbnail-6 {
  background-image: url(components/profile/backgrounds/thumbnail/6.jpg?7c48b3);
}
.user-profile-bg--7 {
  background-image: url(components/profile/backgrounds/7.jpg?ab7e53);
}
.user-profile-bg--thumbnail-7 {
  background-image: url(components/profile/backgrounds/thumbnail/7.jpg?ca6585);
}
.user-profile-bg--8 {
  background-image: url(components/profile/backgrounds/8.jpg?1987ba);
}
.user-profile-bg--thumbnail-8 {
  background-image: url(components/profile/backgrounds/thumbnail/8.jpg?9a6d8a);
}
.user-profile-bg--9 {
  background-image: url(components/profile/backgrounds/9.jpg?78fea3);
}
.user-profile-bg--thumbnail-9 {
  background-image: url(components/profile/backgrounds/thumbnail/9.jpg?4e7712);
}
.user-profile-bg--10 {
  background-image: url(components/profile/backgrounds/10.jpg?9742e2);
}
.user-profile-bg--thumbnail-10 {
  background-image: url(components/profile/backgrounds/thumbnail/10.jpg?46331f);
}
.user-profile-bg--11 {
  background-image: url(components/profile/backgrounds/11.jpg?ae92c6);
}
.user-profile-bg--thumbnail-11 {
  background-image: url(components/profile/backgrounds/thumbnail/11.jpg?80e334);
}
.user-profile-bg--12 {
  background-image: url(components/profile/backgrounds/12.jpg?957777);
}
.user-profile-bg--thumbnail-12 {
  background-image: url(components/profile/backgrounds/thumbnail/12.jpg?839d82);
}
.user-profile-bg--13 {
  background-image: url(components/profile/backgrounds/13.jpg?3370e0);
}
.user-profile-bg--thumbnail-13 {
  background-image: url(components/profile/backgrounds/thumbnail/13.jpg?1ca514);
}
.user-profile-bg--14 {
  background-image: url(components/profile/backgrounds/14.jpg?4ac286);
}
.user-profile-bg--thumbnail-14 {
  background-image: url(components/profile/backgrounds/thumbnail/14.jpg?0835a4);
}
.user-profile-bg--15 {
  background-image: url(components/profile/backgrounds/15.jpg?ca8dc7);
}
.user-profile-bg--thumbnail-15 {
  background-image: url(components/profile/backgrounds/thumbnail/15.jpg?1599bc);
}
.user-profile-bg--16 {
  background-image: url(components/profile/backgrounds/16.jpg?74dbbb);
}
.user-profile-bg--thumbnail-16 {
  background-image: url(components/profile/backgrounds/thumbnail/16.jpg?56968f);
}
.user-profile-bg--17 {
  background-image: url(components/profile/backgrounds/17.jpg?fc81a6);
}
.user-profile-bg--thumbnail-17 {
  background-image: url(components/profile/backgrounds/thumbnail/17.jpg?3266de);
}
.user-profile-bg--18 {
  background-image: url(components/profile/backgrounds/18.jpg?37e6f2);
}
.user-profile-bg--thumbnail-18 {
  background-image: url(components/profile/backgrounds/thumbnail/18.jpg?4fffd0);
}
.user-profile-bg--19 {
  background-image: url(components/profile/backgrounds/19.jpg?3d235f);
}
.user-profile-bg--thumbnail-19 {
  background-image: url(components/profile/backgrounds/thumbnail/19.jpg?2c1ccb);
}
.user-profile-bg--20 {
  background-image: url(components/profile/backgrounds/20.jpg?c44a89);
}
.user-profile-bg--thumbnail-20 {
  background-image: url(components/profile/backgrounds/thumbnail/20.jpg?4a1772);
}
.user-profile-bg--21 {
  background-image: url(components/profile/backgrounds/21.jpg?c0bde0);
}
.user-profile-bg--thumbnail-21 {
  background-image: url(components/profile/backgrounds/thumbnail/21.jpg?01348c);
}
.badge--mod {
  background-color: #cf70ab !important;
  color: #fff !important;
}
.badge--su {
  background-color: #f00 !important;
  color: #fff !important;
}
.badge--lv0 {
  background-color: #efefef !important;
  color: #727171 !important;
}
.badge--lv1 {
  background-color: #9db4bd !important;
  color: #fff !important;
}
.badge--lv2 {
  background-color: #9db4bd !important;
  color: #fff !important;
}
.badge--lv3 {
  background-color: #73c3bc !important;
  color: #fff !important;
}
.badge--lv4 {
  background-color: #73c3bc !important;
  color: #fff !important;
}
.badge--lv5 {
  background-color: #81ba6c !important;
  color: #fff !important;
}
.badge--lv6 {
  background-color: #81ba6c !important;
  color: #fff !important;
}
.badge--lv7 {
  background-color: #f7b200 !important;
  color: #fff !important;
}
.badge--lv8 {
  background-color: #ff9251 !important;
  color: #fff !important;
}
.badge--lv9 {
  background-color: #eb6363 !important;
  color: #fff !important;
}
.badge--lv10 {
  background-color: #575757 !important;
  color: #fff !important;
}

/*!*************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!../../node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./components/record/record.page.styl ***!
  \*************************************************************************************************************************************************************************************************************************************************************************/
.record-status--text.pass {
  color: #25ad40 !important;
}
.record-status--text.fail {
  color: #fb5555 !important;
}
.record-status--text.progress {
  color: #f39800 !important;
}
.record-status--text.ignored {
  color: #9fa0a0 !important;
}
.record-status--text.pending {
  color: #9fa0a0 !important;
}
.record-status--icon {
  display: inline-block;
  width: 1.15em;
}
.record-status--icon.pass:before {
  content: '\EA0A';
  color: #25ad40;
}
.record-status--icon.fail:before {
  content: '\EA0E';
  color: #fb5555;
}
.record-status--icon.progress:before {
  content: '\EA2D';
  color: #f39800;
}
.record-status--icon.ignored:before {
  content: '\EA0E';
  color: #9fa0a0;
}
.record-status--icon.pending:before {
  content: '\EA4A';
  color: #9fa0a0;
}
.record-status--border {
  border-left: 0.1875rem solid transparent;
}
.record-status--border.pass {
  border-left: 0.1875rem solid #2ac649;
}
.record-status--border.fail {
  border-left: 0.1875rem solid #fb6666;
}
.record-status--border.progress {
  border-left: 0.1875rem solid #ffa50f;
}
.record-status--border.ignored {
  border-left: 0.1875rem solid #a9aaaa;
}
.record-status--border.pending {
  border-left: 0.1875rem solid #a9aaaa;
}
.record-status--background {
  color: #fff;
}
.record-status--background.pass {
  background: #25ad40;
}
.record-status--background.fail {
  background: #fb5555;
}
.record-status--background.progress {
  background: #f39800;
}
.record-status--background.ignored {
  background: #9fa0a0;
}
.record-status--background.pending {
  background: #9fa0a0;
}

/*!***************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!../../node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./components/rotator/rotator.page.styl ***!
  \***************************************************************************************************************************************************************************************************************************************************************************/
.rotator {
  position: relative;
  height: 1em;
}
.rotator__item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.2s, opacity 0.2s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.rotator__item.pos--above {
  transform: translateY(-100%);
  opacity: 0;
}
.rotator__item.pos--below {
  transform: translateY(100%);
  opacity: 0;
}

/*!********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!../../node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./components/scratchpad/DataInput.page.styl ***!
  \********************************************************************************************************************************************************************************************************************************************************************************/
.scratchpad__data-input {
  border: 0;
  border-left: 3px solid #e0e0e0;
  background: #f8f8f8;
  padding: 0.5rem 0.25rem;
  font-family: var(--code-font-family);
  font-size: 0.875rem;
  outline: 0;
  resize: none;
  color: #666;
  height: 100%;
  width: 100%;
  transition: background-color 0.2s linear, border-color 0.2s linear;
}
.scratchpad__data-input:focus {
  background: #fff;
  border-color: #cfe2f3;
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!../../node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./components/scratchpad/Editor.page.styl ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************/
.ScratchpadMonacoEditor {
  flex: 1;
  position: relative;
}
.cm-s-vjcm {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-family: var(--code-font-family);
  font-size: 0.875rem;
  line-height: 1.2;
}

/*!****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!../../node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./components/scratchpad/Panel.page.styl ***!
  \****************************************************************************************************************************************************************************************************************************************************************************/
.scratchpad__panel-title {
  background: #5f9fd6;
  line-height: 2.125rem;
  padding: 0rem 0.3125rem;
  font-size: 0.8125rem;
  color: #fff;
}
.splitpane-fill {
  display: flex;
  position: absolute;
  overflow: hidden;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!../../node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./components/scratchpad/PanelButton.page.styl ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************/
.scratchpad__panel-button {
  background: none;
  border: 0;
  line-height: 2.125rem;
  margin: 0;
  color: #fff;
  padding: 0rem 0.3125rem;
  cursor: pointer;
  font-size: 0.8125rem;
  outline: 0;
}
.scratchpad__panel-button:hover {
  color: #fff170;
}

/*!**************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!../../node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./components/scratchpad/Tab.page.styl ***!
  \**************************************************************************************************************************************************************************************************************************************************************************/
.scratchpad__tablist {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.scratchpad__tablist div {
  display: flex;
  width: 50px;
  height: 50px;
  font-size: 28px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 0.5rem 0;
  fill: #666;
  color: #666;
  cursor: pointer;
}
.scratchpad__tablist div:hover {
  fill: #000;
  color: #000;
}
.scratchpad__tablist div.scratchpad__tab-active {
  border-left: 4px solid #000;
  fill: #000;
  color: #000;
  cursor: default;
}

/*!******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!../../node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./components/scratchpad/Toolbar.page.styl ***!
  \******************************************************************************************************************************************************************************************************************************************************************************/
.scratchpad__toolbar {
  background: #f2f6f7;
  padding: 0.5rem;
  font-size: 0.8125rem;
  font-weight: normal;
}
.scratchpad__toolbar__item {
  margin-right: 0.3125rem;
}
.scratchpad__toolbar__item .select {
  margin: 0;
  height: auto;
  line-height: 1;
}
.scratchpad__toolbar__button {
  padding: 0.3125rem;
  font-size: 0.8125rem;
  font-weight: normal;
  background: none;
  border: 1px solid transparent;
  color: #8395a1;
  outline: 0;
  transition: 0.2s linear opacity;
}
.scratchpad__toolbar__button>div {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.scratchpad__toolbar__button.enabled {
  cursor: pointer;
}
.scratchpad__toolbar__button .icon {
  font-size: 1rem;
  margin-right: 2px;
}
.scratchpad__toolbar__button.enabled:hover {
  color: #5a6b75;
  background: #e3e7e8;
}
.scratchpad__toolbar__button.activated {
  color: #fff !important;
  background: #ed5f82 !important;
}
.scratchpad__toolbar__button.disabled {
  pointer-events: none;
  opacity: 0.3;
}
.scratchpad__toolbar__split {
  width: 1px;
  height: 1rem;
  background: #ddd;
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!../../node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./components/scratchpad/scratchpad.page.styl ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************/
.scratchpad-container {
  position: absolute;
  background: #fff;
}
#scratchpad {
  position: absolute;
  left: 0;
  top: 45px;
  width: 100%;
  bottom: 0;
}
.scratchpad__problem {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}
.scratchpad__toolbar__pretest.enabled:hover .icon {
  color: #ff4136;
}
.scratchpad__toolbar__submit.enabled:hover .icon {
  color: #2ecc40;
}
.scratchpad__records__table.loading {
  opacity: 0.6;
}
.scratchpad__records__table .col--at {
  width: 7.5rem;
}
.scratchpad__records__table .col--time,
.scratchpad__records__table .col--memory {
  width: 4.375rem;
}
.scratchpad__records__table .col--detail {
  border-right: 1px solid #e4e4e4;
}
.scratchpad__records__table .icol {
  display: inline-block;
}
.scratchpad__records__table .icol--pretest {
  width: 3.75rem;
}
.scratchpad__records__table .icol--pretest .flag {
  font-size: 0.75rem;
  color: #fff;
  padding: 0.125rem 0.1875rem;
}
.scratchpad__records__table .icol--stat {
  color: #aaa;
  width: 3.75rem;
}
.scratchpad-ai-correction {
  padding: 0.625rem;
  border-top: 1px solid #e4e4e4;
}
.scratchpad-ai-correction .section__header {
  margin-bottom: 0.625rem;
}
.scratchpad-ai-correction .section__title {
  font-size: 1rem;
  font-weight: bold;
  color: #3d3d3d;
}
.scratchpad-ai-correction .ai-correction-btn {
  width: 100%;
  text-align: left;
  background: #ff7d37;
  color: #fff;
  border: none;
  padding: 0.625rem 0.875rem;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 1rem;
}
.scratchpad-ai-correction .ai-correction-btn:hover {
  background: #e66a1f;
}
.scratchpad-ai-correction .ai-correction-loading {
  text-align: center;
  padding: 1.25rem;
  color: #3d3d3d;
}
.scratchpad-ai-correction .ai-correction-spinner {
  width: 1.875rem;
  height: 1.875rem;
  border: 3px solid #f3f3f3;
  border-top: 3px solid #ff7d37;
  border-radius: 50%;
  animation: ai-correction-spin 1s linear infinite;
  margin: 0 auto 0.625rem;
}
.scratchpad-ai-correction .ai-correction-result .code-section,
.scratchpad-ai-correction .ai-correction-result .analysis-section {
  margin-bottom: 1.25rem;
}
.scratchpad-ai-correction .ai-correction-result .code-section h3,
.scratchpad-ai-correction .ai-correction-result .analysis-section h3 {
  font-size: 1rem;
  color: #ff7d37;
  margin-bottom: 0.625rem;
  border-bottom: 2px solid #ff7d37;
  padding-bottom: 0.3125rem;
}
.scratchpad-ai-correction .ai-correction-result .code-display {
  background: #f1f1f1;
  border: 1px solid #e0e0e0;
  border-radius: 0.5rem;
  padding: 0.9375rem;
  position: relative;
  font-size: 0.875rem;
}
.scratchpad-ai-correction .ai-correction-result .code-display pre {
  margin: 0;
  white-space: pre-wrap;
}
.scratchpad-ai-correction .ai-correction-result .code-display code {
  font-family: 'Courier New', monospace;
}
.scratchpad-ai-correction .ai-correction-result .code-display.with-annotations {
  padding-bottom: 0.3125rem;
}
.scratchpad-ai-correction .ai-correction-result .error-highlight {
  position: absolute;
  left: 0;
  right: 0;
  background: rgba(255,0,0,0.1);
  border-left: 3px solid #f00;
  padding: 0.3125rem 0.625rem;
  font-size: 0.75rem;
  color: #f00;
}
.scratchpad-ai-correction .ai-correction-result .analysis-content {
  padding: 0.9375rem;
  background: #f8f8f8;
  border-radius: 0.5rem;
}
.scratchpad-ai-correction .ai-correction-result .analysis-content p {
  margin: 0.625rem 0;
  line-height: 1.6;
}
.scratchpad-ai-correction .ai-correction-result .analysis-content .error-type,
.scratchpad-ai-correction .ai-correction-result .analysis-content .error-reason,
.scratchpad-ai-correction .ai-correction-result .analysis-content .error-solution {
  display: block;
  margin-bottom: 0.5rem;
}
.scratchpad-ai-correction .ai-correction-result .rating-section {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin: 1.25rem 0;
}
.scratchpad-ai-correction .ai-correction-result .rating-section .rating-stats {
  display: flex;
  gap: 0.625rem;
}
.scratchpad-ai-correction .ai-correction-result .rating-section .rating-stats .like-btn,
.scratchpad-ai-correction .ai-correction-result .rating-section .rating-stats .dislike-btn {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
  padding: 0.5rem 0.75rem;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 1.25rem;
  cursor: pointer;
  transition: all 0.3s;
}
.scratchpad-ai-correction .ai-correction-result .rating-section .rating-stats .like-btn:hover,
.scratchpad-ai-correction .ai-correction-result .rating-section .rating-stats .dislike-btn:hover {
  transform: translateY(-1px);
}
.scratchpad-ai-correction .ai-correction-result .rating-section .rating-stats .like-btn:hover {
  background: #e8f5e9;
  border-color: #4caf50;
}
.scratchpad-ai-correction .ai-correction-result .rating-section .rating-stats .dislike-btn:hover {
  background: #ffebee;
  border-color: #f44336;
}
.scratchpad-ai-correction .ai-correction-result .rating-section .rating-stats .icon {
  font-size: 1rem;
}
.scratchpad-ai-correction .ai-correction-result .action-buttons {
  display: flex;
  gap: 1.25rem;
  margin-top: 1.25rem;
}
.scratchpad-ai-correction .ai-correction-result .action-buttons .practice-btn,
.scratchpad-ai-correction .ai-correction-result .action-buttons .tutor-btn {
  flex: 1;
  padding: 0.625rem;
  border: none;
  border-radius: 0.5rem;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s;
}
.scratchpad-ai-correction .ai-correction-result .action-buttons .practice-btn {
  background: #ff7d37;
  color: #fff;
}
.scratchpad-ai-correction .ai-correction-result .action-buttons .practice-btn:hover {
  background: #e66a1f;
}
.scratchpad-ai-correction .ai-correction-result .action-buttons .tutor-btn {
  background: #f00;
  color: #fff;
}
.scratchpad-ai-correction .ai-correction-result .action-buttons .tutor-btn:hover {
  background: #e60000;
}
.scratchpad-ai-correction .rating-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
.scratchpad-ai-correction .rating-overlay .rating-dialog {
  background: #fff;
  border-radius: 1rem;
  width: 29rem;
  min-height: 12.5rem;
  box-shadow: 0 3px 8px rgba(0,0,0,0.16);
}
.scratchpad-ai-correction .rating-overlay .rating-dialog .rating-header {
  background: #ff7d37;
  padding: 1.125rem 1.5rem;
  border-radius: 1rem 1rem 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.scratchpad-ai-correction .rating-overlay .rating-dialog .rating-header h3 {
  color: #fff;
  font-size: 1.25rem;
  margin: 0;
}
.scratchpad-ai-correction .rating-overlay .rating-dialog .rating-header .close-btn {
  background: none;
  border: none;
  color: #fff;
  font-size: 1.25rem;
  cursor: pointer;
}
.scratchpad-ai-correction .rating-overlay .rating-dialog .rating-body {
  padding: 1.25rem 1.5rem;
}
.scratchpad-ai-correction .rating-overlay .rating-dialog .rating-body p {
  color: #3d3d3d;
  margin-bottom: 1.25rem;
}
.scratchpad-ai-correction .rating-overlay .rating-dialog .rating-body .ai-correction-stars {
  display: flex;
  justify-content: center;
  gap: 0.3125rem;
}
.scratchpad-ai-correction .rating-overlay .rating-dialog .rating-body .ai-correction-stars .ai-correction-star {
  font-size: 2.25rem;
  color: #ddd;
  cursor: pointer;
  transition: color 0.2s;
}
.scratchpad-ai-correction .rating-overlay .rating-dialog .rating-body .ai-correction-stars .ai-correction-star:hover,
.scratchpad-ai-correction .rating-overlay .rating-dialog .rating-body .ai-correction-stars .ai-correction-star.active {
  color: #ffc107;
}
.scratchpad-ai-correction .rating-overlay .rating-dialog .rating-body .ai-correction-stars .ai-correction-star.selected {
  color: #ff9800;
}
.scratchpad-ai-correction .rating-overlay .rating-dialog .rating-body .ai-correction-rating-text {
  text-align: center;
  color: #666;
  margin-top: 0.625rem;
}
.scratchpad-ai-correction .rating-overlay .rating-dialog .rating-body button {
  width: 100%;
  padding: 0.625rem;
  background: #ff7d37;
  color: #fff;
  border: none;
  border-radius: 0.375rem;
  font-size: 1rem;
  cursor: pointer;
  margin-top: 1.25rem;
}
.scratchpad-ai-correction .rating-overlay .rating-dialog .rating-body button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.scratchpad-ai-correction .rating-overlay h4,
.scratchpad-ai-correction .rating-overlay h5 {
  color: #333;
  margin: 0.625rem 0rem 0.5rem;
  padding-bottom: 0.25rem;
  border-bottom: 2px solid #667eea;
  font-size: 0.875rem;
}
.scratchpad-ai-correction .ai-correction-annotation {
  background: #fff3cd;
  border-left: 4px solid #ffc107;
  padding: 0.5rem;
  margin: 0.5rem 0rem;
  border-radius: 4px;
  font-size: 0.8125rem;
}
.scratchpad-ai-correction .ai-correction-annotation-error {
  color: #856404;
  font-weight: bold;
  margin-bottom: 0.25rem;
}
.scratchpad-ai-correction .ai-correction-corrected-code pre {
  background: #f8f9fa;
  padding: 0.625rem;
  border-radius: 4px;
  overflow-x: auto;
  font-size: 0.75rem;
}
.scratchpad-ai-correction .ai-correction-analysis-item {
  background: #e7f3ff;
  border-left: 4px solid #2196f3;
  padding: 0.625rem;
  margin: 0.5rem 0rem;
  border-radius: 4px;
  font-size: 0.8125rem;
}
.scratchpad-ai-correction .ai-correction-analysis-item strong {
  display: block;
  margin-bottom: 0.25rem;
  color: #1976d2;
}
.scratchpad-ai-correction .ai-correction-analysis-item em {
  display: block;
  margin-top: 0.25rem;
  color: #555;
  font-style: italic;
}
.scratchpad-ai-correction .ai-correction-suggestion {
  background: #e8f5e9;
  border-left: 4px solid #4caf50;
  padding: 0.5rem;
  margin: 0.375rem 0rem;
  border-radius: 4px;
  font-size: 0.8125rem;
}
.scratchpad-ai-correction .ai-correction-summary {
  background: #f3e5f5;
  border-left: 4px solid #9c27b0;
  padding: 0.75rem;
  margin: 0.625rem 0rem;
  border-radius: 4px;
  font-style: italic;
  font-size: 0.8125rem;
}
.scratchpad-ai-correction .ai-correction-rating {
  margin-top: 0.9375rem;
  padding-top: 0.625rem;
  border-top: 1px solid #ddd;
}
.scratchpad-ai-correction .ai-correction-quick-rating {
  display: flex;
  gap: 0.625rem;
  justify-content: center;
}
.scratchpad-ai-correction .ai-correction-like,
.scratchpad-ai-correction .ai-correction-dislike {
  padding: 0.375rem 1rem;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 1.25rem;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 0.8125rem;
}
.scratchpad-ai-correction .ai-correction-like:hover {
  background: #e8f5e9;
  border-color: #4caf50;
  color: #4caf50;
}
.scratchpad-ai-correction .ai-correction-dislike:hover {
  background: #ffebee;
  border-color: #f44336;
  color: #f44336;
}
.scratchpad-ai-correction .ai-correction-recommend-btn {
  width: 100%;
  padding: 0.5rem;
  background: #667eea;
  color: #fff;
  border: none;
  border-radius: 0.375rem;
  cursor: pointer;
  margin-top: 0.625rem;
  font-size: 0.8125rem;
}
.scratchpad-ai-correction .ai-correction-recommend-btn:hover {
  background: #5a67d8;
}
.scratchpad-ai-correction .ai-correction-rated {
  text-align: center;
  color: #4caf50;
  padding: 0.625rem;
  font-size: 0.8125rem;
}
.scratchpad-ai-correction .ai-correction-error {
  text-align: center;
  padding: 0.625rem;
}
.scratchpad-ai-correction .ai-correction-rating-dialog {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
.scratchpad-ai-correction .ai-correction-rating-dialog .dialog__content {
  background: #fff;
  border-radius: 0.5rem;
  max-width: 22.5rem;
  width: 90%;
  padding: 1.25rem;
}
.scratchpad-ai-correction .ai-correction-stars {
  font-size: 2rem;
  color: #ddd;
  cursor: pointer;
  text-align: center;
  margin: 0.9375rem 0rem;
}
.scratchpad-ai-correction .ai-correction-star {
  display: inline-block;
  padding: 0 0.25rem;
  transition: color 0.2s;
}
.scratchpad-ai-correction .ai-correction-star.active,
.scratchpad-ai-correction .ai-correction-star.selected {
  color: #ffc107;
}
@keyframes ai-correction-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*!********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!../../node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./components/signin/signin_dialog.page.styl ***!
  \********************************************************************************************************************************************************************************************************************************************************************************/
.dialog--signin__bg {
  background: rgba(0,0,0,0.8);
  position: absolute;
  left: -1.875rem;
  top: 3.125rem;
  bottom: 3.125rem;
  right: -1.875rem;
  z-index: 1;
  box-shadow: 0 3px 10px rgba(0,0,0,0.3);
}
.dialog--signin__main {
  background: #fff;
  width: 20rem;
  padding: 3.125rem 3.125rem;
  margin-right: 18.125rem;
  position: relative;
  z-index: 2;
  box-shadow: 0 0 30px rgba(0,0,0,0.6);
}
.dialog--signin__side {
  position: absolute;
  right: 0;
  width: 20rem;
  padding: 0rem 3.125rem;
  transform: translateY(-50%);
  top: 50%;
  color: #ddd;
}
.dialog--signin__side h1 {
  color: #fff;
}
.dialog--signin__side p {
  margin: 1em 0;
  line-height: 1.2em;
}
.dialog--signin__title {
  text-align: center;
  color: #7fb2de;
}
.dialog--signin__note {
  margin: 0.3em 0 2em 0;
  text-align: center;
  font-size: 0.875rem;
}
.dialog--signin__close-container {
  position: absolute;
  right: 0.9375rem;
  top: 0.9375rem;
}

/*!*********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!../../node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./components/star/star.page.styl ***!
  \*********************************************************************************************************************************************************************************************************************************************************************/
.star {
  border: 0;
  background: none;
  outline: 0;
  padding: 0;
  margin: 0;
  color: #aaa;
}
.star .starred--show {
  display: none;
}
.star .starred--hide {
  display: block;
}
.star.activated {
  color: #ff851b;
}
.star.activated .starred--show {
  display: block;
}
.star.activated .starred--hide {
  display: none;
}

/*!*******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!../../node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./components/tab/tab.page.styl ***!
  \*******************************************************************************************************************************************************************************************************************************************************************/
.section__tab-item {
  margin: 1.25rem 0;
  border-bottom: 1px solid #ddd;
  padding: 0 0.9375rem 0.9375rem;
}
.section__tab-title {
  font-size: 1.25rem;
  color: #888;
  margin-bottom: 0.8em;
}
.section__tab-header-wrapper {
  overflow: hidden;
}
.section__tab-header {
  padding: 0 0.9375rem;
  padding-top: 0.625rem;
  overflow-x: auto;
  white-space: nowrap;
  padding-bottom: 20px;
  margin-bottom: -20px;
}
@media only screen and (max-width: 600px) {
  .section__tab-header {
    padding-top: 0;
    padding-right: 4.0625rem;
    webkit-overflow-scrolling: touch;
    -webkit-mask-image: linear-gradient(to right, #000 80%, rgba(0,0,0,0));
            mask-image: linear-gradient(to right, #000 80%, rgba(0,0,0,0));
  }
}
.section__tab-header-item {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 2.1875rem;
  height: 2.1875rem;
  padding: 0 1.25rem;
  margin-right: 0.625rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .section__tab-header-item {
    line-height: 2rem;
    height: 2rem;
  }
}
.section__tab-container.immersive .section__tab-header-item {
  color: rgba(255,255,255,0.9);
  border-radius: 1px 1px 0 0;
  cursor: pointer;
  transition: background 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.section__tab-container.immersive .section__tab-header-item:hover {
  color: #fff;
}
.section__tab-container.immersive .section__tab-header-item.selected {
  background: #fff;
  color: #666;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
@media only screen and (max-width: 600px) {
  .section__tab-container.immersive .section__tab-header-item.selected {
    box-shadow: none;
    background: transparent;
    color: #fff;
  }
  .section__tab-container.immersive .section__tab-header-item.selected::after {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 3px;
    background: #ed5f82;
    content: '';
  }
}
.section__tab-content {
  position: relative;
}
.section__tab-content .section__tab-main {
  display: none;
  vertical-align: top;
  width: 100%;
}
.section__tab-content .section__tab-main.active {
  display: inline-block;
}

/*!***********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!../../node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./components/table/table.page.styl ***!
  \***********************************************************************************************************************************************************************************************************************************************************************/
.data-table {
  width: 100%;
  table-layout: fixed;
  white-space: nowrap;
  font-size: 0.8125rem;
  font-weight: normal;
}
.data-table th {
  font-size: 0.875rem;
}
.data-table tr {
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}
.data-table tr:nth-child(even) {
  background: #f4f4f4;
}
.data-table tr.highlight {
  background: #fae8ed;
}
.data-table.is--full-row tr {
  cursor: pointer;
}
.data-table.is--full-row tr:hover {
  background: #e7f1f9;
}
.data-table thead > tr {
  color: #888;
  border-top: 0;
  border-bottom: 1px solid #e4e4e4;
}
.data-table td,
.data-table th {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.625rem;
}
.data-table td {
  padding: 0.3125rem 0.625rem;
}
.data-table th {
  padding: 0.8125rem 0.625rem;
}
.data-table .empty-row {
  color: #aaa;
  font-size: 0.8125rem;
}
.section__table-container {
  overflow: hidden;
  overflow-x: auto;
}
.section__table-header {
  background: rgba(255,255,255,0.95);
  box-shadow: 0rem 0.1875rem 0.125rem rgba(0,0,0,0.03);
  position: relative;
  z-index: 100;
  transition: box-shadow 0.2s linear;
}
.section__table-header thead > tr {
  border-bottom: 0;
}
.section__table-header.is_stuck {
  box-shadow: 0rem 0.125rem 0.3125rem rgba(0,0,0,0.2);
}
.section__table-container > .data-table td:first-child,
.section__body > .data-table td:first-child,
.section__table-container > .data-table th:first-child,
.section__body > .data-table th:first-child {
  padding-left: 0.9375rem;
}
.section__table-container > .data-table td:last-child,
.section__body > .data-table td:last-child,
.section__table-container > .data-table th:last-child,
.section__body > .data-table th:last-child {
  padding-right: 0.9375rem;
}

/*!***************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!../../node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./components/tooltip/tooltip.page.styl ***!
  \***************************************************************************************************************************************************************************************************************************************************************************/
.tooltip.drop-element {
  pointer-events: none;
}
.tooltip .drop-content {
  transition: transform 0.1s ease-in-out;
  background: #333;
  color: #fff;
  font-size: 0.8125rem;
  padding: 0.7em 0.9em;
  max-width: 15.625rem;
  box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
  line-height: 1;
  position: relative;
}
.tooltip .drop-content:before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 0.375rem solid transparent;
  pointer-events: none;
}
.tooltip.drop-after-open {
  transition-delay: 0.4s;
}
.tooltip.drop-after-open .drop-content {
  transition-delay: 0.4s;
}
.tooltip.drop-element-attached-bottom.drop-element-attached-center .drop-content {
  transform: scale(0.9) translate(0, 5px) translateZ(0);
}
.tooltip.drop-element-attached-bottom.drop-element-attached-left .drop-content {
  transform: scale(0.9) translate(5px, 5px) translateZ(0);
}
.tooltip.drop-element-attached-bottom.drop-element-attached-right .drop-content {
  transform: scale(0.9) translate(-5px, 5px) translateZ(0);
}
.tooltip.drop-element-attached-top.drop-element-attached-center .drop-content {
  transform: scale(0.9) translate(0, -5px) translateZ(0);
}
.tooltip.drop-element-attached-top.drop-element-attached-left .drop-content {
  transform: scale(0.9) translate(5px, -5px) translateZ(0);
}
.tooltip.drop-element-attached-top.drop-element-attached-right .drop-content {
  transform: scale(0.9) translate(-5px, -5px) translateZ(0);
}
.tooltip.drop-after-open .drop-content {
  transform: scale(1) translateZ(0) !important;
}
.tooltip.drop-element-attached-bottom .drop-content {
  bottom: 0.625rem;
}
.tooltip.drop-element-attached-bottom .drop-content:before {
  border-top-color: #333;
}
.tooltip.drop-element-attached-top .drop-content {
  top: 0.625rem;
}
.tooltip.drop-element-attached-top .drop-content:before {
  border-bottom-color: #333;
}
.tooltip.drop-element-attached-bottom .drop-content:before {
  bottom: -0.75rem;
}
.tooltip.drop-element-attached-top .drop-content:before {
  top: -0.75rem;
}
.tooltip.drop-element-attached-center .drop-content:before {
  margin-left: -0.375rem;
  left: 50%;
}
.tooltip.drop-element-attached-left .drop-content:before {
  left: 0;
}
.tooltip.drop-element-attached-right .drop-content:before {
  right: 0;
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!../../node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./components/training/training.page.styl ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************/
.training-status--icon {
  display: inline-block;
  width: 1.15em;
}
.training-status--icon.outside:before {
  content: '\EA2B';
  color: #aaa;
}
.training-status--icon.progress:before {
  content: '\EA4A';
  color: #e64c72;
}
.training-status--icon.done:before {
  content: '\EA0A';
  color: #25ad40;
}
.training-status--text.outside {
  color: #aaa;
}
.training-status--text.progress {
  color: #e64c72;
}
.training-status--text.done {
  color: #25ad40;
}
.training-section-status--icon {
  display: inline-block;
  width: 1.15em;
}
.training-section-status--icon.done:before {
  content: '\EA0A';
  color: #25ad40;
}
.training-section-status--icon.open:before {
  content: '\EA2B';
  color: ;
}
.training-section-status--icon.progress:before {
  content: '\EA4A';
  color: #e64c72;
}
.training-section-status--icon.invalid:before {
  content: '\EA0E';
  color: ;
}
.training-section-status--text.done {
  color: #25ad40;
}
.training-section-status--text.open {
  color: #e64c72;
}
.training-section-status--text.progress {
  color: #e64c72;
}
.training-section-status--text.invalid {
  color: #aaa;
}

/*!**********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!../../node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./pages/api.page.styl ***!
  \**********************************************************************************************************************************************************************************************************************************************************/
.graphiql-container .doc-explorer-title,
.graphiql-container .history-title {
  overflow: hidden;
  padding: 5px 40px 0px 0px !important;
}
.graphiql-container .docExplorerWrap {
  font-family: var(--code-font-family) !important;
}
.graphiql-container .doc-explorer-back {
  overflow: hidden;
  padding: 8px 20px 0px 20px !important;
}

/*!**************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!../../node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./pages/contest.page.styl ***!
  \**************************************************************************************************************************************************************************************************************************************************************/
.page--contest_main .contest__title {
  font-size: 1.25rem;
  line-height: 1.2em;
  margin-bottom: 0.625rem;
}
.page--contest_main .contest__date {
  margin-right: 0.625rem;
  white-space: nowrap;
  width: 3.75rem;
}
.page--contest_main .contest__info-attended {
  color: #25ad40;
}
.page--contest_main .contest__item {
  border-left: 0.3125rem solid transparent;
  padding-left: 0.3125rem;
}
.page--contest_main .contest__item.live {
  border-left: 0.3125rem solid #e98696;
}
.page--contest_main .contest__item.ready {
  border-left: 0.3125rem solid #469dcf;
}
.page--contest_main .section--contest.live {
  background: #e98696;
  background-image: -webkit-radial-gradient(left top, ellipse farthest-corner, #e98696 0%, #e96b6b 100%);
}
.page--contest_main .section--contest.ready {
  background: #469dcf;
  background-image: -webkit-radial-gradient(left top, ellipse farthest-corner, #8acde6 0%, #469dcf 100%);
}
.page--contest_main .section--contest .status_title {
  display: inline-block;
  font-size: 0.875rem;
  color: #fff;
  background: rgba(0,0,0,0.3);
  padding: 0.4375rem 0.625rem;
  border-radius: 0.125rem;
}
.page--contest_main .section--contest h1 {
  line-height: 1.2;
  font-size: 1.5625rem;
  margin: 1.25rem 0rem;
}
.page--contest_main .section--contest .info {
  color: #fff;
  font-size: 0.875rem;
}
.page--contest_main .section--contest .info .icon {
  color: #ffeb81;
  font-size: 1rem;
}
.page--contest_main .section--contest .info li {
  display: inline-block;
  margin-right: 0.625rem;
}
.page--contest_main .section--contest .attandance {
  margin-top: 0.9375rem;
  font-size: 0.875rem;
  opacity: 0.8;
}
.page--contest_main .section--contest .detail-button {
  cursor: pointer;
  display: block;
  text-align: center;
  background: #f6df45;
  color: #5a4f04;
  line-height: 2.5rem;
  border-radius: 1.25rem;
  width: 9.375rem;
  position: relative;
  overflow: hidden;
  transition: box-shadow 0.4s, background-color 0.4s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.page--contest_main .section--contest .detail-button:after {
  position: absolute;
  background: #fff;
  content: "";
  height: 6.25rem;
  left: -4.375rem;
  top: -1.5625rem;
  width: 3.125rem;
  opacity: 0.2;
  transform: rotate(35deg);
  transition: left 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 1;
}
.page--contest_main .section--contest .detail-button:hover {
  text-decoration: none;
  box-shadow: 0 2px 20px rgba(246,223,69,0.8);
  background: #f8e56a;
}
.page--contest_main .section--contest .detail-button:hover:after {
  left: 150%;
}
@media only screen and (max-width: 600px) {
  .page--contest_main .section--contest .media,
  .page--contest_main .section--contest .media_body,
  .page--contest_main .section--contest .media__right {
    display: block;
    padding: 0;
  }
  .page--contest_main .section--contest .media__right .section__body {
    padding-top: 0;
  }
  .page--contest_main .section--contest .detail-button {
    width: auto;
  }
}
.page--contest_problemlist .col--status {
  width: 9.375rem;
}
.page--contest_problemlist .col--submit-at {
  width: 8.125rem;
  text-align: center;
}
.page--contest_problemlist.nojs .col--submit-at {
  width: 10rem;
}
.page--contest_problemlist .col--score {
  width: 5rem;
  text-align: center;
}
.page--contest_problemlist .col--problem {
  border-left: 1px solid #e4e4e4;
}
@media only screen and (max-width: 600px) {
  .page--contest_problemlist .col--submit-at {
    display: none;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1000px) {
  .page--contest_problemlist .col--time,
  .page--contest_problemlist .col--memory,
  .page--contest_problemlist .col--lang {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .page--contest_problemlist .col--time,
  .page--contest_problemlist .col--memory,
  .page--contest_problemlist .col--submit-at,
  .page--contest_problemlist .col--lang {
    display: none;
  }
}
.page--contest_problemlist .col--submit-by {
  display: none;
}
.page--contest_problemlist .record_main__table .col--status {
  width: 10.625rem;
}
.page--contest_problemlist .record_main__table .col--time,
.page--contest_problemlist .record_main__table .col--memory,
.page--contest_problemlist .record_main__table .col--lang {
  width: 5.9375rem;
  text-align: center;
}
.page--contest_problemlist .record_main__table .col--lang {
  border-right: 1px solid #e4e4e4;
}
.page--contest_scoreboard .main .row {
  max-width: 100vw !important;
}
.page--contest_scoreboard .col--rank {
  width: 3.75rem;
  text-align: center;
  border-right: 1px solid #e4e4e4;
}
.page--contest_scoreboard .col--user {
  min-width: 9.375rem;
}
.page--contest_scoreboard .col--solved,
.page--contest_scoreboard .col--time {
  width: 4.375rem;
  text-align: center;
}
.page--contest_scoreboard .col--total_score {
  width: 6.25rem;
  text-align: center;
}
.page--contest_scoreboard .col--problem {
  width: 6.25rem;
  border-left: 1px solid #e4e4e4;
  text-align: center;
}
.page--contest_scoreboard .scoreboard--acm .col--problem {
  width: 4.375rem !important;
}
@media only screen and (max-width: 600px) {
  .page--contest_scoreboard .col--user {
    width: auto;
  }
  .page--contest_scoreboard .col--problem {
    display: none;
  }
}
.page--contest_user .col--uid {
  width: 6.25rem;
}
.page--contest_balloon .col--bid {
  width: 6.25rem;
}
.page--contest_balloon .col--status {
  width: 6.25rem;
}
.page--contest_balloon .col--problem {
  width: 9.375rem;
}
.page--contest_balloon .col--awards {
  width: 8.125rem;
}
.page--contest_manage .col--score {
  width: 5rem;
}

/*!************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!../../node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./pages/discussion_detail.page.styl ***!
  \************************************************************************************************************************************************************************************************************************************************************************/
.page--discussion_detail .topic__content,
.page--blog_detail .topic__content {
  margin: 1.25rem 0rem;
}
.page--discussion_detail .profile__bg,
.page--blog_detail .profile__bg {
  background-size: cover;
  background-position: center center;
  height: 3.75rem;
  margin-bottom: -2rem;
}
.page--discussion_detail .sidebar-user-profile .media__body,
.page--blog_detail .sidebar-user-profile .media__body {
  padding-left: 0.625rem;
  padding-top: 1.25rem;
}
.page--discussion_detail .sidebar-user-profile .user-profile-name,
.page--blog_detail .sidebar-user-profile .user-profile-name {
  font-size: 1.2rem;
  color: #444;
  vertical-align: middle;
}

/*!**********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!../../node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./pages/discussion_main.page.styl ***!
  \**********************************************************************************************************************************************************************************************************************************************************************/
.page--discussion_main .discussion__item,
.page--discussion_node .discussion__item,
.page--blog_main .discussion__item,
.page--user_detail .discussion__item {
  border-left: 0.3125rem solid transparent;
  padding-left: 0.3125rem;
}
.page--discussion_main .discussion__item.highlight,
.page--discussion_node .discussion__item.highlight,
.page--blog_main .discussion__item.highlight,
.page--user_detail .discussion__item.highlight {
  border-left: 0.3125rem solid #df6589;
}
.page--discussion_main .discussion__title,
.page--discussion_node .discussion__title,
.page--blog_main .discussion__title,
.page--user_detail .discussion__title {
  font-size: 1.25rem;
  line-height: 1.2em;
  margin-bottom: 0.625rem;
}
.page--discussion_main .discussion__title a:visited,
.page--discussion_node .discussion__title a:visited,
.page--blog_main .discussion__title a:visited,
.page--user_detail .discussion__title a:visited {
  color: #bbb;
}
.page--discussion_main .discussion__replies,
.page--discussion_node .discussion__replies,
.page--blog_main .discussion__replies,
.page--user_detail .discussion__replies {
  width: 4.375rem;
}
.page--discussion_main .discussion-node__bg,
.page--discussion_node .discussion-node__bg,
.page--blog_main .discussion-node__bg,
.page--user_detail .discussion-node__bg {
  height: 0;
  box-sizing: content-box;
  padding-bottom: 40%;
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
}
.page--discussion_main .discussion-node__bg.qa,
.page--discussion_node .discussion-node__bg.qa,
.page--blog_main .discussion-node__bg.qa,
.page--user_detail .discussion-node__bg.qa {
  background-image: url(pages/discussion_node_bg/nodes_qa.png?a0e72f);
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (min-resolution: 144dpi) {
  .page--discussion_main .discussion-node__bg.qa,
  .page--discussion_node .discussion-node__bg.qa,
  .page--blog_main .discussion-node__bg.qa,
  .page--user_detail .discussion-node__bg.qa {
    background-image: url(pages/discussion_node_bg/nodes@2x_qa.png?995445);
  }
}
.page--discussion_main .discussion-node__bg.share,
.page--discussion_node .discussion-node__bg.share,
.page--blog_main .discussion-node__bg.share,
.page--user_detail .discussion-node__bg.share {
  background-image: url(pages/discussion_node_bg/nodes_share.png?edb26c);
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (min-resolution: 144dpi) {
  .page--discussion_main .discussion-node__bg.share,
  .page--discussion_node .discussion-node__bg.share,
  .page--blog_main .discussion-node__bg.share,
  .page--user_detail .discussion-node__bg.share {
    background-image: url(pages/discussion_node_bg/nodes@2x_share.png?275989);
  }
}
.page--discussion_main .discussion-node__bg.vijos,
.page--discussion_node .discussion-node__bg.vijos,
.page--blog_main .discussion-node__bg.vijos,
.page--user_detail .discussion-node__bg.vijos {
  background-image: url(pages/discussion_node_bg/nodes_vijos.png?df62ea);
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (min-resolution: 144dpi) {
  .page--discussion_main .discussion-node__bg.vijos,
  .page--discussion_node .discussion-node__bg.vijos,
  .page--blog_main .discussion-node__bg.vijos,
  .page--user_detail .discussion-node__bg.vijos {
    background-image: url(pages/discussion_node_bg/nodes@2x_vijos.png?fa1c8a);
  }
}
.page--discussion_main .discussion-node__bg.solution,
.page--discussion_node .discussion-node__bg.solution,
.page--blog_main .discussion-node__bg.solution,
.page--user_detail .discussion-node__bg.solution {
  background-image: url(pages/discussion_node_bg/nodes_solution.png?055421);
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (min-resolution: 144dpi) {
  .page--discussion_main .discussion-node__bg.solution,
  .page--discussion_node .discussion-node__bg.solution,
  .page--blog_main .discussion-node__bg.solution,
  .page--user_detail .discussion-node__bg.solution {
    background-image: url(pages/discussion_node_bg/nodes@2x_solution.png?bded9e);
  }
}
.page--discussion_main .discussion-node__bg.advice,
.page--discussion_node .discussion-node__bg.advice,
.page--blog_main .discussion-node__bg.advice,
.page--user_detail .discussion-node__bg.advice {
  background-image: url(pages/discussion_node_bg/nodes_advice.png?83f224);
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (min-resolution: 144dpi) {
  .page--discussion_main .discussion-node__bg.advice,
  .page--discussion_node .discussion-node__bg.advice,
  .page--blog_main .discussion-node__bg.advice,
  .page--user_detail .discussion-node__bg.advice {
    background-image: url(pages/discussion_node_bg/nodes@2x_advice.png?77d9b1);
  }
}
@media only screen and (max-width: 1000px) {
  .page--discussion_main .discussion-node__bg,
  .page--discussion_node .discussion-node__bg,
  .page--blog_main .discussion-node__bg,
  .page--user_detail .discussion-node__bg {
    display: none;
  }
}

/*!*******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!../../node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./pages/domain_group.page.styl ***!
  \*******************************************************************************************************************************************************************************************************************************************************************/
.page--domain_group .data-table td,
.page--domain_group .data-table th {
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}
.page--domain_group .col--checkbox {
  width: 60px;
}
.page--domain_group .col--group {
  width: 150px;
}
.page--domain_group .col--user {
  width: 100%;
}
.page--domain_group .col--show_code {
  width: 100px;
}
.page--domain_group tr.activation-row {
  background-color: transparent;
}
.page--domain_group tr.activation-row .activation-codes {
  width: 100%;
}
.page--domain_group tr.activation-row .activation-codes .activation-codes__header {
  color: #808080;
  font-size: 16px;
  padding: 5px 0 10px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.page--domain_group tr.activation-row .activation-codes .activation-codes__header .activation-codes__tools {
  display: flex;
  gap: 10px;
}
.page--domain_group tr.activation-row .activation-codes .activation-codes__header .activation-codes__tools button {
  border: 0.5px solid #808080;
  padding: 8px 15px;
  font-size: 14px;
  border-radius: 5px;
}
.page--domain_group tr.activation-row .activation-codes .activation-codes__header .activation-codes__tools button.activation-codes__save {
  color: #fff;
  background: #5f9fd6;
  border: none;
}
.page--domain_group tr.activation-row .activation-codes .activation-codes__body .activation-codes__table thead tr th,
.page--domain_group tr.activation-row .activation-codes .activation-codes__body .activation-codes__table tbody tr td {
  padding: 0 5px;
}
.page--domain_group tr.activation-row .activation-codes .activation-codes__body .activation-codes__table td input {
  border: 1px solid #808080;
  padding: 5px;
}
.page--domain_group tr.activation-row .activation-codes .activation-codes__body .activation-codes__table td .activation-codes__delete {
  padding: 0 10px;
  color: #ff4136;
}

/*!******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!../../node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./pages/domain_join.page.styl ***!
  \******************************************************************************************************************************************************************************************************************************************************************/
@media only screen and (min-width: 600px) {
  .page--domain_join .domain_join__container {
    width: 31.25rem;
    margin: 3.125rem auto;
  }
}
@media only screen and (min-width: 1000px) {
  .page--domain_join .domain_join__container {
    width: 43.75rem;
  }
}

/*!************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!../../node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./pages/domain_permission.page.styl ***!
  \************************************************************************************************************************************************************************************************************************************************************************/
.page--domain_permission .col--p {
  width: 80px;
  text-align: center;
  border-left: 1px solid #e4e4e4;
}
.page--domain_permission td.col--description {
  padding-left: 1.875rem !important;
}
.page--domain_permission .col--family {
  line-height: 2;
  color: #fff;
  background: #72beff;
  border-top: 2px solid #5f9fd6;
}
@media only screen and (min-width: 1400px) {
  .page--domain_permission .main>.row {
    max-width: 1400px;
  }
}
@media only screen and (min-width: 1900px) {
  .page--domain_permission .main>.row {
    max-width: 1800px;
  }
  .page--domain_permission .main .col--p {
    width: 100px;
  }
}

/*!******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!../../node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./pages/domain_role.page.styl ***!
  \******************************************************************************************************************************************************************************************************************************************************************/
.page--domain_role .col--checkbox {
  width: 60px;
}
.page--domain_role .col--users {
  width: 100px;
}

/*!******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!../../node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./pages/domain_user.page.styl ***!
  \******************************************************************************************************************************************************************************************************************************************************************/
.page--domain_user .col--checkbox {
  width: 60px;
}
.page--domain_user .col--uid {
  width: 100px;
}
.page--domain_user .col--role {
  width: 160px;
}

/*!************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!../../node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./pages/error.page.styl ***!
  \************************************************************************************************************************************************************************************************************************************************************/
.page--error .error__icon-container,
.page--error .error__text-container {
  text-align: center;
  margin: 1.25rem 0rem;
}
.page--error .error__text-container {
  color: #777;
  line-height: 1.5;
}
.page--error .error__text-container h1 {
  font-size: 4rem;
  color: #999;
  margin-bottom: 1.25rem;
}
.page--error .error__text-container li {
  list-style: decimal inside;
}
.page--error .error__twd2 {
  background: url(f45806e785.svg) no-repeat;
  width: 270px;
  height: 270px;
  display: inline-block;
}
@media only screen and (min-width: 600px) {
  .page--error .error__container {
    width: 43.75rem;
    margin: 3.125rem auto;
    position: relative;
  }
  .page--error .error__icon-container {
    float: left;
    width: 270px;
  }
  .page--error .error__text-container {
    left: 20rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
    margin: 0;
  }
}

/*!************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!../../node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./pages/files.page.styl ***!
  \************************************************************************************************************************************************************************************************************************************************************/
.page--home_files .col--checkbox,
.page--training_files .col--checkbox,
.page--contest_detail .col--checkbox,
.page--contest_manage .col--checkbox,
.page--homework_files .col--checkbox {
  width: 60px;
}
.page--home_files .col--size,
.page--training_files .col--size,
.page--contest_detail .col--size,
.page--contest_manage .col--size,
.page--homework_files .col--size {
  width: 100px;
}
.page--home_files .col--operation,
.page--training_files .col--operation,
.page--contest_detail .col--operation,
.page--contest_manage .col--operation,
.page--homework_files .col--operation {
  width: 40px;
}

/*!*******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!../../node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./pages/home_account.page.styl ***!
  \*******************************************************************************************************************************************************************************************************************************************************************/
.page--home_account [name="form_item_background_img"] .radiobox__image {
  width: 6.25rem;
  height: 3.875rem;
  background-size: 6.25rem 3.875rem;
}

/*!******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!../../node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./pages/home_domain.page.styl ***!
  \******************************************************************************************************************************************************************************************************************************************************************/
.page--home_domain .col--icon {
  width: 60px;
  line-height: 1;
}
.page--home_domain .col--icon img {
  border-radius: 50%;
}
.page--home_domain .col--role {
  width: 10rem;
  border-left: 1px solid #e4e4e4;
}
.page--home_domain .col--action {
  width: 8.4375rem;
}
@media only screen and (max-width: 600px) {
  .page--home_domain .col--icon,
  .page--home_domain .col--role {
    display: none;
  }
}

/*!********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!../../node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./pages/home_security.page.styl ***!
  \********************************************************************************************************************************************************************************************************************************************************************/
.page--home_security .sessionlist {
  font-size: 0.875rem;
}
.page--home_security .sessionlist__icon {
  font-size: 1.875rem;
  color: #888;
  margin: 0rem 1.25rem;
}
.page--home_security .sessionlist__item {
  margin: 0.625rem 0rem;
  padding: 0.625rem 0rem;
  border-bottom: 1px solid #ddd;
}
.page--home_security .sessionlist__item input {
  margin: 0;
}
.page--home_security .sessionlist__current-session {
  line-height: 2.1875rem;
  color: #2ecc40;
}
.page--home_security .autherlist {
  font-size: 0.875rem;
}
.page--home_security .autherlist__icon {
  font-size: 1.875rem;
  color: #888;
  margin: 0rem 1.25rem;
}
.page--home_security .autherlist__item {
  margin: 0.625rem 0rem;
  padding: 0.625rem 0rem;
}
.page--home_security .autherlist__item:not(:last-child),
.page--home_security .autherlist__item border-bottom: 1px solid #DDD,
.page--home_security .autherlist__item input {
  margin: 0;
}
@media only screen and (max-width: 600px) {
  .page--home_security .sessionlist__item .media__left {
    display: none;
  }
  .page--home_security .sessionlist__item .media__body,
  .page--home_security .sessionlist__item .media__right {
    display: block;
    padding: 0;
    margin: 0;
  }
}

/*!**********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!../../node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./pages/homework_detail.page.styl ***!
  \**********************************************************************************************************************************************************************************************************************************************************************/
.page--homework_detail .col--status {
  width: 9.375rem;
}
.page--homework_detail .col--submit-at {
  width: 9.375rem;
}
.page--homework_detail .col--problem {
  border-left: 1px solid #e4e4e4;
}
@media only screen and (max-width: 600px) {
  .page--homework_detail .col--submit-at {
    display: none;
  }
}

/*!********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!../../node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./pages/homework_main.page.styl ***!
  \********************************************************************************************************************************************************************************************************************************************************************/
.page--homework_main .homework__title {
  line-height: 1.2em;
  margin-bottom: 0.625rem;
  font-size: 1.25rem;
}
.page--homework_main .homework__info-attended {
  color: #25ad40;
}
.page--homework_main .homework__date {
  margin-right: 0.625rem;
  white-space: nowrap;
}
.page--homework_main .filter-form {
  display: inline-block;
}

/*!**************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!../../node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./pages/homework_scoreboard.page.styl ***!
  \**************************************************************************************************************************************************************************************************************************************************************************/
.page--homework_scoreboard .main .row {
  max-width: 100vw !important;
}
.page--homework_scoreboard .col--rank {
  width: 3.75rem;
  text-align: center;
  border-right: 1px solid #e4e4e4;
}
.page--homework_scoreboard .col--user {
  min-width: 9.375rem;
}
.page--homework_scoreboard .col--total_score,
.page--homework_scoreboard .col--time {
  width: 6.25rem;
  text-align: center;
}
.page--homework_scoreboard .col--problem,
.page--homework_scoreboard .col--record {
  width: 6.25rem;
  border-left: 1px solid #e4e4e4;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .page--homework_scoreboard .col--problem,
  .page--homework_scoreboard .col--record {
    display: none;
  }
}

/*!***********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!../../node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./pages/manage_user_priv.page.styl ***!
  \***********************************************************************************************************************************************************************************************************************************************************************/
.page--manage_user_priv .col--uid {
  width: 100px;
}
.page--manage_user_priv .col--priv {
  width: 100px;
}
.page--manage_user_priv .col--actions {
  width: 100px;
}
.page--manage_user_priv .priv_plus {
  color: #2ecc40;
}
.page--manage_user_priv .priv_minus {
  color: #ff4136;
}
.page--manage_user_priv .col--p {
  width: 30px;
}

/*!*********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!../../node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./pages/problem_config.page.styl ***!
  \*********************************************************************************************************************************************************************************************************************************************************************/
.page--problem_config .problem-sidebar-testdata {
  max-height: 270px;
  overflow-y: auto;
}
.page--problem_config .col--size {
  width: 80px;
}
.page--problem_config .col--operation {
  width: 60px;
  text-align: center;
}
.page--problem_config .textbox,
.page--problem_config .select {
  margin: 0;
}
.page--problem_config .bp5-tab-panel {
  margin-top: 5px;
}
.page--problem_config .bp5-dialog {
  font-family: var(--code-font-family);
  background: #fff;
}
.page--problem_config .bp5-dialog .autocomplete-container {
  font-size: 0.875rem;
  color: #666;
}
.page--problem_config .bp5-dialog .bp5-dialog-footer-fixed {
  border-top: 0;
}
.page--problem_config .bp5-dialog .bp5-dialog-footer-fixed .button {
  margin: 0;
}
.page--problem_config input::-moz-placeholder {
  color: rgba(95,107,124,0.6) !important;
}
.page--problem_config input::placeholder {
  color: rgba(95,107,124,0.6) !important;
}
.page--problem_config .bp5-input-group input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 100%;
  font-size: 0.875rem;
  height: 2.1875rem;
  line-height: 1.2;
  padding: 0.3125rem;
  border: 1px solid #ddd;
  color: inherit;
  border-radius: 0;
  outline: 2px solid transparent;
  transition: outline-color 0.2s, border-color 0.2s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  box-shadow: none;
}
.page--problem_config .bp5-tag.bp5-minimal {
  background: transparent;
}
.page--problem_config .bp5-input-action {
  pointer-events: none;
}
.page--problem_config .problem-config-form {
  font-family: var(--code-font-family);
}
.page--problem_config .problem-config-form input::-webkit-outer-spin-button,
.page--problem_config .problem-config-form input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}
.page--problem_config .problem-config-form input[type="number"] {
  -moz-appearance: textfield;
}
.page--problem_config .hover-row.status-bar {
  display: none;
}

/*!*********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!../../node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./pages/problem_detail.page.styl ***!
  \*********************************************************************************************************************************************************************************************************************************************************************/
.page--problem_detail .section__tab-header,
.page--contest_detail_problem .section__tab-header,
.page--homework_detail_problem .section__tab-header {
  padding-top: 0;
}
.page--problem_detail .section__tab-container + .section__body,
.page--contest_detail_problem .section__tab-container + .section__body,
.page--homework_detail_problem .section__tab-container + .section__body {
  padding-top: 0;
}
.page--problem_detail .section__tab-header-item,
.page--contest_detail_problem .section__tab-header-item,
.page--homework_detail_problem .section__tab-header-item {
  border-top: 3px solid transparent;
  transition: border-color 0.2s, background 0.2s, color 0.2s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  margin-right: 0;
  color: #182026 !important;
  text-decoration: none;
}
.page--problem_detail .section__tab-header-item:hover,
.page--contest_detail_problem .section__tab-header-item:hover,
.page--homework_detail_problem .section__tab-header-item:hover {
  border-color: #5f9fd6;
  background: #f8f8f8;
}
.page--problem_detail .section__tab-header-item.tab--active,
.page--contest_detail_problem .section__tab-header-item.tab--active,
.page--homework_detail_problem .section__tab-header-item.tab--active {
  border-color: #ed5f82;
}

/*!*******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!../../node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./pages/problem_edit.page.styl ***!
  \*******************************************************************************************************************************************************************************************************************************************************************/
.page--problem_edit .section__tab-header-item,
.page--problem_create .section__tab-header-item {
  border-top: 3px solid transparent;
  transition: border-color 0.2s, background 0.2s, color 0.2s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  margin-right: 0;
}
.page--problem_edit .section__tab-header-item:hover,
.page--problem_create .section__tab-header-item:hover {
  border-color: #5f9fd6;
  background: #f8f8f8;
}
.page--problem_edit .section__tab-header-item.tab--active,
.page--problem_create .section__tab-header-item.tab--active {
  border-color: #ed5f82;
}
.page--problem_edit .problem-sidebar-additional_file,
.page--problem_create .problem-sidebar-additional_file {
  height: 270px;
  overflow-y: auto;
}
.page--problem_edit .problem-sidebar-additional_file .col--size,
.page--problem_create .problem-sidebar-additional_file .col--size {
  width: 80px;
}
.page--problem_edit .problem-sidebar-additional_file .col--operation,
.page--problem_create .problem-sidebar-additional_file .col--operation {
  width: 60px;
  text-align: center;
}

/*!********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!../../node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./pages/problem_files.page.styl ***!
  \********************************************************************************************************************************************************************************************************************************************************************/
.page--problem_files .col--checkbox {
  width: 60px;
}
.page--problem_files .col--size {
  width: 120px;
}
.page--problem_files .col--operation {
  width: 60px;
  text-align: center;
}
.page--problem_files .rename-confirm-table {
  x-overflow: auto;
}
.page--problem_files .rename-confirm-table .col--origin,
.page--problem_files .rename-confirm-table .col--new {
  width: 50%;
  text-align: center;
}

/*!*******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!../../node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./pages/problem_main.page.styl ***!
  \*******************************************************************************************************************************************************************************************************************************************************************/
.page--problem_main .col--checkbox,
.page--problem_category .col--checkbox {
  width: 3.8125rem;
}
.page--problem_main .col--pid,
.page--problem_category .col--pid {
  width: 5.0625rem;
}
.page--problem_main .col--status,
.page--problem_category .col--status {
  width: 8.75rem;
  position: relative;
  border-right: 1px solid #e4e4e4;
}
.page--problem_main .col--difficulty,
.page--problem_category .col--difficulty {
  width: 4.375rem;
  text-align: center;
}
.page--problem_main[lang="en"] .col--difficulty,
.page--problem_category[lang="en"] .col--difficulty {
  width: 5.9375rem;
}
.page--problem_main .col--ac-tried,
.page--problem_category .col--ac-tried {
  width: 6.25rem;
  text-align: center;
  border-left: 1px solid #e4e4e4;
}
@media only screen and (max-width: 600px) {
  .page--problem_main .col--status,
  .page--problem_category .col--status,
  .page--problem_main .col--tried,
  .page--problem_category .col--tried,
  .page--problem_main .col--difficulty,
  .page--problem_category .col--difficulty {
    display: none;
  }
  .page--problem_main .col--ac,
  .page--problem_category .col--ac {
    border-left: 1px solid #e4e4e4;
  }
}
.widget--category-filter__category {
  margin-bottom: 0.375rem;
}
.widget--category-filter__drop {
  position: relative;
  font-size: 0.8125rem;
  width: 14.375rem;
  padding: 0.625rem;
  margin-right: 0.625rem;
  background: #fff;
  box-shadow: 0rem 0.125rem 0.4375rem rgba(0,0,0,0.3);
}
.widget--category-filter__drop:before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 0.25rem solid transparent;
  border-top-color: #fff;
  border-left-color: #fff;
  box-shadow: -0.125rem -0.125rem 0.125rem rgba(0,0,0,0.15);
  transform: rotate(135deg);
  transform-origin: 0 0;
  pointer-events: none;
  left: 100%;
  top: 50%;
  margin-left: 0.3125rem;
}
.widget--category-filter__subcategory {
  margin: 0.125rem;
  display: inline-block;
}
.widget--category-filter__tag {
  display: inline-block;
  padding: 0.3125rem 0.375rem;
}
.widget--category-filter__tag:hover {
  color: #fff;
  background: #5f9fd6;
  text-decoration: none;
}
.widget--category-filter__tag.selected {
  color: #fff;
  background: #ed5f82;
}
.drop-target-attached-right .widget--category-filter__drop {
  margin-right: 0;
  margin-left: 0.625rem;
}
.drop-target-attached-right .widget--category-filter__drop:before {
  transform-origin: 100% 0;
  transform: rotate(-45deg);
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-top: -0.375rem;
}
.display-mode .display-mode-hide,
.edit-mode .edit-mode-hide,
.hide-problem-tag .notag--hide,
.tag--hide {
  display: none;
}
.hide-problem-tag .tag--hide {
  display: block;
}
.toggle-tag {
  float: right;
}
.data-table > tbody > tr {
  height: 40.15px;
}
.data-table > thead > tr {
  height: 54.9px;
}
.search-container {
  padding-bottom: 0;
}
.search-container .title {
  margin-bottom: 0.3125rem;
}
.search-container .dialog-button {
  font-size: 0.875rem;
  display: inline-block;
  padding: 0.3125rem 0.375rem;
  margin-bottom: 0.3125rem;
}
.search-tag__item {
  display: inline-block;
  padding: 0.3125rem 0.375rem;
  font-size: 0.875rem;
  margin-bottom: 0.3125rem;
}
.search-tag__item:hover {
  color: #555;
  background: #f4f4f4;
  text-decoration: none;
}
.search-tag__item.selected {
  color: #fff;
  background: #5f9fd6 !important;
}
.search-tag__item.hide {
  display: none;
  opacity: 0;
}
.category-filter__header [data-category-container].list {
  overflow-x: auto;
}
.category-filter__header .list .list__item {
  padding: 12px 12px;
  cursor: pointer;
  margin: 0px 10px;
  background: #eeeff3;
  min-width: 90px;
  text-align: center;
  position: relative;
}
.category-filter__header .list .list__item.selected {
  background: #5f9fd6;
  color: #fff;
  font-weight: bold;
}
.category-filter__header .list .list__item::first {
  margin-left: 0px;
}
.category-filter__body {
  margin: 12px 10px 0 10px;
  background: #f7f7f7;
  max-height: 25rem;
  overflow-y: auto;
}
.category-filter__body .subcategory-container.hide {
  display: none;
  opacity: 0;
}
.category-filter__body .subcategory-container h2 {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 16px;
}
.category-filter__body .subcategory-container .divider {
  border-bottom: 1px solid #e5e5e5;
  margin: 1rem 0;
}
.category-filter__body .subcategory-container .search-tag__item {
  background: #eaeaea;
}
.search {
  width: 100%;
  position: relative;
  display: flex;
}
.search > input {
  width: 100%;
  border: 1px solid #ccc;
  border-right: none;
  padding: 5px;
  height: 36px;
  outline: none;
  color: #000;
}
.search > button {
  width: 40px;
  height: 36px;
  border: 1px solid #00b4cc;
  background: #00b4cc;
  text-align: center;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
}
.search > div {
  position: absolute;
  right: 50px;
  top: 8px;
  font-size: 1.0625rem;
}

/*!*********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!../../node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./pages/problem_submit.page.styl ***!
  \*********************************************************************************************************************************************************************************************************************************************************************/
.page--problem_submit .col--status {
  width: 9.375rem;
}
.page--problem_submit .col--submit-at {
  width: 10rem;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .page--problem_submit .col--memory,
  .page--problem_submit .col--time {
    display: none;
  }
}

/*!**************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!../../node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./pages/ranking.page.styl ***!
  \**************************************************************************************************************************************************************************************************************************************************************/
.page--ranking .col--rank,
.page--homepage .col--rank {
  width: 4.0625rem;
  position: relative;
}
.page--ranking .col--user,
.page--homepage .col--user {
  width: 13.75rem;
}
.page--ranking .col--rp,
.page--homepage .col--rp {
  width: 3.75rem;
  text-align: right;
}
.page--ranking .col--detail,
.page--homepage .col--detail {
  width: 3.125rem;
  text-align: center;
}
.page--ranking[lang="en"] .col--detail,
.page--homepage[lang="en"] .col--detail {
  width: 4.6875rem;
}
.page--ranking .col--ac,
.page--homepage .col--ac {
  width: 3.125rem;
  text-align: center;
}
.page--ranking[lang="en"] .col--ac,
.page--homepage[lang="en"] .col--ac {
  width: 4.375rem;
}
.page--ranking .col--bio,
.page--homepage .col--bio {
  display: block;
}
.page--ranking td.col--bio,
.page--homepage td.col--bio {
  height: 36px !important;
}
@media only screen and (max-width: 600px) {
  .page--ranking .col--bio,
  .page--homepage .col--bio,
  .page--ranking .col--detail,
  .page--homepage .col--detail {
    display: none;
  }
}

/*!********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!../../node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./pages/record_detail.page.styl ***!
  \********************************************************************************************************************************************************************************************************************************************************************/
.page--record_detail .compiler-text {
  padding: 1.25rem 0rem;
  font-size: 0.8125rem;
}
.page--record_detail .compiler-text:empty {
  display: none;
}
.page--record_detail .col--case {
  width: 4.375rem;
}
.page--record_detail .col--memory,
.page--record_detail .col--time {
  width: 7.5rem;
}
.page--record_detail .col--case,
.page--record_detail .col--status {
  border-right: 1px solid #e4e4e4;
}
.page--record_detail .subtask {
  background-color: #fff !important;
  height: 1.875rem;
}
.page--record_detail .subtask td {
  padding-top: 0;
  padding-bottom: 0;
}
@media only screen and (max-width: 600px) {
  .page--record_detail .col--time {
    width: 4.375rem;
  }
  .page--record_detail .col--memory {
    width: 6.25rem;
  }
}

/*!******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!../../node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./pages/record_main.page.styl ***!
  \******************************************************************************************************************************************************************************************************************************************************************/
.page--record_main .col--status {
  width: 10.625rem;
  position: relative;
}
.page--record_main .col--submit-at {
  width: 7.1875rem;
  text-align: center;
}
.page--record_main.nojs .col--submit-at {
  width: 10rem;
}
.page--record_main .col--submit-by {
  width: 8.75rem;
  text-align: right;
}
.page--record_main .col--time,
.page--record_main .col--memory,
.page--record_main .col--lang {
  width: 5.9375rem;
  text-align: center;
}
.page--record_main .col--status,
.page--record_main .col--submit-by,
.page--record_main .col--lang {
  border-right: 1px solid #e4e4e4;
}
.page--record_main .col--status__text {
  position: relative;
  z-index: 2;
}
.page--record_main .col--status__progress-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.page--record_main .col--status__progress {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #fff6d1;
}
@media only screen and (min-width: 600px) and (max-width: 1000px) {
  .page--record_main .col--time,
  .page--record_main .col--memory,
  .page--record_main .col--lang {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .page--record_main .col--submit-by,
  .page--record_main .col--submit-at,
  .page--record_main .col--time,
  .page--record_main .col--memory,
  .page--record_main .col--lang {
    display: none;
  }
}

/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!../../node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./pages/status.page.styl ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
.page--status .col--id {
  width: 100px;
}
.page--status .col--os {
  width: 200px;
}
.page--status .col--status {
  width: 130px;
}
.page--status .col--memory {
  width: 150px;
}
.page--status .col--request {
  width: 130px;
}
@media only screen and (max-width: 600px) {
  .page--status .col--os,
  .page--status .col--cpu {
    display: none;
  }
}

/*!**********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!../../node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./pages/training_detail.page.styl ***!
  \**********************************************************************************************************************************************************************************************************************************************************************/
.page--training_detail .col--status {
  width: 9.375rem;
  position: relative;
}
.page--training_detail .col--status.col--status--sm {
  width: 5.25rem;
}
.page--training_detail .col--tried,
.page--training_detail .col--ac,
.page--training_detail .col--difficulty {
  width: 4.375rem;
  text-align: center;
}
.page--training_detail .col--status {
  border-right: 1px solid #e4e4e4;
}
.page--training_detail .col--tried,
.page--training_detail .col--difficulty {
  border-left: 1px solid #e4e4e4;
}
@media only screen and (max-width: 600px) {
  .page--training_detail .col--status,
  .page--training_detail .col--tried,
  .page--training_detail .col--difficulty {
    display: none;
  }
  .page--training_detail .col--ac {
    border-left: 1px solid #e4e4e4;
  }
}
.page--training_detail .training__section.invalid .training__problems {
  opacity: 0.6;
}
.page--training_detail .training__section.collapsed .collapsed--hidden,
.page--training_detail .training__section.expanded .expanded--hidden {
  display: none;
}
.page--training_detail .training__section.collapsed .training__section__detail {
  display: none;
}
.page--training_detail #menu-item-training_detail ul {
  max-height: calc(85vh - 345px);
  overflow-y: auto;
  overflow-x: hidden;
}
.page--training_detail .enroll_user_menu {
  max-height: 85vh;
  overflow-y: auto;
  overflow-x: hidden;
}

/*!********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!../../node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./pages/training_main.page.styl ***!
  \********************************************************************************************************************************************************************************************************************************************************************/
.page--training_main .training__title {
  line-height: 1.2;
  margin-bottom: 0.4em;
  font-size: 1.25rem;
}
.page--training_main .training__intro {
  color: #777;
  font-size: 0.875rem;
  margin: 1em 0;
}
.page--training_main .training__item {
  padding-left: 0.3125rem;
}
.page--training_main .training__participants {
  width: 5rem;
}
.page--training_main .training__progress {
  line-height: 1.0625rem;
  vertical-align: top;
}
.page--training_main .training__progress-bar {
  display: inline-block;
  width: 6.25rem;
  height: 0.3125rem;
  position: relative;
  background: #eee;
  margin: 0.375rem 0rem;
  line-height: 1;
  vertical-align: top;
}
.page--training_main .training__progress-track {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background-color: #2ecc40;
}
.page--training_main .secondary.training__list .training__item {
  margin-bottom: 0.9375rem;
}
.page--training_main .secondary.training__list .training__title {
  font-size: 1rem;
}
.page--training_main .secondary.training__list.my .training-status--icon {
  font-size: 1.2rem;
}

/*!******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!../../node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./pages/user_detail.page.styl ***!
  \******************************************************************************************************************************************************************************************************************************************************************/
.page--user_detail .profile-header {
  position: relative;
  background-position: center center;
  background-size: cover;
  min-height: 16.875rem;
  padding-bottom: 4.0625rem;
}
@media only screen and (max-width: 600px) {
  .page--user_detail .profile-header {
    padding-bottom: 2rem;
  }
}
.page--user_detail .profile-header__content {
  position: relative;
  padding: 0.9375rem 0.9375rem 0;
}
.page--user_detail .profile-header__content .media__left {
  padding-right: 1.875rem;
}
@media only screen and (max-width: 600px) {
  .page--user_detail .profile-header__content .media,
  .page--user_detail .profile-header__content .media__left,
  .page--user_detail .profile-header__content .media__body {
    display: block;
  }
  .page--user_detail .profile-header__content .media__left {
    text-align: center;
  }
  .page--user_detail .profile-header__content .media__left img {
    display: inline-block;
  }
  .page--user_detail .profile-header__content .media__body {
    margin-top: 1.25rem;
  }
}
.page--user_detail .profile-header__contact-bar {
  position: absolute;
  right: 1.25rem;
  top: 2.1875rem;
  color: #fff;
  text-align: right;
}
@media only screen and (max-width: 1280px) {
  .page--user_detail .profile-header__contact-bar {
    position: relative;
    right: 0;
    top: 0;
    text-align: left;
    margin: 0.9375rem 0rem;
  }
}
.page--user_detail .profile-header__contact-item {
  vertical-align: top;
  color: rgba(255,255,255,0.8);
  margin-left: 0.625rem;
}
@media only screen and (max-width: 1280px) {
  .page--user_detail .profile-header__contact-item {
    margin-left: 0;
    margin-right: 0.9375rem;
  }
}
.page--user_detail .profile-header__contact-item:hover {
  color: #fff;
  text-decoration: none;
}
.page--user_detail .profile-header__contact-item.badge--su {
  background-color: rgba(255,255,255,0.8) !important;
  color: rgba(0,0,0,0.8) !important;
}
.page--user_detail .profile-header__contact-item.badge--mod {
  background-color: rgba(255,255,255,0.8) !important;
  color: rgba(0,0,0,0.8) !important;
}
.page--user_detail .profile-header__main h1 {
  line-height: 40px;
  color: #fff;
}
.page--user_detail .profile-header__main p {
  line-height: 30px;
  color: #fff;
}
.page--user_detail .profile-header__main small {
  color: rgba(255,255,255,0.8);
}
.page--user_detail .profile-content {
  position: relative;
  z-index: 2;
  margin-top: -2.8125rem;
}
@media only screen and (max-width: 600px) {
  .page--user_detail .profile-content {
    margin-top: -2rem;
  }
}
.page--user_detail .profile-content .section__tabs {
  padding-top: 2.8125rem;
}
@media only screen and (max-width: 600px) {
  .page--user_detail .profile-content .section__tabs {
    padding-top: 2rem;
  }
}
.page--user_detail #rating-placeholder {
  width: auto;
  height: 600px;
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].use[1]!../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].use[2]!../../node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[6].use[3]!./components/form/button.page.default.styl ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************/
.button:not(.codicon) {
  background-color: #eee;
  border: 1px solid #ddd;
  transition: background-color 0.2s, box-shadow 0.5s;
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
.button:not(.codicon),
.button:not(.codicon):visited,
.button:not(.codicon):hover,
.typo .button:not(.codicon),
.typo .button:not(.codicon):visited,
.typo .button:not(.codicon):hover {
  color: #555;
}
.button:not(.codicon):not(.disabled):hover,
.button:not(.codicon):not(.disabled):focus {
  background-color: #d2d2d2;
  border-color: #d2d2d2;
  box-shadow: 0 4px 15px rgba(199,199,199,0.5);
}
.button:not(.codicon):not(.disabled):focus {
  border-color: #c1e0ff;
}
.button:not(.codicon).rounded {
  border-radius: 1.09375rem;
}
.button:not(.codicon).primary {
  border-color: #5f9fd6;
  background-color: #5f9fd6;
}
.button:not(.codicon).primary,
.button:not(.codicon).primary:visited,
.button:not(.codicon).primary:hover,
.typo .button:not(.codicon).primary,
.typo .button:not(.codicon).primary:visited,
.typo .button:not(.codicon).primary:hover {
  color: #fff;
}
.button:not(.codicon).primary:not(.disabled):hover {
  background-color: #5faaea;
  border-color: #35a2ff;
  box-shadow: 0 4px 15px rgba(53,162,255,0.3);
}
.button:not(.codicon).disabled {
  cursor: default;
  opacity: 0.5;
}
.button.inverse {
  line-height: 1.9375rem;
  border: 2px solid #fff;
  background: none;
}
.button.inverse,
.button.inverse:visited,
.typo .button.inverse,
.typo .button.inverse:visited {
  color: #fff;
}
.button.inverse:not(.disabled):hover,
.button.inverse:not(.disabled):focus {
  border-color: #ffef87;
  background: none;
  box-shadow: none;
}
.button.inverse:not(.disabled):hover,
.button.inverse:not(.disabled):focus,
.typo .button.inverse:not(.disabled):hover,
.typo .button.inverse:not(.disabled):focus {
  color: #ffef87;
}

