@charset "UTF-8";

/* frontend/src/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}

/* frontend/src/node_modules/@blueprintjs/core/lib/css/blueprint.css */
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='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.71 7.29l-4-4a1.003 1.003 0 00-1.42 1.42L8.59 8 5.3 11.29c-.19.18-.3.43-.3.71a1.003 1.003 0 001.71.71l4-4c.18-.18.29-.43.29-.71 0-.28-.11-.53-.29-.71z' fill='%235f6b7c'/%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='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cg fill='%235f6b7c'%3e%3cpath d='M2 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'/%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='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.71 7.29l-4-4a1.003 1.003 0 00-1.42 1.42L8.59 8 5.3 11.29c-.19.18-.3.43-.3.71a1.003 1.003 0 001.71.71l4-4c.18-.18.29-.43.29-.71 0-.28-.11-.53-.29-.71z' fill='%23abb3bf'/%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='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cg fill='%23abb3bf'%3e%3cpath d='M2 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'/%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;
  -ms-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;
  -ms-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-input:-ms-input-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-input:-ms-input-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-input:-ms-input-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-input:-ms-input-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-input:-ms-input-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-input:-ms-input-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-input:-ms-input-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-input:-ms-input-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:-ms-input-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;
  -ms-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='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 5c-.28 0-.53.11-.71.29L7 9.59l-2.29-2.3a1.003 1.003 0 00-1.42 1.42l3 3c.18.18.43.29.71.29s.53-.11.71-.29l5-5A1.003 1.003 0 0012 5z' fill='white'/%3e%3c/svg%3e");
}
.bp5-control.bp5-checkbox input:indeterminate ~ .bp5-control-indicator::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 7H5c-.55 0-1 .45-1 1s.45 1 1 1h6c.55 0 1-.45 1-1s-.45-1-1-1z' fill='white'/%3e%3c/svg%3e");
}
@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='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 5c-.28 0-.53.11-.71.29L7 9.59l-2.29-2.3a1.003 1.003 0 00-1.42 1.42l3 3c.18.18.43.29.71.29s.53-.11.71-.29l5-5A1.003 1.003 0 0012 5z' fill='%23111418'/%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='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 7H5c-.55 0-1 .45-1 1s.45 1 1 1h6c.55 0 1-.45 1-1s-.45-1-1-1z' fill='%23111418'/%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:-ms-input-placeholder,
.bp5-file-input input.bp5-disabled + .bp5-file-upload-input:-ms-input-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;
  -ms-user-select: none;
  user-select: none;
}
.bp5-file-upload-input::-moz-placeholder {
  color: #5f6b7c;
  opacity: 1;
}
.bp5-file-upload-input:-ms-input-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:-ms-input-placeholder,
.bp5-file-upload-input.bp5-disabled:-ms-input-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:-ms-input-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:-ms-input-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:-ms-input-placeholder,
.bp5-input.bp5-disabled:-ms-input-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:-ms-input-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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:-ms-input-placeholder,
.bp5-tag-input.bp5-dark .bp5-input-ghost:-ms-input-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:-ms-input-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;
  -ms-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;
  -ms-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;
}

/* frontend/src/node_modules/@blueprintjs/table/lib/css/table.css */
@keyframes skeleton-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes skeleton-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.bp5-table-cell {
  display: inline-block;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  padding: 0 10px;
  transition: color 300ms;
}
.bp5-dark .bp5-table-cell:not([class*=bp5-intent-]):not(.bp5-loading) {
  color: #f6f7f9;
}
.bp5-table-cell.bp5-intent-primary {
  background-color: rgba(45, 114, 210, 0.1);
  color: #2d72d2;
}
.bp5-dark .bp5-table-cell.bp5-intent-primary {
  background: rgba(45, 114, 210, 0.1);
  color: #4c90f0;
}
.bp5-table-cell.bp5-intent-success {
  background-color: rgba(35, 133, 81, 0.1);
  color: #238551;
}
.bp5-dark .bp5-table-cell.bp5-intent-success {
  background: rgba(35, 133, 81, 0.1);
  color: #32a467;
}
.bp5-table-cell.bp5-intent-warning {
  background-color: rgba(200, 118, 25, 0.1);
  color: #c87619;
}
.bp5-dark .bp5-table-cell.bp5-intent-warning {
  background: rgba(200, 118, 25, 0.1);
  color: #ec9a3c;
}
.bp5-table-cell.bp5-intent-danger {
  background-color: rgba(205, 66, 70, 0.1);
  color: #cd4246;
}
.bp5-dark .bp5-table-cell.bp5-intent-danger {
  background: rgba(205, 66, 70, 0.1);
  color: #e76a6e;
}
.bp5-table-editing-enabled .bp5-table-cell {
  cursor: text;
}
.bp5-table-selection-enabled .bp5-table-cell {
  cursor: cell;
}
.bp5-table-cell.bp5-table-truncated-cell {
  overflow: hidden;
}
.bp5-table-cell.bp5-large,
.bp5-large .bp5-table-cell {
  font-size: 14px;
  height: 30px;
  line-height: 30px;
}
.bp5-table-cell.bp5-loading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: transparent;
}
.bp5-table-cell:focus {
  outline: none;
}
.bp5-table-cell-interactive {
  z-index: 21;
}
.bp5-table-striped .bp5-table-cell-ledger-even {
  background-color: #ffffff;
}
.bp5-table-striped .bp5-table-cell-ledger-odd {
  background-color: #fbfbfc;
}
.bp5-dark .bp5-table-striped .bp5-table-cell-ledger-even {
  background-color: #2f343c;
}
.bp5-dark .bp5-table-striped .bp5-table-cell-ledger-odd {
  background-color: #343942;
}
.bp5-table-editable-name input {
  height: 20px;
}
.bp5-table-editable-text {
  bottom: 0;
  left: 0;
  padding: 0 10px;
  position: absolute;
  right: 0;
  top: 0;
}
.bp5-table-cell-text-placeholder {
  color: #5f6b7c;
}
.bp5-dark .bp5-table-cell-text-placeholder {
  color: #abb3bf;
}
.bp5-table-null {
  color: rgba(95, 107, 124, 0.6);
}
.bp5-table-truncated-value {
  left: 10px;
  max-height: 100%;
  overflow: hidden;
  position: absolute;
  right: 35px;
  text-overflow: ellipsis;
  top: 0;
}
.bp5-table-truncated-format-text {
  left: 10px;
  max-height: 100%;
  overflow: hidden;
  position: absolute;
  right: 10px;
  text-overflow: ellipsis;
  top: 0;
}
.bp5-table-truncated-popover-target {
  border-radius: 2px;
  bottom: 0;
  cursor: pointer;
  opacity: 0.3;
  padding: 0 5px;
  position: absolute;
  right: 5px;
  text-align: center;
  top: 0;
}
.bp5-table-truncated-popover-target .bp5-icon-standard {
  line-height: 20px;
}
.bp5-table-truncated-popover-target.bp5-popover-open {
  opacity: 1;
}
.bp5-table-truncated-popover-target.bp5-popover-open .bp5-icon-standard {
  color: #2d72d2;
}
.bp5-table-truncated-popover-target:hover {
  opacity: 1;
}
.bp5-table-truncated-popover {
  font-family: monospace;
  max-height: 300px;
  max-width: 600px;
  min-width: 200px;
  overflow: auto;
  padding: 10px 10px;
}
.bp5-table-popover-whitespace-pre {
  white-space: pre;
}
.bp5-table-popover-whitespace-normal {
  white-space: normal;
}
.bp5-table-container {
  box-shadow: 0 0 0 1px rgba(17, 20, 24, 0.15);
}
.bp5-table-menu {
  box-shadow: 0 1px 0 rgba(17, 20, 24, 0.15), 1px 0 0 rgba(17, 20, 24, 0.15);
}
.bp5-table-header {
  box-shadow: 0 1px 0 rgba(17, 20, 24, 0.15);
}
.bp5-table-cell {
  box-shadow: inset 0 -1px 0 rgba(17, 20, 24, 0.15), inset -1px 0 0 rgba(17, 20, 24, 0.15);
}
.bp5-table-horizontal-cell-divider {
  box-shadow: inset 0 1px 0 rgba(17, 20, 24, 0.15);
  height: 1px;
}
.bp5-table-column-headers .bp5-table-header {
  box-shadow: 0 1px 0 rgba(17, 20, 24, 0.15), inset -1px 0 0 rgba(17, 20, 24, 0.15);
}
.bp5-table-column-headers .bp5-table-header::before {
  bottom: 0;
  right: 1px;
}
.bp5-table-row-headers .bp5-table-header {
  box-shadow: inset 0 -1px 0 rgba(17, 20, 24, 0.15), 1px 0 0 rgba(17, 20, 24, 0.15);
}
.bp5-table-row-headers .bp5-table-header::before {
  bottom: 1px;
  right: 0;
}
.bp5-table-body .bp5-table-last-in-row {
  box-shadow: inset 0 -1px 0 rgba(17, 20, 24, 0.15), 1px 0 0 rgba(17, 20, 24, 0.15);
}
.bp5-table-body .bp5-table-last-in-column {
  box-shadow: 0 1px 0 rgba(17, 20, 24, 0.15), inset -1px 0 0 rgba(17, 20, 24, 0.15);
}
.bp5-table-body .bp5-table-last-in-row.bp5-table-last-in-column {
  box-shadow: 0 1px 0 rgba(17, 20, 24, 0.15), 1px 0 0 rgba(17, 20, 24, 0.15);
}
.bp5-table-quadrant-top-left .bp5-table-cell.bp5-table-last-in-row {
  box-shadow: inset 0 -1px 0 rgba(17, 20, 24, 0.15), inset -3px 0 0 rgba(17, 20, 24, 0.15);
}
.bp5-table-quadrant-top-left .bp5-table-cell.bp5-table-last-in-column {
  box-shadow: inset 0 -3px 0 rgba(17, 20, 24, 0.15), inset -1px 0 0 rgba(17, 20, 24, 0.15);
}
.bp5-table-quadrant-top-left .bp5-table-cell.bp5-table-last-in-column.bp5-table-last-in-row {
  box-shadow: inset 0 -3px 0 rgba(17, 20, 24, 0.15), inset -3px 0 0 rgba(17, 20, 24, 0.15);
}
.bp5-table-quadrant-top-left .bp5-table-header.bp5-table-last-in-row {
  box-shadow: 0 1px 0 rgba(17, 20, 24, 0.15), inset -3px 0 0 rgba(17, 20, 24, 0.15);
}
.bp5-table-quadrant-top-left .bp5-table-header.bp5-table-last-in-row::before {
  bottom: 0;
  right: 3px;
}
.bp5-table-quadrant-top-left .bp5-table-header.bp5-table-last-in-column {
  box-shadow: inset 0 -3px 0 rgba(17, 20, 24, 0.15), 1px 0 0 rgba(17, 20, 24, 0.15);
}
.bp5-table-quadrant-top-left .bp5-table-header.bp5-table-last-in-column::before {
  bottom: 3px;
  right: 0;
}
.bp5-table-quadrant-left .bp5-table-cell.bp5-table-last-in-row {
  box-shadow: inset 0 -1px 0 rgba(17, 20, 24, 0.15), inset -3px 0 0 rgba(17, 20, 24, 0.15);
}
.bp5-table-quadrant-top .bp5-table-cell.bp5-table-last-in-column {
  box-shadow: inset 0 -3px 0 rgba(17, 20, 24, 0.15), inset -1px 0 0 rgba(17, 20, 24, 0.15);
}
.bp5-dark .bp5-table-container {
  box-shadow: 0 0 0 1px rgba(17, 20, 24, 0.4);
}
.bp5-dark .bp5-table-menu {
  box-shadow: 0 1px 0 rgba(17, 20, 24, 0.4), 1px 0 0 rgba(17, 20, 24, 0.4);
}
.bp5-dark .bp5-table-header {
  box-shadow: 0 1px 0 rgba(17, 20, 24, 0.4);
}
.bp5-dark .bp5-table-cell {
  box-shadow: inset 0 -1px 0 rgba(17, 20, 24, 0.4), inset -1px 0 0 rgba(17, 20, 24, 0.4);
}
.bp5-dark .bp5-table-horizontal-cell-divider {
  box-shadow: inset 0 1px 0 rgba(17, 20, 24, 0.4);
  height: 1px;
}
.bp5-dark .bp5-table-column-headers .bp5-table-header {
  box-shadow: 0 1px 0 rgba(17, 20, 24, 0.4), inset -1px 0 0 rgba(17, 20, 24, 0.4);
}
.bp5-dark .bp5-table-column-headers .bp5-table-header::before {
  bottom: 0;
  right: 1px;
}
.bp5-dark .bp5-table-row-headers .bp5-table-header {
  box-shadow: inset 0 -1px 0 rgba(17, 20, 24, 0.4), 1px 0 0 rgba(17, 20, 24, 0.4);
}
.bp5-dark .bp5-table-row-headers .bp5-table-header::before {
  bottom: 1px;
  right: 0;
}
.bp5-dark .bp5-table-body .bp5-table-last-in-row {
  box-shadow: inset 0 -1px 0 rgba(17, 20, 24, 0.4), 1px 0 0 rgba(17, 20, 24, 0.4);
}
.bp5-dark .bp5-table-body .bp5-table-last-in-column {
  box-shadow: 0 1px 0 rgba(17, 20, 24, 0.4), inset -1px 0 0 rgba(17, 20, 24, 0.4);
}
.bp5-dark .bp5-table-body .bp5-table-last-in-row.bp5-table-last-in-column {
  box-shadow: 0 1px 0 rgba(17, 20, 24, 0.4), 1px 0 0 rgba(17, 20, 24, 0.4);
}
.bp5-dark .bp5-table-quadrant-top-left .bp5-table-cell.bp5-table-last-in-row {
  box-shadow: inset 0 -1px 0 rgba(17, 20, 24, 0.4), inset -3px 0 0 rgba(17, 20, 24, 0.4);
}
.bp5-dark .bp5-table-quadrant-top-left .bp5-table-cell.bp5-table-last-in-column {
  box-shadow: inset 0 -3px 0 rgba(17, 20, 24, 0.4), inset -1px 0 0 rgba(17, 20, 24, 0.4);
}
.bp5-dark .bp5-table-quadrant-top-left .bp5-table-cell.bp5-table-last-in-column.bp5-table-last-in-row {
  box-shadow: inset 0 -3px 0 rgba(17, 20, 24, 0.4), inset -3px 0 0 rgba(17, 20, 24, 0.4);
}
.bp5-dark .bp5-table-quadrant-top-left .bp5-table-header.bp5-table-last-in-row {
  box-shadow: 0 1px 0 rgba(17, 20, 24, 0.4), inset -3px 0 0 rgba(17, 20, 24, 0.4);
}
.bp5-dark .bp5-table-quadrant-top-left .bp5-table-header.bp5-table-last-in-row::before {
  bottom: 0;
  right: 3px;
}
.bp5-dark .bp5-table-quadrant-top-left .bp5-table-header.bp5-table-last-in-column {
  box-shadow: inset 0 -3px 0 rgba(17, 20, 24, 0.4), 1px 0 0 rgba(17, 20, 24, 0.4);
}
.bp5-dark .bp5-table-quadrant-top-left .bp5-table-header.bp5-table-last-in-column::before {
  bottom: 3px;
  right: 0;
}
.bp5-dark .bp5-table-quadrant-left .bp5-table-cell.bp5-table-last-in-row {
  box-shadow: inset 0 -1px 0 rgba(17, 20, 24, 0.4), inset -3px 0 0 rgba(17, 20, 24, 0.4);
}
.bp5-dark .bp5-table-quadrant-top .bp5-table-cell.bp5-table-last-in-column {
  box-shadow: inset 0 -3px 0 rgba(17, 20, 24, 0.4), inset -1px 0 0 rgba(17, 20, 24, 0.4);
}
@keyframes skeleton-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.bp5-table-header {
  align-items: flex-start;
  flex: 1 1 auto;
  justify-content: space-between;
  position: relative;
  text-overflow: ellipsis;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bp5-table-header::before {
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
}
.bp5-table-header .bp5-table-row-name,
.bp5-table-header .bp5-table-column-name,
.bp5-table-header .bp5-table-header-content {
  position: relative;
  width: 100%;
}
.bp5-table-selection-enabled .bp5-table-header:hover::before,
.bp5-table-header.bp5-table-header-active::before {
  background-color: #e5e8eb;
}
.bp5-dark .bp5-table-selection-enabled .bp5-table-header:hover::before,
.bp5-dark .bp5-table-header.bp5-table-header-active::before {
  background-color: #404854;
}
.bp5-table-header.bp5-table-header-selected::before {
  background-image:
    linear-gradient(
      90deg,
      rgba(45, 114, 210, 0.1),
      rgba(45, 114, 210, 0.1));
}
.bp5-table-th-menu-container {
  flex-shrink: 0;
  opacity: 0;
  position: absolute;
  right: 1px;
  text-align: right;
}
.bp5-table-header:hover .bp5-table-th-menu-container,
.bp5-table-header-active .bp5-table-th-menu-container,
.bp5-table-th-menu-container.bp5-table-th-menu-open {
  opacity: 1;
}
.bp5-table-interaction-bar .bp5-table-th-menu-container {
  line-height: 20px;
}
.bp5-table-th-menu-container-background {
  height: 30px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
}
.bp5-table-interaction-bar .bp5-table-th-menu-container-background {
  height: 20px;
}
.bp5-table-th-menu-open .bp5-table-th-menu-container-background {
  background-image:
    linear-gradient(
      90deg,
      rgba(246, 247, 249, 0) 0%,
      #f6f7f9 50%);
}
.bp5-dark .bp5-table-th-menu-open .bp5-table-th-menu-container-background {
  background-image:
    linear-gradient(
      90deg,
      rgba(56, 62, 71, 0) 0%,
      #383e47 50%);
}
.bp5-table-header:hover .bp5-table-th-menu-container-background,
.bp5-table-header-active .bp5-table-th-menu-container-background,
.bp5-table-th-menu-open .bp5-table-th-menu-container-background {
  background-image:
    linear-gradient(
      90deg,
      rgba(246, 247, 249, 0) 0%,
      #f6f7f9 50%);
}
.bp5-dark .bp5-table-header:hover .bp5-table-th-menu-container-background,
.bp5-dark .bp5-table-header-active .bp5-table-th-menu-container-background,
.bp5-dark .bp5-table-th-menu-open .bp5-table-th-menu-container-background {
  background-image:
    linear-gradient(
      90deg,
      rgba(56, 62, 71, 0) 0%,
      #383e47 50%);
}
.bp5-table-selection-enabled .bp5-table-header:hover .bp5-table-th-menu-container-background,
.bp5-table-selection-enabled .bp5-table-header-active .bp5-table-th-menu-container-background {
  background-image:
    linear-gradient(
      90deg,
      rgba(229, 232, 235, 0) 0%,
      #e5e8eb 50%);
}
.bp5-dark .bp5-table-selection-enabled .bp5-table-header:hover .bp5-table-th-menu-container-background,
.bp5-dark .bp5-table-selection-enabled .bp5-table-header-active .bp5-table-th-menu-container-background {
  background-image:
    linear-gradient(
      90deg,
      rgba(64, 72, 84, 0) 0%,
      #404854 50%);
}
.bp5-table-selection-enabled .bp5-table-header.bp5-table-header-selected .bp5-table-th-menu-container-background {
  background-image:
    linear-gradient(
      90deg,
      rgba(226, 234, 245, 0) 0%,
      #e2eaf5 50%);
}
.bp5-dark .bp5-table-selection-enabled .bp5-table-header.bp5-table-header-selected .bp5-table-th-menu-container-background {
  background-image:
    linear-gradient(
      90deg,
      rgba(55, 67, 85, 0) 0%,
      #374355 50%);
}
.bp5-table-selection-enabled .bp5-table-header.bp5-table-header-selected:hover .bp5-table-th-menu-container-background {
  background-image:
    linear-gradient(
      90deg,
      rgba(211, 220, 233, 0) 0%,
      #d3dce9 50%);
}
.bp5-dark .bp5-table-selection-enabled .bp5-table-header.bp5-table-header-selected:hover .bp5-table-th-menu-container-background {
  background-image:
    linear-gradient(
      90deg,
      rgba(62, 76, 97, 0) 0%,
      #3e4c61 50%);
}
.bp5-table-th-menu {
  cursor: pointer;
  height: 30px;
  position: relative;
  width: 30px;
}
.bp5-table-interaction-bar .bp5-table-th-menu {
  height: 20px;
  right: 1px;
  text-align: center;
  width: 20px;
}
.bp5-table-interaction-bar .bp5-table-th-menu .bp5-icon {
  margin: 2px;
  margin-left: 3px;
  vertical-align: top;
}
.bp5-table-th-menu .bp5-icon {
  background-color: #f6f7f9;
  border-radius: 2px;
  box-shadow: inset 0 0 0 1px rgba(17, 20, 24, 0.2);
  color: #5f6b7c;
  margin-right: 7px;
  margin-top: 7px;
}
.bp5-table-selection-enabled .bp5-table-th-menu .bp5-icon {
  background-color: #e5e8eb;
}
.bp5-table-selection-enabled .bp5-table-header.bp5-table-header-selected .bp5-table-th-menu .bp5-icon {
  background-color:
    linear-gradient(
      90deg,
      rgba(226, 234, 245, 0) 0%,
      #e2eaf5 50%);
}
.bp5-dark .bp5-table-th-menu .bp5-icon {
  background-color: #383e47;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
  color: #abb3bf;
}
.bp5-dark .bp5-table-selection-enabled .bp5-table-th-menu .bp5-icon {
  background-color: #404854;
}
.bp5-dark .bp5-table-selection-enabled .bp5-table-header.bp5-table-header-selected .bp5-table-th-menu .bp5-icon {
  background-color:
    linear-gradient(
      90deg,
      rgba(55, 67, 85, 0) 0%,
      #374355 50%);
}
.bp5-table-th-menu:hover .bp5-icon {
  box-shadow: inset 0 0 0 1px rgba(17, 20, 24, 0.4);
  color: #1c2127;
}
.bp5-dark .bp5-table-th-menu:hover .bp5-icon {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4);
  color: #f6f7f9;
}
.bp5-table-th-menu.bp5-popover-open .bp5-icon {
  background-color: #2d72d2;
  box-shadow: none;
  color: #ffffff;
}
.bp5-dark .bp5-table-th-menu.bp5-popover-open .bp5-icon {
  background-color: #2d72d2;
  box-shadow: none;
  color: #ffffff;
}
.bp5-table-thead {
  display: block;
  white-space: nowrap;
}
.bp5-table-column-header-tr {
  display: flex;
}
.bp5-table-column-header-tr .bp5-table-header {
  flex: 0 0;
}
.bp5-table-column-headers .bp5-table-interaction-bar {
  height: 20px;
  position: relative;
}
.bp5-table-column-headers .bp5-table-header {
  line-height: 30px;
  min-height: 30px;
  vertical-align: top;
}
.bp5-table-row-headers .bp5-table-header {
  line-height: 20px;
  min-width: 30px;
  overflow: hidden;
}
.bp5-table-column-name-text,
.bp5-table-row-name-text {
  flex-grow: 1;
  pointer-events: none;
}
.bp5-table-truncated-text {
  max-height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bp5-table-no-wrap-text {
  white-space: nowrap;
}
.bp5-table-column-name-text {
  padding: 0 10px;
}
.bp5-table-editable-name {
  display: block;
  pointer-events: all;
}
.bp5-table-editable-name.bp5-editable-text::before {
  border-radius: 0;
  bottom: 0;
  left: -11px;
  right: -10px;
  top: -1px;
}
.bp5-table-editable-name.bp5-editable-text:not(.bp5-editable-editing)::before {
  box-shadow: none;
}
.bp5-table-editable-name.bp5-editable-text.bp5-editable-editing::before {
  bottom: 1px;
  cursor: text;
  left: -10px;
  right: -9px;
  top: 0px;
}
.bp5-table-editable-name.bp5-editable-text.bp5-editable-editing.bp5-table-editable-text::before {
  left: 0px;
  right: 1px;
}
.bp5-table-column-name .bp5-table-editable-name.bp5-editable-text::before {
  bottom: -1px;
}
.bp5-table-column-name .bp5-table-editable-name.bp5-editable-text.bp5-editable-editing::before {
  bottom: 0;
}
.bp5-table-column-name-text .bp5-table-editable-name input {
  height: 30px;
}
.bp5-table-column-name {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  text-align: left;
}
.bp5-table-row-name {
  display: block;
  font-size: 12px;
  padding: 0 5px;
  text-align: right;
}
.bp5-table-header-content {
  font-size: 14px;
  white-space: normal;
}
.bp5-table-header-content .is-searchable:not(.is-focused) > .Select-control {
  background: none;
  box-shadow: none;
}
.bp5-table-header-content .is-searchable > .Select-control {
  border-radius: 0;
}
.bp5-table-header-content .is-searchable > .Select-control .Select-value {
  cursor: pointer;
}
.bp5-table-header-content .Select-value {
  right: -1px;
}
.bp5-table-column-name,
.bp5-table-row-name {
  transition: color 300ms;
}
.bp5-table-header.bp5-loading {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bp5-table-header.bp5-loading .bp5-table-column-name,
.bp5-table-header.bp5-loading .bp5-table-row-name {
  flex: 1;
}
.bp5-table-header.bp5-loading .bp5-table-column-name-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
}
.bp5-table-header.bp5-loading .bp5-table-column-name-text .bp5-skeleton {
  height: 8px;
}
.bp5-table-header.bp5-loading .bp5-table-row-name {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bp5-table-selection-enabled.bp5-table-column-headers .bp5-table-header {
  cursor: s-resize;
}
.bp5-table-selection-enabled.bp5-table-column-headers .bp5-table-header.bp5-table-header-reorderable {
  cursor: grab;
}
.bp5-table-selection-enabled.bp5-table-column-headers .bp5-table-header.bp5-table-header-reorderable:active {
  cursor: grabbing;
}
.bp5-table-selection-enabled.bp5-table-column-headers .bp5-table-header.bp5-table-header-reorderable .bp5-table-interaction-bar {
  cursor: grab;
}
.bp5-table-selection-enabled.bp5-table-column-headers .bp5-table-header.bp5-table-header-reorderable .bp5-table-interaction-bar:active {
  cursor: grabbing;
}
.bp5-table-selection-enabled.bp5-table-row-headers .bp5-table-header {
  cursor: e-resize;
}
.bp5-table-selection-enabled.bp5-table-row-headers .bp5-table-header.bp5-table-header-reorderable {
  cursor: grab;
}
.bp5-table-selection-enabled.bp5-table-row-headers .bp5-table-header.bp5-table-header-reorderable:active {
  cursor: grabbing;
}
.bp5-table-selection-enabled.bp5-table-row-headers .bp5-table-header.bp5-table-header-reorderable .bp5-table-interaction-bar {
  cursor: grab;
}
.bp5-table-selection-enabled.bp5-table-row-headers .bp5-table-header.bp5-table-header-reorderable .bp5-table-interaction-bar:active {
  cursor: grabbing;
}
.bp5-table-selection-enabled.bp5-table-menu {
  cursor: se-resize;
}
.bp5-table-selection-enabled .bp5-editable-text::before,
.bp5-table-selection-enabled .bp5-editable-content {
  cursor: cell;
}
.bp5-table-column-header-cell.bp5-table-has-reorder-handle:not(.bp5-table-has-interaction-bar) .bp5-table-column-name-text {
  padding-left: 22px;
}
.bp5-table-column-header-cell.bp5-table-has-reorder-handle:not(.bp5-table-has-interaction-bar) .bp5-table-editable-name::before {
  left: -22px;
}
.bp5-table-reorder-handle-target {
  cursor: grab;
  align-items: center;
  bottom: 0;
  color: rgba(95, 107, 124, 0.6);
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 22px;
}
.bp5-table-reorder-handle-target:active {
  cursor: grabbing;
}
.bp5-table-reorder-handle-target:hover {
  color: #1c2127;
}
.bp5-table-reorder-handle-target:active {
  color: #2d72d2;
}
.bp5-dark .bp5-table-reorder-handle-target {
  color: rgba(171, 179, 191, 0.6);
}
.bp5-dark .bp5-table-reorder-handle-target:hover {
  color: #f6f7f9;
}
.bp5-dark .bp5-table-reorder-handle-target:active {
  color: #2d72d2;
}
.bp5-table-reorder-handle {
  display: flex;
}
.bp5-table-resize-handle-target {
  opacity: 0;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 20;
}
.bp5-table-resize-handle-target:hover,
.bp5-table-resize-handle-target.bp5-table-dragging {
  opacity: 1;
}
.bp5-table-resize-handle-target.bp5-table-resize-vertical {
  bottom: -1px;
  cursor: ew-resize;
  right: 0;
  top: 0;
  width: 5px;
}
.bp5-table-resize-handle-target.bp5-table-resize-horizontal {
  bottom: 0;
  cursor: ns-resize;
  height: 5px;
  left: 0;
  right: -1px;
}
.bp5-table-resize-handle {
  background-color: #2d72d2;
  position: absolute;
  z-index: 20;
}
.bp5-table-resize-handle.bp5-table-dragging {
  background-color: #2d72d2;
}
.bp5-table-resize-vertical .bp5-table-resize-handle {
  bottom: 0;
  left: 2px;
  top: 0;
  width: 3px;
}
.bp5-table-resize-horizontal .bp5-table-resize-handle {
  height: 3px;
  left: 0;
  right: 0;
  top: 2px;
}
.bp5-table-resize-guides .bp5-table-horizontal-guide {
  background-color: #2d72d2;
  height: 3px;
  margin-top: -3px;
}
.bp5-table-resize-guides .bp5-table-horizontal-guide.bp5-table-horizontal-guide-flush-top {
  margin-top: 0;
}
.bp5-table-resize-guides .bp5-table-vertical-guide {
  background-color: #2d72d2;
  margin-left: -3px;
  width: 3px;
}
.bp5-table-resize-guides .bp5-table-vertical-guide.bp5-table-vertical-guide-flush-left {
  margin-left: 0;
}
.bp5-table-overlay-layer {
  bottom: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
}
.bp5-table-overlay {
  position: absolute;
}
.bp5-table-region {
  background-color: rgba(143, 153, 168, 0.1);
  border: 1px solid #8f99a8;
}
.bp5-table-selection-region {
  background-color: rgba(45, 114, 210, 0.1);
  border: 1px solid #2d72d2;
}
.bp5-dark .bp5-table-selection-region {
  background-color: rgba(76, 144, 240, 0.1);
  border: 1px solid #4c90f0;
}
.bp5-table-column-headers .bp5-table-selection-region {
  background-color: transparent;
}
.bp5-table-row-headers .bp5-table-selection-region {
  background-color: transparent;
}
.bp5-table-focus-region {
  border: 2px solid #2d72d2;
}
.bp5-table-column-headers .bp5-table-region {
  border-bottom: none;
}
.bp5-table-row-headers .bp5-table-region {
  border-right: none;
}
.bp5-table-vertical-guide {
  bottom: 0;
  top: 0;
}
.bp5-table-horizontal-guide {
  left: 0;
  right: 0;
}
.bp5-table-reordering-cursor-overlay {
  cursor: grabbing;
}
.bp5-table-reordering .bp5-table-reordering-cursor-overlay {
  pointer-events: all;
}
.bp5-table-quadrant-stack {
  display: flex;
  height: 100%;
  position: relative;
}
.bp5-table-quadrant {
  background: #f6f7f9;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
}
.bp5-dark .bp5-table-quadrant {
  background-color: #383e47;
}
.bp5-table-quadrant-scroll-container {
  bottom: 0;
  left: 0;
  overflow: auto;
  position: relative;
  right: 0;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  will-change: transform;
}
.bp5-table-no-vertical-scroll .bp5-table-quadrant-scroll-container {
  overflow-y: hidden;
}
.bp5-table-no-horizontal-scroll .bp5-table-quadrant-scroll-container {
  overflow-x: hidden;
}
.bp5-table-body-scrolling-indicator-overlay {
  bottom: 0;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.bp5-table-body-is-scrolling-left,
.bp5-table-body-is-scrolling-bottom,
.bp5-table-body-is-scrolling-right,
.bp5-table-body-is-scrolling-top {
  opacity: 1;
  transition: opacity 0.2s linear;
}
.bp5-table-body-is-scrolling-top {
  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.15) 0%,
      transparent 10%);
}
.bp5-table-body-is-scrolling-right {
  background:
    linear-gradient(
      270deg,
      rgba(0, 0, 0, 0.15) 0%,
      transparent 10%);
}
.bp5-table-body-is-scrolling-bottom {
  background:
    linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.15) 0%,
      transparent 10%);
}
.bp5-table-body-is-scrolling-left {
  background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.15) 0%,
      transparent 10%);
}
.bp5-table-quadrant-body-container {
  position: relative;
}
.bp5-table-quadrant-main {
  height: 100%;
  left: auto;
  position: relative;
  top: auto;
  width: 100%;
  z-index: 0;
}
.bp5-table-quadrant-main .bp5-table-quadrant-scroll-container {
  height: 100%;
  width: 100%;
}
.bp5-table-quadrant-main .bp5-table-cell-client {
  background: #ffffff;
}
.bp5-table-quadrant-top {
  right: 0;
  z-index: 1;
}
.bp5-table-quadrant-top .bp5-table-quadrant-scroll-container {
  bottom: -20px;
  overflow-y: hidden;
}
.bp5-table-quadrant-left {
  bottom: 0;
  transition: width 100ms cubic-bezier(0.4, 1, 0.75, 0.9);
  z-index: 2;
}
.bp5-table-quadrant-left .bp5-table-quadrant-scroll-container {
  bottom: 0;
  height: auto;
  overflow-x: hidden;
  position: absolute;
  right: -20px;
  top: 0;
}
.bp5-table-quadrant-left .bp5-table-body-virtual-client {
  min-width: 1px;
}
.bp5-table-quadrant-top-left {
  transition: width 100ms cubic-bezier(0.4, 1, 0.75, 0.9);
  z-index: 3;
}
.bp5-table-quadrant-top-left .bp5-table-quadrant-scroll-container {
  bottom: -20px;
  overflow-x: hidden;
  overflow-y: hidden;
  right: -20px;
}
.bp5-table-quadrant-top-left .bp5-table-body-virtual-client {
  min-width: 1px;
}
@media (-webkit-max-device-pixel-ratio: 1.5) {
  .bp5-table-quadrant-top .bp5-table-quadrant-scroll-container {
    bottom: -50px;
  }
  .bp5-table-quadrant-left .bp5-table-quadrant-scroll-container {
    right: -50px;
  }
  .bp5-table-quadrant-top-left .bp5-table-quadrant-scroll-container {
    bottom: -50px;
    right: -50px;
  }
}
@media (-webkit-min-device-pixel-ratio: 2.5) {
  .bp5-table-quadrant-top .bp5-table-quadrant-scroll-container {
    bottom: -10px;
  }
  .bp5-table-quadrant-left .bp5-table-quadrant-scroll-container {
    right: -10px;
  }
  .bp5-table-quadrant-top-left .bp5-table-quadrant-scroll-container {
    bottom: -10px;
    right: -10px;
  }
}
.bp5-table-container {
  background-color: #f6f7f9;
  display: flex;
  flex-direction: column;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  min-height: 60px;
  overflow: hidden;
  will-change: transform;
}
.bp5-dark .bp5-table-container {
  background-color: #383e47;
}
.bp5-table-container .bp5-loading {
  color: transparent;
}
.bp5-table-container .bp5-loading .bp5-skeleton {
  animation: 300ms linear forwards skeleton-fade-in, 1000ms linear infinite alternate skeleton-glow;
  animation-delay: 0s, 300ms;
  height: 5px;
  opacity: 0;
}
.bp5-table-top-container {
  display: flex;
  flex: 0 0 auto;
  min-height: 0%;
}
.bp5-table-container.bp5-table-no-rows .bp5-table-top-container {
  padding-bottom: 1px;
}
.bp5-table-bottom-container {
  color: #1c2127;
  display: flex;
  flex: 1 1 auto;
  height: 100%;
  min-height: 0%;
}
.bp5-dark .bp5-table-bottom-container {
  color: #f6f7f9;
}
.bp5-table-menu {
  background-color: #f6f7f9;
  flex: 0 0 auto;
  position: relative;
  z-index: 13;
}
.bp5-dark .bp5-table-menu {
  background-color: #383e47;
}
.bp5-table-column-headers {
  background-color: #f6f7f9;
  color: #1c2127;
  display: block;
  position: relative;
  z-index: 11;
}
.bp5-dark .bp5-table-column-headers {
  background-color: #383e47;
  color: #f6f7f9;
}
.bp5-table-row-headers {
  background-color: #f6f7f9;
  color: #5f6b7c;
  flex: 0 0 auto;
  position: relative;
  transition: width 100ms cubic-bezier(0.4, 1, 0.75, 0.9);
  z-index: 12;
}
.bp5-dark .bp5-table-row-headers {
  background-color: #383e47;
  color: #abb3bf;
}
.bp5-table-body {
  flex: 1 1 100%;
  overflow: scroll;
  position: relative;
  z-index: 10;
}
.bp5-table-body-virtual-client {
  position: relative;
}
.bp5-table-cell-client {
  background: #ffffff;
}
.bp5-dark .bp5-table-cell-client {
  background: #2f343c;
}
.bp5-table-tbody {
  display: block;
  white-space: nowrap;
}
.bp5-table-cell {
  display: inline-block;
}
.bp5-table-no-layout {
  display: inline-block;
  position: absolute;
}

/* frontend/src/node_modules/@mantine/core/styles.css */
*,
*::before,
*::after {
  box-sizing: border-box;
}
input,
button,
textarea,
select {
  font: inherit;
}
button,
select {
  text-transform: none;
}
body {
  margin: 0;
  font-family: var(--mantine-font-family);
  font-size: var(--mantine-font-size-md);
  line-height: var(--mantine-line-height);
  background-color: var(--mantine-color-body);
  color: var(--mantine-color-text);
  -webkit-font-smoothing: var(--mantine-webkit-font-smoothing);
  -moz-osx-font-smoothing: var(--mantine-moz-font-smoothing);
}
@media screen and (max-device-width: 31.25em) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  [data-respect-reduced-motion] [data-reduce-motion] {
    transition: none;
    animation: none;
  }
}
[data-mantine-color-scheme=light] .mantine-light-hidden {
  display: none;
}
[data-mantine-color-scheme=dark] .mantine-dark-hidden {
  display: none;
}
.mantine-focus-auto:focus-visible {
  outline: 2px solid var(--mantine-primary-color-filled);
  outline-offset: calc(0.125rem * var(--mantine-scale));
}
.mantine-focus-always:focus {
  outline: 2px solid var(--mantine-primary-color-filled);
  outline-offset: calc(0.125rem * var(--mantine-scale));
}
.mantine-focus-never:focus {
  outline: none;
}
.mantine-active:active {
  transform: translateY(calc(0.0625rem * var(--mantine-scale)));
}
fieldset:disabled .mantine-active:active {
  transform: none;
}
:where([dir=rtl]) .mantine-rotate-rtl {
  transform: rotate(180deg);
}
:root {
  color-scheme: var(--mantine-color-scheme);
  --mantine-z-index-app: 100;
  --mantine-z-index-modal: 200;
  --mantine-z-index-popover: 300;
  --mantine-z-index-overlay: 400;
  --mantine-z-index-max: 9999;
  --mantine-scale: 1;
  --mantine-cursor-type: default;
  --mantine-webkit-font-smoothing: antialiased;
  --mantine-color-scheme: light dark;
  --mantine-moz-font-smoothing: grayscale;
  --mantine-color-white: #fff;
  --mantine-color-black: #000;
  --mantine-line-height: 1.55;
  --mantine-font-family:
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica,
    Arial,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji;
  --mantine-font-family-monospace:
    ui-monospace,
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    Liberation Mono,
    Courier New,
    monospace;
  --mantine-font-family-headings:
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica,
    Arial,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji;
  --mantine-heading-font-weight: 700;
  --mantine-radius-default: calc(0.25rem * var(--mantine-scale));
  --mantine-primary-color-0: var(--mantine-color-blue-0);
  --mantine-primary-color-1: var(--mantine-color-blue-1);
  --mantine-primary-color-2: var(--mantine-color-blue-2);
  --mantine-primary-color-3: var(--mantine-color-blue-3);
  --mantine-primary-color-4: var(--mantine-color-blue-4);
  --mantine-primary-color-5: var(--mantine-color-blue-5);
  --mantine-primary-color-6: var(--mantine-color-blue-6);
  --mantine-primary-color-7: var(--mantine-color-blue-7);
  --mantine-primary-color-8: var(--mantine-color-blue-8);
  --mantine-primary-color-9: var(--mantine-color-blue-9);
  --mantine-primary-color-filled: var(--mantine-color-blue-filled);
  --mantine-primary-color-filled-hover: var(--mantine-color-blue-filled-hover);
  --mantine-primary-color-light: var(--mantine-color-blue-light);
  --mantine-primary-color-light-hover: var(--mantine-color-blue-light-hover);
  --mantine-primary-color-light-color: var(--mantine-color-blue-light-color);
  --mantine-breakpoint-xs: 36em;
  --mantine-breakpoint-sm: 48em;
  --mantine-breakpoint-md: 62em;
  --mantine-breakpoint-lg: 75em;
  --mantine-breakpoint-xl: 88em;
  --mantine-spacing-xs: calc(0.625rem * var(--mantine-scale));
  --mantine-spacing-sm: calc(0.75rem * var(--mantine-scale));
  --mantine-spacing-md: calc(1rem * var(--mantine-scale));
  --mantine-spacing-lg: calc(1.25rem * var(--mantine-scale));
  --mantine-spacing-xl: calc(2rem * var(--mantine-scale));
  --mantine-font-size-xs: calc(0.75rem * var(--mantine-scale));
  --mantine-font-size-sm: calc(0.875rem * var(--mantine-scale));
  --mantine-font-size-md: calc(1rem * var(--mantine-scale));
  --mantine-font-size-lg: calc(1.125rem * var(--mantine-scale));
  --mantine-font-size-xl: calc(1.25rem * var(--mantine-scale));
  --mantine-line-height-xs: 1.4;
  --mantine-line-height-sm: 1.45;
  --mantine-line-height-md: 1.55;
  --mantine-line-height-lg: 1.6;
  --mantine-line-height-xl: 1.65;
  --mantine-shadow-xs: 0 calc(0.0625rem * var(--mantine-scale)) calc(0.1875rem * var(--mantine-scale)) rgba(0, 0, 0, 0.05), 0 calc(0.0625rem * var(--mantine-scale)) calc(0.125rem * var(--mantine-scale)) rgba(0, 0, 0, 0.1);
  --mantine-shadow-sm:
    0 calc(0.0625rem * var(--mantine-scale)) calc(0.1875rem * var(--mantine-scale)) rgba(0, 0, 0, 0.05),
    rgba(0, 0, 0, 0.05) 0 calc(0.625rem * var(--mantine-scale)) calc(0.9375rem * var(--mantine-scale)) calc(-0.3125rem * var(--mantine-scale)),
    rgba(0, 0, 0, 0.04) 0 calc(0.4375rem * var(--mantine-scale)) calc(0.4375rem * var(--mantine-scale)) calc(-0.3125rem * var(--mantine-scale));
  --mantine-shadow-md:
    0 calc(0.0625rem * var(--mantine-scale)) calc(0.1875rem * var(--mantine-scale)) rgba(0, 0, 0, 0.05),
    rgba(0, 0, 0, 0.05) 0 calc(1.25rem * var(--mantine-scale)) calc(1.5625rem * var(--mantine-scale)) calc(-0.3125rem * var(--mantine-scale)),
    rgba(0, 0, 0, 0.04) 0 calc(0.625rem * var(--mantine-scale)) calc(0.625rem * var(--mantine-scale)) calc(-0.3125rem * var(--mantine-scale));
  --mantine-shadow-lg:
    0 calc(0.0625rem * var(--mantine-scale)) calc(0.1875rem * var(--mantine-scale)) rgba(0, 0, 0, 0.05),
    rgba(0, 0, 0, 0.05) 0 calc(1.75rem * var(--mantine-scale)) calc(1.4375rem * var(--mantine-scale)) calc(-0.4375rem * var(--mantine-scale)),
    rgba(0, 0, 0, 0.04) 0 calc(0.75rem * var(--mantine-scale)) calc(0.75rem * var(--mantine-scale)) calc(-0.4375rem * var(--mantine-scale));
  --mantine-shadow-xl:
    0 calc(0.0625rem * var(--mantine-scale)) calc(0.1875rem * var(--mantine-scale)) rgba(0, 0, 0, 0.05),
    rgba(0, 0, 0, 0.05) 0 calc(2.25rem * var(--mantine-scale)) calc(1.75rem * var(--mantine-scale)) calc(-0.4375rem * var(--mantine-scale)),
    rgba(0, 0, 0, 0.04) 0 calc(1.0625rem * var(--mantine-scale)) calc(1.0625rem * var(--mantine-scale)) calc(-0.4375rem * var(--mantine-scale));
  --mantine-radius-xs: calc(0.125rem * var(--mantine-scale));
  --mantine-radius-sm: calc(0.25rem * var(--mantine-scale));
  --mantine-radius-md: calc(0.5rem * var(--mantine-scale));
  --mantine-radius-lg: calc(1rem * var(--mantine-scale));
  --mantine-radius-xl: calc(2rem * var(--mantine-scale));
  --mantine-color-dark-0: #c9c9c9;
  --mantine-color-dark-1: #b8b8b8;
  --mantine-color-dark-2: #828282;
  --mantine-color-dark-3: #696969;
  --mantine-color-dark-4: #424242;
  --mantine-color-dark-5: #3b3b3b;
  --mantine-color-dark-6: #2e2e2e;
  --mantine-color-dark-7: #242424;
  --mantine-color-dark-8: #1f1f1f;
  --mantine-color-dark-9: #141414;
  --mantine-color-gray-0: #f8f9fa;
  --mantine-color-gray-1: #f1f3f5;
  --mantine-color-gray-2: #e9ecef;
  --mantine-color-gray-3: #dee2e6;
  --mantine-color-gray-4: #ced4da;
  --mantine-color-gray-5: #adb5bd;
  --mantine-color-gray-6: #868e96;
  --mantine-color-gray-7: #495057;
  --mantine-color-gray-8: #343a40;
  --mantine-color-gray-9: #212529;
  --mantine-color-red-0: #fff5f5;
  --mantine-color-red-1: #ffe3e3;
  --mantine-color-red-2: #ffc9c9;
  --mantine-color-red-3: #ffa8a8;
  --mantine-color-red-4: #ff8787;
  --mantine-color-red-5: #ff6b6b;
  --mantine-color-red-6: #fa5252;
  --mantine-color-red-7: #f03e3e;
  --mantine-color-red-8: #e03131;
  --mantine-color-red-9: #c92a2a;
  --mantine-color-pink-0: #fff0f6;
  --mantine-color-pink-1: #ffdeeb;
  --mantine-color-pink-2: #fcc2d7;
  --mantine-color-pink-3: #faa2c1;
  --mantine-color-pink-4: #f783ac;
  --mantine-color-pink-5: #f06595;
  --mantine-color-pink-6: #e64980;
  --mantine-color-pink-7: #d6336c;
  --mantine-color-pink-8: #c2255c;
  --mantine-color-pink-9: #a61e4d;
  --mantine-color-grape-0: #f8f0fc;
  --mantine-color-grape-1: #f3d9fa;
  --mantine-color-grape-2: #eebefa;
  --mantine-color-grape-3: #e599f7;
  --mantine-color-grape-4: #da77f2;
  --mantine-color-grape-5: #cc5de8;
  --mantine-color-grape-6: #be4bdb;
  --mantine-color-grape-7: #ae3ec9;
  --mantine-color-grape-8: #9c36b5;
  --mantine-color-grape-9: #862e9c;
  --mantine-color-violet-0: #f3f0ff;
  --mantine-color-violet-1: #e5dbff;
  --mantine-color-violet-2: #d0bfff;
  --mantine-color-violet-3: #b197fc;
  --mantine-color-violet-4: #9775fa;
  --mantine-color-violet-5: #845ef7;
  --mantine-color-violet-6: #7950f2;
  --mantine-color-violet-7: #7048e8;
  --mantine-color-violet-8: #6741d9;
  --mantine-color-violet-9: #5f3dc4;
  --mantine-color-indigo-0: #edf2ff;
  --mantine-color-indigo-1: #dbe4ff;
  --mantine-color-indigo-2: #bac8ff;
  --mantine-color-indigo-3: #91a7ff;
  --mantine-color-indigo-4: #748ffc;
  --mantine-color-indigo-5: #5c7cfa;
  --mantine-color-indigo-6: #4c6ef5;
  --mantine-color-indigo-7: #4263eb;
  --mantine-color-indigo-8: #3b5bdb;
  --mantine-color-indigo-9: #364fc7;
  --mantine-color-blue-0: #e7f5ff;
  --mantine-color-blue-1: #d0ebff;
  --mantine-color-blue-2: #a5d8ff;
  --mantine-color-blue-3: #74c0fc;
  --mantine-color-blue-4: #4dabf7;
  --mantine-color-blue-5: #339af0;
  --mantine-color-blue-6: #228be6;
  --mantine-color-blue-7: #1c7ed6;
  --mantine-color-blue-8: #1971c2;
  --mantine-color-blue-9: #1864ab;
  --mantine-color-cyan-0: #e3fafc;
  --mantine-color-cyan-1: #c5f6fa;
  --mantine-color-cyan-2: #99e9f2;
  --mantine-color-cyan-3: #66d9e8;
  --mantine-color-cyan-4: #3bc9db;
  --mantine-color-cyan-5: #22b8cf;
  --mantine-color-cyan-6: #15aabf;
  --mantine-color-cyan-7: #1098ad;
  --mantine-color-cyan-8: #0c8599;
  --mantine-color-cyan-9: #0b7285;
  --mantine-color-teal-0: #e6fcf5;
  --mantine-color-teal-1: #c3fae8;
  --mantine-color-teal-2: #96f2d7;
  --mantine-color-teal-3: #63e6be;
  --mantine-color-teal-4: #38d9a9;
  --mantine-color-teal-5: #20c997;
  --mantine-color-teal-6: #12b886;
  --mantine-color-teal-7: #0ca678;
  --mantine-color-teal-8: #099268;
  --mantine-color-teal-9: #087f5b;
  --mantine-color-green-0: #ebfbee;
  --mantine-color-green-1: #d3f9d8;
  --mantine-color-green-2: #b2f2bb;
  --mantine-color-green-3: #8ce99a;
  --mantine-color-green-4: #69db7c;
  --mantine-color-green-5: #51cf66;
  --mantine-color-green-6: #40c057;
  --mantine-color-green-7: #37b24d;
  --mantine-color-green-8: #2f9e44;
  --mantine-color-green-9: #2b8a3e;
  --mantine-color-lime-0: #f4fce3;
  --mantine-color-lime-1: #e9fac8;
  --mantine-color-lime-2: #d8f5a2;
  --mantine-color-lime-3: #c0eb75;
  --mantine-color-lime-4: #a9e34b;
  --mantine-color-lime-5: #94d82d;
  --mantine-color-lime-6: #82c91e;
  --mantine-color-lime-7: #74b816;
  --mantine-color-lime-8: #66a80f;
  --mantine-color-lime-9: #5c940d;
  --mantine-color-yellow-0: #fff9db;
  --mantine-color-yellow-1: #fff3bf;
  --mantine-color-yellow-2: #ffec99;
  --mantine-color-yellow-3: #ffe066;
  --mantine-color-yellow-4: #ffd43b;
  --mantine-color-yellow-5: #fcc419;
  --mantine-color-yellow-6: #fab005;
  --mantine-color-yellow-7: #f59f00;
  --mantine-color-yellow-8: #f08c00;
  --mantine-color-yellow-9: #e67700;
  --mantine-color-orange-0: #fff4e6;
  --mantine-color-orange-1: #ffe8cc;
  --mantine-color-orange-2: #ffd8a8;
  --mantine-color-orange-3: #ffc078;
  --mantine-color-orange-4: #ffa94d;
  --mantine-color-orange-5: #ff922b;
  --mantine-color-orange-6: #fd7e14;
  --mantine-color-orange-7: #f76707;
  --mantine-color-orange-8: #e8590c;
  --mantine-color-orange-9: #d9480f;
  --mantine-h1-font-size: calc(2.125rem * var(--mantine-scale));
  --mantine-h1-line-height: 1.3;
  --mantine-h1-font-weight: 700;
  --mantine-h2-font-size: calc(1.625rem * var(--mantine-scale));
  --mantine-h2-line-height: 1.35;
  --mantine-h2-font-weight: 700;
  --mantine-h3-font-size: calc(1.375rem * var(--mantine-scale));
  --mantine-h3-line-height: 1.4;
  --mantine-h3-font-weight: 700;
  --mantine-h4-font-size: calc(1.125rem * var(--mantine-scale));
  --mantine-h4-line-height: 1.45;
  --mantine-h4-font-weight: 700;
  --mantine-h5-font-size: calc(1rem * var(--mantine-scale));
  --mantine-h5-line-height: 1.5;
  --mantine-h5-font-weight: 700;
  --mantine-h6-font-size: calc(0.875rem * var(--mantine-scale));
  --mantine-h6-line-height: 1.5;
  --mantine-h6-font-weight: 700;
}
:root[data-mantine-color-scheme=dark] {
  --mantine-color-scheme: dark;
  --mantine-primary-color-contrast: var(--mantine-color-white);
  --mantine-color-bright: var(--mantine-color-white);
  --mantine-color-text: var(--mantine-color-dark-0);
  --mantine-color-body: var(--mantine-color-dark-7);
  --mantine-color-error: var(--mantine-color-red-8);
  --mantine-color-placeholder: var(--mantine-color-dark-3);
  --mantine-color-anchor: var(--mantine-color-blue-4);
  --mantine-color-default: var(--mantine-color-dark-6);
  --mantine-color-default-hover: var(--mantine-color-dark-5);
  --mantine-color-default-color: var(--mantine-color-white);
  --mantine-color-default-border: var(--mantine-color-dark-4);
  --mantine-color-dimmed: var(--mantine-color-dark-2);
  --mantine-color-dark-text: var(--mantine-color-dark-4);
  --mantine-color-dark-filled: var(--mantine-color-dark-8);
  --mantine-color-dark-filled-hover: var(--mantine-color-dark-7);
  --mantine-color-dark-light: rgba(36, 36, 36, 0.15);
  --mantine-color-dark-light-hover: rgba(36, 36, 36, 0.2);
  --mantine-color-dark-light-color: var(--mantine-color-dark-3);
  --mantine-color-dark-outline: var(--mantine-color-dark-4);
  --mantine-color-dark-outline-hover: rgba(36, 36, 36, 0.05);
  --mantine-color-gray-text: var(--mantine-color-gray-4);
  --mantine-color-gray-filled: var(--mantine-color-gray-8);
  --mantine-color-gray-filled-hover: var(--mantine-color-gray-9);
  --mantine-color-gray-light: rgba(134, 142, 150, 0.15);
  --mantine-color-gray-light-hover: rgba(134, 142, 150, 0.2);
  --mantine-color-gray-light-color: var(--mantine-color-gray-3);
  --mantine-color-gray-outline: var(--mantine-color-gray-4);
  --mantine-color-gray-outline-hover: rgba(206, 212, 218, 0.05);
  --mantine-color-red-text: var(--mantine-color-red-4);
  --mantine-color-red-filled: var(--mantine-color-red-8);
  --mantine-color-red-filled-hover: var(--mantine-color-red-9);
  --mantine-color-red-light: rgba(250, 82, 82, 0.15);
  --mantine-color-red-light-hover: rgba(250, 82, 82, 0.2);
  --mantine-color-red-light-color: var(--mantine-color-red-3);
  --mantine-color-red-outline: var(--mantine-color-red-4);
  --mantine-color-red-outline-hover: rgba(255, 135, 135, 0.05);
  --mantine-color-pink-text: var(--mantine-color-pink-4);
  --mantine-color-pink-filled: var(--mantine-color-pink-8);
  --mantine-color-pink-filled-hover: var(--mantine-color-pink-9);
  --mantine-color-pink-light: rgba(230, 73, 128, 0.15);
  --mantine-color-pink-light-hover: rgba(230, 73, 128, 0.2);
  --mantine-color-pink-light-color: var(--mantine-color-pink-3);
  --mantine-color-pink-outline: var(--mantine-color-pink-4);
  --mantine-color-pink-outline-hover: rgba(247, 131, 172, 0.05);
  --mantine-color-grape-text: var(--mantine-color-grape-4);
  --mantine-color-grape-filled: var(--mantine-color-grape-8);
  --mantine-color-grape-filled-hover: var(--mantine-color-grape-9);
  --mantine-color-grape-light: rgba(190, 75, 219, 0.15);
  --mantine-color-grape-light-hover: rgba(190, 75, 219, 0.2);
  --mantine-color-grape-light-color: var(--mantine-color-grape-3);
  --mantine-color-grape-outline: var(--mantine-color-grape-4);
  --mantine-color-grape-outline-hover: rgba(218, 119, 242, 0.05);
  --mantine-color-violet-text: var(--mantine-color-violet-4);
  --mantine-color-violet-filled: var(--mantine-color-violet-8);
  --mantine-color-violet-filled-hover: var(--mantine-color-violet-9);
  --mantine-color-violet-light: rgba(121, 80, 242, 0.15);
  --mantine-color-violet-light-hover: rgba(121, 80, 242, 0.2);
  --mantine-color-violet-light-color: var(--mantine-color-violet-3);
  --mantine-color-violet-outline: var(--mantine-color-violet-4);
  --mantine-color-violet-outline-hover: rgba(151, 117, 250, 0.05);
  --mantine-color-indigo-text: var(--mantine-color-indigo-4);
  --mantine-color-indigo-filled: var(--mantine-color-indigo-8);
  --mantine-color-indigo-filled-hover: var(--mantine-color-indigo-9);
  --mantine-color-indigo-light: rgba(76, 110, 245, 0.15);
  --mantine-color-indigo-light-hover: rgba(76, 110, 245, 0.2);
  --mantine-color-indigo-light-color: var(--mantine-color-indigo-3);
  --mantine-color-indigo-outline: var(--mantine-color-indigo-4);
  --mantine-color-indigo-outline-hover: rgba(116, 143, 252, 0.05);
  --mantine-color-blue-text: var(--mantine-color-blue-4);
  --mantine-color-blue-filled: var(--mantine-color-blue-8);
  --mantine-color-blue-filled-hover: var(--mantine-color-blue-9);
  --mantine-color-blue-light: rgba(34, 139, 230, 0.15);
  --mantine-color-blue-light-hover: rgba(34, 139, 230, 0.2);
  --mantine-color-blue-light-color: var(--mantine-color-blue-3);
  --mantine-color-blue-outline: var(--mantine-color-blue-4);
  --mantine-color-blue-outline-hover: rgba(77, 171, 247, 0.05);
  --mantine-color-cyan-text: var(--mantine-color-cyan-4);
  --mantine-color-cyan-filled: var(--mantine-color-cyan-8);
  --mantine-color-cyan-filled-hover: var(--mantine-color-cyan-9);
  --mantine-color-cyan-light: rgba(21, 170, 191, 0.15);
  --mantine-color-cyan-light-hover: rgba(21, 170, 191, 0.2);
  --mantine-color-cyan-light-color: var(--mantine-color-cyan-3);
  --mantine-color-cyan-outline: var(--mantine-color-cyan-4);
  --mantine-color-cyan-outline-hover: rgba(59, 201, 219, 0.05);
  --mantine-color-teal-text: var(--mantine-color-teal-4);
  --mantine-color-teal-filled: var(--mantine-color-teal-8);
  --mantine-color-teal-filled-hover: var(--mantine-color-teal-9);
  --mantine-color-teal-light: rgba(18, 184, 134, 0.15);
  --mantine-color-teal-light-hover: rgba(18, 184, 134, 0.2);
  --mantine-color-teal-light-color: var(--mantine-color-teal-3);
  --mantine-color-teal-outline: var(--mantine-color-teal-4);
  --mantine-color-teal-outline-hover: rgba(56, 217, 169, 0.05);
  --mantine-color-green-text: var(--mantine-color-green-4);
  --mantine-color-green-filled: var(--mantine-color-green-8);
  --mantine-color-green-filled-hover: var(--mantine-color-green-9);
  --mantine-color-green-light: rgba(64, 192, 87, 0.15);
  --mantine-color-green-light-hover: rgba(64, 192, 87, 0.2);
  --mantine-color-green-light-color: var(--mantine-color-green-3);
  --mantine-color-green-outline: var(--mantine-color-green-4);
  --mantine-color-green-outline-hover: rgba(105, 219, 124, 0.05);
  --mantine-color-lime-text: var(--mantine-color-lime-4);
  --mantine-color-lime-filled: var(--mantine-color-lime-8);
  --mantine-color-lime-filled-hover: var(--mantine-color-lime-9);
  --mantine-color-lime-light: rgba(130, 201, 30, 0.15);
  --mantine-color-lime-light-hover: rgba(130, 201, 30, 0.2);
  --mantine-color-lime-light-color: var(--mantine-color-lime-3);
  --mantine-color-lime-outline: var(--mantine-color-lime-4);
  --mantine-color-lime-outline-hover: rgba(169, 227, 75, 0.05);
  --mantine-color-yellow-text: var(--mantine-color-yellow-4);
  --mantine-color-yellow-filled: var(--mantine-color-yellow-8);
  --mantine-color-yellow-filled-hover: var(--mantine-color-yellow-9);
  --mantine-color-yellow-light: rgba(250, 176, 5, 0.15);
  --mantine-color-yellow-light-hover: rgba(250, 176, 5, 0.2);
  --mantine-color-yellow-light-color: var(--mantine-color-yellow-3);
  --mantine-color-yellow-outline: var(--mantine-color-yellow-4);
  --mantine-color-yellow-outline-hover: rgba(255, 212, 59, 0.05);
  --mantine-color-orange-text: var(--mantine-color-orange-4);
  --mantine-color-orange-filled: var(--mantine-color-orange-8);
  --mantine-color-orange-filled-hover: var(--mantine-color-orange-9);
  --mantine-color-orange-light: rgba(253, 126, 20, 0.15);
  --mantine-color-orange-light-hover: rgba(253, 126, 20, 0.2);
  --mantine-color-orange-light-color: var(--mantine-color-orange-3);
  --mantine-color-orange-outline: var(--mantine-color-orange-4);
  --mantine-color-orange-outline-hover: rgba(255, 169, 77, 0.05);
}
:root[data-mantine-color-scheme=light] {
  --mantine-color-scheme: light;
  --mantine-color-bright: var(--mantine-color-black);
  --mantine-color-text: var(--mantine-color-black);
  --mantine-color-body: var(--mantine-color-white);
  --mantine-primary-color-contrast: var(--mantine-color-white);
  --mantine-color-error: var(--mantine-color-red-6);
  --mantine-color-placeholder: var(--mantine-color-gray-5);
  --mantine-color-anchor: var(--mantine-primary-color-filled);
  --mantine-color-default: var(--mantine-color-white);
  --mantine-color-default-hover: var(--mantine-color-gray-0);
  --mantine-color-default-color: var(--mantine-color-gray-9);
  --mantine-color-default-border: var(--mantine-color-gray-4);
  --mantine-color-dimmed: var(--mantine-color-gray-6);
  --mantine-color-dark-text: var(--mantine-color-dark-filled);
  --mantine-color-dark-filled: var(--mantine-color-dark-6);
  --mantine-color-dark-filled-hover: var(--mantine-color-dark-7);
  --mantine-color-dark-light: rgba(56, 56, 56, 0.1);
  --mantine-color-dark-light-hover: rgba(56, 56, 56, 0.12);
  --mantine-color-dark-light-color: var(--mantine-color-dark-6);
  --mantine-color-dark-outline: var(--mantine-color-dark-6);
  --mantine-color-dark-outline-hover: rgba(56, 56, 56, 0.05);
  --mantine-color-gray-text: var(--mantine-color-gray-filled);
  --mantine-color-gray-filled: var(--mantine-color-gray-6);
  --mantine-color-gray-filled-hover: var(--mantine-color-gray-7);
  --mantine-color-gray-light: rgba(134, 142, 150, 0.1);
  --mantine-color-gray-light-hover: rgba(134, 142, 150, 0.12);
  --mantine-color-gray-light-color: var(--mantine-color-gray-6);
  --mantine-color-gray-outline: var(--mantine-color-gray-6);
  --mantine-color-gray-outline-hover: rgba(134, 142, 150, 0.05);
  --mantine-color-red-text: var(--mantine-color-red-filled);
  --mantine-color-red-filled: var(--mantine-color-red-6);
  --mantine-color-red-filled-hover: var(--mantine-color-red-7);
  --mantine-color-red-light: rgba(250, 82, 82, 0.1);
  --mantine-color-red-light-hover: rgba(250, 82, 82, 0.12);
  --mantine-color-red-light-color: var(--mantine-color-red-6);
  --mantine-color-red-outline: var(--mantine-color-red-6);
  --mantine-color-red-outline-hover: rgba(250, 82, 82, 0.05);
  --mantine-color-pink-text: var(--mantine-color-pink-filled);
  --mantine-color-pink-filled: var(--mantine-color-pink-6);
  --mantine-color-pink-filled-hover: var(--mantine-color-pink-7);
  --mantine-color-pink-light: rgba(230, 73, 128, 0.1);
  --mantine-color-pink-light-hover: rgba(230, 73, 128, 0.12);
  --mantine-color-pink-light-color: var(--mantine-color-pink-6);
  --mantine-color-pink-outline: var(--mantine-color-pink-6);
  --mantine-color-pink-outline-hover: rgba(230, 73, 128, 0.05);
  --mantine-color-grape-text: var(--mantine-color-grape-filled);
  --mantine-color-grape-filled: var(--mantine-color-grape-6);
  --mantine-color-grape-filled-hover: var(--mantine-color-grape-7);
  --mantine-color-grape-light: rgba(190, 75, 219, 0.1);
  --mantine-color-grape-light-hover: rgba(190, 75, 219, 0.12);
  --mantine-color-grape-light-color: var(--mantine-color-grape-6);
  --mantine-color-grape-outline: var(--mantine-color-grape-6);
  --mantine-color-grape-outline-hover: rgba(190, 75, 219, 0.05);
  --mantine-color-violet-text: var(--mantine-color-violet-filled);
  --mantine-color-violet-filled: var(--mantine-color-violet-6);
  --mantine-color-violet-filled-hover: var(--mantine-color-violet-7);
  --mantine-color-violet-light: rgba(121, 80, 242, 0.1);
  --mantine-color-violet-light-hover: rgba(121, 80, 242, 0.12);
  --mantine-color-violet-light-color: var(--mantine-color-violet-6);
  --mantine-color-violet-outline: var(--mantine-color-violet-6);
  --mantine-color-violet-outline-hover: rgba(121, 80, 242, 0.05);
  --mantine-color-indigo-text: var(--mantine-color-indigo-filled);
  --mantine-color-indigo-filled: var(--mantine-color-indigo-6);
  --mantine-color-indigo-filled-hover: var(--mantine-color-indigo-7);
  --mantine-color-indigo-light: rgba(76, 110, 245, 0.1);
  --mantine-color-indigo-light-hover: rgba(76, 110, 245, 0.12);
  --mantine-color-indigo-light-color: var(--mantine-color-indigo-6);
  --mantine-color-indigo-outline: var(--mantine-color-indigo-6);
  --mantine-color-indigo-outline-hover: rgba(76, 110, 245, 0.05);
  --mantine-color-blue-text: var(--mantine-color-blue-filled);
  --mantine-color-blue-filled: var(--mantine-color-blue-6);
  --mantine-color-blue-filled-hover: var(--mantine-color-blue-7);
  --mantine-color-blue-light: rgba(34, 139, 230, 0.1);
  --mantine-color-blue-light-hover: rgba(34, 139, 230, 0.12);
  --mantine-color-blue-light-color: var(--mantine-color-blue-6);
  --mantine-color-blue-outline: var(--mantine-color-blue-6);
  --mantine-color-blue-outline-hover: rgba(34, 139, 230, 0.05);
  --mantine-color-cyan-text: var(--mantine-color-cyan-filled);
  --mantine-color-cyan-filled: var(--mantine-color-cyan-6);
  --mantine-color-cyan-filled-hover: var(--mantine-color-cyan-7);
  --mantine-color-cyan-light: rgba(21, 170, 191, 0.1);
  --mantine-color-cyan-light-hover: rgba(21, 170, 191, 0.12);
  --mantine-color-cyan-light-color: var(--mantine-color-cyan-6);
  --mantine-color-cyan-outline: var(--mantine-color-cyan-6);
  --mantine-color-cyan-outline-hover: rgba(21, 170, 191, 0.05);
  --mantine-color-teal-text: var(--mantine-color-teal-filled);
  --mantine-color-teal-filled: var(--mantine-color-teal-6);
  --mantine-color-teal-filled-hover: var(--mantine-color-teal-7);
  --mantine-color-teal-light: rgba(18, 184, 134, 0.1);
  --mantine-color-teal-light-hover: rgba(18, 184, 134, 0.12);
  --mantine-color-teal-light-color: var(--mantine-color-teal-6);
  --mantine-color-teal-outline: var(--mantine-color-teal-6);
  --mantine-color-teal-outline-hover: rgba(18, 184, 134, 0.05);
  --mantine-color-green-text: var(--mantine-color-green-filled);
  --mantine-color-green-filled: var(--mantine-color-green-6);
  --mantine-color-green-filled-hover: var(--mantine-color-green-7);
  --mantine-color-green-light: rgba(64, 192, 87, 0.1);
  --mantine-color-green-light-hover: rgba(64, 192, 87, 0.12);
  --mantine-color-green-light-color: var(--mantine-color-green-6);
  --mantine-color-green-outline: var(--mantine-color-green-6);
  --mantine-color-green-outline-hover: rgba(64, 192, 87, 0.05);
  --mantine-color-lime-text: var(--mantine-color-lime-filled);
  --mantine-color-lime-filled: var(--mantine-color-lime-6);
  --mantine-color-lime-filled-hover: var(--mantine-color-lime-7);
  --mantine-color-lime-light: rgba(130, 201, 30, 0.1);
  --mantine-color-lime-light-hover: rgba(130, 201, 30, 0.12);
  --mantine-color-lime-light-color: var(--mantine-color-lime-6);
  --mantine-color-lime-outline: var(--mantine-color-lime-6);
  --mantine-color-lime-outline-hover: rgba(130, 201, 30, 0.05);
  --mantine-color-yellow-text: var(--mantine-color-yellow-filled);
  --mantine-color-yellow-filled: var(--mantine-color-yellow-6);
  --mantine-color-yellow-filled-hover: var(--mantine-color-yellow-7);
  --mantine-color-yellow-light: rgba(250, 176, 5, 0.1);
  --mantine-color-yellow-light-hover: rgba(250, 176, 5, 0.12);
  --mantine-color-yellow-light-color: var(--mantine-color-yellow-6);
  --mantine-color-yellow-outline: var(--mantine-color-yellow-6);
  --mantine-color-yellow-outline-hover: rgba(250, 176, 5, 0.05);
  --mantine-color-orange-text: var(--mantine-color-orange-filled);
  --mantine-color-orange-filled: var(--mantine-color-orange-6);
  --mantine-color-orange-filled-hover: var(--mantine-color-orange-7);
  --mantine-color-orange-light: rgba(253, 126, 20, 0.1);
  --mantine-color-orange-light-hover: rgba(253, 126, 20, 0.12);
  --mantine-color-orange-light-color: var(--mantine-color-orange-6);
  --mantine-color-orange-outline: var(--mantine-color-orange-6);
  --mantine-color-orange-outline-hover: rgba(253, 126, 20, 0.05);
}
.m_d57069b5 {
  --scrollarea-scrollbar-size: calc(0.75rem * var(--mantine-scale));
  position: relative;
  overflow: hidden;
}
.m_c0783ff9 {
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  height: 100%;
}
.m_c0783ff9::-webkit-scrollbar {
  display: none;
}
.m_c0783ff9:where([data-scrollbars=xy], [data-scrollbars=y]):where([data-offset-scrollbars=xy], [data-offset-scrollbars=y]) {
  padding-inline-end: var(--scrollarea-scrollbar-size);
  padding-inline-start: unset;
}
.m_c0783ff9:where([data-scrollbars=xy], [data-scrollbars=x]):where([data-offset-scrollbars=xy], [data-offset-scrollbars=x]) {
  padding-bottom: var(--scrollarea-scrollbar-size);
}
.m_f8f631dd {
  min-width: 100%;
  display: table;
}
.m_c44ba933 {
  user-select: none;
  touch-action: none;
  box-sizing: border-box;
  transition: background-color 150ms ease, opacity 150ms ease;
  padding: calc(var(--scrollarea-scrollbar-size) / 5);
  display: flex;
  background-color: transparent;
  flex-direction: row;
}
@media (hover: hover) {
  :where([data-mantine-color-scheme=light]) .m_c44ba933:hover {
    background-color: var(--mantine-color-gray-0);
  }
  :where([data-mantine-color-scheme=light]) .m_c44ba933:hover > .m_d8b5e363 {
    background-color: rgba(0, 0, 0, 0.5);
  }
  :where([data-mantine-color-scheme=dark]) .m_c44ba933:hover {
    background-color: var(--mantine-color-dark-8);
  }
  :where([data-mantine-color-scheme=dark]) .m_c44ba933:hover > .m_d8b5e363 {
    background-color: rgba(255, 255, 255, 0.5);
  }
}
@media (hover: none) {
  :where([data-mantine-color-scheme=light]) .m_c44ba933:active {
    background-color: var(--mantine-color-gray-0);
  }
  :where([data-mantine-color-scheme=light]) .m_c44ba933:active > .m_d8b5e363 {
    background-color: rgba(0, 0, 0, 0.5);
  }
  :where([data-mantine-color-scheme=dark]) .m_c44ba933:active {
    background-color: var(--mantine-color-dark-8);
  }
  :where([data-mantine-color-scheme=dark]) .m_c44ba933:active > .m_d8b5e363 {
    background-color: rgba(255, 255, 255, 0.5);
  }
}
.m_c44ba933:where([data-hidden], [data-state=hidden]) {
  display: none;
}
.m_c44ba933:where([data-orientation=vertical]) {
  width: var(--scrollarea-scrollbar-size);
  top: 0;
  bottom: var(--sa-corner-width);
  inset-inline-end: 0;
}
.m_c44ba933:where([data-orientation=horizontal]) {
  height: var(--scrollarea-scrollbar-size);
  flex-direction: column;
  bottom: 0;
  inset-inline-start: 0;
  inset-inline-end: var(--sa-corner-width);
}
.m_d8b5e363 {
  flex: 1;
  border-radius: var(--scrollarea-scrollbar-size);
  position: relative;
  transition: background-color 150ms ease;
  overflow: hidden;
}
.m_d8b5e363::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  min-width: calc(2.75rem * var(--mantine-scale));
  min-height: calc(2.75rem * var(--mantine-scale));
}
:where([data-mantine-color-scheme=light]) .m_d8b5e363 {
  background-color: rgba(0, 0, 0, 0.4);
}
:where([data-mantine-color-scheme=dark]) .m_d8b5e363 {
  background-color: rgba(255, 255, 255, 0.4);
}
.m_21657268 {
  position: absolute;
  opacity: 0;
  transition: opacity 150ms ease;
  display: block;
  inset-inline-end: 0;
  bottom: 0;
}
:where([data-mantine-color-scheme=light]) .m_21657268 {
  background-color: var(--mantine-color-gray-0);
}
:where([data-mantine-color-scheme=dark]) .m_21657268 {
  background-color: var(--mantine-color-dark-8);
}
.m_21657268:where([data-hovered]) {
  opacity: 1;
}
.m_21657268:where([data-hidden]) {
  display: none;
}
.m_87cf2631 {
  background-color: transparent;
  cursor: pointer;
  border: 0;
  padding: 0;
  appearance: none;
  font-size: var(--mantine-font-size-md);
  text-align: left;
  text-decoration: none;
  color: inherit;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}
:where([dir=rtl]) .m_87cf2631 {
  text-align: right;
}
.m_515a97f8 {
  border: 0;
  clip: rect(0 0 0 0);
  height: calc(0.0625rem * var(--mantine-scale));
  width: calc(0.0625rem * var(--mantine-scale));
  margin: calc(-0.0625rem * var(--mantine-scale));
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
}
.m_1b7284a3 {
  --paper-radius: var(--mantine-radius-default);
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  display: block;
  touch-action: manipulation;
  text-decoration: none;
  border-radius: var(--paper-radius);
  box-shadow: var(--paper-shadow);
  background-color: var(--mantine-color-body);
}
:where([data-mantine-color-scheme=light]) .m_1b7284a3:where([data-with-border]) {
  border: calc(0.0625rem * var(--mantine-scale)) solid var(--mantine-color-gray-3);
}
:where([data-mantine-color-scheme=dark]) .m_1b7284a3:where([data-with-border]) {
  border: calc(0.0625rem * var(--mantine-scale)) solid var(--mantine-color-dark-4);
}
.m_38a85659 {
  position: absolute;
  border: 1px solid var(--popover-border-color);
  padding: var(--mantine-spacing-sm) var(--mantine-spacing-md);
  box-shadow: var(--popover-shadow, none);
  border-radius: var(--popover-radius, var(--mantine-radius-default));
}
.m_38a85659:where([data-fixed]) {
  position: fixed;
}
.m_38a85659:focus {
  outline: none;
}
:where([data-mantine-color-scheme=light]) .m_38a85659 {
  --popover-border-color: var(--mantine-color-gray-2);
  background-color: var(--mantine-color-white);
}
:where([data-mantine-color-scheme=dark]) .m_38a85659 {
  --popover-border-color: var(--mantine-color-dark-4);
  background-color: var(--mantine-color-dark-6);
}
.m_a31dc6c1 {
  background-color: inherit;
  border: 1px solid var(--popover-border-color);
  z-index: 1;
}
.m_5ae2e3c {
  --loader-size-xs: calc(1.125rem * var(--mantine-scale));
  --loader-size-sm: calc(1.375rem * var(--mantine-scale));
  --loader-size-md: calc(2.25rem * var(--mantine-scale));
  --loader-size-lg: calc(2.75rem * var(--mantine-scale));
  --loader-size-xl: calc(3.625rem * var(--mantine-scale));
  --loader-size: var(--loader-size-md);
  --loader-color: var(--mantine-primary-color-filled);
}
@keyframes m_5d2b3b9d {
  0% {
    transform: scale(0.6);
    opacity: 0;
  }
  50%, 100% {
    transform: scale(1);
  }
}
.m_7a2bd4cd {
  position: relative;
  width: var(--loader-size);
  height: var(--loader-size);
  display: flex;
  gap: calc(var(--loader-size) / 5);
}
.m_870bb79 {
  flex: 1;
  background: var(--loader-color);
  animation: m_5d2b3b9d 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
  border-radius: calc(0.125rem * var(--mantine-scale));
}
.m_870bb79:nth-of-type(1) {
  animation-delay: -240ms;
}
.m_870bb79:nth-of-type(2) {
  animation-delay: -120ms;
}
.m_870bb79:nth-of-type(3) {
  animation-delay: 0;
}
@keyframes m_aac34a1 {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(0.6);
    opacity: 0.5;
  }
}
.m_4e3f22d7 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(var(--loader-size) / 10);
  position: relative;
  width: var(--loader-size);
  height: var(--loader-size);
}
.m_870c4af {
  width: calc(var(--loader-size) / 3 - var(--loader-size) / 15);
  height: calc(var(--loader-size) / 3 - var(--loader-size) / 15);
  border-radius: 50%;
  background: var(--loader-color);
  animation: m_aac34a1 0.8s infinite linear;
}
.m_870c4af:nth-child(2) {
  animation-delay: 0.4s;
}
@keyframes m_f8e89c4b {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.m_b34414df {
  display: inline-block;
  width: var(--loader-size);
  height: var(--loader-size);
}
.m_b34414df::after {
  content: "";
  display: block;
  width: var(--loader-size);
  height: var(--loader-size);
  border-radius: calc(625rem * var(--mantine-scale));
  border-width: calc(var(--loader-size) / 8);
  border-style: solid;
  border-color: var(--loader-color) var(--loader-color) var(--loader-color) transparent;
  animation: m_f8e89c4b 1.2s linear infinite;
}
.m_8d3f4000 {
  --ai-size-xs: calc(1.125rem * var(--mantine-scale));
  --ai-size-sm: calc(1.375rem * var(--mantine-scale));
  --ai-size-md: calc(1.75rem * var(--mantine-scale));
  --ai-size-lg: calc(2.125rem * var(--mantine-scale));
  --ai-size-xl: calc(2.75rem * var(--mantine-scale));
  --ai-size-input-xs: calc(1.875rem * var(--mantine-scale));
  --ai-size-input-sm: calc(2.25rem * var(--mantine-scale));
  --ai-size-input-md: calc(2.625rem * var(--mantine-scale));
  --ai-size-input-lg: calc(3.125rem * var(--mantine-scale));
  --ai-size-input-xl: calc(3.75rem * var(--mantine-scale));
  --ai-size: var(--ai-size-md);
  --ai-color: var(--mantine-color-white);
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  user-select: none;
  overflow: hidden;
  width: var(--ai-size);
  height: var(--ai-size);
  min-width: var(--ai-size);
  min-height: var(--ai-size);
  border-radius: var(--ai-radius, var(--mantine-radius-default));
  background: var(--ai-bg, var(--mantine-primary-color-filled));
  color: var(--ai-color, var(--mantine-color-white));
  border: var(--ai-bd, calc(0.0625rem * var(--mantine-scale)) solid transparent);
  cursor: pointer;
}
@media (hover: hover) {
  .m_8d3f4000:hover:where(:not([data-loading], :disabled, [data-disabled])) {
    background-color: var(--ai-hover, var(--mantine-primary-color-filled-hover));
    color: var(--ai-hover-color, var(--ai-color));
  }
}
@media (hover: none) {
  .m_8d3f4000:active:where(:not([data-loading], :disabled, [data-disabled])) {
    background-color: var(--ai-hover, var(--mantine-primary-color-filled-hover));
    color: var(--ai-hover-color, var(--ai-color));
  }
}
.m_8d3f4000[data-loading] {
  cursor: not-allowed;
}
.m_8d3f4000[data-loading] .m_8d3afb97 {
  opacity: 0;
  transform: translateY(100%);
}
.m_8d3f4000:where(:disabled:not([data-loading]), [data-disabled]:not([data-loading])) {
  cursor: not-allowed;
  border: calc(0.0625rem * var(--mantine-scale)) solid transparent;
}
:where([data-mantine-color-scheme=light]) .m_8d3f4000:where(:disabled:not([data-loading]), [data-disabled]:not([data-loading])) {
  background-color: var(--mantine-color-gray-1);
  color: var(--mantine-color-gray-5);
}
:where([data-mantine-color-scheme=dark]) .m_8d3f4000:where(:disabled:not([data-loading]), [data-disabled]:not([data-loading])) {
  background-color: var(--mantine-color-dark-6);
  color: var(--mantine-color-dark-3);
}
.m_8d3f4000:where(:disabled:not([data-loading]), [data-disabled]:not([data-loading])):active {
  transform: none;
}
.m_302b9fb1 {
  inset: calc(-0.0625rem * var(--mantine-scale));
  position: absolute;
  border-radius: var(--ai-radius, var(--mantine-radius-default));
  display: flex;
  align-items: center;
  justify-content: center;
}
:where([data-mantine-color-scheme=light]) .m_302b9fb1 {
  background-color: rgba(255, 255, 255, 0.15);
}
:where([data-mantine-color-scheme=dark]) .m_302b9fb1 {
  background-color: rgba(0, 0, 0, 0.15);
}
.m_1a0f1b21 {
  --ai-border-width: calc(0.0625rem * var(--mantine-scale));
  display: flex;
}
.m_1a0f1b21 :where(*):focus {
  position: relative;
  z-index: 1;
}
.m_1a0f1b21[data-orientation=horizontal] {
  flex-direction: row;
}
.m_1a0f1b21[data-orientation=horizontal] .m_8d3f4000:not(:only-child):first-child {
  border-end-end-radius: 0;
  border-start-end-radius: 0;
  border-inline-end-width: calc(var(--ai-border-width) / 2);
}
.m_1a0f1b21[data-orientation=horizontal] .m_8d3f4000:not(:only-child):last-child {
  border-end-start-radius: 0;
  border-start-start-radius: 0;
  border-inline-start-width: calc(var(--ai-border-width) / 2);
}
.m_1a0f1b21[data-orientation=horizontal] .m_8d3f4000:not(:only-child):not(:first-child):not(:last-child) {
  border-radius: 0;
  border-inline-width: calc(var(--ai-border-width) / 2);
}
.m_1a0f1b21[data-orientation=vertical] {
  flex-direction: column;
}
.m_1a0f1b21[data-orientation=vertical] .m_8d3f4000:not(:only-child):first-child {
  border-end-start-radius: 0;
  border-end-end-radius: 0;
  border-bottom-width: calc(var(--ai-border-width) / 2);
}
.m_1a0f1b21[data-orientation=vertical] .m_8d3f4000:not(:only-child):last-child {
  border-start-start-radius: 0;
  border-start-end-radius: 0;
  border-top-width: calc(var(--ai-border-width) / 2);
}
.m_1a0f1b21[data-orientation=vertical] .m_8d3f4000:not(:only-child):not(:first-child):not(:last-child) {
  border-radius: 0;
  border-bottom-width: calc(var(--ai-border-width) / 2);
  border-top-width: calc(var(--ai-border-width) / 2);
}
.m_8d3afb97 {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 150ms ease, opacity 100ms ease;
  width: 100%;
  height: 100%;
}
.m_86a44da5 {
  --cb-size-xs: calc(1.125rem * var(--mantine-scale));
  --cb-size-sm: calc(1.375rem * var(--mantine-scale));
  --cb-size-md: calc(1.75rem * var(--mantine-scale));
  --cb-size-lg: calc(2.125rem * var(--mantine-scale));
  --cb-size-xl: calc(2.75rem * var(--mantine-scale));
  --cb-size: var(--cb-size-md);
  --cb-icon-size: 70%;
  --cb-radius: var(--mantine-radius-default);
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  user-select: none;
  width: var(--cb-size);
  height: var(--cb-size);
  min-width: var(--cb-size);
  min-height: var(--cb-size);
  border-radius: var(--cb-radius);
}
:where([data-mantine-color-scheme=light]) .m_86a44da5 {
  color: var(--mantine-color-gray-7);
}
:where([data-mantine-color-scheme=dark]) .m_86a44da5 {
  color: var(--mantine-color-dark-1);
}
.m_86a44da5[data-disabled],
.m_86a44da5:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
@media (hover: hover) {
  :where([data-mantine-color-scheme=light]) .m_220c80f2:where(:not([data-disabled], :disabled)):hover {
    background-color: var(--mantine-color-gray-0);
  }
  :where([data-mantine-color-scheme=dark]) .m_220c80f2:where(:not([data-disabled], :disabled)):hover {
    background-color: var(--mantine-color-dark-6);
  }
}
@media (hover: none) {
  :where([data-mantine-color-scheme=light]) .m_220c80f2:where(:not([data-disabled], :disabled)):active {
    background-color: var(--mantine-color-gray-0);
  }
  :where([data-mantine-color-scheme=dark]) .m_220c80f2:where(:not([data-disabled], :disabled)):active {
    background-color: var(--mantine-color-dark-6);
  }
}
.m_4081bf90 {
  display: flex;
  flex-direction: row;
  flex-wrap: var(--group-wrap, wrap);
  justify-content: var(--group-justify, flex-start);
  align-items: var(--group-align, center);
  gap: var(--group-gap, var(--mantine-spacing-md));
}
.m_4081bf90:where([data-grow]) > * {
  flex-grow: 1;
  max-width: var(--group-child-width);
}
.m_9814e45f {
  inset: 0;
  position: absolute;
  background: var(--overlay-bg, rgba(0, 0, 0, 0.6));
  backdrop-filter: var(--overlay-filter);
  -webkit-backdrop-filter: var(--overlay-filter);
  border-radius: var(--overlay-radius, 0);
  z-index: var(--overlay-z-index);
}
.m_9814e45f:where([data-fixed]) {
  position: fixed;
}
.m_9814e45f:where([data-center]) {
  display: flex;
  align-items: center;
  justify-content: center;
}
.m_615af6c9 {
  line-height: 1;
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-size: var(--mantine-font-size-md);
}
.m_b5489c3c {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--mb-padding, var(--mantine-spacing-md));
  padding-inline-end: calc(var(--mb-padding, var(--mantine-spacing-md)) - calc(0.3125rem * var(--mantine-scale)));
  position: sticky;
  top: 0;
  background-color: var(--mantine-color-body);
  z-index: 1000;
  min-height: calc(3.75rem * var(--mantine-scale));
  transition: padding-inline-end 100ms;
}
.m_60c222c7 {
  position: fixed;
  width: 100%;
  top: 0;
  bottom: 0;
  z-index: var(--mb-z-index);
  pointer-events: none;
}
.m_fd1ab0aa {
  pointer-events: all;
  box-shadow: var(--mb-shadow, var(--mantine-shadow-xl));
}
.m_fd1ab0aa [data-mantine-scrollbar] {
  z-index: 1001;
}
.m_fd1ab0aa:has([data-mantine-scrollbar][data-state=visible]) .m_b5489c3c {
  padding-inline-end: calc(var(--mb-padding, var(--mantine-spacing-md)) + calc(0.3125rem * var(--mantine-scale)));
}
.m_606cb269 {
  margin-inline-start: auto;
}
.m_5df29311 {
  padding: var(--mb-padding, var(--mantine-spacing-md));
  padding-top: var(--mb-padding, var(--mantine-spacing-md));
}
.m_5df29311:where(:not(:only-child)) {
  padding-top: 0;
}
.m_6c018570 {
  position: relative;
  margin-top: var(--input-margin-top, 0rem);
  margin-bottom: var(--input-margin-bottom, 0rem);
  --input-height-xs: calc(1.875rem * var(--mantine-scale));
  --input-height-sm: calc(2.25rem * var(--mantine-scale));
  --input-height-md: calc(2.625rem * var(--mantine-scale));
  --input-height-lg: calc(3.125rem * var(--mantine-scale));
  --input-height-xl: calc(3.75rem * var(--mantine-scale));
  --input-padding-y-xs: calc(0.3125rem * var(--mantine-scale));
  --input-padding-y-sm: calc(0.375rem * var(--mantine-scale));
  --input-padding-y-md: calc(0.5rem * var(--mantine-scale));
  --input-padding-y-lg: calc(0.625rem * var(--mantine-scale));
  --input-padding-y-xl: calc(0.8125rem * var(--mantine-scale));
  --input-height: var(--input-height-sm);
  --input-radius: var(--mantine-radius-default);
  --input-cursor: text;
  --input-text-align: left;
  --input-line-height: calc(var(--input-height) - calc(0.125rem * var(--mantine-scale)));
  --input-padding: calc(var(--input-height) / 3);
  --input-padding-inline-start: var(--input-padding);
  --input-padding-inline-end: var(--input-padding);
  --input-placeholder-color: var(--mantine-color-placeholder);
  --input-color: var(--mantine-color-text);
  --input-left-section-size: var(--input-left-section-width, calc(var(--input-height) - calc(0.125rem * var(--mantine-scale))));
  --input-right-section-size: var( --input-right-section-width, calc(var(--input-height) - calc(0.125rem * var(--mantine-scale))) );
  --input-size: var(--input-height);
  --section-y: calc(0.0625rem * var(--mantine-scale));
  --left-section-start: calc(0.0625rem * var(--mantine-scale));
  --left-section-border-radius: var(--input-radius) 0 0 var(--input-radius);
  --right-section-end: calc(0.0625rem * var(--mantine-scale));
  --right-section-border-radius: 0 var(--input-radius) var(--input-radius) 0;
}
.m_6c018570[data-variant=unstyled] {
  --input-padding: 0;
  --input-padding-y: 0;
  --input-padding-inline-start: 0;
  --input-padding-inline-end: 0;
}
.m_6c018570[data-pointer] {
  --input-cursor: pointer;
}
.m_6c018570[data-multiline] {
  --input-padding-y-xs: calc(0.28125rem * var(--mantine-scale));
  --input-padding-y-sm: calc(0.34375rem * var(--mantine-scale));
  --input-padding-y-md: calc(0.4375rem * var(--mantine-scale));
  --input-padding-y-lg: calc(0.59375rem * var(--mantine-scale));
  --input-padding-y-xl: calc(0.8125rem * var(--mantine-scale));
  --input-size: auto;
  --input-line-height: var(--mantine-line-height);
  --input-padding-y: var(--input-padding-y-sm);
}
.m_6c018570[data-with-left-section] {
  --input-padding-inline-start: var(--input-left-section-size);
}
.m_6c018570[data-with-right-section] {
  --input-padding-inline-end: var(--input-right-section-size);
}
[data-mantine-color-scheme=light] .m_6c018570 {
  --input-disabled-bg: var(--mantine-color-gray-1);
  --input-disabled-color: var(--mantine-color-gray-6);
}
[data-mantine-color-scheme=light] .m_6c018570[data-variant=default] {
  --input-bd: var(--mantine-color-gray-4);
  --input-bg: var(--mantine-color-white);
  --input-bd-focus: var(--mantine-primary-color-filled);
}
[data-mantine-color-scheme=light] .m_6c018570[data-variant=filled] {
  --input-bd: transparent;
  --input-bg: var(--mantine-color-gray-1);
  --input-bd-focus: var(--mantine-primary-color-filled);
}
[data-mantine-color-scheme=light] .m_6c018570[data-variant=unstyled] {
  --input-bd: transparent;
  --input-bg: transparent;
  --input-bd-focus: transparent;
}
[data-mantine-color-scheme=dark] .m_6c018570 {
  --input-disabled-bg: var(--mantine-color-dark-6);
  --input-disabled-color: var(--mantine-color-dark-2);
}
[data-mantine-color-scheme=dark] .m_6c018570[data-variant=default] {
  --input-bd: var(--mantine-color-dark-4);
  --input-bg: var(--mantine-color-dark-6);
  --input-bd-focus: var(--mantine-primary-color-filled);
}
[data-mantine-color-scheme=dark] .m_6c018570[data-variant=filled] {
  --input-bd: transparent;
  --input-bg: var(--mantine-color-dark-5);
  --input-bd-focus: var(--mantine-primary-color-filled);
}
[data-mantine-color-scheme=dark] .m_6c018570[data-variant=unstyled] {
  --input-bd: transparent;
  --input-bg: transparent;
  --input-bd-focus: transparent;
}
[data-mantine-color-scheme] .m_6c018570[data-error]:not([data-variant=unstyled]) {
  --input-bd: var(--mantine-color-error);
}
[data-mantine-color-scheme] .m_6c018570[data-error] {
  --input-color: var(--mantine-color-error);
  --input-placeholder-color: var(--mantine-color-error);
  --input-section-color: var(--mantine-color-error);
}
:where([dir=rtl]) .m_6c018570 {
  --input-text-align: right;
  --left-section-border-radius: 0 var(--input-radius) var(--input-radius) 0;
  --right-section-border-radius: var(--input-radius) 0 0 var(--input-radius);
}
.m_8fb7ebe7 {
  -webkit-tap-highlight-color: transparent;
  appearance: none;
  resize: var(--input-resize, none);
  display: block;
  width: 100%;
  transition: border-color 100ms ease;
  text-align: var(--input-text-align);
  color: var(--input-color);
  border: calc(0.0625rem * var(--mantine-scale)) solid var(--input-bd);
  background-color: var(--input-bg);
  font-family: var(--input-font-family, var(--mantine-font-family));
  height: var(--input-size);
  min-height: var(--input-height);
  line-height: var(--input-line-height);
  font-size: var(--input-fz, var(--input-fz, var(--mantine-font-size-sm)));
  border-radius: var(--input-radius);
  padding-inline-start: var(--input-padding-inline-start);
  padding-inline-end: var(--input-padding-inline-end);
  padding-top: var(--input-padding-y, 0rem);
  padding-bottom: var(--input-padding-y, 0rem);
  cursor: var(--input-cursor);
  overflow: var(--input-overflow);
}
.m_8fb7ebe7[data-no-overflow] {
  --input-overflow: hidden;
}
.m_8fb7ebe7[data-monospace] {
  --input-font-family: var(--mantine-font-family-monospace);
  --input-fz: calc(var(--input-fz, var(--mantine-font-size-sm)) - calc(0.125rem * var(--mantine-scale)));
}
.m_8fb7ebe7:focus,
.m_8fb7ebe7:focus-within {
  outline: none;
  --input-bd: var(--input-bd-focus);
}
[data-error] .m_8fb7ebe7:focus,
[data-error] .m_8fb7ebe7:focus-within {
  --input-bd: var(--mantine-color-error);
}
.m_8fb7ebe7::placeholder {
  color: var(--input-placeholder-color);
  opacity: 1;
}
.m_8fb7ebe7::-webkit-inner-spin-button,
.m_8fb7ebe7::-webkit-outer-spin-button,
.m_8fb7ebe7::-webkit-search-decoration,
.m_8fb7ebe7::-webkit-search-cancel-button,
.m_8fb7ebe7::-webkit-search-results-button,
.m_8fb7ebe7::-webkit-search-results-decoration {
  appearance: none;
}
.m_8fb7ebe7[type=number] {
  -moz-appearance: textfield;
}
.m_8fb7ebe7:disabled,
.m_8fb7ebe7[data-disabled] {
  cursor: not-allowed;
  opacity: 0.6;
  background-color: var(--input-disabled-bg);
  color: var(--input-disabled-color);
}
.m_8fb7ebe7:has(input:disabled) {
  cursor: not-allowed;
  opacity: 0.6;
  background-color: var(--input-disabled-bg);
  color: var(--input-disabled-color);
}
.m_82577fc2 {
  pointer-events: var(--section-pointer-events);
  position: absolute;
  z-index: 1;
  inset-inline-start: var(--section-start);
  inset-inline-end: var(--section-end);
  bottom: var(--section-y);
  top: var(--section-y);
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--section-size);
  border-radius: var(--section-border-radius);
  color: var(--input-section-color, var(--mantine-color-dimmed));
}
.m_82577fc2[data-position=right] {
  --section-pointer-events: var(--input-right-section-pointer-events);
  --section-end: var(--right-section-end);
  --section-size: var(--input-right-section-size);
  --section-border-radius: var(--right-section-border-radius);
}
.m_82577fc2[data-position=left] {
  --section-pointer-events: var(--input-left-section-pointer-events);
  --section-start: var(--left-section-start);
  --section-size: var(--input-left-section-size);
  --section-border-radius: var(--left-section-border-radius);
}
.m_88bacfd0 {
  color: var(--input-placeholder-color, var(--mantine-color-placeholder));
}
[data-error] .m_88bacfd0 {
  --input-placeholder-color: var(--input-color, var(--mantine-color-placeholder));
}
.m_46b77525 {
  line-height: var(--mantine-line-height);
}
.m_8fdc1311 {
  display: inline-block;
  font-weight: 500;
  word-break: break-word;
  cursor: default;
  -webkit-tap-highlight-color: transparent;
  font-size: var(--input-label-size, var(--mantine-font-size-sm));
}
.m_78a94662 {
  color: var(--input-asterisk-color, var(--mantine-color-error));
}
.m_8f816625,
.m_fe47ce59 {
  word-wrap: break-word;
  line-height: 1.2;
  display: block;
  margin: 0;
  padding: 0;
}
.m_8f816625 {
  color: var(--mantine-color-error);
  font-size: var(--input-error-size, calc(var(--mantine-font-size-sm) - calc(0.125rem * var(--mantine-scale))));
}
.m_fe47ce59 {
  color: var(--mantine-color-dimmed);
  font-size: var(--input-description-size, calc(var(--mantine-font-size-sm) - calc(0.125rem * var(--mantine-scale))));
}
.m_8bffd616 {
  display: flex;
}
.m_96b553a6 {
  --transition-duration: 150ms;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 0;
  transition-property:
    transform,
    width,
    height;
  transition-timing-function: ease;
  transition-duration: 0ms;
}
.m_96b553a6:where([data-initialized]) {
  transition-duration: var(--transition-duration);
}
.m_96b553a6:where([data-hidden]) {
  background-color: red;
  display: none;
}
.m_9bdbb667 {
  --accordion-radius: var(--mantine-radius-default);
}
.m_df78851f {
  word-break: break-word;
}
.m_4ba554d4 {
  padding: var(--mantine-spacing-md);
  padding-top: calc(var(--mantine-spacing-xs) / 2);
}
.m_8fa820a0 {
  margin: 0;
  padding: 0;
}
.m_4ba585b8 {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  padding-inline: var(--mantine-spacing-md);
  opacity: 1;
  cursor: pointer;
  background-color: transparent;
}
.m_4ba585b8:where([data-chevron-position=left]) {
  flex-direction: row;
  padding-inline-start: 0;
}
:where([data-mantine-color-scheme=light]) .m_4ba585b8 {
  color: var(--mantine-color-black);
}
:where([data-mantine-color-scheme=dark]) .m_4ba585b8 {
  color: var(--mantine-color-dark-0);
}
.m_4ba585b8:where(:disabled, [data-disabled]) {
  opacity: 0.4;
  cursor: not-allowed;
}
@media (hover: hover) {
  :where([data-mantine-color-scheme=light]) .m_6939a5e9:where(:not(:disabled, [data-disabled])):hover,
  :where([data-mantine-color-scheme=light]) .m_4271d21b:where(:not(:disabled, [data-disabled])):hover {
    background-color: var(--mantine-color-gray-0);
  }
  :where([data-mantine-color-scheme=dark]) .m_6939a5e9:where(:not(:disabled, [data-disabled])):hover,
  :where([data-mantine-color-scheme=dark]) .m_4271d21b:where(:not(:disabled, [data-disabled])):hover {
    background-color: var(--mantine-color-dark-6);
  }
}
@media (hover: none) {
  :where([data-mantine-color-scheme=light]) .m_6939a5e9:where(:not(:disabled, [data-disabled])):active,
  :where([data-mantine-color-scheme=light]) .m_4271d21b:where(:not(:disabled, [data-disabled])):active {
    background-color: var(--mantine-color-gray-0);
  }
  :where([data-mantine-color-scheme=dark]) .m_6939a5e9:where(:not(:disabled, [data-disabled])):active,
  :where([data-mantine-color-scheme=dark]) .m_4271d21b:where(:not(:disabled, [data-disabled])):active {
    background-color: var(--mantine-color-dark-6);
  }
}
.m_df3ffa0f {
  color: inherit;
  font-weight: 400;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: var(--mantine-spacing-sm);
  padding-bottom: var(--mantine-spacing-sm);
}
.m_3f35ae96 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: transform var(--accordion-transition-duration, 200ms) ease;
  width: var(--accordion-chevron-size, calc(0.9375rem * var(--mantine-scale)));
  min-width: var(--accordion-chevron-size, calc(0.9375rem * var(--mantine-scale)));
  transform: rotate(0deg);
}
.m_3f35ae96:where([data-rotate]) {
  transform: rotate(180deg);
}
.m_3f35ae96:where([data-position=left]) {
  margin-inline-end: var(--mantine-spacing-md);
  margin-inline-start: var(--mantine-spacing-md);
}
.m_9bd771fe {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline-end: var(--mantine-spacing-sm);
}
.m_9bd771fe:where([data-chevron-position=left]) {
  margin-inline-end: 0;
  margin-inline-start: var(--mantine-spacing-lg);
}
:where([data-mantine-color-scheme=light]) .m_9bd7b098 {
  --item-border-color: var(--mantine-color-gray-3);
  --item-filled-color: var(--mantine-color-gray-0);
}
:where([data-mantine-color-scheme=dark]) .m_9bd7b098 {
  --item-border-color: var(--mantine-color-dark-4);
  --item-filled-color: var(--mantine-color-dark-6);
}
.m_fe19b709 {
  border-bottom: 1px solid var(--item-border-color);
}
.m_1f921b3b {
  border: 1px solid var(--item-border-color);
  transition: background-color 150ms ease;
}
.m_1f921b3b:where([data-active]) {
  background-color: var(--item-filled-color);
}
.m_1f921b3b:first-of-type {
  border-start-start-radius: var(--accordion-radius);
  border-start-end-radius: var(--accordion-radius);
}
.m_1f921b3b:first-of-type > [data-accordion-control] {
  border-start-start-radius: var(--accordion-radius);
  border-start-end-radius: var(--accordion-radius);
}
.m_1f921b3b:last-of-type {
  border-end-start-radius: var(--accordion-radius);
  border-end-end-radius: var(--accordion-radius);
}
.m_1f921b3b:last-of-type > [data-accordion-control] {
  border-end-start-radius: var(--accordion-radius);
  border-end-end-radius: var(--accordion-radius);
}
.m_1f921b3b + .m_1f921b3b {
  border-top: 0;
}
.m_2cdf939a {
  border-radius: var(--accordion-radius);
}
.m_2cdf939a:where([data-active]) {
  background-color: var(--item-filled-color);
}
.m_9f59b069 {
  background-color: var(--item-filled-color);
  border-radius: var(--accordion-radius);
  border: calc(0.0625rem * var(--mantine-scale)) solid transparent;
  transition: background-color 150ms ease;
}
.m_9f59b069[data-active] {
  border-color: var(--item-border-color);
}
:where([data-mantine-color-scheme=light]) .m_9f59b069[data-active] {
  background-color: var(--mantine-color-white);
}
:where([data-mantine-color-scheme=dark]) .m_9f59b069[data-active] {
  background-color: var(--mantine-color-dark-7);
}
.m_9f59b069 + .m_9f59b069 {
  margin-top: var(--mantine-spacing-md);
}
.m_7f854edf {
  position: fixed;
  z-index: var(--affix-z-index);
  inset-inline-start: var(--affix-left);
  inset-inline-end: var(--affix-right);
  top: var(--affix-top);
  bottom: var(--affix-bottom);
}
.m_66836ed3 {
  --alert-radius: var(--mantine-radius-default);
  --alert-bg: var(--mantine-primary-color-light);
  --alert-bd: calc(0.0625rem * var(--mantine-scale)) solid transparent;
  --alert-color: var(--mantine-primary-color-light-color);
  padding: var(--mantine-spacing-md) var(--mantine-spacing-md);
  border-radius: var(--alert-radius);
  position: relative;
  overflow: hidden;
  background-color: var(--alert-bg);
  border: var(--alert-bd);
  color: var(--alert-color);
}
.m_a5d60502 {
  display: flex;
}
.m_667c2793 {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: var(--mantine-spacing-xs);
}
.m_6a03f287 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: var(--mantine-font-size-sm);
  font-weight: 700;
}
.m_6a03f287:where([data-with-close-button]) {
  padding-inline-end: var(--mantine-spacing-md);
}
.m_698f4f23 {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.m_667f2a6a {
  line-height: 1;
  width: calc(1.25rem * var(--mantine-scale));
  height: calc(1.25rem * var(--mantine-scale));
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-inline-end: var(--mantine-spacing-md);
  margin-top: calc(0.0625rem * var(--mantine-scale));
}
.m_7fa78076 {
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: var(--mantine-font-size-sm);
}
:where([data-mantine-color-scheme=light]) .m_7fa78076 {
  color: var(--mantine-color-black);
}
:where([data-mantine-color-scheme=dark]) .m_7fa78076 {
  color: var(--mantine-color-white);
}
.m_7fa78076:where([data-variant=filled]) {
  color: var(--alert-color);
}
.m_7fa78076:where([data-variant=white]) {
  color: var(--mantine-color-black);
}
.m_87f54839 {
  width: calc(1.25rem * var(--mantine-scale));
  height: calc(1.25rem * var(--mantine-scale));
  color: var(--alert-color);
}
.m_b6d8b162 {
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
  font-size: var(--text-fz, var(--mantine-font-size-md));
  line-height: var(--text-lh, var(--mantine-line-height-md));
  font-weight: normal;
  margin: 0;
  padding: 0;
  color: var(--text-color);
}
.m_b6d8b162:where([data-truncate]) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m_b6d8b162:where([data-truncate=start]) {
  direction: rtl;
  text-align: right;
}
:where([dir=rtl]) .m_b6d8b162:where([data-truncate=start]) {
  direction: ltr;
  text-align: left;
}
.m_b6d8b162:where([data-variant=gradient]) {
  background-image: var(--text-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.m_b6d8b162:where([data-line-clamp]) {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: var(--text-line-clamp);
  -webkit-box-orient: vertical;
}
.m_b6d8b162:where([data-inherit]) {
  line-height: inherit;
  font-weight: inherit;
  font-size: inherit;
}
.m_b6d8b162:where([data-inline]) {
  line-height: 1;
}
.m_849cf0da {
  color: var(--mantine-color-anchor);
  text-decoration: none;
  appearance: none;
  border: none;
  display: inline;
  padding: 0;
  margin: 0;
  background-color: transparent;
  cursor: pointer;
}
@media (hover: hover) {
  .m_849cf0da:where([data-underline=hover]):hover {
    text-decoration: underline;
  }
}
@media (hover: none) {
  .m_849cf0da:where([data-underline=hover]):active {
    text-decoration: underline;
  }
}
.m_849cf0da:where([data-underline=always]) {
  text-decoration: underline;
}
.m_849cf0da:where([data-variant=gradient]),
.m_849cf0da:where([data-variant=gradient]):hover {
  text-decoration: none;
}
.m_849cf0da:where([data-line-clamp]) {
  display: -webkit-box;
}
.m_89ab340[data-resizing] {
  --app-shell-transition-duration: 0ms !important;
}
.m_89ab340[data-disabled] {
  --app-shell-header-offset: 0rem !important;
  --app-shell-navbar-offset: 0rem !important;
}
[data-mantine-color-scheme=light] .m_89ab340 {
  --app-shell-border-color: var(--mantine-color-gray-3);
}
[data-mantine-color-scheme=dark] .m_89ab340 {
  --app-shell-border-color: var(--mantine-color-dark-4);
}
.m_45252eee,
.m_9cdde9a,
.m_3b16f56b,
.m_8983817,
.m_3840c879 {
  transition-duration: var(--app-shell-transition-duration);
  transition-timing-function: var(--app-shell-transition-timing-function);
}
.m_45252eee,
.m_9cdde9a {
  position: fixed;
  display: flex;
  flex-direction: column;
  top: var(--app-shell-header-offset, 0rem);
  height: calc(100dvh - var(--app-shell-header-offset, 0rem) - var(--app-shell-footer-offset, 0rem));
  background-color: var(--mantine-color-body);
  transition-property:
    transform,
    top,
    height;
}
:where([data-layout=alt]) .m_45252eee,
:where([data-layout=alt]) .m_9cdde9a {
  top: 0rem;
  height: 100dvh;
}
.m_45252eee {
  inset-inline-start: 0;
  width: var(--app-shell-navbar-width);
  transition-property:
    transform,
    top,
    height;
  transform: var(--app-shell-navbar-transform);
  z-index: var(--app-shell-navbar-z-index);
}
:where([dir=rtl]) .m_45252eee {
  transform: var(--app-shell-navbar-transform-rtl);
}
.m_45252eee:where([data-with-border]) {
  border-inline-end: 1px solid var(--app-shell-border-color);
}
.m_9cdde9a {
  inset-inline-end: 0;
  width: var(--app-shell-aside-width);
  transform: var(--app-shell-aside-transform);
  z-index: var(--app-shell-aside-z-index);
}
:where([dir=rtl]) .m_9cdde9a {
  transform: var(--app-shell-aside-transform-rtl);
}
.m_9cdde9a:where([data-with-border]) {
  border-inline-start: 1px solid var(--app-shell-border-color);
}
.m_8983817 {
  padding-inline-start: calc(var(--app-shell-navbar-offset, 0rem) + var(--app-shell-padding));
  padding-inline-end: calc(var(--app-shell-aside-offset, 0rem) + var(--app-shell-padding));
  padding-top: calc(var(--app-shell-header-offset, 0rem) + var(--app-shell-padding));
  padding-bottom: calc(var(--app-shell-footer-offset, 0rem) + var(--app-shell-padding));
  min-height: 100dvh;
  transition-property: padding;
}
.m_3b16f56b,
.m_3840c879 {
  position: fixed;
  inset-inline: 0;
  transition-property:
    transform,
    left,
    right;
  background-color: var(--mantine-color-body);
}
:where([data-layout=alt]) .m_3b16f56b,
:where([data-layout=alt]) .m_3840c879 {
  inset-inline-start: var(--app-shell-navbar-offset, 0rem);
  inset-inline-end: var(--app-shell-aside-offset, 0rem);
}
.m_3b16f56b {
  top: 0;
  height: var(--app-shell-header-height);
  background-color: var(--mantine-color-body);
  transform: var(--app-shell-header-transform);
  z-index: var(--app-shell-header-z-index);
}
.m_3b16f56b:where([data-with-border]) {
  border-bottom: 1px solid var(--app-shell-border-color);
}
.m_3840c879 {
  bottom: 0;
  height: calc(var(--app-shell-footer-height) + env(safe-area-inset-bottom));
  padding-bottom: env(safe-area-inset-bottom);
  transform: var(--app-shell-footer-transform);
  z-index: var(--app-shell-footer-z-index);
}
.m_3840c879:where([data-with-border]) {
  border-top: 1px solid var(--app-shell-border-color);
}
.m_6dcfc7c7 {
  flex-grow: 0;
}
.m_6dcfc7c7:where([data-grow]) {
  flex-grow: 1;
}
.m_71ac47fc {
  --ar-ratio: 1;
  max-width: 100%;
}
.m_71ac47fc > :where(*:not(style)) {
  aspect-ratio: var(--ar-ratio);
  width: 100%;
}
.m_71ac47fc > :where(img, video) {
  object-fit: cover;
}
.m_88b62a41 {
  --combobox-padding: calc(0.25rem * var(--mantine-scale));
  padding: var(--combobox-padding);
}
.m_88b62a41:has([data-mantine-scrollbar]) {
  padding-inline-end: 0;
}
.m_88b62a41:has([data-mantine-scrollbar]) .m_985517d8 {
  max-width: calc(100% + var(--combobox-padding));
}
.m_88b62a41[data-hidden] {
  display: none;
}
.m_88b62a41,
.m_b2821a6e {
  --combobox-option-padding-xs: calc(0.25rem * var(--mantine-scale)) calc(0.5rem * var(--mantine-scale));
  --combobox-option-padding-sm: calc(0.375rem * var(--mantine-scale)) calc(0.625rem * var(--mantine-scale));
  --combobox-option-padding-md: calc(0.5rem * var(--mantine-scale)) calc(0.75rem * var(--mantine-scale));
  --combobox-option-padding-lg: calc(0.625rem * var(--mantine-scale)) calc(1rem * var(--mantine-scale));
  --combobox-option-padding-xl: calc(0.875rem * var(--mantine-scale)) calc(1.25rem * var(--mantine-scale));
  --combobox-option-padding: var(--combobox-option-padding-sm);
}
.m_92253aa5 {
  padding: var(--combobox-option-padding);
  font-size: var(--combobox-option-fz, var(--mantine-font-size-sm));
  border-radius: var(--mantine-radius-default);
  background-color: transparent;
  color: inherit;
  cursor: pointer;
  word-break: break-word;
}
.m_92253aa5:where([data-combobox-selected]) {
  background-color: var(--mantine-primary-color-filled);
  color: var(--mantine-color-white);
}
.m_92253aa5:where([data-combobox-disabled]) {
  cursor: not-allowed;
  opacity: 0.35;
}
@media (hover: hover) {
  :where([data-mantine-color-scheme=light]) .m_92253aa5:hover:where(:not([data-combobox-selected], [data-combobox-disabled])) {
    background-color: var(--mantine-color-gray-0);
  }
  :where([data-mantine-color-scheme=dark]) .m_92253aa5:hover:where(:not([data-combobox-selected], [data-combobox-disabled])) {
    background-color: var(--mantine-color-dark-7);
  }
}
@media (hover: none) {
  :where([data-mantine-color-scheme=light]) .m_92253aa5:active:where(:not([data-combobox-selected], [data-combobox-disabled])) {
    background-color: var(--mantine-color-gray-0);
  }
  :where([data-mantine-color-scheme=dark]) .m_92253aa5:active:where(:not([data-combobox-selected], [data-combobox-disabled])) {
    background-color: var(--mantine-color-dark-7);
  }
}
.m_985517d8 {
  margin-inline: calc(var(--combobox-padding) * -1);
  margin-top: calc(var(--combobox-padding) * -1);
  width: calc(100% + var(--combobox-padding) * 2);
  border-top-width: 0;
  border-inline-width: 0;
  border-end-start-radius: 0;
  border-end-end-radius: 0;
  margin-bottom: var(--combobox-padding);
  position: relative;
}
:where([data-mantine-color-scheme=light]) .m_985517d8,
:where([data-mantine-color-scheme=light]) .m_985517d8:focus {
  border-color: var(--mantine-color-gray-2);
}
:where([data-mantine-color-scheme=dark]) .m_985517d8,
:where([data-mantine-color-scheme=dark]) .m_985517d8:focus {
  border-color: var(--mantine-color-dark-4);
}
:where([data-mantine-color-scheme=light]) .m_985517d8 {
  background-color: var(--mantine-color-white);
}
:where([data-mantine-color-scheme=dark]) .m_985517d8 {
  background-color: var(--mantine-color-dark-7);
}
.m_2530cd1d {
  font-size: var(--combobox-option-fz, var(--mantine-font-size-sm));
  text-align: center;
  padding: var(--combobox-option-padding);
  color: var(--mantine-color-dimmed);
}
.m_858f94bd,
.m_82b967cb {
  font-size: var(--combobox-option-fz, var(--mantine-font-size-sm));
  border: 0 solid transparent;
  margin-inline: calc(var(--combobox-padding) * -1);
  padding: var(--combobox-option-padding);
}
:where([data-mantine-color-scheme=light]) .m_858f94bd,
:where([data-mantine-color-scheme=light]) .m_82b967cb {
  border-color: var(--mantine-color-gray-2);
}
:where([data-mantine-color-scheme=dark]) .m_858f94bd,
:where([data-mantine-color-scheme=dark]) .m_82b967cb {
  border-color: var(--mantine-color-dark-4);
}
.m_82b967cb {
  border-top-width: calc(0.0625rem * var(--mantine-scale));
  margin-top: var(--combobox-padding);
  margin-bottom: calc(var(--combobox-padding) * -1);
}
.m_858f94bd {
  border-bottom-width: calc(0.0625rem * var(--mantine-scale));
  margin-bottom: var(--combobox-padding);
  margin-top: calc(var(--combobox-padding) * -1);
}
.m_254f3e4f:has(.m_2bb2e9e5:only-child) {
  display: none;
}
.m_2bb2e9e5 {
  color: var(--mantine-color-dimmed);
  font-size: calc(var(--combobox-option-fz, var(--mantine-font-size-sm)) * 0.85);
  padding: var(--combobox-option-padding);
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
}
.m_2bb2e9e5::after {
  content: "";
  flex: 1;
  inset-inline: 0;
  height: calc(0.0625rem * var(--mantine-scale));
  margin-inline-start: var(--mantine-spacing-xs);
}
:where([data-mantine-color-scheme=light]) .m_2bb2e9e5::after {
  background-color: var(--mantine-color-gray-2);
}
:where([data-mantine-color-scheme=dark]) .m_2bb2e9e5::after {
  background-color: var(--mantine-color-dark-4);
}
.m_2bb2e9e5:only-child {
  display: none;
}
.m_2943220b {
  --combobox-chevron-size-xs: calc(0.875rem * var(--mantine-scale));
  --combobox-chevron-size-sm: calc(1.125rem * var(--mantine-scale));
  --combobox-chevron-size-md: calc(1.25rem * var(--mantine-scale));
  --combobox-chevron-size-lg: calc(1.5rem * var(--mantine-scale));
  --combobox-chevron-size-xl: calc(1.75rem * var(--mantine-scale));
  --combobox-chevron-size: var(--combobox-chevron-size-sm);
  width: var(--combobox-chevron-size);
  height: var(--combobox-chevron-size);
}
:where([data-mantine-color-scheme=light]) .m_2943220b {
  color: var(--mantine-color-gray-6);
}
:where([data-mantine-color-scheme=dark]) .m_2943220b {
  color: var(--mantine-color-dark-3);
}
.m_2943220b:where([data-error]) {
  color: var(--mantine-color-error);
}
.m_390b5f4 {
  display: flex;
  align-items: center;
  gap: calc(0.5rem * var(--mantine-scale));
}
.m_390b5f4:where([data-reverse]) {
  justify-content: space-between;
}
.m_8ee53fc2 {
  opacity: 0.4;
  width: 0.8em;
  min-width: 0.8em;
  height: 0.8em;
}
:where([data-combobox-selected]) .m_8ee53fc2 {
  opacity: 1;
}
.m_5f75b09e {
  --label-lh-xs: calc(1rem * var(--mantine-scale));
  --label-lh-sm: calc(1.25rem * var(--mantine-scale));
  --label-lh-md: calc(1.5rem * var(--mantine-scale));
  --label-lh-lg: calc(1.875rem * var(--mantine-scale));
  --label-lh-xl: calc(2.25rem * var(--mantine-scale));
  --label-lh: var(--label-lh-sm);
}
.m_5f75b09e[data-label-position=left] {
  --label-order: 1;
  --label-offset-end: var(--mantine-spacing-sm);
  --label-offset-start: 0;
}
.m_5f75b09e[data-label-position=right] {
  --label-order: 2;
  --label-offset-end: 0;
  --label-offset-start: var(--mantine-spacing-sm);
}
.m_5f6e695e {
  display: flex;
}
.m_d3ea56bb {
  --label-cursor: var(--mantine-cursor-type);
  -webkit-tap-highlight-color: transparent;
  display: inline-flex;
  flex-direction: column;
  font-size: var(--label-fz, var(--mantine-font-size-sm));
  line-height: var(--label-lh);
  cursor: var(--label-cursor);
  order: var(--label-order);
}
fieldset:disabled .m_d3ea56bb,
.m_d3ea56bb[data-disabled] {
  --label-cursor: not-allowed;
}
.m_8ee546b8 {
  cursor: var(--label-cursor);
  color: inherit;
  padding-inline-start: var(--label-offset-start);
  padding-inline-end: var(--label-offset-end);
}
:where([data-mantine-color-scheme=light]) fieldset:disabled .m_8ee546b8,
:where([data-mantine-color-scheme=light]) .m_8ee546b8:where([data-disabled]) {
  color: var(--mantine-color-gray-5);
}
:where([data-mantine-color-scheme=dark]) fieldset:disabled .m_8ee546b8,
:where([data-mantine-color-scheme=dark]) .m_8ee546b8:where([data-disabled]) {
  color: var(--mantine-color-dark-3);
}
.m_328f68c0 {
  margin-top: calc(var(--mantine-spacing-xs) / 2);
  padding-inline-start: var(--label-offset-start);
  padding-inline-end: var(--label-offset-end);
}
.m_8e8a99cc {
  margin-top: calc(var(--mantine-spacing-xs) / 2);
  padding-inline-start: var(--label-offset-start);
  padding-inline-end: var(--label-offset-end);
}
.m_26775b0a {
  --card-radius: var(--mantine-radius-default);
  display: block;
  width: 100%;
  border-radius: var(--card-radius);
  cursor: pointer;
}
.m_26775b0a :where(*) {
  cursor: inherit;
}
.m_26775b0a:where([data-with-border]) {
  border: calc(0.0625rem * var(--mantine-scale)) solid transparent;
}
:where([data-mantine-color-scheme=light]) .m_26775b0a:where([data-with-border]) {
  border-color: var(--mantine-color-gray-3);
}
:where([data-mantine-color-scheme=dark]) .m_26775b0a:where([data-with-border]) {
  border-color: var(--mantine-color-dark-4);
}
.m_5e5256ee {
  --checkbox-size-xs: calc(1rem * var(--mantine-scale));
  --checkbox-size-sm: calc(1.25rem * var(--mantine-scale));
  --checkbox-size-md: calc(1.5rem * var(--mantine-scale));
  --checkbox-size-lg: calc(1.875rem * var(--mantine-scale));
  --checkbox-size-xl: calc(2.25rem * var(--mantine-scale));
  --checkbox-size: var(--checkbox-size-sm);
  --checkbox-color: var(--mantine-primary-color-filled);
  --checkbox-icon-color: var(--mantine-color-white);
  position: relative;
  border: calc(0.0625rem * var(--mantine-scale)) solid transparent;
  width: var(--checkbox-size);
  min-width: var(--checkbox-size);
  height: var(--checkbox-size);
  min-height: var(--checkbox-size);
  border-radius: var(--checkbox-radius, var(--mantine-radius-default));
  transition: border-color 100ms ease, background-color 100ms ease;
  cursor: var(--mantine-cursor-type);
  -webkit-tap-highlight-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
:where([data-mantine-color-scheme=light]) .m_5e5256ee {
  background-color: var(--mantine-color-white);
  border-color: var(--mantine-color-gray-4);
}
:where([data-mantine-color-scheme=dark]) .m_5e5256ee {
  background-color: var(--mantine-color-dark-6);
  border-color: var(--mantine-color-dark-4);
}
.m_5e5256ee[data-indeterminate],
.m_5e5256ee[data-checked] {
  background-color: var(--checkbox-color);
  border-color: var(--checkbox-color);
}
.m_5e5256ee[data-indeterminate] > .m_1b1c543a,
.m_5e5256ee[data-checked] > .m_1b1c543a {
  opacity: 1;
  transform: none;
  color: var(--checkbox-icon-color);
}
.m_5e5256ee[data-disabled] {
  cursor: not-allowed;
}
:where([data-mantine-color-scheme=light]) .m_5e5256ee[data-disabled] {
  background-color: var(--mantine-color-gray-2);
  border-color: var(--mantine-color-gray-3);
}
:where([data-mantine-color-scheme=dark]) .m_5e5256ee[data-disabled] {
  background-color: var(--mantine-color-dark-6);
  border-color: var(--mantine-color-dark-6);
}
[data-mantine-color-scheme=light] .m_5e5256ee[data-disabled][data-checked] > .m_1b1c543a {
  color: var(--mantine-color-gray-5);
}
[data-mantine-color-scheme=dark] .m_5e5256ee[data-disabled][data-checked] > .m_1b1c543a {
  color: var(--mantine-color-dark-3);
}
.m_76e20374[data-indeterminate]:not([data-disabled]),
.m_76e20374[data-checked]:not([data-disabled]) {
  background-color: transparent;
  border-color: var(--checkbox-color);
}
.m_76e20374[data-indeterminate]:not([data-disabled]) > .m_1b1c543a,
.m_76e20374[data-checked]:not([data-disabled]) > .m_1b1c543a {
  color: var(--checkbox-color);
  opacity: 1;
  transform: none;
}
.m_1b1c543a {
  display: block;
  width: 60%;
  color: transparent;
  pointer-events: none;
  transform: translateY(calc(0.3125rem * var(--mantine-scale))) scale(0.5);
  opacity: 1;
  transition: transform 100ms ease, opacity 100ms ease;
}
.m_bf2d988c {
  --checkbox-size-xs: calc(1rem * var(--mantine-scale));
  --checkbox-size-sm: calc(1.25rem * var(--mantine-scale));
  --checkbox-size-md: calc(1.5rem * var(--mantine-scale));
  --checkbox-size-lg: calc(1.875rem * var(--mantine-scale));
  --checkbox-size-xl: calc(2.25rem * var(--mantine-scale));
  --checkbox-size: var(--checkbox-size-sm);
  --checkbox-color: var(--mantine-primary-color-filled);
  --checkbox-icon-color: var(--mantine-color-white);
}
.m_26062bec {
  position: relative;
  width: var(--checkbox-size);
  height: var(--checkbox-size);
  order: 1;
}
.m_26062bec:where([data-label-position=left]) {
  order: 2;
}
.m_26063560 {
  appearance: none;
  border: calc(0.0625rem * var(--mantine-scale)) solid transparent;
  width: var(--checkbox-size);
  height: var(--checkbox-size);
  border-radius: var(--checkbox-radius, var(--mantine-radius-default));
  padding: 0;
  display: block;
  margin: 0;
  transition: border-color 100ms ease, background-color 100ms ease;
  cursor: var(--mantine-cursor-type);
  -webkit-tap-highlight-color: transparent;
}
:where([data-mantine-color-scheme=light]) .m_26063560 {
  background-color: var(--mantine-color-white);
  border-color: var(--mantine-color-gray-4);
}
:where([data-mantine-color-scheme=dark]) .m_26063560 {
  background-color: var(--mantine-color-dark-6);
  border-color: var(--mantine-color-dark-4);
}
.m_26063560:where([data-error]) {
  border-color: var(--mantine-color-error);
}
.m_26063560[data-indeterminate],
.m_26063560:checked {
  background-color: var(--checkbox-color);
  border-color: var(--checkbox-color);
}
.m_26063560[data-indeterminate] + .m_bf295423,
.m_26063560:checked + .m_bf295423 {
  opacity: 1;
  transform: none;
}
.m_26063560:disabled {
  cursor: not-allowed;
}
:where([data-mantine-color-scheme=light]) .m_26063560:disabled {
  background-color: var(--mantine-color-gray-2);
  border-color: var(--mantine-color-gray-3);
}
:where([data-mantine-color-scheme=dark]) .m_26063560:disabled {
  background-color: var(--mantine-color-dark-6);
  border-color: var(--mantine-color-dark-6);
}
[data-mantine-color-scheme=light] .m_26063560:disabled + .m_bf295423 {
  color: var(--mantine-color-gray-5);
}
[data-mantine-color-scheme=dark] .m_26063560:disabled + .m_bf295423 {
  color: var(--mantine-color-dark-3);
}
.m_215c4542 + .m_bf295423 {
  color: var(--checkbox-color);
}
.m_215c4542[data-indeterminate]:not(:disabled),
.m_215c4542:checked:not(:disabled) {
  background-color: transparent;
  border-color: var(--checkbox-color);
}
.m_215c4542[data-indeterminate]:not(:disabled) + .m_bf295423,
.m_215c4542:checked:not(:disabled) + .m_bf295423 {
  color: var(--checkbox-color);
  opacity: 1;
  transform: none;
}
.m_bf295423 {
  position: absolute;
  inset: 0;
  width: 60%;
  margin: auto;
  color: var(--checkbox-icon-color);
  pointer-events: none;
  transform: translateY(calc(0.3125rem * var(--mantine-scale))) scale(0.5);
  opacity: 0;
  transition: transform 100ms ease, opacity 100ms ease;
}
.m_11def92b {
  --ag-spacing: var(--mantine-spacing-sm);
  --ag-offset: calc(var(--ag-spacing) * -1);
  display: flex;
  padding-inline-start: var(--ag-spacing);
}
.m_f85678b6 {
  --avatar-size-xs: calc(1rem * var(--mantine-scale));
  --avatar-size-sm: calc(1.625rem * var(--mantine-scale));
  --avatar-size-md: calc(2.375rem * var(--mantine-scale));
  --avatar-size-lg: calc(3.5rem * var(--mantine-scale));
  --avatar-size-xl: calc(5.25rem * var(--mantine-scale));
  --avatar-size: var(--avatar-size-md);
  --avatar-radius: calc(62.5rem * var(--mantine-scale));
  --avatar-bg: var(--mantine-color-gray-light);
  --avatar-bd: calc(0.0625rem * var(--mantine-scale)) solid transparent;
  --avatar-color: var(--mantine-color-gray-light-color);
  --avatar-placeholder-fz: calc(var(--avatar-size) / 2.5);
  -webkit-tap-highlight-color: transparent;
  position: relative;
  display: block;
  user-select: none;
  overflow: hidden;
  border-radius: var(--avatar-radius);
  text-decoration: none;
  padding: 0;
  width: var(--avatar-size);
  height: var(--avatar-size);
  min-width: var(--avatar-size);
}
.m_f85678b6:where([data-within-group]) {
  margin-inline-start: var(--ag-offset);
  border: 2px solid var(--mantine-color-body);
  background: var(--mantine-color-body);
}
.m_11f8ac07 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
.m_104cd71f {
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  user-select: none;
  border-radius: var(--avatar-radius);
  font-size: var(--avatar-placeholder-fz);
  background: var(--avatar-bg);
  border: var(--avatar-bd);
  color: var(--avatar-color);
}
.m_104cd71f > [data-avatar-placeholder-icon] {
  width: 70%;
  height: 70%;
}
.m_2ce0de02 {
  background-size: cover;
  background-position: center;
  display: block;
  width: 100%;
  border: 0;
  text-decoration: none;
  border-radius: var(--bi-radius, 0);
}
.m_347db0ec {
  --badge-height-xs: calc(1rem * var(--mantine-scale));
  --badge-height-sm: calc(1.125rem * var(--mantine-scale));
  --badge-height-md: calc(1.25rem * var(--mantine-scale));
  --badge-height-lg: calc(1.625rem * var(--mantine-scale));
  --badge-height-xl: calc(2rem * var(--mantine-scale));
  --badge-fz-xs: calc(0.5625rem * var(--mantine-scale));
  --badge-fz-sm: calc(0.625rem * var(--mantine-scale));
  --badge-fz-md: calc(0.6875rem * var(--mantine-scale));
  --badge-fz-lg: calc(0.8125rem * var(--mantine-scale));
  --badge-fz-xl: calc(1rem * var(--mantine-scale));
  --badge-padding-x-xs: calc(0.375rem * var(--mantine-scale));
  --badge-padding-x-sm: calc(0.5rem * var(--mantine-scale));
  --badge-padding-x-md: calc(0.625rem * var(--mantine-scale));
  --badge-padding-x-lg: calc(0.75rem * var(--mantine-scale));
  --badge-padding-x-xl: calc(1rem * var(--mantine-scale));
  --badge-height: var(--badge-height-md);
  --badge-fz: var(--badge-fz-md);
  --badge-padding-x: var(--badge-padding-x-md);
  --badge-radius: calc(62.5rem * var(--mantine-scale));
  --badge-lh: calc(var(--badge-height) - calc(0.125rem * var(--mantine-scale)));
  --badge-color: var(--mantine-color-white);
  --badge-bg: var(--mantine-primary-color-filled);
  --badge-bd: calc(0.0625rem * var(--mantine-scale)) solid transparent;
  -webkit-tap-highlight-color: transparent;
  font-size: var(--badge-fz);
  border-radius: var(--badge-radius);
  height: var(--badge-height);
  line-height: var(--badge-lh);
  text-decoration: none;
  padding: 0 var(--badge-padding-x);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  justify-content: center;
  width: fit-content;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: calc(0.015625rem * var(--mantine-scale));
  cursor: inherit;
  text-overflow: ellipsis;
  overflow: hidden;
  color: var(--badge-color);
  background: var(--badge-bg);
  border: var(--badge-bd);
}
.m_347db0ec:where([data-block]) {
  display: flex;
  width: 100%;
}
.m_347db0ec:where([data-circle]) {
  padding-inline: calc(0.125rem * var(--mantine-scale));
  display: flex;
  width: var(--badge-height);
}
.m_fbd81e3d {
  --badge-dot-size: calc(var(--badge-height) / 3.4);
}
:where([data-mantine-color-scheme=light]) .m_fbd81e3d {
  background-color: var(--mantine-color-white);
  border-color: var(--mantine-color-gray-4);
  color: var(--mantine-color-black);
}
:where([data-mantine-color-scheme=dark]) .m_fbd81e3d {
  background-color: var(--mantine-color-dark-5);
  border-color: var(--mantine-color-dark-5);
  color: var(--mantine-color-white);
}
.m_fbd81e3d::before {
  content: "";
  display: block;
  width: var(--badge-dot-size);
  height: var(--badge-dot-size);
  border-radius: var(--badge-dot-size);
  background-color: var(--badge-dot-color);
  margin-inline-end: var(--badge-dot-size);
}
.m_5add502a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.m_91fdda9b {
  --badge-section-margin: calc(var(--mantine-spacing-xs) / 2);
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.m_91fdda9b:where([data-position=left]) {
  margin-inline-end: var(--badge-section-margin);
}
.m_91fdda9b:where([data-position=right]) {
  margin-inline-start: var(--badge-section-margin);
}
.m_ddec01c0 {
  --blockquote-border: 3px solid var(--bq-bd);
  position: relative;
  margin: 0;
  border-inline-start: var(--blockquote-border);
  border-start-end-radius: var(--bq-radius);
  border-end-end-radius: var(--bq-radius);
  padding: var(--mantine-spacing-xl) calc(2.375rem * var(--mantine-scale));
}
:where([data-mantine-color-scheme=light]) .m_ddec01c0 {
  background-color: var(--bq-bg-light);
}
:where([data-mantine-color-scheme=dark]) .m_ddec01c0 {
  background-color: var(--bq-bg-dark);
}
.m_dde7bd57 {
  --blockquote-icon-offset: calc(var(--bq-icon-size) / -2);
  position: absolute;
  color: var(--bq-bd);
  background-color: var(--mantine-color-body);
  display: flex;
  align-items: center;
  justify-content: center;
  top: var(--blockquote-icon-offset);
  inset-inline-start: var(--blockquote-icon-offset);
  width: var(--bq-icon-size);
  height: var(--bq-icon-size);
  border-radius: var(--bq-icon-size);
}
.m_dde51a35 {
  display: block;
  margin-top: var(--mantine-spacing-md);
  opacity: 0.6;
  font-size: 85%;
}
.m_8b3717df {
  display: flex;
  align-items: center;
}
.m_f678d540 {
  line-height: 1;
  white-space: nowrap;
  -webkit-tap-highlight-color: transparent;
}
.m_3b8f2208 {
  margin-inline: var(--bc-separator-margin, var(--mantine-spacing-xs));
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
:where([data-mantine-color-scheme=light]) .m_3b8f2208 {
  color: var(--mantine-color-gray-7);
}
:where([data-mantine-color-scheme=dark]) .m_3b8f2208 {
  color: var(--mantine-color-dark-2);
}
.m_fea6bf1a {
  --burger-size-xs: calc(0.75rem * var(--mantine-scale));
  --burger-size-sm: calc(1.125rem * var(--mantine-scale));
  --burger-size-md: calc(1.5rem * var(--mantine-scale));
  --burger-size-lg: calc(2.125rem * var(--mantine-scale));
  --burger-size-xl: calc(2.625rem * var(--mantine-scale));
  --burger-size: var(--burger-size-md);
  --burger-line-size: calc(var(--burger-size) / 12);
  width: calc(var(--burger-size) + var(--mantine-spacing-xs));
  height: calc(var(--burger-size) + var(--mantine-spacing-xs));
  padding: calc(var(--mantine-spacing-xs) / 2);
  cursor: pointer;
}
:where([data-mantine-color-scheme=light]) .m_fea6bf1a {
  --burger-color: var(--mantine-color-black);
}
:where([data-mantine-color-scheme=dark]) .m_fea6bf1a {
  --burger-color: var(--mantine-color-white);
}
.m_d4fb9cad {
  position: relative;
  user-select: none;
}
.m_d4fb9cad,
.m_d4fb9cad::before,
.m_d4fb9cad::after {
  display: block;
  width: var(--burger-size);
  height: var(--burger-line-size);
  background-color: var(--burger-color);
  outline: calc(0.0625rem * var(--mantine-scale)) solid transparent;
  transition-property: background-color, transform;
  transition-duration: var(--burger-transition-duration, 300ms);
  transition-timing-function: var(--burger-transition-timing-function, ease);
}
.m_d4fb9cad::before,
.m_d4fb9cad::after {
  position: absolute;
  content: "";
  inset-inline-start: 0;
}
.m_d4fb9cad::before {
  top: calc(var(--burger-size) / -3);
}
.m_d4fb9cad::after {
  top: calc(var(--burger-size) / 3);
}
.m_d4fb9cad[data-opened] {
  background-color: transparent;
}
.m_d4fb9cad[data-opened]::before {
  transform: translateY(calc(var(--burger-size) / 3)) rotate(45deg);
}
.m_d4fb9cad[data-opened]::after {
  transform: translateY(calc(var(--burger-size) / -3)) rotate(-45deg);
}
.m_77c9d27d {
  --button-height-xs: calc(1.875rem * var(--mantine-scale));
  --button-height-sm: calc(2.25rem * var(--mantine-scale));
  --button-height-md: calc(2.625rem * var(--mantine-scale));
  --button-height-lg: calc(3.125rem * var(--mantine-scale));
  --button-height-xl: calc(3.75rem * var(--mantine-scale));
  --button-height-compact-xs: calc(1.375rem * var(--mantine-scale));
  --button-height-compact-sm: calc(1.625rem * var(--mantine-scale));
  --button-height-compact-md: calc(1.875rem * var(--mantine-scale));
  --button-height-compact-lg: calc(2.125rem * var(--mantine-scale));
  --button-height-compact-xl: calc(2.5rem * var(--mantine-scale));
  --button-padding-x-xs: calc(0.875rem * var(--mantine-scale));
  --button-padding-x-sm: calc(1.125rem * var(--mantine-scale));
  --button-padding-x-md: calc(1.375rem * var(--mantine-scale));
  --button-padding-x-lg: calc(1.625rem * var(--mantine-scale));
  --button-padding-x-xl: calc(2rem * var(--mantine-scale));
  --button-padding-x-compact-xs: calc(0.4375rem * var(--mantine-scale));
  --button-padding-x-compact-sm: calc(0.5rem * var(--mantine-scale));
  --button-padding-x-compact-md: calc(0.625rem * var(--mantine-scale));
  --button-padding-x-compact-lg: calc(0.75rem * var(--mantine-scale));
  --button-padding-x-compact-xl: calc(0.875rem * var(--mantine-scale));
  --button-height: var(--button-height-sm);
  --button-padding-x: var(--button-padding-x-sm);
  --button-color: var(--mantine-color-white);
  user-select: none;
  font-weight: 600;
  position: relative;
  line-height: 1;
  text-align: center;
  overflow: hidden;
  width: auto;
  cursor: pointer;
  display: inline-block;
  border-radius: var(--button-radius, var(--mantine-radius-default));
  font-size: var(--button-fz, var(--mantine-font-size-sm));
  background: var(--button-bg, var(--mantine-primary-color-filled));
  border: var(--button-bd, calc(0.0625rem * var(--mantine-scale)) solid transparent);
  color: var(--button-color, var(--mantine-color-white));
  height: var(--button-height, var(--button-height-sm));
  padding-inline: var(--button-padding-x, var(--button-padding-x-sm));
  vertical-align: middle;
}
.m_77c9d27d:where([data-block]) {
  display: block;
  width: 100%;
}
.m_77c9d27d:where([data-with-left-section]) {
  padding-inline-start: calc(var(--button-padding-x) / 1.5);
}
.m_77c9d27d:where([data-with-right-section]) {
  padding-inline-end: calc(var(--button-padding-x) / 1.5);
}
.m_77c9d27d:where(:disabled:not([data-loading]), [data-disabled]:not([data-loading])) {
  cursor: not-allowed;
  border: calc(0.0625rem * var(--mantine-scale)) solid transparent;
  transform: none;
}
:where([data-mantine-color-scheme=light]) .m_77c9d27d:where(:disabled:not([data-loading]), [data-disabled]:not([data-loading])) {
  color: var(--mantine-color-gray-5);
  background: var(--mantine-color-gray-1);
}
:where([data-mantine-color-scheme=dark]) .m_77c9d27d:where(:disabled:not([data-loading]), [data-disabled]:not([data-loading])) {
  color: var(--mantine-color-dark-3);
  background: var(--mantine-color-dark-6);
}
.m_77c9d27d::before {
  content: "";
  pointer-events: none;
  position: absolute;
  inset: calc(-0.0625rem * var(--mantine-scale));
  border-radius: var(--button-radius, var(--mantine-radius-default));
  transform: translateY(-100%);
  opacity: 0;
  filter: blur(12px);
  transition: transform 150ms ease, opacity 100ms ease;
}
:where([data-mantine-color-scheme=light]) .m_77c9d27d::before {
  background-color: rgba(255, 255, 255, 0.15);
}
:where([data-mantine-color-scheme=dark]) .m_77c9d27d::before {
  background-color: rgba(0, 0, 0, 0.15);
}
.m_77c9d27d:where([data-loading]) {
  cursor: not-allowed;
  transform: none;
}
.m_77c9d27d:where([data-loading])::before {
  transform: translateY(0);
  opacity: 1;
}
.m_77c9d27d:where([data-loading]) .m_80f1301b {
  opacity: 0;
  transform: translateY(100%);
}
@media (hover: hover) {
  .m_77c9d27d:hover:where(:not([data-loading], :disabled, [data-disabled])) {
    background-color: var(--button-hover, var(--mantine-primary-color-filled-hover));
    color: var(--button-hover-color, var(--button-color));
  }
}
@media (hover: none) {
  .m_77c9d27d:active:where(:not([data-loading], :disabled, [data-disabled])) {
    background-color: var(--button-hover, var(--mantine-primary-color-filled-hover));
    color: var(--button-hover-color, var(--button-color));
  }
}
.m_80f1301b {
  display: flex;
  align-items: center;
  justify-content: var(--button-justify, center);
  height: 100%;
  overflow: visible;
  transition: transform 150ms ease, opacity 100ms ease;
}
.m_811560b9 {
  white-space: nowrap;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  opacity: 1;
}
.m_811560b9:where([data-loading]) {
  opacity: 0.2;
}
.m_a74036a {
  display: flex;
  align-items: center;
}
.m_a74036a:where([data-position=left]) {
  margin-inline-end: var(--mantine-spacing-xs);
}
.m_a74036a:where([data-position=right]) {
  margin-inline-start: var(--mantine-spacing-xs);
}
.m_a25b86ee {
  position: absolute;
  left: 50%;
  top: 50%;
}
.m_80d6d844 {
  --button-border-width: calc(0.0625rem * var(--mantine-scale));
  display: flex;
}
.m_80d6d844 :where(*):focus {
  position: relative;
  z-index: 1;
}
.m_80d6d844[data-orientation=horizontal] {
  flex-direction: row;
}
.m_80d6d844[data-orientation=horizontal] .m_77c9d27d:not(:only-child):first-child {
  border-end-end-radius: 0;
  border-start-end-radius: 0;
  border-inline-end-width: calc(var(--button-border-width) / 2);
}
.m_80d6d844[data-orientation=horizontal] .m_77c9d27d:not(:only-child):last-child {
  border-end-start-radius: 0;
  border-start-start-radius: 0;
  border-inline-start-width: calc(var(--button-border-width) / 2);
}
.m_80d6d844[data-orientation=horizontal] .m_77c9d27d:not(:only-child):not(:first-child):not(:last-child) {
  border-radius: 0;
  border-inline-width: calc(var(--button-border-width) / 2);
}
.m_80d6d844[data-orientation=vertical] {
  flex-direction: column;
}
.m_80d6d844[data-orientation=vertical] .m_77c9d27d:not(:only-child):first-child {
  border-end-start-radius: 0;
  border-end-end-radius: 0;
  border-bottom-width: calc(var(--button-border-width) / 2);
}
.m_80d6d844[data-orientation=vertical] .m_77c9d27d:not(:only-child):last-child {
  border-start-start-radius: 0;
  border-start-end-radius: 0;
  border-top-width: calc(var(--button-border-width) / 2);
}
.m_80d6d844[data-orientation=vertical] .m_77c9d27d:not(:only-child):not(:first-child):not(:last-child) {
  border-radius: 0;
  border-bottom-width: calc(var(--button-border-width) / 2);
  border-top-width: calc(var(--button-border-width) / 2);
}
.m_e615b15f {
  --card-padding: var(--mantine-spacing-md);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: var(--card-padding);
  color: var(--mantine-color-text);
}
:where([data-mantine-color-scheme=light]) .m_e615b15f {
  background-color: var(--mantine-color-white);
}
:where([data-mantine-color-scheme=dark]) .m_e615b15f {
  background-color: var(--mantine-color-dark-6);
}
.m_599a2148 {
  display: block;
  margin-inline: calc(var(--card-padding) * -1);
}
.m_599a2148:where(:first-child) {
  margin-top: calc(var(--card-padding) * -1);
  border-top: none !important;
}
.m_599a2148:where(:last-child) {
  margin-bottom: calc(var(--card-padding) * -1);
  border-bottom: none !important;
}
.m_599a2148:where([data-inherit-padding]) {
  padding-inline: var(--card-padding);
}
.m_599a2148:where([data-with-border]) {
  border-top: calc(0.0625rem * var(--mantine-scale)) solid;
  border-bottom: calc(0.0625rem * var(--mantine-scale)) solid;
}
:where([data-mantine-color-scheme=light]) .m_599a2148 {
  border-color: var(--mantine-color-gray-3);
}
:where([data-mantine-color-scheme=dark]) .m_599a2148 {
  border-color: var(--mantine-color-dark-4);
}
.m_599a2148 + .m_599a2148 {
  border-top: none !important;
}
.m_4451eb3a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.m_4451eb3a:where([data-inline]) {
  display: inline-flex;
}
.m_f59ffda3 {
  --chip-size-xs: calc(1.4375rem * var(--mantine-scale));
  --chip-size-sm: calc(1.75rem * var(--mantine-scale));
  --chip-size-md: calc(2rem * var(--mantine-scale));
  --chip-size-lg: calc(2.25rem * var(--mantine-scale));
  --chip-size-xl: calc(2.5rem * var(--mantine-scale));
  --chip-icon-size-xs: calc(0.625rem * var(--mantine-scale));
  --chip-icon-size-sm: calc(0.75rem * var(--mantine-scale));
  --chip-icon-size-md: calc(0.875rem * var(--mantine-scale));
  --chip-icon-size-lg: calc(1rem * var(--mantine-scale));
  --chip-icon-size-xl: calc(1.125rem * var(--mantine-scale));
  --chip-padding-xs: calc(1rem * var(--mantine-scale));
  --chip-padding-sm: calc(1.25rem * var(--mantine-scale));
  --chip-padding-md: calc(1.5rem * var(--mantine-scale));
  --chip-padding-lg: calc(1.75rem * var(--mantine-scale));
  --chip-padding-xl: calc(2rem * var(--mantine-scale));
  --chip-checked-padding-xs: calc(0.46875rem * var(--mantine-scale));
  --chip-checked-padding-sm: calc(0.625rem * var(--mantine-scale));
  --chip-checked-padding-md: calc(0.73125rem * var(--mantine-scale));
  --chip-checked-padding-lg: calc(0.84375rem * var(--mantine-scale));
  --chip-checked-padding-xl: calc(0.98125rem * var(--mantine-scale));
  --chip-spacing-xs: calc(0.625rem * var(--mantine-scale));
  --chip-spacing-sm: calc(0.75rem * var(--mantine-scale));
  --chip-spacing-md: calc(1rem * var(--mantine-scale));
  --chip-spacing-lg: calc(1.25rem * var(--mantine-scale));
  --chip-spacing-xl: calc(1.375rem * var(--mantine-scale));
  --chip-size: var(--chip-size-sm);
  --chip-icon-size: var(--chip-icon-size-sm);
  --chip-padding: var(--chip-padding-sm);
  --chip-spacing: var(--chip-spacing-sm);
  --chip-checked-padding: var(--chip-checked-padding-sm);
  --chip-bg: var(--mantine-primary-color-filled);
  --chip-hover: var(--mantine-primary-color-filled-hover);
  --chip-color: var(--mantine-color-white);
  --chip-bd: calc(0.0625rem * var(--mantine-scale)) solid transparent;
}
.m_be049a53 {
  display: inline-flex;
  align-items: center;
  user-select: none;
  border-radius: var(--chip-radius, 1000rem);
  height: var(--chip-size);
  font-size: var(--chip-fz, var(--mantine-font-size-sm));
  line-height: calc(var(--chip-size) - calc(0.125rem * var(--mantine-scale)));
  padding-inline: var(--chip-padding);
  cursor: pointer;
  white-space: nowrap;
  -webkit-tap-highlight-color: transparent;
  border: calc(0.0625rem * var(--mantine-scale)) solid transparent;
  color: var(--mantine-color-text);
}
.m_be049a53:where([data-checked]) {
  padding: var(--chip-checked-padding);
}
.m_be049a53:where([data-disabled]) {
  cursor: not-allowed;
}
:where([data-mantine-color-scheme=light]) .m_be049a53:where([data-disabled]) {
  background-color: var(--mantine-color-gray-2);
  color: var(--mantine-color-gray-5);
}
:where([data-mantine-color-scheme=dark]) .m_be049a53:where([data-disabled]) {
  background-color: var(--mantine-color-dark-6);
  color: var(--mantine-color-dark-3);
}
:where([data-mantine-color-scheme=light]) .m_3904c1af:not([data-disabled]) {
  background-color: var(--mantine-color-white);
  border: 1px solid var(--mantine-color-gray-3);
}
:where([data-mantine-color-scheme=dark]) .m_3904c1af:not([data-disabled]) {
  background-color: var(--mantine-color-dark-6);
  border: 1px solid var(--mantine-color-dark-4);
}
@media (hover: hover) {
  :where([data-mantine-color-scheme=light]) .m_3904c1af:not([data-disabled]):hover {
    background-color: var(--mantine-color-gray-0);
  }
  :where([data-mantine-color-scheme=dark]) .m_3904c1af:not([data-disabled]):hover {
    background-color: var(--mantine-color-dark-5);
  }
}
@media (hover: none) {
  :where([data-mantine-color-scheme=light]) .m_3904c1af:not([data-disabled]):active {
    background-color: var(--mantine-color-gray-0);
  }
  :where([data-mantine-color-scheme=dark]) .m_3904c1af:not([data-disabled]):active {
    background-color: var(--mantine-color-dark-5);
  }
}
.m_3904c1af:not([data-disabled]):where([data-checked]) {
  --chip-icon-color: var(--chip-color);
  border: var(--chip-bd);
}
@media (hover: hover) {
  .m_3904c1af:not([data-disabled]):where([data-checked]):hover {
    background-color: var(--chip-hover);
  }
}
@media (hover: none) {
  .m_3904c1af:not([data-disabled]):where([data-checked]):active {
    background-color: var(--chip-hover);
  }
}
.m_fa109255:not([data-disabled]),
.m_f7e165c3:not([data-disabled]) {
  border: calc(0.0625rem * var(--mantine-scale)) solid transparent;
  color: var(--mantine-color-text);
}
:where([data-mantine-color-scheme=light]) .m_fa109255:not([data-disabled]),
:where([data-mantine-color-scheme=light]) .m_f7e165c3:not([data-disabled]) {
  background-color: var(--mantine-color-gray-1);
}
:where([data-mantine-color-scheme=dark]) .m_fa109255:not([data-disabled]),
:where([data-mantine-color-scheme=dark]) .m_f7e165c3:not([data-disabled]) {
  background-color: var(--mantine-color-dark-5);
}
@media (hover: hover) {
  :where([data-mantine-color-scheme=light]) .m_fa109255:not([data-disabled]):hover,
  :where([data-mantine-color-scheme=light]) .m_f7e165c3:not([data-disabled]):hover {
    background-color: var(--mantine-color-gray-2);
  }
  :where([data-mantine-color-scheme=dark]) .m_fa109255:not([data-disabled]):hover,
  :where([data-mantine-color-scheme=dark]) .m_f7e165c3:not([data-disabled]):hover {
    background-color: var(--mantine-color-dark-4);
  }
}
@media (hover: none) {
  :where([data-mantine-color-scheme=light]) .m_fa109255:not([data-disabled]):active,
  :where([data-mantine-color-scheme=light]) .m_f7e165c3:not([data-disabled]):active {
    background-color: var(--mantine-color-gray-2);
  }
  :where([data-mantine-color-scheme=dark]) .m_fa109255:not([data-disabled]):active,
  :where([data-mantine-color-scheme=dark]) .m_f7e165c3:not([data-disabled]):active {
    background-color: var(--mantine-color-dark-4);
  }
}
.m_fa109255:not([data-disabled]):where([data-checked]),
.m_f7e165c3:not([data-disabled]):where([data-checked]) {
  --chip-icon-color: var(--chip-color);
  color: var(--chip-color);
  background-color: var(--chip-bg);
}
@media (hover: hover) {
  .m_fa109255:not([data-disabled]):where([data-checked]):hover,
  .m_f7e165c3:not([data-disabled]):where([data-checked]):hover {
    background-color: var(--chip-hover);
  }
}
@media (hover: none) {
  .m_fa109255:not([data-disabled]):where([data-checked]):active,
  .m_f7e165c3:not([data-disabled]):where([data-checked]):active {
    background-color: var(--chip-hover);
  }
}
.m_9ac86df9 {
  width: calc(var(--chip-icon-size) + (var(--chip-spacing) / 1.5));
  max-width: calc(var(--chip-icon-size) + (var(--chip-spacing) / 1.5));
  height: var(--chip-icon-size);
  display: flex;
  align-items: center;
  overflow: hidden;
}
.m_d6d72580 {
  width: var(--chip-icon-size);
  height: var(--chip-icon-size);
  display: block;
  color: var(--chip-icon-color, inherit);
}
.m_bde07329 {
  width: 0;
  height: 0;
  padding: 0;
  opacity: 0;
  margin: 0;
}
.m_bde07329:focus-visible + .m_be049a53 {
  outline: 2px solid var(--mantine-primary-color-filled);
  outline-offset: calc(0.125rem * var(--mantine-scale));
}
.m_b183c0a2 {
  font-family: var(--mantine-font-family-monospace);
  line-height: var(--mantine-line-height);
  padding: 2px calc(var(--mantine-spacing-xs) / 2);
  border-radius: var(--mantine-radius-sm);
  font-size: var(--mantine-font-size-xs);
  margin: 0;
  overflow: auto;
}
:where([data-mantine-color-scheme=light]) .m_b183c0a2 {
  background-color: var(--code-bg, var(--mantine-color-gray-1));
  color: var(--mantine-color-black);
}
:where([data-mantine-color-scheme=dark]) .m_b183c0a2 {
  background-color: var(--code-bg, var(--mantine-color-dark-5));
  color: var(--mantine-color-white);
}
.m_b183c0a2[data-block] {
  padding: var(--mantine-spacing-xs);
}
.m_de3d2490 {
  --cs-size: calc(1.75rem * var(--mantine-scale));
  --cs-radius: calc(62.5rem * var(--mantine-scale));
  -webkit-tap-highlight-color: transparent;
  border: none;
  appearance: none;
  display: block;
  line-height: 1;
  position: relative;
  width: var(--cs-size);
  height: var(--cs-size);
  min-width: var(--cs-size);
  min-height: var(--cs-size);
  border-radius: var(--cs-radius);
  color: inherit;
  text-decoration: none;
}
[data-mantine-color-scheme=light] .m_de3d2490 {
  --alpha-overlay-color: var(--mantine-color-gray-3);
  --alpha-overlay-bg: var(--mantine-color-white);
}
[data-mantine-color-scheme=dark] .m_de3d2490 {
  --alpha-overlay-color: var(--mantine-color-dark-4);
  --alpha-overlay-bg: var(--mantine-color-dark-7);
}
.m_862f3d1b {
  position: absolute;
  inset: 0;
  border-radius: var(--cs-radius);
}
.m_98ae7f22 {
  position: absolute;
  inset: 0;
  border-radius: var(--cs-radius);
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 0 calc(0.0625rem * var(--mantine-scale)) inset, rgb(0, 0, 0, 0.15) 0 0 calc(0.25rem * var(--mantine-scale)) inset;
}
.m_95709ac0 {
  position: absolute;
  inset: 0;
  border-radius: var(--cs-radius);
  background-size: calc(0.5rem * var(--mantine-scale)) calc(0.5rem * var(--mantine-scale));
  background-position:
    0 0,
    0 calc(0.25rem * var(--mantine-scale)),
    calc(0.25rem * var(--mantine-scale)) calc(-0.25rem * var(--mantine-scale)),
    calc(-0.25rem * var(--mantine-scale)) 0;
  background-image:
    linear-gradient(
      45deg,
      var(--alpha-overlay-color) 25%,
      transparent 25%),
    linear-gradient(
      -45deg,
      var(--alpha-overlay-color) 25%,
      transparent 25%),
    linear-gradient(
      45deg,
      transparent 75%,
      var(--alpha-overlay-color) 75%),
    linear-gradient(
      -45deg,
      var(--alpha-overlay-bg) 75%,
      var(--alpha-overlay-color) 75%);
}
.m_93e74e3 {
  position: absolute;
  inset: 0;
  border-radius: var(--cs-radius);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.m_fee9c77 {
  --cp-width-xs: calc(11.25rem * var(--mantine-scale));
  --cp-width-sm: calc(12.5rem * var(--mantine-scale));
  --cp-width-md: calc(15rem * var(--mantine-scale));
  --cp-width-lg: calc(17.5rem * var(--mantine-scale));
  --cp-width-xl: calc(20rem * var(--mantine-scale));
  --cp-preview-size-xs: calc(1.625rem * var(--mantine-scale));
  --cp-preview-size-sm: calc(2.125rem * var(--mantine-scale));
  --cp-preview-size-md: calc(2.625rem * var(--mantine-scale));
  --cp-preview-size-lg: calc(3.125rem * var(--mantine-scale));
  --cp-preview-size-xl: calc(3.375rem * var(--mantine-scale));
  --cp-thumb-size-xs: calc(0.5rem * var(--mantine-scale));
  --cp-thumb-size-sm: calc(0.75rem * var(--mantine-scale));
  --cp-thumb-size-md: calc(1rem * var(--mantine-scale));
  --cp-thumb-size-lg: calc(1.25rem * var(--mantine-scale));
  --cp-thumb-size-xl: calc(1.375rem * var(--mantine-scale));
  --cp-saturation-height-xs: calc(6.25rem * var(--mantine-scale));
  --cp-saturation-height-sm: calc(6.875rem * var(--mantine-scale));
  --cp-saturation-height-md: calc(7.5rem * var(--mantine-scale));
  --cp-saturation-height-lg: calc(8.75rem * var(--mantine-scale));
  --cp-saturation-height-xl: calc(10rem * var(--mantine-scale));
  --cp-preview-size: var(--cp-preview-size-sm);
  --cp-thumb-size: var(--cp-thumb-size-sm);
  --cp-saturation-height: var(--cp-saturation-height-sm);
  --cp-width: var(--cp-width-sm);
  --cp-body-spacing: var(--mantine-spacing-sm);
  width: var(--cp-width);
  padding: calc(0.0625rem * var(--mantine-scale));
}
.m_fee9c77:where([data-full-width]) {
  width: 100%;
}
.m_9dddfbac {
  width: var(--cp-preview-size);
  height: var(--cp-preview-size);
}
.m_bffecc3e {
  display: flex;
  padding-top: calc(var(--cp-body-spacing) / 2);
}
.m_3283bb96 {
  flex: 1;
}
.m_3283bb96:not(:only-child) {
  margin-inline-end: var(--mantine-spacing-xs);
}
.m_40d572ba {
  overflow: hidden;
  position: absolute;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
  border: 2px solid var(--mantine-color-white);
  width: var(--cp-thumb-size);
  height: var(--cp-thumb-size);
  border-radius: var(--cp-thumb-size);
  left: calc(var(--thumb-x-offset) - var(--cp-thumb-size) / 2);
  top: calc(var(--thumb-y-offset) - var(--cp-thumb-size) / 2);
}
.m_d8ee6fd8 {
  height: unset !important;
  width: unset !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: calc(0.125rem * var(--mantine-scale));
  cursor: pointer;
  padding-bottom: calc(var(--cp-swatch-size) - calc(0.25rem * var(--mantine-scale)));
  flex: 0 0 calc(var(--cp-swatch-size) - calc(0.25rem * var(--mantine-scale)));
}
.m_5711e686 {
  margin-top: calc(0.3125rem * var(--mantine-scale));
  margin-inline: calc(-0.125rem * var(--mantine-scale));
  display: flex;
  flex-wrap: wrap;
}
.m_202a296e {
  --cp-thumb-size-xs: calc(0.5rem * var(--mantine-scale));
  --cp-thumb-size-sm: calc(0.75rem * var(--mantine-scale));
  --cp-thumb-size-md: calc(1rem * var(--mantine-scale));
  --cp-thumb-size-lg: calc(1.25rem * var(--mantine-scale));
  --cp-thumb-size-xl: calc(1.375rem * var(--mantine-scale));
  -webkit-tap-highlight-color: transparent;
  position: relative;
  height: var(--cp-saturation-height);
  border-radius: var(--mantine-radius-sm);
  margin: calc(var(--cp-thumb-size) / 2);
}
.m_202a296e:where([data-focus-ring=auto]):focus:focus-visible .m_40d572ba {
  outline: 2px solid var(--mantine-color-blue-filled);
}
.m_202a296e:where([data-focus-ring=always]):focus .m_40d572ba {
  outline: 2px solid var(--mantine-color-blue-filled);
}
.m_11b3db02 {
  position: absolute;
  border-radius: var(--mantine-radius-sm);
  inset: calc(var(--cp-thumb-size) * -1 / 2 - calc(0.0625rem * var(--mantine-scale)));
}
.m_d856d47d {
  --cp-thumb-size-xs: calc(0.5rem * var(--mantine-scale));
  --cp-thumb-size-sm: calc(0.75rem * var(--mantine-scale));
  --cp-thumb-size-md: calc(1rem * var(--mantine-scale));
  --cp-thumb-size-lg: calc(1.25rem * var(--mantine-scale));
  --cp-thumb-size-xl: calc(1.375rem * var(--mantine-scale));
  --cp-thumb-size: var(--cp-thumb-size, calc(0.75rem * var(--mantine-scale)));
  position: relative;
  height: calc(var(--cp-thumb-size) + calc(0.125rem * var(--mantine-scale)));
  margin-inline: calc(var(--cp-thumb-size) / 2);
  outline: none;
}
.m_d856d47d + .m_d856d47d {
  margin-top: calc(0.375rem * var(--mantine-scale));
}
.m_d856d47d:where([data-focus-ring=auto]):focus:focus-visible .m_40d572ba {
  outline: 2px solid var(--mantine-color-blue-filled);
}
.m_d856d47d:where([data-focus-ring=always]):focus .m_40d572ba {
  outline: 2px solid var(--mantine-color-blue-filled);
}
:where([data-mantine-color-scheme=light]) .m_d856d47d {
  --slider-checkers: var(--mantine-color-gray-3);
}
:where([data-mantine-color-scheme=dark]) .m_d856d47d {
  --slider-checkers: var(--mantine-color-dark-4);
}
.m_8f327113 {
  position: absolute;
  top: 0;
  bottom: 0;
  inset-inline: calc(var(--cp-thumb-size) * -1 / 2 - calc(0.0625rem * var(--mantine-scale)));
  border-radius: 10000rem;
}
.m_b077c2bc {
  --ci-eye-dropper-icon-size-xs: calc(0.875rem * var(--mantine-scale));
  --ci-eye-dropper-icon-size-sm: calc(1rem * var(--mantine-scale));
  --ci-eye-dropper-icon-size-md: calc(1.125rem * var(--mantine-scale));
  --ci-eye-dropper-icon-size-lg: calc(1.25rem * var(--mantine-scale));
  --ci-eye-dropper-icon-size-xl: calc(1.375rem * var(--mantine-scale));
  --ci-eye-dropper-icon-size: var(--ci-eye-dropper-icon-size-sm);
}
.m_c5ccdcab {
  --ci-preview-size-xs: calc(1rem * var(--mantine-scale));
  --ci-preview-size-sm: calc(1.125rem * var(--mantine-scale));
  --ci-preview-size-md: calc(1.375rem * var(--mantine-scale));
  --ci-preview-size-lg: calc(1.75rem * var(--mantine-scale));
  --ci-preview-size-xl: calc(2.25rem * var(--mantine-scale));
  --ci-preview-size: var(--ci-preview-size-sm);
}
.m_5ece2cd7 {
  padding: calc(0.5rem * var(--mantine-scale));
}
.m_7485cace {
  --container-size-xs: calc(33.75rem * var(--mantine-scale));
  --container-size-sm: calc(45rem * var(--mantine-scale));
  --container-size-md: calc(60rem * var(--mantine-scale));
  --container-size-lg: calc(71.25rem * var(--mantine-scale));
  --container-size-xl: calc(82.5rem * var(--mantine-scale));
  --container-size: var(--container-size-md);
  max-width: var(--container-size);
  padding-inline: var(--mantine-spacing-md);
  margin-inline: auto;
}
.m_7485cace:where([data-fluid]) {
  max-width: 100%;
}
.m_e2125a27 {
  --dialog-size-xs: calc(10rem * var(--mantine-scale));
  --dialog-size-sm: calc(12.5rem * var(--mantine-scale));
  --dialog-size-md: calc(21.25rem * var(--mantine-scale));
  --dialog-size-lg: calc(25rem * var(--mantine-scale));
  --dialog-size-xl: calc(31.25rem * var(--mantine-scale));
  --dialog-size: var(--dialog-size-md);
  position: relative;
  width: var(--dialog-size);
  max-width: calc(100vw - var(--mantine-spacing-xl) * 2);
  min-height: calc(3.125rem * var(--mantine-scale));
}
.m_5abab665 {
  position: absolute;
  top: calc(var(--mantine-spacing-md) / 2);
  inset-inline-end: calc(var(--mantine-spacing-md) / 2);
}
.m_3eebeb36 {
  --divider-size-xs: calc(0.0625rem * var(--mantine-scale));
  --divider-size-sm: calc(0.125rem * var(--mantine-scale));
  --divider-size-md: calc(0.1875rem * var(--mantine-scale));
  --divider-size-lg: calc(0.25rem * var(--mantine-scale));
  --divider-size-xl: calc(0.3125rem * var(--mantine-scale));
  --divider-size: var(--divider-size-xs);
}
:where([data-mantine-color-scheme=light]) .m_3eebeb36 {
  --divider-color: var(--mantine-color-gray-3);
}
:where([data-mantine-color-scheme=dark]) .m_3eebeb36 {
  --divider-color: var(--mantine-color-dark-4);
}
.m_3eebeb36:where([data-orientation=horizontal]) {
  border-top: var(--divider-size) var(--divider-border-style, solid) var(--divider-color);
}
.m_3eebeb36:where([data-orientation=vertical]) {
  border-inline-start: var(--divider-size) var(--divider-border-style, solid) var(--divider-color);
  height: auto;
  align-self: stretch;
}
.m_3eebeb36:where([data-with-label]) {
  border: 0;
}
.m_9e365f20 {
  display: flex;
  align-items: center;
  font-size: var(--mantine-font-size-xs);
  color: var(--mantine-color-dimmed);
  white-space: nowrap;
}
.m_9e365f20:where([data-position=left])::before {
  display: none;
}
.m_9e365f20:where([data-position=right])::after {
  display: none;
}
.m_9e365f20::before {
  content: "";
  flex: 1;
  height: calc(0.0625rem * var(--mantine-scale));
  border-top: var(--divider-size) var(--divider-border-style, solid) var(--divider-color);
  margin-inline-end: var(--mantine-spacing-xs);
}
.m_9e365f20::after {
  content: "";
  flex: 1;
  height: calc(0.0625rem * var(--mantine-scale));
  border-top: var(--divider-size) var(--divider-border-style, solid) var(--divider-color);
  margin-inline-start: var(--mantine-spacing-xs);
}
.m_f11b401e {
  --drawer-size-xs: calc(20rem * var(--mantine-scale));
  --drawer-size-sm: calc(23.75rem * var(--mantine-scale));
  --drawer-size-md: calc(27.5rem * var(--mantine-scale));
  --drawer-size-lg: calc(38.75rem * var(--mantine-scale));
  --drawer-size-xl: calc(48.75rem * var(--mantine-scale));
  --drawer-size: var(--drawer-size-md);
  --drawer-offset: 0rem;
}
.m_5a7c2c9 {
  z-index: 1000;
}
.m_b8a05bbd {
  flex: var(--drawer-flex, 0 0 var(--drawer-size));
  height: var(--drawer-height, calc(100% - var(--drawer-offset) * 2));
  margin: var(--drawer-offset);
  max-width: calc(100% - var(--drawer-offset) * 2);
  max-height: calc(100% - var(--drawer-offset) * 2);
  overflow-y: auto;
}
.m_31cd769a {
  display: flex;
  justify-content: var(--drawer-justify, flex-start);
  align-items: var(--drawer-align, flex-start);
}
.m_e9408a47 {
  padding: var(--mantine-spacing-lg);
  padding-top: var(--mantine-spacing-xs);
  border-radius: var(--fieldset-radius, var(--mantine-radius-default));
  min-inline-size: auto;
}
.m_84c9523a {
  border: calc(0.0625rem * var(--mantine-scale)) solid;
}
:where([data-mantine-color-scheme=light]) .m_84c9523a {
  border-color: var(--mantine-color-gray-3);
  background-color: var(--mantine-color-white);
}
:where([data-mantine-color-scheme=dark]) .m_84c9523a {
  border-color: var(--mantine-color-dark-4);
  background-color: var(--mantine-color-dark-7);
}
.m_ef274e49 {
  border: calc(0.0625rem * var(--mantine-scale)) solid;
}
:where([data-mantine-color-scheme=light]) .m_ef274e49 {
  border-color: var(--mantine-color-gray-3);
  background-color: var(--mantine-color-gray-0);
}
:where([data-mantine-color-scheme=dark]) .m_ef274e49 {
  border-color: var(--mantine-color-dark-4);
  background-color: var(--mantine-color-dark-6);
}
.m_eda993d3 {
  padding: 0;
  border: 0;
  border-radius: 0;
}
.m_90794832 {
  font-size: var(--mantine-font-size-sm);
}
.m_74ca27fe {
  padding: 0;
  margin-bottom: var(--mantine-spacing-sm);
}
.m_410352e9 {
  --grid-overflow: visible;
  --grid-margin: calc(var(--grid-gutter) / -2);
  --grid-col-padding: calc(var(--grid-gutter) / 2);
  overflow: var(--grid-overflow);
}
.m_dee7bd2f {
  width: calc(100% + var(--grid-gutter));
  display: flex;
  flex-wrap: wrap;
  justify-content: var(--grid-justify);
  align-items: var(--grid-align);
  margin: var(--grid-margin);
}
.m_96bdd299 {
  --col-flex-grow: 0;
  --col-offset: 0rem;
  flex-shrink: 0;
  order: var(--col-order);
  flex-basis: var(--col-flex-basis);
  width: var(--col-width);
  max-width: var(--col-max-width);
  flex-grow: var(--col-flex-grow);
  margin-inline-start: var(--col-offset);
  padding: var(--grid-col-padding);
}
.m_bcb3f3c2 {
  color: var(--mantine-color-black);
}
:where([data-mantine-color-scheme=light]) .m_bcb3f3c2 {
  background-color: var(--mark-bg-light);
}
:where([data-mantine-color-scheme=dark]) .m_bcb3f3c2 {
  background-color: var(--mark-bg-dark);
}
.m_9e117634 {
  display: block;
  flex: 0;
  object-fit: var(--image-object-fit, cover);
  width: 100%;
  border-radius: var(--image-radius, 0);
}
@keyframes m_885901b1 {
  0% {
    opacity: 0.6;
    transform: scale(0);
  }
  100% {
    opacity: 0;
    transform: scale(2.8);
  }
}
.m_e5262200 {
  --indicator-size: calc(0.625rem * var(--mantine-scale));
  --indicator-color: var(--mantine-primary-color-filled);
  position: relative;
  display: block;
}
.m_e5262200:where([data-inline]) {
  display: inline-block;
}
.m_760d1fb1 {
  position: absolute;
  top: var(--indicator-top);
  left: var(--indicator-left);
  right: var(--indicator-right);
  bottom: var(--indicator-bottom);
  transform: translate(var(--indicator-translate-x), var(--indicator-translate-y));
  min-width: var(--indicator-size);
  height: var(--indicator-size);
  border-radius: var(--indicator-radius, 1000rem);
  z-index: var(--indicator-z-index, 200);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--mantine-font-size-xs);
  background-color: var(--indicator-color);
  color: var(--indicator-text-color, var(--mantine-color-white));
  white-space: nowrap;
}
.m_760d1fb1::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--indicator-color);
  border-radius: var(--indicator-radius, 1000rem);
  z-index: -1;
}
.m_760d1fb1:where([data-with-label]) {
  padding-inline: calc(var(--mantine-spacing-xs) / 2);
}
.m_760d1fb1:where([data-with-border]) {
  border: 2px solid var(--mantine-color-body);
}
.m_760d1fb1[data-processing]::before {
  animation: m_885901b1 1000ms linear infinite;
}
.m_dc6f14e2 {
  --kbd-fz-xs: calc(0.625rem * var(--mantine-scale));
  --kbd-fz-sm: calc(0.75rem * var(--mantine-scale));
  --kbd-fz-md: calc(0.875rem * var(--mantine-scale));
  --kbd-fz-lg: calc(1rem * var(--mantine-scale));
  --kbd-fz-xl: calc(1.25rem * var(--mantine-scale));
  --kbd-fz: var(--kbd-fz-sm);
  --kbd-padding-xs: calc(0.125rem * var(--mantine-scale)) calc(0.25rem * var(--mantine-scale));
  --kbd-padding-sm: calc(0.1875rem * var(--mantine-scale)) calc(0.3125rem * var(--mantine-scale));
  --kbd-padding-md: calc(0.25rem * var(--mantine-scale)) calc(0.4375rem * var(--mantine-scale));
  --kbd-padding-lg: calc(0.3125rem * var(--mantine-scale)) calc(0.5625rem * var(--mantine-scale));
  --kbd-padding-xl: calc(0.5rem * var(--mantine-scale)) calc(0.875rem * var(--mantine-scale));
  --kbd-padding: var(--kbd-padding-sm);
  font-family: var(--mantine-font-family-monospace);
  line-height: var(--mantine-line-height);
  font-weight: 700;
  padding: var(--kbd-padding);
  font-size: var(--kbd-fz);
  border-radius: var(--mantine-radius-sm);
  border: calc(0.0625rem * var(--mantine-scale)) solid;
  border-bottom-width: calc(0.1875rem * var(--mantine-scale));
  unicode-bidi: embed;
}
:where([data-mantine-color-scheme=light]) .m_dc6f14e2 {
  border-color: var(--mantine-color-gray-3);
  color: var(--mantine-color-gray-7);
  background-color: var(--mantine-color-gray-0);
}
:where([data-mantine-color-scheme=dark]) .m_dc6f14e2 {
  border-color: var(--mantine-color-dark-4);
  color: var(--mantine-color-dark-0);
  background-color: var(--mantine-color-dark-6);
}
.m_abbac491 {
  --list-fz: var(--mantine-font-size-md);
  --list-lh: var(--mantine-line-height-md);
  list-style-position: inside;
  font-size: var(--list-fz);
  line-height: var(--list-lh);
  margin: 0;
  padding: 0;
}
.m_abbac491:where([data-with-padding]) {
  padding-inline-start: var(--mantine-spacing-md);
}
.m_abb6bec2 {
  white-space: nowrap;
  line-height: var(--list-lh);
}
.m_abb6bec2:where([data-with-icon]) {
  list-style: none;
}
.m_abb6bec2:where([data-with-icon]) .m_75cd9f71 {
  --li-direction: row;
  --li-align: center;
}
.m_abb6bec2:where(:not(:first-of-type)) {
  margin-top: var(--list-spacing, 0);
}
.m_abb6bec2:where([data-centered]) {
  line-height: 1;
}
.m_75cd9f71 {
  display: inline-flex;
  flex-direction: var(--li-direction, column);
  align-items: var(--li-align, flex-start);
  white-space: normal;
}
.m_60f83e5b {
  display: inline-block;
  vertical-align: middle;
  margin-inline-end: var(--mantine-spacing-sm);
}
.m_6e45937b {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: var(--lo-z-index);
}
.m_e8eb006c {
  position: relative;
  z-index: calc(var(--lo-z-index) + 1);
}
.m_df587f17 {
  z-index: var(--lo-z-index);
}
.m_dc9b7c9f {
  padding: calc(0.25rem * var(--mantine-scale));
}
.m_9bfac126 {
  color: var(--mantine-color-dimmed);
  font-weight: 500;
  font-size: var(--mantine-font-size-xs);
  padding: calc(var(--mantine-spacing-xs) / 2) var(--mantine-spacing-sm);
  cursor: default;
}
.m_efdf90cb {
  margin-top: calc(0.25rem * var(--mantine-scale));
  margin-bottom: calc(0.25rem * var(--mantine-scale));
  border-top: calc(0.0625rem * var(--mantine-scale)) solid;
}
:where([data-mantine-color-scheme=light]) .m_efdf90cb {
  border-color: var(--mantine-color-gray-2);
}
:where([data-mantine-color-scheme=dark]) .m_efdf90cb {
  border-color: var(--mantine-color-dark-4);
}
.m_99ac2aa1 {
  font-size: var(--mantine-font-size-sm);
  width: 100%;
  padding: calc(var(--mantine-spacing-xs) / 1.5) var(--mantine-spacing-sm);
  border-radius: var(--popover-radius, var(--mantine-radius-default));
  color: var(--menu-item-color, var(--mantine-color-text));
  display: flex;
  align-items: center;
  user-select: none;
}
.m_99ac2aa1:where([data-disabled], :disabled) {
  color: var(--mantine-color-dimmed);
  opacity: 0.6;
  pointer-events: none;
}
:where([data-mantine-color-scheme=light]) .m_99ac2aa1:where([data-hovered]) {
  background-color: var(--menu-item-hover, var(--mantine-color-gray-1));
}
:where([data-mantine-color-scheme=dark]) .m_99ac2aa1:where([data-hovered]) {
  background-color: var(--menu-item-hover, var(--mantine-color-dark-4));
}
.m_5476e0d3 {
  flex: 1;
}
.m_8b75e504 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.m_8b75e504:where([data-position=left]) {
  margin-inline-end: var(--mantine-spacing-xs);
}
.m_8b75e504:where([data-position=right]) {
  margin-inline-start: var(--mantine-spacing-xs);
}
.m_9df02822 {
  --modal-size-xs: calc(20rem * var(--mantine-scale));
  --modal-size-sm: calc(23.75rem * var(--mantine-scale));
  --modal-size-md: calc(27.5rem * var(--mantine-scale));
  --modal-size-lg: calc(38.75rem * var(--mantine-scale));
  --modal-size-xl: calc(48.75rem * var(--mantine-scale));
  --modal-size: var(--modal-size-md);
  --modal-y-offset: 5dvh;
  --modal-x-offset: 5vw;
}
.m_9df02822[data-full-screen] {
  --modal-border-radius: 0 !important;
}
.m_9df02822[data-full-screen] .m_54c44539 {
  --modal-content-flex: 0 0 100%;
  --modal-content-max-height: auto;
  --modal-content-height: 100dvh;
}
.m_9df02822[data-full-screen] .m_1f958f16 {
  --modal-inner-y-offset: 0;
  --modal-inner-x-offset: 0;
}
.m_9df02822[data-centered] .m_1f958f16 {
  --modal-inner-align: center;
}
.m_d0e2b9cd {
  border-start-start-radius: var(--modal-radius, var(--mantine-radius-default));
  border-start-end-radius: var(--modal-radius, var(--mantine-radius-default));
}
.m_54c44539 {
  flex: var(--modal-content-flex, 0 0 var(--modal-size));
  max-width: 100%;
  max-height: var(--modal-content-max-height, calc(100dvh - var(--modal-y-offset) * 2));
  height: var(--modal-content-height, auto);
  overflow-y: auto;
}
.m_54c44539[data-full-screen] {
  border-radius: 0;
}
.m_1f958f16 {
  display: flex;
  justify-content: center;
  align-items: var(--modal-inner-align, flex-start);
  padding-top: var(--modal-inner-y-offset, var(--modal-y-offset));
  padding-bottom: var(--modal-inner-y-offset, var(--modal-y-offset));
  padding-inline: var(--modal-inner-x-offset, var(--modal-x-offset));
}
.m_7cda1cd6 {
  --pill-fz-xs: calc(0.625rem * var(--mantine-scale));
  --pill-fz-sm: calc(0.75rem * var(--mantine-scale));
  --pill-fz-md: calc(0.875rem * var(--mantine-scale));
  --pill-fz-lg: calc(1rem * var(--mantine-scale));
  --pill-fz-xl: calc(1.125rem * var(--mantine-scale));
  --pill-height-xs: calc(1.125rem * var(--mantine-scale));
  --pill-height-sm: calc(1.375rem * var(--mantine-scale));
  --pill-height-md: calc(1.5625rem * var(--mantine-scale));
  --pill-height-lg: calc(1.75rem * var(--mantine-scale));
  --pill-height-xl: calc(2rem * var(--mantine-scale));
  --pill-fz: var(--pill-fz-sm);
  --pill-height: var(--pill-height-sm);
  font-size: var(--pill-fz);
  flex: 0;
  height: var(--pill-height);
  padding-inline: 0.8em;
  display: inline-flex;
  align-items: center;
  border-radius: var(--pill-radius, 1000rem);
  line-height: 1;
  white-space: nowrap;
  user-select: none;
  -webkit-user-select: none;
  max-width: 100%;
}
:where([data-mantine-color-scheme=dark]) .m_7cda1cd6 {
  background-color: var(--mantine-color-dark-7);
  color: var(--mantine-color-dark-0);
}
:where([data-mantine-color-scheme=light]) .m_7cda1cd6 {
  color: var(--mantine-color-black);
}
.m_7cda1cd6:where([data-with-remove]:not(:has(button:disabled))) {
  padding-inline-end: 0;
}
.m_7cda1cd6:where([data-disabled], :has(button:disabled)) {
  cursor: not-allowed;
}
:where([data-mantine-color-scheme=light]) .m_44da308b {
  background-color: var(--mantine-color-gray-1);
}
:where([data-mantine-color-scheme=light]) .m_44da308b:where([data-disabled], :has(button:disabled)) {
  background-color: var(--mantine-color-gray-3);
}
:where([data-mantine-color-scheme=light]) .m_e3a01f8 {
  background-color: var(--mantine-color-white);
}
:where([data-mantine-color-scheme=light]) .m_e3a01f8:where([data-disabled], :has(button:disabled)) {
  background-color: var(--mantine-color-gray-3);
}
.m_1e0e6180 {
  cursor: inherit;
  overflow: hidden;
  height: 100%;
  line-height: var(--pill-height);
  text-overflow: ellipsis;
}
.m_ae386778 {
  color: inherit;
  font-size: inherit;
  height: 100%;
  min-height: unset;
  min-width: 2em;
  width: unset;
  border-radius: 0;
  padding-inline-start: 0.1em;
  padding-inline-end: 0.3em;
  flex: 0;
  border-end-end-radius: var(--pill-radius, 50%);
  border-start-end-radius: var(--pill-radius, 50%);
}
.m_7cda1cd6[data-disabled] > .m_ae386778,
.m_ae386778:disabled {
  display: none;
  background-color: transparent;
  width: 0.8em;
  min-width: 0.8em;
  padding: 0;
  cursor: not-allowed;
}
.m_7cda1cd6[data-disabled] > .m_ae386778 > svg,
.m_ae386778:disabled > svg {
  display: none;
}
.m_ae386778 > svg {
  pointer-events: none;
}
.m_1dcfd90b {
  --pg-gap-xs: calc(0.375rem * var(--mantine-scale));
  --pg-gap-sm: calc(0.5rem * var(--mantine-scale));
  --pg-gap-md: calc(0.625rem * var(--mantine-scale));
  --pg-gap-lg: calc(0.75rem * var(--mantine-scale));
  --pg-gap-xl: calc(0.75rem * var(--mantine-scale));
  --pg-gap: var(--pg-gap-sm);
  display: flex;
  align-items: center;
  gap: var(--pg-gap);
  flex-wrap: wrap;
}
.m_45c4369d {
  background-color: transparent;
  appearance: none;
  min-width: calc(6.25rem * var(--mantine-scale));
  flex: 1;
  border: 0;
  font-size: inherit;
  height: 1.6em;
  color: inherit;
  padding: 0;
}
.m_45c4369d::placeholder {
  color: var(--input-placeholder-color);
  opacity: 1;
}
.m_45c4369d:where([data-type=hidden], [data-type=auto]) {
  height: calc(0.0625rem * var(--mantine-scale));
  width: calc(0.0625rem * var(--mantine-scale));
  top: 0;
  left: 0;
  pointer-events: none;
  position: absolute;
  opacity: 0;
}
.m_45c4369d:focus {
  outline: none;
}
.m_45c4369d:where([data-type=auto]:focus) {
  height: 1.6em;
  visibility: visible;
  opacity: 1;
  position: static;
}
.m_45c4369d:where([data-pointer]:not([data-disabled], :disabled)) {
  cursor: pointer;
}
.m_45c4369d:where([data-disabled], :disabled) {
  cursor: not-allowed;
}
.m_f0824112 {
  --nl-bg: var(--mantine-primary-color-light);
  --nl-hover: var(--mantine-primary-color-light-hover);
  --nl-color: var(--mantine-primary-color-light-color);
  display: flex;
  align-items: center;
  width: 100%;
  padding: 8px var(--mantine-spacing-sm);
  user-select: none;
}
@media (hover: hover) {
  :where([data-mantine-color-scheme=light]) .m_f0824112:hover {
    background-color: var(--mantine-color-gray-0);
  }
  :where([data-mantine-color-scheme=dark]) .m_f0824112:hover {
    background-color: var(--mantine-color-dark-6);
  }
}
@media (hover: none) {
  :where([data-mantine-color-scheme=light]) .m_f0824112:active {
    background-color: var(--mantine-color-gray-0);
  }
  :where([data-mantine-color-scheme=dark]) .m_f0824112:active {
    background-color: var(--mantine-color-dark-6);
  }
}
.m_f0824112:where([data-disabled]) {
  opacity: 0.4;
  pointer-events: none;
}
.m_f0824112:where([data-active], [aria-current=page]) {
  background-color: var(--nl-bg);
  color: var(--nl-color);
}
@media (hover: hover) {
  .m_f0824112:where([data-active], [aria-current=page]):hover {
    background-color: var(--nl-hover);
  }
}
@media (hover: none) {
  .m_f0824112:where([data-active], [aria-current=page]):active {
    background-color: var(--nl-hover);
  }
}
.m_f0824112:where([data-active], [aria-current=page]) .m_57492dcc {
  --description-opacity: 0.9;
  --description-color: var(--nl-color);
}
.m_690090b5 {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 150ms ease;
}
.m_690090b5 > svg {
  display: block;
}
.m_690090b5:where([data-position=left]) {
  margin-inline-end: var(--mantine-spacing-sm);
}
.m_690090b5:where([data-position=right]) {
  margin-inline-start: var(--mantine-spacing-sm);
}
.m_690090b5:where([data-rotate]) {
  transform: rotate(90deg);
}
.m_1f6ac4c4 {
  font-size: var(--mantine-font-size-sm);
}
.m_f07af9d2 {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.m_f07af9d2:where([data-no-wrap]) {
  white-space: nowrap;
}
.m_57492dcc {
  display: block;
  font-size: var(--mantine-font-size-xs);
  opacity: var(--description-opacity, 1);
  color: var(--description-color, var(--mantine-color-dimmed));
  overflow: hidden;
  text-overflow: ellipsis;
}
:where([data-no-wrap]) .m_57492dcc {
  white-space: nowrap;
}
.m_e17b862f {
  padding-inline-start: var(--nl-offset, var(--mantine-spacing-lg));
}
.m_1fd8a00b {
  transform: rotate(-90deg);
}
.m_a513464 {
  --notification-radius: var(--mantine-radius-default);
  --notification-color: var(--mantine-primary-color-filled);
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  padding-inline-start: calc(1.375rem * var(--mantine-scale));
  padding-inline-end: var(--mantine-spacing-xs);
  padding-top: var(--mantine-spacing-xs);
  padding-bottom: var(--mantine-spacing-xs);
  border-radius: var(--notification-radius);
  box-shadow: var(--mantine-shadow-lg);
}
.m_a513464::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(0.375rem * var(--mantine-scale));
  top: var(--notification-radius);
  bottom: var(--notification-radius);
  inset-inline-start: calc(0.25rem * var(--mantine-scale));
  border-radius: var(--notification-radius);
  background-color: var(--notification-color);
}
:where([data-mantine-color-scheme=light]) .m_a513464 {
  background-color: var(--mantine-color-white);
}
:where([data-mantine-color-scheme=dark]) .m_a513464 {
  background-color: var(--mantine-color-dark-6);
}
.m_a513464:where([data-with-icon]) {
  padding-inline-start: var(--mantine-spacing-xs);
}
.m_a513464:where([data-with-icon])::before {
  display: none;
}
:where([data-mantine-color-scheme=light]) .m_a513464:where([data-with-border]) {
  border: 1px solid var(--mantine-color-gray-3);
}
:where([data-mantine-color-scheme=dark]) .m_a513464:where([data-with-border]) {
  border: 1px solid var(--mantine-color-dark-4);
}
.m_a4ceffb {
  box-sizing: border-box;
  margin-inline-end: var(--mantine-spacing-md);
  width: calc(1.75rem * var(--mantine-scale));
  height: calc(1.75rem * var(--mantine-scale));
  border-radius: calc(1.75rem * var(--mantine-scale));
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--notification-color);
  color: var(--mantine-color-white);
}
.m_b0920b15 {
  margin-inline-end: var(--mantine-spacing-md);
}
.m_a49ed24 {
  flex: 1;
  overflow: hidden;
  margin-inline-end: var(--mantine-spacing-xs);
}
.m_3feedf16 {
  margin-bottom: calc(0.125rem * var(--mantine-scale));
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: var(--mantine-font-size-sm);
  line-height: var(--mantine-line-height-sm);
  font-weight: 500;
}
:where([data-mantine-color-scheme=light]) .m_3feedf16 {
  color: var(--mantine-color-gray-9);
}
:where([data-mantine-color-scheme=dark]) .m_3feedf16 {
  color: var(--mantine-color-white);
}
.m_3d733a3a {
  font-size: var(--mantine-font-size-sm);
  line-height: var(--mantine-line-height-sm);
  overflow: hidden;
  text-overflow: ellipsis;
}
:where([data-mantine-color-scheme=light]) .m_3d733a3a {
  color: var(--mantine-color-black);
}
:where([data-mantine-color-scheme=dark]) .m_3d733a3a {
  color: var(--mantine-color-dark-0);
}
:where([data-mantine-color-scheme=light]) .m_3d733a3a:where([data-with-title]) {
  color: var(--mantine-color-gray-6);
}
:where([data-mantine-color-scheme=dark]) .m_3d733a3a:where([data-with-title]) {
  color: var(--mantine-color-dark-2);
}
@media (hover: hover) {
  :where([data-mantine-color-scheme=light]) .m_919a4d88:hover {
    background-color: var(--mantine-color-gray-0);
  }
  :where([data-mantine-color-scheme=dark]) .m_919a4d88:hover {
    background-color: var(--mantine-color-dark-8);
  }
}
@media (hover: none) {
  :where([data-mantine-color-scheme=light]) .m_919a4d88:active {
    background-color: var(--mantine-color-gray-0);
  }
  :where([data-mantine-color-scheme=dark]) .m_919a4d88:active {
    background-color: var(--mantine-color-dark-8);
  }
}
.m_e2f5cd4e {
  --ni-right-section-width-xs: calc(1.0625rem * var(--mantine-scale));
  --ni-right-section-width-sm: calc(1.5rem * var(--mantine-scale));
  --ni-right-section-width-md: calc(1.6875rem * var(--mantine-scale));
  --ni-right-section-width-lg: calc(1.9375rem * var(--mantine-scale));
  --ni-right-section-width-xl: calc(2.125rem * var(--mantine-scale));
}
.m_95e17d22 {
  --ni-chevron-size-xs: calc(0.625rem * var(--mantine-scale));
  --ni-chevron-size-sm: calc(0.875rem * var(--mantine-scale));
  --ni-chevron-size-md: calc(1rem * var(--mantine-scale));
  --ni-chevron-size-lg: calc(1.125rem * var(--mantine-scale));
  --ni-chevron-size-xl: calc(1.25rem * var(--mantine-scale));
  --ni-chevron-size: var(--ni-chevron-size-sm);
  display: flex;
  flex-direction: column;
  width: 100%;
  height: calc(var(--input-height) - calc(0.125rem * var(--mantine-scale)));
  max-width: calc(var(--ni-chevron-size) * 1.7);
  margin-inline-start: auto;
}
.m_80b4b171 {
  --control-border: 1px solid var(--input-bd);
  --control-radius: calc(var(--input-radius) - calc(0.0625rem * var(--mantine-scale)));
  flex: 0 0 50%;
  width: 100%;
  padding: 0;
  height: calc(var(--input-height) / 2 - calc(0.0625rem * var(--mantine-scale)));
  border-inline-start: var(--control-border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--mantine-color-text);
  background-color: transparent;
  cursor: pointer;
}
.m_80b4b171:where(:disabled) {
  background-color: transparent;
  cursor: not-allowed;
  opacity: 0.6;
}
:where([data-mantine-color-scheme=light]) .m_80b4b171:where(:disabled) {
  color: var(--mantine-color-gray-4);
}
:where([data-mantine-color-scheme=dark]) .m_80b4b171:where(:disabled) {
  color: var(--mantine-color-dark-3);
}
.m_e2f5cd4e[data-error] :where(.m_80b4b171) {
  color: var(--mantine-color-error);
}
@media (hover: hover) {
  :where([data-mantine-color-scheme=light]) .m_80b4b171:hover {
    background-color: var(--mantine-color-gray-0);
  }
  :where([data-mantine-color-scheme=dark]) .m_80b4b171:hover {
    background-color: var(--mantine-color-dark-4);
  }
}
@media (hover: none) {
  :where([data-mantine-color-scheme=light]) .m_80b4b171:active {
    background-color: var(--mantine-color-gray-0);
  }
  :where([data-mantine-color-scheme=dark]) .m_80b4b171:active {
    background-color: var(--mantine-color-dark-4);
  }
}
.m_80b4b171:where(:first-of-type) {
  border-radius: 0;
  border-start-end-radius: var(--control-radius);
}
.m_80b4b171:last-of-type {
  border-radius: 0;
  border-end-end-radius: var(--control-radius);
}
.m_4addd315 {
  --pagination-control-size-xs: calc(1.375rem * var(--mantine-scale));
  --pagination-control-size-sm: calc(1.625rem * var(--mantine-scale));
  --pagination-control-size-md: calc(2rem * var(--mantine-scale));
  --pagination-control-size-lg: calc(2.375rem * var(--mantine-scale));
  --pagination-control-size-xl: calc(2.75rem * var(--mantine-scale));
  --pagination-control-size: var(--pagination-control-size-md);
  --pagination-control-fz: var(--mantine-font-size-md);
  --pagination-active-bg: var(--mantine-primary-color-filled);
}
.m_326d024a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: calc(0.0625rem * var(--mantine-scale)) solid;
  cursor: pointer;
  color: var(--mantine-color-text);
  height: var(--pagination-control-size);
  min-width: var(--pagination-control-size);
  font-size: var(--pagination-control-fz);
  line-height: 1;
  border-radius: var(--pagination-control-radius, var(--mantine-radius-default));
}
.m_326d024a:where([data-with-padding]) {
  padding: calc(var(--pagination-control-size) / 4);
}
.m_326d024a:where(:disabled, [data-disabled]) {
  cursor: not-allowed;
  opacity: 0.4;
}
:where([data-mantine-color-scheme=light]) .m_326d024a {
  border-color: var(--mantine-color-gray-4);
  background-color: var(--mantine-color-white);
}
@media (hover: hover) {
  :where([data-mantine-color-scheme=light]) .m_326d024a:hover:where(:not(:disabled, [data-disabled])) {
    background-color: var(--mantine-color-gray-0);
  }
}
@media (hover: none) {
  :where([data-mantine-color-scheme=light]) .m_326d024a:active:where(:not(:disabled, [data-disabled])) {
    background-color: var(--mantine-color-gray-0);
  }
}
:where([data-mantine-color-scheme=dark]) .m_326d024a {
  border-color: var(--mantine-color-dark-4);
  background-color: var(--mantine-color-dark-6);
}
@media (hover: hover) {
  :where([data-mantine-color-scheme=dark]) .m_326d024a:hover:where(:not(:disabled, [data-disabled])) {
    background-color: var(--mantine-color-dark-5);
  }
}
@media (hover: none) {
  :where([data-mantine-color-scheme=dark]) .m_326d024a:active:where(:not(:disabled, [data-disabled])) {
    background-color: var(--mantine-color-dark-5);
  }
}
.m_326d024a:where([data-active]) {
  background-color: var(--pagination-active-bg);
  border-color: var(--pagination-active-bg);
  color: var(--pagination-active-color, var(--mantine-color-white));
}
@media (hover: hover) {
  .m_326d024a:where([data-active]):hover {
    background-color: var(--pagination-active-bg);
  }
}
@media (hover: none) {
  .m_326d024a:where([data-active]):active {
    background-color: var(--pagination-active-bg);
  }
}
.m_4ad7767d {
  height: var(--pagination-control-size);
  min-width: var(--pagination-control-size);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.m_f61ca620 {
  --psi-button-size-xs: calc(1.375rem * var(--mantine-scale));
  --psi-button-size-sm: calc(1.625rem * var(--mantine-scale));
  --psi-button-size-md: calc(1.75rem * var(--mantine-scale));
  --psi-button-size-lg: calc(2rem * var(--mantine-scale));
  --psi-button-size-xl: calc(2.5rem * var(--mantine-scale));
  --psi-icon-size-xs: calc(0.75rem * var(--mantine-scale));
  --psi-icon-size-sm: calc(0.9375rem * var(--mantine-scale));
  --psi-icon-size-md: calc(1.0625rem * var(--mantine-scale));
  --psi-icon-size-lg: calc(1.1875rem * var(--mantine-scale));
  --psi-icon-size-xl: calc(1.3125rem * var(--mantine-scale));
  --psi-button-size: var(--psi-button-size-sm);
  --psi-icon-size: var(--psi-icon-size-sm);
}
.m_ccf8da4c {
  position: relative;
  overflow: hidden;
}
.m_f2d85dd2 {
  font-family: var(--mantine-font-family);
  background-color: transparent;
  border: 0;
  padding-inline-end: var(--input-padding-inline-end);
  padding-inline-start: var(--input-padding-inline-start);
  position: absolute;
  inset: 0;
  outline: 0;
  font-size: inherit;
  line-height: var(--mantine-line-height);
  height: 100%;
  width: 100%;
  color: inherit;
}
.m_ccf8da4c[data-disabled] .m_f2d85dd2,
.m_f2d85dd2:disabled {
  cursor: not-allowed;
}
.m_f2d85dd2::placeholder {
  color: var(--input-placeholder-color);
  opacity: 1;
}
.m_f2d85dd2::-ms-reveal {
  display: none;
}
.m_b1072d44 {
  width: var(--psi-button-size);
  height: var(--psi-button-size);
  min-width: var(--psi-button-size);
  min-height: var(--psi-button-size);
}
.m_b1072d44:disabled {
  display: none;
}
.m_f1cb205a {
  --pin-input-size-xs: calc(1.875rem * var(--mantine-scale));
  --pin-input-size-sm: calc(2.25rem * var(--mantine-scale));
  --pin-input-size-md: calc(2.625rem * var(--mantine-scale));
  --pin-input-size-lg: calc(3.125rem * var(--mantine-scale));
  --pin-input-size-xl: calc(3.75rem * var(--mantine-scale));
  --pin-input-size: var(--pin-input-size-sm);
}
.m_cb288ead {
  width: var(--pin-input-size);
  height: var(--pin-input-size);
}
@keyframes m_81a374bd {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: calc(2.5rem * var(--mantine-scale)) 0;
  }
}
.m_db6d6462 {
  --progress-radius: var(--mantine-radius-default);
  --progress-size: var(--progress-size-md);
  --progress-size-xs: calc(0.1875rem * var(--mantine-scale));
  --progress-size-sm: calc(0.3125rem * var(--mantine-scale));
  --progress-size-md: calc(0.5rem * var(--mantine-scale));
  --progress-size-lg: calc(0.75rem * var(--mantine-scale));
  --progress-size-xl: calc(1rem * var(--mantine-scale));
  position: relative;
  height: var(--progress-size);
  border-radius: var(--progress-radius);
  overflow: hidden;
  display: flex;
}
:where([data-mantine-color-scheme=light]) .m_db6d6462 {
  background-color: var(--mantine-color-gray-2);
}
:where([data-mantine-color-scheme=dark]) .m_db6d6462 {
  background-color: var(--mantine-color-dark-4);
}
.m_2242eb65 {
  background-color: var(--progress-section-color);
  height: 100%;
  width: var(--progress-section-width);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-size: calc(1.25rem * var(--mantine-scale)) calc(1.25rem * var(--mantine-scale));
  transition: width var(--progress-transition-duration, 100ms) ease;
}
.m_2242eb65:where([data-striped]) {
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent);
}
.m_2242eb65:where([data-animated]) {
  animation: m_81a374bd 1s linear infinite;
}
.m_2242eb65:where(:last-of-type) {
  border-radius: 0;
  border-start-end-radius: var(--progress-radius);
  border-end-end-radius: var(--progress-radius);
}
.m_2242eb65:where(:first-of-type) {
  border-radius: 0;
  border-start-start-radius: var(--progress-radius);
  border-end-start-radius: var(--progress-radius);
}
.m_91e40b74 {
  color: var(--progress-label-color, var(--mantine-color-white));
  font-weight: bold;
  user-select: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: min(calc(var(--progress-size) * 0.65), calc(1.125rem * var(--mantine-scale)));
  line-height: 1;
  padding-inline: calc(0.25rem * var(--mantine-scale));
}
.m_9dc8ae12 {
  --card-radius: var(--mantine-radius-default);
  display: block;
  width: 100%;
  border-radius: var(--card-radius);
  cursor: pointer;
}
.m_9dc8ae12 :where(*) {
  cursor: inherit;
}
.m_9dc8ae12:where([data-with-border]) {
  border: calc(0.0625rem * var(--mantine-scale)) solid transparent;
}
:where([data-mantine-color-scheme=light]) .m_9dc8ae12:where([data-with-border]) {
  border-color: var(--mantine-color-gray-3);
}
:where([data-mantine-color-scheme=dark]) .m_9dc8ae12:where([data-with-border]) {
  border-color: var(--mantine-color-dark-4);
}
.m_717d7ff6 {
  --radio-size-xs: calc(1rem * var(--mantine-scale));
  --radio-size-sm: calc(1.25rem * var(--mantine-scale));
  --radio-size-md: calc(1.5rem * var(--mantine-scale));
  --radio-size-lg: calc(1.875rem * var(--mantine-scale));
  --radio-size-xl: calc(2.25rem * var(--mantine-scale));
  --radio-icon-size-xs: calc(0.375rem * var(--mantine-scale));
  --radio-icon-size-sm: calc(0.5rem * var(--mantine-scale));
  --radio-icon-size-md: calc(0.625rem * var(--mantine-scale));
  --radio-icon-size-lg: calc(0.875rem * var(--mantine-scale));
  --radio-icon-size-xl: calc(1rem * var(--mantine-scale));
  --radio-icon-size: var(--radio-icon-size-sm);
  --radio-size: var(--radio-size-sm);
  --radio-color: var(--mantine-primary-color-filled);
  --radio-icon-color: var(--mantine-color-white);
  position: relative;
  border: calc(0.0625rem * var(--mantine-scale)) solid transparent;
  width: var(--radio-size);
  min-width: var(--radio-size);
  height: var(--radio-size);
  min-height: var(--radio-size);
  border-radius: var(--radio-radius, 10000px);
  transition: border-color 100ms ease, background-color 100ms ease;
  cursor: var(--mantine-cursor-type);
  -webkit-tap-highlight-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
:where([data-mantine-color-scheme=light]) .m_717d7ff6 {
  background-color: var(--mantine-color-white);
  border-color: var(--mantine-color-gray-4);
}
:where([data-mantine-color-scheme=dark]) .m_717d7ff6 {
  background-color: var(--mantine-color-dark-6);
  border-color: var(--mantine-color-dark-4);
}
.m_717d7ff6[data-indeterminate],
.m_717d7ff6[data-checked] {
  background-color: var(--radio-color);
  border-color: var(--radio-color);
}
.m_717d7ff6[data-indeterminate] > .m_3e4da632,
.m_717d7ff6[data-checked] > .m_3e4da632 {
  opacity: 1;
  transform: none;
  color: var(--radio-icon-color);
}
.m_717d7ff6[data-disabled] {
  cursor: not-allowed;
}
:where([data-mantine-color-scheme=light]) .m_717d7ff6[data-disabled] {
  background-color: var(--mantine-color-gray-2);
  border-color: var(--mantine-color-gray-3);
}
:where([data-mantine-color-scheme=dark]) .m_717d7ff6[data-disabled] {
  background-color: var(--mantine-color-dark-6);
  border-color: var(--mantine-color-dark-6);
}
[data-mantine-color-scheme=light] .m_717d7ff6[data-disabled][data-checked] > .m_3e4da632 {
  color: var(--mantine-color-gray-5);
}
[data-mantine-color-scheme=dark] .m_717d7ff6[data-disabled][data-checked] > .m_3e4da632 {
  color: var(--mantine-color-dark-3);
}
.m_2980836c[data-indeterminate]:not([data-disabled]),
.m_2980836c[data-checked]:not([data-disabled]) {
  background-color: transparent;
  border-color: var(--radio-color);
}
.m_2980836c[data-indeterminate]:not([data-disabled]) > .m_3e4da632,
.m_2980836c[data-checked]:not([data-disabled]) > .m_3e4da632 {
  color: var(--radio-color);
  opacity: 1;
  transform: none;
}
.m_3e4da632 {
  display: block;
  width: var(--radio-icon-size);
  height: var(--radio-icon-size);
  color: transparent;
  pointer-events: none;
  transform: translateY(calc(0.3125rem * var(--mantine-scale))) scale(0.5);
  opacity: 1;
  transition: transform 100ms ease, opacity 100ms ease;
}
.m_f3f1af94 {
  --radio-size-xs: calc(1rem * var(--mantine-scale));
  --radio-size-sm: calc(1.25rem * var(--mantine-scale));
  --radio-size-md: calc(1.5rem * var(--mantine-scale));
  --radio-size-lg: calc(1.875rem * var(--mantine-scale));
  --radio-size-xl: calc(2.25rem * var(--mantine-scale));
  --radio-size: var(--radio-size-sm);
  --radio-icon-size-xs: calc(0.375rem * var(--mantine-scale));
  --radio-icon-size-sm: calc(0.5rem * var(--mantine-scale));
  --radio-icon-size-md: calc(0.625rem * var(--mantine-scale));
  --radio-icon-size-lg: calc(0.875rem * var(--mantine-scale));
  --radio-icon-size-xl: calc(1rem * var(--mantine-scale));
  --radio-icon-size: var(--radio-icon-size-sm);
  --radio-icon-color: var(--mantine-color-white);
}
.m_89c4f5e4 {
  position: relative;
  width: var(--radio-size);
  height: var(--radio-size);
  order: 1;
}
.m_89c4f5e4:where([data-label-position=left]) {
  order: 2;
}
.m_f3ed6b2b {
  color: var(--radio-icon-color);
  opacity: var(--radio-icon-opacity, 0);
  transform: var(--radio-icon-transform, scale(0.2) translateY(calc(0.625rem * var(--mantine-scale))));
  transition: opacity 100ms ease, transform 200ms ease;
  pointer-events: none;
  width: var(--radio-icon-size);
  height: var(--radio-icon-size);
  position: absolute;
  top: calc(50% - var(--radio-icon-size) / 2);
  left: calc(50% - var(--radio-icon-size) / 2);
}
.m_8a3dbb89 {
  border: calc(0.0625rem * var(--mantine-scale)) solid;
  position: relative;
  appearance: none;
  width: var(--radio-size);
  height: var(--radio-size);
  border-radius: var(--radio-radius, var(--radio-size));
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-property: background-color, border-color;
  transition-timing-function: ease;
  transition-duration: 100ms;
  cursor: var(--mantine-cursor-type);
  -webkit-tap-highlight-color: transparent;
}
:where([data-mantine-color-scheme=light]) .m_8a3dbb89 {
  background-color: var(--mantine-color-white);
  border-color: var(--mantine-color-gray-4);
}
:where([data-mantine-color-scheme=dark]) .m_8a3dbb89 {
  background-color: var(--mantine-color-dark-6);
  border-color: var(--mantine-color-dark-4);
}
.m_8a3dbb89:checked {
  background-color: var(--radio-color, var(--mantine-primary-color-filled));
  border-color: var(--radio-color, var(--mantine-primary-color-filled));
}
.m_8a3dbb89:checked + .m_f3ed6b2b {
  --radio-icon-opacity: 1;
  --radio-icon-transform: scale(1);
}
.m_8a3dbb89:disabled {
  cursor: not-allowed;
}
:where([data-mantine-color-scheme=light]) .m_8a3dbb89:disabled {
  background-color: var(--mantine-color-gray-1);
  border-color: var(--mantine-color-gray-2);
}
:where([data-mantine-color-scheme=light]) .m_8a3dbb89:disabled + .m_f3ed6b2b {
  --radio-icon-color: var(--mantine-color-gray-3);
}
:where([data-mantine-color-scheme=dark]) .m_8a3dbb89:disabled {
  background-color: var(--mantine-color-dark-5);
  border-color: var(--mantine-color-dark-4);
}
:where([data-mantine-color-scheme=dark]) .m_8a3dbb89:disabled + .m_f3ed6b2b {
  --radio-icon-color: var(--mantine-color-dark-7);
}
.m_8a3dbb89:where([data-error]) {
  border-color: var(--mantine-color-error);
}
.m_1bfe9d39 + .m_f3ed6b2b {
  --radio-icon-color: var(--radio-color);
}
.m_1bfe9d39:checked:not(:disabled) {
  background-color: transparent;
  border-color: var(--radio-color);
}
.m_1bfe9d39:checked:not(:disabled) + .m_f3ed6b2b {
  --radio-icon-color: var(--radio-color);
  --radio-icon-opacity: 1;
  --radio-icon-transform: none;
}
.m_f8d312f2 {
  --rating-size-xs: calc(0.875rem * var(--mantine-scale));
  --rating-size-sm: calc(1.125rem * var(--mantine-scale));
  --rating-size-md: calc(1.25rem * var(--mantine-scale));
  --rating-size-lg: calc(1.75rem * var(--mantine-scale));
  --rating-size-xl: calc(2rem * var(--mantine-scale));
  display: flex;
  width: max-content;
}
.m_f8d312f2:where(:has(input:disabled)) {
  pointer-events: none;
}
.m_61734bb7 {
  position: relative;
  transition: transform 100ms ease;
}
.m_61734bb7:where([data-active]) {
  z-index: 1;
  transform: scale(1.1);
}
.m_5662a89a {
  width: var(--rating-size);
  height: var(--rating-size);
  display: block;
}
:where([data-mantine-color-scheme=light]) .m_5662a89a {
  fill: var(--mantine-color-gray-3);
  stroke: var(--mantine-color-gray-3);
}
:where([data-mantine-color-scheme=dark]) .m_5662a89a {
  fill: var(--mantine-color-dark-3);
  stroke: var(--mantine-color-dark-3);
}
.m_5662a89a:where([data-filled]) {
  fill: var(--rating-color);
  stroke: var(--rating-color);
}
.m_211007ba {
  height: 0;
  width: 0;
  position: absolute;
  overflow: hidden;
  white-space: nowrap;
  opacity: 0;
  -webkit-tap-highlight-color: transparent;
}
.m_211007ba:focus-visible + label {
  outline: 2px solid var(--mantine-primary-color-filled);
  outline-offset: calc(0.125rem * var(--mantine-scale));
}
.m_21342ee4 {
  display: block;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  z-index: var(--rating-item-z-index, 0);
  -webkit-tap-highlight-color: transparent;
}
.m_21342ee4:where([data-read-only]) {
  cursor: default;
}
.m_21342ee4:where(:last-of-type) {
  position: relative;
}
.m_fae05d6a {
  clip-path: var(--rating-symbol-clip-path);
}
.m_1b3c8819 {
  --tooltip-radius: var(--mantine-radius-default);
  position: absolute;
  padding: calc(var(--mantine-spacing-xs) / 2) var(--mantine-spacing-xs);
  pointer-events: none;
  font-size: var(--mantine-font-size-sm);
  white-space: nowrap;
  border-radius: var(--tooltip-radius);
}
:where([data-mantine-color-scheme=light]) .m_1b3c8819 {
  background-color: var(--tooltip-bg, var(--mantine-color-gray-9));
  color: var(--tooltip-color, var(--mantine-color-white));
}
:where([data-mantine-color-scheme=dark]) .m_1b3c8819 {
  background-color: var(--tooltip-bg, var(--mantine-color-gray-2));
  color: var(--tooltip-color, var(--mantine-color-black));
}
.m_1b3c8819:where([data-multiline]) {
  white-space: normal;
}
.m_1b3c8819:where([data-fixed]) {
  position: fixed;
}
.m_f898399f {
  background-color: inherit;
  border: 0;
  z-index: 1;
}
.m_b32e4812 {
  position: relative;
  width: var(--rp-size);
  height: var(--rp-size);
  min-width: var(--rp-size);
  min-height: var(--rp-size);
}
.m_d43b5134 {
  width: var(--rp-size);
  height: var(--rp-size);
  min-width: var(--rp-size);
  min-height: var(--rp-size);
  transform: rotate(-90deg);
}
.m_b1ca1fbf {
  stroke: var(--curve-color, var(--rp-curve-root-color));
}
[data-mantine-color-scheme=light] .m_b1ca1fbf {
  --rp-curve-root-color: var(--mantine-color-gray-2);
}
[data-mantine-color-scheme=dark] .m_b1ca1fbf {
  --rp-curve-root-color: var(--mantine-color-dark-4);
}
.m_b23f9dc4 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  inset-inline: var(--rp-label-offset);
}
.m_cf365364 {
  --sc-padding-xs: calc(0.1875rem * var(--mantine-scale)) calc(0.375rem * var(--mantine-scale));
  --sc-padding-sm: calc(0.3125rem * var(--mantine-scale)) calc(0.625rem * var(--mantine-scale));
  --sc-padding-md: calc(0.4375rem * var(--mantine-scale)) calc(0.875rem * var(--mantine-scale));
  --sc-padding-lg: calc(0.5625rem * var(--mantine-scale)) calc(1rem * var(--mantine-scale));
  --sc-padding-xl: calc(0.75rem * var(--mantine-scale)) calc(1.25rem * var(--mantine-scale));
  --sc-transition-duration: 200ms;
  --sc-padding: var(--sc-padding-sm);
  --sc-transition-timing-function: ease;
  --sc-font-size: var(--mantine-font-size-sm);
  position: relative;
  display: inline-flex;
  flex-direction: row;
  width: auto;
  border-radius: var(--sc-radius, var(--mantine-radius-default));
  overflow: hidden;
  padding: calc(0.25rem * var(--mantine-scale));
}
.m_cf365364:where([data-full-width]) {
  display: flex;
}
.m_cf365364:where([data-orientation=vertical]) {
  display: flex;
  flex-direction: column;
  width: max-content;
}
.m_cf365364:where([data-orientation=vertical]):where([data-full-width]) {
  width: auto;
}
:where([data-mantine-color-scheme=light]) .m_cf365364 {
  background-color: var(--mantine-color-gray-1);
}
:where([data-mantine-color-scheme=dark]) .m_cf365364 {
  background-color: var(--mantine-color-dark-8);
}
.m_9e182ccd {
  position: absolute;
  display: block;
  z-index: 1;
  border-radius: var(--sc-radius, var(--mantine-radius-default));
}
:where([data-mantine-color-scheme=light]) .m_9e182ccd {
  box-shadow: var(--sc-shadow, none);
  background-color: var(--sc-color, var(--mantine-color-white));
}
:where([data-mantine-color-scheme=dark]) .m_9e182ccd {
  box-shadow: none;
  background-color: var(--sc-color, var(--mantine-color-dark-5));
}
.m_1738fcb2 {
  -webkit-tap-highlight-color: transparent;
  font-weight: 500;
  display: block;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  user-select: none;
  border-radius: var(--sc-radius, var(--mantine-radius-default));
  font-size: var(--sc-font-size);
  padding: var(--sc-padding);
  transition: color var(--sc-transition-duration) var(--sc-transition-timing-function);
  cursor: pointer;
  outline: var(--segmented-control-outline, none);
}
:where([data-mantine-color-scheme=light]) .m_1738fcb2 {
  color: var(--mantine-color-gray-7);
}
:where([data-mantine-color-scheme=dark]) .m_1738fcb2 {
  color: var(--mantine-color-dark-1);
}
.m_1738fcb2:where([data-read-only]) {
  cursor: default;
}
fieldset:disabled .m_1738fcb2,
.m_1738fcb2:where([data-disabled]) {
  cursor: not-allowed;
}
:where([data-mantine-color-scheme=light]) fieldset:disabled .m_1738fcb2,
:where([data-mantine-color-scheme=light]) .m_1738fcb2:where([data-disabled]) {
  color: var(--mantine-color-gray-5);
}
:where([data-mantine-color-scheme=dark]) fieldset:disabled .m_1738fcb2,
:where([data-mantine-color-scheme=dark]) .m_1738fcb2:where([data-disabled]) {
  color: var(--mantine-color-dark-3);
}
:where([data-mantine-color-scheme=light]) .m_1738fcb2:where([data-active]) {
  color: var(--sc-label-color, var(--mantine-color-black));
}
:where([data-mantine-color-scheme=dark]) .m_1738fcb2:where([data-active]) {
  color: var(--sc-label-color, var(--mantine-color-white));
}
.m_cf365364:where([data-initialized]) .m_1738fcb2:where([data-active])::before {
  display: none;
}
.m_1738fcb2:where([data-active])::before {
  content: "";
  inset: 0;
  z-index: 0;
  position: absolute;
  border-radius: var(--sc-radius, var(--mantine-radius-default));
}
:where([data-mantine-color-scheme=light]) .m_1738fcb2:where([data-active])::before {
  box-shadow: var(--sc-shadow, none);
  background-color: var(--sc-color, var(--mantine-color-white));
}
:where([data-mantine-color-scheme=dark]) .m_1738fcb2:where([data-active])::before {
  box-shadow: none;
  background-color: var(--sc-color, var(--mantine-color-dark-5));
}
@media (hover: hover) {
  :where([data-mantine-color-scheme=light]) .m_1738fcb2:where(:not([data-disabled], [data-active], [data-read-only])):hover {
    color: var(--mantine-color-black);
  }
  :where([data-mantine-color-scheme=dark]) .m_1738fcb2:where(:not([data-disabled], [data-active], [data-read-only])):hover {
    color: var(--mantine-color-white);
  }
}
@media (hover: none) {
  :where([data-mantine-color-scheme=light]) .m_1738fcb2:where(:not([data-disabled], [data-active], [data-read-only])):active {
    color: var(--mantine-color-black);
  }
  :where([data-mantine-color-scheme=dark]) .m_1738fcb2:where(:not([data-disabled], [data-active], [data-read-only])):active {
    color: var(--mantine-color-white);
  }
}
@media (hover: hover) {
  :where([data-mantine-color-scheme=light]) fieldset:disabled .m_1738fcb2:hover {
    color: var(--mantine-color-gray-5) !important;
  }
  :where([data-mantine-color-scheme=dark]) fieldset:disabled .m_1738fcb2:hover {
    color: var(--mantine-color-dark-3) !important;
  }
}
@media (hover: none) {
  :where([data-mantine-color-scheme=light]) fieldset:disabled .m_1738fcb2:active {
    color: var(--mantine-color-gray-5) !important;
  }
  :where([data-mantine-color-scheme=dark]) fieldset:disabled .m_1738fcb2:active {
    color: var(--mantine-color-dark-3) !important;
  }
}
.m_1714d588 {
  height: 0;
  width: 0;
  position: absolute;
  overflow: hidden;
  white-space: nowrap;
  opacity: 0;
}
.m_1714d588[data-focus-ring=auto]:focus:focus-visible + .m_1738fcb2 {
  --segmented-control-outline: 2px solid var(--mantine-primary-color-filled);
}
.m_1714d588[data-focus-ring=always]:focus + .m_1738fcb2 {
  --segmented-control-outline: 2px solid var(--mantine-primary-color-filled);
}
.m_69686b9b {
  position: relative;
  flex: 1;
  z-index: 2;
  transition: border-color var(--sc-transition-duration) var(--sc-transition-timing-function);
}
.m_cf365364[data-with-items-borders] :where(.m_69686b9b)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  inset-inline-start: 0;
  background-color: var(--separator-color);
  width: calc(0.0625rem * var(--mantine-scale));
  transition: background-color var(--sc-transition-duration) var(--sc-transition-timing-function);
}
.m_69686b9b[data-orientation=vertical]::before {
  top: 0;
  inset-inline: 0;
  bottom: auto;
  height: calc(0.0625rem * var(--mantine-scale));
  width: auto;
}
:where([data-mantine-color-scheme=light]) .m_69686b9b {
  --separator-color: var(--mantine-color-gray-3);
}
:where([data-mantine-color-scheme=dark]) .m_69686b9b {
  --separator-color: var(--mantine-color-dark-4);
}
.m_69686b9b:first-of-type::before {
  --separator-color: transparent;
}
[data-mantine-color-scheme] .m_69686b9b[data-active]::before,
[data-mantine-color-scheme] .m_69686b9b[data-active] + .m_69686b9b::before {
  --separator-color: transparent;
}
.m_78882f40 {
  position: relative;
  z-index: 2;
}
.m_fa528724 {
  --scp-filled-segment-color: var(--mantine-primary-color-filled);
  --scp-transition-duration: 0ms;
  --scp-thickness: calc(0.625rem * var(--mantine-scale));
}
:where([data-mantine-color-scheme=light]) .m_fa528724 {
  --scp-empty-segment-color: var(--mantine-color-gray-2);
}
:where([data-mantine-color-scheme=dark]) .m_fa528724 {
  --scp-empty-segment-color: var(--mantine-color-dark-4);
}
.m_fa528724 {
  position: relative;
  width: fit-content;
}
.m_62e9e7e2 {
  display: block;
  transform: var(--scp-rotation);
  overflow: hidden;
}
.m_c573fb6f {
  transition:
    stroke-dashoffset var(--scp-transition-duration) ease,
    stroke-dasharray var(--scp-transition-duration) ease,
    stroke var(--scp-transition-duration);
}
.m_4fa340f2 {
  position: absolute;
  margin: 0;
  padding: 0;
  inset-inline: 0;
  text-align: center;
  z-index: 1;
}
.m_4fa340f2:where([data-position=bottom]) {
  bottom: 0;
  padding-inline: calc(var(--scp-thickness) * 2);
}
.m_4fa340f2:where([data-position=bottom]):where([data-orientation=down]) {
  bottom: auto;
  top: 0;
}
.m_4fa340f2:where([data-position=center]) {
  top: 50%;
  padding-inline: calc(var(--scp-thickness) * 3);
}
.m_925c2d2c {
  container: simple-grid / inline-size;
}
.m_2415a157 {
  display: grid;
  grid-template-columns: repeat(var(--sg-cols), minmax(0, 1fr));
  gap: var(--sg-spacing-y) var(--sg-spacing-x);
}
@keyframes m_299c329c {
  0%, 100% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
}
.m_18320242 {
  height: var(--skeleton-height, auto);
  width: var(--skeleton-width, 100%);
  border-radius: var(--skeleton-radius, var(--mantine-radius-default));
  position: relative;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}
.m_18320242:where([data-animate])::after {
  animation: m_299c329c 1500ms linear infinite;
}
.m_18320242:where([data-visible]) {
  overflow: hidden;
}
.m_18320242:where([data-visible])::before {
  position: absolute;
  content: "";
  inset: 0;
  z-index: 10;
  background-color: var(--mantine-color-body);
}
.m_18320242:where([data-visible])::after {
  position: absolute;
  content: "";
  inset: 0;
  z-index: 11;
}
:where([data-mantine-color-scheme=light]) .m_18320242:where([data-visible])::after {
  background-color: var(--mantine-color-gray-3);
}
:where([data-mantine-color-scheme=dark]) .m_18320242:where([data-visible])::after {
  background-color: var(--mantine-color-dark-4);
}
.m_dd36362e {
  --slider-size-xs: calc(0.25rem * var(--mantine-scale));
  --slider-size-sm: calc(0.375rem * var(--mantine-scale));
  --slider-size-md: calc(0.5rem * var(--mantine-scale));
  --slider-size-lg: calc(0.625rem * var(--mantine-scale));
  --slider-size-xl: calc(0.75rem * var(--mantine-scale));
  --slider-size: var(--slider-size-md);
  --slider-radius: calc(62.5rem * var(--mantine-scale));
  --slider-color: var(--mantine-primary-color-filled);
  -webkit-tap-highlight-color: transparent;
  outline: none;
  height: calc(var(--slider-size) * 2);
  padding-inline: var(--slider-size);
  display: flex;
  flex-direction: column;
  align-items: center;
  touch-action: none;
  position: relative;
}
[data-mantine-color-scheme=light] .m_dd36362e {
  --slider-track-bg: var(--mantine-color-gray-2);
  --slider-track-disabled-bg: var(--mantine-color-gray-4);
}
[data-mantine-color-scheme=dark] .m_dd36362e {
  --slider-track-bg: var(--mantine-color-dark-4);
  --slider-track-disabled-bg: var(--mantine-color-dark-3);
}
.m_c9357328 {
  position: absolute;
  top: calc(-2.25rem * var(--mantine-scale));
  font-size: var(--mantine-font-size-xs);
  color: var(--mantine-color-white);
  padding: calc(var(--mantine-spacing-xs) / 2);
  border-radius: var(--mantine-radius-sm);
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  touch-action: none;
}
:where([data-mantine-color-scheme=light]) .m_c9357328 {
  background-color: var(--mantine-color-gray-9);
}
:where([data-mantine-color-scheme=dark]) .m_c9357328 {
  background-color: var(--mantine-color-dark-4);
}
.m_c9a9a60a {
  position: absolute;
  display: flex;
  height: var(--slider-thumb-size);
  width: var(--slider-thumb-size);
  border: calc(0.25rem * var(--mantine-scale)) solid;
  transform: translate(-50%, -50%);
  color: var(--slider-color);
  top: 50%;
  cursor: pointer;
  border-radius: var(--slider-radius);
  align-items: center;
  justify-content: center;
  transition: box-shadow 100ms ease, transform 100ms ease;
  z-index: 3;
  user-select: none;
  touch-action: none;
  outline-offset: calc(0.125rem * var(--mantine-scale));
  left: var(--slider-thumb-offset);
}
:where([dir=rtl]) .m_c9a9a60a {
  left: auto;
  right: calc(var(--slider-thumb-offset) - var(--slider-thumb-size));
}
fieldset:disabled .m_c9a9a60a,
.m_c9a9a60a:where([data-disabled]) {
  display: none;
}
.m_c9a9a60a:where([data-dragging]) {
  transform: translate(-50%, -50%) scale(1.05);
  box-shadow: var(--mantine-shadow-sm);
}
:where([data-mantine-color-scheme=light]) .m_c9a9a60a {
  border-color: var(--slider-color);
  background-color: var(--mantine-color-white);
}
:where([data-mantine-color-scheme=dark]) .m_c9a9a60a {
  border-color: var(--mantine-color-white);
  background-color: var(--slider-color);
}
.m_a8645c2 {
  display: flex;
  align-items: center;
  width: 100%;
  height: calc(var(--slider-size) * 2);
  cursor: pointer;
}
fieldset:disabled .m_a8645c2,
.m_a8645c2:where([data-disabled]) {
  cursor: not-allowed;
}
.m_c9ade57f {
  position: relative;
  width: 100%;
  height: var(--slider-size);
}
.m_c9ade57f:where([data-inverted]:not([data-disabled])) {
  --track-bg: var(--slider-color);
}
fieldset:disabled .m_c9ade57f:where([data-inverted]),
.m_c9ade57f:where([data-inverted][data-disabled]) {
  --track-bg: var(--slider-track-disabled-bg);
}
.m_c9ade57f::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  border-radius: var(--slider-radius);
  inset-inline: calc(var(--slider-size) * -1);
  background-color: var(--track-bg, var(--slider-track-bg));
  z-index: 0;
}
.m_38aeed47 {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  background-color: var(--slider-color);
  border-radius: var(--slider-radius);
  width: var(--slider-bar-width);
  inset-inline-start: var(--slider-bar-offset);
}
.m_38aeed47:where([data-inverted]) {
  background-color: var(--slider-track-bg);
}
:where([data-mantine-color-scheme=light]) fieldset:disabled .m_38aeed47:where(:not([data-inverted])),
:where([data-mantine-color-scheme=light]) .m_38aeed47:where([data-disabled]:not([data-inverted])) {
  background-color: var(--mantine-color-gray-4);
}
:where([data-mantine-color-scheme=dark]) fieldset:disabled .m_38aeed47:where(:not([data-inverted])),
:where([data-mantine-color-scheme=dark]) .m_38aeed47:where([data-disabled]:not([data-inverted])) {
  background-color: var(--mantine-color-dark-3);
}
.m_b7b0423a {
  position: absolute;
  inset-inline-start: calc(var(--mark-offset) - var(--slider-size) / 2);
  top: 0;
  z-index: 2;
  height: 0;
  pointer-events: none;
}
.m_dd33bc19 {
  border: calc(0.125rem * var(--mantine-scale)) solid;
  height: var(--slider-size);
  width: var(--slider-size);
  border-radius: calc(62.5rem * var(--mantine-scale));
  transform: translateX(calc(var(--slider-size) / -2));
  background-color: var(--mantine-color-white);
  pointer-events: none;
}
:where([data-mantine-color-scheme=light]) .m_dd33bc19 {
  border-color: var(--mantine-color-gray-2);
}
:where([data-mantine-color-scheme=dark]) .m_dd33bc19 {
  border-color: var(--mantine-color-dark-4);
}
.m_dd33bc19:where([data-filled]) {
  border-color: var(--slider-color);
}
:where([data-mantine-color-scheme=light]) .m_dd33bc19:where([data-filled]):where([data-disabled]) {
  border-color: var(--mantine-color-gray-4);
}
:where([data-mantine-color-scheme=dark]) .m_dd33bc19:where([data-filled]):where([data-disabled]) {
  border-color: var(--mantine-color-dark-3);
}
.m_68c77a5b {
  transform: translate(calc(-50% + var(--slider-size) / 2), calc(var(--mantine-spacing-xs) / 2));
  font-size: var(--mantine-font-size-sm);
  white-space: nowrap;
  cursor: pointer;
  user-select: none;
}
:where([data-mantine-color-scheme=light]) .m_68c77a5b {
  color: var(--mantine-color-gray-6);
}
:where([data-mantine-color-scheme=dark]) .m_68c77a5b {
  color: var(--mantine-color-dark-2);
}
.m_559cce2d {
  position: relative;
}
.m_559cce2d:where([data-has-spoiler]) {
  margin-bottom: calc(1.5rem * var(--mantine-scale));
}
.m_b912df4e {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: max-height var(--spoiler-transition-duration, 200ms) ease;
}
.m_b9131032 {
  position: absolute;
  inset-inline-start: 0;
  top: 100%;
  height: calc(1.5rem * var(--mantine-scale));
}
.m_6d731127 {
  display: flex;
  flex-direction: column;
  align-items: var(--stack-align, stretch);
  justify-content: var(--stack-justify, flex-start);
  gap: var(--stack-gap, var(--mantine-spacing-md));
}
.m_cbb4ea7e {
  --stepper-icon-size-xs: calc(2.125rem * var(--mantine-scale));
  --stepper-icon-size-sm: calc(2.25rem * var(--mantine-scale));
  --stepper-icon-size-md: calc(2.625rem * var(--mantine-scale));
  --stepper-icon-size-lg: calc(3rem * var(--mantine-scale));
  --stepper-icon-size-xl: calc(3.25rem * var(--mantine-scale));
  --stepper-icon-size: var(--stepper-icon-size-md);
  --stepper-color: var(--mantine-primary-color-filled);
  --stepper-content-padding: var(--mantine-spacing-md);
  --stepper-spacing: var(--mantine-spacing-md);
  --stepper-radius: calc(62.5rem * var(--mantine-scale));
  --stepper-fz: var(--mantine-font-size-md);
}
.m_aaf89d0b {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.m_aaf89d0b:where([data-wrap]) {
  flex-wrap: wrap;
  gap: var(--mantine-spacing-md) 0;
}
.m_aaf89d0b:where([data-orientation=vertical]) {
  flex-direction: column;
}
.m_aaf89d0b:where([data-orientation=vertical]):where([data-icon-position=left]) {
  align-items: flex-start;
}
.m_aaf89d0b:where([data-orientation=vertical]):where([data-icon-position=right]) {
  align-items: flex-end;
}
.m_aaf89d0b:where([data-orientation=horizontal]) {
  flex-direction: row;
}
.m_2a371ac9 {
  --separator-offset: calc(var(--stepper-icon-size) / 2 - calc(0.0625rem * var(--mantine-scale)));
  transition: background-color 150ms ease;
  flex: 1;
}
:where([data-mantine-color-scheme=light]) .m_2a371ac9 {
  background-color: var(--mantine-color-gray-2);
}
:where([data-mantine-color-scheme=dark]) .m_2a371ac9 {
  background-color: var(--mantine-color-dark-2);
}
.m_2a371ac9:where([data-active]) {
  background-color: var(--stepper-color);
}
.m_2a371ac9:where([data-orientation=horizontal]) {
  height: calc(0.125rem * var(--mantine-scale));
  margin-inline: var(--mantine-spacing-md);
}
.m_2a371ac9:where([data-orientation=vertical]) {
  width: calc(0.125rem * var(--mantine-scale));
  margin-top: calc(var(--mantine-spacing-xs) / 2);
  margin-bottom: calc(var(--mantine-spacing-xs) - calc(0.125rem * var(--mantine-scale)));
}
.m_2a371ac9:where([data-orientation=vertical]):where([data-icon-position=left]) {
  margin-inline-start: var(--separator-offset);
}
.m_2a371ac9:where([data-orientation=vertical]):where([data-icon-position=right]) {
  margin-inline-end: var(--separator-offset);
}
.m_78da155d {
  padding-top: var(--stepper-content-padding);
}
.m_cbb57068 {
  --step-color: var(--stepper-color);
  display: flex;
  cursor: default;
}
.m_cbb57068:where([data-allow-click]) {
  cursor: pointer;
}
.m_cbb57068:where([data-icon-position=left]) {
  flex-direction: row;
}
.m_cbb57068:where([data-icon-position=right]) {
  flex-direction: row-reverse;
}
.m_f56b1e2c {
  align-items: center;
}
.m_833edb7e {
  --separator-spacing: calc(var(--mantine-spacing-xs) / 2);
  justify-content: flex-start;
  min-height: calc(var(--stepper-icon-size) + var(--mantine-spacing-xl) + var(--separator-spacing));
  margin-top: var(--separator-spacing);
  overflow: hidden;
}
.m_833edb7e:where(:first-of-type) {
  margin-top: 0;
}
.m_833edb7e:where(:last-of-type) .m_6496b3f3 {
  display: none;
}
.m_818e70b {
  position: relative;
}
.m_6496b3f3 {
  top: calc(var(--stepper-icon-size) + var(--separator-spacing));
  inset-inline-start: calc(var(--stepper-icon-size) / 2);
  height: 100vh;
  position: absolute;
  border-inline-start: calc(0.125rem * var(--mantine-scale)) solid;
}
:where([data-mantine-color-scheme=light]) .m_6496b3f3 {
  border-color: var(--mantine-color-gray-1);
}
:where([data-mantine-color-scheme=dark]) .m_6496b3f3 {
  border-color: var(--mantine-color-dark-5);
}
.m_6496b3f3:where([data-active]) {
  border-color: var(--stepper-color);
}
.m_1959ad01 {
  height: var(--stepper-icon-size);
  width: var(--stepper-icon-size);
  min-height: var(--stepper-icon-size);
  min-width: var(--stepper-icon-size);
  border-radius: var(--stepper-radius);
  font-size: var(--stepper-fz);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-weight: bold;
  transition: background-color 150ms ease, border-color 150ms ease;
  border: calc(0.125rem * var(--mantine-scale)) solid;
}
:where([data-mantine-color-scheme=light]) .m_1959ad01 {
  background-color: var(--mantine-color-gray-1);
  border-color: var(--mantine-color-gray-1);
  color: var(--mantine-color-gray-7);
}
:where([data-mantine-color-scheme=dark]) .m_1959ad01 {
  background-color: var(--mantine-color-dark-5);
  border-color: var(--mantine-color-dark-5);
  color: var(--mantine-color-dark-1);
}
.m_1959ad01:where([data-progress]) {
  border-color: var(--step-color);
}
.m_1959ad01:where([data-completed]) {
  color: var(--stepper-icon-color, var(--mantine-color-white));
  background-color: var(--step-color);
  border-color: var(--step-color);
}
.m_a79331dc {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--stepper-icon-color, var(--mantine-color-white));
}
.m_1956aa2a {
  display: flex;
  flex-direction: column;
}
.m_1956aa2a:where([data-icon-position=left]) {
  margin-inline-start: var(--mantine-spacing-sm);
}
.m_1956aa2a:where([data-icon-position=right]) {
  text-align: right;
  margin-inline-end: var(--mantine-spacing-sm);
}
:where([dir=rtl]) .m_1956aa2a:where([data-icon-position=right]) {
  text-align: left;
}
.m_12051f6c {
  font-weight: 500;
  font-size: var(--stepper-fz);
  line-height: 1;
}
.m_164eea74 {
  margin-top: calc(var(--stepper-spacing) / 3);
  margin-bottom: calc(var(--stepper-spacing) / 3);
  font-size: calc(var(--stepper-fz) - calc(0.125rem * var(--mantine-scale)));
  line-height: 1;
  color: var(--mantine-color-dimmed);
}
.m_5f93f3bb {
  --switch-height-xs: calc(1rem * var(--mantine-scale));
  --switch-height-sm: calc(1.25rem * var(--mantine-scale));
  --switch-height-md: calc(1.5rem * var(--mantine-scale));
  --switch-height-lg: calc(1.875rem * var(--mantine-scale));
  --switch-height-xl: calc(2.25rem * var(--mantine-scale));
  --switch-width-xs: calc(2rem * var(--mantine-scale));
  --switch-width-sm: calc(2.375rem * var(--mantine-scale));
  --switch-width-md: calc(2.875rem * var(--mantine-scale));
  --switch-width-lg: calc(3.5rem * var(--mantine-scale));
  --switch-width-xl: calc(4.5rem * var(--mantine-scale));
  --switch-thumb-size-xs: calc(0.75rem * var(--mantine-scale));
  --switch-thumb-size-sm: calc(0.875rem * var(--mantine-scale));
  --switch-thumb-size-md: calc(1.125rem * var(--mantine-scale));
  --switch-thumb-size-lg: calc(1.375rem * var(--mantine-scale));
  --switch-thumb-size-xl: calc(1.75rem * var(--mantine-scale));
  --switch-label-font-size-xs: calc(0.3125rem * var(--mantine-scale));
  --switch-label-font-size-sm: calc(0.375rem * var(--mantine-scale));
  --switch-label-font-size-md: calc(0.4375rem * var(--mantine-scale));
  --switch-label-font-size-lg: calc(0.5625rem * var(--mantine-scale));
  --switch-label-font-size-xl: calc(0.6875rem * var(--mantine-scale));
  --switch-track-label-padding-xs: calc(0.0625rem * var(--mantine-scale));
  --switch-track-label-padding-sm: calc(0.125rem * var(--mantine-scale));
  --switch-track-label-padding-md: calc(0.125rem * var(--mantine-scale));
  --switch-track-label-padding-lg: calc(0.1875rem * var(--mantine-scale));
  --switch-track-label-padding-xl: calc(0.1875rem * var(--mantine-scale));
  --switch-height: var(--switch-height-sm);
  --switch-width: var(--switch-width-sm);
  --switch-thumb-size: var(--switch-thumb-size-sm);
  --switch-label-font-size: var(--switch-label-font-size-sm);
  --switch-track-label-padding: var(--switch-track-label-padding-sm);
  --switch-radius: calc(62.5rem * var(--mantine-scale));
  --switch-color: var(--mantine-primary-color-filled);
  position: relative;
}
.m_926b4011 {
  height: 0;
  width: 0;
  opacity: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  overflow: hidden;
  white-space: nowrap;
}
.m_9307d992 {
  -webkit-tap-highlight-color: transparent;
  cursor: var(--switch-cursor, var(--mantine-cursor-type));
  overflow: hidden;
  position: relative;
  border-radius: var(--switch-radius);
  background-color: var(--switch-bg);
  border: 1px solid var(--switch-bd);
  height: var(--switch-height);
  min-width: var(--switch-width);
  margin: 0;
  transition: background-color 150ms ease, border-color 150ms ease;
  appearance: none;
  display: flex;
  align-items: center;
  font-size: var(--switch-label-font-size);
  font-weight: 600;
  order: var(--switch-order, 1);
  user-select: none;
  z-index: 0;
  line-height: 0;
  color: var(--switch-text-color);
}
.m_9307d992:where([data-without-labels]) {
  width: var(--switch-width);
}
.m_926b4011:focus-visible + .m_9307d992 {
  outline: 2px solid var(--mantine-primary-color-filled);
  outline-offset: calc(0.125rem * var(--mantine-scale));
}
.m_926b4011:checked + .m_9307d992 {
  --switch-bg: var(--switch-color);
  --switch-bd: var(--switch-color);
  --switch-text-color: var(--mantine-color-white);
}
.m_926b4011:disabled + .m_9307d992,
.m_926b4011[data-disabled] + .m_9307d992 {
  --switch-bg: var(--switch-disabled-color);
  --switch-bd: var(--switch-disabled-color);
  --switch-cursor: not-allowed;
}
[data-mantine-color-scheme=light] .m_9307d992 {
  --switch-bg: var(--mantine-color-gray-2);
  --switch-bd: var(--mantine-color-gray-3);
  --switch-text-color: var(--mantine-color-gray-6);
  --switch-disabled-color: var(--mantine-color-gray-2);
}
[data-mantine-color-scheme=dark] .m_9307d992 {
  --switch-bg: var(--mantine-color-dark-6);
  --switch-bd: var(--mantine-color-dark-4);
  --switch-text-color: var(--mantine-color-dark-1);
  --switch-disabled-color: var(--mantine-color-dark-4);
}
.m_9307d992[data-error] {
  --switch-bd: var(--mantine-color-error);
}
.m_9307d992[data-label-position=left] {
  --switch-order: 2;
}
.m_93039a1d {
  position: absolute;
  z-index: 1;
  border-radius: var(--switch-radius);
  display: flex;
  background-color: var(--switch-thumb-bg, var(--mantine-color-white));
  height: var(--switch-thumb-size);
  width: var(--switch-thumb-size);
  border: 1px solid var(--switch-thumb-bd);
  inset-inline-start: var(--switch-thumb-start, var(--switch-track-label-padding));
  transition: inset-inline-start 150ms ease;
}
.m_93039a1d > * {
  margin: auto;
}
.m_926b4011:checked + * > .m_93039a1d {
  --switch-thumb-start: calc(100% - var(--switch-thumb-size) - var(--switch-track-label-padding));
  --switch-thumb-bd: var(--mantine-color-white);
}
.m_926b4011:disabled + * > .m_93039a1d,
.m_926b4011[data-disabled] + * > .m_93039a1d {
  --switch-thumb-bd: var(--switch-thumb-bg-disabled);
  --switch-thumb-bg: var(--switch-thumb-bg-disabled);
}
[data-mantine-color-scheme=light] .m_93039a1d {
  --switch-thumb-bd: var(--mantine-color-gray-3);
  --switch-thumb-bg-disabled: var(--mantine-color-gray-0);
}
[data-mantine-color-scheme=dark] .m_93039a1d {
  --switch-thumb-bd: var(--mantine-color-white);
  --switch-thumb-bg-disabled: var(--mantine-color-dark-3);
}
.m_8277e082 {
  height: 100%;
  display: grid;
  place-content: center;
  min-width: calc(var(--switch-width) - var(--switch-thumb-size));
  padding-inline: var(--switch-track-label-padding);
  margin-inline-start: calc(var(--switch-thumb-size) + var(--switch-track-label-padding));
  transition: margin 150ms ease;
}
.m_926b4011:checked + * > .m_8277e082 {
  margin-inline-end: calc(var(--switch-thumb-size) + var(--switch-track-label-padding));
  margin-inline-start: 0;
}
.m_b23fa0ef {
  width: 100%;
  border-collapse: collapse;
  line-height: var(--mantine-line-height);
  font-size: var(--mantine-font-size-sm);
  table-layout: var(--table-layout, auto);
  caption-side: var(--table-caption-side, bottom);
  border: none;
}
:where([data-mantine-color-scheme=light]) .m_b23fa0ef {
  --table-hover-color: var(--mantine-color-gray-1);
  --table-striped-color: var(--mantine-color-gray-0);
  --table-border-color: var(--mantine-color-gray-3);
}
:where([data-mantine-color-scheme=dark]) .m_b23fa0ef {
  --table-hover-color: var(--mantine-color-dark-5);
  --table-striped-color: var(--mantine-color-dark-6);
  --table-border-color: var(--mantine-color-dark-4);
}
.m_b23fa0ef:where([data-with-table-border]) {
  border: calc(0.0625rem * var(--mantine-scale)) solid var(--table-border-color);
}
.m_4e7aa4f3 {
  text-align: left;
}
:where([dir=rtl]) .m_4e7aa4f3 {
  text-align: right;
}
.m_4e7aa4fd {
  border-bottom: none;
  background-color: transparent;
}
@media (hover: hover) {
  .m_4e7aa4fd:hover:where([data-hover]) {
    background-color: var(--tr-hover-bg);
  }
}
@media (hover: none) {
  .m_4e7aa4fd:active:where([data-hover]) {
    background-color: var(--tr-hover-bg);
  }
}
.m_4e7aa4fd:where([data-with-row-border]) {
  border-bottom: calc(0.0625rem * var(--mantine-scale)) solid var(--table-border-color);
}
.m_4e7aa4ef,
.m_4e7aa4f3 {
  padding: var(--table-vertical-spacing) var(--table-horizontal-spacing, var(--mantine-spacing-xs));
}
.m_4e7aa4ef:where([data-with-column-border]:not(:last-child)),
.m_4e7aa4f3:where([data-with-column-border]:not(:last-child)) {
  border-inline-end: calc(0.0625rem * var(--mantine-scale)) solid var(--table-border-color);
}
.m_b2404537 :where(tr):where([data-with-row-border]:last-of-type) {
  border-bottom: none;
}
.m_b2404537 :where(tr):where([data-striped=odd]:nth-of-type(odd)) {
  background-color: var(--table-striped-color);
}
.m_b2404537 :where(tr):where([data-striped=even]:nth-of-type(even)) {
  background-color: var(--table-striped-color);
}
.m_b2404537 :where(tr)[data-hover] {
  --tr-hover-bg: var(--table-highlight-on-hover-color, var(--table-hover-color));
}
.m_b242d975 {
  top: var(--table-sticky-header-offset, 0);
  z-index: 1;
}
.m_b242d975:where([data-sticky]) {
  position: sticky;
  background-color: var(--mantine-color-body);
}
.m_9e5a3ac7 {
  color: var(--mantine-color-dimmed);
}
.m_9e5a3ac7:where([data-side=top]) {
  margin-bottom: var(--mantine-spacing-xs);
}
.m_9e5a3ac7:where([data-side=bottom]) {
  margin-top: var(--mantine-spacing-xs);
}
.m_a100c15 {
  overflow-x: var(--table-overflow);
}
.m_62259741 {
  min-width: var(--table-min-width);
}
.m_89d60db1 {
  display: var(--tabs-display);
  flex-direction: var(--tabs-flex-direction);
  --tab-justify: flex-start;
  --tabs-list-direction: row;
  --tabs-panel-grow: unset;
  --tabs-display: block;
  --tabs-flex-direction: row;
  --tabs-list-border-width: 0;
  --tabs-list-border-size: 0 0 var(--tabs-list-border-width) 0;
  --tabs-list-gap: unset;
  --tabs-list-line-bottom: 0;
  --tabs-list-line-top: unset;
  --tabs-list-line-start: 0;
  --tabs-list-line-end: 0;
  --tab-radius: var(--tabs-radius) var(--tabs-radius) 0 0;
  --tab-border-width: 0 0 var(--tabs-list-border-width) 0;
}
.m_89d60db1[data-inverted] {
  --tabs-list-line-bottom: unset;
  --tabs-list-line-top: 0;
  --tab-radius: 0 0 var(--tabs-radius) var(--tabs-radius);
  --tab-border-width: var(--tabs-list-border-width) 0 0 0;
}
.m_89d60db1[data-inverted] .m_576c9d4::before {
  top: 0;
  bottom: unset;
}
.m_89d60db1[data-orientation=vertical] {
  --tabs-list-line-start: unset;
  --tabs-list-line-end: 0;
  --tabs-list-line-top: 0;
  --tabs-list-line-bottom: 0;
  --tabs-list-border-size: 0 var(--tabs-list-border-width) 0 0;
  --tab-border-width: 0 var(--tabs-list-border-width) 0 0;
  --tab-radius: var(--tabs-radius) 0 0 var(--tabs-radius);
  --tabs-list-direction: column;
  --tabs-panel-grow: 1;
  --tabs-display: flex;
}
[dir=rtl] .m_89d60db1[data-orientation=vertical] {
  --tabs-list-border-size: 0 0 0 var(--tabs-list-border-width);
  --tab-border-width: 0 0 0 var(--tabs-list-border-width);
  --tab-radius: 0 var(--tabs-radius) var(--tabs-radius) 0;
}
.m_89d60db1[data-orientation=vertical][data-placement=right] {
  --tabs-flex-direction: row-reverse;
  --tabs-list-line-start: 0;
  --tabs-list-line-end: unset;
  --tabs-list-border-size: 0 0 0 var(--tabs-list-border-width);
  --tab-border-width: 0 0 0 var(--tabs-list-border-width);
  --tab-radius: 0 var(--tabs-radius) var(--tabs-radius) 0;
}
[dir=rtl] .m_89d60db1[data-orientation=vertical][data-placement=right] {
  --tabs-list-border-size: 0 var(--tabs-list-border-width) 0 0;
  --tab-border-width: 0 var(--tabs-list-border-width) 0 0;
  --tab-radius: var(--tabs-radius) 0 0 var(--tabs-radius);
}
[data-mantine-color-scheme=light] .m_89d60db1 {
  --tab-border-color: var(--mantine-color-gray-3);
}
[data-mantine-color-scheme=dark] .m_89d60db1 {
  --tab-border-color: var(--mantine-color-dark-4);
}
.m_89d60db1[data-orientation=horizontal] {
  --tab-justify: center;
}
.m_89d60db1[data-variant=default] {
  --tabs-list-border-width: calc(0.125rem * var(--mantine-scale));
}
[data-mantine-color-scheme=light] .m_89d60db1[data-variant=default] {
  --tab-hover-color: var(--mantine-color-gray-0);
}
[data-mantine-color-scheme=dark] .m_89d60db1[data-variant=default] {
  --tab-hover-color: var(--mantine-color-dark-6);
}
.m_89d60db1[data-variant=outline] {
  --tabs-list-border-width: calc(0.0625rem * var(--mantine-scale));
}
.m_89d60db1[data-variant=pills] {
  --tabs-list-gap: calc(var(--mantine-spacing-sm) / 2);
}
[data-mantine-color-scheme=light] .m_89d60db1[data-variant=pills] {
  --tab-hover-color: var(--mantine-color-gray-0);
}
[data-mantine-color-scheme=dark] .m_89d60db1[data-variant=pills] {
  --tab-hover-color: var(--mantine-color-dark-6);
}
.m_89d33d6d {
  display: flex;
  flex-wrap: wrap;
  justify-content: var(--tabs-justify, flex-start);
  flex-direction: var(--tabs-list-direction);
  gap: var(--tabs-list-gap);
  --tab-grow: unset;
}
.m_89d33d6d[data-grow] {
  --tab-grow: 1;
}
.m_b0c91715 {
  flex-grow: var(--tabs-panel-grow);
}
.m_4ec4dce6 {
  position: relative;
  padding: var(--mantine-spacing-xs) var(--mantine-spacing-md);
  font-size: var(--mantine-font-size-sm);
  white-space: nowrap;
  z-index: 0;
  display: flex;
  align-items: center;
  line-height: 1;
  user-select: none;
  flex-grow: var(--tab-grow);
  justify-content: var(--tab-justify);
}
.m_4ec4dce6:disabled,
.m_4ec4dce6[data-disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
.m_4ec4dce6:focus {
  z-index: 1;
}
.m_fc420b1f {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: var(--tab-section-margin-left, 0);
  margin-right: var(--tab-section-margin-right, 0);
}
.m_fc420b1f[data-position=left]:not(:only-child) {
  --tab-section-margin-right: var(--mantine-spacing-xs);
}
[dir=rtl] .m_fc420b1f[data-position=left]:not(:only-child) {
  --tab-section-margin-right: 0rem;
  --tab-section-margin-left: var(--mantine-spacing-xs);
}
.m_fc420b1f[data-position=right]:not(:only-child) {
  --tab-section-margin-left: var(--mantine-spacing-xs);
}
[dir=rtl] .m_fc420b1f[data-position=right]:not(:only-child) {
  --tab-section-margin-left: 0rem;
  --tab-section-margin-right: var(--mantine-spacing-xs);
}
.m_576c9d4 {
  position: relative;
}
.m_576c9d4::before {
  content: "";
  position: absolute;
  border-color: var(--tab-border-color);
  border-width: var(--tabs-list-border-size);
  border-style: solid;
  bottom: var(--tabs-list-line-bottom);
  inset-inline-start: var(--tabs-list-line-start);
  inset-inline-end: var(--tabs-list-line-end);
  top: var(--tabs-list-line-top);
}
.m_539e827b {
  border-radius: var(--tab-radius);
  border-width: var(--tab-border-width);
  border-style: solid;
  border-color: transparent;
  background-color: var(--tab-bg);
  --tab-bg: transparent;
}
.m_539e827b:where([data-active]) {
  border-color: var(--tabs-color);
}
@media (hover: hover) {
  .m_539e827b:hover {
    --tab-bg: var(--tab-hover-color);
  }
  .m_539e827b:hover:where(:not([data-active])) {
    border-color: var(--tab-border-color);
  }
}
@media (hover: none) {
  .m_539e827b:active {
    --tab-bg: var(--tab-hover-color);
  }
  .m_539e827b:active:where(:not([data-active])) {
    border-color: var(--tab-border-color);
  }
}
@media (hover: hover) {
  .m_539e827b:disabled:hover,
  .m_539e827b[data-disabled]:hover {
    --tab-bg: transparent;
  }
}
@media (hover: none) {
  .m_539e827b:disabled:active,
  .m_539e827b[data-disabled]:active {
    --tab-bg: transparent;
  }
}
.m_6772fbd5 {
  position: relative;
}
.m_6772fbd5::before {
  content: "";
  position: absolute;
  border-color: var(--tab-border-color);
  border-width: var(--tabs-list-border-size);
  border-style: solid;
  bottom: var(--tabs-list-line-bottom);
  inset-inline-start: var(--tabs-list-line-start);
  inset-inline-end: var(--tabs-list-line-end);
  top: var(--tabs-list-line-top);
}
.m_b59ab47c {
  border-top: calc(0.0625rem * var(--mantine-scale)) solid transparent;
  border-bottom: calc(0.0625rem * var(--mantine-scale)) solid transparent;
  border-right: calc(0.0625rem * var(--mantine-scale)) solid transparent;
  border-left: calc(0.0625rem * var(--mantine-scale)) solid transparent;
  border-top-color: var(--tab-border-top-color);
  border-bottom-color: var(--tab-border-bottom-color);
  border-radius: var(--tab-radius);
  position: relative;
  --tab-border-bottom-color: transparent;
  --tab-border-top-color: transparent;
  --tab-border-inline-end-color: transparent;
  --tab-border-inline-start-color: transparent;
}
.m_b59ab47c:where([data-active])::before {
  content: "";
  position: absolute;
  background-color: var(--tab-border-color);
  bottom: var(--tab-before-bottom, calc(-0.0625rem * var(--mantine-scale)));
  left: var(--tab-before-left, calc(-0.0625rem * var(--mantine-scale)));
  right: var(--tab-before-right, auto);
  top: var(--tab-before-top, auto);
  width: calc(0.0625rem * var(--mantine-scale));
  height: calc(0.0625rem * var(--mantine-scale));
}
.m_b59ab47c:where([data-active])::after {
  content: "";
  position: absolute;
  background-color: var(--tab-border-color);
  bottom: var(--tab-after-bottom, calc(-0.0625rem * var(--mantine-scale)));
  right: var(--tab-after-right, calc(-0.0625rem * var(--mantine-scale)));
  left: var(--tab-after-left, auto);
  top: var(--tab-after-top, auto);
  width: calc(0.0625rem * var(--mantine-scale));
  height: calc(0.0625rem * var(--mantine-scale));
}
.m_b59ab47c:where([data-active]) {
  border-top-color: var(--tab-border-top-color);
  border-bottom-color: var(--tab-border-bottom-color);
  border-inline-start-color: var(--tab-border-inline-start-color);
  border-inline-end-color: var(--tab-border-inline-end-color);
  --tab-border-top-color: var(--tab-border-color);
  --tab-border-inline-start-color: var(--tab-border-color);
  --tab-border-inline-end-color: var(--tab-border-color);
  --tab-border-bottom-color: var(--mantine-color-body);
}
.m_b59ab47c:where([data-active])[data-inverted] {
  --tab-border-bottom-color: var(--tab-border-color);
  --tab-border-top-color: var(--mantine-color-body);
  --tab-before-bottom: auto;
  --tab-before-top: calc(-0.0625rem * var(--mantine-scale));
  --tab-after-bottom: auto;
  --tab-after-top: calc(-0.0625rem * var(--mantine-scale));
}
.m_b59ab47c:where([data-active])[data-orientation=vertical][data-placement=left] {
  --tab-border-inline-end-color: var(--mantine-color-body);
  --tab-border-inline-start-color: var(--tab-border-color);
  --tab-border-bottom-color: var(--tab-border-color);
  --tab-before-right: calc(-0.0625rem * var(--mantine-scale));
  --tab-before-left: auto;
  --tab-before-bottom: auto;
  --tab-before-top: calc(-0.0625rem * var(--mantine-scale));
  --tab-after-left: auto;
  --tab-after-right: calc(-0.0625rem * var(--mantine-scale));
}
[dir=rtl] .m_b59ab47c:where([data-active])[data-orientation=vertical][data-placement=left] {
  --tab-before-right: auto;
  --tab-before-left: calc(-0.0625rem * var(--mantine-scale));
  --tab-after-left: calc(-0.0625rem * var(--mantine-scale));
  --tab-after-right: auto;
}
.m_b59ab47c:where([data-active])[data-orientation=vertical][data-placement=right] {
  --tab-border-inline-start-color: var(--mantine-color-body);
  --tab-border-inline-end-color: var(--tab-border-color);
  --tab-border-bottom-color: var(--tab-border-color);
  --tab-before-left: calc(-0.0625rem * var(--mantine-scale));
  --tab-before-right: auto;
  --tab-before-bottom: auto;
  --tab-before-top: calc(-0.0625rem * var(--mantine-scale));
  --tab-after-right: auto;
  --tab-after-left: calc(-0.0625rem * var(--mantine-scale));
}
[dir=rtl] .m_b59ab47c:where([data-active])[data-orientation=vertical][data-placement=right] {
  --tab-before-left: auto;
  --tab-before-right: calc(-0.0625rem * var(--mantine-scale));
  --tab-after-right: calc(-0.0625rem * var(--mantine-scale));
  --tab-after-left: auto;
}
.m_c3381914 {
  border-radius: var(--tabs-radius);
  background-color: var(--tab-bg);
  color: var(--tab-color);
  --tab-bg: transparent;
  --tab-color: inherit;
}
@media (hover: hover) {
  .m_c3381914:not([data-disabled]):hover {
    --tab-bg: var(--tab-hover-color);
  }
}
@media (hover: none) {
  .m_c3381914:not([data-disabled]):active {
    --tab-bg: var(--tab-hover-color);
  }
}
.m_c3381914[data-active][data-active] {
  --tab-bg: var(--tabs-color);
  --tab-color: var(--tabs-text-color, var(--mantine-color-white));
}
@media (hover: hover) {
  .m_c3381914[data-active][data-active]:hover {
    --tab-bg: var(--tabs-color);
  }
}
@media (hover: none) {
  .m_c3381914[data-active][data-active]:active {
    --tab-bg: var(--tabs-color);
  }
}
.m_7341320d {
  --ti-size-xs: calc(1.125rem * var(--mantine-scale));
  --ti-size-sm: calc(1.375rem * var(--mantine-scale));
  --ti-size-md: calc(1.75rem * var(--mantine-scale));
  --ti-size-lg: calc(2.125rem * var(--mantine-scale));
  --ti-size-xl: calc(2.75rem * var(--mantine-scale));
  --ti-size: var(--ti-size-md);
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  user-select: none;
  width: var(--ti-size);
  height: var(--ti-size);
  min-width: var(--ti-size);
  min-height: var(--ti-size);
  border-radius: var(--ti-radius, var(--mantine-radius-default));
  background: var(--ti-bg, var(--mantine-primary-color-filled));
  color: var(--ti-color, var(--mantine-color-white));
  border: var(--ti-bd, 1px solid transparent);
}
.m_43657ece {
  --offset: calc(var(--tl-bullet-size) / 2 + var(--tl-line-width) / 2);
  --tl-bullet-size: calc(1.25rem * var(--mantine-scale));
  --tl-line-width: calc(0.25rem * var(--mantine-scale));
  --tl-radius: calc(62.5rem * var(--mantine-scale));
  --tl-color: var(--mantine-primary-color-filled);
}
.m_43657ece:where([data-align=left]) {
  padding-inline-start: var(--offset);
}
.m_43657ece:where([data-align=right]) {
  padding-inline-end: var(--offset);
}
.m_2ebe8099 {
  font-weight: 500;
  line-height: 1;
  margin-bottom: calc(var(--mantine-spacing-xs) / 2);
}
.m_436178ff {
  --item-border: var(--tl-line-width) var(--tli-border-style, solid) var(--item-border-color);
  position: relative;
  color: var(--mantine-color-text);
}
.m_436178ff::before {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  left: var(--timeline-line-left, 0);
  right: var(--timeline-line-right, 0);
  bottom: calc(var(--mantine-spacing-xl) * -1);
  border-inline-start: var(--item-border);
  display: var(--timeline-line-display, none);
}
.m_43657ece[data-align=left] .m_436178ff::before {
  --timeline-line-left: calc(var(--tl-line-width) * -1);
  --timeline-line-right: auto;
}
[dir=rtl] .m_43657ece[data-align=left] .m_436178ff::before {
  --timeline-line-left: auto;
  --timeline-line-right: calc(var(--tl-line-width) * -1);
}
.m_43657ece[data-align=right] .m_436178ff::before {
  --timeline-line-left: auto;
  --timeline-line-right: calc(var(--tl-line-width) * -1);
}
[dir=rtl] .m_43657ece[data-align=right] .m_436178ff::before {
  --timeline-line-left: calc(var(--tl-line-width) * -1);
  --timeline-line-right: auto;
}
.m_43657ece:where([data-align=left]) .m_436178ff {
  padding-inline-start: var(--offset);
  text-align: left;
}
.m_43657ece:where([data-align=right]) .m_436178ff {
  padding-inline-end: var(--offset);
  text-align: right;
}
:where([data-mantine-color-scheme=light]) .m_436178ff {
  --item-border-color: var(--mantine-color-gray-3);
}
:where([data-mantine-color-scheme=dark]) .m_436178ff {
  --item-border-color: var(--mantine-color-dark-4);
}
.m_436178ff:where([data-line-active])::before {
  border-color: var(--tli-color, var(--tl-color));
}
.m_436178ff:where(:not(:last-of-type)) {
  --timeline-line-display: block;
}
.m_436178ff:where(:not(:first-of-type)) {
  margin-top: var(--mantine-spacing-xl);
}
.m_8affcee1 {
  width: var(--tl-bullet-size);
  height: var(--tl-bullet-size);
  border-radius: var(--tli-radius, var(--tl-radius));
  border: var(--tl-line-width) solid;
  background-color: var(--mantine-color-body);
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--mantine-color-text);
}
:where([data-mantine-color-scheme=light]) .m_8affcee1 {
  border-color: var(--mantine-color-gray-3);
}
:where([data-mantine-color-scheme=dark]) .m_8affcee1 {
  border-color: var(--mantine-color-dark-4);
}
.m_43657ece:where([data-align=left]) .m_8affcee1 {
  left: calc((var(--tl-bullet-size) / 2 + var(--tl-line-width) / 2) * -1);
  right: auto;
}
:where([dir=rtl]) .m_43657ece:where([data-align=left]) .m_8affcee1 {
  left: auto;
  right: calc((var(--tl-bullet-size) / 2 + var(--tl-line-width) / 2) * -1);
}
.m_43657ece:where([data-align=right]) .m_8affcee1 {
  left: auto;
  right: calc((var(--tl-bullet-size) / 2 + var(--tl-line-width) / 2) * -1);
}
:where([dir=rtl]) .m_43657ece:where([data-align=right]) .m_8affcee1 {
  left: calc((var(--tl-bullet-size) / 2 + var(--tl-line-width) / 2) * -1);
  right: auto;
}
.m_8affcee1:where([data-with-child]) {
  border-width: var(--tl-line-width);
}
:where([data-mantine-color-scheme=light]) .m_8affcee1:where([data-with-child]) {
  background-color: var(--mantine-color-gray-3);
}
:where([data-mantine-color-scheme=dark]) .m_8affcee1:where([data-with-child]) {
  background-color: var(--mantine-color-dark-4);
}
.m_8affcee1:where([data-active]) {
  border-color: var(--tli-color, var(--tl-color));
  background-color: var(--mantine-color-white);
  color: var(--tl-icon-color, var(--mantine-color-white));
}
.m_8affcee1:where([data-active]):where([data-with-child]) {
  background-color: var(--tli-color, var(--tl-color));
  color: var(--tl-icon-color, var(--mantine-color-white));
}
.m_43657ece:where([data-align=left]) .m_540e8f41 {
  padding-inline-start: var(--offset);
  text-align: left;
}
:where([dir=rtl]) .m_43657ece:where([data-align=left]) .m_540e8f41 {
  text-align: right;
}
.m_43657ece:where([data-align=right]) .m_540e8f41 {
  padding-inline-end: var(--offset);
  text-align: right;
}
:where([dir=rtl]) .m_43657ece:where([data-align=right]) .m_540e8f41 {
  text-align: left;
}
.m_8a5d1357 {
  margin: 0;
  font-weight: var(--title-fw);
  font-size: var(--title-fz);
  line-height: var(--title-lh);
  font-family: var(--mantine-font-family-headings);
  text-wrap: var(--title-text-wrap, var(--mantine-heading-text-wrap));
}
.m_8a5d1357:where([data-line-clamp]) {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: var(--title-line-clamp);
  -webkit-box-orient: vertical;
}
.m_f698e191 {
  --level-offset: var(--mantine-spacing-lg);
  margin: 0;
  padding: 0;
  user-select: none;
}
.m_75f3ecf {
  margin: 0;
  padding: 0;
}
.m_f6970eb1 {
  cursor: pointer;
  list-style: none;
  margin: 0;
  padding: 0;
  outline: 0;
}
.m_f6970eb1:focus-visible > .m_dc283425 {
  outline: 2px solid var(--mantine-primary-color-filled);
  outline-offset: calc(0.125rem * var(--mantine-scale));
}
.m_dc283425 {
  padding-inline-start: var(--label-offset);
}
:where([data-mantine-color-scheme=light]) .m_dc283425:where([data-selected]) {
  background-color: var(--mantine-color-gray-1);
}
:where([data-mantine-color-scheme=dark]) .m_dc283425:where([data-selected]) {
  background-color: var(--mantine-color-dark-5);
}
.m_d6493fad :first-child {
  margin-top: 0;
}
.m_d6493fad :last-child {
  margin-bottom: 0;
}
.m_d6493fad :where(h1, h2, h3, h4, h5, h6) {
  margin-bottom: var(--mantine-spacing-xs);
  text-wrap: var(--mantine-heading-text-wrap);
}
.m_d6493fad :where(h1) {
  margin-top: calc(1.5 * var(--mantine-spacing-xl));
  font-size: var(--mantine-h1-font-size);
  line-height: var(--mantine-h1-line-height);
  font-weight: var(--mantine-h1-font-weight);
}
.m_d6493fad :where(h2) {
  margin-top: var(--mantine-spacing-xl);
  font-size: var(--mantine-h2-font-size);
  line-height: var(--mantine-h2-line-height);
  font-weight: var(--mantine-h2-font-weight);
}
.m_d6493fad :where(h3) {
  margin-top: calc(0.8 * var(--mantine-spacing-xl));
  font-size: var(--mantine-h3-font-size);
  line-height: var(--mantine-h3-line-height);
  font-weight: var(--mantine-h3-font-weight);
}
.m_d6493fad :where(h4) {
  margin-top: calc(0.8 * var(--mantine-spacing-xl));
  font-size: var(--mantine-h4-font-size);
  line-height: var(--mantine-h4-line-height);
  font-weight: var(--mantine-h4-font-weight);
}
.m_d6493fad :where(h5) {
  margin-top: calc(0.5 * var(--mantine-spacing-xl));
  font-size: var(--mantine-h5-font-size);
  line-height: var(--mantine-h5-line-height);
  font-weight: var(--mantine-h5-font-weight);
}
.m_d6493fad :where(h6) {
  margin-top: calc(0.5 * var(--mantine-spacing-xl));
  font-size: var(--mantine-h6-font-size);
  line-height: var(--mantine-h6-line-height);
  font-weight: var(--mantine-h6-font-weight);
}
.m_d6493fad :where(img) {
  max-width: 100%;
  margin-bottom: var(--mantine-spacing-xs);
}
.m_d6493fad :where(p) {
  margin-top: 0;
  margin-bottom: var(--mantine-spacing-lg);
}
:where([data-mantine-color-scheme=light]) .m_d6493fad :where(mark) {
  background-color: var(--mantine-color-yellow-2);
  color: inherit;
}
:where([data-mantine-color-scheme=dark]) .m_d6493fad :where(mark) {
  background-color: var(--mantine-color-yellow-5);
  color: var(--mantine-color-black);
}
.m_d6493fad :where(a) {
  color: var(--mantine-color-anchor);
  text-decoration: none;
}
@media (hover: hover) {
  .m_d6493fad :where(a):hover {
    text-decoration: underline;
  }
}
@media (hover: none) {
  .m_d6493fad :where(a):active {
    text-decoration: underline;
  }
}
.m_d6493fad :where(hr) {
  margin-top: var(--mantine-spacing-md);
  margin-bottom: var(--mantine-spacing-md);
  border: 0;
  border-top: calc(0.0625rem * var(--mantine-scale)) solid;
}
:where([data-mantine-color-scheme=light]) .m_d6493fad :where(hr) {
  border-color: var(--mantine-color-gray-3);
}
:where([data-mantine-color-scheme=dark]) .m_d6493fad :where(hr) {
  border-color: var(--mantine-color-dark-3);
}
.m_d6493fad :where(pre) {
  padding: var(--mantine-spacing-xs);
  line-height: var(--mantine-line-height);
  margin: 0;
  margin-top: var(--mantine-spacing-md);
  margin-bottom: var(--mantine-spacing-md);
  overflow-x: auto;
  font-family: var(--mantine-font-family-monospace);
  font-size: var(--mantine-font-size-xs);
  border-radius: var(--mantine-radius-sm);
}
:where([data-mantine-color-scheme=light]) .m_d6493fad :where(pre) {
  background-color: var(--mantine-color-gray-0);
}
:where([data-mantine-color-scheme=dark]) .m_d6493fad :where(pre) {
  background-color: var(--mantine-color-dark-8);
}
.m_d6493fad :where(pre) :where(code) {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  color: inherit;
  border: 0;
}
.m_d6493fad :where(kbd) {
  --kbd-fz: calc(0.75rem * var(--mantine-scale));
  --kbd-padding: calc(0.1875rem * var(--mantine-scale)) calc(0.3125rem * var(--mantine-scale));
  font-family: var(--mantine-font-family-monospace);
  line-height: var(--mantine-line-height);
  font-weight: 700;
  padding: var(--kbd-padding);
  font-size: var(--kbd-fz);
  border-radius: var(--mantine-radius-sm);
  border: calc(0.0625rem * var(--mantine-scale)) solid;
  border-bottom-width: calc(0.1875rem * var(--mantine-scale));
}
:where([data-mantine-color-scheme=light]) .m_d6493fad :where(kbd) {
  border-color: var(--mantine-color-gray-3);
  color: var(--mantine-color-gray-7);
  background-color: var(--mantine-color-gray-0);
}
:where([data-mantine-color-scheme=dark]) .m_d6493fad :where(kbd) {
  border-color: var(--mantine-color-dark-3);
  color: var(--mantine-color-dark-0);
  background-color: var(--mantine-color-dark-5);
}
.m_d6493fad :where(code) {
  line-height: var(--mantine-line-height);
  padding: calc(0.0625rem * var(--mantine-scale)) calc(0.3125rem * var(--mantine-scale));
  border-radius: var(--mantine-radius-sm);
  font-family: var(--mantine-font-family-monospace);
  font-size: var(--mantine-font-size-xs);
}
:where([data-mantine-color-scheme=light]) .m_d6493fad :where(code) {
  background-color: var(--mantine-color-gray-0);
  color: var(--mantine-color-black);
}
:where([data-mantine-color-scheme=dark]) .m_d6493fad :where(code) {
  background-color: var(--mantine-color-dark-5);
  color: var(--mantine-color-white);
}
.m_d6493fad :where(ul, ol):not([data-type=taskList]) {
  margin-bottom: var(--mantine-spacing-md);
  padding-inline-start: calc(2.375rem * var(--mantine-scale));
}
.m_d6493fad :where(ul, ol):not([data-type=taskList]) :where(li) {
  margin-bottom: var(--mantine-spacing-xs);
}
.m_d6493fad :where(table) {
  width: 100%;
  border-collapse: collapse;
  caption-side: bottom;
  margin-bottom: var(--mantine-spacing-md);
}
.m_d6493fad :where(table) :where(caption) {
  margin-top: var(--mantine-spacing-xs);
  font-size: var(--mantine-font-size-sm);
  color: var(--mantine-color-gray-6);
}
.m_d6493fad :where(table) :where(th) {
  text-align: left;
  font-weight: bold;
  color: var(--mantine-color-gray-7);
  font-size: var(--mantine-font-size-sm);
  padding: var(--mantine-spacing-xs) var(--mantine-spacing-sm);
}
.m_d6493fad :where(table) :where(thead th) {
  border-bottom: calc(0.0625rem * var(--mantine-scale)) solid;
  border-color: var(--mantine-color-gray-3);
}
.m_d6493fad :where(table) :where(tfoot th) {
  border-top: calc(0.0625rem * var(--mantine-scale)) solid;
  border-color: var(--mantine-color-gray-3);
}
.m_d6493fad :where(table) :where(td) {
  padding: var(--mantine-spacing-xs) var(--mantine-spacing-sm);
  border-bottom: calc(0.0625rem * var(--mantine-scale)) solid;
  border-color: var(--mantine-color-gray-3);
  font-size: var(--mantine-font-size-sm);
}
.m_d6493fad :where(table) :where(tr:last-of-type td) {
  border-bottom: 0;
}
.m_d6493fad :where(blockquote) {
  font-size: var(--mantine-font-size-lg);
  line-height: var(--mantine-line-height);
  margin: var(--mantine-spacing-md) 0;
  border-radius: var(--mantine-radius-sm);
  padding: var(--mantine-spacing-md) var(--mantine-spacing-lg);
}
:where([data-mantine-color-scheme=light]) .m_d6493fad :where(blockquote) {
  background-color: var(--mantine-color-gray-0);
}
:where([data-mantine-color-scheme=dark]) .m_d6493fad :where(blockquote) {
  background-color: var(--mantine-color-dark-8);
}

/* frontend/src/node_modules/@mantine/dropzone/styles.css */
.m_d46a4834 {
  position: relative;
  border: calc(0.0625rem * var(--mantine-scale)) dashed;
  color: var(--mantine-color-text);
  padding: var(--mantine-spacing-md);
  border-radius: var(--dropzone-radius);
  cursor: pointer;
  user-select: none;
  transition: background-color 100ms ease, border-color 100ms ease;
}
.m_d46a4834:where([data-loading]),
.m_d46a4834:where(:not([data-activate-on-click])) {
  cursor: default;
}
:where([data-mantine-color-scheme=light]) .m_d46a4834 {
  background-color: var(--mantine-color-white);
  border-color: var(--mantine-color-gray-4);
}
:where([data-mantine-color-scheme=dark]) .m_d46a4834 {
  background-color: var(--mantine-color-dark-6);
  border-color: var(--mantine-color-dark-4);
}
@media (hover: hover) {
  :where([data-mantine-color-scheme=light]) .m_d46a4834:hover:where([data-activate-on-click]:not([data-loading])) {
    background-color: var(--mantine-color-gray-0);
  }
  :where([data-mantine-color-scheme=dark]) .m_d46a4834:hover:where([data-activate-on-click]:not([data-loading])) {
    background-color: var(--mantine-color-dark-5);
  }
}
@media (hover: none) {
  :where([data-mantine-color-scheme=light]) .m_d46a4834:active:where([data-activate-on-click]:not([data-loading])) {
    background-color: var(--mantine-color-gray-0);
  }
  :where([data-mantine-color-scheme=dark]) .m_d46a4834:active:where([data-activate-on-click]:not([data-loading])) {
    background-color: var(--mantine-color-dark-5);
  }
}
.m_d46a4834:where([data-accept]) {
  background-color: var(--dropzone-accept-bg);
  border-color: var(--dropzone-accept-bg);
  color: var(--dropzone-accept-color);
}
.m_d46a4834:where([data-reject]) {
  background-color: var(--dropzone-reject-bg);
  border-color: var(--dropzone-reject-bg);
  color: var(--dropzone-reject-color);
}
.m_b85f7144 {
  pointer-events: none;
  user-select: none;
}
.m_b85f7144:where([data-enable-pointer-events]) {
  pointer-events: all;
}
.m_96f6e9ad {
  position: fixed;
  inset: 0;
  background-color: var(--mantine-color-body);
  display: flex;
  flex-direction: column;
  padding: var(--mantine-spacing-xs);
  transition: opacity 100ms ease;
}
.m_96f6e9ad .m_7946116d {
  flex: 1;
}

/* frontend/src/node_modules/@mantine/notifications/styles.css */
.m_b37d9ac7 {
  width: calc(100% - var(--mantine-spacing-md) * 2);
  position: fixed;
  z-index: var(--notifications-z-index);
  max-width: var(--notifications-container-width);
}
.m_b37d9ac7:where([data-position=top-center]) {
  top: var(--mantine-spacing-md);
  left: 50%;
  transform: translateX(-50%);
}
.m_b37d9ac7:where([data-position=top-left]) {
  top: var(--mantine-spacing-md);
  left: var(--mantine-spacing-md);
}
.m_b37d9ac7:where([data-position=top-right]) {
  top: var(--mantine-spacing-md);
  right: var(--mantine-spacing-md);
}
.m_b37d9ac7:where([data-position=bottom-center]) {
  bottom: var(--mantine-spacing-md);
  left: 50%;
  transform: translateX(-50%);
}
.m_b37d9ac7:where([data-position=bottom-left]) {
  bottom: var(--mantine-spacing-md);
  left: var(--mantine-spacing-md);
}
.m_b37d9ac7:where([data-position=bottom-right]) {
  bottom: var(--mantine-spacing-md);
  right: var(--mantine-spacing-md);
}
.m_5ed0edd0 + .m_5ed0edd0 {
  margin-top: var(--mantine-spacing-md);
}

/* frontend/src/index.css */
::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 12px;
}
::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .5);
  box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}
html,
body,
#root {
  height: 100%;
}
body {
  overflow: hidden;
}
#root {
  display: flex;
  align-items: stretch;
  flex-direction: column;
}
.h-full {
  height: 100%;
}
.flex {
  display: flex;
}
.flex-col {
  flex-direction: column;
}
.overflow-hidden {
  overflow: hidden;
}
.flex-1 {
  flex: 1;
}
.overflow-y-auto {
  overflow-y: auto;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
