@charset "UTF-8";
:root{
  --bp-emphasis-transition-duration:100ms;
  --bp-emphasis-ease-default:cubic-bezier(0.4, 1, 0.75, 0.9);
  --bp-emphasis-ease-bounce:cubic-bezier(0.54, 1.12, 0.38, 1.11);
  --bp-emphasis-focus-color:var(--bp-intent-primary-rest);
  --bp-emphasis-focus-width:2px;
  --bp-emphasis-focus-offset:2px;
  --bp-emphasis-motion-reduced:0;
  --bp-iconography-size-small:16px;
  --bp-iconography-size-default:20px;
  --bp-iconography-color-muted:var(--bp-intent-default-rest);
  --bp-iconography-color-default-rest:var(--bp-intent-default-rest);
  --bp-iconography-color-default-hover:oklch(from var(--bp-intent-default-hover) calc(l + -0.154) calc(c + -0.009) calc(h + -5.3));
  --bp-iconography-color-default-active:oklch(from var(--bp-intent-default-active) calc(l + -0.116) calc(c + -0.004) calc(h + -5.3));
  --bp-iconography-color-default-disabled:oklch(from var(--bp-intent-default-disabled) calc(l + -0.156) calc(c + 0.006) calc(h + -1.3) / 0.6);
  --bp-iconography-color-primary-rest:var(--bp-intent-primary-rest);
  --bp-iconography-color-primary-hover:var(--bp-intent-primary-hover);
  --bp-iconography-color-primary-active:var(--bp-intent-primary-active);
  --bp-iconography-color-primary-disabled:var(--bp-intent-primary-disabled);
  --bp-iconography-color-success-rest:var(--bp-intent-success-rest);
  --bp-iconography-color-success-hover:var(--bp-intent-success-hover);
  --bp-iconography-color-success-active:var(--bp-intent-success-active);
  --bp-iconography-color-success-disabled:var(--bp-intent-success-disabled);
  --bp-iconography-color-warning-rest:var(--bp-intent-warning-rest);
  --bp-iconography-color-warning-hover:var(--bp-intent-warning-hover);
  --bp-iconography-color-warning-active:var(--bp-intent-warning-active);
  --bp-iconography-color-warning-disabled:var(--bp-intent-warning-disabled);
  --bp-iconography-color-danger-rest:var(--bp-intent-danger-rest);
  --bp-iconography-color-danger-hover:var(--bp-intent-danger-hover);
  --bp-iconography-color-danger-active:var(--bp-intent-danger-active);
  --bp-iconography-color-danger-disabled:var(--bp-intent-danger-disabled);
  --bp-intent-default-rest:var(--bp-palette-gray-1);
  --bp-intent-default-hover:var(--bp-palette-dark-gray-5);
  --bp-intent-default-active:var(--bp-palette-dark-gray-4);
  --bp-intent-default-disabled:var(--bp-palette-gray-3);
  --bp-intent-default-foreground:var(--bp-palette-white);
  --bp-intent-primary-rest:var(--bp-palette-blue-3);
  --bp-intent-primary-hover:var(--bp-palette-blue-2);
  --bp-intent-primary-active:var(--bp-palette-blue-1);
  --bp-intent-primary-disabled:var(--bp-palette-blue-4);
  --bp-intent-primary-foreground:var(--bp-palette-white);
  --bp-intent-success-rest:var(--bp-palette-green-3);
  --bp-intent-success-hover:var(--bp-palette-green-2);
  --bp-intent-success-active:var(--bp-palette-green-1);
  --bp-intent-success-disabled:var(--bp-palette-green-4);
  --bp-intent-success-foreground:var(--bp-palette-white);
  --bp-intent-warning-rest:var(--bp-palette-orange-3);
  --bp-intent-warning-hover:var(--bp-palette-orange-2);
  --bp-intent-warning-active:var(--bp-palette-orange-1);
  --bp-intent-warning-disabled:var(--bp-palette-orange-4);
  --bp-intent-warning-foreground:var(--bp-palette-black);
  --bp-intent-danger-rest:var(--bp-palette-red-3);
  --bp-intent-danger-hover:var(--bp-palette-red-2);
  --bp-intent-danger-active:var(--bp-palette-red-1);
  --bp-intent-danger-disabled:var(--bp-palette-red-4);
  --bp-intent-danger-foreground:var(--bp-palette-white);
  --bp-palette-black:#111418;
  --bp-palette-white:#ffffff;
  --bp-palette-dark-gray-1:#1c2127;
  --bp-palette-dark-gray-2:#252a31;
  --bp-palette-dark-gray-3:#2f343c;
  --bp-palette-dark-gray-4:#383e47;
  --bp-palette-dark-gray-5:#404854;
  --bp-palette-gray-1:#5f6b7c;
  --bp-palette-gray-2:#738091;
  --bp-palette-gray-3:#8f99a8;
  --bp-palette-gray-4:#abb3bf;
  --bp-palette-gray-5:#c5cbd3;
  --bp-palette-light-gray-1:#d3d8de;
  --bp-palette-light-gray-2:#dce0e5;
  --bp-palette-light-gray-3:#e5e8eb;
  --bp-palette-light-gray-4:#edeff2;
  --bp-palette-light-gray-5:#f6f7f9;
  --bp-palette-blue-1:#184a90;
  --bp-palette-blue-2:#215db0;
  --bp-palette-blue-3:#2d72d2;
  --bp-palette-blue-4:#4c90f0;
  --bp-palette-blue-5:#8abbff;
  --bp-palette-green-1:#165a36;
  --bp-palette-green-2:#1c6e42;
  --bp-palette-green-3:#238551;
  --bp-palette-green-4:#32a467;
  --bp-palette-green-5:#72ca9b;
  --bp-palette-orange-1:#77450d;
  --bp-palette-orange-2:#935610;
  --bp-palette-orange-3:#c87619;
  --bp-palette-orange-4:#ec9a3c;
  --bp-palette-orange-5:#fbb360;
  --bp-palette-red-1:#8e292c;
  --bp-palette-red-2:#ac2f33;
  --bp-palette-red-3:#cd4246;
  --bp-palette-red-4:#e76a6e;
  --bp-palette-red-5:#fa999c;
  --bp-palette-vermilion-1:#96290d;
  --bp-palette-vermilion-2:#b83211;
  --bp-palette-vermilion-3:#d33d17;
  --bp-palette-vermilion-4:#eb6847;
  --bp-palette-vermilion-5:#ff9980;
  --bp-palette-rose-1:#a82255;
  --bp-palette-rose-2:#c22762;
  --bp-palette-rose-3:#db2c6f;
  --bp-palette-rose-4:#f5498b;
  --bp-palette-rose-5:#ff66a1;
  --bp-palette-violet-1:#5c255c;
  --bp-palette-violet-2:#7c327c;
  --bp-palette-violet-3:#9d3f9d;
  --bp-palette-violet-4:#bd6bbd;
  --bp-palette-violet-5:#d69fd6;
  --bp-palette-indigo-1:#5642a6;
  --bp-palette-indigo-2:#634dbf;
  --bp-palette-indigo-3:#7961db;
  --bp-palette-indigo-4:#9881f3;
  --bp-palette-indigo-5:#bdadff;
  --bp-palette-cerulean-1:#0c5174;
  --bp-palette-cerulean-2:#0f6894;
  --bp-palette-cerulean-3:#147eb3;
  --bp-palette-cerulean-4:#3fa6da;
  --bp-palette-cerulean-5:#68c1ee;
  --bp-palette-turquoise-1:#004d46;
  --bp-palette-turquoise-2:#007067;
  --bp-palette-turquoise-3:#00a396;
  --bp-palette-turquoise-4:#13c9ba;
  --bp-palette-turquoise-5:#7ae1d8;
  --bp-palette-forest-1:#1d7324;
  --bp-palette-forest-2:#238c2c;
  --bp-palette-forest-3:#29a634;
  --bp-palette-forest-4:#43bf4d;
  --bp-palette-forest-5:#62d96b;
  --bp-palette-lime-1:#43501b;
  --bp-palette-lime-2:#5a701a;
  --bp-palette-lime-3:#8eb125;
  --bp-palette-lime-4:#b6d94c;
  --bp-palette-lime-5:#d4f17e;
  --bp-palette-gold-1:#5c4405;
  --bp-palette-gold-2:#866103;
  --bp-palette-gold-3:#d1980b;
  --bp-palette-gold-4:#f0b726;
  --bp-palette-gold-5:#fbd065;
  --bp-palette-sepia-1:#5e4123;
  --bp-palette-sepia-2:#7a542e;
  --bp-palette-sepia-3:#946638;
  --bp-palette-sepia-4:#af855a;
  --bp-palette-sepia-5:#d0b090;
  --bp-surface-border-color-default:oklch(from var(--bp-intent-default-rest) l c h / 0.12);
  --bp-surface-border-color-strong:oklch(from var(--bp-intent-default-rest) l c h / 0.25);
  --bp-surface-border-width:1px;
  --bp-surface-border-radius:4px;
  --bp-surface-shadow-0:0px 0px 0px 1px rgba(17, 20, 24, 0.15);
  --bp-surface-shadow-1:0px 0px 0px 1px rgba(17, 20, 24, 0.1), 0px 1px 1px 0px rgba(17, 20, 24, 0.2);
  --bp-surface-shadow-2:0px 0px 0px 1px rgba(17, 20, 24, 0.1), 0px 1px 1px 0px rgba(17, 20, 24, 0.2), 0px 2px 6px 0px rgba(17, 20, 24, 0.2);
  --bp-surface-shadow-3:0px 0px 0px 1px rgba(17, 20, 24, 0.1), 0px 2px 4px 0px rgba(17, 20, 24, 0.2), 0px 8px 24px 0px rgba(17, 20, 24, 0.2);
  --bp-surface-shadow-4:0px 0px 0px 1px rgba(17, 20, 24, 0.1), 0px 4px 8px 0px rgba(17, 20, 24, 0.2), 0px 18px 46px 6px rgba(17, 20, 24, 0.2);
  --bp-surface-spacing:4px;
  --bp-surface-z-index-0:0;
  --bp-surface-z-index-1:10;
  --bp-surface-z-index-2:20;
  --bp-surface-z-index-3:30;
  --bp-surface-z-index-4:40;
  --bp-surface-color-code:oklch(from var(--bp-palette-white) l c h / 0.7);
  --bp-surface-layer-opacity:0.05;
  --bp-surface-layer-color-default:oklch(from var(--bp-intent-default-rest) l c h / var(--bp-surface-layer-opacity));
  --bp-surface-layer-color-primary:oklch(from var(--bp-intent-primary-rest) l c h / var(--bp-surface-layer-opacity));
  --bp-surface-layer-color-success:oklch(from var(--bp-intent-success-rest) l c h / var(--bp-surface-layer-opacity));
  --bp-surface-layer-color-warning:oklch(from var(--bp-intent-warning-rest) l c h / var(--bp-surface-layer-opacity));
  --bp-surface-layer-color-danger:oklch(from var(--bp-intent-danger-rest) l c h / var(--bp-surface-layer-opacity));
  --bp-surface-layer-default:linear-gradient(var(--bp-surface-layer-color-default) 0 0);
  --bp-surface-layer-primary:linear-gradient(var(--bp-surface-layer-color-primary) 0 0);
  --bp-surface-layer-success:linear-gradient(var(--bp-surface-layer-color-success) 0 0);
  --bp-surface-layer-warning:linear-gradient(var(--bp-surface-layer-color-warning) 0 0);
  --bp-surface-layer-danger:linear-gradient(var(--bp-surface-layer-color-danger) 0 0);
  --bp-surface-background-color-default-rest:oklch(from var(--bp-intent-default-rest) calc(l + 0.452) calc(c + -0.028) calc(h + 7.5));
  --bp-surface-background-color-default-hover:oklch(from var(--bp-intent-default-hover) calc(l + 0.552) calc(c + -0.018) calc(h + 0));
  --bp-surface-background-color-default-active:oklch(from var(--bp-intent-default-active) calc(l + 0.568) calc(c + -0.012) calc(h + -10.5));
  --bp-surface-background-color-default-disabled:oklch(from var(--bp-intent-default-disabled) calc(l + 0.296) calc(c + -0.022) calc(h + 6.2));
  --bp-surface-background-color-primary-rest:var(--bp-intent-primary-rest);
  --bp-surface-background-color-primary-hover:var(--bp-intent-primary-hover);
  --bp-surface-background-color-primary-active:var(--bp-intent-primary-active);
  --bp-surface-background-color-primary-disabled:var(--bp-intent-primary-disabled);
  --bp-surface-background-color-success-rest:var(--bp-intent-success-rest);
  --bp-surface-background-color-success-hover:var(--bp-intent-success-hover);
  --bp-surface-background-color-success-active:var(--bp-intent-success-active);
  --bp-surface-background-color-success-disabled:var(--bp-intent-success-disabled);
  --bp-surface-background-color-warning-rest:var(--bp-intent-warning-rest);
  --bp-surface-background-color-warning-hover:var(--bp-intent-warning-hover);
  --bp-surface-background-color-warning-active:var(--bp-intent-warning-active);
  --bp-surface-background-color-warning-disabled:var(--bp-intent-warning-disabled);
  --bp-surface-background-color-danger-rest:var(--bp-intent-danger-rest);
  --bp-surface-background-color-danger-hover:var(--bp-intent-danger-hover);
  --bp-surface-background-color-danger-active:var(--bp-intent-danger-active);
  --bp-surface-background-color-danger-disabled:var(--bp-intent-danger-disabled);
  --bp-typography-family-default:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", blueprint-icons-16, sans-serif;
  --bp-typography-family-mono:monospace;
  --bp-typography-size-body-x-small:10px;
  --bp-typography-size-body-small:12px;
  --bp-typography-size-body-medium:14px;
  --bp-typography-size-body-large:16px;
  --bp-typography-size-heading-small:16px;
  --bp-typography-size-heading-medium:20px;
  --bp-typography-size-heading-large:24px;
  --bp-typography-size-heading-x-large:28px;
  --bp-typography-size-heading-display:46px;
  --bp-typography-size-code-small:12px;
  --bp-typography-size-code-medium:13px;
  --bp-typography-size-code-large:14px;
  --bp-typography-weight-default:400;
  --bp-typography-weight-bold:600;
  --bp-typography-line-height-default:1.28581;
  --bp-typography-line-height-large:1.5;
  --bp-typography-color-muted:var(--bp-intent-default-rest);
  --bp-typography-color-default-rest:oklch(from var(--bp-intent-default-rest) calc(l + -0.279) calc(c + -0.017) calc(h + -4));
  --bp-typography-color-default-hover:oklch(from var(--bp-intent-default-hover) calc(l + -0.209) calc(c + -0.013) calc(h + -2.7));
  --bp-typography-color-default-active:oklch(from var(--bp-intent-default-active) calc(l + -0.079) calc(c + -0.003) calc(h + -1.6));
  --bp-typography-color-default-disabled:var(--bp-intent-default-disabled);
  --bp-typography-color-primary-rest:var(--bp-intent-primary-rest);
  --bp-typography-color-primary-hover:var(--bp-intent-primary-hover);
  --bp-typography-color-primary-active:var(--bp-intent-primary-active);
  --bp-typography-color-primary-disabled:var(--bp-intent-primary-disabled);
  --bp-typography-color-success-rest:var(--bp-intent-success-rest);
  --bp-typography-color-success-hover:var(--bp-intent-success-hover);
  --bp-typography-color-success-active:var(--bp-intent-success-active);
  --bp-typography-color-success-disabled:var(--bp-intent-success-disabled);
  --bp-typography-color-warning-rest:var(--bp-intent-warning-rest);
  --bp-typography-color-warning-hover:var(--bp-intent-warning-hover);
  --bp-typography-color-warning-active:var(--bp-intent-warning-active);
  --bp-typography-color-warning-disabled:var(--bp-intent-warning-disabled);
  --bp-typography-color-danger-rest:var(--bp-intent-danger-rest);
  --bp-typography-color-danger-hover:var(--bp-intent-danger-hover);
  --bp-typography-color-danger-active:var(--bp-intent-danger-active);
  --bp-typography-color-danger-disabled:var(--bp-intent-danger-disabled);
}
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:8px;
  margin-top:0;
}
small{
  font-size:12px;
}
strong{
  font-weight:600;
}
::selection{
  background:rgba(125, 188, 255, 0.6);
}
.bp6-icon{
  display:inline-block;
  flex:0 0 auto;
  vertical-align:text-bottom;
}
.bp6-icon:not(:empty)::before{
  content:"" !important;
  content:unset !important;
}
.bp6-icon > svg{
  display:block;
}
.bp6-icon > svg:not([fill]){
  fill:currentcolor;
}
.bp6-icon.bp6-icon-muted svg{
  fill-opacity:0.15;
  overflow:visible;
}
.bp6-icon.bp6-icon-muted svg path{
  stroke:#8f99a8;
  stroke-opacity:0.5;
  stroke-width:0.5px;
}
.bp6-dark .bp6-icon .bp6-icon-muted svg{
  fill-opacity:0.2;
}
span.bp6-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.bp6-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.bp6-icon:empty{
  font-family:"blueprint-icons-20";
  font-size:inherit;
  font-style:normal;
  font-weight:400;
  line-height:1;
}
span.bp6-icon:empty::before{
  -moz-osx-font-smoothing:grayscale;
  -webkit-font-smoothing:antialiased;
}
span.bp6-icon:empty.bp6-icon-standard{
  font-size:16px;
}
span.bp6-icon:empty.bp6-icon-large{
  font-size:20px;
}
.bp6-icon-add::before{
  content:"\f109";
}
.bp6-icon-add-child::before{
  content:"\f39d";
}
.bp6-icon-add-clip::before{
  content:"\f101";
}
.bp6-icon-add-column-left::before{
  content:"\f102";
}
.bp6-icon-add-column-right::before{
  content:"\f103";
}
.bp6-icon-add-location::before{
  content:"\f104";
}
.bp6-icon-add-parent::before{
  content:"\f39e";
}
.bp6-icon-add-row-bottom::before{
  content:"\f105";
}
.bp6-icon-add-row-top::before{
  content:"\f106";
}
.bp6-icon-add-to-artifact::before{
  content:"\f107";
}
.bp6-icon-add-to-folder::before{
  content:"\f108";
}
.bp6-icon-aimpoints-target::before{
  content:"\f335";
}
.bp6-icon-airplane::before{
  content:"\f10a";
}
.bp6-icon-align-center::before{
  content:"\f10b";
}
.bp6-icon-align-justify::before{
  content:"\f10c";
}
.bp6-icon-align-left::before{
  content:"\f10d";
}
.bp6-icon-align-right::before{
  content:"\f10e";
}
.bp6-icon-alignment-bottom::before{
  content:"\f10f";
}
.bp6-icon-alignment-horizontal-center::before{
  content:"\f110";
}
.bp6-icon-alignment-left::before{
  content:"\f111";
}
.bp6-icon-alignment-right::before{
  content:"\f112";
}
.bp6-icon-alignment-top::before{
  content:"\f113";
}
.bp6-icon-alignment-vertical-center::before{
  content:"\f114";
}
.bp6-icon-ammunition::before{
  content:"\f342";
}
.bp6-icon-anchor::before{
  content:"\f330";
}
.bp6-icon-annotation::before{
  content:"\f115";
}
.bp6-icon-announcement::before{
  content:"\f396";
}
.bp6-icon-antenna::before{
  content:"\f116";
}
.bp6-icon-app-header::before{
  content:"\f117";
}
.bp6-icon-application::before{
  content:"\f118";
}
.bp6-icon-applications::before{
  content:"\f119";
}
.bp6-icon-archive::before{
  content:"\f11a";
}
.bp6-icon-area-of-interest::before{
  content:"\f11b";
}
.bp6-icon-array::before{
  content:"\f121";
}
.bp6-icon-array-boolean::before{
  content:"\f11c";
}
.bp6-icon-array-date::before{
  content:"\f11d";
}
.bp6-icon-array-floating-point::before{
  content:"\f32d";
}
.bp6-icon-array-numeric::before{
  content:"\f11e";
}
.bp6-icon-array-object::before{
  content:"\f394";
}
.bp6-icon-array-string::before{
  content:"\f11f";
}
.bp6-icon-array-timestamp::before{
  content:"\f120";
}
.bp6-icon-arrow-bottom-left::before{
  content:"\f122";
}
.bp6-icon-arrow-bottom-right::before{
  content:"\f123";
}
.bp6-icon-arrow-down::before{
  content:"\f124";
}
.bp6-icon-arrow-left::before{
  content:"\f125";
}
.bp6-icon-arrow-right::before{
  content:"\f126";
}
.bp6-icon-arrow-top-left::before{
  content:"\f127";
}
.bp6-icon-arrow-top-right::before{
  content:"\f128";
}
.bp6-icon-arrow-up::before{
  content:"\f129";
}
.bp6-icon-arrows-arc::before{
  content:"\f387";
}
.bp6-icon-arrows-horizontal::before{
  content:"\f12a";
}
.bp6-icon-arrows-vertical::before{
  content:"\f12b";
}
.bp6-icon-asterisk::before{
  content:"\f12c";
}
.bp6-icon-at::before{
  content:"\f331";
}
.bp6-icon-automatic-updates::before{
  content:"\f12d";
}
.bp6-icon-axle::before{
  content:"\f338";
}
.bp6-icon-backlink::before{
  content:"\f12e";
}
.bp6-icon-backward-ten::before{
  content:"\f35c";
}
.bp6-icon-badge::before{
  content:"\f12f";
}
.bp6-icon-ban-circle::before{
  content:"\f130";
}
.bp6-icon-bank-account::before{
  content:"\f131";
}
.bp6-icon-barcode::before{
  content:"\f132";
}
.bp6-icon-binary-number::before{
  content:"\f357";
}
.bp6-icon-blank::before{
  content:"\f133";
}
.bp6-icon-block-promote::before{
  content:"\f372";
}
.bp6-icon-blocked-person::before{
  content:"\f134";
}
.bp6-icon-bold::before{
  content:"\f135";
}
.bp6-icon-book::before{
  content:"\f136";
}
.bp6-icon-bookmark::before{
  content:"\f137";
}
.bp6-icon-box::before{
  content:"\f138";
}
.bp6-icon-branch-locked::before{
  content:"\f3a6";
}
.bp6-icon-branch-unlocked::before{
  content:"\f3a7";
}
.bp6-icon-briefcase::before{
  content:"\f139";
}
.bp6-icon-bring-data::before{
  content:"\f13a";
}
.bp6-icon-bring-forward::before{
  content:"\f354";
}
.bp6-icon-british-pound::before{
  content:"\f386";
}
.bp6-icon-bug::before{
  content:"\f32e";
}
.bp6-icon-buggy::before{
  content:"\f13b";
}
.bp6-icon-build::before{
  content:"\f13c";
}
.bp6-icon-bullseye::before{
  content:"\f359";
}
.bp6-icon-calculator::before{
  content:"\f13d";
}
.bp6-icon-calendar::before{
  content:"\f13e";
}
.bp6-icon-camera::before{
  content:"\f13f";
}
.bp6-icon-caret-down::before{
  content:"\f140";
}
.bp6-icon-caret-left::before{
  content:"\f141";
}
.bp6-icon-caret-right::before{
  content:"\f142";
}
.bp6-icon-caret-up::before{
  content:"\f143";
}
.bp6-icon-cargo-ship::before{
  content:"\f144";
}
.bp6-icon-cell-tower::before{
  content:"\f145";
}
.bp6-icon-changes::before{
  content:"\f146";
}
.bp6-icon-chart::before{
  content:"\f147";
}
.bp6-icon-chat::before{
  content:"\f148";
}
.bp6-icon-chevron-backward::before{
  content:"\f149";
}
.bp6-icon-chevron-down::before{
  content:"\f14a";
}
.bp6-icon-chevron-forward::before{
  content:"\f14b";
}
.bp6-icon-chevron-left::before{
  content:"\f14c";
}
.bp6-icon-chevron-right::before{
  content:"\f14d";
}
.bp6-icon-chevron-up::before{
  content:"\f14e";
}
.bp6-icon-circle::before{
  content:"\f153";
}
.bp6-icon-circle-arrow-down::before{
  content:"\f14f";
}
.bp6-icon-circle-arrow-left::before{
  content:"\f150";
}
.bp6-icon-circle-arrow-right::before{
  content:"\f151";
}
.bp6-icon-circle-arrow-up::before{
  content:"\f152";
}
.bp6-icon-citation::before{
  content:"\f154";
}
.bp6-icon-clean::before{
  content:"\f155";
}
.bp6-icon-clip::before{
  content:"\f156";
}
.bp6-icon-clipboard::before{
  content:"\f157";
}
.bp6-icon-clipboard-file::before{
  content:"\f35b";
}
.bp6-icon-cloud::before{
  content:"\f15a";
}
.bp6-icon-cloud-download::before{
  content:"\f158";
}
.bp6-icon-cloud-server::before{
  content:"\f35a";
}
.bp6-icon-cloud-tick::before{
  content:"\f34e";
}
.bp6-icon-cloud-upload::before{
  content:"\f159";
}
.bp6-icon-code::before{
  content:"\f15c";
}
.bp6-icon-code-block::before{
  content:"\f15b";
}
.bp6-icon-cog::before{
  content:"\f15d";
}
.bp6-icon-collapse-all::before{
  content:"\f15e";
}
.bp6-icon-color-fill::before{
  content:"\f328";
}
.bp6-icon-column-layout::before{
  content:"\f15f";
}
.bp6-icon-comment::before{
  content:"\f160";
}
.bp6-icon-comparison::before{
  content:"\f161";
}
.bp6-icon-compass::before{
  content:"\f162";
}
.bp6-icon-compressed::before{
  content:"\f163";
}
.bp6-icon-confirm::before{
  content:"\f164";
}
.bp6-icon-console::before{
  content:"\f165";
}
.bp6-icon-console-alert::before{
  content:"\f3ad";
}
.bp6-icon-construction::before{
  content:"\f395";
}
.bp6-icon-contrast::before{
  content:"\f166";
}
.bp6-icon-control::before{
  content:"\f167";
}
.bp6-icon-credit-card::before{
  content:"\f168";
}
.bp6-icon-crop::before{
  content:"\f353";
}
.bp6-icon-cross::before{
  content:"\f169";
}
.bp6-icon-cross-circle::before{
  content:"\f336";
}
.bp6-icon-crown::before{
  content:"\f16a";
}
.bp6-icon-css-style::before{
  content:"\f36b";
}
.bp6-icon-cube::before{
  content:"\f16d";
}
.bp6-icon-cube-add::before{
  content:"\f16b";
}
.bp6-icon-cube-cutout::before{
  content:"\f3b5";
}
.bp6-icon-cube-cutouts::before{
  content:"\f3b6";
}
.bp6-icon-cube-edit::before{
  content:"\f383";
}
.bp6-icon-cube-remove::before{
  content:"\f16c";
}
.bp6-icon-cubes::before{
  content:"\f373";
}
.bp6-icon-curly-braces::before{
  content:"\f358";
}
.bp6-icon-curved-range-chart::before{
  content:"\f16e";
}
.bp6-icon-cut::before{
  content:"\f16f";
}
.bp6-icon-cycle::before{
  content:"\f170";
}
.bp6-icon-dashboard::before{
  content:"\f171";
}
.bp6-icon-data-cloud::before{
  content:"\f391";
}
.bp6-icon-data-connection::before{
  content:"\f172";
}
.bp6-icon-data-lineage::before{
  content:"\f173";
}
.bp6-icon-data-search::before{
  content:"\f36f";
}
.bp6-icon-data-sync::before{
  content:"\f36c";
}
.bp6-icon-database::before{
  content:"\f174";
}
.bp6-icon-delete::before{
  content:"\f175";
}
.bp6-icon-delete-clip::before{
  content:"\f3a3";
}
.bp6-icon-delta::before{
  content:"\f176";
}
.bp6-icon-derive-column::before{
  content:"\f177";
}
.bp6-icon-desktop::before{
  content:"\f178";
}
.bp6-icon-detection::before{
  content:"\f341";
}
.bp6-icon-diagnosis::before{
  content:"\f179";
}
.bp6-icon-diagram-tree::before{
  content:"\f17a";
}
.bp6-icon-direction-left::before{
  content:"\f17b";
}
.bp6-icon-direction-right::before{
  content:"\f17c";
}
.bp6-icon-disable::before{
  content:"\f17d";
}
.bp6-icon-divide::before{
  content:"\f327";
}
.bp6-icon-document::before{
  content:"\f180";
}
.bp6-icon-document-code::before{
  content:"\f3a0";
}
.bp6-icon-document-locked::before{
  content:"\f3a1";
}
.bp6-icon-document-open::before{
  content:"\f17e";
}
.bp6-icon-document-share::before{
  content:"\f17f";
}
.bp6-icon-dollar::before{
  content:"\f181";
}
.bp6-icon-dot::before{
  content:"\f182";
}
.bp6-icon-double-caret-horizontal::before{
  content:"\f183";
}
.bp6-icon-double-caret-vertical::before{
  content:"\f184";
}
.bp6-icon-double-chevron-down::before{
  content:"\f185";
}
.bp6-icon-double-chevron-left::before{
  content:"\f186";
}
.bp6-icon-double-chevron-right::before{
  content:"\f187";
}
.bp6-icon-double-chevron-up::before{
  content:"\f188";
}
.bp6-icon-doughnut-chart::before{
  content:"\f189";
}
.bp6-icon-download::before{
  content:"\f18a";
}
.bp6-icon-drag-handle-horizontal::before{
  content:"\f18b";
}
.bp6-icon-drag-handle-vertical::before{
  content:"\f18c";
}
.bp6-icon-draw::before{
  content:"\f18d";
}
.bp6-icon-drawer-left::before{
  content:"\f18f";
}
.bp6-icon-drawer-left-filled::before{
  content:"\f18e";
}
.bp6-icon-drawer-right::before{
  content:"\f191";
}
.bp6-icon-drawer-right-filled::before{
  content:"\f190";
}
.bp6-icon-drive-time::before{
  content:"\f192";
}
.bp6-icon-drone::before{
  content:"\f3b1";
}
.bp6-icon-drone-uav::before{
  content:"\f3b2";
}
.bp6-icon-duplicate::before{
  content:"\f193";
}
.bp6-icon-edit::before{
  content:"\f194";
}
.bp6-icon-eject::before{
  content:"\f195";
}
.bp6-icon-emoji::before{
  content:"\f196";
}
.bp6-icon-endnote::before{
  content:"\f356";
}
.bp6-icon-endorsed::before{
  content:"\f197";
}
.bp6-icon-envelope::before{
  content:"\f198";
}
.bp6-icon-equals::before{
  content:"\f199";
}
.bp6-icon-eraser::before{
  content:"\f19a";
}
.bp6-icon-error::before{
  content:"\f19b";
}
.bp6-icon-euro::before{
  content:"\f19c";
}
.bp6-icon-excavator::before{
  content:"\f36d";
}
.bp6-icon-exchange::before{
  content:"\f19d";
}
.bp6-icon-exclude-row::before{
  content:"\f19e";
}
.bp6-icon-expand-all::before{
  content:"\f19f";
}
.bp6-icon-explain::before{
  content:"\f34d";
}
.bp6-icon-export::before{
  content:"\f1a0";
}
.bp6-icon-eye-off::before{
  content:"\f1a1";
}
.bp6-icon-eye-on::before{
  content:"\f1a2";
}
.bp6-icon-eye-open::before{
  content:"\f1a3";
}
.bp6-icon-fast-backward::before{
  content:"\f1a4";
}
.bp6-icon-fast-forward::before{
  content:"\f1a5";
}
.bp6-icon-feed::before{
  content:"\f1a7";
}
.bp6-icon-feed-subscribed::before{
  content:"\f1a6";
}
.bp6-icon-fighter-jet::before{
  content:"\f384";
}
.bp6-icon-film::before{
  content:"\f1a8";
}
.bp6-icon-filter::before{
  content:"\f1ad";
}
.bp6-icon-filter-keep::before{
  content:"\f1a9";
}
.bp6-icon-filter-list::before{
  content:"\f1aa";
}
.bp6-icon-filter-open::before{
  content:"\f1ab";
}
.bp6-icon-filter-remove::before{
  content:"\f1ac";
}
.bp6-icon-filter-sort-asc::before{
  content:"\f38e";
}
.bp6-icon-filter-sort-desc::before{
  content:"\f38f";
}
.bp6-icon-flag::before{
  content:"\f1ae";
}
.bp6-icon-flame::before{
  content:"\f1af";
}
.bp6-icon-flash::before{
  content:"\f1b0";
}
.bp6-icon-floating-point::before{
  content:"\f32c";
}
.bp6-icon-floppy-disk::before{
  content:"\f1b1";
}
.bp6-icon-flow-branch::before{
  content:"\f1b2";
}
.bp6-icon-flow-end::before{
  content:"\f1b3";
}
.bp6-icon-flow-linear::before{
  content:"\f1b4";
}
.bp6-icon-flow-review::before{
  content:"\f1b6";
}
.bp6-icon-flow-review-branch::before{
  content:"\f1b5";
}
.bp6-icon-flows::before{
  content:"\f1b7";
}
.bp6-icon-folder-close::before{
  content:"\f1b8";
}
.bp6-icon-folder-new::before{
  content:"\f1b9";
}
.bp6-icon-folder-open::before{
  content:"\f1ba";
}
.bp6-icon-folder-shared::before{
  content:"\f1bc";
}
.bp6-icon-folder-shared-open::before{
  content:"\f1bb";
}
.bp6-icon-follower::before{
  content:"\f1bd";
}
.bp6-icon-following::before{
  content:"\f1be";
}
.bp6-icon-font::before{
  content:"\f1bf";
}
.bp6-icon-fork::before{
  content:"\f1c0";
}
.bp6-icon-fork-end::before{
  content:"\f3b7";
}
.bp6-icon-form::before{
  content:"\f1c1";
}
.bp6-icon-forward-ten::before{
  content:"\f35d";
}
.bp6-icon-fuel::before{
  content:"\f323";
}
.bp6-icon-full-circle::before{
  content:"\f1c2";
}
.bp6-icon-full-stacked-chart::before{
  content:"\f1c3";
}
.bp6-icon-fullscreen::before{
  content:"\f1c4";
}
.bp6-icon-function::before{
  content:"\f1c5";
}
.bp6-icon-function-minimal::before{
  content:"\f3b4";
}
.bp6-icon-gantt-chart::before{
  content:"\f1c6";
}
.bp6-icon-generate::before{
  content:"\f34c";
}
.bp6-icon-geofence::before{
  content:"\f1c7";
}
.bp6-icon-geolocation::before{
  content:"\f1c8";
}
.bp6-icon-geosearch::before{
  content:"\f1c9";
}
.bp6-icon-geotime::before{
  content:"\f344";
}
.bp6-icon-gift-box::before{
  content:"\f3a2";
}
.bp6-icon-git-branch::before{
  content:"\f1ca";
}
.bp6-icon-git-commit::before{
  content:"\f1cb";
}
.bp6-icon-git-merge::before{
  content:"\f1cc";
}
.bp6-icon-git-new-branch::before{
  content:"\f1cd";
}
.bp6-icon-git-pull::before{
  content:"\f1ce";
}
.bp6-icon-git-push::before{
  content:"\f1cf";
}
.bp6-icon-git-rebase::before{
  content:"\f3ac";
}
.bp6-icon-git-repo::before{
  content:"\f1d0";
}
.bp6-icon-glass::before{
  content:"\f1d1";
}
.bp6-icon-globe::before{
  content:"\f1d3";
}
.bp6-icon-globe-network::before{
  content:"\f1d2";
}
.bp6-icon-globe-network-add::before{
  content:"\f382";
}
.bp6-icon-graph::before{
  content:"\f1d5";
}
.bp6-icon-graph-remove::before{
  content:"\f1d4";
}
.bp6-icon-greater-than::before{
  content:"\f1d7";
}
.bp6-icon-greater-than-or-equal-to::before{
  content:"\f1d6";
}
.bp6-icon-grid::before{
  content:"\f1d9";
}
.bp6-icon-grid-view::before{
  content:"\f1d8";
}
.bp6-icon-group-item::before{
  content:"\f34a";
}
.bp6-icon-group-objects::before{
  content:"\f1da";
}
.bp6-icon-grouped-bar-chart::before{
  content:"\f1db";
}
.bp6-icon-hand::before{
  content:"\f1e0";
}
.bp6-icon-hand-down::before{
  content:"\f1dc";
}
.bp6-icon-hand-left::before{
  content:"\f1dd";
}
.bp6-icon-hand-right::before{
  content:"\f1de";
}
.bp6-icon-hand-up::before{
  content:"\f1df";
}
.bp6-icon-hat::before{
  content:"\f1e1";
}
.bp6-icon-header::before{
  content:"\f1e5";
}
.bp6-icon-header-one::before{
  content:"\f1e2";
}
.bp6-icon-header-three::before{
  content:"\f1e3";
}
.bp6-icon-header-two::before{
  content:"\f1e4";
}
.bp6-icon-headset::before{
  content:"\f1e6";
}
.bp6-icon-heart::before{
  content:"\f1e8";
}
.bp6-icon-heart-broken::before{
  content:"\f1e7";
}
.bp6-icon-heat-grid::before{
  content:"\f1e9";
}
.bp6-icon-heatmap::before{
  content:"\f1ea";
}
.bp6-icon-helicopter::before{
  content:"\f1eb";
}
.bp6-icon-help::before{
  content:"\f1ec";
}
.bp6-icon-helper-management::before{
  content:"\f1ed";
}
.bp6-icon-hexagon::before{
  content:"\f374";
}
.bp6-icon-high-priority::before{
  content:"\f1ee";
}
.bp6-icon-high-voltage-pole::before{
  content:"\f333";
}
.bp6-icon-highlight::before{
  content:"\f1ef";
}
.bp6-icon-history::before{
  content:"\f1f0";
}
.bp6-icon-home::before{
  content:"\f1f1";
}
.bp6-icon-horizontal-bar-chart::before{
  content:"\f1f4";
}
.bp6-icon-horizontal-bar-chart-asc::before{
  content:"\f1f2";
}
.bp6-icon-horizontal-bar-chart-desc::before{
  content:"\f1f3";
}
.bp6-icon-horizontal-distribution::before{
  content:"\f1f5";
}
.bp6-icon-horizontal-inbetween::before{
  content:"\f329";
}
.bp6-icon-hurricane::before{
  content:"\f1f6";
}
.bp6-icon-id-number::before{
  content:"\f1f7";
}
.bp6-icon-image-rotate-left::before{
  content:"\f1f8";
}
.bp6-icon-image-rotate-right::before{
  content:"\f1f9";
}
.bp6-icon-import::before{
  content:"\f1fa";
}
.bp6-icon-inbox::before{
  content:"\f1ff";
}
.bp6-icon-inbox-filtered::before{
  content:"\f1fb";
}
.bp6-icon-inbox-geo::before{
  content:"\f1fc";
}
.bp6-icon-inbox-search::before{
  content:"\f1fd";
}
.bp6-icon-inbox-update::before{
  content:"\f1fe";
}
.bp6-icon-info-sign::before{
  content:"\f200";
}
.bp6-icon-inheritance::before{
  content:"\f201";
}
.bp6-icon-inherited-group::before{
  content:"\f202";
}
.bp6-icon-inner-join::before{
  content:"\f203";
}
.bp6-icon-input::before{
  content:"\f34b";
}
.bp6-icon-insert::before{
  content:"\f204";
}
.bp6-icon-intelligence::before{
  content:"\f337";
}
.bp6-icon-intersection::before{
  content:"\f205";
}
.bp6-icon-ip-address::before{
  content:"\f206";
}
.bp6-icon-issue::before{
  content:"\f209";
}
.bp6-icon-issue-closed::before{
  content:"\f207";
}
.bp6-icon-issue-new::before{
  content:"\f208";
}
.bp6-icon-italic::before{
  content:"\f20a";
}
.bp6-icon-join-table::before{
  content:"\f20b";
}
.bp6-icon-key::before{
  content:"\f215";
}
.bp6-icon-key-backspace::before{
  content:"\f20c";
}
.bp6-icon-key-command::before{
  content:"\f20d";
}
.bp6-icon-key-control::before{
  content:"\f20e";
}
.bp6-icon-key-delete::before{
  content:"\f20f";
}
.bp6-icon-key-enter::before{
  content:"\f210";
}
.bp6-icon-key-escape::before{
  content:"\f211";
}
.bp6-icon-key-option::before{
  content:"\f212";
}
.bp6-icon-key-shift::before{
  content:"\f213";
}
.bp6-icon-key-tab::before{
  content:"\f214";
}
.bp6-icon-known-vehicle::before{
  content:"\f216";
}
.bp6-icon-lab-test::before{
  content:"\f217";
}
.bp6-icon-label::before{
  content:"\f218";
}
.bp6-icon-layer::before{
  content:"\f21a";
}
.bp6-icon-layer-outline::before{
  content:"\f219";
}
.bp6-icon-layers::before{
  content:"\f21b";
}
.bp6-icon-layout::before{
  content:"\f225";
}
.bp6-icon-layout-auto::before{
  content:"\f21c";
}
.bp6-icon-layout-balloon::before{
  content:"\f21d";
}
.bp6-icon-layout-bottom-row-three-tiles::before{
  content:"\f364";
}
.bp6-icon-layout-bottom-row-two-tiles::before{
  content:"\f363";
}
.bp6-icon-layout-circle::before{
  content:"\f21e";
}
.bp6-icon-layout-grid::before{
  content:"\f21f";
}
.bp6-icon-layout-group-by::before{
  content:"\f220";
}
.bp6-icon-layout-hierarchy::before{
  content:"\f221";
}
.bp6-icon-layout-left-column-three-tiles::before{
  content:"\f366";
}
.bp6-icon-layout-left-column-two-tiles::before{
  content:"\f365";
}
.bp6-icon-layout-linear::before{
  content:"\f222";
}
.bp6-icon-layout-right-column-three-tiles::before{
  content:"\f368";
}
.bp6-icon-layout-right-column-two-tiles::before{
  content:"\f367";
}
.bp6-icon-layout-skew-grid::before{
  content:"\f223";
}
.bp6-icon-layout-sorted-clusters::before{
  content:"\f224";
}
.bp6-icon-layout-three-columns::before{
  content:"\f361";
}
.bp6-icon-layout-three-rows::before{
  content:"\f362";
}
.bp6-icon-layout-top-row-three-tiles::before{
  content:"\f36a";
}
.bp6-icon-layout-top-row-two-tiles::before{
  content:"\f369";
}
.bp6-icon-layout-two-columns::before{
  content:"\f35f";
}
.bp6-icon-layout-two-rows::before{
  content:"\f360";
}
.bp6-icon-learning::before{
  content:"\f226";
}
.bp6-icon-left-join::before{
  content:"\f227";
}
.bp6-icon-lengthen-text::before{
  content:"\f33e";
}
.bp6-icon-less-than::before{
  content:"\f229";
}
.bp6-icon-less-than-or-equal-to::before{
  content:"\f228";
}
.bp6-icon-lifesaver::before{
  content:"\f22a";
}
.bp6-icon-lightbulb::before{
  content:"\f22b";
}
.bp6-icon-lightning::before{
  content:"\f22c";
}
.bp6-icon-link::before{
  content:"\f22d";
}
.bp6-icon-linked-squares::before{
  content:"\f385";
}
.bp6-icon-list::before{
  content:"\f230";
}
.bp6-icon-list-columns::before{
  content:"\f22e";
}
.bp6-icon-list-detail-view::before{
  content:"\f22f";
}
.bp6-icon-locate::before{
  content:"\f231";
}
.bp6-icon-lock::before{
  content:"\f232";
}
.bp6-icon-locomotive::before{
  content:"\f33b";
}
.bp6-icon-log-in::before{
  content:"\f233";
}
.bp6-icon-log-out::before{
  content:"\f234";
}
.bp6-icon-low-voltage-pole::before{
  content:"\f332";
}
.bp6-icon-manual::before{
  content:"\f235";
}
.bp6-icon-manually-entered-data::before{
  content:"\f236";
}
.bp6-icon-many-to-many::before{
  content:"\f237";
}
.bp6-icon-many-to-one::before{
  content:"\f238";
}
.bp6-icon-map::before{
  content:"\f23b";
}
.bp6-icon-map-create::before{
  content:"\f239";
}
.bp6-icon-map-marker::before{
  content:"\f23a";
}
.bp6-icon-markdown::before{
  content:"\f3a9";
}
.bp6-icon-maximize::before{
  content:"\f23c";
}
.bp6-icon-media::before{
  content:"\f23d";
}
.bp6-icon-menu::before{
  content:"\f240";
}
.bp6-icon-menu-closed::before{
  content:"\f23e";
}
.bp6-icon-menu-open::before{
  content:"\f23f";
}
.bp6-icon-merge-columns::before{
  content:"\f241";
}
.bp6-icon-merge-links::before{
  content:"\f242";
}
.bp6-icon-microphone::before{
  content:"\f343";
}
.bp6-icon-minimize::before{
  content:"\f243";
}
.bp6-icon-minus::before{
  content:"\f244";
}
.bp6-icon-mobile-phone::before{
  content:"\f245";
}
.bp6-icon-mobile-video::before{
  content:"\f246";
}
.bp6-icon-modal::before{
  content:"\f248";
}
.bp6-icon-modal-filled::before{
  content:"\f247";
}
.bp6-icon-model::before{
  content:"\f33d";
}
.bp6-icon-moon::before{
  content:"\f249";
}
.bp6-icon-more::before{
  content:"\f24a";
}
.bp6-icon-mountain::before{
  content:"\f24b";
}
.bp6-icon-move::before{
  content:"\f24c";
}
.bp6-icon-mugshot::before{
  content:"\f24d";
}
.bp6-icon-multi-select::before{
  content:"\f24e";
}
.bp6-icon-music::before{
  content:"\f24f";
}
.bp6-icon-nest::before{
  content:"\f250";
}
.bp6-icon-new-drawing::before{
  content:"\f251";
}
.bp6-icon-new-grid-item::before{
  content:"\f252";
}
.bp6-icon-new-layer::before{
  content:"\f253";
}
.bp6-icon-new-layers::before{
  content:"\f254";
}
.bp6-icon-new-link::before{
  content:"\f255";
}
.bp6-icon-new-object::before{
  content:"\f256";
}
.bp6-icon-new-person::before{
  content:"\f257";
}
.bp6-icon-new-prescription::before{
  content:"\f258";
}
.bp6-icon-new-shield::before{
  content:"\f349";
}
.bp6-icon-new-text-box::before{
  content:"\f259";
}
.bp6-icon-ninja::before{
  content:"\f25a";
}
.bp6-icon-not-equal-to::before{
  content:"\f25b";
}
.bp6-icon-notifications::before{
  content:"\f25e";
}
.bp6-icon-notifications-add::before{
  content:"\f398";
}
.bp6-icon-notifications-snooze::before{
  content:"\f25c";
}
.bp6-icon-notifications-updated::before{
  content:"\f25d";
}
.bp6-icon-numbered-list::before{
  content:"\f25f";
}
.bp6-icon-numerical::before{
  content:"\f260";
}
.bp6-icon-object-view::before{
  content:"\f390";
}
.bp6-icon-office::before{
  content:"\f261";
}
.bp6-icon-offline::before{
  content:"\f262";
}
.bp6-icon-oil-field::before{
  content:"\f263";
}
.bp6-icon-one-column::before{
  content:"\f264";
}
.bp6-icon-one-to-many::before{
  content:"\f265";
}
.bp6-icon-one-to-one::before{
  content:"\f266";
}
.bp6-icon-open-application::before{
  content:"\f32b";
}
.bp6-icon-outdated::before{
  content:"\f267";
}
.bp6-icon-output::before{
  content:"\f370";
}
.bp6-icon-package::before{
  content:"\f375";
}
.bp6-icon-page-break::before{
  content:"\f3a5";
}
.bp6-icon-page-layout::before{
  content:"\f268";
}
.bp6-icon-panel::before{
  content:"\f381";
}
.bp6-icon-panel-stats::before{
  content:"\f269";
}
.bp6-icon-panel-table::before{
  content:"\f26a";
}
.bp6-icon-paperclip::before{
  content:"\f26b";
}
.bp6-icon-paragraph::before{
  content:"\f26c";
}
.bp6-icon-paste-variable::before{
  content:"\f346";
}
.bp6-icon-path::before{
  content:"\f26e";
}
.bp6-icon-path-search::before{
  content:"\f26d";
}
.bp6-icon-pause::before{
  content:"\f26f";
}
.bp6-icon-people::before{
  content:"\f270";
}
.bp6-icon-percentage::before{
  content:"\f271";
}
.bp6-icon-person::before{
  content:"\f272";
}
.bp6-icon-phone::before{
  content:"\f273";
}
.bp6-icon-phone-call::before{
  content:"\f347";
}
.bp6-icon-phone-forward::before{
  content:"\f348";
}
.bp6-icon-phone-search::before{
  content:"\f397";
}
.bp6-icon-pie-chart::before{
  content:"\f274";
}
.bp6-icon-pill::before{
  content:"\f376";
}
.bp6-icon-pin::before{
  content:"\f275";
}
.bp6-icon-pistol::before{
  content:"\f39c";
}
.bp6-icon-pivot::before{
  content:"\f277";
}
.bp6-icon-pivot-table::before{
  content:"\f276";
}
.bp6-icon-play::before{
  content:"\f278";
}
.bp6-icon-playbook::before{
  content:"\f324";
}
.bp6-icon-plus::before{
  content:"\f279";
}
.bp6-icon-polygon-filter::before{
  content:"\f27a";
}
.bp6-icon-power::before{
  content:"\f27b";
}
.bp6-icon-predictive-analysis::before{
  content:"\f27c";
}
.bp6-icon-prescription::before{
  content:"\f27d";
}
.bp6-icon-presentation::before{
  content:"\f27e";
}
.bp6-icon-print::before{
  content:"\f27f";
}
.bp6-icon-projects::before{
  content:"\f280";
}
.bp6-icon-properties::before{
  content:"\f281";
}
.bp6-icon-property::before{
  content:"\f282";
}
.bp6-icon-publish-function::before{
  content:"\f283";
}
.bp6-icon-pulse::before{
  content:"\f284";
}
.bp6-icon-rain::before{
  content:"\f285";
}
.bp6-icon-random::before{
  content:"\f286";
}
.bp6-icon-range-ring::before{
  content:"\f371";
}
.bp6-icon-record::before{
  content:"\f287";
}
.bp6-icon-rect-height::before{
  content:"\f325";
}
.bp6-icon-rect-width::before{
  content:"\f326";
}
.bp6-icon-rectangle::before{
  content:"\f321";
}
.bp6-icon-redo::before{
  content:"\f288";
}
.bp6-icon-refresh::before{
  content:"\f289";
}
.bp6-icon-refresh-off::before{
  content:"\f3aa";
}
.bp6-icon-regex::before{
  content:"\f32f";
}
.bp6-icon-regression-chart::before{
  content:"\f28a";
}
.bp6-icon-remove::before{
  content:"\f290";
}
.bp6-icon-remove-column::before{
  content:"\f28d";
}
.bp6-icon-remove-column-left::before{
  content:"\f28b";
}
.bp6-icon-remove-column-right::before{
  content:"\f28c";
}
.bp6-icon-remove-row-bottom::before{
  content:"\f28e";
}
.bp6-icon-remove-row-top::before{
  content:"\f28f";
}
.bp6-icon-repeat::before{
  content:"\f291";
}
.bp6-icon-reset::before{
  content:"\f292";
}
.bp6-icon-resolve::before{
  content:"\f293";
}
.bp6-icon-rig::before{
  content:"\f294";
}
.bp6-icon-right-join::before{
  content:"\f295";
}
.bp6-icon-ring::before{
  content:"\f296";
}
.bp6-icon-rocket::before{
  content:"\f298";
}
.bp6-icon-rocket-slant::before{
  content:"\f297";
}
.bp6-icon-root-folder::before{
  content:"\f39f";
}
.bp6-icon-rotate-ccw::before{
  content:"\f389";
}
.bp6-icon-rotate-cw::before{
  content:"\f388";
}
.bp6-icon-rotate-document::before{
  content:"\f299";
}
.bp6-icon-rotate-page::before{
  content:"\f29a";
}
.bp6-icon-route::before{
  content:"\f29b";
}
.bp6-icon-run-history::before{
  content:"\f393";
}
.bp6-icon-satellite::before{
  content:"\f29c";
}
.bp6-icon-saved::before{
  content:"\f29d";
}
.bp6-icon-scatter-plot::before{
  content:"\f29e";
}
.bp6-icon-search::before{
  content:"\f2a2";
}
.bp6-icon-search-around::before{
  content:"\f29f";
}
.bp6-icon-search-template::before{
  content:"\f2a0";
}
.bp6-icon-search-text::before{
  content:"\f2a1";
}
.bp6-icon-segmented-control::before{
  content:"\f2a3";
}
.bp6-icon-select::before{
  content:"\f2a4";
}
.bp6-icon-selection::before{
  content:"\f2a5";
}
.bp6-icon-selection-box::before{
  content:"\f399";
}
.bp6-icon-selection-box-add::before{
  content:"\f39a";
}
.bp6-icon-selection-box-edit::before{
  content:"\f39b";
}
.bp6-icon-selection-box-remove::before{
  content:"\f3a8";
}
.bp6-icon-send-backward::before{
  content:"\f355";
}
.bp6-icon-send-message::before{
  content:"\f2a6";
}
.bp6-icon-send-to::before{
  content:"\f2a9";
}
.bp6-icon-send-to-graph::before{
  content:"\f2a7";
}
.bp6-icon-send-to-map::before{
  content:"\f2a8";
}
.bp6-icon-sensor::before{
  content:"\f33c";
}
.bp6-icon-series-add::before{
  content:"\f2aa";
}
.bp6-icon-series-configuration::before{
  content:"\f2ab";
}
.bp6-icon-series-derived::before{
  content:"\f2ac";
}
.bp6-icon-series-filtered::before{
  content:"\f2ad";
}
.bp6-icon-series-search::before{
  content:"\f2ae";
}
.bp6-icon-server::before{
  content:"\f378";
}
.bp6-icon-server-install::before{
  content:"\f377";
}
.bp6-icon-settings::before{
  content:"\f2af";
}
.bp6-icon-shapes::before{
  content:"\f2b0";
}
.bp6-icon-share::before{
  content:"\f2b1";
}
.bp6-icon-shared-filter::before{
  content:"\f2b2";
}
.bp6-icon-shield::before{
  content:"\f2b3";
}
.bp6-icon-ship::before{
  content:"\f2b4";
}
.bp6-icon-shop::before{
  content:"\f2b5";
}
.bp6-icon-shopping-cart::before{
  content:"\f2b6";
}
.bp6-icon-shorten-text::before{
  content:"\f33f";
}
.bp6-icon-signal-search::before{
  content:"\f2b7";
}
.bp6-icon-sim-card::before{
  content:"\f2b8";
}
.bp6-icon-slash::before{
  content:"\f2b9";
}
.bp6-icon-small-cross::before{
  content:"\f2ba";
}
.bp6-icon-small-info-sign::before{
  content:"\f334";
}
.bp6-icon-small-minus::before{
  content:"\f2bb";
}
.bp6-icon-small-plus::before{
  content:"\f2bc";
}
.bp6-icon-small-square::before{
  content:"\f2bd";
}
.bp6-icon-small-tick::before{
  content:"\f2be";
}
.bp6-icon-snowflake::before{
  content:"\f2bf";
}
.bp6-icon-soccer-ball::before{
  content:"\f350";
}
.bp6-icon-social-media::before{
  content:"\f2c0";
}
.bp6-icon-sort::before{
  content:"\f2c7";
}
.bp6-icon-sort-alphabetical::before{
  content:"\f2c2";
}
.bp6-icon-sort-alphabetical-desc::before{
  content:"\f2c1";
}
.bp6-icon-sort-asc::before{
  content:"\f2c3";
}
.bp6-icon-sort-desc::before{
  content:"\f2c4";
}
.bp6-icon-sort-numerical::before{
  content:"\f2c6";
}
.bp6-icon-sort-numerical-desc::before{
  content:"\f2c5";
}
.bp6-icon-spell-check::before{
  content:"\f340";
}
.bp6-icon-spin::before{
  content:"\f3b3";
}
.bp6-icon-split-columns::before{
  content:"\f2c8";
}
.bp6-icon-sports-stadium::before{
  content:"\f351";
}
.bp6-icon-square::before{
  content:"\f2c9";
}
.bp6-icon-stacked-chart::before{
  content:"\f2ca";
}
.bp6-icon-stadium-geometry::before{
  content:"\f2cb";
}
.bp6-icon-star::before{
  content:"\f2cd";
}
.bp6-icon-star-empty::before{
  content:"\f2cc";
}
.bp6-icon-step-backward::before{
  content:"\f2ce";
}
.bp6-icon-step-chart::before{
  content:"\f2cf";
}
.bp6-icon-step-forward::before{
  content:"\f2d0";
}
.bp6-icon-stop::before{
  content:"\f2d1";
}
.bp6-icon-stopwatch::before{
  content:"\f2d2";
}
.bp6-icon-strikethrough::before{
  content:"\f2d3";
}
.bp6-icon-style::before{
  content:"\f2d4";
}
.bp6-icon-subscript::before{
  content:"\f339";
}
.bp6-icon-subtract-right-join::before{
  content:"\f392";
}
.bp6-icon-superscript::before{
  content:"\f33a";
}
.bp6-icon-swap-horizontal::before{
  content:"\f2d5";
}
.bp6-icon-swap-vertical::before{
  content:"\f2d6";
}
.bp6-icon-sweep::before{
  content:"\f3a4";
}
.bp6-icon-switch::before{
  content:"\f2d7";
}
.bp6-icon-symbol-circle::before{
  content:"\f2d8";
}
.bp6-icon-symbol-cross::before{
  content:"\f2d9";
}
.bp6-icon-symbol-diamond::before{
  content:"\f2da";
}
.bp6-icon-symbol-rectangle::before{
  content:"\f322";
}
.bp6-icon-symbol-square::before{
  content:"\f2db";
}
.bp6-icon-symbol-triangle-down::before{
  content:"\f2dc";
}
.bp6-icon-symbol-triangle-up::before{
  content:"\f2dd";
}
.bp6-icon-syringe::before{
  content:"\f2de";
}
.bp6-icon-table-sync::before{
  content:"\f36e";
}
.bp6-icon-tag::before{
  content:"\f2df";
}
.bp6-icon-tag-add::before{
  content:"\f379";
}
.bp6-icon-tag-promote::before{
  content:"\f37a";
}
.bp6-icon-tag-refresh::before{
  content:"\f37b";
}
.bp6-icon-tag-undo::before{
  content:"\f37c";
}
.bp6-icon-tags::before{
  content:"\f37d";
}
.bp6-icon-take-action::before{
  content:"\f2e0";
}
.bp6-icon-tank::before{
  content:"\f2e1";
}
.bp6-icon-target::before{
  content:"\f2e2";
}
.bp6-icon-taxi::before{
  content:"\f2e3";
}
.bp6-icon-team::before{
  content:"\f352";
}
.bp6-icon-temperature::before{
  content:"\f2e4";
}
.bp6-icon-text-highlight::before{
  content:"\f2e5";
}
.bp6-icon-th::before{
  content:"\f2ea";
}
.bp6-icon-th-add::before{
  content:"\f38a";
}
.bp6-icon-th-derived::before{
  content:"\f2e6";
}
.bp6-icon-th-disconnect::before{
  content:"\f2e7";
}
.bp6-icon-th-filtered::before{
  content:"\f2e8";
}
.bp6-icon-th-list::before{
  content:"\f2e9";
}
.bp6-icon-th-list-add::before{
  content:"\f38b";
}
.bp6-icon-th-virtual::before{
  content:"\f38c";
}
.bp6-icon-th-virtual-add::before{
  content:"\f38d";
}
.bp6-icon-third-party::before{
  content:"\f2eb";
}
.bp6-icon-thumbs-down::before{
  content:"\f2ec";
}
.bp6-icon-thumbs-up::before{
  content:"\f2ed";
}
.bp6-icon-tick::before{
  content:"\f2ef";
}
.bp6-icon-tick-circle::before{
  content:"\f2ee";
}
.bp6-icon-time::before{
  content:"\f2f0";
}
.bp6-icon-timeline-area-chart::before{
  content:"\f2f1";
}
.bp6-icon-timeline-bar-chart::before{
  content:"\f2f2";
}
.bp6-icon-timeline-events::before{
  content:"\f2f3";
}
.bp6-icon-timeline-line-chart::before{
  content:"\f2f4";
}
.bp6-icon-tint::before{
  content:"\f2f5";
}
.bp6-icon-torch::before{
  content:"\f2f6";
}
.bp6-icon-tractor::before{
  content:"\f2f7";
}
.bp6-icon-train::before{
  content:"\f2f8";
}
.bp6-icon-translate::before{
  content:"\f2f9";
}
.bp6-icon-trash::before{
  content:"\f2fa";
}
.bp6-icon-tree::before{
  content:"\f2fb";
}
.bp6-icon-trending-down::before{
  content:"\f2fc";
}
.bp6-icon-trending-up::before{
  content:"\f2fd";
}
.bp6-icon-trophy::before{
  content:"\f34f";
}
.bp6-icon-truck::before{
  content:"\f2fe";
}
.bp6-icon-two-columns::before{
  content:"\f2ff";
}
.bp6-icon-unarchive::before{
  content:"\f300";
}
.bp6-icon-underline::before{
  content:"\f301";
}
.bp6-icon-undo::before{
  content:"\f302";
}
.bp6-icon-ungroup-objects::before{
  content:"\f303";
}
.bp6-icon-unknown-vehicle::before{
  content:"\f304";
}
.bp6-icon-unlink::before{
  content:"\f345";
}
.bp6-icon-unlock::before{
  content:"\f305";
}
.bp6-icon-unpin::before{
  content:"\f306";
}
.bp6-icon-unresolve::before{
  content:"\f307";
}
.bp6-icon-updated::before{
  content:"\f308";
}
.bp6-icon-upload::before{
  content:"\f309";
}
.bp6-icon-user::before{
  content:"\f30a";
}
.bp6-icon-variable::before{
  content:"\f30b";
}
.bp6-icon-variable-layer::before{
  content:"\f3ab";
}
.bp6-icon-vector::before{
  content:"\f35e";
}
.bp6-icon-vertical-bar-chart-asc::before{
  content:"\f30c";
}
.bp6-icon-vertical-bar-chart-desc::before{
  content:"\f30d";
}
.bp6-icon-vertical-distribution::before{
  content:"\f30e";
}
.bp6-icon-vertical-inbetween::before{
  content:"\f32a";
}
.bp6-icon-video::before{
  content:"\f30f";
}
.bp6-icon-virus::before{
  content:"\f310";
}
.bp6-icon-volume-down::before{
  content:"\f311";
}
.bp6-icon-volume-off::before{
  content:"\f312";
}
.bp6-icon-volume-up::before{
  content:"\f313";
}
.bp6-icon-walk::before{
  content:"\f314";
}
.bp6-icon-warning-sign::before{
  content:"\f315";
}
.bp6-icon-waterfall-chart::before{
  content:"\f316";
}
.bp6-icon-waves::before{
  content:"\f317";
}
.bp6-icon-widget::before{
  content:"\f31b";
}
.bp6-icon-widget-button::before{
  content:"\f318";
}
.bp6-icon-widget-footer::before{
  content:"\f319";
}
.bp6-icon-widget-header::before{
  content:"\f31a";
}
.bp6-icon-wind::before{
  content:"\f31c";
}
.bp6-icon-won::before{
  content:"\f3af";
}
.bp6-icon-wrap-lines::before{
  content:"\f3ae";
}
.bp6-icon-wrench::before{
  content:"\f31d";
}
.bp6-icon-wrench-redo::before{
  content:"\f37e";
}
.bp6-icon-wrench-snooze::before{
  content:"\f37f";
}
.bp6-icon-wrench-time::before{
  content:"\f380";
}
.bp6-icon-yen::before{
  content:"\f3b0";
}
.bp6-icon-zoom-in::before{
  content:"\f31e";
}
.bp6-icon-zoom-out::before{
  content:"\f31f";
}
.bp6-icon-zoom-to-fit::before{
  content:"\f320";
}
.bp6-text-muted{
  color:#5f6b7c;
}
.bp6-text-disabled{
  color:rgba(95, 107, 124, 0.6);
}
.bp6-running-text hr{
  border-color:rgba(17, 20, 24, 0.15);
}
a{
  color:#215db0;
}
a:hover{
  color:#215db0;
}
a .bp6-icon, a .bp6-icon-standard, a .bp6-icon-large{
  color:inherit;
}
a code{
  color:inherit;
}
.bp6-code,
.bp6-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 > .bp6-code,
a > .bp6-running-text code{
  color:#2d72d2;
}
.bp6-code-block,
.bp6-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;
}
.bp6-code-block > code,
.bp6-running-text pre > code{
  background:none;
  box-shadow:none;
  color:inherit;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp6-code-block,
  .bp6-running-text pre{
    border:1px solid buttonborder;
    box-shadow:none;
  }
}
.bp6-key,
.bp6-running-text kbd{
  background:#ffffff;
  box-shadow:0 0 0 1px rgba(17, 20, 24, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  color:#5f6b7c;
}
.bp6-icon.bp6-intent-primary, .bp6-icon-standard.bp6-intent-primary, .bp6-icon-large.bp6-intent-primary{
  color:#215db0;
}
.bp6-icon.bp6-intent-success, .bp6-icon-standard.bp6-intent-success, .bp6-icon-large.bp6-intent-success{
  color:#1c6e42;
}
.bp6-icon.bp6-intent-warning, .bp6-icon-standard.bp6-intent-warning, .bp6-icon-large.bp6-intent-warning{
  color:#935610;
}
.bp6-icon.bp6-intent-danger, .bp6-icon-standard.bp6-intent-danger, .bp6-icon-large.bp6-intent-danger{
  color:#ac2f33;
}
.bp6-heading{
  color:#1c2127;
  font-weight:600;
}
.bp6-dark .bp6-heading{
  color:#f6f7f9;
}
.bp6-heading.bp6-text-muted{
  color:#5f6b7c;
}
.bp6-dark .bp6-heading.bp6-text-muted{
  color:#abb3bf;
}
.bp6-heading{
  margin:0 0 12px;
  padding:0;
}
.bp6-running-text h1, h1.bp6-heading{
  font-size:36px;
  line-height:40px;
}
.bp6-running-text h2, h2.bp6-heading{
  font-size:28px;
  line-height:32px;
}
.bp6-running-text h3, h3.bp6-heading{
  font-size:22px;
  line-height:25px;
}
.bp6-running-text h4, h4.bp6-heading{
  font-size:18px;
  line-height:21px;
}
.bp6-running-text h5, h5.bp6-heading{
  font-size:16px;
  line-height:19px;
}
.bp6-running-text h6, h6.bp6-heading{
  font-size:14px;
  line-height:16px;
}
.bp6-ui-text{
  font-size:14px;
  font-weight:400;
  letter-spacing:0;
  line-height:1.28581;
  text-transform:none;
}
.bp6-monospace-text{
  font-family:monospace;
  text-transform:none;
}
.bp6-text-overflow-ellipsis{
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  word-wrap:normal;
}
.bp6-running-text{
  font-size:14px;
  line-height:1.5;
}
.bp6-running-text h1{
  color:#1c2127;
  font-weight:600;
}
.bp6-dark .bp6-running-text h1{
  color:#f6f7f9;
}
.bp6-running-text h1.bp6-text-muted{
  color:#5f6b7c;
}
.bp6-dark .bp6-running-text h1.bp6-text-muted{
  color:#abb3bf;
}
.bp6-running-text h1{
  margin-bottom:20px;
  margin-top:40px;
}
.bp6-running-text h2{
  color:#1c2127;
  font-weight:600;
}
.bp6-dark .bp6-running-text h2{
  color:#f6f7f9;
}
.bp6-running-text h2.bp6-text-muted{
  color:#5f6b7c;
}
.bp6-dark .bp6-running-text h2.bp6-text-muted{
  color:#abb3bf;
}
.bp6-running-text h2{
  margin-bottom:20px;
  margin-top:40px;
}
.bp6-running-text h3{
  color:#1c2127;
  font-weight:600;
}
.bp6-dark .bp6-running-text h3{
  color:#f6f7f9;
}
.bp6-running-text h3.bp6-text-muted{
  color:#5f6b7c;
}
.bp6-dark .bp6-running-text h3.bp6-text-muted{
  color:#abb3bf;
}
.bp6-running-text h3{
  margin-bottom:20px;
  margin-top:40px;
}
.bp6-running-text h4{
  color:#1c2127;
  font-weight:600;
}
.bp6-dark .bp6-running-text h4{
  color:#f6f7f9;
}
.bp6-running-text h4.bp6-text-muted{
  color:#5f6b7c;
}
.bp6-dark .bp6-running-text h4.bp6-text-muted{
  color:#abb3bf;
}
.bp6-running-text h4{
  margin-bottom:20px;
  margin-top:40px;
}
.bp6-running-text h5{
  color:#1c2127;
  font-weight:600;
}
.bp6-dark .bp6-running-text h5{
  color:#f6f7f9;
}
.bp6-running-text h5.bp6-text-muted{
  color:#5f6b7c;
}
.bp6-dark .bp6-running-text h5.bp6-text-muted{
  color:#abb3bf;
}
.bp6-running-text h5{
  margin-bottom:20px;
  margin-top:40px;
}
.bp6-running-text h6{
  color:#1c2127;
  font-weight:600;
}
.bp6-dark .bp6-running-text h6{
  color:#f6f7f9;
}
.bp6-running-text h6.bp6-text-muted{
  color:#5f6b7c;
}
.bp6-dark .bp6-running-text h6.bp6-text-muted{
  color:#abb3bf;
}
.bp6-running-text h6{
  margin-bottom:20px;
  margin-top:40px;
}
.bp6-running-text hr{
  border:none;
  border-bottom:1px solid rgba(17, 20, 24, 0.15);
  margin:20px 0;
}
.bp6-running-text p{
  margin:0 0 12px;
  padding:0;
}
.bp6-text-large{
  font-size:16px;
}
.bp6-text-small{
  font-size:12px;
}
a{
  text-decoration:none;
}
a:hover{
  cursor:pointer;
  text-decoration:underline;
}
.bp6-code, .bp6-running-text code{
  font-family:monospace;
  text-transform:none;
  border-radius:4px;
  font-size:smaller;
  padding:2px 4px;
}
.bp6-code-block, .bp6-running-text pre{
  font-family:monospace;
  text-transform:none;
  border-radius:4px;
  display:block;
  font-size:13px;
  line-height:1.4;
  margin:8px 0;
  padding:12px 16px;
  word-break:break-all;
  word-wrap:break-word;
}
.bp6-code-block > code, .bp6-running-text pre > code{
  font-size:inherit;
  padding:0;
}
.bp6-key, .bp6-running-text kbd{
  align-items:center;
  border-radius:4px;
  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;
}
.bp6-key .bp6-icon, .bp6-running-text kbd .bp6-icon, .bp6-key .bp6-icon-standard, .bp6-running-text kbd .bp6-icon-standard, .bp6-key .bp6-icon-large, .bp6-running-text kbd .bp6-icon-large{
  margin-right:4px;
}
.bp6-blockquote, .bp6-running-text blockquote{
  border-left:solid 4px rgba(171, 179, 191, 0.5);
  margin:0 0 8px;
  padding:0 20px;
}
.bp6-dark .bp6-blockquote, .bp6-dark .bp6-running-text blockquote, .bp6-running-text .bp6-dark blockquote{
  border-color:rgba(115, 128, 145, 0.5);
}
.bp6-list, .bp6-running-text ul,
.bp6-running-text ol{
  margin:8px 0;
  padding-left:30px;
}
.bp6-list li:not(:last-child), .bp6-running-text ul li:not(:last-child),
.bp6-running-text ol li:not(:last-child){
  margin-bottom:4px;
}
.bp6-list ol, .bp6-running-text ul ol,
.bp6-running-text ol ol,
.bp6-list ul,
.bp6-running-text ul ul,
.bp6-running-text ol ul{
  margin-top:4px;
}
.bp6-list-unstyled{
  list-style:none;
  margin:0;
  padding:0;
}
.bp6-list-unstyled li{
  padding:0;
}
.bp6-rtl{
  text-align:right;
}
.bp6-dark{
  color:#f6f7f9;
}
.bp6-dark .bp6-text-muted{
  color:#abb3bf;
}
.bp6-dark .bp6-text-disabled{
  color:rgba(171, 179, 191, 0.6);
}
.bp6-dark .bp6-running-text hr{
  border-color:rgba(255, 255, 255, 0.2);
}
.bp6-dark a{
  color:#8abbff;
}
.bp6-dark a:hover{
  color:#8abbff;
}
.bp6-dark a .bp6-icon, .bp6-dark a .bp6-icon-standard, .bp6-dark a .bp6-icon-large{
  color:inherit;
}
.bp6-dark a code{
  color:inherit;
}
.bp6-dark .bp6-code,
.bp6-dark .bp6-running-text code{
  background:rgba(17, 20, 24, 0.3);
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.2);
  color:#abb3bf;
}
a > .bp6-dark .bp6-code,
a > .bp6-dark .bp6-running-text code{
  color:inherit;
}
.bp6-dark .bp6-code-block,
.bp6-dark .bp6-running-text pre{
  background:rgba(17, 20, 24, 0.3);
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.2);
  color:#f6f7f9;
}
.bp6-dark .bp6-code-block > code,
.bp6-dark .bp6-running-text pre > code{
  background:none;
  box-shadow:none;
  color:inherit;
}
.bp6-dark .bp6-key,
.bp6-dark .bp6-running-text kbd{
  background:#2f343c;
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.2), inset 0 0 0.5px 0 rgba(255, 255, 255, 0.3), inset 0 0.5px 0 0 rgba(255, 255, 255, 0.08), 0 1px 10px -1px rgba(0, 0, 0, 0.2);
  color:#abb3bf;
}
.bp6-dark .bp6-icon.bp6-intent-primary, .bp6-dark .bp6-icon-standard.bp6-intent-primary, .bp6-dark .bp6-icon-large.bp6-intent-primary{
  color:#8abbff;
}
.bp6-dark .bp6-icon.bp6-intent-success, .bp6-dark .bp6-icon-standard.bp6-intent-success, .bp6-dark .bp6-icon-large.bp6-intent-success{
  color:#72ca9b;
}
.bp6-dark .bp6-icon.bp6-intent-warning, .bp6-dark .bp6-icon-standard.bp6-intent-warning, .bp6-dark .bp6-icon-large.bp6-intent-warning{
  color:#fbb360;
}
.bp6-dark .bp6-icon.bp6-intent-danger, .bp6-dark .bp6-icon-standard.bp6-intent-danger, .bp6-dark .bp6-icon-large.bp6-intent-danger{
  color:#fa999c;
}
:focus{
  outline:rgba(33, 93, 176, 0.752) solid 2px;
  outline-offset:2px;
  -moz-outline-radius:6px;
}
.bp6-dark :focus{
  outline-color:rgba(138, 187, 255, 0.752);
}
.bp6-focus-disabled :focus:not(.bp6-focus-style-manager-ignore *){
  outline:none !important;
}
.bp6-focus-disabled :focus:not(.bp6-focus-style-manager-ignore *) ~ .bp6-control-indicator{
  outline:none !important;
}
.bp6-dark{
  color-scheme:dark;
}
.bp6-alert{
  max-width:400px;
  padding:20px;
}
.bp6-alert-body{
  display:flex;
}
.bp6-alert-body .bp6-icon{
  font-size:40px;
  margin-right:20px;
  margin-top:0;
}
.bp6-alert-contents{
  word-break:break-word;
}
.bp6-alert-footer{
  display:flex;
  flex-direction:row-reverse;
  margin-top:12px;
}
.bp6-alert-footer .bp6-button{
  margin-left:8px;
}
.bp6-breadcrumbs{
  align-items:center;
  cursor:default;
  display:flex;
  flex-wrap:wrap;
  height:30px;
  list-style:none;
  margin:0;
  padding:0;
}
.bp6-breadcrumbs > li{
  align-items:center;
  display:flex;
}
.bp6-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 4px;
  width:16px;
}
.bp6-breadcrumbs > li:last-of-type::after{
  display:none;
}
.bp6-breadcrumb,
.bp6-breadcrumb-current,
.bp6-breadcrumbs-collapsed{
  align-items:center;
  display:inline-flex;
  font-size:16px;
}
.bp6-breadcrumb,
.bp6-breadcrumbs-collapsed{
  color:#5f6b7c;
}
.bp6-breadcrumb:hover{
  text-decoration:none;
}
.bp6-breadcrumb.bp6-disabled{
  color:rgba(95, 107, 124, 0.6);
  cursor:not-allowed;
}
.bp6-breadcrumb .bp6-icon{
  margin-right:4px;
}
.bp6-breadcrumb-current{
  color:inherit;
  font-weight:600;
}
.bp6-breadcrumb-current .bp6-input{
  font-size:inherit;
  font-weight:inherit;
  vertical-align:baseline;
}
.bp6-breadcrumbs-collapsed{
  background:rgba(143, 153, 168, 0.15);
  border:none;
  border-radius:4px;
  cursor:pointer;
  margin-right:2px;
  padding:1px 4px;
  vertical-align:text-bottom;
}
.bp6-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;
}
.bp6-breadcrumbs-collapsed:hover{
  background:rgba(143, 153, 168, 0.3);
  color:#1c2127;
  text-decoration:none;
}
.bp6-dark .bp6-breadcrumb,
.bp6-dark .bp6-breadcrumbs-collapsed{
  color:#abb3bf;
}
.bp6-dark .bp6-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;
}
.bp6-dark .bp6-breadcrumb.bp6-disabled{
  color:rgba(171, 179, 191, 0.6);
}
.bp6-dark .bp6-breadcrumb-current{
  color:#f6f7f9;
}
.bp6-dark .bp6-breadcrumbs-collapsed{
  background:rgba(143, 153, 168, 0.2);
}
.bp6-dark .bp6-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;
}
.bp6-dark .bp6-breadcrumbs-collapsed:hover{
  background:rgba(143, 153, 168, 0.3);
  color:#f6f7f9;
}
.bp6-button{
  display:inline-flex;
  flex-direction:row;
}
.bp6-button > *{
  flex-grow:0;
  flex-shrink:0;
}
.bp6-button > .bp6-fill{
  flex-grow:1;
  flex-shrink:1;
}
.bp6-button::before,
.bp6-button > *{
  margin-right:8px;
}
.bp6-button:empty::before,
.bp6-button > :last-child{
  margin-right:0;
}
.bp6-button{
  align-items:center;
  border:none;
  border-radius:4px;
  cursor:pointer;
  font-size:14px;
  justify-content:center;
  padding:4px 8px;
  text-align:left;
  vertical-align:middle;
  min-height:30px;
  min-width:30px;
}
.bp6-button:empty{
  padding:0 !important;
}
.bp6-button:disabled, .bp6-button.bp6-disabled{
  cursor:not-allowed;
}
.bp6-button.bp6-fill{
  display:flex;
  width:100%;
}
.bp6-button.bp6-align-right, .bp6-align-right .bp6-button{
  text-align:right;
}
.bp6-button.bp6-align-left, .bp6-align-left .bp6-button{
  text-align:left;
}
.bp6-button:not([class*=bp6-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;
}
.bp6-button:not([class*=bp6-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);
}
.bp6-button:not([class*=bp6-intent-]):active, .bp6-button:not([class*=bp6-intent-]).bp6-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){
  .bp6-button:not([class*=bp6-intent-]):active, .bp6-button:not([class*=bp6-intent-]).bp6-active{
    background:highlight;
  }
}
.bp6-button:not([class*=bp6-intent-]):disabled, .bp6-button:not([class*=bp6-intent-]).bp6-disabled{
  background-color:rgba(211, 216, 222, 0.5);
  box-shadow:none;
  color:rgba(95, 107, 124, 0.6);
  cursor:not-allowed;
  outline:none;
}
.bp6-button:not([class*=bp6-intent-]):disabled.bp6-active, .bp6-button:not([class*=bp6-intent-]):disabled.bp6-active:hover, .bp6-button:not([class*=bp6-intent-]).bp6-disabled.bp6-active, .bp6-button:not([class*=bp6-intent-]).bp6-disabled.bp6-active:hover{
  background:rgba(211, 216, 222, 0.7);
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp6-button:not([class*=bp6-intent-]){
    border:1px solid buttonborder;
  }
}
.bp6-button.bp6-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;
}
.bp6-button.bp6-intent-primary:hover, .bp6-button.bp6-intent-primary:active, .bp6-button.bp6-intent-primary.bp6-active{
  color:#ffffff;
}
.bp6-button.bp6-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);
}
.bp6-button.bp6-intent-primary:active, .bp6-button.bp6-intent-primary.bp6-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);
}
.bp6-button.bp6-intent-primary:disabled, .bp6-button.bp6-intent-primary.bp6-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){
  .bp6-button.bp6-intent-primary:disabled, .bp6-button.bp6-intent-primary.bp6-disabled{
    border-color:graytext;
    color:graytext;
  }
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp6-button.bp6-intent-primary{
    border:1px solid buttonborder;
    box-shadow:none;
  }
}
.bp6-button.bp6-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;
}
.bp6-button.bp6-intent-success:hover, .bp6-button.bp6-intent-success:active, .bp6-button.bp6-intent-success.bp6-active{
  color:#ffffff;
}
.bp6-button.bp6-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);
}
.bp6-button.bp6-intent-success:active, .bp6-button.bp6-intent-success.bp6-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);
}
.bp6-button.bp6-intent-success:disabled, .bp6-button.bp6-intent-success.bp6-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){
  .bp6-button.bp6-intent-success:disabled, .bp6-button.bp6-intent-success.bp6-disabled{
    border-color:graytext;
    color:graytext;
  }
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp6-button.bp6-intent-success{
    border:1px solid buttonborder;
    box-shadow:none;
  }
}
.bp6-button.bp6-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;
}
.bp6-button.bp6-intent-warning:hover, .bp6-button.bp6-intent-warning:active, .bp6-button.bp6-intent-warning.bp6-active{
  color:#ffffff;
}
.bp6-button.bp6-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);
}
.bp6-button.bp6-intent-warning:active, .bp6-button.bp6-intent-warning.bp6-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);
}
.bp6-button.bp6-intent-warning:disabled, .bp6-button.bp6-intent-warning.bp6-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){
  .bp6-button.bp6-intent-warning:disabled, .bp6-button.bp6-intent-warning.bp6-disabled{
    border-color:graytext;
    color:graytext;
  }
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp6-button.bp6-intent-warning{
    border:1px solid buttonborder;
    box-shadow:none;
  }
}
.bp6-button.bp6-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;
}
.bp6-button.bp6-intent-danger:hover, .bp6-button.bp6-intent-danger:active, .bp6-button.bp6-intent-danger.bp6-active{
  color:#ffffff;
}
.bp6-button.bp6-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);
}
.bp6-button.bp6-intent-danger:active, .bp6-button.bp6-intent-danger.bp6-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);
}
.bp6-button.bp6-intent-danger:disabled, .bp6-button.bp6-intent-danger.bp6-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){
  .bp6-button.bp6-intent-danger:disabled, .bp6-button.bp6-intent-danger.bp6-disabled{
    border-color:graytext;
    color:graytext;
  }
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp6-button.bp6-intent-danger{
    border:1px solid buttonborder;
    box-shadow:none;
  }
}
.bp6-button[class*=bp6-intent-] .bp6-button-spinner .bp6-spinner-head{
  stroke:#ffffff;
}
.bp6-button.bp6-large, .bp6-large .bp6-button{
  min-height:40px;
  min-width:40px;
}
.bp6-button.bp6-large::before,
.bp6-button.bp6-large > *, .bp6-large .bp6-button::before,
.bp6-large .bp6-button > *{
  margin-right:8px;
}
.bp6-button.bp6-large:empty::before,
.bp6-button.bp6-large > :last-child, .bp6-large .bp6-button:empty::before,
.bp6-large .bp6-button > :last-child{
  margin-right:0;
}
.bp6-button.bp6-large, .bp6-large .bp6-button{
  font-size:16px;
  padding:4px 16px;
}
.bp6-button.bp6-small, .bp6-small .bp6-button{
  min-height:24px;
  min-width:24px;
  padding:0 8px;
}
.bp6-button.bp6-loading{
  position:relative;
}
.bp6-button.bp6-loading[class*=bp6-icon-]::before{
  visibility:hidden;
}
.bp6-button.bp6-loading .bp6-button-spinner{
  margin:0;
  position:absolute;
}
.bp6-button.bp6-loading > :not(.bp6-button-spinner){
  visibility:hidden;
}
.bp6-button[class*=bp6-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;
}
.bp6-button .bp6-icon.bp6-align-right, .bp6-button .bp6-icon-standard.bp6-align-right, .bp6-button .bp6-icon-large.bp6-align-right{
  margin-left:8px;
}
.bp6-button .bp6-icon:not([class*=bp6-intent-]){
  color:#5f6b7c;
}
.bp6-button .bp6-icon:first-child:last-child,
.bp6-button .bp6-spinner + .bp6-icon:last-child{
  margin:0 -7px;
}
.bp6-dark .bp6-button:not([class*=bp6-intent-]){
  background-color:#2f343c;
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(17, 20, 24, 0.2);
  color:#f6f7f9;
}
.bp6-dark .bp6-button:not([class*=bp6-intent-]):hover, .bp6-dark .bp6-button:not([class*=bp6-intent-]):active, .bp6-dark .bp6-button:not([class*=bp6-intent-]).bp6-active{
  color:#f6f7f9;
}
.bp6-dark .bp6-button:not([class*=bp6-intent-]):hover{
  background-color:#252a31;
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(17, 20, 24, 0.4);
}
.bp6-dark .bp6-button:not([class*=bp6-intent-]):active, .bp6-dark .bp6-button:not([class*=bp6-intent-]).bp6-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);
}
.bp6-dark .bp6-button:not([class*=bp6-intent-]):disabled, .bp6-dark .bp6-button:not([class*=bp6-intent-]).bp6-disabled{
  background-color:rgba(47, 52, 60, 0.15);
  box-shadow:none;
  color:rgba(171, 179, 191, 0.6);
}
.bp6-dark .bp6-button:not([class*=bp6-intent-]):disabled.bp6-active, .bp6-dark .bp6-button:not([class*=bp6-intent-]).bp6-disabled.bp6-active{
  background:rgba(47, 52, 60, 0.7);
}
.bp6-dark .bp6-button:not([class*=bp6-intent-]) .bp6-button-spinner .bp6-spinner-head{
  background:rgba(17, 20, 24, 0.5);
  stroke:#8f99a8;
}
.bp6-dark .bp6-button:not([class*=bp6-intent-])[class*=bp6-icon-]::before{
  color:#abb3bf;
}
.bp6-dark .bp6-button:not([class*=bp6-intent-]) .bp6-icon:not([class*=bp6-intent-]), .bp6-dark .bp6-button:not([class*=bp6-intent-]) .bp6-icon-standard:not([class*=bp6-intent-]), .bp6-dark .bp6-button:not([class*=bp6-intent-]) .bp6-icon-large:not([class*=bp6-intent-]){
  color:#abb3bf;
}
.bp6-dark .bp6-button[class*=bp6-intent-]{
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(17, 20, 24, 0.2);
}
.bp6-dark .bp6-button[class*=bp6-intent-]:hover{
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(17, 20, 24, 0.2);
}
.bp6-dark .bp6-button[class*=bp6-intent-]:active, .bp6-dark .bp6-button[class*=bp6-intent-].bp6-active{
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(17, 20, 24, 0.4);
}
.bp6-dark .bp6-button[class*=bp6-intent-]:disabled, .bp6-dark .bp6-button[class*=bp6-intent-].bp6-disabled{
  box-shadow:none;
  color:rgba(255, 255, 255, 0.3);
}
.bp6-dark .bp6-button[class*=bp6-intent-] .bp6-button-spinner .bp6-spinner-head{
  stroke:#8f99a8;
}
.bp6-button:disabled::before,
.bp6-button:disabled .bp6-icon, .bp6-button:disabled .bp6-icon-standard, .bp6-button:disabled .bp6-icon-large, .bp6-button.bp6-disabled::before,
.bp6-button.bp6-disabled .bp6-icon, .bp6-button.bp6-disabled .bp6-icon-standard, .bp6-button.bp6-disabled .bp6-icon-large, .bp6-button[class*=bp6-intent-]::before,
.bp6-button[class*=bp6-intent-] .bp6-icon, .bp6-button[class*=bp6-intent-] .bp6-icon-standard, .bp6-button[class*=bp6-intent-] .bp6-icon-large{
  color:inherit !important;
}
.bp6-button.bp6-minimal{
  background:none;
  box-shadow:none;
}
.bp6-button.bp6-minimal:hover{
  background:rgba(143, 153, 168, 0.15);
  box-shadow:none;
  color:#1c2127;
  text-decoration:none;
}
.bp6-button.bp6-minimal:active, .bp6-button.bp6-minimal.bp6-active{
  background:rgba(143, 153, 168, 0.3);
  box-shadow:none;
  color:#1c2127;
}
.bp6-button.bp6-minimal:disabled, .bp6-button.bp6-minimal:disabled:hover, .bp6-button.bp6-minimal.bp6-disabled, .bp6-button.bp6-minimal.bp6-disabled:hover{
  background:none;
  color:rgba(95, 107, 124, 0.6);
  cursor:not-allowed;
}
.bp6-button.bp6-minimal:disabled.bp6-active, .bp6-button.bp6-minimal:disabled:hover.bp6-active, .bp6-button.bp6-minimal.bp6-disabled.bp6-active, .bp6-button.bp6-minimal.bp6-disabled:hover.bp6-active{
  background:rgba(143, 153, 168, 0.3);
}
.bp6-dark .bp6-button.bp6-minimal{
  background:none;
  box-shadow:none;
  color:#ffffff;
}
.bp6-dark .bp6-button.bp6-minimal:hover, .bp6-dark .bp6-button.bp6-minimal:active, .bp6-dark .bp6-button.bp6-minimal.bp6-active{
  background:none;
  box-shadow:none;
  color:#ffffff;
}
.bp6-dark .bp6-button.bp6-minimal:hover{
  background:rgba(143, 153, 168, 0.15);
}
.bp6-dark .bp6-button.bp6-minimal:active, .bp6-dark .bp6-button.bp6-minimal.bp6-active{
  background:rgba(143, 153, 168, 0.3);
}
.bp6-dark .bp6-button.bp6-minimal:disabled, .bp6-dark .bp6-button.bp6-minimal:disabled:hover, .bp6-dark .bp6-button.bp6-minimal.bp6-disabled, .bp6-dark .bp6-button.bp6-minimal.bp6-disabled:hover{
  background:none;
  color:rgba(171, 179, 191, 0.6);
  cursor:not-allowed;
}
.bp6-dark .bp6-button.bp6-minimal:disabled.bp6-active, .bp6-dark .bp6-button.bp6-minimal:disabled:hover.bp6-active, .bp6-dark .bp6-button.bp6-minimal.bp6-disabled.bp6-active, .bp6-dark .bp6-button.bp6-minimal.bp6-disabled:hover.bp6-active{
  background:rgba(143, 153, 168, 0.3);
}
.bp6-button.bp6-minimal.bp6-intent-primary{
  color:#215db0;
}
.bp6-button.bp6-minimal.bp6-intent-primary:hover, .bp6-button.bp6-minimal.bp6-intent-primary:active, .bp6-button.bp6-minimal.bp6-intent-primary.bp6-active{
  background:none;
  box-shadow:none;
  color:#215db0;
}
.bp6-button.bp6-minimal.bp6-intent-primary:hover{
  background:rgba(45, 114, 210, 0.15);
  color:#215db0;
}
.bp6-button.bp6-minimal.bp6-intent-primary:active, .bp6-button.bp6-minimal.bp6-intent-primary.bp6-active{
  background:rgba(45, 114, 210, 0.3);
  color:#184a90;
}
.bp6-button.bp6-minimal.bp6-intent-primary:disabled, .bp6-button.bp6-minimal.bp6-intent-primary.bp6-disabled{
  background:none;
  color:rgba(33, 93, 176, 0.5);
}
.bp6-button.bp6-minimal.bp6-intent-primary:disabled.bp6-active, .bp6-button.bp6-minimal.bp6-intent-primary.bp6-disabled.bp6-active{
  background:rgba(45, 114, 210, 0.3);
}
.bp6-button.bp6-minimal.bp6-intent-primary .bp6-button-spinner .bp6-spinner-head{
  stroke:#215db0;
}
.bp6-dark .bp6-button.bp6-minimal.bp6-intent-primary{
  color:#8abbff;
}
.bp6-dark .bp6-button.bp6-minimal.bp6-intent-primary:hover{
  background:rgba(45, 114, 210, 0.2);
  color:#8abbff;
}
.bp6-dark .bp6-button.bp6-minimal.bp6-intent-primary:active, .bp6-dark .bp6-button.bp6-minimal.bp6-intent-primary.bp6-active{
  background:rgba(45, 114, 210, 0.3);
  color:#99c4ff;
}
.bp6-dark .bp6-button.bp6-minimal.bp6-intent-primary:disabled, .bp6-dark .bp6-button.bp6-minimal.bp6-intent-primary.bp6-disabled{
  background:none;
  color:rgba(138, 187, 255, 0.5);
}
.bp6-dark .bp6-button.bp6-minimal.bp6-intent-primary:disabled.bp6-active, .bp6-dark .bp6-button.bp6-minimal.bp6-intent-primary.bp6-disabled.bp6-active{
  background:rgba(45, 114, 210, 0.3);
}
.bp6-button.bp6-minimal.bp6-intent-success{
  color:#1c6e42;
}
.bp6-button.bp6-minimal.bp6-intent-success:hover, .bp6-button.bp6-minimal.bp6-intent-success:active, .bp6-button.bp6-minimal.bp6-intent-success.bp6-active{
  background:none;
  box-shadow:none;
  color:#1c6e42;
}
.bp6-button.bp6-minimal.bp6-intent-success:hover{
  background:rgba(35, 133, 81, 0.15);
  color:#1c6e42;
}
.bp6-button.bp6-minimal.bp6-intent-success:active, .bp6-button.bp6-minimal.bp6-intent-success.bp6-active{
  background:rgba(35, 133, 81, 0.3);
  color:#165a36;
}
.bp6-button.bp6-minimal.bp6-intent-success:disabled, .bp6-button.bp6-minimal.bp6-intent-success.bp6-disabled{
  background:none;
  color:rgba(28, 110, 66, 0.5);
}
.bp6-button.bp6-minimal.bp6-intent-success:disabled.bp6-active, .bp6-button.bp6-minimal.bp6-intent-success.bp6-disabled.bp6-active{
  background:rgba(35, 133, 81, 0.3);
}
.bp6-button.bp6-minimal.bp6-intent-success .bp6-button-spinner .bp6-spinner-head{
  stroke:#1c6e42;
}
.bp6-dark .bp6-button.bp6-minimal.bp6-intent-success{
  color:#72ca9b;
}
.bp6-dark .bp6-button.bp6-minimal.bp6-intent-success:hover{
  background:rgba(35, 133, 81, 0.2);
  color:#72ca9b;
}
.bp6-dark .bp6-button.bp6-minimal.bp6-intent-success:active, .bp6-dark .bp6-button.bp6-minimal.bp6-intent-success.bp6-active{
  background:rgba(35, 133, 81, 0.3);
  color:#7cd7a2;
}
.bp6-dark .bp6-button.bp6-minimal.bp6-intent-success:disabled, .bp6-dark .bp6-button.bp6-minimal.bp6-intent-success.bp6-disabled{
  background:none;
  color:rgba(114, 202, 155, 0.5);
}
.bp6-dark .bp6-button.bp6-minimal.bp6-intent-success:disabled.bp6-active, .bp6-dark .bp6-button.bp6-minimal.bp6-intent-success.bp6-disabled.bp6-active{
  background:rgba(35, 133, 81, 0.3);
}
.bp6-button.bp6-minimal.bp6-intent-warning{
  color:#935610;
}
.bp6-button.bp6-minimal.bp6-intent-warning:hover, .bp6-button.bp6-minimal.bp6-intent-warning:active, .bp6-button.bp6-minimal.bp6-intent-warning.bp6-active{
  background:none;
  box-shadow:none;
  color:#935610;
}
.bp6-button.bp6-minimal.bp6-intent-warning:hover{
  background:rgba(200, 118, 25, 0.15);
  color:#935610;
}
.bp6-button.bp6-minimal.bp6-intent-warning:active, .bp6-button.bp6-minimal.bp6-intent-warning.bp6-active{
  background:rgba(200, 118, 25, 0.3);
  color:#77450d;
}
.bp6-button.bp6-minimal.bp6-intent-warning:disabled, .bp6-button.bp6-minimal.bp6-intent-warning.bp6-disabled{
  background:none;
  color:rgba(147, 86, 16, 0.5);
}
.bp6-button.bp6-minimal.bp6-intent-warning:disabled.bp6-active, .bp6-button.bp6-minimal.bp6-intent-warning.bp6-disabled.bp6-active{
  background:rgba(200, 118, 25, 0.3);
}
.bp6-button.bp6-minimal.bp6-intent-warning .bp6-button-spinner .bp6-spinner-head{
  stroke:#935610;
}
.bp6-dark .bp6-button.bp6-minimal.bp6-intent-warning{
  color:#fbb360;
}
.bp6-dark .bp6-button.bp6-minimal.bp6-intent-warning:hover{
  background:rgba(200, 118, 25, 0.2);
  color:#fbb360;
}
.bp6-dark .bp6-button.bp6-minimal.bp6-intent-warning:active, .bp6-dark .bp6-button.bp6-minimal.bp6-intent-warning.bp6-active{
  background:rgba(200, 118, 25, 0.3);
  color:#f5c186;
}
.bp6-dark .bp6-button.bp6-minimal.bp6-intent-warning:disabled, .bp6-dark .bp6-button.bp6-minimal.bp6-intent-warning.bp6-disabled{
  background:none;
  color:rgba(251, 179, 96, 0.5);
}
.bp6-dark .bp6-button.bp6-minimal.bp6-intent-warning:disabled.bp6-active, .bp6-dark .bp6-button.bp6-minimal.bp6-intent-warning.bp6-disabled.bp6-active{
  background:rgba(200, 118, 25, 0.3);
}
.bp6-button.bp6-minimal.bp6-intent-danger{
  color:#ac2f33;
}
.bp6-button.bp6-minimal.bp6-intent-danger:hover, .bp6-button.bp6-minimal.bp6-intent-danger:active, .bp6-button.bp6-minimal.bp6-intent-danger.bp6-active{
  background:none;
  box-shadow:none;
  color:#ac2f33;
}
.bp6-button.bp6-minimal.bp6-intent-danger:hover{
  background:rgba(205, 66, 70, 0.15);
  color:#ac2f33;
}
.bp6-button.bp6-minimal.bp6-intent-danger:active, .bp6-button.bp6-minimal.bp6-intent-danger.bp6-active{
  background:rgba(205, 66, 70, 0.3);
  color:#8e292c;
}
.bp6-button.bp6-minimal.bp6-intent-danger:disabled, .bp6-button.bp6-minimal.bp6-intent-danger.bp6-disabled{
  background:none;
  color:rgba(172, 47, 51, 0.5);
}
.bp6-button.bp6-minimal.bp6-intent-danger:disabled.bp6-active, .bp6-button.bp6-minimal.bp6-intent-danger.bp6-disabled.bp6-active{
  background:rgba(205, 66, 70, 0.3);
}
.bp6-button.bp6-minimal.bp6-intent-danger .bp6-button-spinner .bp6-spinner-head{
  stroke:#ac2f33;
}
.bp6-dark .bp6-button.bp6-minimal.bp6-intent-danger{
  color:#fa999c;
}
.bp6-dark .bp6-button.bp6-minimal.bp6-intent-danger:hover{
  background:rgba(205, 66, 70, 0.2);
  color:#fa999c;
}
.bp6-dark .bp6-button.bp6-minimal.bp6-intent-danger:active, .bp6-dark .bp6-button.bp6-minimal.bp6-intent-danger.bp6-active{
  background:rgba(205, 66, 70, 0.3);
  color:#ffa1a4;
}
.bp6-dark .bp6-button.bp6-minimal.bp6-intent-danger:disabled, .bp6-dark .bp6-button.bp6-minimal.bp6-intent-danger.bp6-disabled{
  background:none;
  color:rgba(250, 153, 156, 0.5);
}
.bp6-dark .bp6-button.bp6-minimal.bp6-intent-danger:disabled.bp6-active, .bp6-dark .bp6-button.bp6-minimal.bp6-intent-danger.bp6-disabled.bp6-active{
  background:rgba(205, 66, 70, 0.3);
}
.bp6-button.bp6-outlined{
  background:none;
  box-shadow:none;
}
.bp6-button.bp6-outlined:hover{
  background:rgba(143, 153, 168, 0.15);
  box-shadow:none;
  color:#1c2127;
  text-decoration:none;
}
.bp6-button.bp6-outlined:active, .bp6-button.bp6-outlined.bp6-active{
  background:rgba(143, 153, 168, 0.3);
  box-shadow:none;
  color:#1c2127;
}
.bp6-button.bp6-outlined:disabled, .bp6-button.bp6-outlined:disabled:hover, .bp6-button.bp6-outlined.bp6-disabled, .bp6-button.bp6-outlined.bp6-disabled:hover{
  background:none;
  color:rgba(95, 107, 124, 0.6);
  cursor:not-allowed;
}
.bp6-button.bp6-outlined:disabled.bp6-active, .bp6-button.bp6-outlined:disabled:hover.bp6-active, .bp6-button.bp6-outlined.bp6-disabled.bp6-active, .bp6-button.bp6-outlined.bp6-disabled:hover.bp6-active{
  background:rgba(143, 153, 168, 0.3);
}
.bp6-dark .bp6-button.bp6-outlined{
  background:none;
  box-shadow:none;
  color:#ffffff;
}
.bp6-dark .bp6-button.bp6-outlined:hover, .bp6-dark .bp6-button.bp6-outlined:active, .bp6-dark .bp6-button.bp6-outlined.bp6-active{
  background:none;
  box-shadow:none;
  color:#ffffff;
}
.bp6-dark .bp6-button.bp6-outlined:hover{
  background:rgba(143, 153, 168, 0.15);
}
.bp6-dark .bp6-button.bp6-outlined:active, .bp6-dark .bp6-button.bp6-outlined.bp6-active{
  background:rgba(143, 153, 168, 0.3);
}
.bp6-dark .bp6-button.bp6-outlined:disabled, .bp6-dark .bp6-button.bp6-outlined:disabled:hover, .bp6-dark .bp6-button.bp6-outlined.bp6-disabled, .bp6-dark .bp6-button.bp6-outlined.bp6-disabled:hover{
  background:none;
  color:rgba(171, 179, 191, 0.6);
  cursor:not-allowed;
}
.bp6-dark .bp6-button.bp6-outlined:disabled.bp6-active, .bp6-dark .bp6-button.bp6-outlined:disabled:hover.bp6-active, .bp6-dark .bp6-button.bp6-outlined.bp6-disabled.bp6-active, .bp6-dark .bp6-button.bp6-outlined.bp6-disabled:hover.bp6-active{
  background:rgba(143, 153, 168, 0.3);
}
.bp6-button.bp6-outlined.bp6-intent-primary{
  color:#215db0;
}
.bp6-button.bp6-outlined.bp6-intent-primary:hover, .bp6-button.bp6-outlined.bp6-intent-primary:active, .bp6-button.bp6-outlined.bp6-intent-primary.bp6-active{
  background:none;
  box-shadow:none;
  color:#215db0;
}
.bp6-button.bp6-outlined.bp6-intent-primary:hover{
  background:rgba(45, 114, 210, 0.15);
  color:#215db0;
}
.bp6-button.bp6-outlined.bp6-intent-primary:active, .bp6-button.bp6-outlined.bp6-intent-primary.bp6-active{
  background:rgba(45, 114, 210, 0.3);
  color:#184a90;
}
.bp6-button.bp6-outlined.bp6-intent-primary:disabled, .bp6-button.bp6-outlined.bp6-intent-primary.bp6-disabled{
  background:none;
  color:rgba(33, 93, 176, 0.5);
}
.bp6-button.bp6-outlined.bp6-intent-primary:disabled.bp6-active, .bp6-button.bp6-outlined.bp6-intent-primary.bp6-disabled.bp6-active{
  background:rgba(45, 114, 210, 0.3);
}
.bp6-button.bp6-outlined.bp6-intent-primary .bp6-button-spinner .bp6-spinner-head{
  stroke:#215db0;
}
.bp6-dark .bp6-button.bp6-outlined.bp6-intent-primary{
  color:#8abbff;
}
.bp6-dark .bp6-button.bp6-outlined.bp6-intent-primary:hover{
  background:rgba(45, 114, 210, 0.2);
  color:#8abbff;
}
.bp6-dark .bp6-button.bp6-outlined.bp6-intent-primary:active, .bp6-dark .bp6-button.bp6-outlined.bp6-intent-primary.bp6-active{
  background:rgba(45, 114, 210, 0.3);
  color:#99c4ff;
}
.bp6-dark .bp6-button.bp6-outlined.bp6-intent-primary:disabled, .bp6-dark .bp6-button.bp6-outlined.bp6-intent-primary.bp6-disabled{
  background:none;
  color:rgba(138, 187, 255, 0.5);
}
.bp6-dark .bp6-button.bp6-outlined.bp6-intent-primary:disabled.bp6-active, .bp6-dark .bp6-button.bp6-outlined.bp6-intent-primary.bp6-disabled.bp6-active{
  background:rgba(45, 114, 210, 0.3);
}
.bp6-button.bp6-outlined.bp6-intent-success{
  color:#1c6e42;
}
.bp6-button.bp6-outlined.bp6-intent-success:hover, .bp6-button.bp6-outlined.bp6-intent-success:active, .bp6-button.bp6-outlined.bp6-intent-success.bp6-active{
  background:none;
  box-shadow:none;
  color:#1c6e42;
}
.bp6-button.bp6-outlined.bp6-intent-success:hover{
  background:rgba(35, 133, 81, 0.15);
  color:#1c6e42;
}
.bp6-button.bp6-outlined.bp6-intent-success:active, .bp6-button.bp6-outlined.bp6-intent-success.bp6-active{
  background:rgba(35, 133, 81, 0.3);
  color:#165a36;
}
.bp6-button.bp6-outlined.bp6-intent-success:disabled, .bp6-button.bp6-outlined.bp6-intent-success.bp6-disabled{
  background:none;
  color:rgba(28, 110, 66, 0.5);
}
.bp6-button.bp6-outlined.bp6-intent-success:disabled.bp6-active, .bp6-button.bp6-outlined.bp6-intent-success.bp6-disabled.bp6-active{
  background:rgba(35, 133, 81, 0.3);
}
.bp6-button.bp6-outlined.bp6-intent-success .bp6-button-spinner .bp6-spinner-head{
  stroke:#1c6e42;
}
.bp6-dark .bp6-button.bp6-outlined.bp6-intent-success{
  color:#72ca9b;
}
.bp6-dark .bp6-button.bp6-outlined.bp6-intent-success:hover{
  background:rgba(35, 133, 81, 0.2);
  color:#72ca9b;
}
.bp6-dark .bp6-button.bp6-outlined.bp6-intent-success:active, .bp6-dark .bp6-button.bp6-outlined.bp6-intent-success.bp6-active{
  background:rgba(35, 133, 81, 0.3);
  color:#7cd7a2;
}
.bp6-dark .bp6-button.bp6-outlined.bp6-intent-success:disabled, .bp6-dark .bp6-button.bp6-outlined.bp6-intent-success.bp6-disabled{
  background:none;
  color:rgba(114, 202, 155, 0.5);
}
.bp6-dark .bp6-button.bp6-outlined.bp6-intent-success:disabled.bp6-active, .bp6-dark .bp6-button.bp6-outlined.bp6-intent-success.bp6-disabled.bp6-active{
  background:rgba(35, 133, 81, 0.3);
}
.bp6-button.bp6-outlined.bp6-intent-warning{
  color:#935610;
}
.bp6-button.bp6-outlined.bp6-intent-warning:hover, .bp6-button.bp6-outlined.bp6-intent-warning:active, .bp6-button.bp6-outlined.bp6-intent-warning.bp6-active{
  background:none;
  box-shadow:none;
  color:#935610;
}
.bp6-button.bp6-outlined.bp6-intent-warning:hover{
  background:rgba(200, 118, 25, 0.15);
  color:#935610;
}
.bp6-button.bp6-outlined.bp6-intent-warning:active, .bp6-button.bp6-outlined.bp6-intent-warning.bp6-active{
  background:rgba(200, 118, 25, 0.3);
  color:#77450d;
}
.bp6-button.bp6-outlined.bp6-intent-warning:disabled, .bp6-button.bp6-outlined.bp6-intent-warning.bp6-disabled{
  background:none;
  color:rgba(147, 86, 16, 0.5);
}
.bp6-button.bp6-outlined.bp6-intent-warning:disabled.bp6-active, .bp6-button.bp6-outlined.bp6-intent-warning.bp6-disabled.bp6-active{
  background:rgba(200, 118, 25, 0.3);
}
.bp6-button.bp6-outlined.bp6-intent-warning .bp6-button-spinner .bp6-spinner-head{
  stroke:#935610;
}
.bp6-dark .bp6-button.bp6-outlined.bp6-intent-warning{
  color:#fbb360;
}
.bp6-dark .bp6-button.bp6-outlined.bp6-intent-warning:hover{
  background:rgba(200, 118, 25, 0.2);
  color:#fbb360;
}
.bp6-dark .bp6-button.bp6-outlined.bp6-intent-warning:active, .bp6-dark .bp6-button.bp6-outlined.bp6-intent-warning.bp6-active{
  background:rgba(200, 118, 25, 0.3);
  color:#f5c186;
}
.bp6-dark .bp6-button.bp6-outlined.bp6-intent-warning:disabled, .bp6-dark .bp6-button.bp6-outlined.bp6-intent-warning.bp6-disabled{
  background:none;
  color:rgba(251, 179, 96, 0.5);
}
.bp6-dark .bp6-button.bp6-outlined.bp6-intent-warning:disabled.bp6-active, .bp6-dark .bp6-button.bp6-outlined.bp6-intent-warning.bp6-disabled.bp6-active{
  background:rgba(200, 118, 25, 0.3);
}
.bp6-button.bp6-outlined.bp6-intent-danger{
  color:#ac2f33;
}
.bp6-button.bp6-outlined.bp6-intent-danger:hover, .bp6-button.bp6-outlined.bp6-intent-danger:active, .bp6-button.bp6-outlined.bp6-intent-danger.bp6-active{
  background:none;
  box-shadow:none;
  color:#ac2f33;
}
.bp6-button.bp6-outlined.bp6-intent-danger:hover{
  background:rgba(205, 66, 70, 0.15);
  color:#ac2f33;
}
.bp6-button.bp6-outlined.bp6-intent-danger:active, .bp6-button.bp6-outlined.bp6-intent-danger.bp6-active{
  background:rgba(205, 66, 70, 0.3);
  color:#8e292c;
}
.bp6-button.bp6-outlined.bp6-intent-danger:disabled, .bp6-button.bp6-outlined.bp6-intent-danger.bp6-disabled{
  background:none;
  color:rgba(172, 47, 51, 0.5);
}
.bp6-button.bp6-outlined.bp6-intent-danger:disabled.bp6-active, .bp6-button.bp6-outlined.bp6-intent-danger.bp6-disabled.bp6-active{
  background:rgba(205, 66, 70, 0.3);
}
.bp6-button.bp6-outlined.bp6-intent-danger .bp6-button-spinner .bp6-spinner-head{
  stroke:#ac2f33;
}
.bp6-dark .bp6-button.bp6-outlined.bp6-intent-danger{
  color:#fa999c;
}
.bp6-dark .bp6-button.bp6-outlined.bp6-intent-danger:hover{
  background:rgba(205, 66, 70, 0.2);
  color:#fa999c;
}
.bp6-dark .bp6-button.bp6-outlined.bp6-intent-danger:active, .bp6-dark .bp6-button.bp6-outlined.bp6-intent-danger.bp6-active{
  background:rgba(205, 66, 70, 0.3);
  color:#ffa1a4;
}
.bp6-dark .bp6-button.bp6-outlined.bp6-intent-danger:disabled, .bp6-dark .bp6-button.bp6-outlined.bp6-intent-danger.bp6-disabled{
  background:none;
  color:rgba(250, 153, 156, 0.5);
}
.bp6-dark .bp6-button.bp6-outlined.bp6-intent-danger:disabled.bp6-active, .bp6-dark .bp6-button.bp6-outlined.bp6-intent-danger.bp6-disabled.bp6-active{
  background:rgba(205, 66, 70, 0.3);
}
.bp6-button.bp6-outlined{
  border:1px solid rgba(28, 33, 39, 0.2);
  box-sizing:border-box;
}
.bp6-button.bp6-outlined:disabled, .bp6-button.bp6-outlined.bp6-disabled, .bp6-button.bp6-outlined:disabled:hover, .bp6-button.bp6-outlined.bp6-disabled:hover{
  border-color:rgba(95, 107, 124, 0.1);
}
.bp6-dark .bp6-button.bp6-outlined{
  border-color:rgba(255, 255, 255, 0.4);
}
.bp6-dark .bp6-button.bp6-outlined:disabled, .bp6-dark .bp6-button.bp6-outlined:disabled:hover, .bp6-dark .bp6-button.bp6-outlined.bp6-disabled, .bp6-dark .bp6-button.bp6-outlined.bp6-disabled:hover{
  border-color:rgba(255, 255, 255, 0.2);
}
.bp6-button.bp6-outlined.bp6-intent-primary{
  border-color:rgba(33, 93, 176, 0.6);
}
.bp6-button.bp6-outlined.bp6-intent-primary:disabled, .bp6-button.bp6-outlined.bp6-intent-primary.bp6-disabled{
  border-color:rgba(33, 93, 176, 0.2);
}
.bp6-dark .bp6-button.bp6-outlined.bp6-intent-primary{
  border-color:rgba(138, 187, 255, 0.6);
}
.bp6-dark .bp6-button.bp6-outlined.bp6-intent-primary:disabled, .bp6-dark .bp6-button.bp6-outlined.bp6-intent-primary.bp6-disabled{
  border-color:rgba(138, 187, 255, 0.2);
}
.bp6-button.bp6-outlined.bp6-intent-success{
  border-color:rgba(28, 110, 66, 0.6);
}
.bp6-button.bp6-outlined.bp6-intent-success:disabled, .bp6-button.bp6-outlined.bp6-intent-success.bp6-disabled{
  border-color:rgba(28, 110, 66, 0.2);
}
.bp6-dark .bp6-button.bp6-outlined.bp6-intent-success{
  border-color:rgba(114, 202, 155, 0.6);
}
.bp6-dark .bp6-button.bp6-outlined.bp6-intent-success:disabled, .bp6-dark .bp6-button.bp6-outlined.bp6-intent-success.bp6-disabled{
  border-color:rgba(114, 202, 155, 0.2);
}
.bp6-button.bp6-outlined.bp6-intent-warning{
  border-color:rgba(147, 86, 16, 0.6);
}
.bp6-button.bp6-outlined.bp6-intent-warning:disabled, .bp6-button.bp6-outlined.bp6-intent-warning.bp6-disabled{
  border-color:rgba(147, 86, 16, 0.2);
}
.bp6-dark .bp6-button.bp6-outlined.bp6-intent-warning{
  border-color:rgba(251, 179, 96, 0.6);
}
.bp6-dark .bp6-button.bp6-outlined.bp6-intent-warning:disabled, .bp6-dark .bp6-button.bp6-outlined.bp6-intent-warning.bp6-disabled{
  border-color:rgba(251, 179, 96, 0.2);
}
.bp6-button.bp6-outlined.bp6-intent-danger{
  border-color:rgba(172, 47, 51, 0.6);
}
.bp6-button.bp6-outlined.bp6-intent-danger:disabled, .bp6-button.bp6-outlined.bp6-intent-danger.bp6-disabled{
  border-color:rgba(172, 47, 51, 0.2);
}
.bp6-dark .bp6-button.bp6-outlined.bp6-intent-danger{
  border-color:rgba(250, 153, 156, 0.6);
}
.bp6-dark .bp6-button.bp6-outlined.bp6-intent-danger:disabled, .bp6-dark .bp6-button.bp6-outlined.bp6-intent-danger.bp6-disabled{
  border-color:rgba(250, 153, 156, 0.2);
}
.bp6-button.bp6-intent-warning{
  background:#fbb360;
  color:#1c2127;
}
.bp6-button.bp6-intent-warning:not(.bp6-disabled).bp6-icon > svg{
  fill:rgba(28, 33, 39, 0.7);
}
.bp6-button.bp6-intent-warning:not(.bp6-disabled):not(.bp6-minimal):not(.bp6-outlined):hover{
  background:#ec9a3c;
  color:#1c2127;
}
.bp6-button.bp6-intent-warning:not(.bp6-disabled):not(.bp6-minimal):not(.bp6-outlined):active, .bp6-button.bp6-intent-warning:not(.bp6-disabled):not(.bp6-minimal):not(.bp6-outlined).bp6-active{
  background:#c87619;
  color:#1c2127;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp6-button.bp6-intent-warning:not(.bp6-disabled):not(.bp6-minimal):not(.bp6-outlined):active, .bp6-button.bp6-intent-warning:not(.bp6-disabled):not(.bp6-minimal):not(.bp6-outlined).bp6-active{
    background:highlight;
  }
}
.bp6-button.bp6-intent-warning:disabled, .bp6-button.bp6-intent-warning.bp6-disabled{
  background:rgba(200, 118, 25, 0.5);
  color:rgba(28, 33, 39, 0.35);
}
.bp6-dark .bp6-button.bp6-intent-warning:disabled, .bp6-dark .bp6-button.bp6-intent-warning.bp6-disabled{
  color:rgba(28, 33, 39, 0.6);
}
.bp6-button.bp6-intent-warning.bp6-minimal, .bp6-button.bp6-intent-warning.bp6-outlined{
  background:none;
}
.bp6-dark .bp6-button.bp6-intent-warning.bp6-minimal:not(.bp6-disabled).bp6-icon > svg, .bp6-dark .bp6-button.bp6-intent-warning.bp6-outlined:not(.bp6-disabled).bp6-icon > svg{
  fill:#fbb360;
}
a.bp6-button{
  text-align:center;
  text-decoration:none;
  transition:none;
}
a.bp6-button, a.bp6-button:hover, a.bp6-button:active{
  color:#1c2127;
}
a.bp6-button.bp6-disabled{
  color:rgba(95, 107, 124, 0.6);
}
.bp6-button-text{
  flex:0 1 auto;
}
.bp6-button.bp6-align-left .bp6-button-text, .bp6-button.bp6-align-right .bp6-button-text,
.bp6-button-group.bp6-align-left .bp6-button-text,
.bp6-button-group.bp6-align-right .bp6-button-text{
  flex:1 1 auto;
}
.bp6-button-group{
  display:inline-flex;
}
.bp6-button-group .bp6-button{
  flex:0 0 auto;
  position:relative;
  z-index:4;
}
.bp6-button-group .bp6-button:focus{
  z-index:5;
}
.bp6-button-group .bp6-button:hover{
  z-index:6;
}
.bp6-button-group .bp6-button:active, .bp6-button-group .bp6-button.bp6-active{
  z-index:7;
}
.bp6-button-group .bp6-button:disabled, .bp6-button-group .bp6-button.bp6-disabled{
  z-index:3;
}
.bp6-button-group .bp6-button[class*=bp6-intent-]{
  z-index:9;
}
.bp6-button-group .bp6-button[class*=bp6-intent-]:focus{
  z-index:10;
}
.bp6-button-group .bp6-button[class*=bp6-intent-]:hover{
  z-index:11;
}
.bp6-button-group .bp6-button[class*=bp6-intent-]:active, .bp6-button-group .bp6-button[class*=bp6-intent-].bp6-active{
  z-index:12;
}
.bp6-button-group .bp6-button[class*=bp6-intent-]:disabled, .bp6-button-group .bp6-button[class*=bp6-intent-].bp6-disabled{
  z-index:8;
}
.bp6-button-group:not(.bp6-minimal) > .bp6-popover-wrapper:not(:first-child) .bp6-button,
.bp6-button-group:not(.bp6-minimal) > .bp6-button:not(:first-child), .bp6-button-group.bp6-outlined > .bp6-popover-wrapper:not(:first-child) .bp6-button,
.bp6-button-group.bp6-outlined > .bp6-button:not(:first-child){
  border-bottom-left-radius:0;
  border-top-left-radius:0;
}
.bp6-button-group:not(.bp6-minimal) > .bp6-popover-wrapper:not(:last-child) .bp6-button,
.bp6-button-group:not(.bp6-minimal) > .bp6-button:not(:last-child), .bp6-button-group.bp6-outlined > .bp6-popover-wrapper:not(:last-child) .bp6-button,
.bp6-button-group.bp6-outlined > .bp6-button:not(:last-child){
  border-bottom-right-radius:0;
  border-top-right-radius:0;
}
.bp6-button-group:not(.bp6-minimal):not(.bp6-outlined) > .bp6-popover-wrapper:not(:last-child) .bp6-button,
.bp6-button-group:not(.bp6-minimal):not(.bp6-outlined) > .bp6-button:not(:last-child){
  margin-right:-1px;
}
.bp6-button-group.bp6-minimal .bp6-button, .bp6-button-group.bp6-outlined .bp6-button{
  background:none;
  box-shadow:none;
}
.bp6-button-group.bp6-minimal .bp6-button:hover, .bp6-button-group.bp6-outlined .bp6-button:hover{
  background:rgba(143, 153, 168, 0.15);
  box-shadow:none;
  color:#1c2127;
  text-decoration:none;
}
.bp6-button-group.bp6-minimal .bp6-button:active, .bp6-button-group.bp6-minimal .bp6-button.bp6-active, .bp6-button-group.bp6-outlined .bp6-button:active, .bp6-button-group.bp6-outlined .bp6-button.bp6-active{
  background:rgba(143, 153, 168, 0.3);
  box-shadow:none;
  color:#1c2127;
}
.bp6-button-group.bp6-minimal .bp6-button:disabled, .bp6-button-group.bp6-minimal .bp6-button:disabled:hover, .bp6-button-group.bp6-minimal .bp6-button.bp6-disabled, .bp6-button-group.bp6-minimal .bp6-button.bp6-disabled:hover, .bp6-button-group.bp6-outlined .bp6-button:disabled, .bp6-button-group.bp6-outlined .bp6-button:disabled:hover, .bp6-button-group.bp6-outlined .bp6-button.bp6-disabled, .bp6-button-group.bp6-outlined .bp6-button.bp6-disabled:hover{
  background:none;
  color:rgba(95, 107, 124, 0.6);
  cursor:not-allowed;
}
.bp6-button-group.bp6-minimal .bp6-button:disabled.bp6-active, .bp6-button-group.bp6-minimal .bp6-button:disabled:hover.bp6-active, .bp6-button-group.bp6-minimal .bp6-button.bp6-disabled.bp6-active, .bp6-button-group.bp6-minimal .bp6-button.bp6-disabled:hover.bp6-active, .bp6-button-group.bp6-outlined .bp6-button:disabled.bp6-active, .bp6-button-group.bp6-outlined .bp6-button:disabled:hover.bp6-active, .bp6-button-group.bp6-outlined .bp6-button.bp6-disabled.bp6-active, .bp6-button-group.bp6-outlined .bp6-button.bp6-disabled:hover.bp6-active{
  background:rgba(143, 153, 168, 0.3);
}
.bp6-dark .bp6-button-group.bp6-minimal .bp6-button, .bp6-dark .bp6-button-group.bp6-outlined .bp6-button{
  background:none;
  box-shadow:none;
  color:#ffffff;
}
.bp6-dark .bp6-button-group.bp6-minimal .bp6-button:hover, .bp6-dark .bp6-button-group.bp6-minimal .bp6-button:active, .bp6-dark .bp6-button-group.bp6-minimal .bp6-button.bp6-active, .bp6-dark .bp6-button-group.bp6-outlined .bp6-button:hover, .bp6-dark .bp6-button-group.bp6-outlined .bp6-button:active, .bp6-dark .bp6-button-group.bp6-outlined .bp6-button.bp6-active{
  background:none;
  box-shadow:none;
  color:#ffffff;
}
.bp6-dark .bp6-button-group.bp6-minimal .bp6-button:hover, .bp6-dark .bp6-button-group.bp6-outlined .bp6-button:hover{
  background:rgba(143, 153, 168, 0.15);
}
.bp6-dark .bp6-button-group.bp6-minimal .bp6-button:active, .bp6-dark .bp6-button-group.bp6-minimal .bp6-button.bp6-active, .bp6-dark .bp6-button-group.bp6-outlined .bp6-button:active, .bp6-dark .bp6-button-group.bp6-outlined .bp6-button.bp6-active{
  background:rgba(143, 153, 168, 0.3);
}
.bp6-dark .bp6-button-group.bp6-minimal .bp6-button:disabled, .bp6-dark .bp6-button-group.bp6-minimal .bp6-button:disabled:hover, .bp6-dark .bp6-button-group.bp6-minimal .bp6-button.bp6-disabled, .bp6-dark .bp6-button-group.bp6-minimal .bp6-button.bp6-disabled:hover, .bp6-dark .bp6-button-group.bp6-outlined .bp6-button:disabled, .bp6-dark .bp6-button-group.bp6-outlined .bp6-button:disabled:hover, .bp6-dark .bp6-button-group.bp6-outlined .bp6-button.bp6-disabled, .bp6-dark .bp6-button-group.bp6-outlined .bp6-button.bp6-disabled:hover{
  background:none;
  color:rgba(171, 179, 191, 0.6);
  cursor:not-allowed;
}
.bp6-dark .bp6-button-group.bp6-minimal .bp6-button:disabled.bp6-active, .bp6-dark .bp6-button-group.bp6-minimal .bp6-button:disabled:hover.bp6-active, .bp6-dark .bp6-button-group.bp6-minimal .bp6-button.bp6-disabled.bp6-active, .bp6-dark .bp6-button-group.bp6-minimal .bp6-button.bp6-disabled:hover.bp6-active, .bp6-dark .bp6-button-group.bp6-outlined .bp6-button:disabled.bp6-active, .bp6-dark .bp6-button-group.bp6-outlined .bp6-button:disabled:hover.bp6-active, .bp6-dark .bp6-button-group.bp6-outlined .bp6-button.bp6-disabled.bp6-active, .bp6-dark .bp6-button-group.bp6-outlined .bp6-button.bp6-disabled:hover.bp6-active{
  background:rgba(143, 153, 168, 0.3);
}
.bp6-button-group.bp6-minimal .bp6-button.bp6-intent-primary, .bp6-button-group.bp6-outlined .bp6-button.bp6-intent-primary{
  color:#215db0;
}
.bp6-button-group.bp6-minimal .bp6-button.bp6-intent-primary:hover, .bp6-button-group.bp6-minimal .bp6-button.bp6-intent-primary:active, .bp6-button-group.bp6-minimal .bp6-button.bp6-intent-primary.bp6-active, .bp6-button-group.bp6-outlined .bp6-button.bp6-intent-primary:hover, .bp6-button-group.bp6-outlined .bp6-button.bp6-intent-primary:active, .bp6-button-group.bp6-outlined .bp6-button.bp6-intent-primary.bp6-active{
  background:none;
  box-shadow:none;
  color:#215db0;
}
.bp6-button-group.bp6-minimal .bp6-button.bp6-intent-primary:hover, .bp6-button-group.bp6-outlined .bp6-button.bp6-intent-primary:hover{
  background:rgba(45, 114, 210, 0.15);
  color:#215db0;
}
.bp6-button-group.bp6-minimal .bp6-button.bp6-intent-primary:active, .bp6-button-group.bp6-minimal .bp6-button.bp6-intent-primary.bp6-active, .bp6-button-group.bp6-outlined .bp6-button.bp6-intent-primary:active, .bp6-button-group.bp6-outlined .bp6-button.bp6-intent-primary.bp6-active{
  background:rgba(45, 114, 210, 0.3);
  color:#184a90;
}
.bp6-button-group.bp6-minimal .bp6-button.bp6-intent-primary:disabled, .bp6-button-group.bp6-minimal .bp6-button.bp6-intent-primary.bp6-disabled, .bp6-button-group.bp6-outlined .bp6-button.bp6-intent-primary:disabled, .bp6-button-group.bp6-outlined .bp6-button.bp6-intent-primary.bp6-disabled{
  background:none;
  color:rgba(33, 93, 176, 0.5);
}
.bp6-button-group.bp6-minimal .bp6-button.bp6-intent-primary:disabled.bp6-active, .bp6-button-group.bp6-minimal .bp6-button.bp6-intent-primary.bp6-disabled.bp6-active, .bp6-button-group.bp6-outlined .bp6-button.bp6-intent-primary:disabled.bp6-active, .bp6-button-group.bp6-outlined .bp6-button.bp6-intent-primary.bp6-disabled.bp6-active{
  background:rgba(45, 114, 210, 0.3);
}
.bp6-button-group.bp6-minimal .bp6-button.bp6-intent-primary .bp6-button-spinner .bp6-spinner-head, .bp6-button-group.bp6-outlined .bp6-button.bp6-intent-primary .bp6-button-spinner .bp6-spinner-head{
  stroke:#215db0;
}
.bp6-dark .bp6-button-group.bp6-minimal .bp6-button.bp6-intent-primary, .bp6-dark .bp6-button-group.bp6-outlined .bp6-button.bp6-intent-primary{
  color:#8abbff;
}
.bp6-dark .bp6-button-group.bp6-minimal .bp6-button.bp6-intent-primary:hover, .bp6-dark .bp6-button-group.bp6-outlined .bp6-button.bp6-intent-primary:hover{
  background:rgba(45, 114, 210, 0.2);
  color:#8abbff;
}
.bp6-dark .bp6-button-group.bp6-minimal .bp6-button.bp6-intent-primary:active, .bp6-dark .bp6-button-group.bp6-minimal .bp6-button.bp6-intent-primary.bp6-active, .bp6-dark .bp6-button-group.bp6-outlined .bp6-button.bp6-intent-primary:active, .bp6-dark .bp6-button-group.bp6-outlined .bp6-button.bp6-intent-primary.bp6-active{
  background:rgba(45, 114, 210, 0.3);
  color:#99c4ff;
}
.bp6-dark .bp6-button-group.bp6-minimal .bp6-button.bp6-intent-primary:disabled, .bp6-dark .bp6-button-group.bp6-minimal .bp6-button.bp6-intent-primary.bp6-disabled, .bp6-dark .bp6-button-group.bp6-outlined .bp6-button.bp6-intent-primary:disabled, .bp6-dark .bp6-button-group.bp6-outlined .bp6-button.bp6-intent-primary.bp6-disabled{
  background:none;
  color:rgba(138, 187, 255, 0.5);
}
.bp6-dark .bp6-button-group.bp6-minimal .bp6-button.bp6-intent-primary:disabled.bp6-active, .bp6-dark .bp6-button-group.bp6-minimal .bp6-button.bp6-intent-primary.bp6-disabled.bp6-active, .bp6-dark .bp6-button-group.bp6-outlined .bp6-button.bp6-intent-primary:disabled.bp6-active, .bp6-dark .bp6-button-group.bp6-outlined .bp6-button.bp6-intent-primary.bp6-disabled.bp6-active{
  background:rgba(45, 114, 210, 0.3);
}
.bp6-button-group.bp6-minimal .bp6-button.bp6-intent-success, .bp6-button-group.bp6-outlined .bp6-button.bp6-intent-success{
  color:#1c6e42;
}
.bp6-button-group.bp6-minimal .bp6-button.bp6-intent-success:hover, .bp6-button-group.bp6-minimal .bp6-button.bp6-intent-success:active, .bp6-button-group.bp6-minimal .bp6-button.bp6-intent-success.bp6-active, .bp6-button-group.bp6-outlined .bp6-button.bp6-intent-success:hover, .bp6-button-group.bp6-outlined .bp6-button.bp6-intent-success:active, .bp6-button-group.bp6-outlined .bp6-button.bp6-intent-success.bp6-active{
  background:none;
  box-shadow:none;
  color:#1c6e42;
}
.bp6-button-group.bp6-minimal .bp6-button.bp6-intent-success:hover, .bp6-button-group.bp6-outlined .bp6-button.bp6-intent-success:hover{
  background:rgba(35, 133, 81, 0.15);
  color:#1c6e42;
}
.bp6-button-group.bp6-minimal .bp6-button.bp6-intent-success:active, .bp6-button-group.bp6-minimal .bp6-button.bp6-intent-success.bp6-active, .bp6-button-group.bp6-outlined .bp6-button.bp6-intent-success:active, .bp6-button-group.bp6-outlined .bp6-button.bp6-intent-success.bp6-active{
  background:rgba(35, 133, 81, 0.3);
  color:#165a36;
}
.bp6-button-group.bp6-minimal .bp6-button.bp6-intent-success:disabled, .bp6-button-group.bp6-minimal .bp6-button.bp6-intent-success.bp6-disabled, .bp6-button-group.bp6-outlined .bp6-button.bp6-intent-success:disabled, .bp6-button-group.bp6-outlined .bp6-button.bp6-intent-success.bp6-disabled{
  background:none;
  color:rgba(28, 110, 66, 0.5);
}
.bp6-button-group.bp6-minimal .bp6-button.bp6-intent-success:disabled.bp6-active, .bp6-button-group.bp6-minimal .bp6-button.bp6-intent-success.bp6-disabled.bp6-active, .bp6-button-group.bp6-outlined .bp6-button.bp6-intent-success:disabled.bp6-active, .bp6-button-group.bp6-outlined .bp6-button.bp6-intent-success.bp6-disabled.bp6-active{
  background:rgba(35, 133, 81, 0.3);
}
.bp6-button-group.bp6-minimal .bp6-button.bp6-intent-success .bp6-button-spinner .bp6-spinner-head, .bp6-button-group.bp6-outlined .bp6-button.bp6-intent-success .bp6-button-spinner .bp6-spinner-head{
  stroke:#1c6e42;
}
.bp6-dark .bp6-button-group.bp6-minimal .bp6-button.bp6-intent-success, .bp6-dark .bp6-button-group.bp6-outlined .bp6-button.bp6-intent-success{
  color:#72ca9b;
}
.bp6-dark .bp6-button-group.bp6-minimal .bp6-button.bp6-intent-success:hover, .bp6-dark .bp6-button-group.bp6-outlined .bp6-button.bp6-intent-success:hover{
  background:rgba(35, 133, 81, 0.2);
  color:#72ca9b;
}
.bp6-dark .bp6-button-group.bp6-minimal .bp6-button.bp6-intent-success:active, .bp6-dark .bp6-button-group.bp6-minimal .bp6-button.bp6-intent-success.bp6-active, .bp6-dark .bp6-button-group.bp6-outlined .bp6-button.bp6-intent-success:active, .bp6-dark .bp6-button-group.bp6-outlined .bp6-button.bp6-intent-success.bp6-active{
  background:rgba(35, 133, 81, 0.3);
  color:#7cd7a2;
}
.bp6-dark .bp6-button-group.bp6-minimal .bp6-button.bp6-intent-success:disabled, .bp6-dark .bp6-button-group.bp6-minimal .bp6-button.bp6-intent-success.bp6-disabled, .bp6-dark .bp6-button-group.bp6-outlined .bp6-button.bp6-intent-success:disabled, .bp6-dark .bp6-button-group.bp6-outlined .bp6-button.bp6-intent-success.bp6-disabled{
  background:none;
  color:rgba(114, 202, 155, 0.5);
}
.bp6-dark .bp6-button-group.bp6-minimal .bp6-button.bp6-intent-success:disabled.bp6-active, .bp6-dark .bp6-button-group.bp6-minimal .bp6-button.bp6-intent-success.bp6-disabled.bp6-active, .bp6-dark .bp6-button-group.bp6-outlined .bp6-button.bp6-intent-success:disabled.bp6-active, .bp6-dark .bp6-button-group.bp6-outlined .bp6-button.bp6-intent-success.bp6-disabled.bp6-active{
  background:rgba(35, 133, 81, 0.3);
}
.bp6-button-group.bp6-minimal .bp6-button.bp6-intent-warning, .bp6-button-group.bp6-outlined .bp6-button.bp6-intent-warning{
  color:#935610;
}
.bp6-button-group.bp6-minimal .bp6-button.bp6-intent-warning:hover, .bp6-button-group.bp6-minimal .bp6-button.bp6-intent-warning:active, .bp6-button-group.bp6-minimal .bp6-button.bp6-intent-warning.bp6-active, .bp6-button-group.bp6-outlined .bp6-button.bp6-intent-warning:hover, .bp6-button-group.bp6-outlined .bp6-button.bp6-intent-warning:active, .bp6-button-group.bp6-outlined .bp6-button.bp6-intent-warning.bp6-active{
  background:none;
  box-shadow:none;
  color:#935610;
}
.bp6-button-group.bp6-minimal .bp6-button.bp6-intent-warning:hover, .bp6-button-group.bp6-outlined .bp6-button.bp6-intent-warning:hover{
  background:rgba(200, 118, 25, 0.15);
  color:#935610;
}
.bp6-button-group.bp6-minimal .bp6-button.bp6-intent-warning:active, .bp6-button-group.bp6-minimal .bp6-button.bp6-intent-warning.bp6-active, .bp6-button-group.bp6-outlined .bp6-button.bp6-intent-warning:active, .bp6-button-group.bp6-outlined .bp6-button.bp6-intent-warning.bp6-active{
  background:rgba(200, 118, 25, 0.3);
  color:#77450d;
}
.bp6-button-group.bp6-minimal .bp6-button.bp6-intent-warning:disabled, .bp6-button-group.bp6-minimal .bp6-button.bp6-intent-warning.bp6-disabled, .bp6-button-group.bp6-outlined .bp6-button.bp6-intent-warning:disabled, .bp6-button-group.bp6-outlined .bp6-button.bp6-intent-warning.bp6-disabled{
  background:none;
  color:rgba(147, 86, 16, 0.5);
}
.bp6-button-group.bp6-minimal .bp6-button.bp6-intent-warning:disabled.bp6-active, .bp6-button-group.bp6-minimal .bp6-button.bp6-intent-warning.bp6-disabled.bp6-active, .bp6-button-group.bp6-outlined .bp6-button.bp6-intent-warning:disabled.bp6-active, .bp6-button-group.bp6-outlined .bp6-button.bp6-intent-warning.bp6-disabled.bp6-active{
  background:rgba(200, 118, 25, 0.3);
}
.bp6-button-group.bp6-minimal .bp6-button.bp6-intent-warning .bp6-button-spinner .bp6-spinner-head, .bp6-button-group.bp6-outlined .bp6-button.bp6-intent-warning .bp6-button-spinner .bp6-spinner-head{
  stroke:#935610;
}
.bp6-dark .bp6-button-group.bp6-minimal .bp6-button.bp6-intent-warning, .bp6-dark .bp6-button-group.bp6-outlined .bp6-button.bp6-intent-warning{
  color:#fbb360;
}
.bp6-dark .bp6-button-group.bp6-minimal .bp6-button.bp6-intent-warning:hover, .bp6-dark .bp6-button-group.bp6-outlined .bp6-button.bp6-intent-warning:hover{
  background:rgba(200, 118, 25, 0.2);
  color:#fbb360;
}
.bp6-dark .bp6-button-group.bp6-minimal .bp6-button.bp6-intent-warning:active, .bp6-dark .bp6-button-group.bp6-minimal .bp6-button.bp6-intent-warning.bp6-active, .bp6-dark .bp6-button-group.bp6-outlined .bp6-button.bp6-intent-warning:active, .bp6-dark .bp6-button-group.bp6-outlined .bp6-button.bp6-intent-warning.bp6-active{
  background:rgba(200, 118, 25, 0.3);
  color:#f5c186;
}
.bp6-dark .bp6-button-group.bp6-minimal .bp6-button.bp6-intent-warning:disabled, .bp6-dark .bp6-button-group.bp6-minimal .bp6-button.bp6-intent-warning.bp6-disabled, .bp6-dark .bp6-button-group.bp6-outlined .bp6-button.bp6-intent-warning:disabled, .bp6-dark .bp6-button-group.bp6-outlined .bp6-button.bp6-intent-warning.bp6-disabled{
  background:none;
  color:rgba(251, 179, 96, 0.5);
}
.bp6-dark .bp6-button-group.bp6-minimal .bp6-button.bp6-intent-warning:disabled.bp6-active, .bp6-dark .bp6-button-group.bp6-minimal .bp6-button.bp6-intent-warning.bp6-disabled.bp6-active, .bp6-dark .bp6-button-group.bp6-outlined .bp6-button.bp6-intent-warning:disabled.bp6-active, .bp6-dark .bp6-button-group.bp6-outlined .bp6-button.bp6-intent-warning.bp6-disabled.bp6-active{
  background:rgba(200, 118, 25, 0.3);
}
.bp6-button-group.bp6-minimal .bp6-button.bp6-intent-danger, .bp6-button-group.bp6-outlined .bp6-button.bp6-intent-danger{
  color:#ac2f33;
}
.bp6-button-group.bp6-minimal .bp6-button.bp6-intent-danger:hover, .bp6-button-group.bp6-minimal .bp6-button.bp6-intent-danger:active, .bp6-button-group.bp6-minimal .bp6-button.bp6-intent-danger.bp6-active, .bp6-button-group.bp6-outlined .bp6-button.bp6-intent-danger:hover, .bp6-button-group.bp6-outlined .bp6-button.bp6-intent-danger:active, .bp6-button-group.bp6-outlined .bp6-button.bp6-intent-danger.bp6-active{
  background:none;
  box-shadow:none;
  color:#ac2f33;
}
.bp6-button-group.bp6-minimal .bp6-button.bp6-intent-danger:hover, .bp6-button-group.bp6-outlined .bp6-button.bp6-intent-danger:hover{
  background:rgba(205, 66, 70, 0.15);
  color:#ac2f33;
}
.bp6-button-group.bp6-minimal .bp6-button.bp6-intent-danger:active, .bp6-button-group.bp6-minimal .bp6-button.bp6-intent-danger.bp6-active, .bp6-button-group.bp6-outlined .bp6-button.bp6-intent-danger:active, .bp6-button-group.bp6-outlined .bp6-button.bp6-intent-danger.bp6-active{
  background:rgba(205, 66, 70, 0.3);
  color:#8e292c;
}
.bp6-button-group.bp6-minimal .bp6-button.bp6-intent-danger:disabled, .bp6-button-group.bp6-minimal .bp6-button.bp6-intent-danger.bp6-disabled, .bp6-button-group.bp6-outlined .bp6-button.bp6-intent-danger:disabled, .bp6-button-group.bp6-outlined .bp6-button.bp6-intent-danger.bp6-disabled{
  background:none;
  color:rgba(172, 47, 51, 0.5);
}
.bp6-button-group.bp6-minimal .bp6-button.bp6-intent-danger:disabled.bp6-active, .bp6-button-group.bp6-minimal .bp6-button.bp6-intent-danger.bp6-disabled.bp6-active, .bp6-button-group.bp6-outlined .bp6-button.bp6-intent-danger:disabled.bp6-active, .bp6-button-group.bp6-outlined .bp6-button.bp6-intent-danger.bp6-disabled.bp6-active{
  background:rgba(205, 66, 70, 0.3);
}
.bp6-button-group.bp6-minimal .bp6-button.bp6-intent-danger .bp6-button-spinner .bp6-spinner-head, .bp6-button-group.bp6-outlined .bp6-button.bp6-intent-danger .bp6-button-spinner .bp6-spinner-head{
  stroke:#ac2f33;
}
.bp6-dark .bp6-button-group.bp6-minimal .bp6-button.bp6-intent-danger, .bp6-dark .bp6-button-group.bp6-outlined .bp6-button.bp6-intent-danger{
  color:#fa999c;
}
.bp6-dark .bp6-button-group.bp6-minimal .bp6-button.bp6-intent-danger:hover, .bp6-dark .bp6-button-group.bp6-outlined .bp6-button.bp6-intent-danger:hover{
  background:rgba(205, 66, 70, 0.2);
  color:#fa999c;
}
.bp6-dark .bp6-button-group.bp6-minimal .bp6-button.bp6-intent-danger:active, .bp6-dark .bp6-button-group.bp6-minimal .bp6-button.bp6-intent-danger.bp6-active, .bp6-dark .bp6-button-group.bp6-outlined .bp6-button.bp6-intent-danger:active, .bp6-dark .bp6-button-group.bp6-outlined .bp6-button.bp6-intent-danger.bp6-active{
  background:rgba(205, 66, 70, 0.3);
  color:#ffa1a4;
}
.bp6-dark .bp6-button-group.bp6-minimal .bp6-button.bp6-intent-danger:disabled, .bp6-dark .bp6-button-group.bp6-minimal .bp6-button.bp6-intent-danger.bp6-disabled, .bp6-dark .bp6-button-group.bp6-outlined .bp6-button.bp6-intent-danger:disabled, .bp6-dark .bp6-button-group.bp6-outlined .bp6-button.bp6-intent-danger.bp6-disabled{
  background:none;
  color:rgba(250, 153, 156, 0.5);
}
.bp6-dark .bp6-button-group.bp6-minimal .bp6-button.bp6-intent-danger:disabled.bp6-active, .bp6-dark .bp6-button-group.bp6-minimal .bp6-button.bp6-intent-danger.bp6-disabled.bp6-active, .bp6-dark .bp6-button-group.bp6-outlined .bp6-button.bp6-intent-danger:disabled.bp6-active, .bp6-dark .bp6-button-group.bp6-outlined .bp6-button.bp6-intent-danger.bp6-disabled.bp6-active{
  background:rgba(205, 66, 70, 0.3);
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp6-button-group.bp6-minimal:not(:first-child), .bp6-button-group.bp6-outlined:not(:first-child){
    border-bottom-left-radius:0;
    border-left:none;
    border-top-left-radius:0;
  }
  .bp6-button-group.bp6-minimal:not(:last-child), .bp6-button-group.bp6-outlined:not(:last-child){
    border-bottom-right-radius:0;
    border-top-right-radius:0;
    margin-right:-1px;
  }
}
.bp6-button-group.bp6-outlined > .bp6-button{
  border:1px solid rgba(28, 33, 39, 0.2);
  box-sizing:border-box;
}
.bp6-button-group.bp6-outlined > .bp6-button:disabled, .bp6-button-group.bp6-outlined > .bp6-button.bp6-disabled, .bp6-button-group.bp6-outlined > .bp6-button:disabled:hover, .bp6-button-group.bp6-outlined > .bp6-button.bp6-disabled:hover{
  border-color:rgba(95, 107, 124, 0.1);
}
.bp6-dark .bp6-button-group.bp6-outlined > .bp6-button{
  border-color:rgba(255, 255, 255, 0.4);
}
.bp6-dark .bp6-button-group.bp6-outlined > .bp6-button:disabled, .bp6-dark .bp6-button-group.bp6-outlined > .bp6-button:disabled:hover, .bp6-dark .bp6-button-group.bp6-outlined > .bp6-button.bp6-disabled, .bp6-dark .bp6-button-group.bp6-outlined > .bp6-button.bp6-disabled:hover{
  border-color:rgba(255, 255, 255, 0.2);
}
.bp6-button-group.bp6-outlined > .bp6-button.bp6-intent-primary{
  border-color:rgba(33, 93, 176, 0.6);
}
.bp6-button-group.bp6-outlined > .bp6-button.bp6-intent-primary:disabled, .bp6-button-group.bp6-outlined > .bp6-button.bp6-intent-primary.bp6-disabled{
  border-color:rgba(33, 93, 176, 0.2);
}
.bp6-dark .bp6-button-group.bp6-outlined > .bp6-button.bp6-intent-primary{
  border-color:rgba(138, 187, 255, 0.6);
}
.bp6-dark .bp6-button-group.bp6-outlined > .bp6-button.bp6-intent-primary:disabled, .bp6-dark .bp6-button-group.bp6-outlined > .bp6-button.bp6-intent-primary.bp6-disabled{
  border-color:rgba(138, 187, 255, 0.2);
}
.bp6-button-group.bp6-outlined > .bp6-button.bp6-intent-success{
  border-color:rgba(28, 110, 66, 0.6);
}
.bp6-button-group.bp6-outlined > .bp6-button.bp6-intent-success:disabled, .bp6-button-group.bp6-outlined > .bp6-button.bp6-intent-success.bp6-disabled{
  border-color:rgba(28, 110, 66, 0.2);
}
.bp6-dark .bp6-button-group.bp6-outlined > .bp6-button.bp6-intent-success{
  border-color:rgba(114, 202, 155, 0.6);
}
.bp6-dark .bp6-button-group.bp6-outlined > .bp6-button.bp6-intent-success:disabled, .bp6-dark .bp6-button-group.bp6-outlined > .bp6-button.bp6-intent-success.bp6-disabled{
  border-color:rgba(114, 202, 155, 0.2);
}
.bp6-button-group.bp6-outlined > .bp6-button.bp6-intent-warning{
  border-color:rgba(147, 86, 16, 0.6);
}
.bp6-button-group.bp6-outlined > .bp6-button.bp6-intent-warning:disabled, .bp6-button-group.bp6-outlined > .bp6-button.bp6-intent-warning.bp6-disabled{
  border-color:rgba(147, 86, 16, 0.2);
}
.bp6-dark .bp6-button-group.bp6-outlined > .bp6-button.bp6-intent-warning{
  border-color:rgba(251, 179, 96, 0.6);
}
.bp6-dark .bp6-button-group.bp6-outlined > .bp6-button.bp6-intent-warning:disabled, .bp6-dark .bp6-button-group.bp6-outlined > .bp6-button.bp6-intent-warning.bp6-disabled{
  border-color:rgba(251, 179, 96, 0.2);
}
.bp6-button-group.bp6-outlined > .bp6-button.bp6-intent-danger{
  border-color:rgba(172, 47, 51, 0.6);
}
.bp6-button-group.bp6-outlined > .bp6-button.bp6-intent-danger:disabled, .bp6-button-group.bp6-outlined > .bp6-button.bp6-intent-danger.bp6-disabled{
  border-color:rgba(172, 47, 51, 0.2);
}
.bp6-dark .bp6-button-group.bp6-outlined > .bp6-button.bp6-intent-danger{
  border-color:rgba(250, 153, 156, 0.6);
}
.bp6-dark .bp6-button-group.bp6-outlined > .bp6-button.bp6-intent-danger:disabled, .bp6-dark .bp6-button-group.bp6-outlined > .bp6-button.bp6-intent-danger.bp6-disabled{
  border-color:rgba(250, 153, 156, 0.2);
}
.bp6-button-group.bp6-outlined:not(.bp6-vertical) > .bp6-button:not(:last-child){
  border-right:none;
}
.bp6-button-group .bp6-popover-wrapper,
.bp6-button-group .bp6-popover-target{
  display:flex;
  flex:1 1 auto;
}
.bp6-button-group.bp6-fill{
  display:flex;
  width:100%;
}
.bp6-button-group .bp6-button.bp6-fill, .bp6-button-group.bp6-fill .bp6-button:not(.bp6-fixed){
  flex:1 1 auto;
}
.bp6-button-group.bp6-vertical{
  align-items:stretch;
  flex-direction:column;
  vertical-align:top;
}
.bp6-button-group.bp6-vertical.bp6-fill{
  height:100%;
  width:unset;
}
.bp6-button-group.bp6-vertical .bp6-button{
  margin-right:0 !important;
  width:100%;
}
.bp6-button-group.bp6-vertical:not(.bp6-minimal) > .bp6-popover-wrapper:first-child .bp6-button,
.bp6-button-group.bp6-vertical:not(.bp6-minimal) > .bp6-button:first-child, .bp6-button-group.bp6-vertical.bp6-outlined > .bp6-popover-wrapper:first-child .bp6-button,
.bp6-button-group.bp6-vertical.bp6-outlined > .bp6-button:first-child{
  border-radius:4px 4px 0 0;
}
.bp6-button-group.bp6-vertical:not(.bp6-minimal) > .bp6-popover-wrapper:last-child .bp6-button,
.bp6-button-group.bp6-vertical:not(.bp6-minimal) > .bp6-button:last-child, .bp6-button-group.bp6-vertical.bp6-outlined > .bp6-popover-wrapper:last-child .bp6-button,
.bp6-button-group.bp6-vertical.bp6-outlined > .bp6-button:last-child{
  border-radius:0 0 4px 4px;
}
.bp6-button-group.bp6-vertical:not(.bp6-minimal):not(.bp6-outlined) > .bp6-popover-wrapper:not(:last-child) .bp6-button,
.bp6-button-group.bp6-vertical:not(.bp6-minimal):not(.bp6-outlined) > .bp6-button:not(:last-child){
  margin-bottom:-1px;
}
.bp6-button-group.bp6-vertical.bp6-outlined > .bp6-button:not(:last-child){
  border-bottom:none;
}
.bp6-button-group.bp6-align-left .bp6-button{
  text-align:left;
}
.bp6-callout{
  font-size:14px;
  line-height:1.5;
  border-radius:4px;
  padding:16px;
  position:relative;
  width:100%;
}
.bp6-callout:not(.bp6-minimal){
  background-color:rgba(143, 153, 168, 0.15);
}
.bp6-callout[class*=bp6-icon-]{
  padding-left:40px;
}
.bp6-callout[class*=bp6-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:16px;
  position:absolute;
  top:18px;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp6-callout{
    border:1px solid buttonborder;
  }
}
.bp6-callout.bp6-callout-icon{
  padding-left:40px;
}
.bp6-callout.bp6-callout-icon > .bp6-icon:first-child{
  color:#5f6b7c;
  left:16px;
  position:absolute;
  top:18px;
}
.bp6-callout .bp6-heading{
  line-height:16px;
  margin-bottom:0;
  margin-top:2px;
}
.bp6-callout.bp6-callout-has-body-content .bp6-heading{
  margin-bottom:4px;
}
.bp6-callout.bp6-compact{
  padding:8px;
}
.bp6-callout.bp6-compact.bp6-callout-icon{
  padding-left:32px;
}
.bp6-callout.bp6-compact.bp6-callout-icon > .bp6-icon:first-child{
  left:8px;
  top:10px;
}
.bp6-dark .bp6-callout:not(.bp6-minimal){
  background-color:rgba(143, 153, 168, 0.2);
}
.bp6-dark .bp6-callout[class*=bp6-icon-]::before, .bp6-dark .bp6-callout.bp6-callout-icon > .bp6-icon:first-child{
  color:#abb3bf;
}
.bp6-callout.bp6-intent-primary{
  color:#215db0;
}
.bp6-callout.bp6-intent-primary:not(.bp6-minimal){
  background-color:rgba(45, 114, 210, 0.1);
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp6-callout.bp6-intent-primary{
    border:1px solid buttonborder;
  }
}
.bp6-callout.bp6-intent-primary[class*=bp6-icon-]::before,
.bp6-callout.bp6-intent-primary > .bp6-icon:first-child,
.bp6-callout.bp6-intent-primary .bp6-heading{
  color:#215db0;
}
.bp6-dark .bp6-callout.bp6-intent-primary{
  color:#8abbff;
}
.bp6-dark .bp6-callout.bp6-intent-primary:not(.bp6-minimal){
  background-color:rgba(45, 114, 210, 0.2);
}
.bp6-dark .bp6-callout.bp6-intent-primary[class*=bp6-icon-]::before,
.bp6-dark .bp6-callout.bp6-intent-primary > .bp6-icon:first-child,
.bp6-dark .bp6-callout.bp6-intent-primary .bp6-heading{
  color:#8abbff;
}
.bp6-callout.bp6-intent-success{
  color:#1c6e42;
}
.bp6-callout.bp6-intent-success:not(.bp6-minimal){
  background-color:rgba(35, 133, 81, 0.1);
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp6-callout.bp6-intent-success{
    border:1px solid buttonborder;
  }
}
.bp6-callout.bp6-intent-success[class*=bp6-icon-]::before,
.bp6-callout.bp6-intent-success > .bp6-icon:first-child,
.bp6-callout.bp6-intent-success .bp6-heading{
  color:#1c6e42;
}
.bp6-dark .bp6-callout.bp6-intent-success{
  color:#72ca9b;
}
.bp6-dark .bp6-callout.bp6-intent-success:not(.bp6-minimal){
  background-color:rgba(35, 133, 81, 0.2);
}
.bp6-dark .bp6-callout.bp6-intent-success[class*=bp6-icon-]::before,
.bp6-dark .bp6-callout.bp6-intent-success > .bp6-icon:first-child,
.bp6-dark .bp6-callout.bp6-intent-success .bp6-heading{
  color:#72ca9b;
}
.bp6-callout.bp6-intent-warning{
  color:#935610;
}
.bp6-callout.bp6-intent-warning:not(.bp6-minimal){
  background-color:rgba(200, 118, 25, 0.1);
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp6-callout.bp6-intent-warning{
    border:1px solid buttonborder;
  }
}
.bp6-callout.bp6-intent-warning[class*=bp6-icon-]::before,
.bp6-callout.bp6-intent-warning > .bp6-icon:first-child,
.bp6-callout.bp6-intent-warning .bp6-heading{
  color:#935610;
}
.bp6-dark .bp6-callout.bp6-intent-warning{
  color:#fbb360;
}
.bp6-dark .bp6-callout.bp6-intent-warning:not(.bp6-minimal){
  background-color:rgba(200, 118, 25, 0.2);
}
.bp6-dark .bp6-callout.bp6-intent-warning[class*=bp6-icon-]::before,
.bp6-dark .bp6-callout.bp6-intent-warning > .bp6-icon:first-child,
.bp6-dark .bp6-callout.bp6-intent-warning .bp6-heading{
  color:#fbb360;
}
.bp6-callout.bp6-intent-danger{
  color:#ac2f33;
}
.bp6-callout.bp6-intent-danger:not(.bp6-minimal){
  background-color:rgba(205, 66, 70, 0.1);
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp6-callout.bp6-intent-danger{
    border:1px solid buttonborder;
  }
}
.bp6-callout.bp6-intent-danger[class*=bp6-icon-]::before,
.bp6-callout.bp6-intent-danger > .bp6-icon:first-child,
.bp6-callout.bp6-intent-danger .bp6-heading{
  color:#ac2f33;
}
.bp6-dark .bp6-callout.bp6-intent-danger{
  color:#fa999c;
}
.bp6-dark .bp6-callout.bp6-intent-danger:not(.bp6-minimal){
  background-color:rgba(205, 66, 70, 0.2);
}
.bp6-dark .bp6-callout.bp6-intent-danger[class*=bp6-icon-]::before,
.bp6-dark .bp6-callout.bp6-intent-danger > .bp6-icon:first-child,
.bp6-dark .bp6-callout.bp6-intent-danger .bp6-heading{
  color:#fa999c;
}
.bp6-callout.bp6-intent-primary a{
  text-decoration:underline;
}
.bp6-callout.bp6-intent-primary a:hover{
  color:#184a90;
}
.bp6-dark .bp6-callout.bp6-intent-primary a:hover{
  color:#99c4ff;
}
.bp6-running-text .bp6-callout{
  margin:20px 0;
}
.bp6-card{
  background-color:#ffffff;
  border-radius:4px;
  box-shadow:0 0 0 1px rgba(17, 20, 24, 0.15), 0 0 5px 0 rgba(0, 0, 0, 0.02);
  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);
}
.bp6-card.bp6-dark, .bp6-dark .bp6-card{
  background-color:#252a31;
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp6-card{
    border:1px solid buttonborder;
    box-shadow:none;
  }
}
.bp6-elevation-0{
  box-shadow:0 0 0 1px rgba(17, 20, 24, 0.15), 0 0 5px 0 rgba(0, 0, 0, 0.02);
}
.bp6-elevation-0.bp6-dark, .bp6-dark .bp6-elevation-0{
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp6-elevation-0{
    border:1px solid buttonborder;
  }
}
.bp6-elevation-1{
  box-shadow:0 0 0 1px rgba(17, 20, 24, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
}
.bp6-elevation-1.bp6-dark, .bp6-dark .bp6-elevation-1{
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.2), inset 0 0 0.5px 0 rgba(255, 255, 255, 0.3), inset 0 0.5px 0 0 rgba(255, 255, 255, 0.08), 0 1px 10px -1px rgba(0, 0, 0, 0.2);
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp6-elevation-1{
    border:1px solid buttonborder;
  }
}
.bp6-elevation-2{
  box-shadow:0 0 0 1px rgba(17, 20, 24, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1), 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.bp6-elevation-2.bp6-dark, .bp6-dark .bp6-elevation-2{
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 4px 6px -4px rgba(0, 0, 0, 0.5), inset 0 0 0.5px 0 rgba(255, 255, 255, 0.3), inset 0 0.5px 0 0 rgba(255, 255, 255, 0.08), 0 10px 30px -5px rgba(0, 0, 0, 0.5);
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp6-elevation-2{
    border:1px solid buttonborder;
  }
}
.bp6-elevation-3{
  box-shadow:0 0 0 1px rgba(17, 20, 24, 0.1), 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.bp6-elevation-3.bp6-dark, .bp6-dark .bp6-elevation-3{
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 20px 25px -5px rgba(0, 0, 0, 0.3), inset 0 0 0.5px 0 rgba(255, 255, 255, 0.3), inset 0 0.5px 0 0 rgba(255, 255, 255, 0.08), 0 10px 30px -5px rgba(0, 0, 0, 0.3);
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp6-elevation-3{
    border:1px solid buttonborder;
  }
}
.bp6-elevation-4{
  box-shadow:0 0 0 1px rgba(17, 20, 24, 0.1), 0 25px 50px -12px rgba(0, 0, 0, 0.3);
}
.bp6-elevation-4.bp6-dark, .bp6-dark .bp6-elevation-4{
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 25px 60px -12px rgba(0, 0, 0, 0.85), inset 0 0 0.5px 0 rgba(255, 255, 255, 0.3), inset 0 0.5px 0 0 rgba(255, 255, 255, 0.08);
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp6-elevation-4{
    border:1px solid buttonborder;
  }
}
.bp6-card.bp6-compact{
  padding:16px;
}
.bp6-card.bp6-interactive:hover{
  box-shadow:0 0 0 1px rgba(17, 20, 24, 0.1), 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  cursor:pointer;
}
.bp6-card.bp6-interactive:hover.bp6-dark, .bp6-dark .bp6-card.bp6-interactive:hover{
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 20px 25px -5px rgba(0, 0, 0, 0.3), inset 0 0 0.5px 0 rgba(255, 255, 255, 0.3), inset 0 0.5px 0 0 rgba(255, 255, 255, 0.08), 0 10px 30px -5px rgba(0, 0, 0, 0.3);
}
.bp6-card.bp6-interactive.bp6-selected{
  box-shadow:0 0 0 3px rgba(76, 144, 240, 0.2), 0 0 0 1px #4c90f0;
}
.bp6-card.bp6-interactive.bp6-selected.bp6-dark, .bp6-dark .bp6-card.bp6-interactive.bp6-selected{
  box-shadow:0 0 0 3px rgba(138, 187, 255, 0.4), 0 0 0 1px #8abbff;
}
.bp6-card.bp6-interactive:active{
  box-shadow:0 0 0 1px rgba(17, 20, 24, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  transition-duration:0;
}
.bp6-card.bp6-interactive:active.bp6-dark, .bp6-dark .bp6-card.bp6-interactive:active{
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.2), inset 0 0 0.5px 0 rgba(255, 255, 255, 0.3), inset 0 0.5px 0 0 rgba(255, 255, 255, 0.08), 0 1px 10px -1px rgba(0, 0, 0, 0.2);
}
.bp6-card-list{
  overflow:auto;
  padding:0;
  width:100%;
}
.bp6-card-list > .bp6-card{
  align-items:center;
  border-radius:0;
  box-shadow:none;
  display:flex;
  min-height:47px;
  padding:8px 20px;
}
.bp6-card-list > .bp6-card.bp6-interactive:hover, .bp6-card-list > .bp6-card.bp6-interactive:active{
  background-color:#f6f7f9;
  box-shadow:none;
}
.bp6-dark .bp6-card-list > .bp6-card.bp6-interactive:hover, .bp6-dark .bp6-card-list > .bp6-card.bp6-interactive:active{
  background-color:#2f343c;
}
.bp6-card-list > .bp6-card.bp6-selected{
  background-color:#edeff2;
  box-shadow:none;
}
.bp6-dark .bp6-card-list > .bp6-card.bp6-selected{
  background-color:#383e47;
  box-shadow:none;
}
.bp6-card-list > .bp6-card:not(:last-child){
  border-bottom:1px solid rgba(17, 20, 24, 0.1);
}
.bp6-dark .bp6-card-list > .bp6-card:not(:last-child){
  border-color:rgba(255, 255, 255, 0.1);
}
.bp6-card-list.bp6-compact{
  padding:0;
}
.bp6-card-list.bp6-compact > .bp6-card{
  min-height:47px;
  padding:8px 16px;
}
.bp6-dark .bp6-card-list{
  padding:1px;
}
.bp6-card-list:not(.bp6-card-list-bordered){
  border-radius:0;
  box-shadow:none;
}
.bp6-dark .bp6-card-list:not(.bp6-card-list-bordered){
  margin:1px;
  width:calc(100% - 2px);
}
.bp6-collapse{
  height:0;
  overflow-y:hidden;
  transition:height 200ms cubic-bezier(0.4, 1, 0.75, 0.9);
}
.bp6-collapse .bp6-collapse-body{
  transition:transform 200ms cubic-bezier(0.4, 1, 0.75, 0.9);
}
.bp6-collapse .bp6-collapse-body[aria-hidden=true]{
  display:none;
}
.bp6-context-menu-virtual-target{
  position:fixed;
}
.bp6-card.bp6-control-card, .bp6-card-list > .bp6-card.bp6-control-card{
  min-height:auto;
  padding:0;
}
.bp6-control-card .bp6-control.bp6-control.bp6-control{
  align-items:flex-start;
  display:flex;
  gap:8px;
  margin:0;
  padding:20px;
  width:100%;
}
.bp6-control-card .bp6-control.bp6-control.bp6-control.bp6-align-left{
  flex-direction:row;
  justify-content:flex-start;
}
.bp6-control-card .bp6-control.bp6-control.bp6-control.bp6-align-right{
  flex-direction:row-reverse;
  justify-content:space-between;
}
.bp6-card-list .bp6-control-card .bp6-control.bp6-control.bp6-control{
  padding:20px;
}
.bp6-card-list.bp6-compact .bp6-control-card .bp6-control.bp6-control.bp6-control{
  padding:16px;
}
.bp6-control-card .bp6-control.bp6-control.bp6-control .bp6-control-indicator{
  margin:0;
}
.bp6-control-card.bp6-compact .bp6-control.bp6-control.bp6-control{
  padding:16px;
}
.bp6-divider{
  border-bottom:1px solid rgba(17, 20, 24, 0.15);
  border-right:1px solid rgba(17, 20, 24, 0.15);
  margin:4px;
}
.bp6-dark .bp6-divider{
  border-color:rgba(255, 255, 255, 0.2);
}
.bp6-divider.bp6-compact{
  margin:0;
}
.bp6-dialog-container{
  opacity:1;
  transform:scale(1);
}
.bp6-dialog-container.bp6-overlay-enter > .bp6-dialog, .bp6-dialog-container.bp6-overlay-appear > .bp6-dialog{
  opacity:0;
  transform:scale(0.5);
}
.bp6-dialog-container.bp6-overlay-enter-active > .bp6-dialog, .bp6-dialog-container.bp6-overlay-appear-active > .bp6-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);
}
.bp6-dialog-container.bp6-overlay-exit > .bp6-dialog{
  opacity:1;
  transform:scale(1);
}
.bp6-dialog-container.bp6-overlay-exit-active > .bp6-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);
}
.bp6-dialog-container{
  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%;
}
.bp6-dialog{
  background:#f6f7f9;
  border-radius:4px;
  box-shadow:0 0 0 1px rgba(17, 20, 24, 0.1), 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  display:flex;
  flex-direction:column;
  margin:32px 0;
  pointer-events:all;
  -webkit-user-select:text;
     -moz-user-select:text;
      -ms-user-select:text;
          user-select:text;
  width:500px;
}
.bp6-dialog:focus{
  outline:0;
}
.bp6-dialog.bp6-dark, .bp6-dark .bp6-dialog{
  background:#1c2127;
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 20px 25px -5px rgba(0, 0, 0, 0.3), inset 0 0 0.5px 0 rgba(255, 255, 255, 0.3), inset 0 0.5px 0 0 rgba(255, 255, 255, 0.08), 0 10px 30px -5px rgba(0, 0, 0, 0.3);
  color:#f6f7f9;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp6-dialog{
    border:1px solid buttonborder;
  }
}
.bp6-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:38px;
  padding:4px;
  padding-left:16px;
  z-index:0;
}
.bp6-dialog-header .bp6-icon-large,
.bp6-dialog-header .bp6-icon{
  flex:0 0 auto;
  margin-left:-4px;
  margin-right:8px;
}
.bp6-dialog-header .bp6-icon-large:not([class*=bp6-intent]),
.bp6-dialog-header .bp6-icon:not([class*=bp6-intent]){
  color:#5f6b7c;
}
.bp6-dialog-header .bp6-heading{
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  word-wrap:normal;
  flex:1 1 auto;
  font-size:14px;
  line-height:inherit;
  margin:0;
}
.bp6-dialog-header .bp6-heading:last-child{
  margin-right:16px;
}
.bp6-dark .bp6-dialog-header{
  background:#2f343c;
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}
.bp6-dark .bp6-dialog-header :not([class*=bp6-intent]).bp6-icon-large, .bp6-dark .bp6-dialog-header :not([class*=bp6-intent]).bp6-icon{
  color:#abb3bf;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp6-dialog-header{
    border-bottom:1px solid buttonborder;
  }
}
.bp6-dialog-body{
  flex:1 1 auto;
  margin:16px;
}
.bp6-dialog-body-scroll-container{
  margin:0;
  max-height:70vh;
  overflow:auto;
  padding:16px;
}
.bp6-dialog-footer{
  flex:0 0 auto;
  margin:16px;
}
.bp6-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:16px;
  justify-content:space-between;
  margin:0;
  padding:8px 8px 8px 16px;
}
.bp6-dark .bp6-dialog-footer-fixed{
  background:#383e47;
  border-top:1px solid rgba(255, 255, 255, 0.2);
}
.bp6-dialog-footer-main-section{
  flex:1 1 auto;
}
.bp6-dialog-footer-actions{
  display:flex;
  justify-content:flex-end;
}
.bp6-dialog-footer-actions .bp6-button{
  margin-left:8px;
}
.bp6-multistep-dialog-panels{
  display:flex;
}
.bp6-multistep-dialog-panels:first-child .bp6-dialog-step-container:first-child{
  border-radius:4px 0 0 0;
}
.bp6-multistep-dialog-panels:first-child .bp6-multistep-dialog-right-panel{
  border-top-right-radius:4px;
}
.bp6-multistep-dialog-nav-top .bp6-multistep-dialog-panels{
  flex-direction:column;
}
.bp6-multistep-dialog-nav-top .bp6-multistep-dialog-panels:first-child .bp6-dialog-step-container:first-child{
  border-radius:4px 0 0 0;
}
.bp6-multistep-dialog-nav-top .bp6-multistep-dialog-panels:first-child .bp6-dialog-step-container:last-child{
  border-radius:0 4px 0 0;
}
.bp6-multistep-dialog-nav-top .bp6-multistep-dialog-panels .bp6-multistep-dialog-left-panel{
  flex-direction:row;
}
.bp6-multistep-dialog-nav-top .bp6-multistep-dialog-panels .bp6-dialog-step-container{
  flex-grow:1;
}
.bp6-multistep-dialog-nav-top .bp6-multistep-dialog-panels .bp6-dialog-step-container:not(:first-child){
  border-left:1px solid rgba(17, 20, 24, 0.15);
}
.bp6-dark .bp6-multistep-dialog-nav-top .bp6-multistep-dialog-panels .bp6-dialog-step-container{
  border-color:rgba(17, 20, 24, 0.4);
}
.bp6-multistep-dialog-nav-top .bp6-multistep-dialog-panels .bp6-multistep-dialog-right-panel{
  border-left:none;
}
.bp6-multistep-dialog-nav-top .bp6-multistep-dialog-panels .bp6-multistep-dialog-right-panel,
.bp6-multistep-dialog-nav-top .bp6-multistep-dialog-panels .bp6-multistep-dialog-footer{
  border-radius:0 0 4px 4px;
}
.bp6-multistep-dialog-nav-right .bp6-multistep-dialog-panels{
  flex-direction:row-reverse;
}
.bp6-multistep-dialog-nav-right .bp6-multistep-dialog-panels:first-child .bp6-multistep-dialog-right-panel{
  border-radius:4px 0 0 4px;
}
.bp6-multistep-dialog-nav-right .bp6-multistep-dialog-panels:first-child .bp6-dialog-step-container:first-child{
  border-radius:0 4px 0 0;
}
.bp6-multistep-dialog-nav-right .bp6-multistep-dialog-panels .bp6-multistep-dialog-left-panel{
  border-radius:0 0 4px;
}
.bp6-multistep-dialog-nav-right .bp6-multistep-dialog-panels .bp6-multistep-dialog-right-panel{
  border-left:none;
  border-radius:4px 0 0 4px;
  border-right:1px solid rgba(17, 20, 24, 0.15);
}
.bp6-dark .bp6-multistep-dialog-nav-right .bp6-multistep-dialog-panels .bp6-multistep-dialog-right-panel{
  border-color:rgba(17, 20, 24, 0.4);
}
.bp6-multistep-dialog-nav-right .bp6-multistep-dialog-panels .bp6-dialog-footer{
  border-bottom-left-radius:0;
}
.bp6-multistep-dialog-left-panel{
  display:flex;
  flex:1;
  flex-direction:column;
}
.bp6-dark .bp6-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);
}
.bp6-multistep-dialog-right-panel{
  background-color:#f6f7f9;
  border-left:1px solid rgba(17, 20, 24, 0.15);
  border-radius:0 0 4px;
  flex:3;
  min-width:0;
}
.bp6-dark .bp6-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);
}
.bp6-dialog-step-container{
  background-color:#f6f7f9;
  border-bottom:1px solid rgba(17, 20, 24, 0.15);
}
.bp6-dark .bp6-dialog-step-container{
  background:#2f343c;
  border-bottom:1px solid rgba(255, 255, 255, 0.2);
}
.bp6-dialog-step-container.bp6-dialog-step-viewed{
  background-color:#ffffff;
}
.bp6-dark .bp6-dialog-step-container.bp6-dialog-step-viewed{
  background:#383e47;
}
.bp6-dialog-step{
  align-items:center;
  border-radius:4px;
  cursor:not-allowed;
  display:flex;
  margin:4px;
  padding:6px 14px;
}
.bp6-dark .bp6-dialog-step{
  background:#2f343c;
}
.bp6-dialog-step-viewed .bp6-dialog-step{
  background-color:#ffffff;
  cursor:pointer;
}
.bp6-dark .bp6-dialog-step-viewed .bp6-dialog-step{
  background:#383e47;
}
.bp6-dialog-step:hover{
  background-color:#f6f7f9;
}
.bp6-dark .bp6-dialog-step:hover{
  background:#2f343c;
}
.bp6-dialog-step-icon{
  align-items:center;
  background-color:rgba(95, 107, 124, 0.6);
  border-radius:50%;
  color:#ffffff;
  display:flex;
  height:24px;
  justify-content:center;
  width:24px;
}
.bp6-dark .bp6-dialog-step-icon{
  background-color:rgba(171, 179, 191, 0.6);
}
.bp6-active.bp6-dialog-step-viewed .bp6-dialog-step-icon{
  background-color:#2d72d2;
}
.bp6-dialog-step-viewed .bp6-dialog-step-icon{
  background-color:#8f99a8;
}
.bp6-dialog-step-title{
  color:rgba(95, 107, 124, 0.6);
  flex:1;
  padding-left:8px;
}
.bp6-dark .bp6-dialog-step-title{
  color:rgba(171, 179, 191, 0.6);
}
.bp6-active.bp6-dialog-step-viewed .bp6-dialog-step-title{
  color:#2d72d2;
}
.bp6-dark .bp6-active.bp6-dialog-step-viewed .bp6-dialog-step-title{
  color:#8abbff;
}
.bp6-dialog-step-viewed:not(.bp6-active) .bp6-dialog-step-title{
  color:#1c2127;
}
.bp6-dark .bp6-dialog-step-viewed:not(.bp6-active) .bp6-dialog-step-title{
  color:#f6f7f9;
}
.bp6-drawer{
  background:#ffffff;
  box-shadow:0 0 0 1px rgba(17, 20, 24, 0.1), 0 25px 50px -12px rgba(0, 0, 0, 0.3);
  display:flex;
  flex-direction:column;
  margin:0;
  padding:0;
}
.bp6-drawer:focus{
  outline:0;
}
.bp6-drawer.bp6-position-top.bp6-overlay-enter, .bp6-drawer.bp6-position-top.bp6-overlay-appear{
  transform:translateY(-100%);
}
.bp6-drawer.bp6-position-top.bp6-overlay-enter-active, .bp6-drawer.bp6-position-top.bp6-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);
}
.bp6-drawer.bp6-position-top.bp6-overlay-exit{
  transform:translateY(0);
}
.bp6-drawer.bp6-position-top.bp6-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);
}
.bp6-drawer.bp6-position-top{
  height:50%;
  left:0;
  right:0;
  top:0;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp6-drawer.bp6-position-top{
    border-bottom:1px solid buttonborder;
  }
}
.bp6-drawer.bp6-position-bottom.bp6-overlay-enter, .bp6-drawer.bp6-position-bottom.bp6-overlay-appear{
  transform:translateY(100%);
}
.bp6-drawer.bp6-position-bottom.bp6-overlay-enter-active, .bp6-drawer.bp6-position-bottom.bp6-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);
}
.bp6-drawer.bp6-position-bottom.bp6-overlay-exit{
  transform:translateY(0);
}
.bp6-drawer.bp6-position-bottom.bp6-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);
}
.bp6-drawer.bp6-position-bottom{
  bottom:0;
  height:50%;
  left:0;
  right:0;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp6-drawer.bp6-position-bottom{
    border-top:1px solid buttonborder;
  }
}
.bp6-drawer.bp6-position-left.bp6-overlay-enter, .bp6-drawer.bp6-position-left.bp6-overlay-appear{
  transform:translateX(-100%);
}
.bp6-drawer.bp6-position-left.bp6-overlay-enter-active, .bp6-drawer.bp6-position-left.bp6-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);
}
.bp6-drawer.bp6-position-left.bp6-overlay-exit{
  transform:translateX(0);
}
.bp6-drawer.bp6-position-left.bp6-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);
}
.bp6-drawer.bp6-position-left{
  bottom:0;
  left:0;
  top:0;
  width:50%;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp6-drawer.bp6-position-left{
    border-right:1px solid buttonborder;
  }
}
.bp6-drawer.bp6-position-right.bp6-overlay-enter, .bp6-drawer.bp6-position-right.bp6-overlay-appear{
  transform:translateX(100%);
}
.bp6-drawer.bp6-position-right.bp6-overlay-enter-active, .bp6-drawer.bp6-position-right.bp6-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);
}
.bp6-drawer.bp6-position-right.bp6-overlay-exit{
  transform:translateX(0);
}
.bp6-drawer.bp6-position-right.bp6-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);
}
.bp6-drawer.bp6-position-right{
  bottom:0;
  right:0;
  top:0;
  width:50%;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp6-drawer.bp6-position-right{
    border-left:1px solid buttonborder;
  }
}
.bp6-drawer.bp6-dark, .bp6-dark .bp6-drawer{
  background:#2f343c;
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 20px 25px -5px rgba(0, 0, 0, 0.3), inset 0 0 0.5px 0 rgba(255, 255, 255, 0.3), inset 0 0.5px 0 0 rgba(255, 255, 255, 0.08), 0 10px 30px -5px rgba(0, 0, 0, 0.3);
  color:#f6f7f9;
}
.bp6-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){
  .bp6-drawer-header{
    border-bottom:1px solid buttonborder;
  }
}
.bp6-drawer-header .bp6-icon-large,
.bp6-drawer-header .bp6-icon{
  color:#5f6b7c;
  flex:0 0 auto;
  margin-right:10px;
}
.bp6-drawer-header .bp6-heading{
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  word-wrap:normal;
  flex:1 1 auto;
  line-height:inherit;
  margin:0;
}
.bp6-drawer-header .bp6-heading:last-child{
  margin-right:20px;
}
.bp6-dark .bp6-drawer-header{
  box-shadow:0 1px 0 rgba(17, 20, 24, 0.4);
}
.bp6-dark .bp6-drawer-header .bp6-icon-large,
.bp6-dark .bp6-drawer-header .bp6-icon{
  color:#abb3bf;
}
.bp6-drawer-body{
  flex:1 1 auto;
  line-height:18px;
  overflow:auto;
}
.bp6-drawer-footer{
  box-shadow:inset 0 1px 0 rgba(17, 20, 24, 0.15);
  flex:0 0 auto;
  padding:10px 20px;
  position:relative;
}
.bp6-dark .bp6-drawer-footer{
  box-shadow:inset 0 1px 0 rgba(17, 20, 24, 0.4);
}
.bp6-editable-text{
  cursor:text;
  display:inline-block;
  max-width:100%;
  position:relative;
  vertical-align:top;
  white-space:nowrap;
}
.bp6-editable-text::before{
  inset:-2px;
  position:absolute;
  border-radius:4px;
  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);
}
.bp6-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);
}
.bp6-editable-text.bp6-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){
  .bp6-editable-text:not(.bp6-disabled)::before{
    border:1px solid buttonborder;
  }
}
.bp6-editable-text.bp6-intent-primary .bp6-editable-text-input:-ms-input-placeholder{
  color:#2d72d2;
}
.bp6-editable-text.bp6-intent-primary .bp6-editable-text-input::-ms-input-placeholder{
  color:#2d72d2;
}
.bp6-editable-text.bp6-intent-primary .bp6-editable-text-content,
.bp6-editable-text.bp6-intent-primary .bp6-editable-text-input,
.bp6-editable-text.bp6-intent-primary .bp6-editable-text-input::placeholder{
  color:#2d72d2;
}
.bp6-editable-text.bp6-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);
}
.bp6-editable-text.bp6-intent-primary.bp6-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);
}
.bp6-editable-text.bp6-intent-success .bp6-editable-text-input:-ms-input-placeholder{
  color:#238551;
}
.bp6-editable-text.bp6-intent-success .bp6-editable-text-input::-ms-input-placeholder{
  color:#238551;
}
.bp6-editable-text.bp6-intent-success .bp6-editable-text-content,
.bp6-editable-text.bp6-intent-success .bp6-editable-text-input,
.bp6-editable-text.bp6-intent-success .bp6-editable-text-input::placeholder{
  color:#238551;
}
.bp6-editable-text.bp6-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);
}
.bp6-editable-text.bp6-intent-success.bp6-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);
}
.bp6-editable-text.bp6-intent-warning .bp6-editable-text-input:-ms-input-placeholder{
  color:#c87619;
}
.bp6-editable-text.bp6-intent-warning .bp6-editable-text-input::-ms-input-placeholder{
  color:#c87619;
}
.bp6-editable-text.bp6-intent-warning .bp6-editable-text-content,
.bp6-editable-text.bp6-intent-warning .bp6-editable-text-input,
.bp6-editable-text.bp6-intent-warning .bp6-editable-text-input::placeholder{
  color:#c87619;
}
.bp6-editable-text.bp6-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);
}
.bp6-editable-text.bp6-intent-warning.bp6-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);
}
.bp6-editable-text.bp6-intent-danger .bp6-editable-text-input:-ms-input-placeholder{
  color:#cd4246;
}
.bp6-editable-text.bp6-intent-danger .bp6-editable-text-input::-ms-input-placeholder{
  color:#cd4246;
}
.bp6-editable-text.bp6-intent-danger .bp6-editable-text-content,
.bp6-editable-text.bp6-intent-danger .bp6-editable-text-input,
.bp6-editable-text.bp6-intent-danger .bp6-editable-text-input::placeholder{
  color:#cd4246;
}
.bp6-editable-text.bp6-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);
}
.bp6-editable-text.bp6-intent-danger.bp6-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);
}
.bp6-dark .bp6-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);
}
.bp6-dark .bp6-editable-text.bp6-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);
}
.bp6-dark .bp6-editable-text.bp6-disabled::before{
  box-shadow:none;
}
.bp6-dark .bp6-editable-text.bp6-intent-primary .bp6-editable-text-input:-ms-input-placeholder{
  color:#8abbff;
}
.bp6-dark .bp6-editable-text.bp6-intent-primary .bp6-editable-text-input::-ms-input-placeholder{
  color:#8abbff;
}
.bp6-dark .bp6-editable-text.bp6-intent-primary .bp6-editable-text-content,
.bp6-dark .bp6-editable-text.bp6-intent-primary .bp6-editable-text-input,
.bp6-dark .bp6-editable-text.bp6-intent-primary .bp6-editable-text-input::placeholder{
  color:#8abbff;
}
.bp6-dark .bp6-editable-text.bp6-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);
}
.bp6-dark .bp6-editable-text.bp6-intent-primary.bp6-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);
}
.bp6-dark .bp6-editable-text.bp6-intent-success .bp6-editable-text-input:-ms-input-placeholder{
  color:#72ca9b;
}
.bp6-dark .bp6-editable-text.bp6-intent-success .bp6-editable-text-input::-ms-input-placeholder{
  color:#72ca9b;
}
.bp6-dark .bp6-editable-text.bp6-intent-success .bp6-editable-text-content,
.bp6-dark .bp6-editable-text.bp6-intent-success .bp6-editable-text-input,
.bp6-dark .bp6-editable-text.bp6-intent-success .bp6-editable-text-input::placeholder{
  color:#72ca9b;
}
.bp6-dark .bp6-editable-text.bp6-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);
}
.bp6-dark .bp6-editable-text.bp6-intent-success.bp6-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);
}
.bp6-dark .bp6-editable-text.bp6-intent-warning .bp6-editable-text-input:-ms-input-placeholder{
  color:#fbb360;
}
.bp6-dark .bp6-editable-text.bp6-intent-warning .bp6-editable-text-input::-ms-input-placeholder{
  color:#fbb360;
}
.bp6-dark .bp6-editable-text.bp6-intent-warning .bp6-editable-text-content,
.bp6-dark .bp6-editable-text.bp6-intent-warning .bp6-editable-text-input,
.bp6-dark .bp6-editable-text.bp6-intent-warning .bp6-editable-text-input::placeholder{
  color:#fbb360;
}
.bp6-dark .bp6-editable-text.bp6-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);
}
.bp6-dark .bp6-editable-text.bp6-intent-warning.bp6-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);
}
.bp6-dark .bp6-editable-text.bp6-intent-danger .bp6-editable-text-input:-ms-input-placeholder{
  color:#fa999c;
}
.bp6-dark .bp6-editable-text.bp6-intent-danger .bp6-editable-text-input::-ms-input-placeholder{
  color:#fa999c;
}
.bp6-dark .bp6-editable-text.bp6-intent-danger .bp6-editable-text-content,
.bp6-dark .bp6-editable-text.bp6-intent-danger .bp6-editable-text-input,
.bp6-dark .bp6-editable-text.bp6-intent-danger .bp6-editable-text-input::placeholder{
  color:#fa999c;
}
.bp6-dark .bp6-editable-text.bp6-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);
}
.bp6-dark .bp6-editable-text.bp6-intent-danger.bp6-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);
}
.bp6-editable-text.bp6-disabled::before{
  box-shadow:none !important;
}
.bp6-editable-text-input,
.bp6-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;
}
.bp6-editable-text-input:-ms-input-placeholder{
  color:#5f6b7c;
  opacity:1;
}
.bp6-editable-text-input::-ms-input-placeholder{
  color:#5f6b7c;
  opacity:1;
}
.bp6-editable-text-input::placeholder{
  color:#5f6b7c;
  opacity:1;
}
.bp6-editable-text-input{
  background:none;
  border:none;
  box-shadow:none;
  padding:0;
  white-space:pre-wrap;
  width:100%;
}
.bp6-editable-text-input:focus{
  outline:none;
}
.bp6-editable-text-input::-ms-clear{
  display:none;
}
.bp6-editable-text-content{
  overflow:hidden;
  padding-right:2px;
  text-overflow:ellipsis;
  white-space:pre;
}
.bp6-editable-text-editing > .bp6-editable-text-content{
  left:0;
  position:absolute;
  visibility:hidden;
}
.bp6-editable-text-placeholder > .bp6-editable-text-content{
  color:#5f6b7c;
}
.bp6-dark .bp6-editable-text-placeholder > .bp6-editable-text-content{
  color:#abb3bf;
}
.bp6-editable-text.bp6-multiline{
  display:block;
}
.bp6-editable-text.bp6-multiline .bp6-editable-text-content{
  overflow:auto;
  white-space:pre-wrap;
  word-wrap:break-word;
}
.bp6-entity-title{
  align-items:center;
  display:flex;
  gap:8px;
  min-width:0;
}
.bp6-entity-title.bp6-fill{
  width:100%;
}
.bp6-entity-title-icon-container.bp6-entity-title-has-subtitle{
  align-self:flex-start;
}
.bp6-entity-title-icon-container:not(.bp6-entity-title-has-subtitle){
  align-items:center;
  display:flex;
}
.bp6-entity-title-text{
  display:flex;
  flex-direction:column;
}
.bp6-fill .bp6-entity-title-text{
  flex-grow:1;
}
.bp6-entity-title-title-and-tags{
  align-items:center;
  display:flex;
  flex-direction:row;
  gap:4px;
}
.bp6-entity-title-tags-container{
  display:flex;
  gap:2px;
  margin-left:4px;
}
.bp6-entity-title-title{
  margin-bottom:0;
  min-width:0;
  overflow-wrap:break-word;
}
.bp6-fill .bp6-entity-title-title{
  flex-grow:1;
}
.bp6-entity-title-subtitle{
  font-size:12px;
  margin-top:2px;
}
.bp6-entity-title-ellipsize, .bp6-entity-title-ellipsize .bp6-entity-title-text{
  overflow:hidden;
}
.bp6-entity-title-heading-h1 .bp6-icon-container{
  align-items:center;
  display:flex;
  height:40px;
}
.bp6-entity-title-heading-h2 .bp6-icon-container{
  align-items:center;
  display:flex;
  height:32px;
}
.bp6-entity-title-heading-h3 .bp6-icon-container{
  align-items:center;
  display:flex;
  height:25px;
}
.bp6-entity-title-heading-h4 .bp6-icon-container{
  align-items:center;
  display:flex;
  height:21px;
}
.bp6-entity-title-heading-h5 .bp6-icon-container{
  align-items:center;
  display:flex;
  height:19px;
}
.bp6-entity-title-heading-h6 .bp6-icon-container{
  align-items:center;
  display:flex;
  height:16px;
}
.bp6-entity-title-heading-h1, .bp6-entity-title-heading-h2, .bp6-entity-title-heading-h3{
  gap:16px;
}
.bp6-entity-title-heading-h1 .bp6-entity-title-subtitle, .bp6-entity-title-heading-h2 .bp6-entity-title-subtitle, .bp6-entity-title-heading-h3 .bp6-entity-title-subtitle{
  font-size:14px;
}
.bp6-entity-title-heading-h4, .bp6-entity-title-heading-h5, .bp6-entity-title-heading-h6{
  gap:8px;
}
.bp6-entity-title-heading-h4 .bp6-entity-title-subtitle, .bp6-entity-title-heading-h5 .bp6-entity-title-subtitle, .bp6-entity-title-heading-h6 .bp6-entity-title-subtitle{
  font-size:12px;
}
.bp6-divider{
  border-bottom:1px solid rgba(17, 20, 24, 0.15);
  border-right:1px solid rgba(17, 20, 24, 0.15);
  margin:4px;
}
.bp6-dark .bp6-divider{
  border-color:rgba(255, 255, 255, 0.2);
}
.bp6-divider.bp6-compact{
  margin:0;
}
.bp6-control-group{
  transform:translateZ(0);
  display:flex;
  flex-direction:row;
}
.bp6-control-group > *{
  flex-grow:0;
  flex-shrink:0;
}
.bp6-control-group > .bp6-fill{
  flex-grow:1;
  flex-shrink:1;
}
.bp6-control-group{
  align-items:stretch;
}
.bp6-control-group .bp6-button,
.bp6-control-group .bp6-html-select,
.bp6-control-group .bp6-input,
.bp6-control-group .bp6-select{
  position:relative;
}
.bp6-control-group .bp6-input{
  z-index:2;
}
.bp6-control-group .bp6-input:focus{
  z-index:14;
}
.bp6-control-group .bp6-input[class*=bp6-intent]{
  z-index:13;
}
.bp6-control-group .bp6-input[class*=bp6-intent]:focus{
  z-index:15;
}
.bp6-control-group .bp6-input[readonly], .bp6-control-group .bp6-input:disabled, .bp6-control-group .bp6-input.bp6-disabled{
  z-index:1;
}
.bp6-control-group .bp6-input-group[class*=bp6-intent] .bp6-input{
  z-index:13;
}
.bp6-control-group .bp6-input-group[class*=bp6-intent] .bp6-input:focus{
  z-index:15;
}
.bp6-control-group .bp6-button,
.bp6-control-group .bp6-html-select select,
.bp6-control-group .bp6-select select{
  transform:translateZ(0);
  z-index:4;
}
.bp6-control-group .bp6-button:focus,
.bp6-control-group .bp6-html-select select:focus,
.bp6-control-group .bp6-select select:focus{
  z-index:5;
}
.bp6-control-group .bp6-button:hover,
.bp6-control-group .bp6-html-select select:hover,
.bp6-control-group .bp6-select select:hover{
  z-index:6;
}
.bp6-control-group .bp6-button:active,
.bp6-control-group .bp6-html-select select:active,
.bp6-control-group .bp6-select select:active{
  z-index:7;
}
.bp6-control-group .bp6-button[readonly], .bp6-control-group .bp6-button:disabled, .bp6-control-group .bp6-button.bp6-disabled,
.bp6-control-group .bp6-html-select select[readonly],
.bp6-control-group .bp6-html-select select:disabled,
.bp6-control-group .bp6-html-select select.bp6-disabled,
.bp6-control-group .bp6-select select[readonly],
.bp6-control-group .bp6-select select:disabled,
.bp6-control-group .bp6-select select.bp6-disabled{
  z-index:3;
}
.bp6-control-group .bp6-button[class*=bp6-intent],
.bp6-control-group .bp6-html-select select[class*=bp6-intent],
.bp6-control-group .bp6-select select[class*=bp6-intent]{
  z-index:9;
}
.bp6-control-group .bp6-button[class*=bp6-intent]:focus,
.bp6-control-group .bp6-html-select select[class*=bp6-intent]:focus,
.bp6-control-group .bp6-select select[class*=bp6-intent]:focus{
  z-index:10;
}
.bp6-control-group .bp6-button[class*=bp6-intent]:hover,
.bp6-control-group .bp6-html-select select[class*=bp6-intent]:hover,
.bp6-control-group .bp6-select select[class*=bp6-intent]:hover{
  z-index:11;
}
.bp6-control-group .bp6-button[class*=bp6-intent]:active,
.bp6-control-group .bp6-html-select select[class*=bp6-intent]:active,
.bp6-control-group .bp6-select select[class*=bp6-intent]:active{
  z-index:12;
}
.bp6-control-group .bp6-button[class*=bp6-intent][readonly], .bp6-control-group .bp6-button[class*=bp6-intent]:disabled, .bp6-control-group .bp6-button[class*=bp6-intent].bp6-disabled,
.bp6-control-group .bp6-html-select select[class*=bp6-intent][readonly],
.bp6-control-group .bp6-html-select select[class*=bp6-intent]:disabled,
.bp6-control-group .bp6-html-select select[class*=bp6-intent].bp6-disabled,
.bp6-control-group .bp6-select select[class*=bp6-intent][readonly],
.bp6-control-group .bp6-select select[class*=bp6-intent]:disabled,
.bp6-control-group .bp6-select select[class*=bp6-intent].bp6-disabled{
  z-index:8;
}
.bp6-control-group .bp6-input-group > .bp6-icon,
.bp6-control-group .bp6-input-group > .bp6-button,
.bp6-control-group .bp6-input-group > .bp6-input-left-container,
.bp6-control-group .bp6-input-group > .bp6-input-action{
  z-index:16;
}
.bp6-control-group .bp6-select::after,
.bp6-control-group .bp6-html-select::after,
.bp6-control-group .bp6-select > .bp6-icon,
.bp6-control-group .bp6-html-select > .bp6-icon{
  z-index:17;
}
.bp6-control-group .bp6-html-select:focus-within,
.bp6-control-group .bp6-select:focus-within{
  z-index:5;
}
.bp6-control-group:not(.bp6-vertical) > :not(:last-child){
  margin-right:2px;
}
.bp6-control-group .bp6-numeric-input:not(:first-child) .bp6-input-group{
  border-bottom-left-radius:0;
  border-top-left-radius:0;
}
.bp6-control-group.bp6-fill{
  width:100%;
}
.bp6-control-group > .bp6-fill{
  flex:1 1 auto;
}
.bp6-control-group.bp6-fill > *:not(.bp6-fixed){
  flex:1 1 auto;
}
.bp6-control-group.bp6-vertical{
  flex-direction:column;
}
.bp6-control-group.bp6-vertical > :not(:last-child){
  margin-bottom:2px;
}
.bp6-control input:checked ~ .bp6-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){
  .bp6-control input:checked ~ .bp6-control-indicator{
    background-color:highlight;
    border:1px solid highlight;
  }
}
.bp6-control:hover input:checked ~ .bp6-control-indicator{
  background-color:#215db0;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp6-control:hover input:checked ~ .bp6-control-indicator{
    background-color:highlight;
  }
}
.bp6-control input:not(:disabled):active:checked ~ .bp6-control-indicator{
  background:#184a90;
}
.bp6-control input:disabled:checked ~ .bp6-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){
  .bp6-control input:disabled:checked ~ .bp6-control-indicator{
    background-color:graytext;
    border-color:graytext;
  }
}
.bp6-dark .bp6-control input:checked ~ .bp6-control-indicator{
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp6-dark .bp6-control input:checked ~ .bp6-control-indicator{
    border:1px solid buttonborder;
  }
}
.bp6-dark .bp6-control:hover input:checked ~ .bp6-control-indicator{
  background-color:#215db0;
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}
.bp6-dark .bp6-control input:not(:disabled):active:checked ~ .bp6-control-indicator{
  background-color:#184a90;
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}
.bp6-dark .bp6-control input:disabled:checked ~ .bp6-control-indicator{
  background:rgba(45, 114, 210, 0.5);
  box-shadow:none;
  color:rgba(255, 255, 255, 0.6);
}
.bp6-control:not(.bp6-align-right){
  -webkit-padding-start:24px;
          padding-inline-start:24px;
}
.bp6-control:not(.bp6-align-right) .bp6-control-indicator{
  -webkit-margin-start:-24px;
          margin-inline-start:-24px;
}
.bp6-control.bp6-align-right{
  padding-right:24px;
}
.bp6-control.bp6-align-right .bp6-control-indicator{
  margin-right:-24px;
}
[dir=rtl] .bp6-control.bp6-align-left{
  -webkit-padding-start:0;
          padding-inline-start:0;
  padding-left:24px;
}
[dir=rtl] .bp6-control.bp6-align-left .bp6-control-indicator{
  margin-left:-24px;
}
.bp6-control{
  cursor:pointer;
  display:block;
  margin-bottom:8px;
  position:relative;
  text-transform:none;
}
.bp6-control.bp6-disabled{
  color:rgba(95, 107, 124, 0.6);
  cursor:not-allowed;
}
.bp6-control.bp6-inline{
  display:inline-block;
  -webkit-margin-end:20px;
          margin-inline-end:20px;
}
.bp6-control .bp6-control-input{
  left:0;
  opacity:0;
  position:absolute;
  top:0;
  z-index:-1;
}
.bp6-control .bp6-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;
  -webkit-margin-end:8px;
          margin-inline-end:8px;
  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;
}
.bp6-control .bp6-control-indicator::before{
  content:"";
  display:block;
  height:1em;
  width:1em;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp6-control .bp6-control-indicator{
    border:1px solid buttonborder;
  }
  .bp6-control .bp6-control-indicator::before{
    margin-left:-1px;
    margin-top:-1px;
  }
}
.bp6-control:hover .bp6-control-indicator{
  background-color:rgba(143, 153, 168, 0.15);
}
.bp6-control input:not(:disabled):active ~ .bp6-control-indicator{
  background:rgba(143, 153, 168, 0.3);
  box-shadow:inset 0 0 0 1px #738091;
}
.bp6-control input:disabled ~ .bp6-control-indicator{
  background:rgba(143, 153, 168, 0.15);
  box-shadow:none;
  cursor:not-allowed;
}
.bp6-control input:focus ~ .bp6-control-indicator{
  outline:rgba(33, 93, 176, 0.752) solid 2px;
  outline-offset:2px;
  -moz-outline-radius:6px;
}
.bp6-dark .bp6-control input:focus ~ .bp6-control-indicator{
  outline-color:rgba(138, 187, 255, 0.752);
}
.bp6-control.bp6-align-right .bp6-control-indicator{
  float:right;
  margin-left:8px;
  margin-top:1px;
}
[dir=rtl] .bp6-control.bp6-align-left .bp6-control-indicator{
  float:left;
  margin-top:1px;
}
.bp6-control.bp6-large:not(.bp6-align-right){
  -webkit-padding-start:28px;
          padding-inline-start:28px;
}
.bp6-control.bp6-large:not(.bp6-align-right) .bp6-control-indicator{
  -webkit-margin-start:-28px;
          margin-inline-start:-28px;
}
.bp6-control.bp6-large.bp6-align-right{
  padding-right:28px;
}
.bp6-control.bp6-large.bp6-align-right .bp6-control-indicator{
  margin-right:-28px;
}
[dir=rtl] .bp6-control.bp6-large.bp6-align-left{
  -webkit-padding-start:0;
          padding-inline-start:0;
  padding-left:28px;
}
[dir=rtl] .bp6-control.bp6-large.bp6-align-left .bp6-control-indicator{
  margin-left:-28px;
}
.bp6-control.bp6-large{
  font-size:16px;
}
.bp6-control.bp6-large .bp6-control-indicator{
  font-size:20px;
}
.bp6-control.bp6-large.bp6-align-right .bp6-control-indicator{
  margin-top:0;
}
[dir=rtl] .bp6-control.bp6-large.bp6-align-left .bp6-control-indicator{
  margin-top:0;
}
.bp6-control.bp6-checkbox input:indeterminate ~ .bp6-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){
  .bp6-control.bp6-checkbox input:indeterminate ~ .bp6-control-indicator{
    background-color:highlight;
    border:1px solid highlight;
  }
}
.bp6-control.bp6-checkbox:hover input:indeterminate ~ .bp6-control-indicator{
  background-color:#215db0;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp6-control.bp6-checkbox:hover input:indeterminate ~ .bp6-control-indicator{
    background-color:highlight;
  }
}
.bp6-control.bp6-checkbox input:not(:disabled):active:indeterminate ~ .bp6-control-indicator{
  background:#184a90;
}
.bp6-control.bp6-checkbox input:disabled:indeterminate ~ .bp6-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){
  .bp6-control.bp6-checkbox input:disabled:indeterminate ~ .bp6-control-indicator{
    background-color:graytext;
    border-color:graytext;
  }
}
.bp6-dark .bp6-control.bp6-checkbox input:indeterminate ~ .bp6-control-indicator{
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp6-dark .bp6-control.bp6-checkbox input:indeterminate ~ .bp6-control-indicator{
    border:1px solid buttonborder;
  }
}
.bp6-dark .bp6-control.bp6-checkbox:hover input:indeterminate ~ .bp6-control-indicator{
  background-color:#215db0;
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}
.bp6-dark .bp6-control.bp6-checkbox input:not(:disabled):active:indeterminate ~ .bp6-control-indicator{
  background-color:#184a90;
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}
.bp6-dark .bp6-control.bp6-checkbox input:disabled:indeterminate ~ .bp6-control-indicator{
  background:rgba(45, 114, 210, 0.5);
  box-shadow:none;
  color:rgba(255, 255, 255, 0.6);
}
.bp6-control.bp6-checkbox .bp6-control-indicator{
  border-radius:4px;
}
.bp6-control.bp6-checkbox input:checked ~ .bp6-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");
}
.bp6-control.bp6-checkbox input:indeterminate ~ .bp6-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");
}
.bp6-control.bp6-checkbox input:disabled ~ .bp6-control-indicator::before{
  opacity:0.5;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp6-control.bp6-checkbox input:checked:not(:disabled) ~ .bp6-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");
  }
  .bp6-control.bp6-checkbox input:indeterminate:not(:disabled) ~ .bp6-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");
  }
  .bp6-control.bp6-checkbox input:disabled ~ .bp6-control-indicator{
    border-color:graytext;
  }
}
.bp6-control.bp6-radio .bp6-control-indicator{
  border-radius:50%;
}
.bp6-control.bp6-radio input:checked ~ .bp6-control-indicator::before{
  background-image:radial-gradient(#ffffff, #ffffff 28%, transparent 32%);
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp6-control.bp6-radio input:checked ~ .bp6-control-indicator::before{
    background:highlight;
    height:12px;
    margin-left:1px;
    margin-top:1px;
    width:12px;
  }
}
.bp6-control.bp6-radio input:checked:disabled ~ .bp6-control-indicator::before{
  opacity:0.5;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp6-control.bp6-radio input:checked:disabled ~ .bp6-control-indicator::before{
    background:graytext;
  }
}
.bp6-control.bp6-radio input:focus ~ .bp6-control-indicator{
  -moz-outline-radius:16px;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp6-control.bp6-radio input:disabled ~ .bp6-control-indicator{
    border-color:graytext;
  }
}
.bp6-control{
}
.bp6-control.bp6-switch input ~ .bp6-control-indicator{
  background:rgba(143, 153, 168, 0.3);
  color:#1c2127;
}
.bp6-control.bp6-switch:hover input ~ .bp6-control-indicator{
  background:rgba(143, 153, 168, 0.4);
}
.bp6-control.bp6-switch input:not(:disabled):active ~ .bp6-control-indicator{
  background:rgba(143, 153, 168, 0.5);
}
.bp6-control.bp6-switch input:disabled ~ .bp6-control-indicator{
  background:rgba(143, 153, 168, 0.15);
  color:rgba(95, 107, 124, 0.6);
}
.bp6-control.bp6-switch input:disabled ~ .bp6-control-indicator::before{
  background:rgba(255, 255, 255, 0.8);
  box-shadow:none;
}
.bp6-control.bp6-switch input:checked ~ .bp6-control-indicator{
  background:#2d72d2;
  color:#ffffff;
}
.bp6-control.bp6-switch:hover input:checked ~ .bp6-control-indicator{
  background:#215db0;
}
.bp6-control.bp6-switch input:checked:not(:disabled):active ~ .bp6-control-indicator{
  background:#184a90;
}
.bp6-control.bp6-switch input:checked:disabled ~ .bp6-control-indicator{
  background:rgba(45, 114, 210, 0.5);
  color:rgba(255, 255, 255, 0.6);
}
.bp6-control.bp6-switch input:checked:disabled ~ .bp6-control-indicator::before{
  background:rgba(255, 255, 255, 0.5);
  box-shadow:none;
}
.bp6-control.bp6-switch:not(.bp6-align-right){
  -webkit-padding-start:36px;
          padding-inline-start:36px;
}
.bp6-control.bp6-switch:not(.bp6-align-right) .bp6-control-indicator{
  -webkit-margin-start:-36px;
          margin-inline-start:-36px;
}
.bp6-control.bp6-switch.bp6-align-right{
  padding-right:36px;
}
.bp6-control.bp6-switch.bp6-align-right .bp6-control-indicator{
  margin-right:-36px;
}
[dir=rtl] .bp6-control.bp6-switch.bp6-align-left{
  -webkit-padding-start:0;
          padding-inline-start:0;
  padding-left:36px;
}
[dir=rtl] .bp6-control.bp6-switch.bp6-align-left .bp6-control-indicator{
  margin-left:-36px;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp6-control.bp6-switch input:checked ~ .bp6-control-indicator{
    background:highlight;
    border:1px solid buttonborder;
  }
  .bp6-control.bp6-switch input:checked:disabled ~ .bp6-control-indicator{
    background-color:graytext;
  }
  .bp6-control.bp6-switch input:not(:checked):disabled ~ .bp6-control-indicator{
    border-color:graytext;
  }
  .bp6-control.bp6-switch input:not(:checked):disabled ~ .bp6-control-indicator::before{
    border-color:graytext;
  }
  .bp6-control.bp6-switch:hover input:checked ~ .bp6-control-indicator{
    background:highlight;
  }
}
.bp6-control.bp6-switch .bp6-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;
}
.bp6-control.bp6-switch .bp6-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:2px;
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  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){
  .bp6-control.bp6-switch .bp6-control-indicator::before{
    border:1px solid buttonborder;
    margin-top:1px;
  }
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp6-control.bp6-switch .bp6-control-indicator{
    border:1px solid buttonborder;
  }
}
.bp6-control.bp6-switch input:checked ~ .bp6-control-indicator::before{
  left:calc(2px + 100% - 1em);
}
.bp6-control.bp6-switch.bp6-large:not(.bp6-align-right){
  -webkit-padding-start:43px;
          padding-inline-start:43px;
}
.bp6-control.bp6-switch.bp6-large:not(.bp6-align-right) .bp6-control-indicator{
  -webkit-margin-start:-43px;
          margin-inline-start:-43px;
}
.bp6-control.bp6-switch.bp6-large.bp6-align-right{
  padding-right:43px;
}
.bp6-control.bp6-switch.bp6-large.bp6-align-right .bp6-control-indicator{
  margin-right:-43px;
}
[dir=rtl] .bp6-control.bp6-switch.bp6-large.bp6-align-left{
  -webkit-padding-start:0;
          padding-inline-start:0;
  padding-left:43px;
}
[dir=rtl] .bp6-control.bp6-switch.bp6-large.bp6-align-left .bp6-control-indicator{
  margin-left:-43px;
}
.bp6-dark .bp6-control.bp6-switch input ~ .bp6-control-indicator{
  background:rgba(143, 153, 168, 0.3);
  color:#f6f7f9;
}
.bp6-dark .bp6-control.bp6-switch:hover input ~ .bp6-control-indicator{
  background:rgba(143, 153, 168, 0.4);
}
.bp6-dark .bp6-control.bp6-switch input:not(:disabled):active ~ .bp6-control-indicator{
  background:rgba(143, 153, 168, 0.5);
}
.bp6-dark .bp6-control.bp6-switch input:disabled ~ .bp6-control-indicator{
  background:rgba(143, 153, 168, 0.15);
  color:rgba(171, 179, 191, 0.6);
}
.bp6-dark .bp6-control.bp6-switch input:disabled ~ .bp6-control-indicator::before{
  background:rgba(255, 255, 255, 0.8);
  box-shadow:none;
}
.bp6-dark .bp6-control.bp6-switch input:checked ~ .bp6-control-indicator{
  background:#2d72d2;
  color:#ffffff;
}
.bp6-dark .bp6-control.bp6-switch:hover input:checked ~ .bp6-control-indicator{
  background:#215db0;
}
.bp6-dark .bp6-control.bp6-switch input:checked:not(:disabled):active ~ .bp6-control-indicator{
  background:#184a90;
}
.bp6-dark .bp6-control.bp6-switch input:checked:disabled ~ .bp6-control-indicator{
  background:rgba(45, 114, 210, 0.5);
  color:rgba(171, 179, 191, 0.6);
}
.bp6-dark .bp6-control.bp6-switch input:checked:disabled ~ .bp6-control-indicator::before{
  background:rgba(255, 255, 255, 0.5);
  box-shadow:none;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp6-dark .bp6-control.bp6-switch input:checked ~ .bp6-control-indicator{
    background:highlight;
    border:1px solid buttonborder;
  }
  .bp6-dark .bp6-control.bp6-switch input:checked:disabled ~ .bp6-control-indicator{
    background-color:graytext;
  }
  .bp6-dark .bp6-control.bp6-switch input:not(:checked):disabled ~ .bp6-control-indicator{
    border-color:graytext;
  }
  .bp6-dark .bp6-control.bp6-switch input:not(:checked):disabled ~ .bp6-control-indicator::before{
    border-color:graytext;
  }
  .bp6-dark .bp6-control.bp6-switch:hover input:checked ~ .bp6-control-indicator{
    background:highlight;
  }
}
.bp6-control.bp6-switch .bp6-switch-inner-text{
  font-size:0.7em;
  text-align:center;
}
.bp6-control.bp6-switch .bp6-control-indicator-child:first-child{
  line-height:0;
  margin-left:0.5em;
  margin-right:1.2em;
  visibility:hidden;
}
.bp6-control.bp6-switch .bp6-control-indicator-child:last-child{
  line-height:1em;
  margin-left:1.2em;
  margin-right:0.5em;
  visibility:visible;
}
.bp6-control.bp6-switch input:checked ~ .bp6-control-indicator .bp6-control-indicator-child:first-child{
  line-height:1em;
  visibility:visible;
}
.bp6-control.bp6-switch input:checked ~ .bp6-control-indicator .bp6-control-indicator-child:last-child{
  line-height:0;
  visibility:hidden;
}
.bp6-dark .bp6-control{
  color:#f6f7f9;
}
.bp6-dark .bp6-control.bp6-disabled{
  color:rgba(171, 179, 191, 0.6);
}
.bp6-dark .bp6-control .bp6-control-indicator{
  background-color:transparent;
  box-shadow:inset 0 0 0 1px #8f99a8;
}
.bp6-dark .bp6-control:hover .bp6-control-indicator{
  background-color:rgba(143, 153, 168, 0.15);
}
.bp6-dark .bp6-control input:not(:disabled):active ~ .bp6-control-indicator{
  background:rgba(143, 153, 168, 0.3);
  box-shadow:inset 0 0 0 1px #8f99a8;
}
.bp6-dark .bp6-control input:disabled ~ .bp6-control-indicator{
  background:rgba(143, 153, 168, 0.15);
  box-shadow:none;
  cursor:not-allowed;
}
.bp6-dark .bp6-control.bp6-checkbox input:disabled:checked ~ .bp6-control-indicator, .bp6-dark .bp6-control.bp6-checkbox input:disabled:indeterminate ~ .bp6-control-indicator{
  background:rgba(45, 114, 210, 0.5);
}
.bp6-file-input{
  cursor:pointer;
  display:inline-block;
  height:30px;
  position:relative;
}
.bp6-file-input input{
  margin:0;
  min-width:200px;
  opacity:0;
}
.bp6-file-input input:disabled + .bp6-file-upload-input, .bp6-file-input input.bp6-disabled + .bp6-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;
}
.bp6-file-input input:disabled + .bp6-file-upload-input:-ms-input-placeholder, .bp6-file-input input.bp6-disabled + .bp6-file-upload-input:-ms-input-placeholder{
  color:rgba(95, 107, 124, 0.6);
}
.bp6-file-input input:disabled + .bp6-file-upload-input::-ms-input-placeholder, .bp6-file-input input.bp6-disabled + .bp6-file-upload-input::-ms-input-placeholder{
  color:rgba(95, 107, 124, 0.6);
}
.bp6-file-input input:disabled + .bp6-file-upload-input::placeholder, .bp6-file-input input.bp6-disabled + .bp6-file-upload-input::placeholder{
  color:rgba(95, 107, 124, 0.6);
}
.bp6-file-input input:disabled + .bp6-file-upload-input::after, .bp6-file-input input.bp6-disabled + .bp6-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;
}
.bp6-dark .bp6-file-input input:disabled + .bp6-file-upload-input, .bp6-dark .bp6-file-input input.bp6-disabled + .bp6-file-upload-input{
  background:rgba(64, 72, 84, 0.5);
  box-shadow:none;
  color:rgba(171, 179, 191, 0.6);
}
.bp6-dark .bp6-file-input input:disabled + .bp6-file-upload-input::after, .bp6-dark .bp6-file-input input.bp6-disabled + .bp6-file-upload-input::after{
  background-color:rgba(47, 52, 60, 0.15);
  box-shadow:none;
  color:rgba(171, 179, 191, 0.6);
}
.bp6-file-input input:focus + .bp6-file-upload-input{
  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);
}
.bp6-dark .bp6-file-input input:focus + .bp6-file-upload-input{
  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);
}
.bp6-file-input.bp6-file-input-has-selection .bp6-file-upload-input{
  color:#1c2127;
}
.bp6-dark .bp6-file-input.bp6-file-input-has-selection .bp6-file-upload-input{
  color:#f6f7f9;
}
.bp6-file-input.bp6-fill{
  width:100%;
}
.bp6-file-input.bp6-large, .bp6-large .bp6-file-input{
  height:40px;
}
.bp6-file-input.bp6-small, .bp6-small .bp6-file-input{
  height:24px;
}
.bp6-file-input .bp6-file-upload-input-custom-text::after{
  content:attr(bp6-button-text);
}
.bp6-file-upload-input:-ms-input-placeholder{
  color:#5f6b7c;
  opacity:1;
}
.bp6-file-upload-input::-ms-input-placeholder{
  color:#5f6b7c;
  opacity:1;
}
.bp6-file-upload-input::placeholder{
  color:#5f6b7c;
  opacity:1;
}
.bp6-file-upload-input{
  -webkit-appearance:none;
     -moz-appearance:none;
          appearance:none;
  background:#ffffff;
  border:none;
  border-radius:4px;
  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 8px;
  transition:box-shadow 100ms cubic-bezier(0.4, 1, 0.75, 0.9);
  vertical-align:middle;
}
.bp6-file-upload-input:focus, .bp6-file-upload-input.bp6-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);
}
.bp6-file-upload-input[type=search], .bp6-file-upload-input.bp6-round{
  border-radius:30px;
  box-sizing:border-box;
  padding-left:8px;
}
.bp6-file-upload-input[readonly]{
  box-shadow:inset 0 0 0 1px rgba(17, 20, 24, 0.15);
}
.bp6-file-upload-input[readonly]:focus{
  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);
}
.bp6-file-upload-input:disabled, .bp6-file-upload-input.bp6-disabled{
  background:rgba(211, 216, 222, 0.5);
  box-shadow:none;
  color:rgba(95, 107, 124, 0.6);
  cursor:not-allowed;
  resize:none;
}
.bp6-file-upload-input:disabled:-ms-input-placeholder, .bp6-file-upload-input.bp6-disabled:-ms-input-placeholder{
  color:rgba(95, 107, 124, 0.6);
}
.bp6-file-upload-input:disabled::-ms-input-placeholder, .bp6-file-upload-input.bp6-disabled::-ms-input-placeholder{
  color:rgba(95, 107, 124, 0.6);
}
.bp6-file-upload-input:disabled::placeholder, .bp6-file-upload-input.bp6-disabled::placeholder{
  color:rgba(95, 107, 124, 0.6);
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp6-file-upload-input{
    border:1px solid buttonborder;
  }
}
.bp6-file-upload-input{
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  word-wrap:normal;
  color:rgba(95, 107, 124, 0.6);
  left:0;
  padding-right:78px;
  position:absolute;
  right:0;
  top:0;
  -webkit-user-select:none;
     -moz-user-select:none;
      -ms-user-select:none;
          user-select:none;
}
.bp6-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:4px;
  content:"Browse";
  line-height:24px;
  margin:3px;
  position:absolute;
  right:0;
  text-align:center;
  top:0;
  width:70px;
}
.bp6-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);
}
.bp6-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){
  .bp6-file-upload-input:active::after{
    background:highlight;
  }
}
.bp6-large .bp6-file-upload-input{
  font-size:16px;
  height:40px;
  line-height:40px;
}
.bp6-large .bp6-file-upload-input[type=search], .bp6-large .bp6-file-upload-input.bp6-round{
  padding:0 12px;
}
.bp6-large .bp6-file-upload-input{
  padding-right:93px;
}
.bp6-large .bp6-file-upload-input::after{
  min-height:30px;
  min-width:30px;
  line-height:30px;
  margin:5px;
  width:85px;
}
.bp6-small .bp6-file-upload-input{
  font-size:12px;
  height:24px;
  line-height:24px;
  padding-left:8px;
  padding-right:8px;
}
.bp6-small .bp6-file-upload-input[type=search], .bp6-small .bp6-file-upload-input.bp6-round{
  padding:0 12px;
}
.bp6-small .bp6-file-upload-input{
  padding-right:63px;
}
.bp6-small .bp6-file-upload-input::after{
  min-height:20px;
  min-width:20px;
  line-height:20px;
  margin:2px;
  width:55px;
}
.bp6-dark .bp6-file-upload-input:-ms-input-placeholder{
  color:#abb3bf;
}
.bp6-dark .bp6-file-upload-input::-ms-input-placeholder{
  color:#abb3bf;
}
.bp6-dark .bp6-file-upload-input::placeholder{
  color:#abb3bf;
}
.bp6-dark .bp6-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;
}
.bp6-dark .bp6-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);
}
.bp6-dark .bp6-file-upload-input[readonly]{
  box-shadow:inset 0 0 0 1px rgba(17, 20, 24, 0.4);
}
.bp6-dark .bp6-file-upload-input[readonly]:focus{
  box-shadow:inset 0 0 0 1px rgba(138, 187, 255, 0.752), 0 0 0 1px rgba(138, 187, 255, 0.752);
}
.bp6-dark .bp6-file-upload-input:disabled, .bp6-dark .bp6-file-upload-input.bp6-disabled{
  background:rgba(64, 72, 84, 0.5);
  box-shadow:none;
  color:rgba(171, 179, 191, 0.6);
}
.bp6-dark .bp6-file-upload-input{
  color:rgba(171, 179, 191, 0.6);
}
.bp6-dark .bp6-file-upload-input::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.2);
  color:#f6f7f9;
}
.bp6-dark .bp6-file-upload-input:hover::after{
  background-color:#252a31;
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(17, 20, 24, 0.4);
}
.bp6-dark .bp6-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);
}
.bp6-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);
}
.bp6-form-group{
  display:flex;
  flex-direction:column;
  margin:0 0 16px;
}
.bp6-form-group label.bp6-label{
  margin-bottom:4px;
}
.bp6-form-group .bp6-control{
  margin-top:8px;
}
.bp6-form-group .bp6-form-group-sub-label,
.bp6-form-group .bp6-form-helper-text{
  color:#5f6b7c;
  font-size:12px;
}
.bp6-form-group .bp6-form-group-sub-label{
  margin-bottom:4px;
}
.bp6-form-group .bp6-form-helper-text{
  margin-top:4px;
}
.bp6-form-group{
}
.bp6-form-group.bp6-intent-primary .bp6-form-helper-text{
  color:#215db0;
}
.bp6-form-group.bp6-intent-success .bp6-form-helper-text{
  color:#1c6e42;
}
.bp6-form-group.bp6-intent-warning .bp6-form-helper-text{
  color:#935610;
}
.bp6-form-group.bp6-intent-danger .bp6-form-helper-text{
  color:#ac2f33;
}
.bp6-form-group.bp6-fill{
  width:100%;
}
.bp6-form-group.bp6-inline{
  align-items:flex-start;
  flex-direction:row;
}
.bp6-form-group.bp6-inline.bp6-large label.bp6-label{
  line-height:40px;
  margin:0 12px 0 0;
}
.bp6-form-group.bp6-inline label.bp6-label{
  line-height:30px;
  margin:0 12px 0 0;
}
.bp6-form-group.bp6-disabled .bp6-label,
.bp6-form-group.bp6-disabled .bp6-text-muted,
.bp6-form-group.bp6-disabled .bp6-form-group-sub-label,
.bp6-form-group.bp6-disabled .bp6-form-helper-text{
  color:rgba(95, 107, 124, 0.6) !important;
}
.bp6-dark .bp6-form-group.bp6-intent-primary .bp6-form-helper-text{
  color:#8abbff;
}
.bp6-dark .bp6-form-group.bp6-intent-success .bp6-form-helper-text{
  color:#72ca9b;
}
.bp6-dark .bp6-form-group.bp6-intent-warning .bp6-form-helper-text{
  color:#fbb360;
}
.bp6-dark .bp6-form-group.bp6-intent-danger .bp6-form-helper-text{
  color:#fa999c;
}
.bp6-dark .bp6-form-group .bp6-form-group-sub-label,
.bp6-dark .bp6-form-group .bp6-form-helper-text{
  color:#abb3bf;
}
.bp6-dark .bp6-form-group.bp6-disabled .bp6-label,
.bp6-dark .bp6-form-group.bp6-disabled .bp6-text-muted,
.bp6-dark .bp6-form-group.bp6-disabled .bp6-form-group-sub-label,
.bp6-dark .bp6-form-group.bp6-disabled .bp6-form-helper-text{
  color:rgba(171, 179, 191, 0.6) !important;
}
.bp6-input-group{
  display:block;
  position:relative;
}
.bp6-input-group .bp6-input{
  position:relative;
  width:100%;
}
.bp6-input-group .bp6-input:not(:first-child){
  padding-left:30px;
}
.bp6-input-group .bp6-input:not(:last-child){
  padding-right:30px;
}
.bp6-input-group .bp6-input-action,
.bp6-input-group > .bp6-input-left-container,
.bp6-input-group > .bp6-button,
.bp6-input-group > .bp6-icon{
  position:absolute;
  top:0;
}
.bp6-input-group .bp6-input-action:first-child,
.bp6-input-group > .bp6-input-left-container:first-child,
.bp6-input-group > .bp6-button:first-child,
.bp6-input-group > .bp6-icon:first-child{
  left:0;
}
.bp6-input-group .bp6-input-action:last-child,
.bp6-input-group > .bp6-input-left-container:last-child,
.bp6-input-group > .bp6-button:last-child,
.bp6-input-group > .bp6-icon:last-child{
  right:0;
}
.bp6-input-group .bp6-button{
  min-height:24px;
  min-width:24px;
  margin:3px;
  padding:0 8px;
}
.bp6-input-group .bp6-button:empty{
  padding:0;
}
.bp6-input-group > .bp6-input-left-container,
.bp6-input-group > .bp6-icon{
  z-index:1;
}
.bp6-input-group > .bp6-input-left-container > .bp6-icon,
.bp6-input-group > .bp6-icon{
  color:#5f6b7c;
}
.bp6-input-group > .bp6-input-left-container > .bp6-icon:empty,
.bp6-input-group > .bp6-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;
}
.bp6-input-group > .bp6-input-left-container > .bp6-icon,
.bp6-input-group > .bp6-icon,
.bp6-input-group .bp6-input-action > .bp6-spinner{
  margin:7px;
}
.bp6-input-group .bp6-tag{
  margin:5px;
}
.bp6-input-group .bp6-input:not(:focus) + .bp6-button.bp6-minimal:not(:hover):not(:focus),
.bp6-input-group .bp6-input:not(:focus) + .bp6-input-action .bp6-button.bp6-minimal:not(:hover):not(:focus){
  color:#5f6b7c;
}
.bp6-dark .bp6-input-group .bp6-input:not(:focus) + .bp6-button.bp6-minimal:not(:hover):not(:focus),
.bp6-dark .bp6-input-group .bp6-input:not(:focus) + .bp6-input-action .bp6-button.bp6-minimal:not(:hover):not(:focus){
  color:#abb3bf;
}
.bp6-input-group .bp6-input:not(:focus) + .bp6-button.bp6-minimal:not(:hover):not(:focus) .bp6-icon, .bp6-input-group .bp6-input:not(:focus) + .bp6-button.bp6-minimal:not(:hover):not(:focus) .bp6-icon-standard, .bp6-input-group .bp6-input:not(:focus) + .bp6-button.bp6-minimal:not(:hover):not(:focus) .bp6-icon-large,
.bp6-input-group .bp6-input:not(:focus) + .bp6-input-action .bp6-button.bp6-minimal:not(:hover):not(:focus) .bp6-icon,
.bp6-input-group .bp6-input:not(:focus) + .bp6-input-action .bp6-button.bp6-minimal:not(:hover):not(:focus) .bp6-icon-standard,
.bp6-input-group .bp6-input:not(:focus) + .bp6-input-action .bp6-button.bp6-minimal:not(:hover):not(:focus) .bp6-icon-large{
  color:#5f6b7c;
}
.bp6-input-group .bp6-input:not(:focus) + .bp6-button.bp6-minimal:disabled,
.bp6-input-group .bp6-input:not(:focus) + .bp6-input-action .bp6-button.bp6-minimal:disabled{
  color:rgba(95, 107, 124, 0.6) !important;
}
.bp6-input-group .bp6-input:not(:focus) + .bp6-button.bp6-minimal:disabled .bp6-icon, .bp6-input-group .bp6-input:not(:focus) + .bp6-button.bp6-minimal:disabled .bp6-icon-standard, .bp6-input-group .bp6-input:not(:focus) + .bp6-button.bp6-minimal:disabled .bp6-icon-large,
.bp6-input-group .bp6-input:not(:focus) + .bp6-input-action .bp6-button.bp6-minimal:disabled .bp6-icon,
.bp6-input-group .bp6-input:not(:focus) + .bp6-input-action .bp6-button.bp6-minimal:disabled .bp6-icon-standard,
.bp6-input-group .bp6-input:not(:focus) + .bp6-input-action .bp6-button.bp6-minimal:disabled .bp6-icon-large{
  color:rgba(95, 107, 124, 0.6) !important;
}
.bp6-input-group.bp6-disabled{
  cursor:not-allowed;
}
.bp6-input-group.bp6-disabled .bp6-icon{
  color:rgba(95, 107, 124, 0.6);
}
.bp6-input-group.bp6-large .bp6-button{
  min-height:30px;
  min-width:30px;
  margin:5px;
}
.bp6-input-group.bp6-large > .bp6-input-left-container > .bp6-icon,
.bp6-input-group.bp6-large > .bp6-icon,
.bp6-input-group.bp6-large .bp6-input-action > .bp6-spinner{
  margin:12px;
}
.bp6-input-group.bp6-large .bp6-input{
  font-size:16px;
  height:40px;
  line-height:40px;
}
.bp6-input-group.bp6-large .bp6-input[type=search], .bp6-input-group.bp6-large .bp6-input.bp6-round{
  padding:0 12px;
}
.bp6-input-group.bp6-large .bp6-input:not(:first-child){
  padding-left:40px;
}
.bp6-input-group.bp6-large .bp6-input:not(:last-child){
  padding-right:40px;
}
.bp6-input-group.bp6-small .bp6-button{
  min-height:20px;
  min-width:20px;
  margin:2px;
}
.bp6-input-group.bp6-small .bp6-tag{
  min-height:20px;
  min-width:20px;
  margin:2px;
}
.bp6-input-group.bp6-small > .bp6-input-left-container > .bp6-icon,
.bp6-input-group.bp6-small > .bp6-icon,
.bp6-input-group.bp6-small .bp6-input-action > .bp6-spinner{
  margin:4px;
}
.bp6-input-group.bp6-small .bp6-input{
  font-size:12px;
  height:24px;
  line-height:24px;
  padding-left:8px;
  padding-right:8px;
}
.bp6-input-group.bp6-small .bp6-input[type=search], .bp6-input-group.bp6-small .bp6-input.bp6-round{
  padding:0 12px;
}
.bp6-input-group.bp6-small .bp6-input:not(:first-child){
  padding-left:24px;
}
.bp6-input-group.bp6-small .bp6-input:not(:last-child){
  padding-right:24px;
}
.bp6-input-group.bp6-fill{
  flex:1 1 auto;
  width:100%;
}
.bp6-input-group.bp6-round .bp6-button,
.bp6-input-group.bp6-round .bp6-input,
.bp6-input-group.bp6-round .bp6-tag{
  border-radius:30px;
}
.bp6-dark .bp6-input-group .bp6-icon{
  color:#abb3bf;
}
.bp6-dark .bp6-input-group.bp6-disabled .bp6-icon{
  color:rgba(171, 179, 191, 0.6);
}
.bp6-input-group.bp6-intent-primary .bp6-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);
}
.bp6-input-group.bp6-intent-primary .bp6-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);
}
.bp6-input-group.bp6-intent-primary .bp6-input[readonly]{
  box-shadow:inset 0 0 0 1px #2d72d2;
}
.bp6-input-group.bp6-intent-primary .bp6-input:disabled, .bp6-input-group.bp6-intent-primary .bp6-input.bp6-disabled{
  box-shadow:none;
}
.bp6-dark .bp6-input-group.bp6-intent-primary .bp6-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);
}
.bp6-dark .bp6-input-group.bp6-intent-primary .bp6-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);
}
.bp6-dark .bp6-input-group.bp6-intent-primary .bp6-input[readonly]{
  box-shadow:inset 0 0 0 1px #4c90f0;
}
.bp6-dark .bp6-input-group.bp6-intent-primary .bp6-input:disabled, .bp6-dark .bp6-input-group.bp6-intent-primary .bp6-input.bp6-disabled{
  box-shadow:none;
}
.bp6-input-group.bp6-intent-primary > .bp6-icon{
  color:#215db0;
}
.bp6-dark .bp6-input-group.bp6-intent-primary > .bp6-icon{
  color:#8abbff;
}
.bp6-input-group.bp6-intent-success .bp6-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);
}
.bp6-input-group.bp6-intent-success .bp6-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);
}
.bp6-input-group.bp6-intent-success .bp6-input[readonly]{
  box-shadow:inset 0 0 0 1px #238551;
}
.bp6-input-group.bp6-intent-success .bp6-input:disabled, .bp6-input-group.bp6-intent-success .bp6-input.bp6-disabled{
  box-shadow:none;
}
.bp6-dark .bp6-input-group.bp6-intent-success .bp6-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);
}
.bp6-dark .bp6-input-group.bp6-intent-success .bp6-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);
}
.bp6-dark .bp6-input-group.bp6-intent-success .bp6-input[readonly]{
  box-shadow:inset 0 0 0 1px #32a467;
}
.bp6-dark .bp6-input-group.bp6-intent-success .bp6-input:disabled, .bp6-dark .bp6-input-group.bp6-intent-success .bp6-input.bp6-disabled{
  box-shadow:none;
}
.bp6-input-group.bp6-intent-success > .bp6-icon{
  color:#1c6e42;
}
.bp6-dark .bp6-input-group.bp6-intent-success > .bp6-icon{
  color:#72ca9b;
}
.bp6-input-group.bp6-intent-warning .bp6-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);
}
.bp6-input-group.bp6-intent-warning .bp6-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);
}
.bp6-input-group.bp6-intent-warning .bp6-input[readonly]{
  box-shadow:inset 0 0 0 1px #c87619;
}
.bp6-input-group.bp6-intent-warning .bp6-input:disabled, .bp6-input-group.bp6-intent-warning .bp6-input.bp6-disabled{
  box-shadow:none;
}
.bp6-dark .bp6-input-group.bp6-intent-warning .bp6-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);
}
.bp6-dark .bp6-input-group.bp6-intent-warning .bp6-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);
}
.bp6-dark .bp6-input-group.bp6-intent-warning .bp6-input[readonly]{
  box-shadow:inset 0 0 0 1px #ec9a3c;
}
.bp6-dark .bp6-input-group.bp6-intent-warning .bp6-input:disabled, .bp6-dark .bp6-input-group.bp6-intent-warning .bp6-input.bp6-disabled{
  box-shadow:none;
}
.bp6-input-group.bp6-intent-warning > .bp6-icon{
  color:#935610;
}
.bp6-dark .bp6-input-group.bp6-intent-warning > .bp6-icon{
  color:#fbb360;
}
.bp6-input-group.bp6-intent-danger .bp6-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);
}
.bp6-input-group.bp6-intent-danger .bp6-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);
}
.bp6-input-group.bp6-intent-danger .bp6-input[readonly]{
  box-shadow:inset 0 0 0 1px #cd4246;
}
.bp6-input-group.bp6-intent-danger .bp6-input:disabled, .bp6-input-group.bp6-intent-danger .bp6-input.bp6-disabled{
  box-shadow:none;
}
.bp6-dark .bp6-input-group.bp6-intent-danger .bp6-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);
}
.bp6-dark .bp6-input-group.bp6-intent-danger .bp6-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);
}
.bp6-dark .bp6-input-group.bp6-intent-danger .bp6-input[readonly]{
  box-shadow:inset 0 0 0 1px #e76a6e;
}
.bp6-dark .bp6-input-group.bp6-intent-danger .bp6-input:disabled, .bp6-dark .bp6-input-group.bp6-intent-danger .bp6-input.bp6-disabled{
  box-shadow:none;
}
.bp6-input-group.bp6-intent-danger > .bp6-icon{
  color:#ac2f33;
}
.bp6-dark .bp6-input-group.bp6-intent-danger > .bp6-icon{
  color:#fa999c;
}
.bp6-input:-ms-input-placeholder{
  color:#5f6b7c;
  opacity:1;
}
.bp6-input::-ms-input-placeholder{
  color:#5f6b7c;
  opacity:1;
}
.bp6-input::placeholder{
  color:#5f6b7c;
  opacity:1;
}
.bp6-input{
  -webkit-appearance:none;
     -moz-appearance:none;
          appearance:none;
  background:#ffffff;
  border:none;
  border-radius:4px;
  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 8px;
  transition:box-shadow 100ms cubic-bezier(0.4, 1, 0.75, 0.9);
  vertical-align:middle;
}
.bp6-input:focus, .bp6-input.bp6-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);
}
.bp6-input[type=search], .bp6-input.bp6-round{
  border-radius:30px;
  box-sizing:border-box;
  padding-left:8px;
}
.bp6-input[readonly]{
  box-shadow:inset 0 0 0 1px rgba(17, 20, 24, 0.15);
}
.bp6-input[readonly]:focus{
  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);
}
.bp6-input:disabled, .bp6-input.bp6-disabled{
  background:rgba(211, 216, 222, 0.5);
  box-shadow:none;
  color:rgba(95, 107, 124, 0.6);
  cursor:not-allowed;
  resize:none;
}
.bp6-input:disabled:-ms-input-placeholder, .bp6-input.bp6-disabled:-ms-input-placeholder{
  color:rgba(95, 107, 124, 0.6);
}
.bp6-input:disabled::-ms-input-placeholder, .bp6-input.bp6-disabled::-ms-input-placeholder{
  color:rgba(95, 107, 124, 0.6);
}
.bp6-input:disabled::placeholder, .bp6-input.bp6-disabled::placeholder{
  color:rgba(95, 107, 124, 0.6);
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp6-input{
    border:1px solid buttonborder;
  }
}
.bp6-input.bp6-large{
  font-size:16px;
  height:40px;
  line-height:40px;
}
.bp6-input.bp6-large[type=search], .bp6-input.bp6-large.bp6-round{
  padding:0 12px;
}
.bp6-input.bp6-small{
  font-size:12px;
  height:24px;
  line-height:24px;
  padding-left:8px;
  padding-right:8px;
}
.bp6-input.bp6-small[type=search], .bp6-input.bp6-small.bp6-round{
  padding:0 12px;
}
.bp6-input.bp6-fill{
  flex:1 1 auto;
  width:100%;
}
.bp6-dark .bp6-input:-ms-input-placeholder{
  color:#abb3bf;
}
.bp6-dark .bp6-input::-ms-input-placeholder{
  color:#abb3bf;
}
.bp6-dark .bp6-input::placeholder{
  color:#abb3bf;
}
.bp6-dark .bp6-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;
}
.bp6-dark .bp6-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);
}
.bp6-dark .bp6-input[readonly]{
  box-shadow:inset 0 0 0 1px rgba(17, 20, 24, 0.4);
}
.bp6-dark .bp6-input[readonly]:focus{
  box-shadow:inset 0 0 0 1px rgba(138, 187, 255, 0.752), 0 0 0 1px rgba(138, 187, 255, 0.752);
}
.bp6-dark .bp6-input:disabled, .bp6-dark .bp6-input.bp6-disabled{
  background:rgba(64, 72, 84, 0.5);
  box-shadow:none;
  color:rgba(171, 179, 191, 0.6);
}
.bp6-input.bp6-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);
}
.bp6-input.bp6-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);
}
.bp6-input.bp6-intent-primary[readonly]{
  box-shadow:inset 0 0 0 1px #2d72d2;
}
.bp6-input.bp6-intent-primary:disabled, .bp6-input.bp6-intent-primary.bp6-disabled{
  box-shadow:none;
}
.bp6-dark .bp6-input.bp6-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);
}
.bp6-dark .bp6-input.bp6-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);
}
.bp6-dark .bp6-input.bp6-intent-primary[readonly]{
  box-shadow:inset 0 0 0 1px #4c90f0;
}
.bp6-dark .bp6-input.bp6-intent-primary:disabled, .bp6-dark .bp6-input.bp6-intent-primary.bp6-disabled{
  box-shadow:none;
}
.bp6-input.bp6-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);
}
.bp6-input.bp6-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);
}
.bp6-input.bp6-intent-success[readonly]{
  box-shadow:inset 0 0 0 1px #238551;
}
.bp6-input.bp6-intent-success:disabled, .bp6-input.bp6-intent-success.bp6-disabled{
  box-shadow:none;
}
.bp6-dark .bp6-input.bp6-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);
}
.bp6-dark .bp6-input.bp6-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);
}
.bp6-dark .bp6-input.bp6-intent-success[readonly]{
  box-shadow:inset 0 0 0 1px #32a467;
}
.bp6-dark .bp6-input.bp6-intent-success:disabled, .bp6-dark .bp6-input.bp6-intent-success.bp6-disabled{
  box-shadow:none;
}
.bp6-input.bp6-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);
}
.bp6-input.bp6-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);
}
.bp6-input.bp6-intent-warning[readonly]{
  box-shadow:inset 0 0 0 1px #c87619;
}
.bp6-input.bp6-intent-warning:disabled, .bp6-input.bp6-intent-warning.bp6-disabled{
  box-shadow:none;
}
.bp6-dark .bp6-input.bp6-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);
}
.bp6-dark .bp6-input.bp6-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);
}
.bp6-dark .bp6-input.bp6-intent-warning[readonly]{
  box-shadow:inset 0 0 0 1px #ec9a3c;
}
.bp6-dark .bp6-input.bp6-intent-warning:disabled, .bp6-dark .bp6-input.bp6-intent-warning.bp6-disabled{
  box-shadow:none;
}
.bp6-input.bp6-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);
}
.bp6-input.bp6-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);
}
.bp6-input.bp6-intent-danger[readonly]{
  box-shadow:inset 0 0 0 1px #cd4246;
}
.bp6-input.bp6-intent-danger:disabled, .bp6-input.bp6-intent-danger.bp6-disabled{
  box-shadow:none;
}
.bp6-dark .bp6-input.bp6-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);
}
.bp6-dark .bp6-input.bp6-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);
}
.bp6-dark .bp6-input.bp6-intent-danger[readonly]{
  box-shadow:inset 0 0 0 1px #e76a6e;
}
.bp6-dark .bp6-input.bp6-intent-danger:disabled, .bp6-dark .bp6-input.bp6-intent-danger.bp6-disabled{
  box-shadow:none;
}
.bp6-input::-ms-clear{
  display:none;
}
@supports (-webkit-touch-callout: none){
  input.bp6-input:disabled, input.bp6-input.bp6-disabled{
    opacity:1;
    -webkit-text-fill-color:rgba(95, 107, 124, 0.6);
  }
  .bp6-dark input.bp6-input:disabled, .bp6-dark input.bp6-input.bp6-disabled{
    -webkit-text-fill-color:rgba(171, 179, 191, 0.6);
  }
}
textarea.bp6-input{
  max-width:100%;
  padding:8px;
}
textarea.bp6-input, textarea.bp6-input.bp6-large, textarea.bp6-input.bp6-small{
  height:auto;
  line-height:inherit;
}
textarea.bp6-input.bp6-small{
  padding:8px;
}
.bp6-text-area.bp6-text-area-auto-resize{
  resize:horizontal;
}
label.bp6-label{
  display:block;
  margin-bottom:16px;
  margin-top:0;
}
label.bp6-label .bp6-html-select,
label.bp6-label .bp6-input,
label.bp6-label .bp6-select,
label.bp6-label .bp6-slider,
label.bp6-label .bp6-popover-wrapper{
  display:block;
  margin-top:4px;
  text-transform:none;
}
label.bp6-label .bp6-button-group{
  margin-top:4px;
}
label.bp6-label .bp6-select select,
label.bp6-label .bp6-html-select select{
  font-weight:400;
  vertical-align:top;
  width:100%;
}
label.bp6-label .bp6-control-group{
  margin-top:4px;
}
label.bp6-label .bp6-control-group > .bp6-button-group,
label.bp6-label .bp6-control-group > .bp6-html-select,
label.bp6-label .bp6-control-group > .bp6-input,
label.bp6-label .bp6-control-group > .bp6-select,
label.bp6-label .bp6-control-group > .bp6-slider,
label.bp6-label .bp6-control-group > .bp6-popover-wrapper{
  margin-top:0;
}
label.bp6-label.bp6-disabled,
label.bp6-label.bp6-disabled .bp6-text-muted{
  color:rgba(95, 107, 124, 0.6);
}
label.bp6-label.bp6-inline{
  line-height:30px;
}
label.bp6-label.bp6-inline .bp6-html-select,
label.bp6-label.bp6-inline .bp6-input,
label.bp6-label.bp6-inline .bp6-input-group,
label.bp6-label.bp6-inline .bp6-select,
label.bp6-label.bp6-inline .bp6-popover-wrapper{
  display:inline-block;
  margin:0 0 0 4px;
  vertical-align:top;
}
label.bp6-label.bp6-inline .bp6-button-group{
  margin:0 0 0 4px;
}
label.bp6-label.bp6-inline .bp6-input-group .bp6-input{
  margin-left:0;
}
label.bp6-label.bp6-inline.bp6-large{
  line-height:40px;
}
label.bp6-label.bp6-inline .bp6-control-group{
  margin:0 0 0 4px;
}
label.bp6-label.bp6-inline .bp6-control-group > .bp6-button-group,
label.bp6-label.bp6-inline .bp6-control-group > .bp6-html-select,
label.bp6-label.bp6-inline .bp6-control-group > .bp6-input,
label.bp6-label.bp6-inline .bp6-control-group > .bp6-select,
label.bp6-label.bp6-inline .bp6-control-group > .bp6-slider,
label.bp6-label.bp6-inline .bp6-control-group > .bp6-popover-wrapper{
  margin:0;
}
label.bp6-label:not(.bp6-inline) .bp6-popover-target{
  display:block;
}
.bp6-dark label.bp6-label{
  color:#f6f7f9;
}
.bp6-dark label.bp6-label.bp6-disabled,
.bp6-dark label.bp6-label.bp6-disabled .bp6-text-muted{
  color:rgba(171, 179, 191, 0.6);
}
.bp6-numeric-input .bp6-button-group.bp6-vertical > .bp6-button{
  flex:1 1 11px;
  min-height:0;
  padding:0;
  width:24px;
}
.bp6-numeric-input.bp6-large .bp6-button-group.bp6-vertical > .bp6-button{
  width:40px;
}
.bp6-numeric-input.bp6-small .bp6-button-group.bp6-vertical > .bp6-button{
  width:24px;
}
form{
  display:block;
}
.bp6-html-select select,
.bp6-select select{
  display:inline-flex;
  flex-direction:row;
}
.bp6-html-select select > *,
.bp6-select select > *{
  flex-grow:0;
  flex-shrink:0;
}
.bp6-html-select select > .bp6-fill,
.bp6-select select > .bp6-fill{
  flex-grow:1;
  flex-shrink:1;
}
.bp6-html-select select::before,
.bp6-select select::before,
.bp6-html-select select > *,
.bp6-select select > *{
  margin-right:8px;
}
.bp6-html-select select:empty::before,
.bp6-select select:empty::before,
.bp6-html-select select > :last-child,
.bp6-select select > :last-child{
  margin-right:0;
}
.bp6-html-select select,
.bp6-select select{
  align-items:center;
  border:none;
  border-radius:4px;
  cursor:pointer;
  font-size:14px;
  justify-content:center;
  padding:4px 8px;
  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;
}
.bp6-html-select select:hover,
.bp6-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);
}
.bp6-html-select select:active,
.bp6-select select:active, .bp6-html-select select.bp6-active,
.bp6-select select.bp6-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){
  .bp6-html-select select:active,
  .bp6-select select:active, .bp6-html-select select.bp6-active,
  .bp6-select select.bp6-active{
    background:highlight;
  }
}
.bp6-html-select select:disabled,
.bp6-select select:disabled, .bp6-html-select select.bp6-disabled,
.bp6-select select.bp6-disabled{
  background-color:rgba(211, 216, 222, 0.5);
  box-shadow:none;
  color:rgba(95, 107, 124, 0.6);
  cursor:not-allowed;
  outline:none;
}
.bp6-html-select select:disabled.bp6-active,
.bp6-select select:disabled.bp6-active, .bp6-html-select select.bp6-disabled.bp6-active,
.bp6-select select.bp6-disabled.bp6-active{
  background:rgba(211, 216, 222, 0.7);
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp6-html-select select,
  .bp6-select select{
    border:1px solid buttonborder;
  }
}
.bp6-html-select select,
.bp6-select select{
  -moz-appearance:none;
  -webkit-appearance:none;
  border-radius:4px;
  height:30px;
  padding:0 24px 0 8px;
  width:100%;
}
.bp6-html-select.bp6-minimal select,
.bp6-select.bp6-minimal select{
  background:none;
  box-shadow:none;
}
.bp6-html-select.bp6-minimal select:hover,
.bp6-select.bp6-minimal select:hover{
  background:rgba(143, 153, 168, 0.15);
  box-shadow:none;
  color:#1c2127;
  text-decoration:none;
}
.bp6-html-select.bp6-minimal select:active,
.bp6-select.bp6-minimal select:active, .bp6-html-select.bp6-minimal select.bp6-active,
.bp6-select.bp6-minimal select.bp6-active{
  background:rgba(143, 153, 168, 0.3);
  box-shadow:none;
  color:#1c2127;
}
.bp6-html-select.bp6-minimal select:disabled,
.bp6-select.bp6-minimal select:disabled, .bp6-html-select.bp6-minimal select.bp6-disabled,
.bp6-select.bp6-minimal select.bp6-disabled{
  background:none;
  color:rgba(95, 107, 124, 0.6);
  cursor:not-allowed;
}
.bp6-html-select.bp6-minimal select:disabled.bp6-active,
.bp6-select.bp6-minimal select:disabled.bp6-active, .bp6-html-select.bp6-minimal select.bp6-disabled.bp6-active,
.bp6-select.bp6-minimal select.bp6-disabled.bp6-active{
  background:rgba(143, 153, 168, 0.3);
}
.bp6-dark .bp6-html-select.bp6-minimal select, .bp6-html-select.bp6-minimal .bp6-dark select,
.bp6-dark .bp6-select.bp6-minimal select,
.bp6-select.bp6-minimal .bp6-dark select{
  background:none;
  box-shadow:none;
  color:#ffffff;
}
.bp6-dark .bp6-html-select.bp6-minimal select:hover, .bp6-html-select.bp6-minimal .bp6-dark select:hover,
.bp6-dark .bp6-select.bp6-minimal select:hover,
.bp6-select.bp6-minimal .bp6-dark select:hover, .bp6-dark .bp6-html-select.bp6-minimal select:active, .bp6-html-select.bp6-minimal .bp6-dark select:active,
.bp6-dark .bp6-select.bp6-minimal select:active,
.bp6-select.bp6-minimal .bp6-dark select:active, .bp6-dark .bp6-html-select.bp6-minimal select.bp6-active, .bp6-html-select.bp6-minimal .bp6-dark select.bp6-active,
.bp6-dark .bp6-select.bp6-minimal select.bp6-active,
.bp6-select.bp6-minimal .bp6-dark select.bp6-active{
  background:none;
  box-shadow:none;
  color:#ffffff;
}
.bp6-dark .bp6-html-select.bp6-minimal select:hover, .bp6-html-select.bp6-minimal .bp6-dark select:hover,
.bp6-dark .bp6-select.bp6-minimal select:hover,
.bp6-select.bp6-minimal .bp6-dark select:hover{
  background:rgba(143, 153, 168, 0.15);
}
.bp6-dark .bp6-html-select.bp6-minimal select:active, .bp6-html-select.bp6-minimal .bp6-dark select:active,
.bp6-dark .bp6-select.bp6-minimal select:active,
.bp6-select.bp6-minimal .bp6-dark select:active, .bp6-dark .bp6-html-select.bp6-minimal select.bp6-active, .bp6-html-select.bp6-minimal .bp6-dark select.bp6-active,
.bp6-dark .bp6-select.bp6-minimal select.bp6-active,
.bp6-select.bp6-minimal .bp6-dark select.bp6-active{
  background:rgba(143, 153, 168, 0.3);
}
.bp6-dark .bp6-html-select.bp6-minimal select:disabled, .bp6-html-select.bp6-minimal .bp6-dark select:disabled,
.bp6-dark .bp6-select.bp6-minimal select:disabled,
.bp6-select.bp6-minimal .bp6-dark select:disabled, .bp6-dark .bp6-html-select.bp6-minimal select.bp6-disabled, .bp6-html-select.bp6-minimal .bp6-dark select.bp6-disabled,
.bp6-dark .bp6-select.bp6-minimal select.bp6-disabled,
.bp6-select.bp6-minimal .bp6-dark select.bp6-disabled{
  background:none;
  color:rgba(171, 179, 191, 0.6);
  cursor:not-allowed;
}
.bp6-dark .bp6-html-select.bp6-minimal select:disabled.bp6-active, .bp6-html-select.bp6-minimal .bp6-dark select:disabled.bp6-active,
.bp6-dark .bp6-select.bp6-minimal select:disabled.bp6-active,
.bp6-select.bp6-minimal .bp6-dark select:disabled.bp6-active, .bp6-dark .bp6-html-select.bp6-minimal select.bp6-disabled.bp6-active, .bp6-html-select.bp6-minimal .bp6-dark select.bp6-disabled.bp6-active,
.bp6-dark .bp6-select.bp6-minimal select.bp6-disabled.bp6-active,
.bp6-select.bp6-minimal .bp6-dark select.bp6-disabled.bp6-active{
  background:rgba(143, 153, 168, 0.3);
}
.bp6-html-select.bp6-minimal select.bp6-intent-primary,
.bp6-select.bp6-minimal select.bp6-intent-primary{
  color:#215db0;
}
.bp6-html-select.bp6-minimal select.bp6-intent-primary:hover,
.bp6-select.bp6-minimal select.bp6-intent-primary:hover, .bp6-html-select.bp6-minimal select.bp6-intent-primary:active,
.bp6-select.bp6-minimal select.bp6-intent-primary:active, .bp6-html-select.bp6-minimal select.bp6-intent-primary.bp6-active,
.bp6-select.bp6-minimal select.bp6-intent-primary.bp6-active{
  background:none;
  box-shadow:none;
  color:#215db0;
}
.bp6-html-select.bp6-minimal select.bp6-intent-primary:hover,
.bp6-select.bp6-minimal select.bp6-intent-primary:hover{
  background:rgba(45, 114, 210, 0.15);
  color:#215db0;
}
.bp6-html-select.bp6-minimal select.bp6-intent-primary:active,
.bp6-select.bp6-minimal select.bp6-intent-primary:active, .bp6-html-select.bp6-minimal select.bp6-intent-primary.bp6-active,
.bp6-select.bp6-minimal select.bp6-intent-primary.bp6-active{
  background:rgba(45, 114, 210, 0.3);
  color:#184a90;
}
.bp6-html-select.bp6-minimal select.bp6-intent-primary:disabled,
.bp6-select.bp6-minimal select.bp6-intent-primary:disabled, .bp6-html-select.bp6-minimal select.bp6-intent-primary.bp6-disabled,
.bp6-select.bp6-minimal select.bp6-intent-primary.bp6-disabled{
  background:none;
  color:rgba(33, 93, 176, 0.5);
}
.bp6-html-select.bp6-minimal select.bp6-intent-primary:disabled.bp6-active,
.bp6-select.bp6-minimal select.bp6-intent-primary:disabled.bp6-active, .bp6-html-select.bp6-minimal select.bp6-intent-primary.bp6-disabled.bp6-active,
.bp6-select.bp6-minimal select.bp6-intent-primary.bp6-disabled.bp6-active{
  background:rgba(45, 114, 210, 0.3);
}
.bp6-html-select.bp6-minimal select.bp6-intent-primary .bp6-button-spinner .bp6-spinner-head,
.bp6-select.bp6-minimal select.bp6-intent-primary .bp6-button-spinner .bp6-spinner-head{
  stroke:#215db0;
}
.bp6-dark .bp6-html-select.bp6-minimal select.bp6-intent-primary, .bp6-html-select.bp6-minimal .bp6-dark select.bp6-intent-primary,
.bp6-dark .bp6-select.bp6-minimal select.bp6-intent-primary,
.bp6-select.bp6-minimal .bp6-dark select.bp6-intent-primary{
  color:#8abbff;
}
.bp6-dark .bp6-html-select.bp6-minimal select.bp6-intent-primary:hover, .bp6-html-select.bp6-minimal .bp6-dark select.bp6-intent-primary:hover,
.bp6-dark .bp6-select.bp6-minimal select.bp6-intent-primary:hover,
.bp6-select.bp6-minimal .bp6-dark select.bp6-intent-primary:hover{
  background:rgba(45, 114, 210, 0.2);
  color:#8abbff;
}
.bp6-dark .bp6-html-select.bp6-minimal select.bp6-intent-primary:active, .bp6-html-select.bp6-minimal .bp6-dark select.bp6-intent-primary:active,
.bp6-dark .bp6-select.bp6-minimal select.bp6-intent-primary:active,
.bp6-select.bp6-minimal .bp6-dark select.bp6-intent-primary:active, .bp6-dark .bp6-html-select.bp6-minimal select.bp6-intent-primary.bp6-active, .bp6-html-select.bp6-minimal .bp6-dark select.bp6-intent-primary.bp6-active,
.bp6-dark .bp6-select.bp6-minimal select.bp6-intent-primary.bp6-active,
.bp6-select.bp6-minimal .bp6-dark select.bp6-intent-primary.bp6-active{
  background:rgba(45, 114, 210, 0.3);
  color:#99c4ff;
}
.bp6-dark .bp6-html-select.bp6-minimal select.bp6-intent-primary:disabled, .bp6-html-select.bp6-minimal .bp6-dark select.bp6-intent-primary:disabled,
.bp6-dark .bp6-select.bp6-minimal select.bp6-intent-primary:disabled,
.bp6-select.bp6-minimal .bp6-dark select.bp6-intent-primary:disabled, .bp6-dark .bp6-html-select.bp6-minimal select.bp6-intent-primary.bp6-disabled, .bp6-html-select.bp6-minimal .bp6-dark select.bp6-intent-primary.bp6-disabled,
.bp6-dark .bp6-select.bp6-minimal select.bp6-intent-primary.bp6-disabled,
.bp6-select.bp6-minimal .bp6-dark select.bp6-intent-primary.bp6-disabled{
  background:none;
  color:rgba(138, 187, 255, 0.5);
}
.bp6-dark .bp6-html-select.bp6-minimal select.bp6-intent-primary:disabled.bp6-active, .bp6-html-select.bp6-minimal .bp6-dark select.bp6-intent-primary:disabled.bp6-active,
.bp6-dark .bp6-select.bp6-minimal select.bp6-intent-primary:disabled.bp6-active,
.bp6-select.bp6-minimal .bp6-dark select.bp6-intent-primary:disabled.bp6-active, .bp6-dark .bp6-html-select.bp6-minimal select.bp6-intent-primary.bp6-disabled.bp6-active, .bp6-html-select.bp6-minimal .bp6-dark select.bp6-intent-primary.bp6-disabled.bp6-active,
.bp6-dark .bp6-select.bp6-minimal select.bp6-intent-primary.bp6-disabled.bp6-active,
.bp6-select.bp6-minimal .bp6-dark select.bp6-intent-primary.bp6-disabled.bp6-active{
  background:rgba(45, 114, 210, 0.3);
}
.bp6-html-select.bp6-minimal select.bp6-intent-success,
.bp6-select.bp6-minimal select.bp6-intent-success{
  color:#1c6e42;
}
.bp6-html-select.bp6-minimal select.bp6-intent-success:hover,
.bp6-select.bp6-minimal select.bp6-intent-success:hover, .bp6-html-select.bp6-minimal select.bp6-intent-success:active,
.bp6-select.bp6-minimal select.bp6-intent-success:active, .bp6-html-select.bp6-minimal select.bp6-intent-success.bp6-active,
.bp6-select.bp6-minimal select.bp6-intent-success.bp6-active{
  background:none;
  box-shadow:none;
  color:#1c6e42;
}
.bp6-html-select.bp6-minimal select.bp6-intent-success:hover,
.bp6-select.bp6-minimal select.bp6-intent-success:hover{
  background:rgba(35, 133, 81, 0.15);
  color:#1c6e42;
}
.bp6-html-select.bp6-minimal select.bp6-intent-success:active,
.bp6-select.bp6-minimal select.bp6-intent-success:active, .bp6-html-select.bp6-minimal select.bp6-intent-success.bp6-active,
.bp6-select.bp6-minimal select.bp6-intent-success.bp6-active{
  background:rgba(35, 133, 81, 0.3);
  color:#165a36;
}
.bp6-html-select.bp6-minimal select.bp6-intent-success:disabled,
.bp6-select.bp6-minimal select.bp6-intent-success:disabled, .bp6-html-select.bp6-minimal select.bp6-intent-success.bp6-disabled,
.bp6-select.bp6-minimal select.bp6-intent-success.bp6-disabled{
  background:none;
  color:rgba(28, 110, 66, 0.5);
}
.bp6-html-select.bp6-minimal select.bp6-intent-success:disabled.bp6-active,
.bp6-select.bp6-minimal select.bp6-intent-success:disabled.bp6-active, .bp6-html-select.bp6-minimal select.bp6-intent-success.bp6-disabled.bp6-active,
.bp6-select.bp6-minimal select.bp6-intent-success.bp6-disabled.bp6-active{
  background:rgba(35, 133, 81, 0.3);
}
.bp6-html-select.bp6-minimal select.bp6-intent-success .bp6-button-spinner .bp6-spinner-head,
.bp6-select.bp6-minimal select.bp6-intent-success .bp6-button-spinner .bp6-spinner-head{
  stroke:#1c6e42;
}
.bp6-dark .bp6-html-select.bp6-minimal select.bp6-intent-success, .bp6-html-select.bp6-minimal .bp6-dark select.bp6-intent-success,
.bp6-dark .bp6-select.bp6-minimal select.bp6-intent-success,
.bp6-select.bp6-minimal .bp6-dark select.bp6-intent-success{
  color:#72ca9b;
}
.bp6-dark .bp6-html-select.bp6-minimal select.bp6-intent-success:hover, .bp6-html-select.bp6-minimal .bp6-dark select.bp6-intent-success:hover,
.bp6-dark .bp6-select.bp6-minimal select.bp6-intent-success:hover,
.bp6-select.bp6-minimal .bp6-dark select.bp6-intent-success:hover{
  background:rgba(35, 133, 81, 0.2);
  color:#72ca9b;
}
.bp6-dark .bp6-html-select.bp6-minimal select.bp6-intent-success:active, .bp6-html-select.bp6-minimal .bp6-dark select.bp6-intent-success:active,
.bp6-dark .bp6-select.bp6-minimal select.bp6-intent-success:active,
.bp6-select.bp6-minimal .bp6-dark select.bp6-intent-success:active, .bp6-dark .bp6-html-select.bp6-minimal select.bp6-intent-success.bp6-active, .bp6-html-select.bp6-minimal .bp6-dark select.bp6-intent-success.bp6-active,
.bp6-dark .bp6-select.bp6-minimal select.bp6-intent-success.bp6-active,
.bp6-select.bp6-minimal .bp6-dark select.bp6-intent-success.bp6-active{
  background:rgba(35, 133, 81, 0.3);
  color:#7cd7a2;
}
.bp6-dark .bp6-html-select.bp6-minimal select.bp6-intent-success:disabled, .bp6-html-select.bp6-minimal .bp6-dark select.bp6-intent-success:disabled,
.bp6-dark .bp6-select.bp6-minimal select.bp6-intent-success:disabled,
.bp6-select.bp6-minimal .bp6-dark select.bp6-intent-success:disabled, .bp6-dark .bp6-html-select.bp6-minimal select.bp6-intent-success.bp6-disabled, .bp6-html-select.bp6-minimal .bp6-dark select.bp6-intent-success.bp6-disabled,
.bp6-dark .bp6-select.bp6-minimal select.bp6-intent-success.bp6-disabled,
.bp6-select.bp6-minimal .bp6-dark select.bp6-intent-success.bp6-disabled{
  background:none;
  color:rgba(114, 202, 155, 0.5);
}
.bp6-dark .bp6-html-select.bp6-minimal select.bp6-intent-success:disabled.bp6-active, .bp6-html-select.bp6-minimal .bp6-dark select.bp6-intent-success:disabled.bp6-active,
.bp6-dark .bp6-select.bp6-minimal select.bp6-intent-success:disabled.bp6-active,
.bp6-select.bp6-minimal .bp6-dark select.bp6-intent-success:disabled.bp6-active, .bp6-dark .bp6-html-select.bp6-minimal select.bp6-intent-success.bp6-disabled.bp6-active, .bp6-html-select.bp6-minimal .bp6-dark select.bp6-intent-success.bp6-disabled.bp6-active,
.bp6-dark .bp6-select.bp6-minimal select.bp6-intent-success.bp6-disabled.bp6-active,
.bp6-select.bp6-minimal .bp6-dark select.bp6-intent-success.bp6-disabled.bp6-active{
  background:rgba(35, 133, 81, 0.3);
}
.bp6-html-select.bp6-minimal select.bp6-intent-warning,
.bp6-select.bp6-minimal select.bp6-intent-warning{
  color:#935610;
}
.bp6-html-select.bp6-minimal select.bp6-intent-warning:hover,
.bp6-select.bp6-minimal select.bp6-intent-warning:hover, .bp6-html-select.bp6-minimal select.bp6-intent-warning:active,
.bp6-select.bp6-minimal select.bp6-intent-warning:active, .bp6-html-select.bp6-minimal select.bp6-intent-warning.bp6-active,
.bp6-select.bp6-minimal select.bp6-intent-warning.bp6-active{
  background:none;
  box-shadow:none;
  color:#935610;
}
.bp6-html-select.bp6-minimal select.bp6-intent-warning:hover,
.bp6-select.bp6-minimal select.bp6-intent-warning:hover{
  background:rgba(200, 118, 25, 0.15);
  color:#935610;
}
.bp6-html-select.bp6-minimal select.bp6-intent-warning:active,
.bp6-select.bp6-minimal select.bp6-intent-warning:active, .bp6-html-select.bp6-minimal select.bp6-intent-warning.bp6-active,
.bp6-select.bp6-minimal select.bp6-intent-warning.bp6-active{
  background:rgba(200, 118, 25, 0.3);
  color:#77450d;
}
.bp6-html-select.bp6-minimal select.bp6-intent-warning:disabled,
.bp6-select.bp6-minimal select.bp6-intent-warning:disabled, .bp6-html-select.bp6-minimal select.bp6-intent-warning.bp6-disabled,
.bp6-select.bp6-minimal select.bp6-intent-warning.bp6-disabled{
  background:none;
  color:rgba(147, 86, 16, 0.5);
}
.bp6-html-select.bp6-minimal select.bp6-intent-warning:disabled.bp6-active,
.bp6-select.bp6-minimal select.bp6-intent-warning:disabled.bp6-active, .bp6-html-select.bp6-minimal select.bp6-intent-warning.bp6-disabled.bp6-active,
.bp6-select.bp6-minimal select.bp6-intent-warning.bp6-disabled.bp6-active{
  background:rgba(200, 118, 25, 0.3);
}
.bp6-html-select.bp6-minimal select.bp6-intent-warning .bp6-button-spinner .bp6-spinner-head,
.bp6-select.bp6-minimal select.bp6-intent-warning .bp6-button-spinner .bp6-spinner-head{
  stroke:#935610;
}
.bp6-dark .bp6-html-select.bp6-minimal select.bp6-intent-warning, .bp6-html-select.bp6-minimal .bp6-dark select.bp6-intent-warning,
.bp6-dark .bp6-select.bp6-minimal select.bp6-intent-warning,
.bp6-select.bp6-minimal .bp6-dark select.bp6-intent-warning{
  color:#fbb360;
}
.bp6-dark .bp6-html-select.bp6-minimal select.bp6-intent-warning:hover, .bp6-html-select.bp6-minimal .bp6-dark select.bp6-intent-warning:hover,
.bp6-dark .bp6-select.bp6-minimal select.bp6-intent-warning:hover,
.bp6-select.bp6-minimal .bp6-dark select.bp6-intent-warning:hover{
  background:rgba(200, 118, 25, 0.2);
  color:#fbb360;
}
.bp6-dark .bp6-html-select.bp6-minimal select.bp6-intent-warning:active, .bp6-html-select.bp6-minimal .bp6-dark select.bp6-intent-warning:active,
.bp6-dark .bp6-select.bp6-minimal select.bp6-intent-warning:active,
.bp6-select.bp6-minimal .bp6-dark select.bp6-intent-warning:active, .bp6-dark .bp6-html-select.bp6-minimal select.bp6-intent-warning.bp6-active, .bp6-html-select.bp6-minimal .bp6-dark select.bp6-intent-warning.bp6-active,
.bp6-dark .bp6-select.bp6-minimal select.bp6-intent-warning.bp6-active,
.bp6-select.bp6-minimal .bp6-dark select.bp6-intent-warning.bp6-active{
  background:rgba(200, 118, 25, 0.3);
  color:#f5c186;
}
.bp6-dark .bp6-html-select.bp6-minimal select.bp6-intent-warning:disabled, .bp6-html-select.bp6-minimal .bp6-dark select.bp6-intent-warning:disabled,
.bp6-dark .bp6-select.bp6-minimal select.bp6-intent-warning:disabled,
.bp6-select.bp6-minimal .bp6-dark select.bp6-intent-warning:disabled, .bp6-dark .bp6-html-select.bp6-minimal select.bp6-intent-warning.bp6-disabled, .bp6-html-select.bp6-minimal .bp6-dark select.bp6-intent-warning.bp6-disabled,
.bp6-dark .bp6-select.bp6-minimal select.bp6-intent-warning.bp6-disabled,
.bp6-select.bp6-minimal .bp6-dark select.bp6-intent-warning.bp6-disabled{
  background:none;
  color:rgba(251, 179, 96, 0.5);
}
.bp6-dark .bp6-html-select.bp6-minimal select.bp6-intent-warning:disabled.bp6-active, .bp6-html-select.bp6-minimal .bp6-dark select.bp6-intent-warning:disabled.bp6-active,
.bp6-dark .bp6-select.bp6-minimal select.bp6-intent-warning:disabled.bp6-active,
.bp6-select.bp6-minimal .bp6-dark select.bp6-intent-warning:disabled.bp6-active, .bp6-dark .bp6-html-select.bp6-minimal select.bp6-intent-warning.bp6-disabled.bp6-active, .bp6-html-select.bp6-minimal .bp6-dark select.bp6-intent-warning.bp6-disabled.bp6-active,
.bp6-dark .bp6-select.bp6-minimal select.bp6-intent-warning.bp6-disabled.bp6-active,
.bp6-select.bp6-minimal .bp6-dark select.bp6-intent-warning.bp6-disabled.bp6-active{
  background:rgba(200, 118, 25, 0.3);
}
.bp6-html-select.bp6-minimal select.bp6-intent-danger,
.bp6-select.bp6-minimal select.bp6-intent-danger{
  color:#ac2f33;
}
.bp6-html-select.bp6-minimal select.bp6-intent-danger:hover,
.bp6-select.bp6-minimal select.bp6-intent-danger:hover, .bp6-html-select.bp6-minimal select.bp6-intent-danger:active,
.bp6-select.bp6-minimal select.bp6-intent-danger:active, .bp6-html-select.bp6-minimal select.bp6-intent-danger.bp6-active,
.bp6-select.bp6-minimal select.bp6-intent-danger.bp6-active{
  background:none;
  box-shadow:none;
  color:#ac2f33;
}
.bp6-html-select.bp6-minimal select.bp6-intent-danger:hover,
.bp6-select.bp6-minimal select.bp6-intent-danger:hover{
  background:rgba(205, 66, 70, 0.15);
  color:#ac2f33;
}
.bp6-html-select.bp6-minimal select.bp6-intent-danger:active,
.bp6-select.bp6-minimal select.bp6-intent-danger:active, .bp6-html-select.bp6-minimal select.bp6-intent-danger.bp6-active,
.bp6-select.bp6-minimal select.bp6-intent-danger.bp6-active{
  background:rgba(205, 66, 70, 0.3);
  color:#8e292c;
}
.bp6-html-select.bp6-minimal select.bp6-intent-danger:disabled,
.bp6-select.bp6-minimal select.bp6-intent-danger:disabled, .bp6-html-select.bp6-minimal select.bp6-intent-danger.bp6-disabled,
.bp6-select.bp6-minimal select.bp6-intent-danger.bp6-disabled{
  background:none;
  color:rgba(172, 47, 51, 0.5);
}
.bp6-html-select.bp6-minimal select.bp6-intent-danger:disabled.bp6-active,
.bp6-select.bp6-minimal select.bp6-intent-danger:disabled.bp6-active, .bp6-html-select.bp6-minimal select.bp6-intent-danger.bp6-disabled.bp6-active,
.bp6-select.bp6-minimal select.bp6-intent-danger.bp6-disabled.bp6-active{
  background:rgba(205, 66, 70, 0.3);
}
.bp6-html-select.bp6-minimal select.bp6-intent-danger .bp6-button-spinner .bp6-spinner-head,
.bp6-select.bp6-minimal select.bp6-intent-danger .bp6-button-spinner .bp6-spinner-head{
  stroke:#ac2f33;
}
.bp6-dark .bp6-html-select.bp6-minimal select.bp6-intent-danger, .bp6-html-select.bp6-minimal .bp6-dark select.bp6-intent-danger,
.bp6-dark .bp6-select.bp6-minimal select.bp6-intent-danger,
.bp6-select.bp6-minimal .bp6-dark select.bp6-intent-danger{
  color:#fa999c;
}
.bp6-dark .bp6-html-select.bp6-minimal select.bp6-intent-danger:hover, .bp6-html-select.bp6-minimal .bp6-dark select.bp6-intent-danger:hover,
.bp6-dark .bp6-select.bp6-minimal select.bp6-intent-danger:hover,
.bp6-select.bp6-minimal .bp6-dark select.bp6-intent-danger:hover{
  background:rgba(205, 66, 70, 0.2);
  color:#fa999c;
}
.bp6-dark .bp6-html-select.bp6-minimal select.bp6-intent-danger:active, .bp6-html-select.bp6-minimal .bp6-dark select.bp6-intent-danger:active,
.bp6-dark .bp6-select.bp6-minimal select.bp6-intent-danger:active,
.bp6-select.bp6-minimal .bp6-dark select.bp6-intent-danger:active, .bp6-dark .bp6-html-select.bp6-minimal select.bp6-intent-danger.bp6-active, .bp6-html-select.bp6-minimal .bp6-dark select.bp6-intent-danger.bp6-active,
.bp6-dark .bp6-select.bp6-minimal select.bp6-intent-danger.bp6-active,
.bp6-select.bp6-minimal .bp6-dark select.bp6-intent-danger.bp6-active{
  background:rgba(205, 66, 70, 0.3);
  color:#ffa1a4;
}
.bp6-dark .bp6-html-select.bp6-minimal select.bp6-intent-danger:disabled, .bp6-html-select.bp6-minimal .bp6-dark select.bp6-intent-danger:disabled,
.bp6-dark .bp6-select.bp6-minimal select.bp6-intent-danger:disabled,
.bp6-select.bp6-minimal .bp6-dark select.bp6-intent-danger:disabled, .bp6-dark .bp6-html-select.bp6-minimal select.bp6-intent-danger.bp6-disabled, .bp6-html-select.bp6-minimal .bp6-dark select.bp6-intent-danger.bp6-disabled,
.bp6-dark .bp6-select.bp6-minimal select.bp6-intent-danger.bp6-disabled,
.bp6-select.bp6-minimal .bp6-dark select.bp6-intent-danger.bp6-disabled{
  background:none;
  color:rgba(250, 153, 156, 0.5);
}
.bp6-dark .bp6-html-select.bp6-minimal select.bp6-intent-danger:disabled.bp6-active, .bp6-html-select.bp6-minimal .bp6-dark select.bp6-intent-danger:disabled.bp6-active,
.bp6-dark .bp6-select.bp6-minimal select.bp6-intent-danger:disabled.bp6-active,
.bp6-select.bp6-minimal .bp6-dark select.bp6-intent-danger:disabled.bp6-active, .bp6-dark .bp6-html-select.bp6-minimal select.bp6-intent-danger.bp6-disabled.bp6-active, .bp6-html-select.bp6-minimal .bp6-dark select.bp6-intent-danger.bp6-disabled.bp6-active,
.bp6-dark .bp6-select.bp6-minimal select.bp6-intent-danger.bp6-disabled.bp6-active,
.bp6-select.bp6-minimal .bp6-dark select.bp6-intent-danger.bp6-disabled.bp6-active{
  background:rgba(205, 66, 70, 0.3);
}
.bp6-html-select.bp6-large select,
.bp6-select.bp6-large select{
  font-size:16px;
  height:40px;
  padding-right:28px;
}
.bp6-dark .bp6-html-select select,
.bp6-dark .bp6-select select{
  background-color:#2f343c;
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(17, 20, 24, 0.2);
  color:#f6f7f9;
}
.bp6-dark .bp6-html-select select:hover,
.bp6-dark .bp6-select select:hover, .bp6-dark .bp6-html-select select:active,
.bp6-dark .bp6-select select:active, .bp6-dark .bp6-html-select select.bp6-active,
.bp6-dark .bp6-select select.bp6-active{
  color:#f6f7f9;
}
.bp6-dark .bp6-html-select select:hover,
.bp6-dark .bp6-select select:hover{
  background-color:#252a31;
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(17, 20, 24, 0.4);
}
.bp6-dark .bp6-html-select select:active,
.bp6-dark .bp6-select select:active, .bp6-dark .bp6-html-select select.bp6-active,
.bp6-dark .bp6-select select.bp6-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);
}
.bp6-dark .bp6-html-select select:disabled,
.bp6-dark .bp6-select select:disabled, .bp6-dark .bp6-html-select select.bp6-disabled,
.bp6-dark .bp6-select select.bp6-disabled{
  background-color:rgba(47, 52, 60, 0.15);
  box-shadow:none;
  color:rgba(171, 179, 191, 0.6);
}
.bp6-dark .bp6-html-select select:disabled.bp6-active,
.bp6-dark .bp6-select select:disabled.bp6-active, .bp6-dark .bp6-html-select select.bp6-disabled.bp6-active,
.bp6-dark .bp6-select select.bp6-disabled.bp6-active{
  background:rgba(47, 52, 60, 0.7);
}
.bp6-dark .bp6-html-select select .bp6-button-spinner .bp6-spinner-head,
.bp6-dark .bp6-select select .bp6-button-spinner .bp6-spinner-head{
  background:rgba(17, 20, 24, 0.5);
  stroke:#8f99a8;
}
.bp6-html-select select:disabled,
.bp6-select select:disabled{
  background-color:rgba(211, 216, 222, 0.5);
  box-shadow:none;
  color:rgba(95, 107, 124, 0.6);
  cursor:not-allowed;
}
.bp6-html-select .bp6-icon,
.bp6-select .bp6-icon{
  color:#5f6b7c;
  pointer-events:none;
  position:absolute;
  right:8px;
  top:7px;
}
.bp6-html-select .bp6-disabled.bp6-icon,
.bp6-select .bp6-disabled.bp6-icon{
  color:rgba(95, 107, 124, 0.6);
}
.bp6-html-select,
.bp6-select{
  display:inline-block;
  letter-spacing:normal;
  position:relative;
  vertical-align:middle;
}
.bp6-html-select .bp6-icon,
.bp6-select .bp6-icon{
  color:#5f6b7c;
}
.bp6-html-select .bp6-icon:hover,
.bp6-select .bp6-icon:hover{
  color:#1c2127;
}
.bp6-dark .bp6-html-select .bp6-icon,
.bp6-dark .bp6-select .bp6-icon{
  color:#abb3bf;
}
.bp6-dark .bp6-html-select .bp6-icon:hover,
.bp6-dark .bp6-select .bp6-icon:hover{
  color:#f6f7f9;
}
.bp6-html-select.bp6-large::after,
.bp6-html-select.bp6-large .bp6-icon,
.bp6-select.bp6-large::after,
.bp6-select.bp6-large .bp6-icon{
  right:12px;
  top:12px;
}
.bp6-html-select.bp6-fill,
.bp6-html-select.bp6-fill select,
.bp6-select.bp6-fill,
.bp6-select.bp6-fill select{
  width:100%;
}
.bp6-dark .bp6-html-select option,
.bp6-dark .bp6-select option{
  background-color:#2f343c;
  color:#f6f7f9;
}
.bp6-dark .bp6-html-select option:disabled,
.bp6-dark .bp6-select option:disabled{
  color:rgba(171, 179, 191, 0.6);
}
.bp6-dark .bp6-html-select::after,
.bp6-dark .bp6-select::after{
  color:#abb3bf;
}
table.bp6-html-table, .bp6-running-text table{
  border-spacing:0;
  font-size:14px;
}
table.bp6-html-table th, .bp6-running-text table th,
table.bp6-html-table td,
.bp6-running-text table td{
  padding:11px;
  text-align:left;
  vertical-align:top;
}
table.bp6-html-table th, .bp6-running-text table th{
  color:#1c2127;
  font-weight:600;
}
table.bp6-html-table td, .bp6-running-text table td{
  color:#1c2127;
}
table.bp6-html-table tbody tr:first-child th, .bp6-running-text table tbody tr:first-child th,
table.bp6-html-table tbody tr:first-child td,
.bp6-running-text table tbody tr:first-child td,
table.bp6-html-table tfoot tr:first-child th,
.bp6-running-text table tfoot tr:first-child th,
table.bp6-html-table tfoot tr:first-child td,
.bp6-running-text table tfoot tr:first-child td{
  box-shadow:inset 0 1px 0 0 rgba(17, 20, 24, 0.15);
}
table.bp6-html-table, .bp6-running-text table{
}
.bp6-dark table.bp6-html-table th, .bp6-dark .bp6-running-text table th, .bp6-running-text .bp6-dark table th{
  color:#f6f7f9;
}
.bp6-dark table.bp6-html-table td, .bp6-dark .bp6-running-text table td, .bp6-running-text .bp6-dark table td{
  color:#f6f7f9;
}
.bp6-dark table.bp6-html-table tbody tr:first-child th, .bp6-dark .bp6-running-text table tbody tr:first-child th, .bp6-running-text .bp6-dark table tbody tr:first-child th,
.bp6-dark table.bp6-html-table tbody tr:first-child td,
.bp6-dark .bp6-running-text table tbody tr:first-child td,
.bp6-running-text .bp6-dark table tbody tr:first-child td,
.bp6-dark table.bp6-html-table tfoot tr:first-child th,
.bp6-dark .bp6-running-text table tfoot tr:first-child th,
.bp6-running-text .bp6-dark table tfoot tr:first-child th,
.bp6-dark table.bp6-html-table tfoot tr:first-child td,
.bp6-dark .bp6-running-text table tfoot tr:first-child td,
.bp6-running-text .bp6-dark table tfoot tr:first-child td{
  box-shadow:inset 0 1px 0 0 rgba(255, 255, 255, 0.2);
}
table.bp6-html-table, .bp6-running-text table{
}
table.bp6-html-table.bp6-compact th,
table.bp6-html-table.bp6-compact td{
  padding-bottom:6px;
  padding-top:6px;
}
table.bp6-html-table.bp6-html-table-striped tbody tr:nth-child(odd) td{
  background:rgba(143, 153, 168, 0.15);
}
table.bp6-html-table.bp6-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.bp6-html-table.bp6-html-table-bordered th:not(:first-child){
    border-left:1px solid buttonborder;
  }
}
table.bp6-html-table.bp6-html-table-bordered tbody tr td,
table.bp6-html-table.bp6-html-table-bordered tfoot tr td{
  box-shadow:inset 0 1px 0 0 rgba(17, 20, 24, 0.15);
}
table.bp6-html-table.bp6-html-table-bordered tbody tr td:not(:first-child),
table.bp6-html-table.bp6-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.bp6-html-table.bp6-html-table-bordered tbody tr td:not(:first-child),
  table.bp6-html-table.bp6-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.bp6-html-table.bp6-html-table-bordered tbody tr td,
  table.bp6-html-table.bp6-html-table-bordered tfoot tr td{
    border-top:1px solid buttonborder;
  }
}
table.bp6-html-table.bp6-html-table-bordered.bp6-html-table-striped tbody tr:not(:first-child) td{
  box-shadow:none;
}
table.bp6-html-table.bp6-html-table-bordered.bp6-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.bp6-html-table.bp6-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.bp6-html-table.bp6-interactive tbody tr:hover td{
    background-color:highlight;
  }
}
table.bp6-html-table.bp6-interactive tbody tr:active td{
  background-color:rgba(143, 153, 168, 0.35);
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  table.bp6-html-table.bp6-interactive tbody tr:active td{
    background-color:highlight;
  }
}
.bp6-dark table.bp6-html-table{
}
.bp6-dark table.bp6-html-table.bp6-html-table-striped tbody tr:nth-child(odd) td{
  background:rgba(95, 107, 124, 0.15);
}
.bp6-dark table.bp6-html-table.bp6-html-table-bordered th:not(:first-child){
  box-shadow:inset 1px 0 0 0 rgba(255, 255, 255, 0.2);
}
.bp6-dark table.bp6-html-table.bp6-html-table-bordered tbody tr td,
.bp6-dark table.bp6-html-table.bp6-html-table-bordered tfoot tr td{
  box-shadow:inset 0 1px 0 0 rgba(255, 255, 255, 0.2);
}
.bp6-dark table.bp6-html-table.bp6-html-table-bordered tbody tr td:not(:first-child),
.bp6-dark table.bp6-html-table.bp6-html-table-bordered tfoot tr td:not(:first-child){
  box-shadow:inset 1px 1px 0 0 rgba(255, 255, 255, 0.2);
}
.bp6-dark table.bp6-html-table.bp6-html-table-bordered.bp6-html-table-striped tbody tr:not(:first-child) td{
  box-shadow:inset 1px 0 0 0 rgba(255, 255, 255, 0.2);
}
.bp6-dark table.bp6-html-table.bp6-html-table-bordered.bp6-html-table-striped tbody tr:not(:first-child) td:first-child{
  box-shadow:none;
}
.bp6-dark table.bp6-html-table.bp6-interactive tbody tr:hover td{
  background-color:rgba(95, 107, 124, 0.3);
  cursor:pointer;
}
.bp6-dark table.bp6-html-table.bp6-interactive tbody tr:active td{
  background-color:rgba(95, 107, 124, 0.4);
}
.bp6-dark table.bp6-html-table{
}
.bp6-key-combo{
  align-items:center;
}
.bp6-key-combo:not(.bp6-minimal){
  display:flex;
  flex-direction:row;
}
.bp6-key-combo:not(.bp6-minimal) > *{
  flex-grow:0;
  flex-shrink:0;
}
.bp6-key-combo:not(.bp6-minimal) > .bp6-fill{
  flex-grow:1;
  flex-shrink:1;
}
.bp6-key-combo:not(.bp6-minimal)::before,
.bp6-key-combo:not(.bp6-minimal) > *{
  margin-right:4px;
}
.bp6-key-combo:not(.bp6-minimal):empty::before,
.bp6-key-combo:not(.bp6-minimal) > :last-child{
  margin-right:0;
}
.bp6-key-combo.bp6-minimal{
  display:flex;
  flex-direction:row;
}
.bp6-key-combo.bp6-minimal > *{
  flex-grow:0;
  flex-shrink:0;
}
.bp6-key-combo.bp6-minimal > .bp6-fill{
  flex-grow:1;
  flex-shrink:1;
}
.bp6-hotkey-dialog{
  padding-bottom:0;
  top:40px;
}
.bp6-hotkey-dialog .bp6-dialog-body{
  margin:0;
  padding:0;
}
.bp6-hotkey-dialog .bp6-hotkey-label{
  flex-grow:1;
}
.bp6-hotkey-column{
  margin:auto;
  padding:30px;
}
.bp6-hotkey-column .bp6-heading{
  margin-bottom:20px;
}
.bp6-hotkey-column .bp6-heading:not(:first-child){
  margin-top:40px;
}
.bp6-hotkey{
  align-items:center;
  display:flex;
  justify-content:space-between;
  margin-left:0;
  margin-right:0;
}
.bp6-hotkey:not(:last-child){
  margin-bottom:8px;
}
.bp6-icon{
  display:inline-block;
  flex:0 0 auto;
  vertical-align:text-bottom;
}
.bp6-icon:not(:empty)::before{
  content:"" !important;
  content:unset !important;
}
.bp6-icon > svg{
  display:block;
}
.bp6-icon > svg:not([fill]){
  fill:currentcolor;
}
.bp6-icon.bp6-icon-muted svg{
  fill-opacity:0.15;
  overflow:visible;
}
.bp6-icon.bp6-icon-muted svg path{
  stroke:#8f99a8;
  stroke-opacity:0.5;
  stroke-width:0.5px;
}
.bp6-dark .bp6-icon .bp6-icon-muted svg{
  fill-opacity:0.2;
}
span.bp6-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.bp6-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.bp6-icon:empty{
  font-family:"blueprint-icons-20";
  font-size:inherit;
  font-style:normal;
  font-weight:400;
  line-height:1;
}
span.bp6-icon:empty::before{
  -moz-osx-font-smoothing:grayscale;
  -webkit-font-smoothing:antialiased;
}
span.bp6-icon:empty.bp6-icon-standard{
  font-size:16px;
}
span.bp6-icon:empty.bp6-icon-large{
  font-size:20px;
}
.bp6-icon-add::before{
  content:"\f109";
}
.bp6-icon-add-child::before{
  content:"\f39d";
}
.bp6-icon-add-clip::before{
  content:"\f101";
}
.bp6-icon-add-column-left::before{
  content:"\f102";
}
.bp6-icon-add-column-right::before{
  content:"\f103";
}
.bp6-icon-add-location::before{
  content:"\f104";
}
.bp6-icon-add-parent::before{
  content:"\f39e";
}
.bp6-icon-add-row-bottom::before{
  content:"\f105";
}
.bp6-icon-add-row-top::before{
  content:"\f106";
}
.bp6-icon-add-to-artifact::before{
  content:"\f107";
}
.bp6-icon-add-to-folder::before{
  content:"\f108";
}
.bp6-icon-aimpoints-target::before{
  content:"\f335";
}
.bp6-icon-airplane::before{
  content:"\f10a";
}
.bp6-icon-align-center::before{
  content:"\f10b";
}
.bp6-icon-align-justify::before{
  content:"\f10c";
}
.bp6-icon-align-left::before{
  content:"\f10d";
}
.bp6-icon-align-right::before{
  content:"\f10e";
}
.bp6-icon-alignment-bottom::before{
  content:"\f10f";
}
.bp6-icon-alignment-horizontal-center::before{
  content:"\f110";
}
.bp6-icon-alignment-left::before{
  content:"\f111";
}
.bp6-icon-alignment-right::before{
  content:"\f112";
}
.bp6-icon-alignment-top::before{
  content:"\f113";
}
.bp6-icon-alignment-vertical-center::before{
  content:"\f114";
}
.bp6-icon-ammunition::before{
  content:"\f342";
}
.bp6-icon-anchor::before{
  content:"\f330";
}
.bp6-icon-annotation::before{
  content:"\f115";
}
.bp6-icon-announcement::before{
  content:"\f396";
}
.bp6-icon-antenna::before{
  content:"\f116";
}
.bp6-icon-app-header::before{
  content:"\f117";
}
.bp6-icon-application::before{
  content:"\f118";
}
.bp6-icon-applications::before{
  content:"\f119";
}
.bp6-icon-archive::before{
  content:"\f11a";
}
.bp6-icon-area-of-interest::before{
  content:"\f11b";
}
.bp6-icon-array::before{
  content:"\f121";
}
.bp6-icon-array-boolean::before{
  content:"\f11c";
}
.bp6-icon-array-date::before{
  content:"\f11d";
}
.bp6-icon-array-floating-point::before{
  content:"\f32d";
}
.bp6-icon-array-numeric::before{
  content:"\f11e";
}
.bp6-icon-array-object::before{
  content:"\f394";
}
.bp6-icon-array-string::before{
  content:"\f11f";
}
.bp6-icon-array-timestamp::before{
  content:"\f120";
}
.bp6-icon-arrow-bottom-left::before{
  content:"\f122";
}
.bp6-icon-arrow-bottom-right::before{
  content:"\f123";
}
.bp6-icon-arrow-down::before{
  content:"\f124";
}
.bp6-icon-arrow-left::before{
  content:"\f125";
}
.bp6-icon-arrow-right::before{
  content:"\f126";
}
.bp6-icon-arrow-top-left::before{
  content:"\f127";
}
.bp6-icon-arrow-top-right::before{
  content:"\f128";
}
.bp6-icon-arrow-up::before{
  content:"\f129";
}
.bp6-icon-arrows-arc::before{
  content:"\f387";
}
.bp6-icon-arrows-horizontal::before{
  content:"\f12a";
}
.bp6-icon-arrows-vertical::before{
  content:"\f12b";
}
.bp6-icon-asterisk::before{
  content:"\f12c";
}
.bp6-icon-at::before{
  content:"\f331";
}
.bp6-icon-automatic-updates::before{
  content:"\f12d";
}
.bp6-icon-axle::before{
  content:"\f338";
}
.bp6-icon-backlink::before{
  content:"\f12e";
}
.bp6-icon-backward-ten::before{
  content:"\f35c";
}
.bp6-icon-badge::before{
  content:"\f12f";
}
.bp6-icon-ban-circle::before{
  content:"\f130";
}
.bp6-icon-bank-account::before{
  content:"\f131";
}
.bp6-icon-barcode::before{
  content:"\f132";
}
.bp6-icon-binary-number::before{
  content:"\f357";
}
.bp6-icon-blank::before{
  content:"\f133";
}
.bp6-icon-block-promote::before{
  content:"\f372";
}
.bp6-icon-blocked-person::before{
  content:"\f134";
}
.bp6-icon-bold::before{
  content:"\f135";
}
.bp6-icon-book::before{
  content:"\f136";
}
.bp6-icon-bookmark::before{
  content:"\f137";
}
.bp6-icon-box::before{
  content:"\f138";
}
.bp6-icon-branch-locked::before{
  content:"\f3a6";
}
.bp6-icon-branch-unlocked::before{
  content:"\f3a7";
}
.bp6-icon-briefcase::before{
  content:"\f139";
}
.bp6-icon-bring-data::before{
  content:"\f13a";
}
.bp6-icon-bring-forward::before{
  content:"\f354";
}
.bp6-icon-british-pound::before{
  content:"\f386";
}
.bp6-icon-bug::before{
  content:"\f32e";
}
.bp6-icon-buggy::before{
  content:"\f13b";
}
.bp6-icon-build::before{
  content:"\f13c";
}
.bp6-icon-bullseye::before{
  content:"\f359";
}
.bp6-icon-calculator::before{
  content:"\f13d";
}
.bp6-icon-calendar::before{
  content:"\f13e";
}
.bp6-icon-camera::before{
  content:"\f13f";
}
.bp6-icon-caret-down::before{
  content:"\f140";
}
.bp6-icon-caret-left::before{
  content:"\f141";
}
.bp6-icon-caret-right::before{
  content:"\f142";
}
.bp6-icon-caret-up::before{
  content:"\f143";
}
.bp6-icon-cargo-ship::before{
  content:"\f144";
}
.bp6-icon-cell-tower::before{
  content:"\f145";
}
.bp6-icon-changes::before{
  content:"\f146";
}
.bp6-icon-chart::before{
  content:"\f147";
}
.bp6-icon-chat::before{
  content:"\f148";
}
.bp6-icon-chevron-backward::before{
  content:"\f149";
}
.bp6-icon-chevron-down::before{
  content:"\f14a";
}
.bp6-icon-chevron-forward::before{
  content:"\f14b";
}
.bp6-icon-chevron-left::before{
  content:"\f14c";
}
.bp6-icon-chevron-right::before{
  content:"\f14d";
}
.bp6-icon-chevron-up::before{
  content:"\f14e";
}
.bp6-icon-circle::before{
  content:"\f153";
}
.bp6-icon-circle-arrow-down::before{
  content:"\f14f";
}
.bp6-icon-circle-arrow-left::before{
  content:"\f150";
}
.bp6-icon-circle-arrow-right::before{
  content:"\f151";
}
.bp6-icon-circle-arrow-up::before{
  content:"\f152";
}
.bp6-icon-citation::before{
  content:"\f154";
}
.bp6-icon-clean::before{
  content:"\f155";
}
.bp6-icon-clip::before{
  content:"\f156";
}
.bp6-icon-clipboard::before{
  content:"\f157";
}
.bp6-icon-clipboard-file::before{
  content:"\f35b";
}
.bp6-icon-cloud::before{
  content:"\f15a";
}
.bp6-icon-cloud-download::before{
  content:"\f158";
}
.bp6-icon-cloud-server::before{
  content:"\f35a";
}
.bp6-icon-cloud-tick::before{
  content:"\f34e";
}
.bp6-icon-cloud-upload::before{
  content:"\f159";
}
.bp6-icon-code::before{
  content:"\f15c";
}
.bp6-icon-code-block::before{
  content:"\f15b";
}
.bp6-icon-cog::before{
  content:"\f15d";
}
.bp6-icon-collapse-all::before{
  content:"\f15e";
}
.bp6-icon-color-fill::before{
  content:"\f328";
}
.bp6-icon-column-layout::before{
  content:"\f15f";
}
.bp6-icon-comment::before{
  content:"\f160";
}
.bp6-icon-comparison::before{
  content:"\f161";
}
.bp6-icon-compass::before{
  content:"\f162";
}
.bp6-icon-compressed::before{
  content:"\f163";
}
.bp6-icon-confirm::before{
  content:"\f164";
}
.bp6-icon-console::before{
  content:"\f165";
}
.bp6-icon-console-alert::before{
  content:"\f3ad";
}
.bp6-icon-construction::before{
  content:"\f395";
}
.bp6-icon-contrast::before{
  content:"\f166";
}
.bp6-icon-control::before{
  content:"\f167";
}
.bp6-icon-credit-card::before{
  content:"\f168";
}
.bp6-icon-crop::before{
  content:"\f353";
}
.bp6-icon-cross::before{
  content:"\f169";
}
.bp6-icon-cross-circle::before{
  content:"\f336";
}
.bp6-icon-crown::before{
  content:"\f16a";
}
.bp6-icon-css-style::before{
  content:"\f36b";
}
.bp6-icon-cube::before{
  content:"\f16d";
}
.bp6-icon-cube-add::before{
  content:"\f16b";
}
.bp6-icon-cube-cutout::before{
  content:"\f3b5";
}
.bp6-icon-cube-cutouts::before{
  content:"\f3b6";
}
.bp6-icon-cube-edit::before{
  content:"\f383";
}
.bp6-icon-cube-remove::before{
  content:"\f16c";
}
.bp6-icon-cubes::before{
  content:"\f373";
}
.bp6-icon-curly-braces::before{
  content:"\f358";
}
.bp6-icon-curved-range-chart::before{
  content:"\f16e";
}
.bp6-icon-cut::before{
  content:"\f16f";
}
.bp6-icon-cycle::before{
  content:"\f170";
}
.bp6-icon-dashboard::before{
  content:"\f171";
}
.bp6-icon-data-cloud::before{
  content:"\f391";
}
.bp6-icon-data-connection::before{
  content:"\f172";
}
.bp6-icon-data-lineage::before{
  content:"\f173";
}
.bp6-icon-data-search::before{
  content:"\f36f";
}
.bp6-icon-data-sync::before{
  content:"\f36c";
}
.bp6-icon-database::before{
  content:"\f174";
}
.bp6-icon-delete::before{
  content:"\f175";
}
.bp6-icon-delete-clip::before{
  content:"\f3a3";
}
.bp6-icon-delta::before{
  content:"\f176";
}
.bp6-icon-derive-column::before{
  content:"\f177";
}
.bp6-icon-desktop::before{
  content:"\f178";
}
.bp6-icon-detection::before{
  content:"\f341";
}
.bp6-icon-diagnosis::before{
  content:"\f179";
}
.bp6-icon-diagram-tree::before{
  content:"\f17a";
}
.bp6-icon-direction-left::before{
  content:"\f17b";
}
.bp6-icon-direction-right::before{
  content:"\f17c";
}
.bp6-icon-disable::before{
  content:"\f17d";
}
.bp6-icon-divide::before{
  content:"\f327";
}
.bp6-icon-document::before{
  content:"\f180";
}
.bp6-icon-document-code::before{
  content:"\f3a0";
}
.bp6-icon-document-locked::before{
  content:"\f3a1";
}
.bp6-icon-document-open::before{
  content:"\f17e";
}
.bp6-icon-document-share::before{
  content:"\f17f";
}
.bp6-icon-dollar::before{
  content:"\f181";
}
.bp6-icon-dot::before{
  content:"\f182";
}
.bp6-icon-double-caret-horizontal::before{
  content:"\f183";
}
.bp6-icon-double-caret-vertical::before{
  content:"\f184";
}
.bp6-icon-double-chevron-down::before{
  content:"\f185";
}
.bp6-icon-double-chevron-left::before{
  content:"\f186";
}
.bp6-icon-double-chevron-right::before{
  content:"\f187";
}
.bp6-icon-double-chevron-up::before{
  content:"\f188";
}
.bp6-icon-doughnut-chart::before{
  content:"\f189";
}
.bp6-icon-download::before{
  content:"\f18a";
}
.bp6-icon-drag-handle-horizontal::before{
  content:"\f18b";
}
.bp6-icon-drag-handle-vertical::before{
  content:"\f18c";
}
.bp6-icon-draw::before{
  content:"\f18d";
}
.bp6-icon-drawer-left::before{
  content:"\f18f";
}
.bp6-icon-drawer-left-filled::before{
  content:"\f18e";
}
.bp6-icon-drawer-right::before{
  content:"\f191";
}
.bp6-icon-drawer-right-filled::before{
  content:"\f190";
}
.bp6-icon-drive-time::before{
  content:"\f192";
}
.bp6-icon-drone::before{
  content:"\f3b1";
}
.bp6-icon-drone-uav::before{
  content:"\f3b2";
}
.bp6-icon-duplicate::before{
  content:"\f193";
}
.bp6-icon-edit::before{
  content:"\f194";
}
.bp6-icon-eject::before{
  content:"\f195";
}
.bp6-icon-emoji::before{
  content:"\f196";
}
.bp6-icon-endnote::before{
  content:"\f356";
}
.bp6-icon-endorsed::before{
  content:"\f197";
}
.bp6-icon-envelope::before{
  content:"\f198";
}
.bp6-icon-equals::before{
  content:"\f199";
}
.bp6-icon-eraser::before{
  content:"\f19a";
}
.bp6-icon-error::before{
  content:"\f19b";
}
.bp6-icon-euro::before{
  content:"\f19c";
}
.bp6-icon-excavator::before{
  content:"\f36d";
}
.bp6-icon-exchange::before{
  content:"\f19d";
}
.bp6-icon-exclude-row::before{
  content:"\f19e";
}
.bp6-icon-expand-all::before{
  content:"\f19f";
}
.bp6-icon-explain::before{
  content:"\f34d";
}
.bp6-icon-export::before{
  content:"\f1a0";
}
.bp6-icon-eye-off::before{
  content:"\f1a1";
}
.bp6-icon-eye-on::before{
  content:"\f1a2";
}
.bp6-icon-eye-open::before{
  content:"\f1a3";
}
.bp6-icon-fast-backward::before{
  content:"\f1a4";
}
.bp6-icon-fast-forward::before{
  content:"\f1a5";
}
.bp6-icon-feed::before{
  content:"\f1a7";
}
.bp6-icon-feed-subscribed::before{
  content:"\f1a6";
}
.bp6-icon-fighter-jet::before{
  content:"\f384";
}
.bp6-icon-film::before{
  content:"\f1a8";
}
.bp6-icon-filter::before{
  content:"\f1ad";
}
.bp6-icon-filter-keep::before{
  content:"\f1a9";
}
.bp6-icon-filter-list::before{
  content:"\f1aa";
}
.bp6-icon-filter-open::before{
  content:"\f1ab";
}
.bp6-icon-filter-remove::before{
  content:"\f1ac";
}
.bp6-icon-filter-sort-asc::before{
  content:"\f38e";
}
.bp6-icon-filter-sort-desc::before{
  content:"\f38f";
}
.bp6-icon-flag::before{
  content:"\f1ae";
}
.bp6-icon-flame::before{
  content:"\f1af";
}
.bp6-icon-flash::before{
  content:"\f1b0";
}
.bp6-icon-floating-point::before{
  content:"\f32c";
}
.bp6-icon-floppy-disk::before{
  content:"\f1b1";
}
.bp6-icon-flow-branch::before{
  content:"\f1b2";
}
.bp6-icon-flow-end::before{
  content:"\f1b3";
}
.bp6-icon-flow-linear::before{
  content:"\f1b4";
}
.bp6-icon-flow-review::before{
  content:"\f1b6";
}
.bp6-icon-flow-review-branch::before{
  content:"\f1b5";
}
.bp6-icon-flows::before{
  content:"\f1b7";
}
.bp6-icon-folder-close::before{
  content:"\f1b8";
}
.bp6-icon-folder-new::before{
  content:"\f1b9";
}
.bp6-icon-folder-open::before{
  content:"\f1ba";
}
.bp6-icon-folder-shared::before{
  content:"\f1bc";
}
.bp6-icon-folder-shared-open::before{
  content:"\f1bb";
}
.bp6-icon-follower::before{
  content:"\f1bd";
}
.bp6-icon-following::before{
  content:"\f1be";
}
.bp6-icon-font::before{
  content:"\f1bf";
}
.bp6-icon-fork::before{
  content:"\f1c0";
}
.bp6-icon-fork-end::before{
  content:"\f3b7";
}
.bp6-icon-form::before{
  content:"\f1c1";
}
.bp6-icon-forward-ten::before{
  content:"\f35d";
}
.bp6-icon-fuel::before{
  content:"\f323";
}
.bp6-icon-full-circle::before{
  content:"\f1c2";
}
.bp6-icon-full-stacked-chart::before{
  content:"\f1c3";
}
.bp6-icon-fullscreen::before{
  content:"\f1c4";
}
.bp6-icon-function::before{
  content:"\f1c5";
}
.bp6-icon-function-minimal::before{
  content:"\f3b4";
}
.bp6-icon-gantt-chart::before{
  content:"\f1c6";
}
.bp6-icon-generate::before{
  content:"\f34c";
}
.bp6-icon-geofence::before{
  content:"\f1c7";
}
.bp6-icon-geolocation::before{
  content:"\f1c8";
}
.bp6-icon-geosearch::before{
  content:"\f1c9";
}
.bp6-icon-geotime::before{
  content:"\f344";
}
.bp6-icon-gift-box::before{
  content:"\f3a2";
}
.bp6-icon-git-branch::before{
  content:"\f1ca";
}
.bp6-icon-git-commit::before{
  content:"\f1cb";
}
.bp6-icon-git-merge::before{
  content:"\f1cc";
}
.bp6-icon-git-new-branch::before{
  content:"\f1cd";
}
.bp6-icon-git-pull::before{
  content:"\f1ce";
}
.bp6-icon-git-push::before{
  content:"\f1cf";
}
.bp6-icon-git-rebase::before{
  content:"\f3ac";
}
.bp6-icon-git-repo::before{
  content:"\f1d0";
}
.bp6-icon-glass::before{
  content:"\f1d1";
}
.bp6-icon-globe::before{
  content:"\f1d3";
}
.bp6-icon-globe-network::before{
  content:"\f1d2";
}
.bp6-icon-globe-network-add::before{
  content:"\f382";
}
.bp6-icon-graph::before{
  content:"\f1d5";
}
.bp6-icon-graph-remove::before{
  content:"\f1d4";
}
.bp6-icon-greater-than::before{
  content:"\f1d7";
}
.bp6-icon-greater-than-or-equal-to::before{
  content:"\f1d6";
}
.bp6-icon-grid::before{
  content:"\f1d9";
}
.bp6-icon-grid-view::before{
  content:"\f1d8";
}
.bp6-icon-group-item::before{
  content:"\f34a";
}
.bp6-icon-group-objects::before{
  content:"\f1da";
}
.bp6-icon-grouped-bar-chart::before{
  content:"\f1db";
}
.bp6-icon-hand::before{
  content:"\f1e0";
}
.bp6-icon-hand-down::before{
  content:"\f1dc";
}
.bp6-icon-hand-left::before{
  content:"\f1dd";
}
.bp6-icon-hand-right::before{
  content:"\f1de";
}
.bp6-icon-hand-up::before{
  content:"\f1df";
}
.bp6-icon-hat::before{
  content:"\f1e1";
}
.bp6-icon-header::before{
  content:"\f1e5";
}
.bp6-icon-header-one::before{
  content:"\f1e2";
}
.bp6-icon-header-three::before{
  content:"\f1e3";
}
.bp6-icon-header-two::before{
  content:"\f1e4";
}
.bp6-icon-headset::before{
  content:"\f1e6";
}
.bp6-icon-heart::before{
  content:"\f1e8";
}
.bp6-icon-heart-broken::before{
  content:"\f1e7";
}
.bp6-icon-heat-grid::before{
  content:"\f1e9";
}
.bp6-icon-heatmap::before{
  content:"\f1ea";
}
.bp6-icon-helicopter::before{
  content:"\f1eb";
}
.bp6-icon-help::before{
  content:"\f1ec";
}
.bp6-icon-helper-management::before{
  content:"\f1ed";
}
.bp6-icon-hexagon::before{
  content:"\f374";
}
.bp6-icon-high-priority::before{
  content:"\f1ee";
}
.bp6-icon-high-voltage-pole::before{
  content:"\f333";
}
.bp6-icon-highlight::before{
  content:"\f1ef";
}
.bp6-icon-history::before{
  content:"\f1f0";
}
.bp6-icon-home::before{
  content:"\f1f1";
}
.bp6-icon-horizontal-bar-chart::before{
  content:"\f1f4";
}
.bp6-icon-horizontal-bar-chart-asc::before{
  content:"\f1f2";
}
.bp6-icon-horizontal-bar-chart-desc::before{
  content:"\f1f3";
}
.bp6-icon-horizontal-distribution::before{
  content:"\f1f5";
}
.bp6-icon-horizontal-inbetween::before{
  content:"\f329";
}
.bp6-icon-hurricane::before{
  content:"\f1f6";
}
.bp6-icon-id-number::before{
  content:"\f1f7";
}
.bp6-icon-image-rotate-left::before{
  content:"\f1f8";
}
.bp6-icon-image-rotate-right::before{
  content:"\f1f9";
}
.bp6-icon-import::before{
  content:"\f1fa";
}
.bp6-icon-inbox::before{
  content:"\f1ff";
}
.bp6-icon-inbox-filtered::before{
  content:"\f1fb";
}
.bp6-icon-inbox-geo::before{
  content:"\f1fc";
}
.bp6-icon-inbox-search::before{
  content:"\f1fd";
}
.bp6-icon-inbox-update::before{
  content:"\f1fe";
}
.bp6-icon-info-sign::before{
  content:"\f200";
}
.bp6-icon-inheritance::before{
  content:"\f201";
}
.bp6-icon-inherited-group::before{
  content:"\f202";
}
.bp6-icon-inner-join::before{
  content:"\f203";
}
.bp6-icon-input::before{
  content:"\f34b";
}
.bp6-icon-insert::before{
  content:"\f204";
}
.bp6-icon-intelligence::before{
  content:"\f337";
}
.bp6-icon-intersection::before{
  content:"\f205";
}
.bp6-icon-ip-address::before{
  content:"\f206";
}
.bp6-icon-issue::before{
  content:"\f209";
}
.bp6-icon-issue-closed::before{
  content:"\f207";
}
.bp6-icon-issue-new::before{
  content:"\f208";
}
.bp6-icon-italic::before{
  content:"\f20a";
}
.bp6-icon-join-table::before{
  content:"\f20b";
}
.bp6-icon-key::before{
  content:"\f215";
}
.bp6-icon-key-backspace::before{
  content:"\f20c";
}
.bp6-icon-key-command::before{
  content:"\f20d";
}
.bp6-icon-key-control::before{
  content:"\f20e";
}
.bp6-icon-key-delete::before{
  content:"\f20f";
}
.bp6-icon-key-enter::before{
  content:"\f210";
}
.bp6-icon-key-escape::before{
  content:"\f211";
}
.bp6-icon-key-option::before{
  content:"\f212";
}
.bp6-icon-key-shift::before{
  content:"\f213";
}
.bp6-icon-key-tab::before{
  content:"\f214";
}
.bp6-icon-known-vehicle::before{
  content:"\f216";
}
.bp6-icon-lab-test::before{
  content:"\f217";
}
.bp6-icon-label::before{
  content:"\f218";
}
.bp6-icon-layer::before{
  content:"\f21a";
}
.bp6-icon-layer-outline::before{
  content:"\f219";
}
.bp6-icon-layers::before{
  content:"\f21b";
}
.bp6-icon-layout::before{
  content:"\f225";
}
.bp6-icon-layout-auto::before{
  content:"\f21c";
}
.bp6-icon-layout-balloon::before{
  content:"\f21d";
}
.bp6-icon-layout-bottom-row-three-tiles::before{
  content:"\f364";
}
.bp6-icon-layout-bottom-row-two-tiles::before{
  content:"\f363";
}
.bp6-icon-layout-circle::before{
  content:"\f21e";
}
.bp6-icon-layout-grid::before{
  content:"\f21f";
}
.bp6-icon-layout-group-by::before{
  content:"\f220";
}
.bp6-icon-layout-hierarchy::before{
  content:"\f221";
}
.bp6-icon-layout-left-column-three-tiles::before{
  content:"\f366";
}
.bp6-icon-layout-left-column-two-tiles::before{
  content:"\f365";
}
.bp6-icon-layout-linear::before{
  content:"\f222";
}
.bp6-icon-layout-right-column-three-tiles::before{
  content:"\f368";
}
.bp6-icon-layout-right-column-two-tiles::before{
  content:"\f367";
}
.bp6-icon-layout-skew-grid::before{
  content:"\f223";
}
.bp6-icon-layout-sorted-clusters::before{
  content:"\f224";
}
.bp6-icon-layout-three-columns::before{
  content:"\f361";
}
.bp6-icon-layout-three-rows::before{
  content:"\f362";
}
.bp6-icon-layout-top-row-three-tiles::before{
  content:"\f36a";
}
.bp6-icon-layout-top-row-two-tiles::before{
  content:"\f369";
}
.bp6-icon-layout-two-columns::before{
  content:"\f35f";
}
.bp6-icon-layout-two-rows::before{
  content:"\f360";
}
.bp6-icon-learning::before{
  content:"\f226";
}
.bp6-icon-left-join::before{
  content:"\f227";
}
.bp6-icon-lengthen-text::before{
  content:"\f33e";
}
.bp6-icon-less-than::before{
  content:"\f229";
}
.bp6-icon-less-than-or-equal-to::before{
  content:"\f228";
}
.bp6-icon-lifesaver::before{
  content:"\f22a";
}
.bp6-icon-lightbulb::before{
  content:"\f22b";
}
.bp6-icon-lightning::before{
  content:"\f22c";
}
.bp6-icon-link::before{
  content:"\f22d";
}
.bp6-icon-linked-squares::before{
  content:"\f385";
}
.bp6-icon-list::before{
  content:"\f230";
}
.bp6-icon-list-columns::before{
  content:"\f22e";
}
.bp6-icon-list-detail-view::before{
  content:"\f22f";
}
.bp6-icon-locate::before{
  content:"\f231";
}
.bp6-icon-lock::before{
  content:"\f232";
}
.bp6-icon-locomotive::before{
  content:"\f33b";
}
.bp6-icon-log-in::before{
  content:"\f233";
}
.bp6-icon-log-out::before{
  content:"\f234";
}
.bp6-icon-low-voltage-pole::before{
  content:"\f332";
}
.bp6-icon-manual::before{
  content:"\f235";
}
.bp6-icon-manually-entered-data::before{
  content:"\f236";
}
.bp6-icon-many-to-many::before{
  content:"\f237";
}
.bp6-icon-many-to-one::before{
  content:"\f238";
}
.bp6-icon-map::before{
  content:"\f23b";
}
.bp6-icon-map-create::before{
  content:"\f239";
}
.bp6-icon-map-marker::before{
  content:"\f23a";
}
.bp6-icon-markdown::before{
  content:"\f3a9";
}
.bp6-icon-maximize::before{
  content:"\f23c";
}
.bp6-icon-media::before{
  content:"\f23d";
}
.bp6-icon-menu::before{
  content:"\f240";
}
.bp6-icon-menu-closed::before{
  content:"\f23e";
}
.bp6-icon-menu-open::before{
  content:"\f23f";
}
.bp6-icon-merge-columns::before{
  content:"\f241";
}
.bp6-icon-merge-links::before{
  content:"\f242";
}
.bp6-icon-microphone::before{
  content:"\f343";
}
.bp6-icon-minimize::before{
  content:"\f243";
}
.bp6-icon-minus::before{
  content:"\f244";
}
.bp6-icon-mobile-phone::before{
  content:"\f245";
}
.bp6-icon-mobile-video::before{
  content:"\f246";
}
.bp6-icon-modal::before{
  content:"\f248";
}
.bp6-icon-modal-filled::before{
  content:"\f247";
}
.bp6-icon-model::before{
  content:"\f33d";
}
.bp6-icon-moon::before{
  content:"\f249";
}
.bp6-icon-more::before{
  content:"\f24a";
}
.bp6-icon-mountain::before{
  content:"\f24b";
}
.bp6-icon-move::before{
  content:"\f24c";
}
.bp6-icon-mugshot::before{
  content:"\f24d";
}
.bp6-icon-multi-select::before{
  content:"\f24e";
}
.bp6-icon-music::before{
  content:"\f24f";
}
.bp6-icon-nest::before{
  content:"\f250";
}
.bp6-icon-new-drawing::before{
  content:"\f251";
}
.bp6-icon-new-grid-item::before{
  content:"\f252";
}
.bp6-icon-new-layer::before{
  content:"\f253";
}
.bp6-icon-new-layers::before{
  content:"\f254";
}
.bp6-icon-new-link::before{
  content:"\f255";
}
.bp6-icon-new-object::before{
  content:"\f256";
}
.bp6-icon-new-person::before{
  content:"\f257";
}
.bp6-icon-new-prescription::before{
  content:"\f258";
}
.bp6-icon-new-shield::before{
  content:"\f349";
}
.bp6-icon-new-text-box::before{
  content:"\f259";
}
.bp6-icon-ninja::before{
  content:"\f25a";
}
.bp6-icon-not-equal-to::before{
  content:"\f25b";
}
.bp6-icon-notifications::before{
  content:"\f25e";
}
.bp6-icon-notifications-add::before{
  content:"\f398";
}
.bp6-icon-notifications-snooze::before{
  content:"\f25c";
}
.bp6-icon-notifications-updated::before{
  content:"\f25d";
}
.bp6-icon-numbered-list::before{
  content:"\f25f";
}
.bp6-icon-numerical::before{
  content:"\f260";
}
.bp6-icon-object-view::before{
  content:"\f390";
}
.bp6-icon-office::before{
  content:"\f261";
}
.bp6-icon-offline::before{
  content:"\f262";
}
.bp6-icon-oil-field::before{
  content:"\f263";
}
.bp6-icon-one-column::before{
  content:"\f264";
}
.bp6-icon-one-to-many::before{
  content:"\f265";
}
.bp6-icon-one-to-one::before{
  content:"\f266";
}
.bp6-icon-open-application::before{
  content:"\f32b";
}
.bp6-icon-outdated::before{
  content:"\f267";
}
.bp6-icon-output::before{
  content:"\f370";
}
.bp6-icon-package::before{
  content:"\f375";
}
.bp6-icon-page-break::before{
  content:"\f3a5";
}
.bp6-icon-page-layout::before{
  content:"\f268";
}
.bp6-icon-panel::before{
  content:"\f381";
}
.bp6-icon-panel-stats::before{
  content:"\f269";
}
.bp6-icon-panel-table::before{
  content:"\f26a";
}
.bp6-icon-paperclip::before{
  content:"\f26b";
}
.bp6-icon-paragraph::before{
  content:"\f26c";
}
.bp6-icon-paste-variable::before{
  content:"\f346";
}
.bp6-icon-path::before{
  content:"\f26e";
}
.bp6-icon-path-search::before{
  content:"\f26d";
}
.bp6-icon-pause::before{
  content:"\f26f";
}
.bp6-icon-people::before{
  content:"\f270";
}
.bp6-icon-percentage::before{
  content:"\f271";
}
.bp6-icon-person::before{
  content:"\f272";
}
.bp6-icon-phone::before{
  content:"\f273";
}
.bp6-icon-phone-call::before{
  content:"\f347";
}
.bp6-icon-phone-forward::before{
  content:"\f348";
}
.bp6-icon-phone-search::before{
  content:"\f397";
}
.bp6-icon-pie-chart::before{
  content:"\f274";
}
.bp6-icon-pill::before{
  content:"\f376";
}
.bp6-icon-pin::before{
  content:"\f275";
}
.bp6-icon-pistol::before{
  content:"\f39c";
}
.bp6-icon-pivot::before{
  content:"\f277";
}
.bp6-icon-pivot-table::before{
  content:"\f276";
}
.bp6-icon-play::before{
  content:"\f278";
}
.bp6-icon-playbook::before{
  content:"\f324";
}
.bp6-icon-plus::before{
  content:"\f279";
}
.bp6-icon-polygon-filter::before{
  content:"\f27a";
}
.bp6-icon-power::before{
  content:"\f27b";
}
.bp6-icon-predictive-analysis::before{
  content:"\f27c";
}
.bp6-icon-prescription::before{
  content:"\f27d";
}
.bp6-icon-presentation::before{
  content:"\f27e";
}
.bp6-icon-print::before{
  content:"\f27f";
}
.bp6-icon-projects::before{
  content:"\f280";
}
.bp6-icon-properties::before{
  content:"\f281";
}
.bp6-icon-property::before{
  content:"\f282";
}
.bp6-icon-publish-function::before{
  content:"\f283";
}
.bp6-icon-pulse::before{
  content:"\f284";
}
.bp6-icon-rain::before{
  content:"\f285";
}
.bp6-icon-random::before{
  content:"\f286";
}
.bp6-icon-range-ring::before{
  content:"\f371";
}
.bp6-icon-record::before{
  content:"\f287";
}
.bp6-icon-rect-height::before{
  content:"\f325";
}
.bp6-icon-rect-width::before{
  content:"\f326";
}
.bp6-icon-rectangle::before{
  content:"\f321";
}
.bp6-icon-redo::before{
  content:"\f288";
}
.bp6-icon-refresh::before{
  content:"\f289";
}
.bp6-icon-refresh-off::before{
  content:"\f3aa";
}
.bp6-icon-regex::before{
  content:"\f32f";
}
.bp6-icon-regression-chart::before{
  content:"\f28a";
}
.bp6-icon-remove::before{
  content:"\f290";
}
.bp6-icon-remove-column::before{
  content:"\f28d";
}
.bp6-icon-remove-column-left::before{
  content:"\f28b";
}
.bp6-icon-remove-column-right::before{
  content:"\f28c";
}
.bp6-icon-remove-row-bottom::before{
  content:"\f28e";
}
.bp6-icon-remove-row-top::before{
  content:"\f28f";
}
.bp6-icon-repeat::before{
  content:"\f291";
}
.bp6-icon-reset::before{
  content:"\f292";
}
.bp6-icon-resolve::before{
  content:"\f293";
}
.bp6-icon-rig::before{
  content:"\f294";
}
.bp6-icon-right-join::before{
  content:"\f295";
}
.bp6-icon-ring::before{
  content:"\f296";
}
.bp6-icon-rocket::before{
  content:"\f298";
}
.bp6-icon-rocket-slant::before{
  content:"\f297";
}
.bp6-icon-root-folder::before{
  content:"\f39f";
}
.bp6-icon-rotate-ccw::before{
  content:"\f389";
}
.bp6-icon-rotate-cw::before{
  content:"\f388";
}
.bp6-icon-rotate-document::before{
  content:"\f299";
}
.bp6-icon-rotate-page::before{
  content:"\f29a";
}
.bp6-icon-route::before{
  content:"\f29b";
}
.bp6-icon-run-history::before{
  content:"\f393";
}
.bp6-icon-satellite::before{
  content:"\f29c";
}
.bp6-icon-saved::before{
  content:"\f29d";
}
.bp6-icon-scatter-plot::before{
  content:"\f29e";
}
.bp6-icon-search::before{
  content:"\f2a2";
}
.bp6-icon-search-around::before{
  content:"\f29f";
}
.bp6-icon-search-template::before{
  content:"\f2a0";
}
.bp6-icon-search-text::before{
  content:"\f2a1";
}
.bp6-icon-segmented-control::before{
  content:"\f2a3";
}
.bp6-icon-select::before{
  content:"\f2a4";
}
.bp6-icon-selection::before{
  content:"\f2a5";
}
.bp6-icon-selection-box::before{
  content:"\f399";
}
.bp6-icon-selection-box-add::before{
  content:"\f39a";
}
.bp6-icon-selection-box-edit::before{
  content:"\f39b";
}
.bp6-icon-selection-box-remove::before{
  content:"\f3a8";
}
.bp6-icon-send-backward::before{
  content:"\f355";
}
.bp6-icon-send-message::before{
  content:"\f2a6";
}
.bp6-icon-send-to::before{
  content:"\f2a9";
}
.bp6-icon-send-to-graph::before{
  content:"\f2a7";
}
.bp6-icon-send-to-map::before{
  content:"\f2a8";
}
.bp6-icon-sensor::before{
  content:"\f33c";
}
.bp6-icon-series-add::before{
  content:"\f2aa";
}
.bp6-icon-series-configuration::before{
  content:"\f2ab";
}
.bp6-icon-series-derived::before{
  content:"\f2ac";
}
.bp6-icon-series-filtered::before{
  content:"\f2ad";
}
.bp6-icon-series-search::before{
  content:"\f2ae";
}
.bp6-icon-server::before{
  content:"\f378";
}
.bp6-icon-server-install::before{
  content:"\f377";
}
.bp6-icon-settings::before{
  content:"\f2af";
}
.bp6-icon-shapes::before{
  content:"\f2b0";
}
.bp6-icon-share::before{
  content:"\f2b1";
}
.bp6-icon-shared-filter::before{
  content:"\f2b2";
}
.bp6-icon-shield::before{
  content:"\f2b3";
}
.bp6-icon-ship::before{
  content:"\f2b4";
}
.bp6-icon-shop::before{
  content:"\f2b5";
}
.bp6-icon-shopping-cart::before{
  content:"\f2b6";
}
.bp6-icon-shorten-text::before{
  content:"\f33f";
}
.bp6-icon-signal-search::before{
  content:"\f2b7";
}
.bp6-icon-sim-card::before{
  content:"\f2b8";
}
.bp6-icon-slash::before{
  content:"\f2b9";
}
.bp6-icon-small-cross::before{
  content:"\f2ba";
}
.bp6-icon-small-info-sign::before{
  content:"\f334";
}
.bp6-icon-small-minus::before{
  content:"\f2bb";
}
.bp6-icon-small-plus::before{
  content:"\f2bc";
}
.bp6-icon-small-square::before{
  content:"\f2bd";
}
.bp6-icon-small-tick::before{
  content:"\f2be";
}
.bp6-icon-snowflake::before{
  content:"\f2bf";
}
.bp6-icon-soccer-ball::before{
  content:"\f350";
}
.bp6-icon-social-media::before{
  content:"\f2c0";
}
.bp6-icon-sort::before{
  content:"\f2c7";
}
.bp6-icon-sort-alphabetical::before{
  content:"\f2c2";
}
.bp6-icon-sort-alphabetical-desc::before{
  content:"\f2c1";
}
.bp6-icon-sort-asc::before{
  content:"\f2c3";
}
.bp6-icon-sort-desc::before{
  content:"\f2c4";
}
.bp6-icon-sort-numerical::before{
  content:"\f2c6";
}
.bp6-icon-sort-numerical-desc::before{
  content:"\f2c5";
}
.bp6-icon-spell-check::before{
  content:"\f340";
}
.bp6-icon-spin::before{
  content:"\f3b3";
}
.bp6-icon-split-columns::before{
  content:"\f2c8";
}
.bp6-icon-sports-stadium::before{
  content:"\f351";
}
.bp6-icon-square::before{
  content:"\f2c9";
}
.bp6-icon-stacked-chart::before{
  content:"\f2ca";
}
.bp6-icon-stadium-geometry::before{
  content:"\f2cb";
}
.bp6-icon-star::before{
  content:"\f2cd";
}
.bp6-icon-star-empty::before{
  content:"\f2cc";
}
.bp6-icon-step-backward::before{
  content:"\f2ce";
}
.bp6-icon-step-chart::before{
  content:"\f2cf";
}
.bp6-icon-step-forward::before{
  content:"\f2d0";
}
.bp6-icon-stop::before{
  content:"\f2d1";
}
.bp6-icon-stopwatch::before{
  content:"\f2d2";
}
.bp6-icon-strikethrough::before{
  content:"\f2d3";
}
.bp6-icon-style::before{
  content:"\f2d4";
}
.bp6-icon-subscript::before{
  content:"\f339";
}
.bp6-icon-subtract-right-join::before{
  content:"\f392";
}
.bp6-icon-superscript::before{
  content:"\f33a";
}
.bp6-icon-swap-horizontal::before{
  content:"\f2d5";
}
.bp6-icon-swap-vertical::before{
  content:"\f2d6";
}
.bp6-icon-sweep::before{
  content:"\f3a4";
}
.bp6-icon-switch::before{
  content:"\f2d7";
}
.bp6-icon-symbol-circle::before{
  content:"\f2d8";
}
.bp6-icon-symbol-cross::before{
  content:"\f2d9";
}
.bp6-icon-symbol-diamond::before{
  content:"\f2da";
}
.bp6-icon-symbol-rectangle::before{
  content:"\f322";
}
.bp6-icon-symbol-square::before{
  content:"\f2db";
}
.bp6-icon-symbol-triangle-down::before{
  content:"\f2dc";
}
.bp6-icon-symbol-triangle-up::before{
  content:"\f2dd";
}
.bp6-icon-syringe::before{
  content:"\f2de";
}
.bp6-icon-table-sync::before{
  content:"\f36e";
}
.bp6-icon-tag::before{
  content:"\f2df";
}
.bp6-icon-tag-add::before{
  content:"\f379";
}
.bp6-icon-tag-promote::before{
  content:"\f37a";
}
.bp6-icon-tag-refresh::before{
  content:"\f37b";
}
.bp6-icon-tag-undo::before{
  content:"\f37c";
}
.bp6-icon-tags::before{
  content:"\f37d";
}
.bp6-icon-take-action::before{
  content:"\f2e0";
}
.bp6-icon-tank::before{
  content:"\f2e1";
}
.bp6-icon-target::before{
  content:"\f2e2";
}
.bp6-icon-taxi::before{
  content:"\f2e3";
}
.bp6-icon-team::before{
  content:"\f352";
}
.bp6-icon-temperature::before{
  content:"\f2e4";
}
.bp6-icon-text-highlight::before{
  content:"\f2e5";
}
.bp6-icon-th::before{
  content:"\f2ea";
}
.bp6-icon-th-add::before{
  content:"\f38a";
}
.bp6-icon-th-derived::before{
  content:"\f2e6";
}
.bp6-icon-th-disconnect::before{
  content:"\f2e7";
}
.bp6-icon-th-filtered::before{
  content:"\f2e8";
}
.bp6-icon-th-list::before{
  content:"\f2e9";
}
.bp6-icon-th-list-add::before{
  content:"\f38b";
}
.bp6-icon-th-virtual::before{
  content:"\f38c";
}
.bp6-icon-th-virtual-add::before{
  content:"\f38d";
}
.bp6-icon-third-party::before{
  content:"\f2eb";
}
.bp6-icon-thumbs-down::before{
  content:"\f2ec";
}
.bp6-icon-thumbs-up::before{
  content:"\f2ed";
}
.bp6-icon-tick::before{
  content:"\f2ef";
}
.bp6-icon-tick-circle::before{
  content:"\f2ee";
}
.bp6-icon-time::before{
  content:"\f2f0";
}
.bp6-icon-timeline-area-chart::before{
  content:"\f2f1";
}
.bp6-icon-timeline-bar-chart::before{
  content:"\f2f2";
}
.bp6-icon-timeline-events::before{
  content:"\f2f3";
}
.bp6-icon-timeline-line-chart::before{
  content:"\f2f4";
}
.bp6-icon-tint::before{
  content:"\f2f5";
}
.bp6-icon-torch::before{
  content:"\f2f6";
}
.bp6-icon-tractor::before{
  content:"\f2f7";
}
.bp6-icon-train::before{
  content:"\f2f8";
}
.bp6-icon-translate::before{
  content:"\f2f9";
}
.bp6-icon-trash::before{
  content:"\f2fa";
}
.bp6-icon-tree::before{
  content:"\f2fb";
}
.bp6-icon-trending-down::before{
  content:"\f2fc";
}
.bp6-icon-trending-up::before{
  content:"\f2fd";
}
.bp6-icon-trophy::before{
  content:"\f34f";
}
.bp6-icon-truck::before{
  content:"\f2fe";
}
.bp6-icon-two-columns::before{
  content:"\f2ff";
}
.bp6-icon-unarchive::before{
  content:"\f300";
}
.bp6-icon-underline::before{
  content:"\f301";
}
.bp6-icon-undo::before{
  content:"\f302";
}
.bp6-icon-ungroup-objects::before{
  content:"\f303";
}
.bp6-icon-unknown-vehicle::before{
  content:"\f304";
}
.bp6-icon-unlink::before{
  content:"\f345";
}
.bp6-icon-unlock::before{
  content:"\f305";
}
.bp6-icon-unpin::before{
  content:"\f306";
}
.bp6-icon-unresolve::before{
  content:"\f307";
}
.bp6-icon-updated::before{
  content:"\f308";
}
.bp6-icon-upload::before{
  content:"\f309";
}
.bp6-icon-user::before{
  content:"\f30a";
}
.bp6-icon-variable::before{
  content:"\f30b";
}
.bp6-icon-variable-layer::before{
  content:"\f3ab";
}
.bp6-icon-vector::before{
  content:"\f35e";
}
.bp6-icon-vertical-bar-chart-asc::before{
  content:"\f30c";
}
.bp6-icon-vertical-bar-chart-desc::before{
  content:"\f30d";
}
.bp6-icon-vertical-distribution::before{
  content:"\f30e";
}
.bp6-icon-vertical-inbetween::before{
  content:"\f32a";
}
.bp6-icon-video::before{
  content:"\f30f";
}
.bp6-icon-virus::before{
  content:"\f310";
}
.bp6-icon-volume-down::before{
  content:"\f311";
}
.bp6-icon-volume-off::before{
  content:"\f312";
}
.bp6-icon-volume-up::before{
  content:"\f313";
}
.bp6-icon-walk::before{
  content:"\f314";
}
.bp6-icon-warning-sign::before{
  content:"\f315";
}
.bp6-icon-waterfall-chart::before{
  content:"\f316";
}
.bp6-icon-waves::before{
  content:"\f317";
}
.bp6-icon-widget::before{
  content:"\f31b";
}
.bp6-icon-widget-button::before{
  content:"\f318";
}
.bp6-icon-widget-footer::before{
  content:"\f319";
}
.bp6-icon-widget-header::before{
  content:"\f31a";
}
.bp6-icon-wind::before{
  content:"\f31c";
}
.bp6-icon-won::before{
  content:"\f3af";
}
.bp6-icon-wrap-lines::before{
  content:"\f3ae";
}
.bp6-icon-wrench::before{
  content:"\f31d";
}
.bp6-icon-wrench-redo::before{
  content:"\f37e";
}
.bp6-icon-wrench-snooze::before{
  content:"\f37f";
}
.bp6-icon-wrench-time::before{
  content:"\f380";
}
.bp6-icon-yen::before{
  content:"\f3b0";
}
.bp6-icon-zoom-in::before{
  content:"\f31e";
}
.bp6-icon-zoom-out::before{
  content:"\f31f";
}
.bp6-icon-zoom-to-fit::before{
  content:"\f320";
}
/* !
 * (c) Copyright 2025 Palantir Technologies Inc. All rights reserved.
 */
.bp6-link{
  cursor:pointer;
  display:inline-flex;
  gap:4px;
  text-underline-offset:17.5%;
  text-underline-position:from-font;
}
.bp6-link.bp6-link-underline-always{
  -webkit-text-decoration-line:underline;
          text-decoration-line:underline;
}
.bp6-link.bp6-link-underline-hover{
  -webkit-text-decoration-line:none;
          text-decoration-line:none;
}
.bp6-link.bp6-link-underline-hover:hover{
  -webkit-text-decoration-line:underline;
          text-decoration-line:underline;
}
.bp6-link.bp6-link-underline-none{
  -webkit-text-decoration-line:none;
          text-decoration-line:none;
}
.bp6-link.bp6-link-underline-none:hover{
  -webkit-text-decoration-line:none;
          text-decoration-line:none;
}
.bp6-link.bp6-link-color-inherit{
  color:inherit;
}
.bp6-link.bp6-intent-primary{
  color:#215db0;
}
.bp6-link.bp6-intent-success{
  color:#1c6e42;
}
.bp6-link.bp6-intent-warning{
  color:#935610;
}
.bp6-link.bp6-intent-danger{
  color:#ac2f33;
}
.bp6-dark .bp6-link.bp6-link-color-inherit{
  color:inherit;
}
.bp6-dark .bp6-link.bp6-intent-primary{
  color:#8abbff;
}
.bp6-dark .bp6-link.bp6-intent-success{
  color:#72ca9b;
}
.bp6-dark .bp6-link.bp6-intent-warning{
  color:#fbb360;
}
.bp6-dark .bp6-link.bp6-intent-danger{
  color:#fa999c;
}
.bp6-submenu > .bp6-popover-wrapper{
  display:block;
}
.bp6-submenu .bp6-popover-target{
  display:block;
}
.bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item{
}
.bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item:not([class*=bp6-intent-]){
  background-color:rgba(143, 153, 168, 0.15);
  color:inherit;
  cursor:pointer;
  text-decoration:none;
}
.bp6-dark .bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item:not([class*=bp6-intent-]){
  color:inherit;
}
.bp6-dark .bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item:not([class*=bp6-intent-]) .bp6-menu-item-icon,
.bp6-dark .bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item:not([class*=bp6-intent-]) .bp6-submenu-icon{
  color:#abb3bf;
}
.bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-] .bp6-menu-item-label, .bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-]:hover .bp6-menu-item-label, .bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-]:active .bp6-menu-item-label{
  color:inherit;
}
.bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-], .bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-]:hover, .bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-]:active{
  background-color:rgba(45, 114, 210, 0.1);
  color:#215db0;
}
.bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-]::before,
.bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-] .bp6-menu-item-icon,
.bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-] .bp6-menu-item-selected-icon,
.bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-] .bp6-submenu-icon, .bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-]:hover::before,
.bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-]:hover .bp6-menu-item-icon,
.bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-]:hover .bp6-menu-item-selected-icon,
.bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-]:hover .bp6-submenu-icon, .bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-]:active::before,
.bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-]:active .bp6-menu-item-icon,
.bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-]:active .bp6-menu-item-selected-icon,
.bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-]:active .bp6-submenu-icon{
  color:#215db0;
}
.bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-].bp6-intent-success, .bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-]:hover.bp6-intent-success, .bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-]:active.bp6-intent-success{
  background-color:rgba(35, 133, 81, 0.1);
  color:#1c6e42;
}
.bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-].bp6-intent-success::before,
.bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-].bp6-intent-success .bp6-menu-item-icon,
.bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-].bp6-intent-success .bp6-submenu-icon, .bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-]:hover.bp6-intent-success::before,
.bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-]:hover.bp6-intent-success .bp6-menu-item-icon,
.bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-]:hover.bp6-intent-success .bp6-submenu-icon, .bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-]:active.bp6-intent-success::before,
.bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-]:active.bp6-intent-success .bp6-menu-item-icon,
.bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-]:active.bp6-intent-success .bp6-submenu-icon{
  color:inherit;
}
.bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-].bp6-intent-warning, .bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-]:hover.bp6-intent-warning, .bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-]:active.bp6-intent-warning{
  background-color:rgba(200, 118, 25, 0.1);
  color:#935610;
}
.bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-].bp6-intent-warning::before,
.bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-].bp6-intent-warning .bp6-menu-item-icon,
.bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-].bp6-intent-warning .bp6-submenu-icon, .bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-]:hover.bp6-intent-warning::before,
.bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-]:hover.bp6-intent-warning .bp6-menu-item-icon,
.bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-]:hover.bp6-intent-warning .bp6-submenu-icon, .bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-]:active.bp6-intent-warning::before,
.bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-]:active.bp6-intent-warning .bp6-menu-item-icon,
.bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-]:active.bp6-intent-warning .bp6-submenu-icon{
  color:inherit;
}
.bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-].bp6-intent-danger, .bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-]:hover.bp6-intent-danger, .bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-]:active.bp6-intent-danger{
  background-color:rgba(205, 66, 70, 0.1);
  color:#ac2f33;
}
.bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-].bp6-intent-danger::before,
.bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-].bp6-intent-danger .bp6-menu-item-icon,
.bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-].bp6-intent-danger .bp6-submenu-icon, .bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-]:hover.bp6-intent-danger::before,
.bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-]:hover.bp6-intent-danger .bp6-menu-item-icon,
.bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-]:hover.bp6-intent-danger .bp6-submenu-icon, .bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-]:active.bp6-intent-danger::before,
.bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-]:active.bp6-intent-danger .bp6-menu-item-icon,
.bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-]:active.bp6-intent-danger .bp6-submenu-icon{
  color:inherit;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-], .bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-]:hover, .bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-]:active{
    background-color:highlight;
  }
}
.bp6-dark .bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-], .bp6-dark .bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-]:hover, .bp6-dark .bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-]:active{
  background-color:rgba(45, 114, 210, 0.2);
  color:#8abbff;
}
.bp6-dark .bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-]::before,
.bp6-dark .bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-] .bp6-menu-item-icon,
.bp6-dark .bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-] .bp6-menu-item-selected-icon,
.bp6-dark .bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-] .bp6-submenu-icon, .bp6-dark .bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-]:hover::before,
.bp6-dark .bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-]:hover .bp6-menu-item-icon,
.bp6-dark .bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-]:hover .bp6-menu-item-selected-icon,
.bp6-dark .bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-]:hover .bp6-submenu-icon, .bp6-dark .bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-]:active::before,
.bp6-dark .bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-]:active .bp6-menu-item-icon,
.bp6-dark .bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-]:active .bp6-menu-item-selected-icon,
.bp6-dark .bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-]:active .bp6-submenu-icon{
  color:#8abbff;
}
.bp6-dark .bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-].bp6-intent-success, .bp6-dark .bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-]:hover.bp6-intent-success, .bp6-dark .bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-]:active.bp6-intent-success{
  background-color:rgba(35, 133, 81, 0.2);
  color:#72ca9b;
}
.bp6-dark .bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-].bp6-intent-success::before,
.bp6-dark .bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-].bp6-intent-success .bp6-menu-item-icon,
.bp6-dark .bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-].bp6-intent-success .bp6-submenu-icon, .bp6-dark .bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-]:hover.bp6-intent-success::before,
.bp6-dark .bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-]:hover.bp6-intent-success .bp6-menu-item-icon,
.bp6-dark .bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-]:hover.bp6-intent-success .bp6-submenu-icon, .bp6-dark .bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-]:active.bp6-intent-success::before,
.bp6-dark .bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-]:active.bp6-intent-success .bp6-menu-item-icon,
.bp6-dark .bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-]:active.bp6-intent-success .bp6-submenu-icon{
  color:inherit;
}
.bp6-dark .bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-].bp6-intent-warning, .bp6-dark .bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-]:hover.bp6-intent-warning, .bp6-dark .bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-]:active.bp6-intent-warning{
  background-color:rgba(200, 118, 25, 0.2);
  color:#fbb360;
}
.bp6-dark .bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-].bp6-intent-warning::before,
.bp6-dark .bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-].bp6-intent-warning .bp6-menu-item-icon,
.bp6-dark .bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-].bp6-intent-warning .bp6-submenu-icon, .bp6-dark .bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-]:hover.bp6-intent-warning::before,
.bp6-dark .bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-]:hover.bp6-intent-warning .bp6-menu-item-icon,
.bp6-dark .bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-]:hover.bp6-intent-warning .bp6-submenu-icon, .bp6-dark .bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-]:active.bp6-intent-warning::before,
.bp6-dark .bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-]:active.bp6-intent-warning .bp6-menu-item-icon,
.bp6-dark .bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-]:active.bp6-intent-warning .bp6-submenu-icon{
  color:inherit;
}
.bp6-dark .bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-].bp6-intent-danger, .bp6-dark .bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-]:hover.bp6-intent-danger, .bp6-dark .bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-]:active.bp6-intent-danger{
  background-color:rgba(205, 66, 70, 0.2);
  color:#fa999c;
}
.bp6-dark .bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-].bp6-intent-danger::before,
.bp6-dark .bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-].bp6-intent-danger .bp6-menu-item-icon,
.bp6-dark .bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-].bp6-intent-danger .bp6-submenu-icon, .bp6-dark .bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-]:hover.bp6-intent-danger::before,
.bp6-dark .bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-]:hover.bp6-intent-danger .bp6-menu-item-icon,
.bp6-dark .bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-]:hover.bp6-intent-danger .bp6-submenu-icon, .bp6-dark .bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-]:active.bp6-intent-danger::before,
.bp6-dark .bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-]:active.bp6-intent-danger .bp6-menu-item-icon,
.bp6-dark .bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-]:active.bp6-intent-danger .bp6-submenu-icon{
  color:inherit;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp6-dark .bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-], .bp6-dark .bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-]:hover, .bp6-dark .bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item[class*=bp6-intent-]:active{
    background-color:highlight;
  }
}
.bp6-submenu .bp6-popover-target.bp6-popover-open > .bp6-menu-item{
}
.bp6-submenu.bp6-popover{
  box-shadow:none;
  padding:0 4px;
}
.bp6-submenu.bp6-popover > .bp6-popover-content{
  box-shadow:0 0 0 1px rgba(17, 20, 24, 0.1), 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.bp6-dark .bp6-submenu.bp6-popover, .bp6-submenu.bp6-popover.bp6-dark{
  box-shadow:none;
}
.bp6-dark .bp6-submenu.bp6-popover > .bp6-popover-content, .bp6-submenu.bp6-popover.bp6-dark > .bp6-popover-content{
  box-shadow:0 0 0 1px hsl(215, 3%, 38%), inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 20px 25px -5px rgba(0, 0, 0, 0.3), inset 0 0 0.5px 0 rgba(255, 255, 255, 0.3), inset 0 0.5px 0 0 rgba(255, 255, 255, 0.08), 0 10px 30px -5px rgba(0, 0, 0, 0.3);
}
.bp6-menu{
  background:#ffffff;
  border-radius:4px;
  color:#1c2127;
  list-style:none;
  margin:0;
  min-width:180px;
  padding:4px;
  text-align:left;
}
.bp6-menu-divider{
  border-top:1px solid rgba(17, 20, 24, 0.15);
  display:block;
  margin:4px -4px;
}
.bp6-dark .bp6-menu-divider{
  border-top-color:rgba(255, 255, 255, 0.2);
}
.bp6-menu-item{
  display:flex;
  flex-direction:row;
}
.bp6-menu-item > *{
  flex-grow:0;
  flex-shrink:0;
}
.bp6-menu-item > .bp6-fill{
  flex-grow:1;
  flex-shrink:1;
}
.bp6-menu-item::before,
.bp6-menu-item > *{
  margin-right:8px;
}
.bp6-menu-item:empty::before,
.bp6-menu-item > :last-child{
  margin-right:0;
}
.bp6-menu-item{
  align-items:flex-start;
  border-radius:4px;
  color:inherit;
  line-height:22px;
  padding:4px 8px;
  text-decoration:none;
  -webkit-user-select:none;
     -moz-user-select:none;
      -ms-user-select:none;
          user-select:none;
}
.bp6-menu-item > .bp6-fill{
  word-break:break-word;
}
.bp6-menu-item .bp6-menu-item-icon{
  display:flex;
  flex-direction:column;
  height:22px;
  justify-content:center;
}
.bp6-menu-item .bp6-menu-item-label{
  color:#5f6b7c;
}
.bp6-menu-item::before,
.bp6-menu-item .bp6-menu-item-icon,
.bp6-menu-item .bp6-menu-item-selected-icon,
.bp6-menu-item .bp6-submenu-icon{
  color:#5f6b7c;
}
.bp6-menu-item::before,
.bp6-menu-item .bp6-submenu-icon{
  margin-top:3px;
}
.bp6-menu-item:hover{
  background-color:rgba(143, 153, 168, 0.15);
  color:inherit;
  cursor:pointer;
  text-decoration:none;
}
.bp6-menu-item:active{
  background-color:rgba(143, 153, 168, 0.3);
}
.bp6-menu-item:active .bp6-menu-item-label{
  color:#1c2127;
}
.bp6-menu-item.bp6-active .bp6-menu-item-label{
  color:inherit;
}
.bp6-menu-item.bp6-active{
  background-color:rgba(45, 114, 210, 0.1);
  color:#215db0;
}
.bp6-menu-item.bp6-active::before,
.bp6-menu-item.bp6-active .bp6-menu-item-icon,
.bp6-menu-item.bp6-active .bp6-menu-item-selected-icon,
.bp6-menu-item.bp6-active .bp6-submenu-icon{
  color:#215db0;
}
.bp6-menu-item.bp6-active.bp6-intent-success{
  background-color:rgba(35, 133, 81, 0.1);
  color:#1c6e42;
}
.bp6-menu-item.bp6-active.bp6-intent-success::before,
.bp6-menu-item.bp6-active.bp6-intent-success .bp6-menu-item-icon,
.bp6-menu-item.bp6-active.bp6-intent-success .bp6-submenu-icon{
  color:inherit;
}
.bp6-menu-item.bp6-active.bp6-intent-warning{
  background-color:rgba(200, 118, 25, 0.1);
  color:#935610;
}
.bp6-menu-item.bp6-active.bp6-intent-warning::before,
.bp6-menu-item.bp6-active.bp6-intent-warning .bp6-menu-item-icon,
.bp6-menu-item.bp6-active.bp6-intent-warning .bp6-submenu-icon{
  color:inherit;
}
.bp6-menu-item.bp6-active.bp6-intent-danger{
  background-color:rgba(205, 66, 70, 0.1);
  color:#ac2f33;
}
.bp6-menu-item.bp6-active.bp6-intent-danger::before,
.bp6-menu-item.bp6-active.bp6-intent-danger .bp6-menu-item-icon,
.bp6-menu-item.bp6-active.bp6-intent-danger .bp6-submenu-icon{
  color:inherit;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp6-menu-item.bp6-active{
    background-color:highlight;
  }
}
.bp6-menu-item.bp6-menu-item-is-selectable{
  padding-left:20px;
}
.bp6-menu-item.bp6-menu-item-is-selectable.bp6-selected{
  padding-left:0;
}
.bp6-menu-item.bp6-menu-item-is-selectable .bp6-menu-item-selected-icon{
  align-self:center;
  margin:0 2px;
}
.bp6-menu-item{
}
.bp6-menu-item.bp6-disabled{
  background-color:inherit !important;
  color:rgba(95, 107, 124, 0.6) !important;
  cursor:not-allowed !important;
  outline:none !important;
}
.bp6-menu-item.bp6-disabled::before,
.bp6-menu-item.bp6-disabled .bp6-menu-item-icon,
.bp6-menu-item.bp6-disabled .bp6-submenu-icon{
  color:rgba(95, 107, 124, 0.6) !important;
}
.bp6-menu-item.bp6-disabled .bp6-menu-item-label{
  color:rgba(95, 107, 124, 0.6) !important;
}
.bp6-menu-item{
}
.bp6-menu-item.bp6-intent-primary{
  color:#215db0;
}
.bp6-menu-item.bp6-intent-primary::before,
.bp6-menu-item.bp6-intent-primary .bp6-menu-item-icon,
.bp6-menu-item.bp6-intent-primary .bp6-menu-item-selected-icon,
.bp6-menu-item.bp6-intent-primary .bp6-submenu-icon,
.bp6-menu-item.bp6-intent-primary .bp6-menu-item-label{
  color:inherit;
}
.bp6-menu-item.bp6-intent-primary:hover{
  background-color:rgba(45, 114, 210, 0.1);
}
.bp6-menu-item.bp6-intent-primary:active, .bp6-menu-item.bp6-intent-primary.bp6-active{
  background-color:rgba(45, 114, 210, 0.2);
  color:#184a90;
}
.bp6-menu-item.bp6-intent-success{
  color:#1c6e42;
}
.bp6-menu-item.bp6-intent-success::before,
.bp6-menu-item.bp6-intent-success .bp6-menu-item-icon,
.bp6-menu-item.bp6-intent-success .bp6-menu-item-selected-icon,
.bp6-menu-item.bp6-intent-success .bp6-submenu-icon,
.bp6-menu-item.bp6-intent-success .bp6-menu-item-label{
  color:inherit;
}
.bp6-menu-item.bp6-intent-success:hover{
  background-color:rgba(35, 133, 81, 0.1);
}
.bp6-menu-item.bp6-intent-success:active, .bp6-menu-item.bp6-intent-success.bp6-active{
  background-color:rgba(35, 133, 81, 0.2);
  color:#165a36;
}
.bp6-menu-item.bp6-intent-warning{
  color:#935610;
}
.bp6-menu-item.bp6-intent-warning::before,
.bp6-menu-item.bp6-intent-warning .bp6-menu-item-icon,
.bp6-menu-item.bp6-intent-warning .bp6-menu-item-selected-icon,
.bp6-menu-item.bp6-intent-warning .bp6-submenu-icon,
.bp6-menu-item.bp6-intent-warning .bp6-menu-item-label{
  color:inherit;
}
.bp6-menu-item.bp6-intent-warning:hover{
  background-color:rgba(200, 118, 25, 0.1);
}
.bp6-menu-item.bp6-intent-warning:active, .bp6-menu-item.bp6-intent-warning.bp6-active{
  background-color:rgba(200, 118, 25, 0.2);
  color:#77450d;
}
.bp6-menu-item.bp6-intent-danger{
  color:#ac2f33;
}
.bp6-menu-item.bp6-intent-danger::before,
.bp6-menu-item.bp6-intent-danger .bp6-menu-item-icon,
.bp6-menu-item.bp6-intent-danger .bp6-menu-item-selected-icon,
.bp6-menu-item.bp6-intent-danger .bp6-submenu-icon,
.bp6-menu-item.bp6-intent-danger .bp6-menu-item-label{
  color:inherit;
}
.bp6-menu-item.bp6-intent-danger:hover{
  background-color:rgba(205, 66, 70, 0.1);
}
.bp6-menu-item.bp6-intent-danger:active, .bp6-menu-item.bp6-intent-danger.bp6-active{
  background-color:rgba(205, 66, 70, 0.2);
  color:#8e292c;
}
.bp6-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:8px;
}
.bp6-large .bp6-menu-item{
  font-size:16px;
  padding-bottom:9px;
  padding-top:9px;
}
.bp6-large .bp6-menu-item .bp6-menu-item-icon{
  height:22px;
}
.bp6-large .bp6-menu-item::before,
.bp6-large .bp6-menu-item .bp6-submenu-icon{
  margin-top:3px;
}
.bp6-large .bp6-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:8px;
}
.bp6-small .bp6-menu-item{
  line-height:20px;
  padding-bottom:2px;
  padding-top:2px;
}
.bp6-small .bp6-menu-item .bp6-menu-item-icon{
  height:20px;
}
button.bp6-menu-item{
  background:none;
  border:none;
  text-align:left;
  width:100%;
}
.bp6-menu-header{
  border-top:1px solid rgba(17, 20, 24, 0.15);
  display:block;
  margin:4px -4px;
}
.bp6-dark .bp6-menu-header{
  border-top-color:rgba(255, 255, 255, 0.2);
}
.bp6-menu-header{
  cursor:default;
  padding-left:4px;
}
.bp6-menu-header:first-of-type{
  border-top:none;
}
.bp6-menu-header > h6{
  color:#1c2127;
  font-weight:600;
}
.bp6-dark .bp6-menu-header > h6{
  color:#f6f7f9;
}
.bp6-menu-header > h6.bp6-text-muted{
  color:#5f6b7c;
}
.bp6-dark .bp6-menu-header > h6.bp6-text-muted{
  color:#abb3bf;
}
.bp6-menu-header > h6{
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  word-wrap:normal;
  line-height:17px;
  margin:0;
  padding:8px 8px 0 8px;
}
.bp6-menu-header:first-of-type > h6{
  padding-top:0;
}
.bp6-large .bp6-menu-header > h6{
  font-size:18px;
  padding-bottom:4px;
  padding-top:16px;
}
.bp6-large .bp6-menu-header:first-of-type > h6{
  padding-top:0;
}
.bp6-dark .bp6-menu{
  background:#2f343c;
  color:#f6f7f9;
}
.bp6-dark .bp6-menu-item{
  color:inherit;
}
.bp6-dark .bp6-menu-item .bp6-menu-item-label{
  color:#abb3bf;
}
.bp6-dark .bp6-menu-item::before,
.bp6-dark .bp6-menu-item .bp6-menu-item-icon,
.bp6-dark .bp6-menu-item .bp6-menu-item-selected-icon,
.bp6-dark .bp6-menu-item .bp6-submenu-icon{
  color:#abb3bf;
}
.bp6-dark .bp6-menu-item:hover{
  color:inherit;
}
.bp6-dark .bp6-menu-item:hover .bp6-menu-item-icon,
.bp6-dark .bp6-menu-item:hover .bp6-submenu-icon{
  color:#abb3bf;
}
.bp6-dark .bp6-menu-item:active{
  background-color:rgba(143, 153, 168, 0.3);
}
.bp6-dark .bp6-menu-item:active .bp6-menu-item-label{
  color:#f6f7f9;
}
.bp6-dark .bp6-menu-item.bp6-active{
  background-color:rgba(45, 114, 210, 0.2);
  color:#8abbff;
}
.bp6-dark .bp6-menu-item.bp6-active::before,
.bp6-dark .bp6-menu-item.bp6-active .bp6-menu-item-icon,
.bp6-dark .bp6-menu-item.bp6-active .bp6-menu-item-selected-icon,
.bp6-dark .bp6-menu-item.bp6-active .bp6-submenu-icon{
  color:#8abbff;
}
.bp6-dark .bp6-menu-item.bp6-active.bp6-intent-success{
  background-color:rgba(35, 133, 81, 0.2);
  color:#72ca9b;
}
.bp6-dark .bp6-menu-item.bp6-active.bp6-intent-success::before,
.bp6-dark .bp6-menu-item.bp6-active.bp6-intent-success .bp6-menu-item-icon,
.bp6-dark .bp6-menu-item.bp6-active.bp6-intent-success .bp6-submenu-icon{
  color:inherit;
}
.bp6-dark .bp6-menu-item.bp6-active.bp6-intent-warning{
  background-color:rgba(200, 118, 25, 0.2);
  color:#fbb360;
}
.bp6-dark .bp6-menu-item.bp6-active.bp6-intent-warning::before,
.bp6-dark .bp6-menu-item.bp6-active.bp6-intent-warning .bp6-menu-item-icon,
.bp6-dark .bp6-menu-item.bp6-active.bp6-intent-warning .bp6-submenu-icon{
  color:inherit;
}
.bp6-dark .bp6-menu-item.bp6-active.bp6-intent-danger{
  background-color:rgba(205, 66, 70, 0.2);
  color:#fa999c;
}
.bp6-dark .bp6-menu-item.bp6-active.bp6-intent-danger::before,
.bp6-dark .bp6-menu-item.bp6-active.bp6-intent-danger .bp6-menu-item-icon,
.bp6-dark .bp6-menu-item.bp6-active.bp6-intent-danger .bp6-submenu-icon{
  color:inherit;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp6-dark .bp6-menu-item.bp6-active{
    background-color:highlight;
  }
}
.bp6-dark .bp6-menu-item{
}
.bp6-dark .bp6-menu-item.bp6-disabled{
  color:rgba(171, 179, 191, 0.6) !important;
}
.bp6-dark .bp6-menu-item.bp6-disabled::before,
.bp6-dark .bp6-menu-item.bp6-disabled .bp6-menu-item-icon,
.bp6-dark .bp6-menu-item.bp6-disabled .bp6-submenu-icon{
  color:rgba(171, 179, 191, 0.6) !important;
}
.bp6-dark .bp6-menu-item.bp6-disabled .bp6-menu-item-label{
  color:rgba(171, 179, 191, 0.6) !important;
}
.bp6-dark .bp6-menu-item{
}
.bp6-dark .bp6-menu-item.bp6-intent-primary{
  color:#8abbff;
}
.bp6-dark .bp6-menu-item.bp6-intent-primary::before,
.bp6-dark .bp6-menu-item.bp6-intent-primary .bp6-menu-item-icon,
.bp6-dark .bp6-menu-item.bp6-intent-primary .bp6-menu-item-selected-icon,
.bp6-dark .bp6-menu-item.bp6-intent-primary .bp6-submenu-icon,
.bp6-dark .bp6-menu-item.bp6-intent-primary .bp6-menu-item-label{
  color:inherit;
}
.bp6-dark .bp6-menu-item.bp6-intent-primary:hover{
  background-color:rgba(45, 114, 210, 0.2);
}
.bp6-dark .bp6-menu-item.bp6-intent-primary:active, .bp6-dark .bp6-menu-item.bp6-intent-primary.bp6-active{
  background-color:rgba(45, 114, 210, 0.3);
  color:#99c4ff;
}
.bp6-dark .bp6-menu-item.bp6-intent-success{
  color:#72ca9b;
}
.bp6-dark .bp6-menu-item.bp6-intent-success::before,
.bp6-dark .bp6-menu-item.bp6-intent-success .bp6-menu-item-icon,
.bp6-dark .bp6-menu-item.bp6-intent-success .bp6-menu-item-selected-icon,
.bp6-dark .bp6-menu-item.bp6-intent-success .bp6-submenu-icon,
.bp6-dark .bp6-menu-item.bp6-intent-success .bp6-menu-item-label{
  color:inherit;
}
.bp6-dark .bp6-menu-item.bp6-intent-success:hover{
  background-color:rgba(35, 133, 81, 0.2);
}
.bp6-dark .bp6-menu-item.bp6-intent-success:active, .bp6-dark .bp6-menu-item.bp6-intent-success.bp6-active{
  background-color:rgba(35, 133, 81, 0.3);
  color:#7cd7a2;
}
.bp6-dark .bp6-menu-item.bp6-intent-warning{
  color:#fbb360;
}
.bp6-dark .bp6-menu-item.bp6-intent-warning::before,
.bp6-dark .bp6-menu-item.bp6-intent-warning .bp6-menu-item-icon,
.bp6-dark .bp6-menu-item.bp6-intent-warning .bp6-menu-item-selected-icon,
.bp6-dark .bp6-menu-item.bp6-intent-warning .bp6-submenu-icon,
.bp6-dark .bp6-menu-item.bp6-intent-warning .bp6-menu-item-label{
  color:inherit;
}
.bp6-dark .bp6-menu-item.bp6-intent-warning:hover{
  background-color:rgba(200, 118, 25, 0.2);
}
.bp6-dark .bp6-menu-item.bp6-intent-warning:active, .bp6-dark .bp6-menu-item.bp6-intent-warning.bp6-active{
  background-color:rgba(200, 118, 25, 0.3);
  color:#f5c186;
}
.bp6-dark .bp6-menu-item.bp6-intent-danger{
  color:#fa999c;
}
.bp6-dark .bp6-menu-item.bp6-intent-danger::before,
.bp6-dark .bp6-menu-item.bp6-intent-danger .bp6-menu-item-icon,
.bp6-dark .bp6-menu-item.bp6-intent-danger .bp6-menu-item-selected-icon,
.bp6-dark .bp6-menu-item.bp6-intent-danger .bp6-submenu-icon,
.bp6-dark .bp6-menu-item.bp6-intent-danger .bp6-menu-item-label{
  color:inherit;
}
.bp6-dark .bp6-menu-item.bp6-intent-danger:hover{
  background-color:rgba(205, 66, 70, 0.2);
}
.bp6-dark .bp6-menu-item.bp6-intent-danger:active, .bp6-dark .bp6-menu-item.bp6-intent-danger.bp6-active{
  background-color:rgba(205, 66, 70, 0.3);
  color:#ffa1a4;
}
.bp6-dark .bp6-menu-divider,
.bp6-dark .bp6-menu-header{
  border-color:rgba(255, 255, 255, 0.2);
}
.bp6-dark .bp6-menu-header > h6{
  color:#f6f7f9;
}
.bp6-label .bp6-menu{
  margin-top:4px;
}
.bp6-navbar{
  background-color:#ffffff;
  box-shadow:0 0 0 1px rgba(17, 20, 24, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  height:50px;
  padding:0 16px;
  position:relative;
  width:100%;
  z-index:10;
}
.bp6-navbar.bp6-dark, .bp6-dark .bp6-navbar{
  background-color:#252a31;
}
.bp6-navbar.bp6-dark{
  box-shadow:inset inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.2), inset 0 0 0.5px 0 rgba(255, 255, 255, 0.3), inset 0 0.5px 0 0 rgba(255, 255, 255, 0.08), 0 1px 10px -1px rgba(0, 0, 0, 0.2);
}
.bp6-dark .bp6-navbar{
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.2), inset 0 0 0.5px 0 rgba(255, 255, 255, 0.3), inset 0 0.5px 0 0 rgba(255, 255, 255, 0.08), 0 1px 10px -1px rgba(0, 0, 0, 0.2);
}
.bp6-navbar.bp6-fixed-top{
  left:0;
  position:fixed;
  right:0;
  top:0;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp6-navbar{
    border:1px solid buttonborder;
  }
}
.bp6-navbar-heading{
  font-size:16px;
  margin-right:16px;
}
.bp6-navbar-group{
  align-items:center;
  display:flex;
  height:50px;
}
.bp6-navbar-group.bp6-align-left{
  float:left;
}
.bp6-navbar-group.bp6-align-right{
  float:right;
}
.bp6-navbar-divider{
  border-left:1px solid rgba(17, 20, 24, 0.15);
  height:20px;
  margin:0 8px;
}
.bp6-dark .bp6-navbar-divider{
  border-left-color:rgba(255, 255, 255, 0.2);
}
.bp6-non-ideal-state{
  display:flex;
  flex-direction:column;
}
.bp6-non-ideal-state > *{
  flex-grow:0;
  flex-shrink:0;
}
.bp6-non-ideal-state > .bp6-fill{
  flex-grow:1;
  flex-shrink:1;
}
.bp6-non-ideal-state::before,
.bp6-non-ideal-state > *{
  margin-bottom:20px;
}
.bp6-non-ideal-state:empty::before,
.bp6-non-ideal-state > :last-child{
  margin-bottom:0;
}
.bp6-non-ideal-state{
  align-items:center;
  color:#5f6b7c;
  height:100%;
  justify-content:center;
  text-align:center;
  width:100%;
}
.bp6-non-ideal-state > *{
  max-width:400px;
}
.bp6-non-ideal-state .bp6-heading{
  color:#5f6b7c;
  line-height:20px;
  margin-bottom:8px;
}
.bp6-non-ideal-state .bp6-heading:only-child{
  margin-bottom:0;
}
.bp6-non-ideal-state.bp6-non-ideal-state-horizontal{
  display:flex;
  flex-direction:row;
}
.bp6-non-ideal-state.bp6-non-ideal-state-horizontal > *{
  flex-grow:0;
  flex-shrink:0;
}
.bp6-non-ideal-state.bp6-non-ideal-state-horizontal > .bp6-fill{
  flex-grow:1;
  flex-shrink:1;
}
.bp6-non-ideal-state.bp6-non-ideal-state-horizontal::before,
.bp6-non-ideal-state.bp6-non-ideal-state-horizontal > *{
  margin-right:20px;
}
.bp6-non-ideal-state.bp6-non-ideal-state-horizontal:empty::before,
.bp6-non-ideal-state.bp6-non-ideal-state-horizontal > :last-child{
  margin-right:0;
}
.bp6-non-ideal-state.bp6-non-ideal-state-horizontal{
  text-align:left;
}
.bp6-non-ideal-state.bp6-non-ideal-state-horizontal > *{
  margin-bottom:0;
}
.bp6-dark .bp6-non-ideal-state{
  color:#abb3bf;
}
.bp6-dark .bp6-non-ideal-state .bp6-heading{
  color:#abb3bf;
}
.bp6-non-ideal-state-visual{
  color:#8f99a8;
}
.bp6-overflow-list{
  display:flex;
  flex-wrap:nowrap;
  min-width:0;
}
.bp6-overflow-list-spacer{
  flex-shrink:1;
  width:1px;
}
body.bp6-overlay-open{
  overflow:hidden;
}
.bp6-overlay{
  inset:0;
  position:static;
  z-index:20;
}
.bp6-overlay:not(.bp6-overlay-open){
  pointer-events:none;
}
.bp6-overlay.bp6-overlay-container{
  overflow:hidden;
  position:fixed;
}
.bp6-overlay.bp6-overlay-container.bp6-overlay-inline{
  position:absolute;
}
.bp6-overlay.bp6-overlay-scroll-container{
  overflow:auto;
  position:fixed;
}
.bp6-overlay.bp6-overlay-scroll-container.bp6-overlay-inline{
  position:absolute;
}
.bp6-overlay.bp6-overlay-inline{
  display:inline;
  overflow:visible;
}
.bp6-overlay-content{
  position:fixed;
  z-index:20;
}
.bp6-overlay-inline .bp6-overlay-content, .bp6-overlay-scroll-container .bp6-overlay-content{
  position:absolute;
}
.bp6-overlay-backdrop{
  inset:0;
  position:fixed;
  opacity:1;
}
.bp6-overlay-backdrop.bp6-overlay-enter, .bp6-overlay-backdrop.bp6-overlay-appear{
  opacity:0;
}
.bp6-overlay-backdrop.bp6-overlay-enter-active, .bp6-overlay-backdrop.bp6-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);
}
.bp6-overlay-backdrop.bp6-overlay-exit{
  opacity:1;
}
.bp6-overlay-backdrop.bp6-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);
}
.bp6-overlay-backdrop{
  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;
}
.bp6-overlay-backdrop:focus{
  outline:none;
}
.bp6-overlay-inline .bp6-overlay-backdrop{
  position:absolute;
}
.bp6-panel-stack2{
  overflow:hidden;
  position:relative;
}
.bp6-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;
}
.bp6-dark .bp6-panel-stack2-header{
  box-shadow:0 1px rgba(255, 255, 255, 0.2);
}
.bp6-panel-stack2-header > span{
  align-items:stretch;
  display:flex;
  flex:1;
}
.bp6-panel-stack2-header .bp6-heading{
  margin:0 4px;
}
.bp6-button.bp6-panel-stack2-header-back{
  margin-left:4px;
  padding-left:0;
  white-space:nowrap;
}
.bp6-button.bp6-panel-stack2-header-back .bp6-icon{
  margin:0 2px;
}
.bp6-panel-stack2-view{
  inset:0;
  position:absolute;
  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;
}
.bp6-dark .bp6-panel-stack2-view{
  background-color:#252a31;
}
.bp6-panel-stack2-view:nth-last-child(n+4){
  display:none;
}
.bp6-panel-stack2-push .bp6-panel-stack2-enter, .bp6-panel-stack2-push .bp6-panel-stack2-appear{
  transform:translateX(100%);
  opacity:0;
}
.bp6-panel-stack2-push .bp6-panel-stack2-enter-active, .bp6-panel-stack2-push .bp6-panel-stack2-appear-active{
  transform:translate(0%);
  opacity:1;
  transition-delay:0;
  transition-duration:400ms;
  transition-property:transform, opacity;
  transition-timing-function:ease;
}
.bp6-panel-stack2-push .bp6-panel-stack2-exit{
  transform:translate(0%);
  opacity:1;
}
.bp6-panel-stack2-push .bp6-panel-stack2-exit-active{
  transform:translateX(-50%);
  opacity:0;
  transition-delay:0;
  transition-duration:400ms;
  transition-property:transform, opacity;
  transition-timing-function:ease;
}
.bp6-panel-stack2-pop .bp6-panel-stack2-enter, .bp6-panel-stack2-pop .bp6-panel-stack2-appear{
  transform:translateX(-50%);
  opacity:0;
}
.bp6-panel-stack2-pop .bp6-panel-stack2-enter-active, .bp6-panel-stack2-pop .bp6-panel-stack2-appear-active{
  transform:translate(0%);
  opacity:1;
  transition-delay:0;
  transition-duration:400ms;
  transition-property:transform, opacity;
  transition-timing-function:ease;
}
.bp6-panel-stack2-pop .bp6-panel-stack2-exit{
  transform:translate(0%);
  opacity:1;
}
.bp6-panel-stack2-pop .bp6-panel-stack2-exit-active{
  transform:translateX(100%);
  opacity:0;
  transition-delay:0;
  transition-duration:400ms;
  transition-property:transform, opacity;
  transition-timing-function:ease;
}
.bp6-button-group:not(.bp6-minimal) > .bp6-popover-target:not(:first-child) .bp6-button{
  border-bottom-left-radius:0;
  border-top-left-radius:0;
}
.bp6-button-group:not(.bp6-minimal) > .bp6-popover-target:not(:last-child) .bp6-button{
  border-bottom-right-radius:0;
  border-top-right-radius:0;
  margin-right:-1px;
}
.bp6-button-group .bp6-popover-target{
  display:flex;
  flex:1 1 auto;
}
.bp6-button-group.bp6-vertical:not(.bp6-minimal) > .bp6-popover-target:first-child .bp6-button{
  border-radius:4px 4px 0 0;
}
.bp6-button-group.bp6-vertical:not(.bp6-minimal) > .bp6-popover-target:last-child .bp6-button{
  border-radius:0 0 4px 4px;
}
.bp6-button-group.bp6-vertical:not(.bp6-minimal) > .bp6-popover-target:not(:last-child) .bp6-button{
  margin-bottom:-1px;
}
.bp6-control-group .bp6-popover-target{
  border-radius:inherit;
}
label.bp6-label .bp6-popover-target{
  display:block;
  margin-top:4px;
  text-transform:none;
}
.bp6-submenu .bp6-popover-target{
  display:block;
}
.bp6-submenu.bp6-popover{
  box-shadow:none;
  padding:0 4px;
}
.bp6-submenu.bp6-popover > .bp6-popover-content{
  box-shadow:0 0 0 1px rgba(17, 20, 24, 0.1), 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.bp6-dark .bp6-submenu.bp6-popover, .bp6-submenu.bp6-popover.bp6-dark{
  box-shadow:none;
}
.bp6-dark .bp6-submenu.bp6-popover > .bp6-popover-content, .bp6-submenu.bp6-popover.bp6-dark > .bp6-popover-content{
  box-shadow:0 0 0 1px hsl(215, 3%, 38%), inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 20px 25px -5px rgba(0, 0, 0, 0.3), inset 0 0 0.5px 0 rgba(255, 255, 255, 0.3), inset 0 0.5px 0 0 rgba(255, 255, 255, 0.08), 0 10px 30px -5px rgba(0, 0, 0, 0.3);
}
.bp6-tree-node-secondary-label .bp6-popover-target{
  align-items:center;
  display:flex;
}
.bp6-popover .bp6-popover-arrow{
  height:30px;
  position:absolute;
  width:30px;
}
.bp6-popover .bp6-popover-arrow::before{
  height:20px;
  margin:5px;
  width:20px;
}
.bp6-popover{
  box-shadow:0 0 0 1px rgba(17, 20, 24, 0.1), 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.bp6-popover .bp6-popover-content{
  background:#ffffff;
}
.bp6-popover .bp6-popover-content,
.bp6-popover .bp6-heading{
  color:inherit;
}
.bp6-popover .bp6-popover-arrow::before{
  box-shadow:1px 1px 6px rgba(17, 20, 24, 0.2);
}
.bp6-popover .bp6-popover-arrow-border{
  fill:#111418;
  fill-opacity:0.1;
}
.bp6-popover .bp6-popover-arrow-fill{
  fill:#ffffff;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp6-popover .bp6-popover-arrow-fill{
    fill:buttonborder;
  }
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp6-popover{
    border:1px solid buttonborder;
  }
}
.bp6-popover{
  transform:scale(1);
}
.bp6-popover-enter > .bp6-popover, .bp6-popover-appear > .bp6-popover{
  transform:scale(0.3);
}
.bp6-popover-enter-active > .bp6-popover, .bp6-popover-appear-active > .bp6-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);
}
.bp6-popover-exit > .bp6-popover{
  transform:scale(1);
}
.bp6-popover-exit-active > .bp6-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);
}
.bp6-popover{
  border-radius:4px;
  display:inline-block;
  z-index:20;
}
.bp6-popover .bp6-popover-content{
  border-radius:4px;
  position:relative;
}
.bp6-popover.bp6-popover-content-sizing .bp6-popover-content{
  max-width:350px;
  padding:20px;
}
.bp6-popover-target + .bp6-overlay .bp6-popover.bp6-popover-content-sizing{
  width:350px;
}
.bp6-popover.bp6-minimal{
  margin:0 !important;
}
.bp6-popover.bp6-minimal .bp6-popover-arrow{
  display:none;
}
.bp6-popover.bp6-minimal.bp6-popover{
  transform:scale(1);
}
.bp6-popover-enter > .bp6-popover.bp6-minimal.bp6-popover, .bp6-popover-appear > .bp6-popover.bp6-minimal.bp6-popover{
  transform:scale(1);
}
.bp6-popover-enter-active > .bp6-popover.bp6-minimal.bp6-popover, .bp6-popover-appear-active > .bp6-popover.bp6-minimal.bp6-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);
}
.bp6-popover-exit > .bp6-popover.bp6-minimal.bp6-popover{
  transform:scale(1);
}
.bp6-popover-exit-active > .bp6-popover.bp6-minimal.bp6-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);
}
.bp6-popover.bp6-popover-match-target-width{
  width:100%;
}
.bp6-popover.bp6-dark, .bp6-dark .bp6-popover{
  box-shadow:0 0 0 1px hsl(215, 3%, 38%), inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 20px 25px -5px rgba(0, 0, 0, 0.3), inset 0 0 0.5px 0 rgba(255, 255, 255, 0.3), inset 0 0.5px 0 0 rgba(255, 255, 255, 0.08), 0 10px 30px -5px rgba(0, 0, 0, 0.3);
}
.bp6-popover.bp6-dark .bp6-popover-content, .bp6-dark .bp6-popover .bp6-popover-content{
  background:#2f343c;
}
.bp6-popover.bp6-dark .bp6-popover-content,
.bp6-popover.bp6-dark .bp6-heading, .bp6-dark .bp6-popover .bp6-popover-content,
.bp6-dark .bp6-popover .bp6-heading{
  color:inherit;
}
.bp6-popover.bp6-dark .bp6-popover-arrow::before, .bp6-dark .bp6-popover .bp6-popover-arrow::before{
  box-shadow:0 0 0 1px hsl(215, 3%, 48%), 1px 1px 6px rgba(17, 20, 24, 0.4);
}
.bp6-popover.bp6-dark .bp6-popover-arrow-border, .bp6-dark .bp6-popover .bp6-popover-arrow-border{
  fill:#111418;
  fill-opacity:0.2;
}
.bp6-popover.bp6-dark .bp6-popover-arrow-fill, .bp6-dark .bp6-popover .bp6-popover-arrow-fill{
  fill:#2f343c;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp6-popover.bp6-dark .bp6-popover-arrow-fill, .bp6-dark .bp6-popover .bp6-popover-arrow-fill{
    fill:buttonborder;
  }
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp6-popover.bp6-dark, .bp6-dark .bp6-popover{
    border:1px solid buttonborder;
  }
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp6-popover{
    border:1px solid buttonborder;
    box-shadow:none;
  }
}
.bp6-popover-arrow::before{
  border-radius:1px;
  content:"";
  display:block;
  position:absolute;
  transform:rotate(45deg);
}
.bp6-overlay-backdrop.bp6-popover-backdrop{
  background:rgba(255, 255, 255, 0);
}
.bp6-popover-transition-container{
  opacity:1;
}
.bp6-popover-transition-container.bp6-popover-enter, .bp6-popover-transition-container.bp6-popover-appear{
  opacity:0;
}
.bp6-popover-transition-container.bp6-popover-enter-active, .bp6-popover-transition-container.bp6-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);
}
.bp6-popover-transition-container.bp6-popover-exit{
  opacity:1;
}
.bp6-popover-transition-container.bp6-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);
}
.bp6-popover-transition-container{
  display:flex;
  z-index:20;
}
.bp6-popover-transition-container:focus{
  outline:none;
}
.bp6-popover-transition-container.bp6-popover-leave .bp6-popover-content{
  pointer-events:none;
}
span.bp6-popover-target{
  display:inline-block;
}
.bp6-popover-target.bp6-fill{
  width:100%;
}
.bp6-portal{
  left:0;
  position:absolute;
  right:0;
  top:0;
}
@keyframes linear-progress-bar-stripes{
  from{
    background-position:0 0;
  }
  to{
    background-position:30px 0;
  }
}
.bp6-progress-bar{
  background:rgba(95, 107, 124, 0.2);
  border-radius:40px;
  display:block;
  height:8px;
  overflow:hidden;
  position:relative;
  width:100%;
}
.bp6-progress-bar .bp6-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%;
}
.bp6-progress-bar:not(.bp6-no-animation):not(.bp6-no-stripes) .bp6-progress-meter{
  animation:linear-progress-bar-stripes 300ms linear infinite reverse;
}
.bp6-progress-bar.bp6-no-stripes .bp6-progress-meter{
  background-image:none;
}
.bp6-dark .bp6-progress-bar{
  background:rgba(17, 20, 24, 0.5);
}
.bp6-dark .bp6-progress-bar .bp6-progress-meter{
  background-color:#8f99a8;
}
.bp6-progress-bar.bp6-intent-primary .bp6-progress-meter{
  background-color:#2d72d2;
}
.bp6-progress-bar.bp6-intent-success .bp6-progress-meter{
  background-color:#238551;
}
.bp6-progress-bar.bp6-intent-warning .bp6-progress-meter{
  background-color:#c87619;
}
.bp6-progress-bar.bp6-intent-danger .bp6-progress-meter{
  background-color:#cd4246;
}
.bp6-section{
  overflow:hidden;
  width:100%;
}
.bp6-section, .bp6-section.bp6-compact{
  padding:0;
}
.bp6-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%;
}
.bp6-section-header.bp6-dark, .bp6-dark .bp6-section-header{
  border-color:rgba(255, 255, 255, 0.2);
}
.bp6-section-header-left{
  align-items:center;
  display:flex;
  gap:8px;
  padding:8px 0;
}
.bp6-section-header-title{
  margin-bottom:0;
}
.bp6-section-header-sub-title{
  margin-top:2px;
}
.bp6-section-header-right{
  align-items:center;
  display:flex;
  gap:8px;
  margin-left:auto;
}
.bp6-section-header-collapse-caret{
  display:inline-flex;
  justify-content:center;
  vertical-align:middle;
}
.bp6-section-header-divider{
  align-self:stretch;
  margin:16px 0;
}
.bp6-section-header.bp6-interactive{
  cursor:pointer;
}
.bp6-section-header.bp6-interactive:hover, .bp6-section-header.bp6-interactive:active{
  background:#f6f7f9;
}
.bp6-section-header.bp6-interactive:hover.bp6-dark, .bp6-dark .bp6-section-header.bp6-interactive:hover, .bp6-section-header.bp6-interactive:active.bp6-dark, .bp6-dark .bp6-section-header.bp6-interactive:active{
  background:#383e47;
}
.bp6-section-card.bp6-padded{
  padding:20px;
}
.bp6-section-card:not(:last-child){
  border-bottom:1px solid rgba(17, 20, 24, 0.15);
}
.bp6-section-card:not(:last-child).bp6-dark, .bp6-dark .bp6-section-card:not(:last-child){
  border-color:rgba(255, 255, 255, 0.2);
}
.bp6-section.bp6-section-collapsed .bp6-section-header{
  border:none;
}
.bp6-section.bp6-compact .bp6-section-header{
  min-height:40px;
  padding:0 16px;
}
.bp6-section.bp6-compact .bp6-section-header-left{
  padding:8px 0;
}
.bp6-section.bp6-compact .bp6-section-card.bp6-padded{
  padding:16px;
}
.bp6-segmented-control{
  background-color:#f6f7f9;
  border-radius:4px;
  display:flex;
  gap:2px;
  padding:2px;
}
.bp6-segmented-control.bp6-inline{
  display:inline-flex;
}
.bp6-segmented-control.bp6-fill{
  width:100%;
}
.bp6-segmented-control.bp6-fill > .bp6-button{
  flex-grow:1;
}
.bp6-segmented-control > .bp6-button:not(.bp6-minimal):not(.bp6-intent-primary){
  background-color:#ffffff;
}
.bp6-dark .bp6-segmented-control > .bp6-button:not(.bp6-minimal):not(.bp6-intent-primary){
  background-color:#404854;
}
.bp6-segmented-control > .bp6-button.bp6-minimal{
  color:#5f6b7c;
}
.bp6-dark .bp6-segmented-control > .bp6-button.bp6-minimal{
  color:#abb3bf;
}
.bp6-segmented-control > .bp6-button.bp6-minimal:disabled{
  color:rgba(95, 107, 124, 0.6);
}
.bp6-dark .bp6-segmented-control > .bp6-button.bp6-minimal:disabled{
  color:rgba(171, 179, 191, 0.6);
}
.bp6-dark .bp6-segmented-control{
  background-color:#252a31;
}
@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);
  }
}
.bp6-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;
}
.bp6-skeleton::before, .bp6-skeleton::after,
.bp6-skeleton *{
  visibility:hidden !important;
}
.bp6-tooltip .bp6-popover-arrow{
  height:22px;
  position:absolute;
  width:22px;
}
.bp6-tooltip .bp6-popover-arrow::before{
  height:14px;
  margin:4px;
  width:14px;
}
.bp6-tooltip{
  box-shadow:0 0 0 1px rgba(17, 20, 24, 0.1), 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.bp6-tooltip .bp6-popover-content{
  background:#404854;
}
.bp6-tooltip .bp6-popover-content,
.bp6-tooltip .bp6-heading{
  color:#f6f7f9;
}
.bp6-tooltip .bp6-popover-arrow::before{
  box-shadow:1px 1px 6px rgba(17, 20, 24, 0.2);
}
.bp6-tooltip .bp6-popover-arrow-border{
  fill:#111418;
  fill-opacity:0.1;
}
.bp6-tooltip .bp6-popover-arrow-fill{
  fill:#404854;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp6-tooltip .bp6-popover-arrow-fill{
    fill:buttonborder;
  }
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp6-tooltip{
    border:1px solid buttonborder;
  }
}
.bp6-tooltip{
  transform:scale(1);
}
.bp6-popover-enter > .bp6-tooltip, .bp6-popover-appear > .bp6-tooltip{
  transform:scale(0.8);
}
.bp6-popover-enter-active > .bp6-tooltip, .bp6-popover-appear-active > .bp6-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);
}
.bp6-popover-exit > .bp6-tooltip{
  transform:scale(1);
}
.bp6-popover-exit-active > .bp6-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);
}
.bp6-tooltip{
  color:#f6f7f9;
}
.bp6-tooltip .bp6-text-muted{
  color:#abb3bf;
}
.bp6-tooltip .bp6-text-disabled{
  color:rgba(171, 179, 191, 0.6);
}
.bp6-tooltip .bp6-running-text hr{
  border-color:rgba(255, 255, 255, 0.2);
}
.bp6-tooltip a{
  color:#8abbff;
}
.bp6-tooltip a:hover{
  color:#8abbff;
}
.bp6-tooltip a .bp6-icon, .bp6-tooltip a .bp6-icon-standard, .bp6-tooltip a .bp6-icon-large{
  color:inherit;
}
.bp6-tooltip a code{
  color:inherit;
}
.bp6-tooltip .bp6-code,
.bp6-tooltip .bp6-running-text code{
  background:rgba(17, 20, 24, 0.3);
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.2);
  color:#abb3bf;
}
a > .bp6-tooltip .bp6-code,
a > .bp6-tooltip .bp6-running-text code{
  color:inherit;
}
.bp6-tooltip .bp6-code-block,
.bp6-tooltip .bp6-running-text pre{
  background:rgba(17, 20, 24, 0.3);
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.2);
  color:#f6f7f9;
}
.bp6-tooltip .bp6-code-block > code,
.bp6-tooltip .bp6-running-text pre > code{
  background:none;
  box-shadow:none;
  color:inherit;
}
.bp6-tooltip .bp6-key,
.bp6-tooltip .bp6-running-text kbd{
  background:#2f343c;
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.2), inset 0 0 0.5px 0 rgba(255, 255, 255, 0.3), inset 0 0.5px 0 0 rgba(255, 255, 255, 0.08), 0 1px 10px -1px rgba(0, 0, 0, 0.2);
  color:#abb3bf;
}
.bp6-tooltip .bp6-icon.bp6-intent-primary, .bp6-tooltip .bp6-icon-standard.bp6-intent-primary, .bp6-tooltip .bp6-icon-large.bp6-intent-primary{
  color:#8abbff;
}
.bp6-tooltip .bp6-icon.bp6-intent-success, .bp6-tooltip .bp6-icon-standard.bp6-intent-success, .bp6-tooltip .bp6-icon-large.bp6-intent-success{
  color:#72ca9b;
}
.bp6-tooltip .bp6-icon.bp6-intent-warning, .bp6-tooltip .bp6-icon-standard.bp6-intent-warning, .bp6-tooltip .bp6-icon-large.bp6-intent-warning{
  color:#fbb360;
}
.bp6-tooltip .bp6-icon.bp6-intent-danger, .bp6-tooltip .bp6-icon-standard.bp6-intent-danger, .bp6-tooltip .bp6-icon-large.bp6-intent-danger{
  color:#fa999c;
}
.bp6-tooltip .bp6-popover-content{
  padding:8px 12px;
}
.bp6-tooltip.bp6-compact .bp6-popover-content{
  line-height:1rem;
  padding:4px 8px;
}
.bp6-tooltip.bp6-compact .bp6-code{
  vertical-align:text-bottom;
}
.bp6-tooltip.bp6-popover-placement-top .bp6-popover-arrow{
  transform:translateY(-3px);
}
.bp6-tooltip.bp6-popover-placement-left .bp6-popover-arrow{
  transform:translateX(-3px);
}
.bp6-tooltip.bp6-popover-placement-bottom .bp6-popover-arrow{
  transform:translateY(3px);
}
.bp6-tooltip.bp6-popover-placement-right .bp6-popover-arrow{
  transform:translateX(3px);
}
.bp6-tooltip.bp6-dark, .bp6-dark .bp6-tooltip{
  box-shadow:0 2px 4px rgba(17, 20, 24, 0.4), 0 8px 24px rgba(17, 20, 24, 0.4);
}
.bp6-tooltip.bp6-dark .bp6-popover-content, .bp6-dark .bp6-tooltip .bp6-popover-content{
  background:#e5e8eb;
}
.bp6-tooltip.bp6-dark .bp6-popover-content,
.bp6-tooltip.bp6-dark .bp6-heading, .bp6-dark .bp6-tooltip .bp6-popover-content,
.bp6-dark .bp6-tooltip .bp6-heading{
  color:#404854;
}
.bp6-tooltip.bp6-dark .bp6-popover-arrow::before, .bp6-dark .bp6-tooltip .bp6-popover-arrow::before{
  box-shadow:1px 1px 6px rgba(17, 20, 24, 0.4);
}
.bp6-tooltip.bp6-dark .bp6-popover-arrow-border, .bp6-dark .bp6-tooltip .bp6-popover-arrow-border{
  fill:#111418;
  fill-opacity:0.2;
}
.bp6-tooltip.bp6-dark .bp6-popover-arrow-fill, .bp6-dark .bp6-tooltip .bp6-popover-arrow-fill{
  fill:#e5e8eb;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp6-tooltip.bp6-dark .bp6-popover-arrow-fill, .bp6-dark .bp6-tooltip .bp6-popover-arrow-fill{
    fill:buttonborder;
  }
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp6-tooltip.bp6-dark, .bp6-dark .bp6-tooltip{
    border:1px solid buttonborder;
  }
}
.bp6-tooltip.bp6-dark .bp6-text-muted, .bp6-dark .bp6-tooltip .bp6-text-muted{
  color:#5f6b7c;
}
.bp6-tooltip.bp6-dark .bp6-text-disabled, .bp6-dark .bp6-tooltip .bp6-text-disabled{
  color:rgba(95, 107, 124, 0.6);
}
.bp6-tooltip.bp6-dark .bp6-running-text hr, .bp6-dark .bp6-tooltip .bp6-running-text hr{
  border-color:rgba(17, 20, 24, 0.15);
}
.bp6-tooltip.bp6-dark a, .bp6-dark .bp6-tooltip a{
  color:#215db0;
}
.bp6-tooltip.bp6-dark a:hover, .bp6-dark .bp6-tooltip a:hover{
  color:#215db0;
}
.bp6-tooltip.bp6-dark a .bp6-icon, .bp6-tooltip.bp6-dark a .bp6-icon-standard, .bp6-tooltip.bp6-dark a .bp6-icon-large, .bp6-dark .bp6-tooltip a .bp6-icon, .bp6-dark .bp6-tooltip a .bp6-icon-standard, .bp6-dark .bp6-tooltip a .bp6-icon-large{
  color:inherit;
}
.bp6-tooltip.bp6-dark a code, .bp6-dark .bp6-tooltip a code{
  color:inherit;
}
.bp6-tooltip.bp6-dark .bp6-code,
.bp6-tooltip.bp6-dark .bp6-running-text code, .bp6-dark .bp6-tooltip .bp6-code,
.bp6-dark .bp6-tooltip .bp6-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 > .bp6-tooltip.bp6-dark .bp6-code,
a > .bp6-tooltip.bp6-dark .bp6-running-text code, a > .bp6-dark .bp6-tooltip .bp6-code,
a > .bp6-dark .bp6-tooltip .bp6-running-text code{
  color:#2d72d2;
}
.bp6-tooltip.bp6-dark .bp6-code-block,
.bp6-tooltip.bp6-dark .bp6-running-text pre, .bp6-dark .bp6-tooltip .bp6-code-block,
.bp6-dark .bp6-tooltip .bp6-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;
}
.bp6-tooltip.bp6-dark .bp6-code-block > code,
.bp6-tooltip.bp6-dark .bp6-running-text pre > code, .bp6-dark .bp6-tooltip .bp6-code-block > code,
.bp6-dark .bp6-tooltip .bp6-running-text pre > code{
  background:none;
  box-shadow:none;
  color:inherit;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp6-tooltip.bp6-dark .bp6-code-block,
  .bp6-tooltip.bp6-dark .bp6-running-text pre, .bp6-dark .bp6-tooltip .bp6-code-block,
  .bp6-dark .bp6-tooltip .bp6-running-text pre{
    border:1px solid buttonborder;
    box-shadow:none;
  }
}
.bp6-tooltip.bp6-dark .bp6-key,
.bp6-tooltip.bp6-dark .bp6-running-text kbd, .bp6-dark .bp6-tooltip .bp6-key,
.bp6-dark .bp6-tooltip .bp6-running-text kbd{
  background:#ffffff;
  box-shadow:0 0 0 1px rgba(17, 20, 24, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  color:#5f6b7c;
}
.bp6-tooltip.bp6-dark .bp6-icon.bp6-intent-primary, .bp6-tooltip.bp6-dark .bp6-icon-standard.bp6-intent-primary, .bp6-tooltip.bp6-dark .bp6-icon-large.bp6-intent-primary, .bp6-dark .bp6-tooltip .bp6-icon.bp6-intent-primary, .bp6-dark .bp6-tooltip .bp6-icon-standard.bp6-intent-primary, .bp6-dark .bp6-tooltip .bp6-icon-large.bp6-intent-primary{
  color:#215db0;
}
.bp6-tooltip.bp6-dark .bp6-icon.bp6-intent-success, .bp6-tooltip.bp6-dark .bp6-icon-standard.bp6-intent-success, .bp6-tooltip.bp6-dark .bp6-icon-large.bp6-intent-success, .bp6-dark .bp6-tooltip .bp6-icon.bp6-intent-success, .bp6-dark .bp6-tooltip .bp6-icon-standard.bp6-intent-success, .bp6-dark .bp6-tooltip .bp6-icon-large.bp6-intent-success{
  color:#1c6e42;
}
.bp6-tooltip.bp6-dark .bp6-icon.bp6-intent-warning, .bp6-tooltip.bp6-dark .bp6-icon-standard.bp6-intent-warning, .bp6-tooltip.bp6-dark .bp6-icon-large.bp6-intent-warning, .bp6-dark .bp6-tooltip .bp6-icon.bp6-intent-warning, .bp6-dark .bp6-tooltip .bp6-icon-standard.bp6-intent-warning, .bp6-dark .bp6-tooltip .bp6-icon-large.bp6-intent-warning{
  color:#935610;
}
.bp6-tooltip.bp6-dark .bp6-icon.bp6-intent-danger, .bp6-tooltip.bp6-dark .bp6-icon-standard.bp6-intent-danger, .bp6-tooltip.bp6-dark .bp6-icon-large.bp6-intent-danger, .bp6-dark .bp6-tooltip .bp6-icon.bp6-intent-danger, .bp6-dark .bp6-tooltip .bp6-icon-standard.bp6-intent-danger, .bp6-dark .bp6-tooltip .bp6-icon-large.bp6-intent-danger{
  color:#ac2f33;
}
.bp6-tooltip.bp6-intent-primary .bp6-popover-content{
  background:#2d72d2;
  color:#ffffff;
}
.bp6-tooltip.bp6-intent-primary .bp6-popover-arrow-fill{
  fill:#2d72d2;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp6-tooltip.bp6-intent-primary .bp6-popover-arrow-fill{
    fill:buttonborder;
  }
}
.bp6-tooltip.bp6-intent-success .bp6-popover-content{
  background:#238551;
  color:#ffffff;
}
.bp6-tooltip.bp6-intent-success .bp6-popover-arrow-fill{
  fill:#238551;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp6-tooltip.bp6-intent-success .bp6-popover-arrow-fill{
    fill:buttonborder;
  }
}
.bp6-tooltip.bp6-intent-warning .bp6-popover-content{
  background:#c87619;
  color:#ffffff;
}
.bp6-tooltip.bp6-intent-warning .bp6-popover-arrow-fill{
  fill:#c87619;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp6-tooltip.bp6-intent-warning .bp6-popover-arrow-fill{
    fill:buttonborder;
  }
}
.bp6-tooltip.bp6-intent-danger .bp6-popover-content{
  background:#cd4246;
  color:#ffffff;
}
.bp6-tooltip.bp6-intent-danger .bp6-popover-arrow-fill{
  fill:#cd4246;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp6-tooltip.bp6-intent-danger .bp6-popover-arrow-fill{
    fill:buttonborder;
  }
}
.bp6-tooltip-indicator{
  border-bottom:dotted 1px;
  cursor:help;
}
.bp6-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;
}
.bp6-slider:hover{
  cursor:pointer;
}
.bp6-slider:active{
  cursor:grabbing;
}
.bp6-slider.bp6-disabled{
  cursor:not-allowed;
  opacity:0.5;
}
.bp6-slider.bp6-slider-unlabeled{
  height:16px;
}
.bp6-slider-track,
.bp6-slider-progress{
  height:6px;
  left:0;
  right:0;
  top:5px;
  position:absolute;
}
.bp6-slider-track{
  border-radius:4px;
  overflow:hidden;
}
.bp6-slider-progress{
  background:rgba(95, 107, 124, 0.2);
}
.bp6-dark .bp6-slider-progress{
  background:rgba(17, 20, 24, 0.5);
}
.bp6-slider-progress.bp6-intent-primary{
  background-color:#2d72d2;
}
.bp6-slider-progress.bp6-intent-success{
  background-color:#238551;
}
.bp6-slider-progress.bp6-intent-warning{
  background-color:#c87619;
}
.bp6-slider-progress.bp6-intent-danger{
  background-color:#cd4246;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp6-slider-progress{
    background:ButtonText;
  }
}
.bp6-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;
}
.bp6-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);
}
.bp6-slider-handle:active, .bp6-slider-handle.bp6-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){
  .bp6-slider-handle:active, .bp6-slider-handle.bp6-active{
    background:highlight;
  }
}
.bp6-slider-handle:disabled, .bp6-slider-handle.bp6-disabled{
  background-color:rgba(211, 216, 222, 0.5);
  box-shadow:none;
  color:rgba(95, 107, 124, 0.6);
  cursor:not-allowed;
  outline:none;
}
.bp6-slider-handle:disabled.bp6-active, .bp6-slider-handle:disabled.bp6-active:hover, .bp6-slider-handle.bp6-disabled.bp6-active, .bp6-slider-handle.bp6-disabled.bp6-active:hover{
  background:rgba(211, 216, 222, 0.7);
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp6-slider-handle{
    border:1px solid buttonborder;
  }
}
.bp6-slider-handle{
  border-radius:4px;
  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;
}
.bp6-slider-handle:focus{
  z-index:1;
}
.bp6-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;
}
.bp6-slider-handle.bp6-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){
  .bp6-slider-handle.bp6-active{
    background:highlight;
  }
}
.bp6-slider-handle.bp6-active{
  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;
}
.bp6-disabled .bp6-slider-handle{
  background:#c5cbd3;
  box-shadow:none;
  pointer-events:none;
}
.bp6-dark .bp6-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);
}
.bp6-dark .bp6-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);
}
.bp6-dark .bp6-slider-handle.bp6-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);
}
.bp6-dark .bp6-disabled .bp6-slider-handle{
  background:#5f6b7c;
  border-color:#5f6b7c;
  box-shadow:none;
}
.bp6-slider-handle .bp6-slider-label{
  background:#404854;
  border-radius:4px;
  box-shadow:0 0 0 1px rgba(17, 20, 24, 0.1), 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  color:#f6f7f9;
  margin-left:8px;
}
.bp6-dark .bp6-slider-handle .bp6-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;
}
.bp6-disabled .bp6-slider-handle .bp6-slider-label{
  box-shadow:none;
}
.bp6-slider-handle.bp6-start, .bp6-slider-handle.bp6-end{
  width:8px;
}
.bp6-slider-handle.bp6-start{
  border-bottom-right-radius:0;
  border-top-right-radius:0;
}
.bp6-slider-handle.bp6-end{
  border-bottom-left-radius:0;
  border-top-left-radius:0;
  margin-left:8px;
}
.bp6-slider-handle.bp6-end .bp6-slider-label{
  margin-left:0;
}
.bp6-slider-label{
  transform:translate(-50%, 20px);
  display:inline-block;
  font-size:12px;
  line-height:1;
  padding:2px 4px;
  position:absolute;
  vertical-align:top;
}
.bp6-slider.bp6-vertical{
  height:150px;
  min-width:40px;
  width:40px;
}
.bp6-slider.bp6-vertical .bp6-slider-track,
.bp6-slider.bp6-vertical .bp6-slider-progress{
  bottom:0;
  height:auto;
  left:5px;
  top:0;
  width:6px;
}
.bp6-slider.bp6-vertical .bp6-slider-progress{
  top:auto;
}
.bp6-slider.bp6-vertical .bp6-slider-label{
  transform:translate(20px, 50%);
}
.bp6-slider.bp6-vertical .bp6-slider-handle{
  top:auto;
}
.bp6-slider.bp6-vertical .bp6-slider-handle .bp6-slider-label{
  margin-left:0;
  margin-top:-8px;
}
.bp6-slider.bp6-vertical .bp6-slider-handle.bp6-end, .bp6-slider.bp6-vertical .bp6-slider-handle.bp6-start{
  height:8px;
  margin-left:0;
  width:16px;
}
.bp6-slider.bp6-vertical .bp6-slider-handle.bp6-start{
  border-bottom-right-radius:4px;
  border-top-left-radius:0;
}
.bp6-slider.bp6-vertical .bp6-slider-handle.bp6-start .bp6-slider-label{
  transform:translate(20px);
}
.bp6-slider.bp6-vertical .bp6-slider-handle.bp6-end{
  border-bottom-left-radius:0;
  border-bottom-right-radius:0;
  border-top-left-radius:4px;
  margin-bottom:8px;
}
@keyframes pt-spinner-animation{
  from{
    transform:rotate(0deg);
  }
  to{
    transform:rotate(360deg);
  }
}
.bp6-spinner{
  align-items:center;
  display:flex;
  justify-content:center;
  overflow:visible;
  vertical-align:middle;
}
.bp6-spinner svg{
  display:block;
}
.bp6-spinner path{
  fill-opacity:0;
}
.bp6-spinner .bp6-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);
}
.bp6-spinner .bp6-spinner-track{
  stroke:rgba(95, 107, 124, 0.2);
}
.bp6-spinner-animation{
  animation:pt-spinner-animation 500ms linear infinite;
}
.bp6-no-spin > .bp6-spinner-animation{
  animation:none;
}
.bp6-dark .bp6-spinner .bp6-spinner-head{
  stroke:#8f99a8;
}
.bp6-dark .bp6-spinner .bp6-spinner-track{
  stroke:rgba(17, 20, 24, 0.5);
}
.bp6-spinner.bp6-intent-primary .bp6-spinner-head{
  stroke:#2d72d2;
}
.bp6-spinner.bp6-intent-success .bp6-spinner-head{
  stroke:#238551;
}
.bp6-spinner.bp6-intent-warning .bp6-spinner-head{
  stroke:#c87619;
}
.bp6-spinner.bp6-intent-danger .bp6-spinner-head{
  stroke:#cd4246;
}
.bp6-tabs:not(.bp6-vertical).bp6-fill{
  height:100%;
}
.bp6-tabs:not(.bp6-vertical).bp6-fill .bp6-tab-list{
  height:100%;
}
.bp6-tabs.bp6-vertical{
  display:flex;
}
.bp6-tabs.bp6-vertical > .bp6-tab-list{
  align-items:flex-start;
  flex-direction:column;
}
.bp6-tabs.bp6-vertical > .bp6-tab-list .bp6-tab{
  align-items:center;
  border-radius:4px;
  display:flex;
  padding:0 8px;
  width:100%;
}
.bp6-tabs.bp6-vertical > .bp6-tab-list .bp6-tab[aria-selected=true]{
  background-color:rgba(45, 114, 210, 0.2);
  box-shadow:none;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp6-tabs.bp6-vertical > .bp6-tab-list .bp6-tab[aria-selected=true]{
    background-color:highlight;
    color:#111418;
  }
}
.bp6-tabs.bp6-vertical > .bp6-tab-list .bp6-tab-indicator-wrapper .bp6-tab-indicator{
  background-color:rgba(45, 114, 210, 0.2);
  border-radius:4px;
  height:auto;
  inset:0;
}
.bp6-tabs.bp6-vertical > .bp6-tab-panel{
  margin-top:0;
  padding-left:20px;
}
.bp6-tab-list{
  align-items:flex-end;
  border:none;
  column-gap:20px;
  display:flex;
  flex:0 0 auto;
  list-style:none;
  margin:0;
  padding:0;
  position:relative;
}
.bp6-tab-list .bp6-tabs:not(.bp6-vertical) > .bp6-flex-expander{
  margin-right:-20px;
}
.bp6-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;
}
.bp6-tab a{
  color:inherit;
  display:block;
  text-decoration:none;
}
.bp6-tab-indicator-wrapper ~ .bp6-tab{
  background-color:transparent !important;
  box-shadow:none !important;
}
.bp6-tab[aria-disabled=true]{
  color:rgba(95, 107, 124, 0.6);
  cursor:not-allowed;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp6-tab[aria-disabled=true]{
    color:graytext;
  }
}
.bp6-tab[aria-selected=true]{
  border-radius:0;
  box-shadow:inset 0 -3px 0 #215db0;
}
.bp6-tab[aria-selected=true], .bp6-tab:not([aria-disabled=true]):hover{
  color:#215db0;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp6-tab[aria-selected=true], .bp6-tab:not([aria-disabled=true]):hover{
    color:highlight;
  }
}
.bp6-tab:focus{
  -moz-outline-radius:0;
}
.bp6-large > .bp6-tab{
  font-size:16px;
  line-height:40px;
}
.bp6-tab-panel{
  margin-top:20px;
}
.bp6-tab-panel[aria-hidden=true]{
  display:none;
}
.bp6-tab-icon{
  margin-right:8px;
}
.bp6-tab-tag{
  margin-left:8px;
}
.bp6-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);
}
.bp6-tab-indicator-wrapper .bp6-tab-indicator{
  background-color:#215db0;
  bottom:0;
  height:3px;
  left:0;
  position:absolute;
  right:0;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp6-tab-indicator-wrapper .bp6-tab-indicator{
    background-color:highlight;
  }
}
.bp6-tab-indicator-wrapper.bp6-no-animation{
  transition:none;
}
.bp6-tabs:not(.bp6-vertical) .bp6-tab-indicator-wrapper{
  height:100%;
}
.bp6-dark .bp6-tab{
  color:#f6f7f9;
}
.bp6-dark .bp6-tab[aria-disabled=true]{
  color:rgba(171, 179, 191, 0.6);
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp6-dark .bp6-tab[aria-disabled=true]{
    color:graytext;
  }
}
.bp6-dark .bp6-tab[aria-selected=true]{
  box-shadow:inset 0 -3px 0 #8abbff;
}
.bp6-dark .bp6-tab[aria-selected=true], .bp6-dark .bp6-tab:not([aria-disabled=true]):hover{
  color:#8abbff;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp6-dark .bp6-tab[aria-selected=true], .bp6-dark .bp6-tab:not([aria-disabled=true]):hover{
    color:highlight;
  }
}
.bp6-dark .bp6-tab-indicator{
  background-color:#8abbff;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp6-dark .bp6-tab-indicator{
    background-color:highlight;
  }
}
.bp6-flex-expander{
  flex:1 1;
}
.bp6-tag{
  display:inline-flex;
  flex-direction:row;
}
.bp6-tag > *{
  flex-grow:0;
  flex-shrink:0;
}
.bp6-tag > .bp6-fill{
  flex-grow:1;
  flex-shrink:1;
}
.bp6-tag::before,
.bp6-tag > *{
  margin-right:4px;
}
.bp6-tag:empty::before,
.bp6-tag > :last-child{
  margin-right:0;
}
.bp6-tag{
  align-items:center;
  background-color:#5f6b7c;
  border:none;
  border-radius:4px;
  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;
}
.bp6-tag:focus{
  outline:rgba(33, 93, 176, 0.752) solid 2px;
  outline-offset:0;
  -moz-outline-radius:6px;
}
.bp6-dark .bp6-tag:focus{
  outline-color:rgba(138, 187, 255, 0.752);
}
.bp6-tag.bp6-interactive{
  cursor:pointer;
}
.bp6-tag.bp6-interactive:hover{
  background:#404854;
}
.bp6-tag.bp6-interactive:active, .bp6-tag.bp6-interactive.bp6-active{
  background:#383e47;
}
.bp6-tag.bp6-round{
  border-radius:30px;
  padding-left:8px;
  padding-right:8px;
}
.bp6-tag > .bp6-icon, .bp6-tag .bp6-icon-standard, .bp6-tag .bp6-icon-large{
  fill:#ffffff;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp6-tag{
    border:1px solid buttonborder;
  }
}
.bp6-tag.bp6-large::before,
.bp6-tag.bp6-large > *, .bp6-large .bp6-tag::before,
.bp6-large .bp6-tag > *{
  margin-right:8px;
}
.bp6-tag.bp6-large:empty::before,
.bp6-tag.bp6-large > :last-child, .bp6-large .bp6-tag:empty::before,
.bp6-large .bp6-tag > :last-child{
  margin-right:0;
}
.bp6-tag.bp6-large, .bp6-large .bp6-tag{
  font-size:14px;
  line-height:18px;
  min-height:30px;
  min-width:30px;
  padding:6px 8px;
}
.bp6-tag.bp6-large.bp6-round, .bp6-large .bp6-tag.bp6-round{
  padding-left:10px;
  padding-right:10px;
}
.bp6-tag.bp6-intent-primary{
  background:#2d72d2;
  color:#ffffff;
}
.bp6-tag.bp6-intent-primary.bp6-interactive:hover{
  background-color:#215db0;
}
.bp6-tag.bp6-intent-primary.bp6-interactive:active, .bp6-tag.bp6-intent-primary.bp6-interactive.bp6-active{
  background-color:#184a90;
}
.bp6-tag.bp6-intent-primary .bp6-tag-remove{
  color:rgba(255, 255, 255, 0.7);
}
.bp6-tag.bp6-intent-primary .bp6-tag-remove:hover, .bp6-tag.bp6-intent-primary .bp6-tag-remove:active{
  color:#ffffff;
}
.bp6-tag.bp6-intent-success{
  background:#238551;
  color:#ffffff;
}
.bp6-tag.bp6-intent-success.bp6-interactive:hover{
  background-color:#1c6e42;
}
.bp6-tag.bp6-intent-success.bp6-interactive:active, .bp6-tag.bp6-intent-success.bp6-interactive.bp6-active{
  background-color:#165a36;
}
.bp6-tag.bp6-intent-success .bp6-tag-remove{
  color:rgba(255, 255, 255, 0.7);
}
.bp6-tag.bp6-intent-success .bp6-tag-remove:hover, .bp6-tag.bp6-intent-success .bp6-tag-remove:active{
  color:#ffffff;
}
.bp6-tag.bp6-intent-warning{
  background:#fbb360;
  color:#1c2127;
}
.bp6-tag.bp6-intent-warning.bp6-interactive:hover{
  background-color:#ec9a3c;
}
.bp6-tag.bp6-intent-warning.bp6-interactive:active, .bp6-tag.bp6-intent-warning.bp6-interactive.bp6-active{
  background-color:#c87619;
}
.bp6-tag.bp6-intent-warning .bp6-tag-remove{
  color:rgba(28, 33, 39, 0.7);
}
.bp6-tag.bp6-intent-warning .bp6-tag-remove:hover, .bp6-tag.bp6-intent-warning .bp6-tag-remove:active{
  color:#1c2127;
}
.bp6-tag.bp6-intent-danger{
  background:#cd4246;
  color:#ffffff;
}
.bp6-tag.bp6-intent-danger.bp6-interactive:hover{
  background-color:#ac2f33;
}
.bp6-tag.bp6-intent-danger.bp6-interactive:active, .bp6-tag.bp6-intent-danger.bp6-interactive.bp6-active{
  background-color:#8e292c;
}
.bp6-tag.bp6-intent-danger .bp6-tag-remove{
  color:rgba(255, 255, 255, 0.7);
}
.bp6-tag.bp6-intent-danger .bp6-tag-remove:hover, .bp6-tag.bp6-intent-danger .bp6-tag-remove:active{
  color:#ffffff;
}
.bp6-tag.bp6-fill{
  display:flex;
  width:100%;
}
.bp6-tag.bp6-minimal > .bp6-icon, .bp6-tag.bp6-minimal .bp6-icon-standard, .bp6-tag.bp6-minimal .bp6-icon-large{
  fill:#5f6b7c;
}
.bp6-tag.bp6-minimal:not([class*=bp6-intent-]).bp6-interactive{
  cursor:pointer;
}
.bp6-tag.bp6-minimal:not([class*=bp6-intent-]).bp6-interactive:hover{
  background-color:rgba(143, 153, 168, 0.3);
  color:#111418;
}
.bp6-tag.bp6-minimal:not([class*=bp6-intent-]).bp6-interactive.bp6-active, .bp6-tag.bp6-minimal:not([class*=bp6-intent-]).bp6-interactive:active{
  background-color:rgba(143, 153, 168, 0.35);
  color:#111418;
}
.bp6-tag.bp6-minimal:not([class*=bp6-intent-]){
  background-color:rgba(143, 153, 168, 0.15);
  color:#1c2127;
}
.bp6-tag.bp6-minimal:not([class*=bp6-intent-]) .bp6-tag-remove{
  color:#5f6b7c;
}
.bp6-tag.bp6-minimal:not([class*=bp6-intent-]) .bp6-tag-remove:hover, .bp6-tag.bp6-minimal:not([class*=bp6-intent-]) .bp6-tag-remove:active{
  color:#404854;
}
.bp6-dark .bp6-tag.bp6-minimal:not([class*=bp6-intent-]).bp6-interactive{
  cursor:pointer;
}
.bp6-dark .bp6-tag.bp6-minimal:not([class*=bp6-intent-]).bp6-interactive:hover{
  background-color:rgba(143, 153, 168, 0.3);
  color:#ffffff;
}
.bp6-dark .bp6-tag.bp6-minimal:not([class*=bp6-intent-]).bp6-interactive.bp6-active, .bp6-dark .bp6-tag.bp6-minimal:not([class*=bp6-intent-]).bp6-interactive:active{
  background-color:rgba(143, 153, 168, 0.35);
  color:#ffffff;
}
.bp6-dark .bp6-tag.bp6-minimal:not([class*=bp6-intent-]){
  background-color:rgba(143, 153, 168, 0.15);
  color:#f6f7f9;
}
.bp6-dark .bp6-tag.bp6-minimal:not([class*=bp6-intent-]) .bp6-tag-remove{
  color:#abb3bf;
}
.bp6-dark .bp6-tag.bp6-minimal:not([class*=bp6-intent-]) .bp6-tag-remove:hover, .bp6-dark .bp6-tag.bp6-minimal:not([class*=bp6-intent-]) .bp6-tag-remove:active{
  color:#d3d8de;
}
.bp6-tag.bp6-minimal.bp6-intent-primary{
  background-color:rgba(45, 114, 210, 0.1);
  color:#215db0;
}
.bp6-tag.bp6-minimal.bp6-intent-primary > .bp6-icon, .bp6-tag.bp6-minimal.bp6-intent-primary .bp6-icon-standard, .bp6-tag.bp6-minimal.bp6-intent-primary .bp6-icon-large{
  fill:#215db0;
}
.bp6-tag.bp6-minimal.bp6-intent-primary.bp6-interactive:hover{
  background-color:rgba(45, 114, 210, 0.2);
  color:#184a90;
}
.bp6-tag.bp6-minimal.bp6-intent-primary.bp6-interactive:active, .bp6-tag.bp6-minimal.bp6-intent-primary.bp6-interactive.bp6-active{
  background-color:rgba(45, 114, 210, 0.3);
  color:#184a90;
}
.bp6-tag.bp6-minimal.bp6-intent-primary .bp6-tag-remove{
  color:#215db0;
}
.bp6-tag.bp6-minimal.bp6-intent-primary .bp6-tag-remove:hover, .bp6-tag.bp6-minimal.bp6-intent-primary .bp6-tag-remove:active{
  color:#184a90;
}
.bp6-tag.bp6-minimal.bp6-intent-success{
  background-color:rgba(35, 133, 81, 0.1);
  color:#1c6e42;
}
.bp6-tag.bp6-minimal.bp6-intent-success > .bp6-icon, .bp6-tag.bp6-minimal.bp6-intent-success .bp6-icon-standard, .bp6-tag.bp6-minimal.bp6-intent-success .bp6-icon-large{
  fill:#1c6e42;
}
.bp6-tag.bp6-minimal.bp6-intent-success.bp6-interactive:hover{
  background-color:rgba(35, 133, 81, 0.2);
  color:#165a36;
}
.bp6-tag.bp6-minimal.bp6-intent-success.bp6-interactive:active, .bp6-tag.bp6-minimal.bp6-intent-success.bp6-interactive.bp6-active{
  background-color:rgba(35, 133, 81, 0.3);
  color:#165a36;
}
.bp6-tag.bp6-minimal.bp6-intent-success .bp6-tag-remove{
  color:#1c6e42;
}
.bp6-tag.bp6-minimal.bp6-intent-success .bp6-tag-remove:hover, .bp6-tag.bp6-minimal.bp6-intent-success .bp6-tag-remove:active{
  color:#165a36;
}
.bp6-tag.bp6-minimal.bp6-intent-warning{
  background-color:rgba(200, 118, 25, 0.1);
  color:#935610;
}
.bp6-tag.bp6-minimal.bp6-intent-warning > .bp6-icon, .bp6-tag.bp6-minimal.bp6-intent-warning .bp6-icon-standard, .bp6-tag.bp6-minimal.bp6-intent-warning .bp6-icon-large{
  fill:#935610;
}
.bp6-tag.bp6-minimal.bp6-intent-warning.bp6-interactive:hover{
  background-color:rgba(200, 118, 25, 0.2);
  color:#77450d;
}
.bp6-tag.bp6-minimal.bp6-intent-warning.bp6-interactive:active, .bp6-tag.bp6-minimal.bp6-intent-warning.bp6-interactive.bp6-active{
  background-color:rgba(200, 118, 25, 0.3);
  color:#77450d;
}
.bp6-tag.bp6-minimal.bp6-intent-warning .bp6-tag-remove{
  color:#935610;
}
.bp6-tag.bp6-minimal.bp6-intent-warning .bp6-tag-remove:hover, .bp6-tag.bp6-minimal.bp6-intent-warning .bp6-tag-remove:active{
  color:#77450d;
}
.bp6-tag.bp6-minimal.bp6-intent-danger{
  background-color:rgba(205, 66, 70, 0.1);
  color:#ac2f33;
}
.bp6-tag.bp6-minimal.bp6-intent-danger > .bp6-icon, .bp6-tag.bp6-minimal.bp6-intent-danger .bp6-icon-standard, .bp6-tag.bp6-minimal.bp6-intent-danger .bp6-icon-large{
  fill:#ac2f33;
}
.bp6-tag.bp6-minimal.bp6-intent-danger.bp6-interactive:hover{
  background-color:rgba(205, 66, 70, 0.2);
  color:#8e292c;
}
.bp6-tag.bp6-minimal.bp6-intent-danger.bp6-interactive:active, .bp6-tag.bp6-minimal.bp6-intent-danger.bp6-interactive.bp6-active{
  background-color:rgba(205, 66, 70, 0.3);
  color:#8e292c;
}
.bp6-tag.bp6-minimal.bp6-intent-danger .bp6-tag-remove{
  color:#ac2f33;
}
.bp6-tag.bp6-minimal.bp6-intent-danger .bp6-tag-remove:hover, .bp6-tag.bp6-minimal.bp6-intent-danger .bp6-tag-remove:active{
  color:#8e292c;
}
.bp6-dark .bp6-tag.bp6-minimal.bp6-intent-primary{
  background-color:rgba(45, 114, 210, 0.2);
  color:#8abbff;
}
.bp6-dark .bp6-tag.bp6-minimal.bp6-intent-primary.bp6-interactive:hover{
  background-color:rgba(45, 114, 210, 0.3);
  color:#99c4ff;
}
.bp6-dark .bp6-tag.bp6-minimal.bp6-intent-primary.bp6-interactive:active, .bp6-dark .bp6-tag.bp6-minimal.bp6-intent-primary.bp6-interactive.bp6-active{
  background-color:rgba(45, 114, 210, 0.35);
  color:#99c4ff;
}
.bp6-dark .bp6-tag.bp6-minimal.bp6-intent-primary .bp6-tag-remove{
  color:#8abbff;
}
.bp6-dark .bp6-tag.bp6-minimal.bp6-intent-primary .bp6-tag-remove:hover, .bp6-dark .bp6-tag.bp6-minimal.bp6-intent-primary .bp6-tag-remove:active{
  color:#99c4ff;
}
.bp6-dark .bp6-tag.bp6-minimal.bp6-intent-success{
  background-color:rgba(35, 133, 81, 0.2);
  color:#72ca9b;
}
.bp6-dark .bp6-tag.bp6-minimal.bp6-intent-success.bp6-interactive:hover{
  background-color:rgba(35, 133, 81, 0.3);
  color:#7cd7a2;
}
.bp6-dark .bp6-tag.bp6-minimal.bp6-intent-success.bp6-interactive:active, .bp6-dark .bp6-tag.bp6-minimal.bp6-intent-success.bp6-interactive.bp6-active{
  background-color:rgba(35, 133, 81, 0.35);
  color:#7cd7a2;
}
.bp6-dark .bp6-tag.bp6-minimal.bp6-intent-success .bp6-tag-remove{
  color:#72ca9b;
}
.bp6-dark .bp6-tag.bp6-minimal.bp6-intent-success .bp6-tag-remove:hover, .bp6-dark .bp6-tag.bp6-minimal.bp6-intent-success .bp6-tag-remove:active{
  color:#7cd7a2;
}
.bp6-dark .bp6-tag.bp6-minimal.bp6-intent-warning{
  background-color:rgba(200, 118, 25, 0.2);
  color:#fbb360;
}
.bp6-dark .bp6-tag.bp6-minimal.bp6-intent-warning.bp6-interactive:hover{
  background-color:rgba(200, 118, 25, 0.3);
  color:#f5c186;
}
.bp6-dark .bp6-tag.bp6-minimal.bp6-intent-warning.bp6-interactive:active, .bp6-dark .bp6-tag.bp6-minimal.bp6-intent-warning.bp6-interactive.bp6-active{
  background-color:rgba(200, 118, 25, 0.35);
  color:#f5c186;
}
.bp6-dark .bp6-tag.bp6-minimal.bp6-intent-warning .bp6-tag-remove{
  color:#fbb360;
}
.bp6-dark .bp6-tag.bp6-minimal.bp6-intent-warning .bp6-tag-remove:hover, .bp6-dark .bp6-tag.bp6-minimal.bp6-intent-warning .bp6-tag-remove:active{
  color:#f5c186;
}
.bp6-dark .bp6-tag.bp6-minimal.bp6-intent-danger{
  background-color:rgba(205, 66, 70, 0.2);
  color:#fa999c;
}
.bp6-dark .bp6-tag.bp6-minimal.bp6-intent-danger.bp6-interactive:hover{
  background-color:rgba(205, 66, 70, 0.3);
  color:#ffa1a4;
}
.bp6-dark .bp6-tag.bp6-minimal.bp6-intent-danger.bp6-interactive:active, .bp6-dark .bp6-tag.bp6-minimal.bp6-intent-danger.bp6-interactive.bp6-active{
  background-color:rgba(205, 66, 70, 0.35);
  color:#ffa1a4;
}
.bp6-dark .bp6-tag.bp6-minimal.bp6-intent-danger .bp6-tag-remove{
  color:#fa999c;
}
.bp6-dark .bp6-tag.bp6-minimal.bp6-intent-danger .bp6-tag-remove:hover, .bp6-dark .bp6-tag.bp6-minimal.bp6-intent-danger .bp6-tag-remove:active{
  color:#ffa1a4;
}
.bp6-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;
}
.bp6-tag-remove:hover{
  background:none;
  color:inherit;
  text-decoration:none;
}
.bp6-tag-remove .bp6-icon:first-child{
  color:inherit;
}
.bp6-tag-remove:hover, .bp6-tag-remove:active{
  color:#ffffff;
}
.bp6-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";
}
.bp6-large .bp6-tag-remove{
  margin-right:-8px !important;
  padding:0 4px 0 0;
}
.bp6-large .bp6-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;
}
.bp6-compound-tag{
  background:none;
}
.bp6-compound-tag .bp6-compound-tag-left{
  background-color:#404854;
}
.bp6-compound-tag .bp6-compound-tag-right{
  background-color:#5f6b7c;
}
.bp6-compound-tag.bp6-interactive:hover .bp6-compound-tag-left{
  background-color:#383e47;
}
.bp6-compound-tag.bp6-interactive:hover .bp6-compound-tag-right{
  background-color:#404854;
}
.bp6-compound-tag.bp6-interactive:active .bp6-compound-tag-left, .bp6-compound-tag.bp6-interactive.bp6-active .bp6-compound-tag-left{
  background-color:#2f343c;
}
.bp6-compound-tag.bp6-interactive:active .bp6-compound-tag-right, .bp6-compound-tag.bp6-interactive.bp6-active .bp6-compound-tag-right{
  background-color:#383e47;
}
.bp6-compound-tag{
  padding:0;
}
.bp6-compound-tag .bp6-compound-tag-left,
.bp6-compound-tag .bp6-compound-tag-right{
  align-items:center;
  display:inline-flex;
  padding:2px 4px;
}
.bp6-compound-tag .bp6-compound-tag-left{
  border-bottom-left-radius:4px;
  border-top-left-radius:4px;
  margin-right:0;
}
.bp6-compound-tag .bp6-compound-tag-left > .bp6-icon, .bp6-compound-tag .bp6-compound-tag-left .bp6-icon-standard, .bp6-compound-tag .bp6-compound-tag-left .bp6-icon-large{
  margin-right:4px;
}
.bp6-compound-tag .bp6-compound-tag-right{
  border-bottom-right-radius:4px;
  border-top-right-radius:4px;
  flex-grow:1;
  padding:2px 4px;
}
.bp6-compound-tag .bp6-compound-tag-right > .bp6-icon, .bp6-compound-tag .bp6-compound-tag-right .bp6-icon-standard, .bp6-compound-tag .bp6-compound-tag-right .bp6-icon-large{
  margin-left:4px;
}
.bp6-compound-tag .bp6-compound-tag-right .bp6-compound-tag-right-content{
  flex-grow:1;
}
.bp6-compound-tag .bp6-compound-tag-right .bp6-tag-remove{
  margin-left:2px;
  margin-right:-4px !important;
}
.bp6-compound-tag.bp6-round{
  padding:0;
}
.bp6-compound-tag.bp6-round .bp6-compound-tag-left{
  border-bottom-left-radius:20px;
  border-top-left-radius:20px;
  padding-left:8px;
}
.bp6-compound-tag.bp6-round .bp6-compound-tag-right{
  border-bottom-right-radius:20px;
  border-top-right-radius:20px;
  padding-right:8px;
}
.bp6-compound-tag.bp6-large{
  padding:0;
}
.bp6-compound-tag.bp6-large .bp6-compound-tag-left,
.bp6-compound-tag.bp6-large .bp6-compound-tag-right{
  padding:6px 8px;
}
.bp6-compound-tag.bp6-large .bp6-compound-tag-left > .bp6-icon, .bp6-compound-tag.bp6-large .bp6-compound-tag-left .bp6-icon-standard, .bp6-compound-tag.bp6-large .bp6-compound-tag-left .bp6-icon-large{
  margin-right:8px;
}
.bp6-compound-tag.bp6-large .bp6-compound-tag-right > .bp6-icon, .bp6-compound-tag.bp6-large .bp6-compound-tag-right .bp6-icon-standard, .bp6-compound-tag.bp6-large .bp6-compound-tag-right .bp6-icon-large{
  margin-left:8px;
}
.bp6-compound-tag.bp6-large .bp6-tag-remove{
  margin-left:8px;
  margin-right:-10px !important;
}
.bp6-compound-tag.bp6-large.bp6-round{
  padding:0;
}
.bp6-compound-tag.bp6-large.bp6-round .bp6-compound-tag-left{
  border-bottom-left-radius:30px;
  border-top-left-radius:30px;
  padding-left:10px;
}
.bp6-compound-tag.bp6-large.bp6-round .bp6-compound-tag-right{
  border-bottom-right-radius:30px;
  border-top-right-radius:30px;
  padding-right:10px;
}
.bp6-compound-tag.bp6-minimal:not([class*=bp6-intent-]){
  background:none;
}
.bp6-compound-tag.bp6-minimal:not([class*=bp6-intent-]) .bp6-compound-tag-left{
  background-color:rgba(95, 107, 124, 0.2);
}
.bp6-compound-tag.bp6-minimal:not([class*=bp6-intent-]) .bp6-compound-tag-right{
  background-color:rgba(95, 107, 124, 0.1);
}
.bp6-compound-tag.bp6-minimal:not([class*=bp6-intent-]).bp6-interactive:hover .bp6-compound-tag-left{
  background-color:rgba(95, 107, 124, 0.3);
}
.bp6-compound-tag.bp6-minimal:not([class*=bp6-intent-]).bp6-interactive:hover .bp6-compound-tag-right{
  background-color:rgba(95, 107, 124, 0.2);
}
.bp6-compound-tag.bp6-minimal:not([class*=bp6-intent-]).bp6-interactive:active .bp6-compound-tag-left, .bp6-compound-tag.bp6-minimal:not([class*=bp6-intent-]).bp6-interactive.bp6-active .bp6-compound-tag-left{
  background-color:rgba(95, 107, 124, 0.4);
}
.bp6-compound-tag.bp6-minimal:not([class*=bp6-intent-]).bp6-interactive:active .bp6-compound-tag-right, .bp6-compound-tag.bp6-minimal:not([class*=bp6-intent-]).bp6-interactive.bp6-active .bp6-compound-tag-right{
  background-color:rgba(95, 107, 124, 0.3);
}
.bp6-compound-tag.bp6-minimal.bp6-intent-primary{
  background:none;
}
.bp6-compound-tag.bp6-minimal.bp6-intent-primary .bp6-compound-tag-left{
  background-color:rgba(45, 114, 210, 0.2);
}
.bp6-compound-tag.bp6-minimal.bp6-intent-primary .bp6-compound-tag-right{
  background-color:rgba(45, 114, 210, 0.1);
}
.bp6-compound-tag.bp6-minimal.bp6-intent-primary.bp6-interactive:hover .bp6-compound-tag-left{
  background-color:rgba(45, 114, 210, 0.3);
}
.bp6-compound-tag.bp6-minimal.bp6-intent-primary.bp6-interactive:hover .bp6-compound-tag-right{
  background-color:rgba(45, 114, 210, 0.2);
}
.bp6-compound-tag.bp6-minimal.bp6-intent-primary.bp6-interactive:active .bp6-compound-tag-left, .bp6-compound-tag.bp6-minimal.bp6-intent-primary.bp6-interactive.bp6-active .bp6-compound-tag-left{
  background-color:rgba(45, 114, 210, 0.4);
}
.bp6-compound-tag.bp6-minimal.bp6-intent-primary.bp6-interactive:active .bp6-compound-tag-right, .bp6-compound-tag.bp6-minimal.bp6-intent-primary.bp6-interactive.bp6-active .bp6-compound-tag-right{
  background-color:rgba(45, 114, 210, 0.3);
}
.bp6-compound-tag.bp6-minimal.bp6-intent-success{
  background:none;
}
.bp6-compound-tag.bp6-minimal.bp6-intent-success .bp6-compound-tag-left{
  background-color:rgba(35, 133, 81, 0.2);
}
.bp6-compound-tag.bp6-minimal.bp6-intent-success .bp6-compound-tag-right{
  background-color:rgba(35, 133, 81, 0.1);
}
.bp6-compound-tag.bp6-minimal.bp6-intent-success.bp6-interactive:hover .bp6-compound-tag-left{
  background-color:rgba(35, 133, 81, 0.3);
}
.bp6-compound-tag.bp6-minimal.bp6-intent-success.bp6-interactive:hover .bp6-compound-tag-right{
  background-color:rgba(35, 133, 81, 0.2);
}
.bp6-compound-tag.bp6-minimal.bp6-intent-success.bp6-interactive:active .bp6-compound-tag-left, .bp6-compound-tag.bp6-minimal.bp6-intent-success.bp6-interactive.bp6-active .bp6-compound-tag-left{
  background-color:rgba(35, 133, 81, 0.4);
}
.bp6-compound-tag.bp6-minimal.bp6-intent-success.bp6-interactive:active .bp6-compound-tag-right, .bp6-compound-tag.bp6-minimal.bp6-intent-success.bp6-interactive.bp6-active .bp6-compound-tag-right{
  background-color:rgba(35, 133, 81, 0.3);
}
.bp6-compound-tag.bp6-minimal.bp6-intent-warning{
  background:none;
}
.bp6-compound-tag.bp6-minimal.bp6-intent-warning .bp6-compound-tag-left{
  background-color:rgba(200, 118, 25, 0.2);
}
.bp6-compound-tag.bp6-minimal.bp6-intent-warning .bp6-compound-tag-right{
  background-color:rgba(200, 118, 25, 0.1);
}
.bp6-compound-tag.bp6-minimal.bp6-intent-warning.bp6-interactive:hover .bp6-compound-tag-left{
  background-color:rgba(200, 118, 25, 0.3);
}
.bp6-compound-tag.bp6-minimal.bp6-intent-warning.bp6-interactive:hover .bp6-compound-tag-right{
  background-color:rgba(200, 118, 25, 0.2);
}
.bp6-compound-tag.bp6-minimal.bp6-intent-warning.bp6-interactive:active .bp6-compound-tag-left, .bp6-compound-tag.bp6-minimal.bp6-intent-warning.bp6-interactive.bp6-active .bp6-compound-tag-left{
  background-color:rgba(200, 118, 25, 0.4);
}
.bp6-compound-tag.bp6-minimal.bp6-intent-warning.bp6-interactive:active .bp6-compound-tag-right, .bp6-compound-tag.bp6-minimal.bp6-intent-warning.bp6-interactive.bp6-active .bp6-compound-tag-right{
  background-color:rgba(200, 118, 25, 0.3);
}
.bp6-compound-tag.bp6-minimal.bp6-intent-danger{
  background:none;
}
.bp6-compound-tag.bp6-minimal.bp6-intent-danger .bp6-compound-tag-left{
  background-color:rgba(205, 66, 70, 0.2);
}
.bp6-compound-tag.bp6-minimal.bp6-intent-danger .bp6-compound-tag-right{
  background-color:rgba(205, 66, 70, 0.1);
}
.bp6-compound-tag.bp6-minimal.bp6-intent-danger.bp6-interactive:hover .bp6-compound-tag-left{
  background-color:rgba(205, 66, 70, 0.3);
}
.bp6-compound-tag.bp6-minimal.bp6-intent-danger.bp6-interactive:hover .bp6-compound-tag-right{
  background-color:rgba(205, 66, 70, 0.2);
}
.bp6-compound-tag.bp6-minimal.bp6-intent-danger.bp6-interactive:active .bp6-compound-tag-left, .bp6-compound-tag.bp6-minimal.bp6-intent-danger.bp6-interactive.bp6-active .bp6-compound-tag-left{
  background-color:rgba(205, 66, 70, 0.4);
}
.bp6-compound-tag.bp6-minimal.bp6-intent-danger.bp6-interactive:active .bp6-compound-tag-right, .bp6-compound-tag.bp6-minimal.bp6-intent-danger.bp6-interactive.bp6-active .bp6-compound-tag-right{
  background-color:rgba(205, 66, 70, 0.3);
}
.bp6-dark .bp6-compound-tag.bp6-minimal:not([class*=bp6-intent-]){
  background:none;
}
.bp6-dark .bp6-compound-tag.bp6-minimal:not([class*=bp6-intent-]) .bp6-compound-tag-left{
  background-color:rgba(95, 107, 124, 0.4);
}
.bp6-dark .bp6-compound-tag.bp6-minimal:not([class*=bp6-intent-]) .bp6-compound-tag-right{
  background-color:rgba(95, 107, 124, 0.2);
}
.bp6-dark .bp6-compound-tag.bp6-minimal:not([class*=bp6-intent-]).bp6-interactive:hover .bp6-compound-tag-left{
  background-color:rgba(95, 107, 124, 0.5);
}
.bp6-dark .bp6-compound-tag.bp6-minimal:not([class*=bp6-intent-]).bp6-interactive:hover .bp6-compound-tag-right{
  background-color:rgba(95, 107, 124, 0.3);
}
.bp6-dark .bp6-compound-tag.bp6-minimal:not([class*=bp6-intent-]).bp6-interactive:active .bp6-compound-tag-left, .bp6-dark .bp6-compound-tag.bp6-minimal:not([class*=bp6-intent-]).bp6-interactive.bp6-active .bp6-compound-tag-left{
  background-color:rgba(95, 107, 124, 0.55);
}
.bp6-dark .bp6-compound-tag.bp6-minimal:not([class*=bp6-intent-]).bp6-interactive:active .bp6-compound-tag-right, .bp6-dark .bp6-compound-tag.bp6-minimal:not([class*=bp6-intent-]).bp6-interactive.bp6-active .bp6-compound-tag-right{
  background-color:rgba(95, 107, 124, 0.35);
}
.bp6-dark .bp6-compound-tag.bp6-minimal.bp6-intent-primary{
  background:none;
}
.bp6-dark .bp6-compound-tag.bp6-minimal.bp6-intent-primary .bp6-compound-tag-left{
  background-color:rgba(45, 114, 210, 0.4);
}
.bp6-dark .bp6-compound-tag.bp6-minimal.bp6-intent-primary .bp6-compound-tag-right{
  background-color:rgba(45, 114, 210, 0.2);
}
.bp6-dark .bp6-compound-tag.bp6-minimal.bp6-intent-primary.bp6-interactive:hover .bp6-compound-tag-left{
  background-color:rgba(45, 114, 210, 0.5);
}
.bp6-dark .bp6-compound-tag.bp6-minimal.bp6-intent-primary.bp6-interactive:hover .bp6-compound-tag-right{
  background-color:rgba(45, 114, 210, 0.3);
}
.bp6-dark .bp6-compound-tag.bp6-minimal.bp6-intent-primary.bp6-interactive:active .bp6-compound-tag-left, .bp6-dark .bp6-compound-tag.bp6-minimal.bp6-intent-primary.bp6-interactive.bp6-active .bp6-compound-tag-left{
  background-color:rgba(45, 114, 210, 0.55);
}
.bp6-dark .bp6-compound-tag.bp6-minimal.bp6-intent-primary.bp6-interactive:active .bp6-compound-tag-right, .bp6-dark .bp6-compound-tag.bp6-minimal.bp6-intent-primary.bp6-interactive.bp6-active .bp6-compound-tag-right{
  background-color:rgba(45, 114, 210, 0.35);
}
.bp6-dark .bp6-compound-tag.bp6-minimal.bp6-intent-success{
  background:none;
}
.bp6-dark .bp6-compound-tag.bp6-minimal.bp6-intent-success .bp6-compound-tag-left{
  background-color:rgba(35, 133, 81, 0.4);
}
.bp6-dark .bp6-compound-tag.bp6-minimal.bp6-intent-success .bp6-compound-tag-right{
  background-color:rgba(35, 133, 81, 0.2);
}
.bp6-dark .bp6-compound-tag.bp6-minimal.bp6-intent-success.bp6-interactive:hover .bp6-compound-tag-left{
  background-color:rgba(35, 133, 81, 0.5);
}
.bp6-dark .bp6-compound-tag.bp6-minimal.bp6-intent-success.bp6-interactive:hover .bp6-compound-tag-right{
  background-color:rgba(35, 133, 81, 0.3);
}
.bp6-dark .bp6-compound-tag.bp6-minimal.bp6-intent-success.bp6-interactive:active .bp6-compound-tag-left, .bp6-dark .bp6-compound-tag.bp6-minimal.bp6-intent-success.bp6-interactive.bp6-active .bp6-compound-tag-left{
  background-color:rgba(35, 133, 81, 0.55);
}
.bp6-dark .bp6-compound-tag.bp6-minimal.bp6-intent-success.bp6-interactive:active .bp6-compound-tag-right, .bp6-dark .bp6-compound-tag.bp6-minimal.bp6-intent-success.bp6-interactive.bp6-active .bp6-compound-tag-right{
  background-color:rgba(35, 133, 81, 0.35);
}
.bp6-dark .bp6-compound-tag.bp6-minimal.bp6-intent-warning{
  background:none;
}
.bp6-dark .bp6-compound-tag.bp6-minimal.bp6-intent-warning .bp6-compound-tag-left{
  background-color:rgba(200, 118, 25, 0.4);
}
.bp6-dark .bp6-compound-tag.bp6-minimal.bp6-intent-warning .bp6-compound-tag-right{
  background-color:rgba(200, 118, 25, 0.2);
}
.bp6-dark .bp6-compound-tag.bp6-minimal.bp6-intent-warning.bp6-interactive:hover .bp6-compound-tag-left{
  background-color:rgba(200, 118, 25, 0.5);
}
.bp6-dark .bp6-compound-tag.bp6-minimal.bp6-intent-warning.bp6-interactive:hover .bp6-compound-tag-right{
  background-color:rgba(200, 118, 25, 0.3);
}
.bp6-dark .bp6-compound-tag.bp6-minimal.bp6-intent-warning.bp6-interactive:active .bp6-compound-tag-left, .bp6-dark .bp6-compound-tag.bp6-minimal.bp6-intent-warning.bp6-interactive.bp6-active .bp6-compound-tag-left{
  background-color:rgba(200, 118, 25, 0.55);
}
.bp6-dark .bp6-compound-tag.bp6-minimal.bp6-intent-warning.bp6-interactive:active .bp6-compound-tag-right, .bp6-dark .bp6-compound-tag.bp6-minimal.bp6-intent-warning.bp6-interactive.bp6-active .bp6-compound-tag-right{
  background-color:rgba(200, 118, 25, 0.35);
}
.bp6-dark .bp6-compound-tag.bp6-minimal.bp6-intent-danger{
  background:none;
}
.bp6-dark .bp6-compound-tag.bp6-minimal.bp6-intent-danger .bp6-compound-tag-left{
  background-color:rgba(205, 66, 70, 0.4);
}
.bp6-dark .bp6-compound-tag.bp6-minimal.bp6-intent-danger .bp6-compound-tag-right{
  background-color:rgba(205, 66, 70, 0.2);
}
.bp6-dark .bp6-compound-tag.bp6-minimal.bp6-intent-danger.bp6-interactive:hover .bp6-compound-tag-left{
  background-color:rgba(205, 66, 70, 0.5);
}
.bp6-dark .bp6-compound-tag.bp6-minimal.bp6-intent-danger.bp6-interactive:hover .bp6-compound-tag-right{
  background-color:rgba(205, 66, 70, 0.3);
}
.bp6-dark .bp6-compound-tag.bp6-minimal.bp6-intent-danger.bp6-interactive:active .bp6-compound-tag-left, .bp6-dark .bp6-compound-tag.bp6-minimal.bp6-intent-danger.bp6-interactive.bp6-active .bp6-compound-tag-left{
  background-color:rgba(205, 66, 70, 0.55);
}
.bp6-dark .bp6-compound-tag.bp6-minimal.bp6-intent-danger.bp6-interactive:active .bp6-compound-tag-right, .bp6-dark .bp6-compound-tag.bp6-minimal.bp6-intent-danger.bp6-interactive.bp6-active .bp6-compound-tag-right{
  background-color:rgba(205, 66, 70, 0.35);
}
.bp6-compound-tag.bp6-intent-primary{
  background:none;
}
.bp6-compound-tag.bp6-intent-primary .bp6-compound-tag-left{
  background-color:#215db0;
}
.bp6-compound-tag.bp6-intent-primary .bp6-compound-tag-right{
  background-color:#2d72d2;
}
.bp6-compound-tag.bp6-intent-primary.bp6-interactive:hover .bp6-compound-tag-left{
  background-color:#184a90;
}
.bp6-compound-tag.bp6-intent-primary.bp6-interactive:hover .bp6-compound-tag-right{
  background-color:#215db0;
}
.bp6-compound-tag.bp6-intent-primary.bp6-interactive:active .bp6-compound-tag-left, .bp6-compound-tag.bp6-intent-primary.bp6-interactive.bp6-active .bp6-compound-tag-left{
  background-color:#11376b;
}
.bp6-compound-tag.bp6-intent-primary.bp6-interactive:active .bp6-compound-tag-right, .bp6-compound-tag.bp6-intent-primary.bp6-interactive.bp6-active .bp6-compound-tag-right{
  background-color:#184a90;
}
.bp6-compound-tag.bp6-intent-success{
  background:none;
}
.bp6-compound-tag.bp6-intent-success .bp6-compound-tag-left{
  background-color:#1c6e42;
}
.bp6-compound-tag.bp6-intent-success .bp6-compound-tag-right{
  background-color:#238551;
}
.bp6-compound-tag.bp6-intent-success.bp6-interactive:hover .bp6-compound-tag-left{
  background-color:#165a36;
}
.bp6-compound-tag.bp6-intent-success.bp6-interactive:hover .bp6-compound-tag-right{
  background-color:#1c6e42;
}
.bp6-compound-tag.bp6-intent-success.bp6-interactive:active .bp6-compound-tag-left, .bp6-compound-tag.bp6-intent-success.bp6-interactive.bp6-active .bp6-compound-tag-left{
  background-color:#0f3e25;
}
.bp6-compound-tag.bp6-intent-success.bp6-interactive:active .bp6-compound-tag-right, .bp6-compound-tag.bp6-intent-success.bp6-interactive.bp6-active .bp6-compound-tag-right{
  background-color:#165a36;
}
.bp6-compound-tag.bp6-intent-warning{
  background:none;
}
.bp6-compound-tag.bp6-intent-warning .bp6-compound-tag-left{
  background-color:#ec9a3c;
}
.bp6-compound-tag.bp6-intent-warning .bp6-compound-tag-right{
  background-color:#fbb360;
}
.bp6-compound-tag.bp6-intent-warning.bp6-interactive:hover .bp6-compound-tag-left{
  background-color:#c87619;
}
.bp6-compound-tag.bp6-intent-warning.bp6-interactive:hover .bp6-compound-tag-right{
  background-color:#ec9a3c;
}
.bp6-compound-tag.bp6-intent-warning.bp6-interactive:active .bp6-compound-tag-left, .bp6-compound-tag.bp6-intent-warning.bp6-interactive.bp6-active .bp6-compound-tag-left{
  background-color:#935610;
}
.bp6-compound-tag.bp6-intent-warning.bp6-interactive:active .bp6-compound-tag-right, .bp6-compound-tag.bp6-intent-warning.bp6-interactive.bp6-active .bp6-compound-tag-right{
  background-color:#c87619;
}
.bp6-compound-tag.bp6-intent-danger{
  background:none;
}
.bp6-compound-tag.bp6-intent-danger .bp6-compound-tag-left{
  background-color:#ac2f33;
}
.bp6-compound-tag.bp6-intent-danger .bp6-compound-tag-right{
  background-color:#cd4246;
}
.bp6-compound-tag.bp6-intent-danger.bp6-interactive:hover .bp6-compound-tag-left{
  background-color:#8e292c;
}
.bp6-compound-tag.bp6-intent-danger.bp6-interactive:hover .bp6-compound-tag-right{
  background-color:#ac2f33;
}
.bp6-compound-tag.bp6-intent-danger.bp6-interactive:active .bp6-compound-tag-left, .bp6-compound-tag.bp6-intent-danger.bp6-interactive.bp6-active .bp6-compound-tag-left{
  background-color:#782326;
}
.bp6-compound-tag.bp6-intent-danger.bp6-interactive:active .bp6-compound-tag-right, .bp6-compound-tag.bp6-intent-danger.bp6-interactive.bp6-active .bp6-compound-tag-right{
  background-color:#8e292c;
}
.bp6-tag-input{
  display:flex;
  flex-direction:row;
}
.bp6-tag-input > *{
  flex-grow:0;
  flex-shrink:0;
}
.bp6-tag-input > .bp6-tag-input-values{
  flex-grow:1;
  flex-shrink:1;
}
.bp6-tag-input{
  align-items:flex-start;
  cursor:text;
  height:auto;
  line-height:inherit;
  min-height:30px;
  padding-left:6px;
  padding-right:0;
}
.bp6-tag-input .bp6-tag-input-icon{
  color:#5f6b7c;
  margin-left:3px;
  margin-right:7px;
  margin-top:7px;
}
.bp6-tag-input .bp6-tag-input-values{
  display:flex;
  flex-direction:row;
}
.bp6-tag-input .bp6-tag-input-values > *{
  flex-grow:0;
  flex-shrink:0;
}
.bp6-tag-input .bp6-tag-input-values > .bp6-fill{
  flex-grow:1;
  flex-shrink:1;
}
.bp6-tag-input .bp6-tag-input-values::before,
.bp6-tag-input .bp6-tag-input-values > *{
  margin-right:4px;
}
.bp6-tag-input .bp6-tag-input-values:empty::before,
.bp6-tag-input .bp6-tag-input-values > :last-child{
  margin-right:0;
}
.bp6-tag-input .bp6-tag-input-values{
  align-items:center;
  align-self:stretch;
  flex-wrap:wrap;
  margin-right:4px;
  margin-top:4px;
  min-width:0;
  position:relative;
}
.bp6-tag-input .bp6-tag-input-values:first-child .bp6-tag ~ .bp6-input-ghost{
  padding-left:0;
}
.bp6-tag-input .bp6-tag-input-values:first-child .bp6-input-ghost{
  padding-left:4px;
}
.bp6-tag-input .bp6-tag-input-values > *{
  margin-bottom:4px;
}
.bp6-tag-input .bp6-tag{
  overflow-wrap:break-word;
}
.bp6-tag-input .bp6-tag.bp6-active{
  outline:rgba(33, 93, 176, 0.752) solid 2px;
  outline-offset:0;
  -moz-outline-radius:6px;
}
.bp6-dark .bp6-tag-input .bp6-tag.bp6-active{
  outline-color:rgba(138, 187, 255, 0.752);
}
.bp6-tag-input .bp6-input-ghost{
  flex:1 1 auto;
  line-height:20px;
  width:80px;
}
.bp6-tag-input .bp6-input-ghost:disabled, .bp6-tag-input .bp6-input-ghost.bp6-disabled{
  cursor:not-allowed;
}
.bp6-tag-input .bp6-button,
.bp6-tag-input .bp6-spinner{
  margin:3px;
  margin-left:0;
}
.bp6-tag-input .bp6-button{
  min-height:24px;
  min-width:24px;
  padding:0 8px;
}
.bp6-tag-input.bp6-large::before,
.bp6-tag-input.bp6-large > *{
  margin-right:10px;
}
.bp6-tag-input.bp6-large:empty::before,
.bp6-tag-input.bp6-large > :last-child{
  margin-right:0;
}
.bp6-tag-input.bp6-large{
  height:auto;
  min-height:40px;
}
.bp6-tag-input.bp6-large .bp6-tag-input-icon{
  margin-left:6px;
  margin-top:10px;
}
.bp6-tag-input.bp6-large .bp6-input-ghost{
  line-height:30px;
}
.bp6-tag-input.bp6-large .bp6-button{
  min-height:30px;
  min-width:30px;
  padding:4px 8px;
  margin:5px;
  margin-left:0;
}
.bp6-tag-input.bp6-large .bp6-spinner{
  margin:8px;
  margin-left:0;
}
.bp6-tag-input.bp6-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);
}
.bp6-tag-input.bp6-active.bp6-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);
}
.bp6-tag-input.bp6-active.bp6-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);
}
.bp6-tag-input.bp6-active.bp6-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);
}
.bp6-tag-input.bp6-active.bp6-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);
}
.bp6-dark .bp6-tag-input .bp6-tag-input-icon, .bp6-tag-input.bp6-dark .bp6-tag-input-icon{
  color:#abb3bf;
}
.bp6-dark .bp6-tag-input .bp6-input-ghost:-ms-input-placeholder, .bp6-tag-input.bp6-dark .bp6-input-ghost:-ms-input-placeholder{
  color:#abb3bf;
}
.bp6-dark .bp6-tag-input .bp6-input-ghost::-ms-input-placeholder, .bp6-tag-input.bp6-dark .bp6-input-ghost::-ms-input-placeholder{
  color:#abb3bf;
}
.bp6-dark .bp6-tag-input .bp6-input-ghost::placeholder, .bp6-tag-input.bp6-dark .bp6-input-ghost::placeholder{
  color:#abb3bf;
}
.bp6-dark .bp6-tag-input .bp6-input-ghost, .bp6-tag-input.bp6-dark .bp6-input-ghost{
  color:#f6f7f9;
}
.bp6-dark .bp6-tag-input.bp6-active, .bp6-tag-input.bp6-dark.bp6-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);
}
.bp6-dark .bp6-tag-input.bp6-active.bp6-intent-primary, .bp6-tag-input.bp6-dark.bp6-active.bp6-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);
}
.bp6-dark .bp6-tag-input.bp6-active.bp6-intent-success, .bp6-tag-input.bp6-dark.bp6-active.bp6-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);
}
.bp6-dark .bp6-tag-input.bp6-active.bp6-intent-warning, .bp6-tag-input.bp6-dark.bp6-active.bp6-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);
}
.bp6-dark .bp6-tag-input.bp6-active.bp6-intent-danger, .bp6-tag-input.bp6-dark.bp6-active.bp6-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);
}
.bp6-input-ghost:-ms-input-placeholder{
  color:#5f6b7c;
  opacity:1;
}
.bp6-input-ghost::-ms-input-placeholder{
  color:#5f6b7c;
  opacity:1;
}
.bp6-input-ghost::placeholder{
  color:#5f6b7c;
  opacity:1;
}
.bp6-input-ghost{
  background:none;
  border:none;
  box-shadow:none;
  padding:0;
}
.bp6-input-ghost:focus{
  outline:none !important;
}
.bp6-resizable-input-span{
  max-height:0;
  max-width:100%;
  min-width:80px;
  opacity:0;
  overflow:hidden;
  position:absolute;
  white-space:nowrap;
  z-index:-1;
}
.bp6-toast.bp6-toast-enter, .bp6-toast.bp6-toast-appear{
  transform:translateY(-40px);
}
.bp6-toast.bp6-toast-enter-active, .bp6-toast.bp6-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);
}
.bp6-toast.bp6-toast-enter ~ .bp6-toast, .bp6-toast.bp6-toast-appear ~ .bp6-toast{
  transform:translateY(-40px);
}
.bp6-toast.bp6-toast-enter-active ~ .bp6-toast, .bp6-toast.bp6-toast-appear-active ~ .bp6-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);
}
.bp6-toast.bp6-toast-exit{
  opacity:1;
  filter:blur(0);
}
.bp6-toast.bp6-toast-exit-active{
  opacity:0;
  filter:blur(8px);
  transition-delay:0;
  transition-duration:300ms;
  transition-property:opacity, filter;
  transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9);
}
.bp6-toast.bp6-toast-exit ~ .bp6-toast{
  transform:translateY(0);
}
.bp6-toast.bp6-toast-exit-active ~ .bp6-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);
}
.bp6-toast{
  align-items:flex-start;
  background-color:#ffffff;
  border-radius:4px;
  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:min(500px, 100%);
  min-width:min(300px, 100%);
  pointer-events:all;
  position:relative !important;
}
.bp6-toast .bp6-button-group{
  flex:0 0 auto;
  padding:5px;
  padding-left:0;
}
.bp6-toast > .bp6-icon{
  color:#5f6b7c;
  margin:12px;
  margin-right:0;
}
.bp6-toast.bp6-dark, .bp6-dark .bp6-toast{
  background-color:#383e47;
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 20px 25px -5px rgba(0, 0, 0, 0.3), inset 0 0 0.5px 0 rgba(255, 255, 255, 0.3), inset 0 0.5px 0 0 rgba(255, 255, 255, 0.08), 0 10px 30px -5px rgba(0, 0, 0, 0.3);
}
.bp6-toast.bp6-dark > .bp6-icon, .bp6-dark .bp6-toast > .bp6-icon{
  color:#abb3bf;
}
.bp6-toast.bp6-dark .bp6-button .bp6-icon, .bp6-dark .bp6-toast .bp6-button .bp6-icon{
  color:rgba(255, 255, 255, 0.7);
}
.bp6-toast[class*=bp6-intent-] a{
  color:rgba(255, 255, 255, 0.7);
}
.bp6-toast[class*=bp6-intent-] a:hover{
  color:#ffffff;
}
.bp6-toast[class*=bp6-intent-] > .bp6-icon{
  color:#ffffff;
}
.bp6-toast.bp6-intent-primary{
  background-color:#2d72d2;
  color:#ffffff;
}
.bp6-toast.bp6-intent-primary .bp6-icon:first-child{
  color:rgba(255, 255, 255, 0.7);
}
.bp6-toast.bp6-intent-primary{
}
.bp6-toast.bp6-intent-primary .bp6-button{
  background-color:#2d72d2 !important;
  color:#ffffff !important;
}
.bp6-toast.bp6-intent-primary .bp6-button:hover{
  background-color:#215db0 !important;
  color:#ffffff !important;
}
.bp6-toast.bp6-intent-primary .bp6-button:active{
  background-color:#184a90 !important;
  color:#ffffff !important;
}
.bp6-toast.bp6-intent-primary .bp6-button:focus{
  outline-color:rgba(255, 255, 255, 0.75);
}
.bp6-toast.bp6-intent-primary .bp6-button:last-child > .bp6-icon-cross{
  color:rgba(255, 255, 255, 0.7) !important;
}
.bp6-toast.bp6-intent-primary{
}
.bp6-toast.bp6-intent-success{
  background-color:#238551;
  color:#ffffff;
}
.bp6-toast.bp6-intent-success .bp6-icon:first-child{
  color:rgba(255, 255, 255, 0.7);
}
.bp6-toast.bp6-intent-success{
}
.bp6-toast.bp6-intent-success .bp6-button{
  background-color:#238551 !important;
  color:#ffffff !important;
}
.bp6-toast.bp6-intent-success .bp6-button:hover{
  background-color:#1c6e42 !important;
  color:#ffffff !important;
}
.bp6-toast.bp6-intent-success .bp6-button:active{
  background-color:#165a36 !important;
  color:#ffffff !important;
}
.bp6-toast.bp6-intent-success .bp6-button:focus{
  outline-color:rgba(255, 255, 255, 0.75);
}
.bp6-toast.bp6-intent-success .bp6-button:last-child > .bp6-icon-cross{
  color:rgba(255, 255, 255, 0.7) !important;
}
.bp6-toast.bp6-intent-success{
}
.bp6-toast.bp6-intent-warning{
  background-color:#fbb360;
  color:#1c2127;
}
.bp6-toast.bp6-intent-warning .bp6-icon:first-child{
  color:rgba(28, 33, 39, 0.7);
}
.bp6-toast.bp6-intent-warning{
}
.bp6-toast.bp6-intent-warning .bp6-button{
  background-color:#fbb360 !important;
  color:#1c2127 !important;
}
.bp6-toast.bp6-intent-warning .bp6-button:hover{
  background-color:#ec9a3c !important;
  color:#1c2127 !important;
}
.bp6-toast.bp6-intent-warning .bp6-button:active{
  background-color:#c87619 !important;
  color:#1c2127 !important;
}
.bp6-toast.bp6-intent-warning .bp6-button:focus{
  outline-color:rgba(28, 33, 39, 0.75);
}
.bp6-toast.bp6-intent-warning .bp6-button:last-child > .bp6-icon-cross{
  color:rgba(28, 33, 39, 0.7) !important;
}
.bp6-toast.bp6-intent-warning{
}
.bp6-toast.bp6-intent-danger{
  background-color:#cd4246;
  color:#ffffff;
}
.bp6-toast.bp6-intent-danger .bp6-icon:first-child{
  color:rgba(255, 255, 255, 0.7);
}
.bp6-toast.bp6-intent-danger{
}
.bp6-toast.bp6-intent-danger .bp6-button{
  background-color:#cd4246 !important;
  color:#ffffff !important;
}
.bp6-toast.bp6-intent-danger .bp6-button:hover{
  background-color:#ac2f33 !important;
  color:#ffffff !important;
}
.bp6-toast.bp6-intent-danger .bp6-button:active{
  background-color:#8e292c !important;
  color:#ffffff !important;
}
.bp6-toast.bp6-intent-danger .bp6-button:focus{
  outline-color:rgba(255, 255, 255, 0.75);
}
.bp6-toast.bp6-intent-danger .bp6-button:last-child > .bp6-icon-cross{
  color:rgba(255, 255, 255, 0.7) !important;
}
.bp6-toast.bp6-intent-danger{
}
.bp6-toast-message{
  flex:1 1 auto;
  padding:11px;
  word-break:break-word;
}
.bp6-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;
}
.bp6-toast-container.bp6-toast-container-in-portal{
  position:fixed;
}
.bp6-toast-container.bp6-toast-container-inline{
  position:absolute;
}
.bp6-toast-container.bp6-toast-container-top{
  top:0;
}
.bp6-toast-container.bp6-toast-container-bottom{
  bottom:0;
  flex-direction:column-reverse;
  top:auto;
}
.bp6-toast-container.bp6-toast-container-left{
  align-items:flex-start;
}
.bp6-toast-container.bp6-toast-container-right{
  align-items:flex-end;
}
.bp6-toast-container-bottom .bp6-toast.bp6-toast-enter:not(.bp6-toast-enter-active), .bp6-toast-container-bottom .bp6-toast.bp6-toast-enter:not(.bp6-toast-enter-active) ~ .bp6-toast, .bp6-toast-container-bottom .bp6-toast.bp6-toast-appear:not(.bp6-toast-appear-active), .bp6-toast-container-bottom .bp6-toast.bp6-toast-appear:not(.bp6-toast-appear-active) ~ .bp6-toast, .bp6-toast-container-bottom .bp6-toast.bp6-toast-exit-active ~ .bp6-toast, .bp6-toast-container-bottom .bp6-toast.bp6-toast-leave-active ~ .bp6-toast{
  transform:translateY(60px);
}
.bp6-tooltip .bp6-popover-arrow{
  height:22px;
  position:absolute;
  width:22px;
}
.bp6-tooltip .bp6-popover-arrow::before{
  height:14px;
  margin:4px;
  width:14px;
}
.bp6-tooltip{
  box-shadow:0 0 0 1px rgba(17, 20, 24, 0.1), 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.bp6-tooltip .bp6-popover-content{
  background:#404854;
}
.bp6-tooltip .bp6-popover-content,
.bp6-tooltip .bp6-heading{
  color:#f6f7f9;
}
.bp6-tooltip .bp6-popover-arrow::before{
  box-shadow:1px 1px 6px rgba(17, 20, 24, 0.2);
}
.bp6-tooltip .bp6-popover-arrow-border{
  fill:#111418;
  fill-opacity:0.1;
}
.bp6-tooltip .bp6-popover-arrow-fill{
  fill:#404854;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp6-tooltip .bp6-popover-arrow-fill{
    fill:buttonborder;
  }
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp6-tooltip{
    border:1px solid buttonborder;
  }
}
.bp6-tooltip{
  transform:scale(1);
}
.bp6-popover-enter > .bp6-tooltip, .bp6-popover-appear > .bp6-tooltip{
  transform:scale(0.8);
}
.bp6-popover-enter-active > .bp6-tooltip, .bp6-popover-appear-active > .bp6-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);
}
.bp6-popover-exit > .bp6-tooltip{
  transform:scale(1);
}
.bp6-popover-exit-active > .bp6-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);
}
.bp6-tooltip{
  color:#f6f7f9;
}
.bp6-tooltip .bp6-text-muted{
  color:#abb3bf;
}
.bp6-tooltip .bp6-text-disabled{
  color:rgba(171, 179, 191, 0.6);
}
.bp6-tooltip .bp6-running-text hr{
  border-color:rgba(255, 255, 255, 0.2);
}
.bp6-tooltip a{
  color:#8abbff;
}
.bp6-tooltip a:hover{
  color:#8abbff;
}
.bp6-tooltip a .bp6-icon, .bp6-tooltip a .bp6-icon-standard, .bp6-tooltip a .bp6-icon-large{
  color:inherit;
}
.bp6-tooltip a code{
  color:inherit;
}
.bp6-tooltip .bp6-code,
.bp6-tooltip .bp6-running-text code{
  background:rgba(17, 20, 24, 0.3);
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.2);
  color:#abb3bf;
}
a > .bp6-tooltip .bp6-code,
a > .bp6-tooltip .bp6-running-text code{
  color:inherit;
}
.bp6-tooltip .bp6-code-block,
.bp6-tooltip .bp6-running-text pre{
  background:rgba(17, 20, 24, 0.3);
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.2);
  color:#f6f7f9;
}
.bp6-tooltip .bp6-code-block > code,
.bp6-tooltip .bp6-running-text pre > code{
  background:none;
  box-shadow:none;
  color:inherit;
}
.bp6-tooltip .bp6-key,
.bp6-tooltip .bp6-running-text kbd{
  background:#2f343c;
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.2), inset 0 0 0.5px 0 rgba(255, 255, 255, 0.3), inset 0 0.5px 0 0 rgba(255, 255, 255, 0.08), 0 1px 10px -1px rgba(0, 0, 0, 0.2);
  color:#abb3bf;
}
.bp6-tooltip .bp6-icon.bp6-intent-primary, .bp6-tooltip .bp6-icon-standard.bp6-intent-primary, .bp6-tooltip .bp6-icon-large.bp6-intent-primary{
  color:#8abbff;
}
.bp6-tooltip .bp6-icon.bp6-intent-success, .bp6-tooltip .bp6-icon-standard.bp6-intent-success, .bp6-tooltip .bp6-icon-large.bp6-intent-success{
  color:#72ca9b;
}
.bp6-tooltip .bp6-icon.bp6-intent-warning, .bp6-tooltip .bp6-icon-standard.bp6-intent-warning, .bp6-tooltip .bp6-icon-large.bp6-intent-warning{
  color:#fbb360;
}
.bp6-tooltip .bp6-icon.bp6-intent-danger, .bp6-tooltip .bp6-icon-standard.bp6-intent-danger, .bp6-tooltip .bp6-icon-large.bp6-intent-danger{
  color:#fa999c;
}
.bp6-tooltip .bp6-popover-content{
  padding:8px 12px;
}
.bp6-tooltip.bp6-compact .bp6-popover-content{
  line-height:1rem;
  padding:4px 8px;
}
.bp6-tooltip.bp6-compact .bp6-code{
  vertical-align:text-bottom;
}
.bp6-tooltip.bp6-popover-placement-top .bp6-popover-arrow{
  transform:translateY(-3px);
}
.bp6-tooltip.bp6-popover-placement-left .bp6-popover-arrow{
  transform:translateX(-3px);
}
.bp6-tooltip.bp6-popover-placement-bottom .bp6-popover-arrow{
  transform:translateY(3px);
}
.bp6-tooltip.bp6-popover-placement-right .bp6-popover-arrow{
  transform:translateX(3px);
}
.bp6-tooltip.bp6-dark, .bp6-dark .bp6-tooltip{
  box-shadow:0 2px 4px rgba(17, 20, 24, 0.4), 0 8px 24px rgba(17, 20, 24, 0.4);
}
.bp6-tooltip.bp6-dark .bp6-popover-content, .bp6-dark .bp6-tooltip .bp6-popover-content{
  background:#e5e8eb;
}
.bp6-tooltip.bp6-dark .bp6-popover-content,
.bp6-tooltip.bp6-dark .bp6-heading, .bp6-dark .bp6-tooltip .bp6-popover-content,
.bp6-dark .bp6-tooltip .bp6-heading{
  color:#404854;
}
.bp6-tooltip.bp6-dark .bp6-popover-arrow::before, .bp6-dark .bp6-tooltip .bp6-popover-arrow::before{
  box-shadow:1px 1px 6px rgba(17, 20, 24, 0.4);
}
.bp6-tooltip.bp6-dark .bp6-popover-arrow-border, .bp6-dark .bp6-tooltip .bp6-popover-arrow-border{
  fill:#111418;
  fill-opacity:0.2;
}
.bp6-tooltip.bp6-dark .bp6-popover-arrow-fill, .bp6-dark .bp6-tooltip .bp6-popover-arrow-fill{
  fill:#e5e8eb;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp6-tooltip.bp6-dark .bp6-popover-arrow-fill, .bp6-dark .bp6-tooltip .bp6-popover-arrow-fill{
    fill:buttonborder;
  }
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp6-tooltip.bp6-dark, .bp6-dark .bp6-tooltip{
    border:1px solid buttonborder;
  }
}
.bp6-tooltip.bp6-dark .bp6-text-muted, .bp6-dark .bp6-tooltip .bp6-text-muted{
  color:#5f6b7c;
}
.bp6-tooltip.bp6-dark .bp6-text-disabled, .bp6-dark .bp6-tooltip .bp6-text-disabled{
  color:rgba(95, 107, 124, 0.6);
}
.bp6-tooltip.bp6-dark .bp6-running-text hr, .bp6-dark .bp6-tooltip .bp6-running-text hr{
  border-color:rgba(17, 20, 24, 0.15);
}
.bp6-tooltip.bp6-dark a, .bp6-dark .bp6-tooltip a{
  color:#215db0;
}
.bp6-tooltip.bp6-dark a:hover, .bp6-dark .bp6-tooltip a:hover{
  color:#215db0;
}
.bp6-tooltip.bp6-dark a .bp6-icon, .bp6-tooltip.bp6-dark a .bp6-icon-standard, .bp6-tooltip.bp6-dark a .bp6-icon-large, .bp6-dark .bp6-tooltip a .bp6-icon, .bp6-dark .bp6-tooltip a .bp6-icon-standard, .bp6-dark .bp6-tooltip a .bp6-icon-large{
  color:inherit;
}
.bp6-tooltip.bp6-dark a code, .bp6-dark .bp6-tooltip a code{
  color:inherit;
}
.bp6-tooltip.bp6-dark .bp6-code,
.bp6-tooltip.bp6-dark .bp6-running-text code, .bp6-dark .bp6-tooltip .bp6-code,
.bp6-dark .bp6-tooltip .bp6-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 > .bp6-tooltip.bp6-dark .bp6-code,
a > .bp6-tooltip.bp6-dark .bp6-running-text code, a > .bp6-dark .bp6-tooltip .bp6-code,
a > .bp6-dark .bp6-tooltip .bp6-running-text code{
  color:#2d72d2;
}
.bp6-tooltip.bp6-dark .bp6-code-block,
.bp6-tooltip.bp6-dark .bp6-running-text pre, .bp6-dark .bp6-tooltip .bp6-code-block,
.bp6-dark .bp6-tooltip .bp6-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;
}
.bp6-tooltip.bp6-dark .bp6-code-block > code,
.bp6-tooltip.bp6-dark .bp6-running-text pre > code, .bp6-dark .bp6-tooltip .bp6-code-block > code,
.bp6-dark .bp6-tooltip .bp6-running-text pre > code{
  background:none;
  box-shadow:none;
  color:inherit;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp6-tooltip.bp6-dark .bp6-code-block,
  .bp6-tooltip.bp6-dark .bp6-running-text pre, .bp6-dark .bp6-tooltip .bp6-code-block,
  .bp6-dark .bp6-tooltip .bp6-running-text pre{
    border:1px solid buttonborder;
    box-shadow:none;
  }
}
.bp6-tooltip.bp6-dark .bp6-key,
.bp6-tooltip.bp6-dark .bp6-running-text kbd, .bp6-dark .bp6-tooltip .bp6-key,
.bp6-dark .bp6-tooltip .bp6-running-text kbd{
  background:#ffffff;
  box-shadow:0 0 0 1px rgba(17, 20, 24, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  color:#5f6b7c;
}
.bp6-tooltip.bp6-dark .bp6-icon.bp6-intent-primary, .bp6-tooltip.bp6-dark .bp6-icon-standard.bp6-intent-primary, .bp6-tooltip.bp6-dark .bp6-icon-large.bp6-intent-primary, .bp6-dark .bp6-tooltip .bp6-icon.bp6-intent-primary, .bp6-dark .bp6-tooltip .bp6-icon-standard.bp6-intent-primary, .bp6-dark .bp6-tooltip .bp6-icon-large.bp6-intent-primary{
  color:#215db0;
}
.bp6-tooltip.bp6-dark .bp6-icon.bp6-intent-success, .bp6-tooltip.bp6-dark .bp6-icon-standard.bp6-intent-success, .bp6-tooltip.bp6-dark .bp6-icon-large.bp6-intent-success, .bp6-dark .bp6-tooltip .bp6-icon.bp6-intent-success, .bp6-dark .bp6-tooltip .bp6-icon-standard.bp6-intent-success, .bp6-dark .bp6-tooltip .bp6-icon-large.bp6-intent-success{
  color:#1c6e42;
}
.bp6-tooltip.bp6-dark .bp6-icon.bp6-intent-warning, .bp6-tooltip.bp6-dark .bp6-icon-standard.bp6-intent-warning, .bp6-tooltip.bp6-dark .bp6-icon-large.bp6-intent-warning, .bp6-dark .bp6-tooltip .bp6-icon.bp6-intent-warning, .bp6-dark .bp6-tooltip .bp6-icon-standard.bp6-intent-warning, .bp6-dark .bp6-tooltip .bp6-icon-large.bp6-intent-warning{
  color:#935610;
}
.bp6-tooltip.bp6-dark .bp6-icon.bp6-intent-danger, .bp6-tooltip.bp6-dark .bp6-icon-standard.bp6-intent-danger, .bp6-tooltip.bp6-dark .bp6-icon-large.bp6-intent-danger, .bp6-dark .bp6-tooltip .bp6-icon.bp6-intent-danger, .bp6-dark .bp6-tooltip .bp6-icon-standard.bp6-intent-danger, .bp6-dark .bp6-tooltip .bp6-icon-large.bp6-intent-danger{
  color:#ac2f33;
}
.bp6-tooltip.bp6-intent-primary .bp6-popover-content{
  background:#2d72d2;
  color:#ffffff;
}
.bp6-tooltip.bp6-intent-primary .bp6-popover-arrow-fill{
  fill:#2d72d2;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp6-tooltip.bp6-intent-primary .bp6-popover-arrow-fill{
    fill:buttonborder;
  }
}
.bp6-tooltip.bp6-intent-success .bp6-popover-content{
  background:#238551;
  color:#ffffff;
}
.bp6-tooltip.bp6-intent-success .bp6-popover-arrow-fill{
  fill:#238551;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp6-tooltip.bp6-intent-success .bp6-popover-arrow-fill{
    fill:buttonborder;
  }
}
.bp6-tooltip.bp6-intent-warning .bp6-popover-content{
  background:#c87619;
  color:#ffffff;
}
.bp6-tooltip.bp6-intent-warning .bp6-popover-arrow-fill{
  fill:#c87619;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp6-tooltip.bp6-intent-warning .bp6-popover-arrow-fill{
    fill:buttonborder;
  }
}
.bp6-tooltip.bp6-intent-danger .bp6-popover-content{
  background:#cd4246;
  color:#ffffff;
}
.bp6-tooltip.bp6-intent-danger .bp6-popover-arrow-fill{
  fill:#cd4246;
}
@media (forced-colors: active) and (prefers-color-scheme: dark){
  .bp6-tooltip.bp6-intent-danger .bp6-popover-arrow-fill{
    fill:buttonborder;
  }
}
.bp6-tooltip-indicator{
  border-bottom:dotted 1px;
  cursor:help;
}
.bp6-tree .bp6-icon, .bp6-tree .bp6-icon-standard, .bp6-tree .bp6-icon-large{
  color:#5f6b7c;
}
.bp6-tree .bp6-icon.bp6-intent-primary, .bp6-tree .bp6-icon-standard.bp6-intent-primary, .bp6-tree .bp6-icon-large.bp6-intent-primary{
  color:#2d72d2;
}
.bp6-tree .bp6-icon.bp6-intent-success, .bp6-tree .bp6-icon-standard.bp6-intent-success, .bp6-tree .bp6-icon-large.bp6-intent-success{
  color:#238551;
}
.bp6-tree .bp6-icon.bp6-intent-warning, .bp6-tree .bp6-icon-standard.bp6-intent-warning, .bp6-tree .bp6-icon-large.bp6-intent-warning{
  color:#c87619;
}
.bp6-tree .bp6-icon.bp6-intent-danger, .bp6-tree .bp6-icon-standard.bp6-intent-danger, .bp6-tree .bp6-icon-large.bp6-intent-danger{
  color:#cd4246;
}
.bp6-tree-node-list{
  list-style:none;
  margin:0;
  padding-left:0;
}
.bp6-tree-root{
  background-color:transparent;
  cursor:default;
  padding-left:0;
  position:relative;
}
.bp6-tree-node-content-0{
  padding-left:0px;
}
.bp6-tree-node-content-1{
  padding-left:22px;
}
.bp6-tree-node-content-2{
  padding-left:44px;
}
.bp6-tree-node-content-3{
  padding-left:66px;
}
.bp6-tree-node-content-4{
  padding-left:88px;
}
.bp6-tree-node-content-5{
  padding-left:110px;
}
.bp6-tree-node-content-6{
  padding-left:132px;
}
.bp6-tree-node-content-7{
  padding-left:154px;
}
.bp6-tree-node-content-8{
  padding-left:176px;
}
.bp6-tree-node-content-9{
  padding-left:198px;
}
.bp6-tree-node-content-10{
  padding-left:220px;
}
.bp6-tree-node-content-11{
  padding-left:242px;
}
.bp6-tree-node-content-12{
  padding-left:264px;
}
.bp6-tree-node-content-13{
  padding-left:286px;
}
.bp6-tree-node-content-14{
  padding-left:308px;
}
.bp6-tree-node-content-15{
  padding-left:330px;
}
.bp6-tree-node-content-16{
  padding-left:352px;
}
.bp6-tree-node-content-17{
  padding-left:374px;
}
.bp6-tree-node-content-18{
  padding-left:396px;
}
.bp6-tree-node-content-19{
  padding-left:418px;
}
.bp6-tree-node-content-20{
  padding-left:440px;
}
.bp6-tree-node-content{
  align-items:center;
  background:none;
  display:flex;
  height:30px;
  padding-right:4px;
  width:100%;
}
.bp6-tree-node-content:hover{
  background-color:rgba(143, 153, 168, 0.15);
}
.bp6-tree-node-content:active{
  background-color:rgba(143, 153, 168, 0.3);
}
.bp6-tree-node-caret,
.bp6-tree-node-caret-none{
  min-width:30px;
}
.bp6-tree-node-caret{
  color:#5f6b7c;
}
.bp6-tree-node-caret:hover{
  color:#1c2127;
}
.bp6-dark .bp6-tree-node-caret{
  color:#abb3bf;
}
.bp6-dark .bp6-tree-node-caret:hover{
  color:#f6f7f9;
}
.bp6-tree-node-caret{
  cursor:pointer;
  padding:8px;
  transform:rotate(0deg);
  transition:transform 200ms cubic-bezier(0.4, 1, 0.75, 0.9);
}
.bp6-tree-node-caret:hover{
  color:#1c2127;
}
.bp6-tree-node-caret.bp6-tree-node-caret-open{
  transform:rotate(90deg);
}
.bp6-tree-node-caret.bp6-icon-standard::before{
  content:"\f14d";
}
.bp6-tree-node-icon{
  margin-right:8px;
  position:relative;
}
.bp6-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;
}
.bp6-tree-node-label span{
  display:inline;
}
.bp6-tree-node-secondary-label{
  padding:0 4px;
  -webkit-user-select:none;
     -moz-user-select:none;
      -ms-user-select:none;
          user-select:none;
}
.bp6-tree-node-secondary-label .bp6-popover-wrapper,
.bp6-tree-node-secondary-label .bp6-popover-target{
  align-items:center;
  display:flex;
}
.bp6-tree-node.bp6-disabled .bp6-tree-node-content{
  background-color:inherit;
  color:rgba(95, 107, 124, 0.6);
  cursor:not-allowed;
}
.bp6-tree-node.bp6-disabled .bp6-tree-node-caret,
.bp6-tree-node.bp6-disabled .bp6-tree-node-icon{
  color:rgba(95, 107, 124, 0.6);
  cursor:not-allowed;
}
.bp6-tree-node.bp6-tree-node-selected > .bp6-tree-node-content{
  background-color:#2d72d2;
}
.bp6-tree-node.bp6-tree-node-selected > .bp6-tree-node-content,
.bp6-tree-node.bp6-tree-node-selected > .bp6-tree-node-content .bp6-icon, .bp6-tree-node.bp6-tree-node-selected > .bp6-tree-node-content .bp6-icon-standard, .bp6-tree-node.bp6-tree-node-selected > .bp6-tree-node-content .bp6-icon-large{
  color:#ffffff;
}
.bp6-tree-node.bp6-tree-node-selected > .bp6-tree-node-content .bp6-tree-node-caret::before{
  color:rgba(255, 255, 255, 0.7);
}
.bp6-tree-node.bp6-tree-node-selected > .bp6-tree-node-content .bp6-tree-node-caret:hover::before{
  color:#ffffff;
}
.bp6-tree.bp6-compact .bp6-tree-node-content{
  height:24px;
}
.bp6-tree.bp6-compact .bp6-tree-node-caret{
  margin-right:3px;
  min-width:24px;
  padding:4px;
}
.bp6-dark .bp6-tree-node-content:hover{
  background-color:rgba(95, 107, 124, 0.3);
}
.bp6-dark .bp6-tree .bp6-icon, .bp6-dark .bp6-tree .bp6-icon-standard, .bp6-dark .bp6-tree .bp6-icon-large{
  color:#abb3bf;
}
.bp6-dark .bp6-tree .bp6-icon.bp6-intent-primary, .bp6-dark .bp6-tree .bp6-icon-standard.bp6-intent-primary, .bp6-dark .bp6-tree .bp6-icon-large.bp6-intent-primary{
  color:#8abbff;
}
.bp6-dark .bp6-tree .bp6-icon.bp6-intent-success, .bp6-dark .bp6-tree .bp6-icon-standard.bp6-intent-success, .bp6-dark .bp6-tree .bp6-icon-large.bp6-intent-success{
  color:#72ca9b;
}
.bp6-dark .bp6-tree .bp6-icon.bp6-intent-warning, .bp6-dark .bp6-tree .bp6-icon-standard.bp6-intent-warning, .bp6-dark .bp6-tree .bp6-icon-large.bp6-intent-warning{
  color:#fbb360;
}
.bp6-dark .bp6-tree .bp6-icon.bp6-intent-danger, .bp6-dark .bp6-tree .bp6-icon-standard.bp6-intent-danger, .bp6-dark .bp6-tree .bp6-icon-large.bp6-intent-danger{
  color:#fa999c;
}
.bp6-dark .bp6-tree-node:not(.bp6-disabled) .bp6-tree-node-caret:hover{
  color:#f6f7f9;
}
.bp6-dark .bp6-tree-node.bp6-tree-node-selected > .bp6-tree-node-content{
  background-color:#2d72d2;
}
.bp6-dark .bp6-tree-node.bp6-tree-node-selected > .bp6-tree-node-content .bp6-icon, .bp6-dark .bp6-tree-node.bp6-tree-node-selected > .bp6-tree-node-content .bp6-icon-standard, .bp6-dark .bp6-tree-node.bp6-tree-node-selected > .bp6-tree-node-content .bp6-icon-large{
  color:#ffffff;
}
@import-normalize;
*,::after,::before{box-sizing:border-box}
body{margin:0;font-family:Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.theme-edison .nn-anchorbutton{height:56px;padding:0 20px;border:none;border-radius:25px;box-shadow:0 5px 10px 0 rgba(0,0,0,.25);font-family:"Roboto",sans-serif;font-size:20px !important;font-weight:500 !important;line-height:56px !important;min-width:250px;max-width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-transform:uppercase;text-align:center;background-color:#fff;color:#15364e;transition:all .2s cubic-bezier(0.55, 0, 0.1, 1);cursor:pointer}.theme-edison .nn-anchorbutton.disabled,.theme-edison .nn-anchorbutton:hover,.theme-edison .nn-anchorbutton:active{box-shadow:0 2px 2px 0 rgba(0,0,0,.16)}.theme-edison .nn-anchorbutton.disabled{cursor:not-allowed}.theme-edison .nn-anchorbutton.nn-anchorbutton__white{background-color:#fff;color:#15364e}.theme-edison .nn-anchorbutton.nn-anchorbutton__white.disabled{background-color:hsl(0,0%,90%)}.theme-edison .nn-anchorbutton.nn-anchorbutton__blue{background-color:#319dd9;color:#fff}.theme-edison .nn-anchorbutton.nn-anchorbutton__blue:hover,.theme-edison .nn-anchorbutton.nn-anchorbutton__blue:active{color:#fff}.theme-edison .nn-anchorbutton.nn-anchorbutton__blue.disabled{background-color:rgb(37.2836065574,143.2475409836,202.1163934426)}.theme-edison .nn-anchorbutton.nn-anchorbutton__green{background-color:#27ae60;color:#fff}.theme-edison .nn-anchorbutton.nn-anchorbutton__green:hover,.theme-edison .nn-anchorbutton.nn-anchorbutton__green:active{color:#fff}.theme-edison .nn-anchorbutton.nn-anchorbutton__green.disabled{background-color:rgb(35.1,156.6,86.4)}.theme-edison .nn-anchorbutton.nn-anchorbutton__red{background-color:#fff;color:#eb5757}.theme-edison .nn-anchorbutton.nn-anchorbutton__red:hover,.theme-edison .nn-anchorbutton.nn-anchorbutton__red:active{color:#eb5757}.theme-edison .nn-anchorbutton.nn-anchorbutton__red.disabled{background-color:hsl(0,0%,90%)}.theme-edison a.nn-anchorbutton{display:inline-block;text-decoration:none}.theme-edison a.nn-anchorbutton:hover{text-decoration:none}
.social-icon{margin-right:var(--padding-tiny)}.social-icon path{fill:var(--color-black)}
svg.check-icon{display:inline-block;font-size:inherit;height:18px;width:18px;overflow:visible;vertical-align:-2.25px;margin-right:18px;color:var(--color-link-btn)}
.nn-star{margin:0 4px}
.theme-edison .nav{margin:0;padding:0;list-style:none;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-items:center}.theme-edison .nav .nav-item{padding:0 10px}.theme-edison .nav .nav-item a,.theme-edison .nav .nav-item button{text-decoration:none;display:flex;align-items:center;border:0;color:#15364e}.theme-edison .nav .nav-item:last-child{padding-right:0}.theme-edison .nav .nav-item:first-child{padding-left:0}.theme-edison .nav__vertical{flex-direction:column;align-items:start}.theme-edison .nav__vertical .nav-item{padding:10px 0}.theme-edison .nav__vertical .nav-item:last-child{padding-bottom:0}.theme-edison .nav__vertical .nav-item:first-child{padding-top:0}
.theme-edison .badge{font-weight:400;font-size:14px;line-height:16px}.theme-edison .badge{width:24px;height:24px;text-align:center;border-radius:12px;padding:4px}.theme-edison .badge.green{color:#fff;background-color:#27ae60}.theme-edison .badge.red{color:#fff;background-color:#eb5757}.theme-edison .badge.blue{color:#fff;background-color:#319dd9}
.theme-edison .nav .nav-item{padding:0 10px}.theme-edison .nav .nav-item a,.theme-edison .nav .nav-item button{text-decoration:none;display:flex;align-items:center;border:0}.theme-edison .nav .nav-item:last-child{padding-right:0}.theme-edison .nav .nav-item:first-child{padding-left:0}.theme-edison .nav__vertical .nav-item{padding:10px 0}.theme-edison .nav__vertical .nav-item:last-child{padding-bottom:0}.theme-edison .nav__vertical .nav-item:first-child{padding-top:0}
.theme-edison .nav .nav-menu{display:flex;align-items:center;justify-content:flex-start;transition:all 300ms ease;text-align:left;margin:0}.theme-edison .nav .nav-menu .nav-menu-popover{display:flex;flex:0 0 auto}.theme-edison .nav .nav-menu .nav-menu-container{background-color:var(--color-white);width:180px;padding:var(--padding-tiny) 0}.theme-edison .nav .nav-menu .nav-menu-container .nav-item{width:100%;flex:1 1 100%;display:flex;margin:0;justify-content:space-between;align-items:center;padding:0}.theme-edison .nav .nav-menu .nav-menu-container .nav-item a,.theme-edison .nav .nav-menu .nav-menu-container .nav-item button,.theme-edison .nav .nav-menu .nav-menu-container .nav-item span:not(.badge){flex:1 1 100%;max-width:180px;overflow:hidden;text-overflow:ellipsis}
.theme-edison .header .header-nav .nav-item a,.theme-edison .header .header-nav .nav-item button{font-weight:400;font-size:18px;line-height:30px}@media(max-width: 1130px), all and (max-height: 640px){.theme-edison .header .header-nav .nav-item a,.theme-edison .header .header-nav .nav-item button{font-size:16px;line-height:26px}}.theme-edison .header{background-color:#fff;color:#617080;padding:21px 15px}.theme-edison .header.slim{padding:10px 15px}.theme-edison .header .container{display:flex;flex-wrap:wrap;align-items:center}.theme-edison .header .header-common,.theme-edison .header .header-collapsible{display:flex;flex:0 0 auto;align-items:center;justify-content:space-between}.theme-edison .header .header-common{flex:1 0 auto}.theme-edison .header .nav-toggle{display:none;border:none;width:24px;height:24px;padding:0}.theme-edison .header .logo-link{text-decoration:none;padding:4px 0;line-height:0}.theme-edison .header .logo-link .header-logo{height:30px}.theme-edison .header .header-nav{position:relative}.theme-edison .header .header-nav .nav-menu .nav-menu-container .nav__vertical .nav-item a,.theme-edison .header .header-nav .nav-menu .nav-menu-container .nav__vertical .nav-item button,.theme-edison .header .header-nav .nav-menu .nav-menu-container .nav__vertical .nav-item span:not(.badge){padding:8px 12px}.theme-edison .header .header-nav .nav-menu .nav-menu-container .nav__vertical .nav-item.has-badge{padding-right:8px}.theme-edison .header .header-nav .nav-menu .nav-menu-container .nav__vertical .nav-item.has-badge .avatar-container{margin-right:12px}.theme-edison .header .header-nav .nav-menu .nav-menu-container .nav__vertical .nav-item.has-badge a,.theme-edison .header .header-nav .nav-menu .nav-menu-container .nav__vertical .nav-item.has-badge button,.theme-edison .header .header-nav .nav-menu .nav-menu-container .nav__vertical .nav-item.has-badge span{max-width:160px}.theme-edison .header .header-nav .nav-menu .nav-menu-container .nav__vertical .nav-item.has-badge:hover{background-color:var(--color-link-btn);color:var(--color-white)}.theme-edison .header .header-nav .nav-item{padding:0;margin-left:24px}.theme-edison .header .header-nav .nav-item:first-child{margin-left:0}.theme-edison .header .header-nav .nav-item a,.theme-edison .header .header-nav .nav-item button{display:flex;color:#617080;background-color:rgba(0,0,0,0);padding:4px 12px;cursor:pointer}.theme-edison .header .header-nav .nav-item a:hover,.theme-edison .header .header-nav .nav-item button:hover{text-decoration:none;background-color:#319dd9;color:#fff;cursor:pointer}.theme-edison .header .header-nav .nav-item a:hover>a,.theme-edison .header .header-nav .nav-item a:hover>button,.theme-edison .header .header-nav .nav-item button:hover>a,.theme-edison .header .header-nav .nav-item button:hover>button{color:var(--color-white)}.theme-edison .header .header-nav .nav-item a:hover+.nav-item-icon svg,.theme-edison .header .header-nav .nav-item button:hover+.nav-item-icon svg{fill:var(--color-white)}.theme-edison .header .header-nav .nav-item a:hover+.nav-item-badge,.theme-edison .header .header-nav .nav-item button:hover+.nav-item-badge{background-color:var(--color-white);color:var(--color-link-btn)}.theme-edison .header .header-nav .nav-item a span:not(.avatar-container),.theme-edison .header .header-nav .nav-item button span:not(.avatar-container){max-width:170px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.theme-edison .header .header-nav .nav-item .avatar-container{display:flex;align-items:center;position:relative;margin-right:4px}.theme-edison .header .header-nav .nav-item .avatar-container .user-avatar.small{width:24px;height:24px}.theme-edison .header .header-nav .nav-item .avatar-container .menu-badge{position:absolute;top:-12px;right:-12px}.theme-edison .header .header-nav .nav-item .avatar-container .menu-badge .badge{display:block;width:24px;height:24px}.theme-edison .header.open .header-nav .nav-item a,.theme-edison .header.open .header-nav .nav-item button,.theme-edison .header.open .header-nav .nav-item .user-menu-label{padding:8px 12px}@media(max-width: 1130px), all and (max-height: 640px){.theme-edison .header{padding:24px 15px}.theme-edison .header .header-common,.theme-edison .header .header-collapsible{flex:1 0 100%}.theme-edison .header .nav-toggle{display:flex;outline:none;background-color:#fff}.theme-edison .header .logo-link .header-logo{height:24px}.theme-edison .header.closed .header-collapsible{display:none}.theme-edison .header.open .header-collapsible{display:flex;margin-top:24px}.theme-edison .header.open .header-nav{width:100%;justify-content:space-between}.theme-edison .header.open .header-nav .nav-item{margin:0}.theme-edison .header.open .header-nav .nav-item button,.theme-edison .header.open .header-nav .nav-item a{padding:0}}
.theme-edison .user-avatar{display:inline-block;width:160px;height:160px;border:1px solid #a7b8d1;background-color:#fff;background-repeat:no-repeat;background-position:center;background-size:contain;background-image:url("https://cms.cdn.neuronation.com/assets/opxp/feature/profile/avatar_big.png");background-image:url("https://cms.cdn.neuronation.com/assets/opxp/feature/profile/avatar_big.svg"),linear-gradient(transparent, transparent)}.theme-edison .user-avatar.big{width:230px;height:230px}.theme-edison .user-avatar.small{width:24px;height:24px;background-image:url("https://cms.cdn.neuronation.com/assets/opxp/feature/profile/avatar_small.png");background-image:url("https://cms.cdn.neuronation.com/assets/opxp/feature/profile/avatar_small.svg"),none;border:0}
.theme-edison .banner-container{overflow:hidden;transition:.3s ease-in-out;--banner-back-color: #ed9a87;--banner-front-color: var(--color-black)}.theme-edison .banner-container .banner{position:relative;transition:.3s ease-in-out;display:flex;align-items:flex-start}.theme-edison .banner-container .banner.green{--banner-back-color: var(--color-green2);--banner-front-color: var(--color-white)}.theme-edison .banner-container .banner.blue{--banner-back-color: #e9f8ff;--banner-front-color: #537597}.theme-edison .banner-container .banner{background-color:var(--banner-back-color)}.theme-edison .banner-container .banner .banner-main{display:flex;flex:1 1 100%;justify-content:center}.theme-edison .banner-container .banner .banner-main>h3,.theme-edison .banner-container .banner .banner-main p,.theme-edison .banner-container .banner .banner-main span,.theme-edison .banner-container .banner .banner-main a,.theme-edison .banner-container .banner .banner-main .banner-content{color:var(--banner-front-color);font-size:32px;line-height:56px;font-weight:400;margin-top:6px;margin-bottom:2px;text-align:center}.theme-edison .banner-container .banner .banner-close{position:absolute;top:0;right:0;cursor:pointer;color:var(--banner-front-color);font-size:32px;line-height:32px;font-weight:300;margin-top:4px;margin-right:4px;margin-left:32px}
.theme-edison .nn-button{height:56px;padding:0 20px;border:none;border-radius:25px;box-shadow:0 5px 10px 0 rgba(0,0,0,.25);font-family:"Roboto",sans-serif;font-size:20px !important;font-weight:500 !important;line-height:56px !important;min-width:250px;max-width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-transform:uppercase;text-align:center;background-color:#fff;color:#15364e;transition:all .2s cubic-bezier(0.55, 0, 0.1, 1);cursor:pointer}.theme-edison .nn-button:disabled,.theme-edison .nn-button:hover,.theme-edison .nn-button:active{box-shadow:0 2px 2px 0 rgba(0,0,0,.16)}.theme-edison .nn-button:disabled{cursor:not-allowed}.theme-edison .nn-button.nn-button__white{background-color:#fff;color:#15364e}.theme-edison .nn-button.nn-button__white:disabled{background-color:hsl(0,0%,90%)}.theme-edison .nn-button.nn-button__blue{background-color:#319dd9;color:#fff}.theme-edison .nn-button.nn-button__blue:hover,.theme-edison .nn-button.nn-button__blue:active{color:#fff}.theme-edison .nn-button.nn-button__blue:disabled{background-color:rgb(37.2836065574,143.2475409836,202.1163934426)}.theme-edison .nn-button.nn-button__green{background-color:#27ae60;color:#fff}.theme-edison .nn-button.nn-button__green:hover,.theme-edison .nn-button.nn-button__green:active{color:#fff}.theme-edison .nn-button.nn-button__green:disabled{background-color:rgb(35.1,156.6,86.4)}.theme-edison .nn-button.nn-button__red{background-color:#fff;color:#eb5757}.theme-edison .nn-button.nn-button__red:hover,.theme-edison .nn-button.nn-button__red:active{color:#eb5757}.theme-edison .nn-button.nn-button__red:disabled{background-color:hsl(0,0%,90%)}.theme-edison a.nn-button{display:inline-block;text-decoration:none}.theme-edison a.nn-button:hover{text-decoration:none}
.carousel-slider{flex:1 1 100px;display:flex;flex-direction:row;--num-slides: 3;--current-slide: 0}.carousel-slider .nav-button{flex:0 0 auto;width:40px;display:flex}.carousel-slider .nav-button button{color:var(--color-link-btn);background-color:rgba(0,0,0,0);border:none;cursor:pointer}.carousel-slider .nav-button button:focus{outline:none}.carousel-slider .nav-button svg{fill:var(--color-link-btn)}.carousel-slider .carousel-container{flex:1 1 100%;overflow:hidden;height:100%}.carousel-slider .carousel-content{position:relative;left:calc(-100%*var(--current-slide));top:0;display:flex;flex-direction:row;width:calc(100%*var(--num-slides));height:100%;transition:all .3s ease-out}.carousel-slider .carousel-content .carousel-item{padding:0 var(--padding-small);width:100%}
input[type=checkbox].filled-in:checked,input[type=checkbox].filled-in:not(:checked){position:absolute;left:-9999px;opacity:0}input[type=checkbox].filled-in+label{position:relative;padding-left:35px;cursor:pointer;display:inline-block;height:25px;line-height:25px;font-size:1rem;-webkit-user-select:none;margin-bottom:var(--padding-medium)}input[type=checkbox].filled-in+label::before,input[type=checkbox].filled-in+label::after{content:"";position:absolute;transition:border .25s,background-color .25s,width .2s .1s,height .2s .1s,top .2s .1s,left .2s .1s;z-index:1}input[type=checkbox].filled-in+label::before{top:0;left:1px;width:10px;height:18px;transform:rotate(37deg);transform-origin:100% 100%;border-style:solid;border-width:2px;opacity:0}input[type=checkbox].filled-in+label::after{border-radius:4px;left:0;top:0;box-sizing:border-box;width:24px;height:24px;border:1px solid var(--color-light);z-index:0}input[type=checkbox].filled-in:checked+label::before{opacity:1}input[type=checkbox].filled-in.nn-dark+label::before{border-color:rgba(0,0,0,0) var(--color-white) var(--color-white) rgba(0,0,0,0)}input[type=checkbox].filled-in.nn-dark+label::after{background-color:var(--color-white)}input[type=checkbox].filled-in.nn-dark+label a{font-weight:500}input[type=checkbox].filled-in.nn-dark+label a:hover{text-decoration:underline}input[type=checkbox].filled-in.nn-dark:checked+label::after{border-color:var(--color-white);background-color:var(--color-link-btn)}input[type=checkbox].filled-in.nn-light:checked+label::before{border-color:rgba(0,0,0,0) var(--color-link-btn) var(--color-link-btn) rgba(0,0,0,0)}input[type=checkbox].filled-in.nn-light:checked+label::after{border-color:var(--color-link-btn);background-color:var(--color-white)}input[type=checkbox].filled-in.nn-light+label{color:var(--color-white)}input[type=checkbox].filled-in.nn-light+label::after{background-color:var(--color-white)}input[type=checkbox].filled-in.nn-light+label a{font-weight:500}input[type=checkbox].filled-in.nn-light+label a:hover{text-decoration:underline}input[type=checkbox].filled-in:disabled+label{cursor:not-allowed}input[type=checkbox].filled-in:disabled+label::before{border-color:rgba(0,0,0,0) var(--color-white) var(--color-white) rgba(0,0,0,0)}input[type=checkbox].filled-in:disabled+label::after{background-color:var(--color-light)}input[type=checkbox].filled-in:disabled+label a{font-weight:500}input[type=checkbox].filled-in:disabled+label a:hover{text-decoration:underline}input[type=checkbox].filled-in:disabled:checked+label::after{border-color:var(--color-white);background-color:var(--color-light)}
.theme-edison .circle-progress-container{margin:0 auto;display:flex;flex-direction:column;height:140px}.theme-edison .circle-progress-container .progress-bar{position:relative;display:flex}.theme-edison .circle-progress-container .progress-bar .progress-bg{position:absolute;top:0;left:0;right:0;height:32px;border-bottom:2px solid #a7b8d1;margin:0 60px}.theme-edison .circle-progress-container .progress-bar .progress-items{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:space-between}@media(max-width: 1130px), all and (max-height: 640px){.theme-edison .circle-progress-container{max-width:100%;margin:0;height:60px}.theme-edison .circle-progress-container .progress-bar .progress-bg{width:calc(100% - 96px);min-width:260px;margin:auto;height:12px}.theme-edison .circle-progress-container .progress-bar .progress-items{justify-content:space-between}.theme-edison .circle-progress-container .progress-bar .progress-items .segment{max-width:25%;overflow-wrap:anywhere}}
.theme-edison .segment .item .item-value{font-weight:500;font-size:18px;line-height:22px}.theme-edison .segment .item-label{font-weight:400;font-size:18px;line-height:30px}@media(max-width: 1130px), all and (max-height: 640px){.theme-edison .segment .item-label{font-size:16px;line-height:26px}}.theme-edison .segment{display:flex;flex-direction:column;align-items:center;max-width:120px;height:120px}.theme-edison .segment .item{flex:0 0 auto;position:relative;width:64px;height:64px}.theme-edison .segment .item .item-icon{border-radius:50%}.theme-edison .segment .item .item-value{position:absolute;top:0;left:0;width:64px;height:64px;display:flex;justify-content:center;align-items:center;color:#27ae60}.theme-edison .segment .item.done .item-value svg{width:32px;height:32px;color:#fff}.theme-edison .segment .item-label{margin-top:8px;flex:1 1 100%;text-align:center}.theme-edison .segment .item-label.inactive{color:rgb(142.3074626866,164.0776119403,196.0925373134)}.theme-edison .segment .item-label.done{color:#27ae60}.theme-edison .segment.selectable:hover{cursor:pointer}@media(max-width: 1130px), all and (max-height: 640px){.theme-edison .segment{margin:0 10px}.theme-edison .segment .item{width:24px;height:24px}.theme-edison .segment .item .item-icon,.theme-edison .segment .item .item-value{width:24px;height:24px;font-size:8px}.theme-edison .segment .item-label{font-size:15px;line-height:17px}}
.theme-edison .circle-indicator{position:absolute;top:0;left:0;width:64px;height:64px;fill:#fff}.theme-edison .circle-indicator .circle-border{stroke:#a7b8d1}.theme-edison .circle-indicator .circle-value{stroke:#27ae60}@media(max-width: 1130px), all and (max-height: 640px){.theme-edison .circle-indicator{width:24px;height:24px}}.theme-edison .done .circle-indicator .circle-border{fill:#27ae60;stroke:#27ae60}
.nn-dialog-component{width:75%;padding:0;position:relative}.nn-dialog-component .dialog-header{padding:16px}.nn-dialog-component .dialog-body{padding:32px}.nn-dialog-component .close-button{color:#319dd9;position:absolute;border-radius:50%;border:solid 1px #a7b8d1;top:8px;right:8px;padding:0 8px;cursor:pointer}.nn-dialog-component .dialog-footer{padding:16px}
.theme-edison .footer-icons-bar{display:flex;justify-content:space-between;width:100%}.theme-edison .footer-icons-bar .nav-item a{color:#15364e}
.theme-edison .section.banner-section .banner-section-row{align-items:center}.theme-edison .section.banner-section .banner-section-banner{width:445px;height:445px}@media(max-width: 1130px), all and (max-height: 640px){.theme-edison .section.banner-section .banner-section-banner{width:346px;height:346px}}.theme-edison .section.banner-section__left .banner-section-row{flex-direction:row}.theme-edison .section.banner-section__right .banner-section-row{flex-direction:row-reverse}@media(max-width: 1130px), all and (max-height: 640px){.theme-edison .section.banner-section__right .banner-section-row{flex-direction:row}}@media(max-width: 1130px), all and (max-height: 640px){.theme-edison .section.banner-section .banner-section-content{margin-top:24px}}
.theme-edison .section a{font-weight:500;font-size:18px;line-height:22px}.theme-edison .section{width:100%;background-color:#fff;color:#617080}.theme-edison .section h1,.theme-edison .section h2,.theme-edison .section h3{color:#15364e}.theme-edison .section p{color:#617080}.theme-edison .section a{color:#319dd9}.theme-edison .section{text-align:left;padding:30px 15px}@media(max-width: 1130px), all and (max-height: 640px){.theme-edison .section{padding:40px 15px}}.theme-edison .section.no-padding{padding:0 15px}@media(max-width: 1130px), all and (max-height: 640px){.theme-edison .section.no-padding{padding:0 15px}}.theme-edison .section__blue{background:linear-gradient(90deg, #1e84c6 0%, #23aadc 100%);color:#fff}.theme-edison .section__blue h1,.theme-edison .section__blue h2,.theme-edison .section__blue h3,.theme-edison .section__blue p,.theme-edison .section__blue a{color:#fff}.theme-edison .section__orange{background:linear-gradient(to right, #ef9778, #f9b69b);color:#fff}.theme-edison .section__orange h1,.theme-edison .section__orange h2,.theme-edison .section__orange h3,.theme-edison .section__orange p,.theme-edison .section__orange a{color:#fff}.theme-edison .section__float-left{text-align:left}.theme-edison .section__float-center{text-align:center}.theme-edison .section__float-right{text-align:right}
.theme-edison .section.hero-section{padding-bottom:0;overflow:hidden}.theme-edison .section.hero-section .hero-section-content{display:flex;flex-direction:column;align-items:flex-start;padding-bottom:var(--padding-large)}@media(max-width: 1130px), all and (max-height: 640px){.theme-edison .section.hero-section .hero-section-content{padding-bottom:40px}}.theme-edison .section.hero-section .hero-section-illustration{display:flex;text-align:right;align-items:flex-end;justify-content:flex-end;align-content:flex-end;--max-asset-size: 445px;--min-asset-size: 345px;--height: var(--max-asset-size)}.theme-edison .section.hero-section .hero-section-illustration .illustration-wrapper{border-radius:50%;background-color:var(--color-white);--circle-height: max(var(--min-asset-size), min(var(--height), var(--max-asset-size)));margin-bottom:calc(-0.3*var(--circle-height));max-height:var(--max-asset-size);max-width:var(--max-asset-size);min-height:var(--min-asset-size);min-width:var(--min-asset-size)}@media(max-width: 1130px), all and (max-height: 640px){.theme-edison .section.hero-section .hero-section-illustration .illustration-wrapper{margin-bottom:-120px;height:346px;width:346px}}.theme-edison .section.hero-section .hero-section-illustration .illustration-wrapper .hero-section-image,.theme-edison .section.hero-section .hero-section-illustration .illustration-wrapper .lottie-container{width:var(--circle-height);height:var(--circle-height);overflow:hidden;padding:calc(.18*var(--circle-height));padding-bottom:calc(.3*var(--circle-height))}@media(max-width: 1130px), all and (max-height: 640px){.theme-edison .section.hero-section .hero-section-illustration .illustration-wrapper .hero-section-image,.theme-edison .section.hero-section .hero-section-illustration .illustration-wrapper .lottie-container{width:100%;height:100%;padding-top:84px;padding-left:93px;padding-right:93px;padding-bottom:106px}}
.theme-edison h1,.theme-edison .nn-h1{font-weight:500;font-size:48px;line-height:56px}@media(max-width: 1130px), all and (max-height: 640px){.theme-edison h1,.theme-edison .nn-h1{font-size:36px;line-height:42px}}.theme-edison h2,.theme-edison .nn-h2{font-weight:300;font-size:24px;line-height:32px}@media(max-width: 1130px), all and (max-height: 640px){.theme-edison h2,.theme-edison .nn-h2{font-size:20px;line-height:32px}}.theme-edison h3,.theme-edison .nn-h3{font-weight:700;font-size:24px;line-height:32px}.theme-edison .nn-button-medium{font-weight:500;font-size:18px;line-height:22px}.theme-edison a,.theme-edison button,.theme-edison label,.theme-edison li,.theme-edison p,.theme-edison span,.theme-edison .nn-body-text{font-weight:400;font-size:18px;line-height:30px}@media(max-width: 1130px), all and (max-height: 640px){.theme-edison a,.theme-edison button,.theme-edison label,.theme-edison li,.theme-edison p,.theme-edison span,.theme-edison .nn-body-text{font-size:16px;line-height:26px}}.theme-edison small,.theme-edison .nn-small{font-weight:400;font-size:14px;line-height:16px}.theme-edison .nn-error{font-weight:500;font-size:12px;line-height:16px}.theme-edison .container{width:100%;max-width:1110px;margin:auto}@media(max-width: 1130px), all and (max-height: 640px){.theme-edison .container{max-width:100%}}.theme-edison .row{min-height:1px;display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.theme-edison .row>*{box-sizing:border-box;flex-shrink:0;width:100%;max-width:100%;min-height:1px;padding-right:15px;padding-left:15px}.theme-edison .row.no-gutters{margin-right:0;margin-left:0}.theme-edison .row.no-gutters>.col,.theme-edison .row.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.theme-edison .row .col{flex:1 0 0%;min-width:0}.theme-edison .row .col-1{flex:0 0 auto;width:8.3333333333%}.theme-edison .row .col-2{flex:0 0 auto;width:16.6666666667%}.theme-edison .row .col-3{flex:0 0 auto;width:25%}.theme-edison .row .col-4{flex:0 0 auto;width:33.3333333333%}.theme-edison .row .col-5{flex:0 0 auto;width:41.6666666667%}.theme-edison .row .col-6{flex:0 0 auto;width:50%}.theme-edison .row .col-7{flex:0 0 auto;width:58.3333333333%}.theme-edison .row .col-8{flex:0 0 auto;width:66.6666666667%}.theme-edison .row .col-9{flex:0 0 auto;width:75%}.theme-edison .row .col-10{flex:0 0 auto;width:83.3333333333%}.theme-edison .row .col-11{flex:0 0 auto;width:91.6666666667%}.theme-edison .row .col-12{flex:0 0 auto;width:100%}@media(max-width: 1130px), all and (max-height: 640px){.theme-edison .row .col-m-1{flex:0 0 auto;width:25%}.theme-edison .row .col-m-2{flex:0 0 auto;width:50%}.theme-edison .row .col-m-3{flex:0 0 auto;width:75%}.theme-edison .row .col-m-4{flex:0 0 auto;width:100%}.theme-edison .row .col-m-0{display:none}}.theme-edison{--color-black: #15364e;--color-body-text: #617080;--color-link-btn: #319dd9;--color-white: #fff;--color-light: #a7b8d1;--color-red: #eb5757;--color-green2: #27ae60;--color-light-blue-gray: #a7b8d1;--color-blue: #319dd9;--color-light-grey: #f8f8f8;--color-black-plus: #15364e;--font-weight-thin: 200;--font-weight-light: 300;--font-weight-medium: 400;--font-weight-heavy: 500;--padding-tiny: 8px;--padding-small: 16px;--padding-medium: 24px;--padding-large: 32px;--icon-size-big: 64px;--icon-size-small: 32px;--video-shadow: 12px 24px 32px rgba(21, 54, 78, 0.2);--card-shadow: 8px 16px 40px rgba(21, 54, 78, 0.16);--card-border-radius: 24px;font-family:"Roboto",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#617080}.theme-edison .App{min-height:100vh;width:100%;max-width:1440px;margin:auto;display:flex;flex-direction:column}@media(max-width: 1130px), all and (max-height: 640px){.theme-edison .App{width:100%}}.theme-edison h1,.theme-edison .nn-h1{font-family:"Roboto",sans-serif;margin:0;margin-bottom:24px;color:#15364e}@media(max-width: 1130px), all and (max-height: 640px){.theme-edison h1,.theme-edison .nn-h1{margin-bottom:16px}}.theme-edison h2,.theme-edison .nn-h2{font-family:"Roboto",sans-serif;margin:0;margin-bottom:32px;color:#15364e}@media(max-width: 1130px), all and (max-height: 640px){.theme-edison h2,.theme-edison .nn-h2{margin-bottom:24px}}.theme-edison h3,.theme-edison .nn-h3{font-family:"Roboto",sans-serif;color:#15364e;margin:0}.theme-edison a,.theme-edison button,.theme-edison label,.theme-edison li,.theme-edison p,.theme-edison span,.theme-edison .nn-body-text{font-family:"Roboto",sans-serif}.theme-edison p{margin:0;margin-bottom:16px}.theme-edison a{color:#319dd9;text-decoration:none}.theme-edison .App-footer .footer-section{display:flex;flex-direction:column;padding-bottom:var(--padding-large)}.theme-edison .App-footer .footer-icons{order:1}.theme-edison .App-footer .footer-language{display:flex;justify-content:flex-end;order:2}.theme-edison .App-footer .footer-icons-bar{justify-content:flex-start;margin-bottom:var(--padding-large)}.theme-edison .App-footer .footer-icons-bar .nav-item{margin-right:var(--padding-large)}.theme-edison .App-footer .footer-mobile{padding-bottom:var(--padding-large)}.theme-edison .App-footer .footer-mobile h3{font-size:18px;font-weight:500;line-height:22px;margin-bottom:var(--padding-small)}.theme-edison .App-footer .footer-mobile a{margin-right:var(--padding-small)}.theme-edison .App-footer .footer-nav{width:100% !important;margin-top:var(--padding-large);order:3;padding:0}.theme-edison .App-footer .footer-nav .nav-item{padding:0 20px !important}.theme-edison .App-footer .footer-nav .nav-extras{margin-top:16px}.theme-edison .App-footer .footer-copyright{padding-top:var(--padding-large)}.theme-edison .App-footer .footer-copyright .copyright{margin-top:var(--padding-large);order:1}.theme-edison .App-footer .footer-copyright .legals{margin-top:var(--padding-large);order:2;display:flex;justify-content:flex-end}.theme-edison .App-footer .footer-copyright .legals .legals-nav a{color:var(--color-body-text);font-size:14px;line-height:16px}.theme-edison .App-footer .legals .legals-nav{display:flex;justify-content:flex-end;align-content:flex-start}.theme-edison .App-footer .legals .legals-nav .legals-link{padding:0 0 var(--padding-small) var(--padding-large)}.theme-edison .App-footer .legals .legals-nav .legals-link:first-child{padding-left:0}.theme-edison .App-footer .legals .legals-nav .legals-link a{color:var(--color-body-text);font-size:14px;line-height:16px;font-weight:400}@media(max-width: 1130px), all and (max-height: 640px){.theme-edison .App-footer{margin-bottom:var(--padding-large)}.theme-edison .App-footer .footer-icons{order:1}.theme-edison .App-footer .footer-language{justify-content:flex-start;margin-top:var(--padding-large);order:3}.theme-edison .App-footer .footer-nav{margin-top:var(--padding-large);order:2;width:100%}.theme-edison .App-footer .footer-nav .nav{justify-content:space-between}.theme-edison .App-footer .footer-nav .nav .nav-item{padding:0;margin:var(--padding-tiny) 0}.theme-edison .App-footer .footer-nav .nav-extras{margin-top:0}.theme-edison .App-footer .footer-copyright{padding-top:0}.theme-edison .App-footer .footer-copyright .copyright{margin-top:var(--padding-medium);order:2}.theme-edison .App-footer .footer-copyright .legals{margin-top:var(--padding-medium);order:1}.theme-edison .App-footer .footer-copyright .legals .legals-nav{width:100%;justify-content:space-between}.theme-edison .App-footer .footer-copyright .legals .legals-nav .legals-link{padding:0;margin:var(--padding-tiny) 0}}.theme-edison iframe{border:none}.legals-portal .legals-dialog{width:900px;background-color:#fff}.legals-portal .legals-dialog .legals-dialog-body{margin:0}.legals-portal .legals-dialog .legals-frame{width:100%}
.dropdown-input-container select.dropdown-input{font-weight:400;font-size:18px;line-height:30px}@media(max-width: 1130px), all and (max-height: 640px){.dropdown-input-container select.dropdown-input{font-size:16px;line-height:26px}}.dropdown-input-container .error-feedback{font-weight:500;font-size:12px;line-height:16px}.dropdown-input-container .input-wrapper{position:relative}.dropdown-input-container select.dropdown-input{width:100%;border:0;padding:0 2px;outline:none;background-color:rgba(0,0,0,0);margin-bottom:4px;border-top:1px solid rgba(0,0,0,0);cursor:pointer}.dropdown-input-container select.dropdown-input option{color:#15364e;background-color:#fff}.dropdown-input-container .error-feedback{opacity:0;text-align:right;margin-bottom:4px;height:16px}.dropdown-input-container.is-invalid select.dropdown-input{padding-right:24px;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTIiIGN5PSIxMiIgcj0iMTIiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0xOC43MDkxIDE1LjA5NTFMMTMuNzYzNiA2LjAwMzkzQzEyLjk2OSA0LjY2NjI1IDExLjAzMjEgNC42NjQ0NyAxMC4yMzY0IDYuMDAzOTNMNS4yOTExMyAxNS4wOTUxQzQuNDc4ODUgMTYuNDYyIDUuNDYyMjcgMTguMTkyOSA3LjA1NDMxIDE4LjE5MjlIMTYuOTQ1NUMxOC41MzYyIDE4LjE5MjkgMTkuNTIxNCAxNi40NjM0IDE4LjcwOTEgMTUuMDk1MVpNMTIgMTYuNTUyMkMxMS41NDc4IDE2LjU1MjIgMTEuMTc5NyAxNi4xODQxIDExLjE3OTcgMTUuNzMxOUMxMS4xNzk3IDE1LjI3OTcgMTEuNTQ3OCAxNC45MTE2IDEyIDE0LjkxMTZDMTIuNDUyMiAxNC45MTE2IDEyLjgyMDMgMTUuMjc5NyAxMi44MjAzIDE1LjczMTlDMTIuODIwMyAxNi4xODQxIDEyLjQ1MjIgMTYuNTUyMiAxMiAxNi41NTIyWk0xMi44MjAzIDEzLjI3MUMxMi44MjAzIDEzLjcyMzIgMTIuNDUyMiAxNC4wOTEzIDEyIDE0LjA5MTNDMTEuNTQ3OCAxNC4wOTEzIDExLjE3OTcgMTMuNzIzMiAxMS4xNzk3IDEzLjI3MVY5LjE2OTQzQzExLjE3OTcgOC43MTcyMiAxMS41NDc4IDguMzQ5MTIgMTIgOC4zNDkxMkMxMi40NTIyIDguMzQ5MTIgMTIuODIwMyA4LjcxNzIyIDEyLjgyMDMgOS4xNjk0M1YxMy4yNzFaIiBmaWxsPSIjRUI1NzU3Ii8+Cjwvc3ZnPg==");background-position:right 18px center;background-repeat:no-repeat}.dropdown-input-container.is-invalid .error-feedback{opacity:1}.dropdown-input-container.light select.dropdown-input{border-bottom:1px solid #fff;color:#fff}.dropdown-input-container.light .error-feedback{color:#fff}.dropdown-input-container.dark select.dropdown-input{border-bottom:1px solid #a7b8d1;color:#15364e}.dropdown-input-container.dark .error-feedback{color:#eb5757}
.string-input-container input.string-input{font-weight:400;font-size:18px;line-height:30px}@media(max-width: 1130px), all and (max-height: 640px){.string-input-container input.string-input{font-size:16px;line-height:26px}}.string-input-container .error-feedback{font-weight:500;font-size:12px;line-height:16px}.string-input-container .input-wrapper{position:relative}.string-input-container input.string-input{width:100%;border:0;padding:0 2px;outline:none;background-color:rgba(0,0,0,0);margin-bottom:4px;border-top:1px solid rgba(0,0,0,0)}.string-input-container input.string-input:-ms-input-placeholder{opacity:1;color:#fff}.string-input-container input.string-input::-ms-input-placeholder{opacity:1;color:#fff}.string-input-container input.string-input::placeholder{opacity:1;color:#fff}.string-input-container .error-feedback{opacity:0;text-align:right;margin-bottom:4px;height:16px}.string-input-container.is-invalid input.string-input{padding-right:24px;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTIiIGN5PSIxMiIgcj0iMTIiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0xOC43MDkxIDE1LjA5NTFMMTMuNzYzNiA2LjAwMzkzQzEyLjk2OSA0LjY2NjI1IDExLjAzMjEgNC42NjQ0NyAxMC4yMzY0IDYuMDAzOTNMNS4yOTExMyAxNS4wOTUxQzQuNDc4ODUgMTYuNDYyIDUuNDYyMjcgMTguMTkyOSA3LjA1NDMxIDE4LjE5MjlIMTYuOTQ1NUMxOC41MzYyIDE4LjE5MjkgMTkuNTIxNCAxNi40NjM0IDE4LjcwOTEgMTUuMDk1MVpNMTIgMTYuNTUyMkMxMS41NDc4IDE2LjU1MjIgMTEuMTc5NyAxNi4xODQxIDExLjE3OTcgMTUuNzMxOUMxMS4xNzk3IDE1LjI3OTcgMTEuNTQ3OCAxNC45MTE2IDEyIDE0LjkxMTZDMTIuNDUyMiAxNC45MTE2IDEyLjgyMDMgMTUuMjc5NyAxMi44MjAzIDE1LjczMTlDMTIuODIwMyAxNi4xODQxIDEyLjQ1MjIgMTYuNTUyMiAxMiAxNi41NTIyWk0xMi44MjAzIDEzLjI3MUMxMi44MjAzIDEzLjcyMzIgMTIuNDUyMiAxNC4wOTEzIDEyIDE0LjA5MTNDMTEuNTQ3OCAxNC4wOTEzIDExLjE3OTcgMTMuNzIzMiAxMS4xNzk3IDEzLjI3MVY5LjE2OTQzQzExLjE3OTcgOC43MTcyMiAxMS41NDc4IDguMzQ5MTIgMTIgOC4zNDkxMkMxMi40NTIyIDguMzQ5MTIgMTIuODIwMyA4LjcxNzIyIDEyLjgyMDMgOS4xNjk0M1YxMy4yNzFaIiBmaWxsPSIjRUI1NzU3Ii8+Cjwvc3ZnPg==");background-position:right;background-repeat:no-repeat}.string-input-container.is-invalid .error-feedback{opacity:1}.string-input-container.light input.string-input{border-bottom:1px solid #fff;color:#fff}.string-input-container.light input.string-input:-ms-input-placeholder{color:#fff}.string-input-container.light input.string-input::-ms-input-placeholder{color:#fff}.string-input-container.light input.string-input::placeholder{color:#fff}.string-input-container.light .error-feedback{color:#fff}.string-input-container.dark input.string-input{border-bottom:1px solid #a7b8d1;color:#15364e}.string-input-container.dark input.string-input:-ms-input-placeholder{color:#15364e}.string-input-container.dark input.string-input::-ms-input-placeholder{color:#15364e}.string-input-container.dark input.string-input::placeholder{color:#15364e}.string-input-container.dark .error-feedback{color:#eb5757}
.password-input .input-wrapper input.string-input{padding-right:32px}.password-input .eye-icon-container{position:absolute;right:7px;bottom:12px;display:flex;align-items:center}.password-input .eye-icon-container.is-invalid{right:32px}.password-input .eye-icon{position:relative;cursor:pointer}.password-input.is-invalid .input-wrapper input.string-input{padding-right:57px}@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm){@supports(-webkit-appearance: none) and (stroke-color: transparent){.password-input .input-wrapper input.string-input{padding-right:57px}.password-input .eye-icon-container{right:32px}.password-input .eye-icon-container.is-invalid{right:57px}.password-input.is-invalid .input-wrapper input.string-input{padding-right:82px}}}input::-ms-reveal,input::-ms-clear{display:none}
.dropdown-flag{font-weight:400;font-size:18px;line-height:30px}@media(max-width: 1130px), all and (max-height: 640px){.dropdown-flag{font-size:16px;line-height:26px}}.dropdown-flag{width:30px;height:30px;display:flex;flex-direction:column;justify-content:center;margin-right:8px}.dropdown-flag .flag{display:inline-block;height:17px;width:100%;background-size:100% auto;background-repeat:no-repeat;background-position:left top}.dropdown-flag .flag-en{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMjM1IDY1MCIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KPGRlZnM+DQo8ZyBpZD0idW5pb24iPg0KPHVzZSB5PSItLjIxNiIgeGxpbms6aHJlZj0iI3g0Ii8+DQo8dXNlIHhsaW5rOmhyZWY9IiN4NCIvPg0KPHVzZSB5PSIuMjE2IiB4bGluazpocmVmPSIjczYiLz4NCjwvZz4NCjxnIGlkPSJ4NCI+DQo8dXNlIHhsaW5rOmhyZWY9IiNzNiIvPg0KPHVzZSB5PSIuMDU0IiB4bGluazpocmVmPSIjczUiLz4NCjx1c2UgeT0iLjEwOCIgeGxpbms6aHJlZj0iI3M2Ii8+DQo8dXNlIHk9Ii4xNjIiIHhsaW5rOmhyZWY9IiNzNSIvPg0KPC9nPg0KPGcgaWQ9InM1Ij4NCjx1c2UgeD0iLS4yNTIiIHhsaW5rOmhyZWY9IiNzdGFyIi8+DQo8dXNlIHg9Ii0uMTI2IiB4bGluazpocmVmPSIjc3RhciIvPg0KPHVzZSB4bGluazpocmVmPSIjc3RhciIvPg0KPHVzZSB4PSIuMTI2IiB4bGluazpocmVmPSIjc3RhciIvPg0KPHVzZSB4PSIuMjUyIiB4bGluazpocmVmPSIjc3RhciIvPg0KPC9nPg0KPGcgaWQ9InM2Ij4NCjx1c2UgeD0iLS4wNjMiIHhsaW5rOmhyZWY9IiNzNSIvPg0KPHVzZSB4PSIuMzE1IiB4bGluazpocmVmPSIjc3RhciIvPg0KPC9nPg0KPGcgaWQ9InN0YXIiPg0KPHVzZSB4bGluazpocmVmPSIjcHQiIHRyYW5zZm9ybT0ibWF0cml4KC0uODA5MDIgLS41ODc3OSAuNTg3NzkgLS44MDkwMiAwIDApIi8+DQo8dXNlIHhsaW5rOmhyZWY9IiNwdCIgdHJhbnNmb3JtPSJtYXRyaXgoLjMwOTAyIC0uOTUxMDYgLjk1MTA2IC4zMDkwMiAwIDApIi8+DQo8dXNlIHhsaW5rOmhyZWY9IiNwdCIvPg0KPHVzZSB4bGluazpocmVmPSIjcHQiIHRyYW5zZm9ybT0icm90YXRlKDcyKSIvPg0KPHVzZSB4bGluazpocmVmPSIjcHQiIHRyYW5zZm9ybT0icm90YXRlKDE0NCkiLz4NCjwvZz4NCjxwYXRoIGZpbGw9IiNmZmYiIGlkPSJwdCIgZD0iTS0uMTYyNSwwIDAtLjUgLjE2MjUsMHoiIHRyYW5zZm9ybT0ic2NhbGUoLjA2MTYpIi8+DQo8cGF0aCBmaWxsPSIjYmYwYTMwIiBpZD0ic3RyaXBlIiBkPSJtMCwwaDEyMzV2NTBoLTEyMzV6Ii8+DQo8L2RlZnM+DQo8cGF0aCBmaWxsPSIjZmZmIiBkPSJtMCwwaDEyMzV2NjUwaC0xMjM1eiIvPg0KPHVzZSB4bGluazpocmVmPSIjc3RyaXBlIi8+DQo8dXNlIHk9IjEwMCIgeGxpbms6aHJlZj0iI3N0cmlwZSIvPg0KPHVzZSB5PSIyMDAiIHhsaW5rOmhyZWY9IiNzdHJpcGUiLz4NCjx1c2UgeT0iMzAwIiB4bGluazpocmVmPSIjc3RyaXBlIi8+DQo8dXNlIHk9IjQwMCIgeGxpbms6aHJlZj0iI3N0cmlwZSIvPg0KPHVzZSB5PSI1MDAiIHhsaW5rOmhyZWY9IiNzdHJpcGUiLz4NCjx1c2UgeT0iNjAwIiB4bGluazpocmVmPSIjc3RyaXBlIi8+DQo8cGF0aCBmaWxsPSIjMDAyODY4IiBkPSJtMCwwaDQ5NHYzNTBoLTQ5NHoiLz4NCjx1c2UgeGxpbms6aHJlZj0iI3VuaW9uIiB0cmFuc2Zvcm09Im1hdHJpeCg2NTAgMCAwIDY1MCAyNDcgMTc1KSIvPg0KPC9zdmc+DQo=");height:52.6315789474%}.dropdown-flag .flag-de{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBoZWlnaHQ9IjYwMCIgdmlld0JveD0iMCAwIDUgMyI+DQo8cGF0aCBkPSJtMCwwaDV2M2gtNXoiLz4NCjxwYXRoIGZpbGw9IiNkMDAiIGQ9Im0wLDFoNXYyaC01eiIvPg0KPHBhdGggZmlsbD0iI2ZmY2UwMCIgZD0ibTAsMmg1djFoLTV6Ii8+DQo8L3N2Zz4NCg==");height:60%}.dropdown-flag .flag-fr{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5MDAgNjAwIj4NCjxwYXRoIGZpbGw9IiNlZDI5MzkiIGQ9Im0wLDBoOTAwdjYwMGgtOTAweiIvPg0KPHBhdGggZmlsbD0iI2ZmZiIgZD0ibTAsMGg2MDB2NjAwaC02MDB6Ii8+DQo8cGF0aCBmaWxsPSIjMDAyMzk1IiBkPSJtMCwwaDMwMHY2MDBoLTMwMHoiLz4NCjwvc3ZnPg0K");height:66.6666666667%}.dropdown-flag .flag-ru{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NTAgMzAwIj4NCjxwYXRoIGZpbGw9IiNmZmYiIGQ9Im0wLDBoNDUwdjEwMGgtNDUweiIvPg0KPHBhdGggZmlsbD0iIzAwZiIgZD0ibTAsMTAwaDQ1MHYxMDBoLTQ1MHoiLz4NCjxwYXRoIGZpbGw9IiNmMDAiIGQ9Im0wLDIwMGg0NTB2MTAwaC00NTB6Ii8+DQo8L3N2Zz4NCg==");height:66.6666666667%}.dropdown-flag .flag-ja{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5MDAgNjAwIj4NCjxwYXRoIGZpbGw9IiNmZmYiIGQ9Im0wLDBoOTAwdjYwMGgtOTAweiIvPg0KPGNpcmNsZSBmaWxsPSIjYmUwMDI2IiBjeD0iNDUwIiBjeT0iMzAwIiByPSIxODAiLz4NCjwvc3ZnPg0K");height:66.6666666667%}.dropdown-flag .flag-es{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA3NTAgNTAwIj4NCjxwYXRoIGZpbGw9IiNjNjBiMWUiIGQ9Im0wLDBoNzUwdjUwMGgtNzUweiIvPg0KPHBhdGggZmlsbD0iI2ZmYzQwMCIgZD0ibTAsMTI1aDc1MHYyNTBoLTc1MHoiLz4NCjwvc3ZnPg0K");height:66.6666666667%}.dropdown-flag .flag-it{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBoZWlnaHQ9IjEwMDAiIHZpZXdCb3g9IjAgMCAzIDIiPg0KPHBhdGggZmlsbD0iIzAwOTI0NiIgZD0ibTAsMGgxdjJoLTF6Ii8+DQo8cGF0aCBmaWxsPSIjZmZmIiBkPSJtMSwwaDF2MmgtMXoiLz4NCjxwYXRoIGZpbGw9IiNjZTJiMzciIGQ9Im0yLDBoMXYyaC0xeiIvPg0KPC9zdmc+DQo=");height:66.6666666667%}.dropdown-flag .flag-pl{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMjgwIDgwMCI+DQo8cGF0aCBmaWxsPSIjZTllOGU3IiBkPSJtMCwwaDEyODB2NDAwaC0xMjgweiIvPg0KPHBhdGggZmlsbD0iI2Q0MjEzZCIgZD0ibTAsNDAwaDEyODB2NDAwaC0xMjgweiIvPg0KPC9zdmc+DQo=");height:66.6666666667%}i.fa-angle-down{font-size:18px;font-weight:bold;vertical-align:middle}
.language-selector,.language-selector-item{font-weight:400;font-size:18px;line-height:30px}@media(max-width: 1130px), all and (max-height: 640px){.language-selector,.language-selector-item{font-size:16px;line-height:26px}}.language-selector{cursor:pointer}.language-selector-item{color:#15364e;display:flex;padding:8px 4px;min-width:120px}.language-selector-item:hover{background-color:#319dd9;color:#fff;cursor:pointer}@media(max-width: 1130px), all and (max-height: 640px){.language-selector-item{font-weight:400;font-size:18px;line-height:30px}}
.bp6-multi-select{
  min-width:150px;
}

.bp6-multi-select-popover .bp6-popover-content{
  padding:4px;
}

.bp6-multi-select-popover .bp6-multi-select-popover-default-width{
  max-width:350px;
}

.bp6-multi-select-popover .bp6-multi-select-popover-tag-input-margin{
  margin-bottom:1px;
}

.bp6-multi-select-popover .bp6-menu{
  margin-left:-4px;
  margin-right:-4px;
  max-height:300px;
  max-width:400px;
  overflow:auto;
}

.bp6-multi-select-popover.bp6-popover-match-target-width{
  width:100%;
}

.bp6-multi-select-popover.bp6-popover-match-target-width .bp6-menu{
  max-width:none;
  min-width:0;
}

.bp6-omnibar{
  filter:blur(0);
  opacity:1;
}

.bp6-omnibar.bp6-overlay-enter, .bp6-omnibar.bp6-overlay-appear{
  filter:blur(20px);
  opacity:0;
}

.bp6-omnibar.bp6-overlay-enter-active, .bp6-omnibar.bp6-overlay-appear-active{
  filter:blur(0);
  opacity:1;
  transition-delay:0;
  transition-duration:200ms;
  transition-property:filter, opacity;
  transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9);
}

.bp6-omnibar.bp6-overlay-exit{
  filter:blur(0);
  opacity:1;
}

.bp6-omnibar.bp6-overlay-exit-active{
  filter:blur(20px);
  opacity:0;
  transition-delay:0;
  transition-duration:200ms;
  transition-property:filter, opacity;
  transition-timing-function:cubic-bezier(0.4, 1, 0.75, 0.9);
}

.bp6-omnibar{
  background-color:#ffffff;
  border-radius:4px;
  box-shadow:0 0 0 1px rgba(17, 20, 24, 0.1), 0 25px 50px -12px rgba(0, 0, 0, 0.3);
  left:calc(50% - 250px);
  top:20vh;
  width:500px;
  z-index:21;
}

.bp6-omnibar .bp6-input{
  background-color:transparent;
  border-radius:0;
}

.bp6-omnibar .bp6-input, .bp6-omnibar .bp6-input:focus{
  box-shadow:none;
}

.bp6-omnibar .bp6-menu{
  background-color:transparent;
  border-radius:0;
  box-shadow:inset 0 1px 0 rgba(17, 20, 24, 0.15);
  max-height:calc(60vh - 40px);
  overflow:auto;
}

.bp6-omnibar .bp6-menu:empty{
  display:none;
}

.bp6-dark .bp6-omnibar, .bp6-omnibar.bp6-dark{
  background-color:#2f343c;
  box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 25px 60px -12px rgba(0, 0, 0, 0.85), inset 0 0 0.5px 0 rgba(255, 255, 255, 0.3), inset 0 0.5px 0 0 rgba(255, 255, 255, 0.08);
}

.bp6-omnibar-overlay .bp6-overlay-backdrop{
  background-color:rgba(17, 20, 24, 0.2);
}

.bp6-select-popover .bp6-popover-content{
  padding:4px;
}

.bp6-select-popover .bp6-input-group{
  margin-bottom:0;
}

.bp6-select-popover .bp6-menu{
  margin-left:-4px;
  margin-right:-4px;
  max-height:300px;
  max-width:400px;
  overflow:auto;
  padding:0 4px;
}

.bp6-select-popover .bp6-menu:not(:first-child){
  padding-top:4px;
}

.bp6-select-popover.bp6-popover-match-target-width{
  width:100%;
}

.bp6-select-popover.bp6-popover-match-target-width .bp6-menu{
  max-width:none;
  min-width:0;
}

.bp6-suggest-popover .bp6-menu{
  max-height:300px;
  max-width:400px;
  overflow:auto;
}

.bp6-suggest-popover.bp6-popover-match-target-width{
  width:100%;
}

.bp6-suggest-popover.bp6-popover-match-target-width .bp6-menu{
  max-width:none;
  min-width:0;
}
@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.theme-edison .loading-indicator{display:flex;flex-grow:1;justify-content:center;align-items:center;height:100%;width:100%}.theme-edison .loading-indicator .spin{animation:spin 2s linear infinite}
.theme-edison .pagination-container{display:flex;flex-direction:row-reverse;align-items:flex-end}.theme-edison .pagination-container .pagination{margin:0;list-style:none;padding:0;display:flex;height:24px;align-items:stretch;justify-content:space-between}
.theme-edison .pagination-button{flex:0 0 auto;display:flex;align-items:center;justify-content:center;color:var(--color-link-btn);font-size:18px;line-height:21px;font-weight:500;padding:0 8px;cursor:pointer}.theme-edison .pagination-button.control{width:24px;padding:0}.theme-edison .pagination-button .pagination-icon{height:16px;width:16px;fill:var(--color-link-btn)}.theme-edison .pagination-button.disabled{pointer-events:none;cursor:not-allowed;color:var(--color-light)}.theme-edison .pagination-button.disabled .pagination-icon{fill:var(--color-light)}.theme-edison .pagination-button:hover{background-color:var(--color-link-btn);color:var(--color-white)}.theme-edison .pagination-button:hover .pagination-icon{fill:var(--color-white)}.theme-edison .pagination-button.active{background-color:var(--color-light);pointer-events:none;color:var(--color-black)}
.theme-edison .gauge-label{font-weight:400;font-size:14px;line-height:16px}.theme-edison .gauge{max-width:220px;padding:0 20px;margin:auto}.theme-edison .gauge .gauge-speedometer{width:100%;max-width:120px;margin:0 auto var(--padding-tiny) auto}.theme-edison .gauge-labels{display:flex;justify-content:space-between}.theme-edison .gauge-label{color:var(--color-light)}
.theme-edison .speedometer-card-title{font-weight:500;font-size:18px;line-height:22px}.theme-edison .speedometer-card{margin-bottom:var(--padding-medium);position:relative;text-align:center;display:flex;flex-direction:column}.theme-edison .speedometer-card-icon-wrapper{display:flex;justify-content:center;border-radius:50%;z-index:1}.theme-edison .speedometer-card-icon{height:var(--icon-size-big);width:var(--icon-size-big);border-radius:50%}.theme-edison .speedometer-card-wrapper{min-height:100px;padding-top:calc(var(--icon-size-big)/2);margin-top:calc(-1*var(--icon-size-big)/2);border-radius:var(--card-border-radius);background-color:var(--color-white);box-shadow:var(--card-shadow);display:flex;flex-direction:column;align-items:center}.theme-edison .speedometer-card-title{color:var(--color-black);margin-top:var(--padding-medium);margin-bottom:var(--padding-small)}.theme-edison .speedometer-card-subtitle{min-height:var(--padding-medium);margin-top:10px}
.theme-edison h1,.theme-edison .nn-h1{font-weight:500;font-size:48px;line-height:56px}@media(max-width: 1130px), all and (max-height: 640px){.theme-edison h1,.theme-edison .nn-h1{font-size:36px;line-height:42px}}.theme-edison h2,.theme-edison .nn-h2{font-weight:300;font-size:24px;line-height:32px}@media(max-width: 1130px), all and (max-height: 640px){.theme-edison h2,.theme-edison .nn-h2{font-size:20px;line-height:32px}}.theme-edison h3,.theme-edison .nn-h3{font-weight:700;font-size:24px;line-height:32px}.theme-edison .nn-button-medium{font-weight:500;font-size:18px;line-height:22px}.theme-edison a,.theme-edison button,.theme-edison label,.theme-edison li,.theme-edison p,.theme-edison span,.theme-edison .nn-body-text{font-weight:400;font-size:18px;line-height:30px}@media(max-width: 1130px), all and (max-height: 640px){.theme-edison a,.theme-edison button,.theme-edison label,.theme-edison li,.theme-edison p,.theme-edison span,.theme-edison .nn-body-text{font-size:16px;line-height:26px}}.theme-edison small,.theme-edison .nn-small{font-weight:400;font-size:14px;line-height:16px}.theme-edison .nn-error{font-weight:500;font-size:12px;line-height:16px}.theme-edison .container{width:100%;max-width:1110px;margin:auto}@media(max-width: 1130px), all and (max-height: 640px){.theme-edison .container{max-width:100%}}.theme-edison .row{min-height:1px;display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.theme-edison .row>*{box-sizing:border-box;flex-shrink:0;width:100%;max-width:100%;min-height:1px;padding-right:15px;padding-left:15px}.theme-edison .row.no-gutters{margin-right:0;margin-left:0}.theme-edison .row.no-gutters>.col,.theme-edison .row.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.theme-edison .row .col{flex:1 0 0%;min-width:0}.theme-edison .row .col-1{flex:0 0 auto;width:8.3333333333%}.theme-edison .row .col-2{flex:0 0 auto;width:16.6666666667%}.theme-edison .row .col-3{flex:0 0 auto;width:25%}.theme-edison .row .col-4{flex:0 0 auto;width:33.3333333333%}.theme-edison .row .col-5{flex:0 0 auto;width:41.6666666667%}.theme-edison .row .col-6{flex:0 0 auto;width:50%}.theme-edison .row .col-7{flex:0 0 auto;width:58.3333333333%}.theme-edison .row .col-8{flex:0 0 auto;width:66.6666666667%}.theme-edison .row .col-9{flex:0 0 auto;width:75%}.theme-edison .row .col-10{flex:0 0 auto;width:83.3333333333%}.theme-edison .row .col-11{flex:0 0 auto;width:91.6666666667%}.theme-edison .row .col-12{flex:0 0 auto;width:100%}@media(max-width: 1130px), all and (max-height: 640px){.theme-edison .row .col-m-1{flex:0 0 auto;width:25%}.theme-edison .row .col-m-2{flex:0 0 auto;width:50%}.theme-edison .row .col-m-3{flex:0 0 auto;width:75%}.theme-edison .row .col-m-4{flex:0 0 auto;width:100%}.theme-edison .row .col-m-0{display:none}}.theme-edison{--color-black: #15364e;--color-body-text: #617080;--color-link-btn: #319dd9;--color-white: #fff;--color-light: #a7b8d1;--color-red: #eb5757;--color-green2: #27ae60;--color-light-blue-gray: #a7b8d1;--color-blue: #319dd9;--color-light-grey: #f8f8f8;--color-black-plus: #15364e;--font-weight-thin: 200;--font-weight-light: 300;--font-weight-medium: 400;--font-weight-heavy: 500;--padding-tiny: 8px;--padding-small: 16px;--padding-medium: 24px;--padding-large: 32px;--icon-size-big: 64px;--icon-size-small: 32px;--video-shadow: 12px 24px 32px rgba(21, 54, 78, 0.2);--card-shadow: 8px 16px 40px rgba(21, 54, 78, 0.16);--card-border-radius: 24px;font-family:"Roboto",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#617080}.theme-edison .App{min-height:100vh;width:100%;max-width:1440px;margin:auto;display:flex;flex-direction:column}@media(max-width: 1130px), all and (max-height: 640px){.theme-edison .App{width:100%}}.theme-edison h1,.theme-edison .nn-h1{font-family:"Roboto",sans-serif;margin:0;margin-bottom:24px;color:#15364e}@media(max-width: 1130px), all and (max-height: 640px){.theme-edison h1,.theme-edison .nn-h1{margin-bottom:16px}}.theme-edison h2,.theme-edison .nn-h2{font-family:"Roboto",sans-serif;margin:0;margin-bottom:32px;color:#15364e}@media(max-width: 1130px), all and (max-height: 640px){.theme-edison h2,.theme-edison .nn-h2{margin-bottom:24px}}.theme-edison h3,.theme-edison .nn-h3{font-family:"Roboto",sans-serif;color:#15364e;margin:0}.theme-edison a,.theme-edison button,.theme-edison label,.theme-edison li,.theme-edison p,.theme-edison span,.theme-edison .nn-body-text{font-family:"Roboto",sans-serif}.theme-edison p{margin:0;margin-bottom:16px}.theme-edison a{color:#319dd9;text-decoration:none}
.nn-textarea p{color:var(--color-black)}.nn-textarea textarea{color:var(--color-body-text)}
.theme-edison .trust-banner{display:flex;flex-wrap:wrap;margin:0 auto;width:100%}.theme-edison .trust-banner .left,.theme-edison .trust-banner .right{flex:1 1 auto}.theme-edison .trust-banner .clickable{cursor:pointer}.theme-edison .trust-banner p{text-transform:uppercase;color:#a7b8d1;font-size:12px;line-height:16px;padding:2px;margin-bottom:0}.theme-edison .trust-banner .trust-items{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;margin:0 auto;width:100%}.theme-edison .trust-banner .trust-items img{margin-top:16px;min-height:50px}.theme-edison .trust-banner .trust-items img:not(:last-child){margin-right:20px}.theme-edison .trust-banner .gap{flex:1 1 0}@media(max-width: 1130px), all and (max-height: 640px){.theme-edison .trust-banner .gap{display:none}.theme-edison .trust-banner p{margin-top:24px}.theme-edison .trust-banner .trust-items img{max-height:40px;min-height:unset}.theme-edison .trust-banner .trust-items img:not(:last-child){margin-right:0}}.trust-banner-dialog{width:auto;max-width:768px}.trust-banner-dialog-body{overflow-y:scroll;max-height:636px;margin-bottom:0}.trust-banner-dialog-body img{width:100%}
.cookie-consent-container .cookie-consent-overlay{z-index:1000;position:fixed;top:0;right:0;bottom:0;left:0;overflow:hidden;background:rgba(0,0,0,.7)}.cookie-consent-container .cookie-consent-banner{z-index:1001;position:fixed;right:0;bottom:0;left:0;background:#fff;box-shadow:0 5px 10px 0 rgba(0,0,0,.25)}.cookie-consent-container .cookie-consent-banner p{padding:var(--padding-tiny);margin-bottom:0}.cookie-consent-container .cookie-consent-banner .row{align-items:center}.cookie-consent-container .cookie-consent-banner .cookie-consent-content{overflow-y:auto;max-height:calc(100vh - 563px)}.cookie-consent-container .cookie-consent-banner .buttons-container{margin:auto 0;display:flex;flex-direction:column;justify-content:space-evenly;padding:var(--padding-tiny) 0}@media(max-width: 1130px), all and (max-height: 640px){.cookie-consent-container .cookie-consent-banner .buttons-container{align-items:center;padding:var(--padding-tiny)}}.cookie-consent-container .cookie-consent-banner .buttons-container button.button{min-width:120px;margin:var(--padding-tiny) 0}@media(max-width: 1130px), all and (max-height: 640px){.cookie-consent-container .cookie-consent-banner .buttons-container button.button{max-width:340px;width:100%}}.cookie-consent-container .cookie-consent-modal-overlay{z-index:1002;position:fixed;top:0;right:0;bottom:0;left:0;overflow:hidden;background:rgba(0,0,0,.5)}.cookie-consent-container .cookie-consent-modal{z-index:1003;position:fixed;top:50%;left:50%;transform:translate(-50%, -50%);margin:0;width:740px;max-width:100%;max-height:100%;overflow:auto;background:#fff;padding:var(--padding-small);border:1px solid rgba(0,0,0,.8)}.cookie-consent-container .cookie-consent-modal .modal-header{display:flex;justify-content:space-between;align-items:flex-start}.cookie-consent-container .cookie-consent-modal .modal-header h2{margin:0}.cookie-consent-container .cookie-consent-modal .modal-header .close-button{font-size:32px;line-height:32px;font-weight:300;width:32px;cursor:pointer;text-align:center}.cookie-consent-container .cookie-consent-modal .modal-header{margin-bottom:var(--padding-small)}.cookie-consent-container .cookie-consent-modal .modal-form{margin:var(--padding-small) 0}.cookie-consent-container .cookie-consent-modal .modal-form .consent-checkbox{margin-bottom:var(--padding-small)}.cookie-consent-container .cookie-consent-modal .buttons-container{display:flex;align-items:center;justify-content:flex-end}.cookie-consent-container .cookie-consent-modal .buttons-container button{margin:0;margin-left:var(--padding-small)}@media(max-width: 1130px), all and (max-height: 640px){.cookie-consent-container .cookie-consent-modal .buttons-container{flex-direction:column;align-items:flex-start}.cookie-consent-container .cookie-consent-modal .buttons-container button{margin:0;margin-bottom:var(--padding-small)}}
.theme-edison .app-toaster{position:fixed !important}.theme-edison .app-toaster h3{line-height:21px;font-size:16.38px;-webkit-margin-after:16.38px;margin-block-end:16.38px;-webkit-margin-before:16.38px;margin-block-start:16.38px}.theme-edison .app-toaster p,.theme-edison .app-toaster span{font-size:14px;line-height:18px;-webkit-margin-after:10px;margin-block-end:10px;margin-bottom:10px;word-break:break-word}.theme-edison .app-toaster [class*=intent]{color:var(--color-white)}.theme-edison .app-toaster [class*=intent] h3,.theme-edison .app-toaster [class*=intent] p,.theme-edison .app-toaster [class*=intent] span{color:var(--color-white)}
div.inapp-message-body{margin:0}
.flag-icon-background,.flag-icon{background-size:contain;background-position:50%;background-repeat:no-repeat}.flag-icon{position:relative;display:inline-block;width:26.6666666667px;line-height:20px}.flag-icon::before{content:" "}.flag-icon-ad{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/ad.svg")}.flag-icon-ae{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/ae.svg")}.flag-icon-af{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/af.svg")}.flag-icon-ag{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/ag.svg")}.flag-icon-ai{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/ai.svg")}.flag-icon-al{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/al.svg")}.flag-icon-am{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/am.svg")}.flag-icon-ao{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/ao.svg")}.flag-icon-aq{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/aq.svg")}.flag-icon-ar{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/ar.svg")}.flag-icon-as{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/as.svg")}.flag-icon-at{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/at.svg")}.flag-icon-au{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/au.svg")}.flag-icon-aw{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/aw.svg")}.flag-icon-ax{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/ax.svg")}.flag-icon-az{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/az.svg")}.flag-icon-ba{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/ba.svg")}.flag-icon-bb{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/bb.svg")}.flag-icon-bd{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/bd.svg")}.flag-icon-be{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/be.svg")}.flag-icon-bf{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/bf.svg")}.flag-icon-bg{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/bg.svg")}.flag-icon-bh{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/bh.svg")}.flag-icon-bi{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/bi.svg")}.flag-icon-bj{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/bj.svg")}.flag-icon-bl{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/bl.svg")}.flag-icon-bm{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/bm.svg")}.flag-icon-bn{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/bn.svg")}.flag-icon-bo{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/bo.svg")}.flag-icon-bq{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/bq.svg")}.flag-icon-br{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/br.svg")}.flag-icon-bs{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/bs.svg")}.flag-icon-bt{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/bt.svg")}.flag-icon-bv{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/bv.svg")}.flag-icon-bw{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/bw.svg")}.flag-icon-by{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/by.svg")}.flag-icon-bz{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/bz.svg")}.flag-icon-ca{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/ca.svg")}.flag-icon-cc{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/cc.svg")}.flag-icon-cd{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/cd.svg")}.flag-icon-cf{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/cf.svg")}.flag-icon-cg{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/cg.svg")}.flag-icon-ch{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/ch.svg")}.flag-icon-ci{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/ci.svg")}.flag-icon-ck{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/ck.svg")}.flag-icon-cl{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/cl.svg")}.flag-icon-cm{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/cm.svg")}.flag-icon-cn{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/cn.svg")}.flag-icon-co{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/co.svg")}.flag-icon-cr{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/cr.svg")}.flag-icon-cu{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/cu.svg")}.flag-icon-cv{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/cv.svg")}.flag-icon-cw{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/cw.svg")}.flag-icon-cx{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/cx.svg")}.flag-icon-cy{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/cy.svg")}.flag-icon-cz{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/cz.svg")}.flag-icon-de{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/de.svg")}.flag-icon-dj{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/dj.svg")}.flag-icon-dk{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/dk.svg")}.flag-icon-dm{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/dm.svg")}.flag-icon-do{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/do.svg")}.flag-icon-dz{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/dz.svg")}.flag-icon-ec{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/ec.svg")}.flag-icon-ee{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/ee.svg")}.flag-icon-eg{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/eg.svg")}.flag-icon-eh{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/eh.svg")}.flag-icon-er{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/er.svg")}.flag-icon-es{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/es.svg")}.flag-icon-et{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/et.svg")}.flag-icon-fi{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/fi.svg")}.flag-icon-fj{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/fj.svg")}.flag-icon-fk{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/fk.svg")}.flag-icon-fm{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/fm.svg")}.flag-icon-fo{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/fo.svg")}.flag-icon-fr{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/fr.svg")}.flag-icon-ga{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/ga.svg")}.flag-icon-gb{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/gb.svg")}.flag-icon-gd{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/gd.svg")}.flag-icon-ge{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/ge.svg")}.flag-icon-gf{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/gf.svg")}.flag-icon-gg{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/gg.svg")}.flag-icon-gh{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/gh.svg")}.flag-icon-gi{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/gi.svg")}.flag-icon-gl{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/gl.svg")}.flag-icon-gm{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/gm.svg")}.flag-icon-gn{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/gn.svg")}.flag-icon-gp{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/gp.svg")}.flag-icon-gq{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/gq.svg")}.flag-icon-gr{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/gr.svg")}.flag-icon-gs{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/gs.svg")}.flag-icon-gt{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/gt.svg")}.flag-icon-gu{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/gu.svg")}.flag-icon-gw{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/gw.svg")}.flag-icon-gy{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/gy.svg")}.flag-icon-hk{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/hk.svg")}.flag-icon-hm{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/hm.svg")}.flag-icon-hn{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/hn.svg")}.flag-icon-hr{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/hr.svg")}.flag-icon-ht{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/ht.svg")}.flag-icon-hu{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/hu.svg")}.flag-icon-id{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/id.svg")}.flag-icon-ie{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/ie.svg")}.flag-icon-il{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/il.svg")}.flag-icon-im{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/im.svg")}.flag-icon-in{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/in.svg")}.flag-icon-io{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/io.svg")}.flag-icon-iq{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/iq.svg")}.flag-icon-ir{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/ir.svg")}.flag-icon-is{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/is.svg")}.flag-icon-it{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/it.svg")}.flag-icon-je{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/je.svg")}.flag-icon-jm{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/jm.svg")}.flag-icon-jo{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/jo.svg")}.flag-icon-jp{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/jp.svg")}.flag-icon-ke{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/ke.svg")}.flag-icon-kg{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/kg.svg")}.flag-icon-kh{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/kh.svg")}.flag-icon-ki{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/ki.svg")}.flag-icon-km{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/km.svg")}.flag-icon-kn{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/kn.svg")}.flag-icon-kp{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/kp.svg")}.flag-icon-kr{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/kr.svg")}.flag-icon-kw{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/kw.svg")}.flag-icon-ky{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/ky.svg")}.flag-icon-kz{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/kz.svg")}.flag-icon-la{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/la.svg")}.flag-icon-lb{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/lb.svg")}.flag-icon-lc{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/lc.svg")}.flag-icon-li{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/li.svg")}.flag-icon-lk{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/lk.svg")}.flag-icon-lr{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/lr.svg")}.flag-icon-ls{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/ls.svg")}.flag-icon-lt{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/lt.svg")}.flag-icon-lu{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/lu.svg")}.flag-icon-lv{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/lv.svg")}.flag-icon-ly{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/ly.svg")}.flag-icon-ma{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/ma.svg")}.flag-icon-mc{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/mc.svg")}.flag-icon-md{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/md.svg")}.flag-icon-me{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/me.svg")}.flag-icon-mf{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/mf.svg")}.flag-icon-mg{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/mg.svg")}.flag-icon-mh{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/mh.svg")}.flag-icon-mk{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/mk.svg")}.flag-icon-ml{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/ml.svg")}.flag-icon-mm{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/mm.svg")}.flag-icon-mn{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/mn.svg")}.flag-icon-mo{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/mo.svg")}.flag-icon-mp{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/mp.svg")}.flag-icon-mq{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/mq.svg")}.flag-icon-mr{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/mr.svg")}.flag-icon-ms{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/ms.svg")}.flag-icon-mt{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/mt.svg")}.flag-icon-mu{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/mu.svg")}.flag-icon-mv{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/mv.svg")}.flag-icon-mw{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/mw.svg")}.flag-icon-mx{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/mx.svg")}.flag-icon-my{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/my.svg")}.flag-icon-mz{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/mz.svg")}.flag-icon-na{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/na.svg")}.flag-icon-nc{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/nc.svg")}.flag-icon-ne{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/ne.svg")}.flag-icon-nf{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/nf.svg")}.flag-icon-ng{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/ng.svg")}.flag-icon-ni{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/ni.svg")}.flag-icon-nl{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/nl.svg")}.flag-icon-no{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/no.svg")}.flag-icon-np{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/np.svg")}.flag-icon-nr{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/nr.svg")}.flag-icon-nu{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/nu.svg")}.flag-icon-nz{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/nz.svg")}.flag-icon-om{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/om.svg")}.flag-icon-pa{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/pa.svg")}.flag-icon-pe{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/pe.svg")}.flag-icon-pf{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/pf.svg")}.flag-icon-pg{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/pg.svg")}.flag-icon-ph{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/ph.svg")}.flag-icon-pk{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/pk.svg")}.flag-icon-pl{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/pl.svg")}.flag-icon-pm{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/pm.svg")}.flag-icon-pn{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/pn.svg")}.flag-icon-pr{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/pr.svg")}.flag-icon-ps{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/ps.svg")}.flag-icon-pt{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/pt.svg")}.flag-icon-pw{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/pw.svg")}.flag-icon-py{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/py.svg")}.flag-icon-qa{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/qa.svg")}.flag-icon-re{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/re.svg")}.flag-icon-ro{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/ro.svg")}.flag-icon-rs{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/rs.svg")}.flag-icon-ru{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/ru.svg")}.flag-icon-rw{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/rw.svg")}.flag-icon-sa{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/sa.svg")}.flag-icon-sb{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/sb.svg")}.flag-icon-sc{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/sc.svg")}.flag-icon-sd{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/sd.svg")}.flag-icon-se{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/se.svg")}.flag-icon-sg{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/sg.svg")}.flag-icon-sh{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/sh.svg")}.flag-icon-si{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/si.svg")}.flag-icon-sj{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/sj.svg")}.flag-icon-sk{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/sk.svg")}.flag-icon-sl{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/sl.svg")}.flag-icon-sm{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/sm.svg")}.flag-icon-sn{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/sn.svg")}.flag-icon-so{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/so.svg")}.flag-icon-sr{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/sr.svg")}.flag-icon-ss{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/ss.svg")}.flag-icon-st{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/st.svg")}.flag-icon-sv{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/sv.svg")}.flag-icon-sx{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/sx.svg")}.flag-icon-sy{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/sy.svg")}.flag-icon-sz{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/sz.svg")}.flag-icon-tc{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/tc.svg")}.flag-icon-td{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/td.svg")}.flag-icon-tf{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/tf.svg")}.flag-icon-tg{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/tg.svg")}.flag-icon-th{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/th.svg")}.flag-icon-tj{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/tj.svg")}.flag-icon-tk{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/tk.svg")}.flag-icon-tl{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/tl.svg")}.flag-icon-tm{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/tm.svg")}.flag-icon-tn{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/tn.svg")}.flag-icon-to{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/to.svg")}.flag-icon-tr{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/tr.svg")}.flag-icon-tt{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/tt.svg")}.flag-icon-tv{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/tv.svg")}.flag-icon-tw{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/tw.svg")}.flag-icon-tz{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/tz.svg")}.flag-icon-ua{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/ua.svg")}.flag-icon-ug{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/ug.svg")}.flag-icon-um{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/um.svg")}.flag-icon-us{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/us.svg")}.flag-icon-uy{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/uy.svg")}.flag-icon-uz{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/uz.svg")}.flag-icon-va{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/va.svg")}.flag-icon-vc{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/vc.svg")}.flag-icon-ve{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/ve.svg")}.flag-icon-vg{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/vg.svg")}.flag-icon-vi{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/vi.svg")}.flag-icon-vn{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/vn.svg")}.flag-icon-vu{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/vu.svg")}.flag-icon-wf{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/wf.svg")}.flag-icon-ws{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/ws.svg")}.flag-icon-ye{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/ye.svg")}.flag-icon-yt{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/yt.svg")}.flag-icon-za{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/za.svg")}.flag-icon-zm{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/zm.svg")}.flag-icon-zw{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/zw.svg")}.flag-icon-es-ct{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/es-ct.svg")}.flag-icon-eu{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/eu.svg")}.flag-icon-gb-eng{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/gb-eng.svg")}.flag-icon-gb-nir{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/gb-nir.svg")}.flag-icon-gb-sct{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/gb-sct.svg")}.flag-icon-gb-wls{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/gb-wls.svg")}.flag-icon-un{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/un.svg")}.flag-icon-xk{background-image:url("https://cms.cdn.neuronation.com/assets/opxp/flags/xk.svg")}.countries-header{text-align:center;font-weight:300;margin-bottom:20px}.countries-intro{margin-top:1rem;font-size:1.4rem;font-weight:300;margin-bottom:20px}.continent-title{font-size:1.4rem}.countries-list{margin:0 0 45px;display:flex;flex-wrap:wrap}.countries-list .country{flex:0 0 auto;margin:15px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:25%}.countries-list .country:hover{overflow:visible;z-index:10}.countries-list .country:hover .country-button{box-shadow:15px 0 10px 2px #fff}.countries-list .country .country-button{font-size:1.4rem;font-weight:300;line-height:20px;cursor:pointer;background-color:#fff}.countries-list .country .flag-icon{margin-right:8px}
.article-header{margin-bottom:20px}.article-header.header1{text-align:center;font-weight:300}.article-header.header2{font-size:1.4rem}.article-header.header3{font-size:1.4rem}.article-body{margin-bottom:1rem}.article-body ol{padding-left:1em;margin-top:1rem;font-size:1.4rem;font-weight:300}
.legals-container{overflow-y:auto;padding:80px}.legals-container .neuronation-logo{margin:1rem auto;display:none}.legals-container .neuronation-logo.show{display:block}.legals-container .legals-frame p{font-size:16px}.legals-container .legals-frame h1{font-size:36px;font-weight:400}.legals-container .legals-frame h2{font-size:20px;font-weight:400}.legals-container .legals-frame .country-button{font-size:22px;font-weight:400}
.theme-edison .passkey-confirmation-dialog{padding:20px;margin:0}.theme-edison .passkey-confirmation-dialog p{margin:0 13px 0 13px}.theme-edison .passkey-confirmation-dialog ul{margin:16px 13px 0 13px;list-style:none;padding-left:0}.theme-edison .passkey-confirmation-dialog ul li{display:flex;align-items:center;margin-bottom:8px}.theme-edison .passkey-confirmation-dialog ul li img{margin-right:6px}.theme-edison .passkey-confirmation-dialog .action-buttons{display:flex;flex-direction:column}.theme-edison .passkey-confirmation-dialog .action-buttons button{margin-top:16px}
.gallery-card{width:100%;max-width:390px;min-height:280px;background-color:#e9f5fc;border-radius:50px;padding:24px;box-sizing:border-box;color:#2f6fa3;display:flex;flex-direction:column}@media(max-width: 768px){.gallery-card{padding:20px;border-radius:32px}}@media(max-width: 480px){.gallery-card{padding:16px;border-radius:24px}}.gallery-card h2.gallery-card__heading{font-family:Arial,Helvetica,sans-serif;font-size:16px;font-weight:700;color:#2f6fa3;margin:0;line-height:25px}@media(max-width: 768px){.gallery-card h2.gallery-card__heading{line-height:22px}}@media(max-width: 480px){.gallery-card h2.gallery-card__heading{line-height:20px}}.gallery-card__author-section{display:flex;align-items:center;gap:16px;margin-top:auto}@media(max-width: 480px){.gallery-card__author-section{gap:12px;flex-direction:row;align-items:flex-start}}.gallery-card__author-image{width:98px;height:98px;border-radius:50%;object-fit:cover;background-color:#e5e7eb}@media(max-width: 768px){.gallery-card__author-image{width:80px;height:80px}}@media(max-width: 480px){.gallery-card__author-image{width:60px;height:60px}}.gallery-card__author-info{display:flex;flex-direction:column;gap:4px}.gallery-card__author-name{font-weight:700 !important;font-size:14px;margin:0 !important}@media(max-width: 480px){.gallery-card__author-name{font-size:13px}}.gallery-card__author-title{font-weight:normal;font-size:14px;line-height:19px !important;margin:0;opacity:.8;word-wrap:break-word}@media(max-width: 480px){.gallery-card__author-title{font-size:12px;line-height:16px !important}}
.gallery-page{max-width:1200px;margin:40px auto;padding:32px;background:#fff}@media(max-width: 1024px){.gallery-page{max-width:100%;margin:20px auto;padding:24px}}@media(max-width: 768px){.gallery-page{margin:0;padding:16px}}.gallery-page__title{font-size:1.75rem;font-weight:bold !important;color:#2f6fa3 !important;margin:0 0 16px 0}@media(max-width: 768px){.gallery-page__title{margin:0 0 12px 0}}@media(max-width: 480px){.gallery-page__title{line-height:1.2}}.gallery-page__subtitle{font-size:18px;color:#000;margin:0 0 32px 0}@media(max-width: 768px){.gallery-page__subtitle{font-size:16px;margin:0 0 24px 0}}@media(max-width: 480px){.gallery-page__subtitle{font-size:15px;line-height:1.4}}.gallery-page h1{margin-bottom:24px;font-size:2rem;font-weight:600}@media(max-width: 768px){.gallery-page h1{font-size:1.75rem;margin-bottom:20px}}@media(max-width: 480px){.gallery-page h1{font-size:1.5rem;margin-bottom:16px}}.gallery-page .gallery-filters{margin-bottom:40px;display:flex;justify-content:space-between;align-items:flex-start;gap:24px;flex-wrap:wrap}@media(max-width: 768px){.gallery-page .gallery-filters{flex-direction:column;align-items:stretch;gap:16px;margin-bottom:32px}}.gallery-page .gallery-filters__left{display:flex;gap:24px;flex-wrap:wrap}@media(max-width: 768px){.gallery-page .gallery-filters__left{gap:16px;justify-content:flex-start}}@media(max-width: 480px){.gallery-page .gallery-filters__left{flex-direction:column;gap:12px}}.gallery-page .gallery-filter{display:flex;align-items:flex-start;justify-content:flex-start;flex-wrap:wrap;gap:12px}@media(max-width: 480px){.gallery-page .gallery-filter{gap:8px;width:100%}}.gallery-page .gallery-filter label{font-weight:500;margin-right:8px}@media(max-width: 480px){.gallery-page .gallery-filter label{margin-right:0;font-size:14px}}.gallery-page .gallery-filter__select{width:230px;padding:4px 24px;background:rgba(0,0,0,0);border:2px solid #027cb1;border-radius:24px;color:#027cb1;font-size:18px;font-weight:500;cursor:pointer;transition:all .2s;outline:none}.gallery-page .gallery-filter__select:hover,.gallery-page .gallery-filter__select:focus{background:#027cb1;color:#fff}.gallery-page .gallery-filter__select:hover option,.gallery-page .gallery-filter__select:focus option{background:#fff;color:#027cb1}.gallery-page .gallery-filter__select option{background:#fff;color:#027cb1;padding:8px}.gallery-page .gallery-loading{font-size:1.2rem;color:#888;padding:32px 0;text-align:center}@media(max-width: 768px){.gallery-page .gallery-loading{font-size:1.1rem;padding:24px 0}}@media(max-width: 480px){.gallery-page .gallery-loading{font-size:1rem;padding:20px 0}}.gallery-page .gallery-content{display:flex;flex-direction:column;gap:48px}@media(max-width: 768px){.gallery-page .gallery-content{gap:36px}}@media(max-width: 480px){.gallery-page .gallery-content{gap:28px}}.gallery-page .gallery-category__title{font-size:26px;font-weight:bold;color:#2f6fa3;margin:0 0 24px 0}@media(max-width: 768px){.gallery-page .gallery-category__title{font-size:22px;margin:0 0 20px 0}}@media(max-width: 480px){.gallery-page .gallery-category__title{font-size:20px;margin:0 0 16px 0;text-align:center}}.gallery-page .gallery-category__grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:24px;margin-bottom:24px}@media(max-width: 1024px){.gallery-page .gallery-category__grid{grid-template-columns:repeat(2, 1fr);gap:20px}}@media(max-width: 768px){.gallery-page .gallery-category__grid{grid-template-columns:1fr;gap:16px;margin-bottom:20px}}@media(max-width: 480px){.gallery-page .gallery-category__grid{gap:12px}}@media(max-width: 360px){.gallery-page .gallery-category__grid{gap:8px}}.gallery-page .gallery-category__show-more{display:block;margin:0;padding:4px 24px;background:rgba(0,0,0,0);border:2px solid #027cb1;border-radius:24px;color:#027cb1;font-size:18px;font-weight:500;cursor:pointer;transition:all .2s}@media(max-width: 768px){.gallery-page .gallery-category__show-more{font-size:16px;padding:6px 20px}}@media(max-width: 480px){.gallery-page .gallery-category__show-more{font-size:15px;padding:8px 16px;border-radius:20px;width:100%;max-width:200px}}.gallery-page .gallery-category__show-more:hover{background:#027cb1;color:#fff}.gallery-page .gallery-list{list-style:none;padding:0;margin:0}.gallery-page .gallery-list-item{display:flex;align-items:center;margin-bottom:24px;padding:12px 0;border-bottom:1px solid #e1e8ed}@media(max-width: 768px){.gallery-page .gallery-list-item{margin-bottom:20px;padding:10px 0}}@media(max-width: 480px){.gallery-page .gallery-list-item{flex-direction:column;align-items:flex-start;margin-bottom:16px;padding:8px 0}}.gallery-page .gallery-list-item:last-child{border-bottom:none}.gallery-page .gallery-list-item .gallery-thumbnail{width:100px;height:66px;object-fit:cover;margin-right:20px;border-radius:4px;box-shadow:0 1px 4px rgba(16,22,26,.08);transition:box-shadow .2s}@media(max-width: 768px){.gallery-page .gallery-list-item .gallery-thumbnail{width:80px;height:53px;margin-right:16px}}@media(max-width: 480px){.gallery-page .gallery-list-item .gallery-thumbnail{width:100%;height:150px;margin-right:0;margin-bottom:12px}}.gallery-page .gallery-list-item .gallery-thumbnail:hover{box-shadow:0 4px 16px rgba(16,22,26,.18)}.gallery-page .gallery-list-item .gallery-title{font-size:1.1rem;font-weight:500;color:#182026;text-decoration:none;transition:color .2s}@media(max-width: 768px){.gallery-page .gallery-list-item .gallery-title{font-size:1rem}}@media(max-width: 480px){.gallery-page .gallery-list-item .gallery-title{font-size:.95rem;line-height:1.4}}.gallery-page .gallery-list-item .gallery-title:hover{color:#137cbd;text-decoration:underline}.gallery-page a{text-decoration:none;color:inherit;display:block;width:100%;height:100%}@media(max-width: 1200px){.gallery-page{padding-left:20px;padding-right:20px}}@media(max-width: 768px){.gallery-page{overflow-x:hidden}}
*,::after,::before{box-sizing:border-box}body{margin:0}#root{height:100vh}
.banner-main{width:100%;max-height:10vh}.banner-main .med-icon{width:8vh;height:8vh;margin-left:10px;vertical-align:top;display:inline-block}.banner-main .med-banner-title{display:inline-block;text-align:center;width:calc(100% - 13vh);font-size:min(2vw,30px);line-height:min(2vw,30px);margin-top:auto;margin-bottom:auto}@media(max-width: 1130px), all and (max-height: 640px){.banner-main .med-banner-title{font-size:max(2vw,14px);line-height:max(2vw,14px)}}.banner-container{height:10vh}@media(max-width: 1130px), all and (max-height: 640px){.banner-container .banner-close{font-size:20px !important}}.banner-container .banner-close{height:100%;margin-top:0 !important;padding:5px}.banner-container a{display:inline-block}.banner-container a:hover{text-decoration:none !important}.banner-container a:active{border:none}.banner-container .banner-inner-container{width:100%;display:flex;justify-content:flex-start;text-align:left}
.benefits-section .benefits-list p{color:var(--color-black);margin-bottom:var(--padding-medium)}
.section.hero-section.discover-section .row{flex-direction:row-reverse}
.scientific-section .text-2col{min-height:0;column-count:2;column-gap:30px;break-inside:avoid;page-break-inside:avoid}.scientific-section .text-2col p{margin-bottom:16px}@media(max-width: 1130px), all and (max-height: 640px){.scientific-section .text-2col{column-count:1}}
@keyframes plyr-progress{to{background-position:var(--plyr-progress-loading-size, 25px) 0}}@keyframes plyr-popup{0%{opacity:.5;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes plyr-fade-in{from{opacity:0}to{opacity:1}}.plyr{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;align-items:center;direction:ltr;display:flex;flex-direction:column;font-family:var(--plyr-font-family, inherit);font-variant-numeric:tabular-nums;font-weight:var(--plyr-font-weight-regular, 400);line-height:var(--plyr-line-height, 1.7);max-width:100%;min-width:200px;position:relative;text-shadow:none;transition:box-shadow .3s ease;z-index:0}.plyr video,.plyr audio,.plyr iframe{display:block;height:100%;width:100%}.plyr button{font:inherit;line-height:inherit;width:auto}.plyr:focus{outline:0}.plyr--full-ui{box-sizing:border-box}.plyr--full-ui *,.plyr--full-ui *::after,.plyr--full-ui *::before{box-sizing:inherit}.plyr--full-ui a,.plyr--full-ui button,.plyr--full-ui input,.plyr--full-ui label{touch-action:manipulation}.plyr__badge{background:var(--plyr-badge-background, hsl(216, 15%, 34%));border-radius:var(--plyr-badge-border-radius, 2px);color:var(--plyr-badge-text-color, #fff);font-size:var(--plyr-font-size-badge, 9px);line-height:1;padding:3px 4px}.plyr--full-ui ::-webkit-media-text-track-container{display:none}.plyr__captions{animation:plyr-fade-in .3s ease;bottom:0;display:none;font-size:var(--plyr-font-size-small, 13px);left:0;padding:var(--plyr-control-spacing, 10px);position:absolute;text-align:center;transition:transform .4s ease-in-out;width:100%}.plyr__captions span:empty{display:none}@media(min-width: 480px){.plyr__captions{font-size:var(--plyr-font-size-base, 15px);padding:calc(var(--plyr-control-spacing, 10px)*2)}}@media(min-width: 768px){.plyr__captions{font-size:var(--plyr-font-size-large, 18px)}}.plyr--captions-active .plyr__captions{display:block}.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions{transform:translateY(calc(var(--plyr-control-spacing, 10px) * -4))}.plyr__caption{background:var(--plyr-captions-background, rgba(0, 0, 0, 0.8));border-radius:2px;-webkit-box-decoration-break:clone;box-decoration-break:clone;color:var(--plyr-captions-text-color, #fff);line-height:185%;padding:.2em .5em;white-space:pre-wrap}.plyr__caption div{display:inline}.plyr__control{background:rgba(0,0,0,0);border:0;border-radius:var(--plyr-control-radius, 4px);color:inherit;cursor:pointer;flex-shrink:0;overflow:visible;padding:calc(var(--plyr-control-spacing, 10px)*.7);position:relative;transition:all .3s ease}.plyr__control svg{display:block;fill:currentColor;height:var(--plyr-control-icon-size, 18px);pointer-events:none;width:var(--plyr-control-icon-size, 18px)}.plyr__control:focus{outline:0}.plyr__control:focus-visible{outline:2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));outline-offset:2px}a.plyr__control{text-decoration:none}a.plyr__control::after,a.plyr__control::before{display:none}.plyr__control:not(.plyr__control--pressed) .icon--pressed,.plyr__control.plyr__control--pressed .icon--not-pressed,.plyr__control:not(.plyr__control--pressed) .label--pressed,.plyr__control.plyr__control--pressed .label--not-pressed{display:none}.plyr--full-ui ::-webkit-media-controls{display:none}.plyr__controls{align-items:center;display:flex;justify-content:flex-end;text-align:center}.plyr__controls .plyr__progress__container{flex:1;min-width:0}.plyr__controls .plyr__controls__item{margin-left:calc(var(--plyr-control-spacing, 10px)/4)}.plyr__controls .plyr__controls__item:first-child{margin-left:0;margin-right:auto}.plyr__controls .plyr__controls__item.plyr__progress__container{padding-left:calc(var(--plyr-control-spacing, 10px)/4)}.plyr__controls .plyr__controls__item.plyr__time{padding:0 calc(var(--plyr-control-spacing, 10px)/2)}.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,.plyr__controls .plyr__controls__item.plyr__time:first-child,.plyr__controls .plyr__controls__item.plyr__time+.plyr__time{padding-left:0}.plyr__controls:empty{display:none}.plyr [data-plyr=captions],.plyr [data-plyr=pip],.plyr [data-plyr=airplay],.plyr [data-plyr=fullscreen]{display:none}.plyr--captions-enabled [data-plyr=captions],.plyr--pip-supported [data-plyr=pip],.plyr--airplay-supported [data-plyr=airplay],.plyr--fullscreen-enabled [data-plyr=fullscreen]{display:inline-block}.plyr__menu{display:flex;position:relative}.plyr__menu .plyr__control svg{transition:transform .3s ease}.plyr__menu .plyr__control[aria-expanded=true] svg{transform:rotate(90deg)}.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip{display:none}.plyr__menu__container{animation:plyr-popup .2s ease;background:var(--plyr-menu-background, rgba(255, 255, 255, 0.9));border-radius:var(--plyr-menu-radius, 8px);bottom:100%;box-shadow:var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));color:var(--plyr-menu-color, hsl(216, 15%, 34%));font-size:var(--plyr-font-size-base, 15px);margin-bottom:10px;position:absolute;right:-3px;text-align:left;white-space:nowrap;z-index:3}.plyr__menu__container>div{overflow:hidden;transition:height .35s cubic-bezier(0.4, 0, 0.2, 1),width .35s cubic-bezier(0.4, 0, 0.2, 1)}.plyr__menu__container::after{border:var(--plyr-menu-arrow-size, 4px) solid rgba(0,0,0,0);border-top-color:var(--plyr-menu-background, rgba(255, 255, 255, 0.9));content:"";height:0;position:absolute;right:calc(var(--plyr-control-icon-size, 18px)/2 + calc(var(--plyr-control-spacing, 10px) * 0.7) - var(--plyr-menu-arrow-size, 4px)/2);top:100%;width:0}.plyr__menu__container [role=menu]{padding:calc(var(--plyr-control-spacing, 10px)*.7)}.plyr__menu__container [role=menuitem],.plyr__menu__container [role=menuitemradio]{margin-top:2px}.plyr__menu__container [role=menuitem]:first-child,.plyr__menu__container [role=menuitemradio]:first-child{margin-top:0}.plyr__menu__container .plyr__control{align-items:center;color:var(--plyr-menu-color, hsl(216, 15%, 34%));display:flex;font-size:var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));padding:calc(calc(var(--plyr-control-spacing, 10px) * 0.7)/1.5) calc(calc(var(--plyr-control-spacing, 10px) * 0.7)*1.5);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.plyr__menu__container .plyr__control>span{align-items:inherit;display:flex;width:100%}.plyr__menu__container .plyr__control::after{border:var(--plyr-menu-item-arrow-size, 4px) solid rgba(0,0,0,0);content:"";position:absolute;top:50%;transform:translateY(-50%)}.plyr__menu__container .plyr__control--forward{padding-right:calc(calc(var(--plyr-control-spacing, 10px) * 0.7)*4)}.plyr__menu__container .plyr__control--forward::after{border-left-color:var(--plyr-menu-arrow-color, hsl(216, 15%, 52%));right:calc(calc(var(--plyr-control-spacing, 10px) * 0.7)*1.5 - var(--plyr-menu-item-arrow-size, 4px))}.plyr__menu__container .plyr__control--forward:focus-visible::after,.plyr__menu__container .plyr__control--forward:hover::after{border-left-color:currentColor}.plyr__menu__container .plyr__control--back{font-weight:var(--plyr-font-weight-regular, 400);margin:calc(var(--plyr-control-spacing, 10px)*.7);margin-bottom:calc(calc(var(--plyr-control-spacing, 10px) * 0.7)/2);padding-left:calc(calc(var(--plyr-control-spacing, 10px) * 0.7)*4);position:relative;width:calc(100% - calc(var(--plyr-control-spacing, 10px) * 0.7)*2)}.plyr__menu__container .plyr__control--back::after{border-right-color:var(--plyr-menu-arrow-color, hsl(216, 15%, 52%));left:calc(calc(var(--plyr-control-spacing, 10px) * 0.7)*1.5 - var(--plyr-menu-item-arrow-size, 4px))}.plyr__menu__container .plyr__control--back::before{background:var(--plyr-menu-back-border-color, hsl(216, 15%, 88%));box-shadow:0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);content:"";height:1px;left:0;margin-top:calc(calc(var(--plyr-control-spacing, 10px) * 0.7)/2);overflow:hidden;position:absolute;right:0;top:100%}.plyr__menu__container .plyr__control--back:focus-visible::after,.plyr__menu__container .plyr__control--back:hover::after{border-right-color:currentColor}.plyr__menu__container .plyr__control[role=menuitemradio]{padding-left:calc(var(--plyr-control-spacing, 10px)*.7)}.plyr__menu__container .plyr__control[role=menuitemradio]::before,.plyr__menu__container .plyr__control[role=menuitemradio]::after{border-radius:100%}.plyr__menu__container .plyr__control[role=menuitemradio]::before{background:rgba(0,0,0,.1);content:"";display:block;flex-shrink:0;height:16px;margin-right:var(--plyr-control-spacing, 10px);transition:all .3s ease;width:16px}.plyr__menu__container .plyr__control[role=menuitemradio]::after{background:#fff;border:0;height:6px;left:12px;opacity:0;top:50%;transform:translateY(-50%) scale(0);transition:transform .3s ease,opacity .3s ease;width:6px}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before{background:var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))))}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after{opacity:1;transform:translateY(-50%) scale(1)}.plyr__menu__container .plyr__control[role=menuitemradio]:focus-visible::before,.plyr__menu__container .plyr__control[role=menuitemradio]:hover::before{background:hsla(216,15%,16%,.1)}.plyr__menu__container .plyr__menu__value{align-items:center;display:flex;margin-left:auto;margin-right:calc((calc(var(--plyr-control-spacing, 10px) * 0.7) - 2px)*-1);overflow:hidden;padding-left:calc(calc(var(--plyr-control-spacing, 10px) * 0.7)*3.5);pointer-events:none}.plyr--full-ui input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:rgba(0,0,0,0);border:0;border-radius:calc(var(--plyr-range-thumb-height, 13px)*2);color:var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));display:block;height:calc(var(--plyr-range-thumb-active-shadow-width, 3px)*2 + var(--plyr-range-thumb-height, 13px));margin:0;min-width:0;padding:0;transition:box-shadow .3s ease;width:100%}.plyr--full-ui input[type=range]::-webkit-slider-runnable-track{background:rgba(0,0,0,0);border:0;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:var(--plyr-range-track-height, 5px);-webkit-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-webkit-user-select:none;user-select:none;background-image:linear-gradient(to right, currentColor var(--value, 0%), transparent var(--value, 0%))}.plyr--full-ui input[type=range]::-webkit-slider-thumb{background:var(--plyr-range-thumb-background, #fff);border:0;border-radius:100%;box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2));height:var(--plyr-range-thumb-height, 13px);position:relative;-webkit-transition:all .2s ease;transition:all .2s ease;width:var(--plyr-range-thumb-height, 13px);-webkit-appearance:none;appearance:none;margin-top:calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px))/2*-1)}.plyr--full-ui input[type=range]::-moz-range-track{background:rgba(0,0,0,0);border:0;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:var(--plyr-range-track-height, 5px);-moz-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-moz-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-moz-range-thumb{background:var(--plyr-range-thumb-background, #fff);border:0;border-radius:100%;box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2));height:var(--plyr-range-thumb-height, 13px);position:relative;-moz-transition:all .2s ease;transition:all .2s ease;width:var(--plyr-range-thumb-height, 13px)}.plyr--full-ui input[type=range]::-moz-range-progress{background:currentColor;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:var(--plyr-range-track-height, 5px)}.plyr--full-ui input[type=range]::-ms-track{background:rgba(0,0,0,0);border:0;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:var(--plyr-range-track-height, 5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-ms-user-select:none;user-select:none;color:rgba(0,0,0,0)}.plyr--full-ui input[type=range]::-ms-fill-upper{background:rgba(0,0,0,0);border:0;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:var(--plyr-range-track-height, 5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-ms-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-ms-fill-lower{background:rgba(0,0,0,0);border:0;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:var(--plyr-range-track-height, 5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-ms-user-select:none;user-select:none;background:currentColor}.plyr--full-ui input[type=range]::-ms-thumb{background:var(--plyr-range-thumb-background, #fff);border:0;border-radius:100%;box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2));height:var(--plyr-range-thumb-height, 13px);position:relative;-ms-transition:all .2s ease;transition:all .2s ease;width:var(--plyr-range-thumb-height, 13px);margin-top:0}.plyr--full-ui input[type=range]::-ms-tooltip{display:none}.plyr--full-ui input[type=range]::-moz-focus-outer{border:0}.plyr--full-ui input[type=range]:focus{outline:0}.plyr--full-ui input[type=range]:focus-visible::-webkit-slider-runnable-track{outline:2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));outline-offset:2px}.plyr--full-ui input[type=range]:focus-visible::-moz-range-track{outline:2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));outline-offset:2px}.plyr--full-ui input[type=range]:focus-visible::-ms-track{outline:2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));outline-offset:2px}.plyr__poster{background-color:var(--plyr-video-background, var(--plyr-video-background, rgb(0, 0, 0)));background-position:50% 50%;background-repeat:no-repeat;background-size:contain;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .2s ease;width:100%;z-index:1}.plyr--stopped.plyr__poster-enabled .plyr__poster{opacity:1}.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster{display:none}.plyr__time{font-size:var(--plyr-font-size-time, var(--plyr-font-size-small, 13px))}.plyr__time+.plyr__time::before{content:"⁄";margin-right:var(--plyr-control-spacing, 10px)}@media(max-width: 767px){.plyr__time+.plyr__time{display:none}}.plyr__tooltip{background:var(--plyr-tooltip-background, #fff);border-radius:var(--plyr-tooltip-radius, 5px);bottom:100%;box-shadow:var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));color:var(--plyr-tooltip-color, hsl(216, 15%, 34%));font-size:var(--plyr-font-size-small, 13px);font-weight:var(--plyr-font-weight-regular, 400);left:50%;line-height:1.3;margin-bottom:calc(calc(var(--plyr-control-spacing, 10px) / 2)*2);opacity:0;padding:calc(var(--plyr-control-spacing, 10px)/2) calc(calc(var(--plyr-control-spacing, 10px) / 2)*1.5);pointer-events:none;position:absolute;transform:translate(-50%, 10px) scale(0.8);transform-origin:50% 100%;transition:transform .2s .1s ease,opacity .2s .1s ease;white-space:nowrap;z-index:2}.plyr__tooltip::before{border-left:var(--plyr-tooltip-arrow-size, 4px) solid rgba(0,0,0,0);border-right:var(--plyr-tooltip-arrow-size, 4px) solid rgba(0,0,0,0);border-top:var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, #fff);bottom:calc(var(--plyr-tooltip-arrow-size, 4px)*-1);content:"";height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr .plyr__control:hover .plyr__tooltip,.plyr .plyr__control:focus-visible .plyr__tooltip,.plyr__tooltip--visible{opacity:1;transform:translate(-50%, 0) scale(1)}.plyr .plyr__control:hover .plyr__tooltip{z-index:3}.plyr__controls>.plyr__control:first-child .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip{left:0;transform:translate(0, 10px) scale(0.8);transform-origin:0 100%}.plyr__controls>.plyr__control:first-child .plyr__tooltip::before,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip::before{left:calc(var(--plyr-control-icon-size, 18px)/2 + calc(var(--plyr-control-spacing, 10px) * 0.7))}.plyr__controls>.plyr__control:last-child .plyr__tooltip{left:auto;right:0;transform:translate(0, 10px) scale(0.8);transform-origin:100% 100%}.plyr__controls>.plyr__control:last-child .plyr__tooltip::before{left:auto;right:calc(var(--plyr-control-icon-size, 18px)/2 + calc(var(--plyr-control-spacing, 10px) * 0.7));transform:translateX(50%)}.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip,.plyr__controls>.plyr__control:last-child:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible{transform:translate(0, 0) scale(1)}.plyr__progress{left:calc(var(--plyr-range-thumb-height, 13px)*.5);margin-right:var(--plyr-range-thumb-height, 13px);position:relative}.plyr__progress input[type=range],.plyr__progress__buffer{margin-left:calc(var(--plyr-range-thumb-height, 13px)*-0.5);margin-right:calc(var(--plyr-range-thumb-height, 13px)*-0.5);width:calc(100% + var(--plyr-range-thumb-height, 13px))}.plyr__progress input[type=range]{position:relative;z-index:2}.plyr__progress .plyr__tooltip{left:0;max-width:120px;overflow-wrap:break-word}.plyr__progress__buffer{-webkit-appearance:none;background:rgba(0,0,0,0);border:0;border-radius:100px;height:var(--plyr-range-track-height, 5px);left:0;margin-top:calc(var(--plyr-range-track-height, 5px)/2*-1);padding:0;position:absolute;top:50%}.plyr__progress__buffer::-webkit-progress-bar{background:rgba(0,0,0,0)}.plyr__progress__buffer::-webkit-progress-value{background:currentColor;border-radius:100px;min-width:var(--plyr-range-track-height, 5px);-webkit-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-moz-progress-bar{background:currentColor;border-radius:100px;min-width:var(--plyr-range-track-height, 5px);-moz-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-ms-fill{border-radius:100px;-ms-transition:width .2s ease;transition:width .2s ease}.plyr--loading .plyr__progress__buffer{animation:plyr-progress 1s linear infinite;background-image:linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(34.68, 39.576, 46.92, 0.6)) 25%, transparent 25%, transparent 50%, var(--plyr-progress-loading-background, rgba(34.68, 39.576, 46.92, 0.6)) 50%, var(--plyr-progress-loading-background, rgba(34.68, 39.576, 46.92, 0.6)) 75%, transparent 75%, transparent);background-repeat:repeat-x;background-size:var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);color:rgba(0,0,0,0)}.plyr--video.plyr--loading .plyr__progress__buffer{background-color:var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25))}.plyr--audio.plyr--loading .plyr__progress__buffer{background-color:var(--plyr-audio-progress-buffered-background, rgba(193.4175, 199.8435, 209.4825, 0.6))}.plyr__progress__marker{background-color:var(--plyr-progress-marker-background, #fff);border-radius:1px;height:var(--plyr-range-track-height, 5px);position:absolute;top:50%;transform:translate(-50%, -50%);width:var(--plyr-progress-marker-width, 3px);z-index:3}.plyr__volume{align-items:center;display:flex;position:relative}.plyr__volume input[type=range]{margin-left:calc(var(--plyr-control-spacing, 10px)/2);margin-right:calc(var(--plyr-control-spacing, 10px)/2);max-width:90px;min-width:60px;position:relative;z-index:2}.plyr--audio{display:block}.plyr--audio .plyr__controls{background:var(--plyr-audio-controls-background, #fff);border-radius:inherit;color:var(--plyr-audio-control-color, hsl(216, 15%, 34%));padding:var(--plyr-control-spacing, 10px)}.plyr--audio .plyr__control:focus-visible,.plyr--audio .plyr__control:hover,.plyr--audio .plyr__control[aria-expanded=true]{background:var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));color:var(--plyr-audio-control-color-hover, #fff)}.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track{background-color:var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193.4175, 199.8435, 209.4825, 0.6)))}.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track{background-color:var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193.4175, 199.8435, 209.4825, 0.6)))}.plyr--full-ui.plyr--audio input[type=range]::-ms-track{background-color:var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193.4175, 199.8435, 209.4825, 0.6)))}.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb{box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(34.68, 39.576, 46.92, 0.1))}.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb{box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(34.68, 39.576, 46.92, 0.1))}.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb{box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(34.68, 39.576, 46.92, 0.1))}.plyr--audio .plyr__progress__buffer{color:var(--plyr-audio-progress-buffered-background, rgba(193.4175, 199.8435, 209.4825, 0.6))}.plyr--video{overflow:hidden}.plyr--video.plyr--menu-open{overflow:visible}.plyr__video-wrapper{background:var(--plyr-video-background, var(--plyr-video-background, rgb(0, 0, 0)));border-radius:inherit;height:100%;margin:auto;overflow:hidden;position:relative;width:100%}@supports not (aspect-ratio: 16/9){.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{height:0;padding-bottom:56.25%;position:relative}}.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{aspect-ratio:16/9}.plyr__video-embed iframe,.plyr__video-wrapper--fixed-ratio video{border:0;height:100%;left:0;position:absolute;top:0;width:100%}.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container{padding-bottom:240%;position:relative;transform:translateY(-38.28125%)}.plyr--video .plyr__controls{background:var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75)));border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;bottom:0;color:var(--plyr-video-control-color, #fff);left:0;padding:calc(var(--plyr-control-spacing, 10px)/2);padding-top:calc(var(--plyr-control-spacing, 10px)*2);position:absolute;right:0;transition:opacity .4s ease-in-out,transform .4s ease-in-out;z-index:3}@media(min-width: 480px){.plyr--video .plyr__controls{padding:var(--plyr-control-spacing, 10px);padding-top:calc(var(--plyr-control-spacing, 10px)*3.5)}}.plyr--video.plyr--hide-controls .plyr__controls{opacity:0;pointer-events:none;transform:translateY(100%)}.plyr--video .plyr__control:focus-visible,.plyr--video .plyr__control:hover,.plyr--video .plyr__control[aria-expanded=true]{background:var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));color:var(--plyr-video-control-color-hover, #fff)}.plyr__control--overlaid{background:var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));border:0;border-radius:100%;color:var(--plyr-video-control-color, #fff);display:none;left:50%;opacity:.9;padding:calc(var(--plyr-control-spacing, 10px)*1.5);position:absolute;top:50%;transform:translate(-50%, -50%);transition:.3s;z-index:2}.plyr__control--overlaid svg{left:2px;position:relative}.plyr__control--overlaid:hover,.plyr__control--overlaid:focus{opacity:1}.plyr--playing .plyr__control--overlaid{opacity:0;visibility:hidden}.plyr--full-ui.plyr--video .plyr__control--overlaid{display:block}.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track{background-color:var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)))}.plyr--full-ui.plyr--video input[type=range]::-moz-range-track{background-color:var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)))}.plyr--full-ui.plyr--video input[type=range]::-ms-track{background-color:var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)))}.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb{box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5))}.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb{box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5))}.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb{box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5))}.plyr--video .plyr__progress__buffer{color:var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25))}.plyr:-webkit-full-screen{background:#000;border-radius:0 !important;height:100%;margin:0;width:100%}.plyr:-ms-fullscreen{background:#000;border-radius:0 !important;height:100%;margin:0;width:100%}.plyr:fullscreen{background:#000;border-radius:0 !important;height:100%;margin:0;width:100%}.plyr:-webkit-full-screen video{height:100%}.plyr:-ms-fullscreen video{height:100%}.plyr:fullscreen video{height:100%}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-webkit-full-screen.plyr--hide-controls{cursor:none}.plyr:-ms-fullscreen.plyr--hide-controls{cursor:none}.plyr:fullscreen.plyr--hide-controls{cursor:none}@media(min-width: 1024px){.plyr:-webkit-full-screen .plyr__captions{font-size:var(--plyr-font-size-xlarge, 21px)}.plyr:-ms-fullscreen .plyr__captions{font-size:var(--plyr-font-size-xlarge, 21px)}.plyr:fullscreen .plyr__captions{font-size:var(--plyr-font-size-xlarge, 21px)}}.plyr--fullscreen-fallback{background:#000;border-radius:0 !important;height:100%;margin:0;width:100%}.plyr--fullscreen-fallback video{height:100%}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen{display:block}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr--fullscreen-fallback.plyr--hide-controls{cursor:none}@media(min-width: 1024px){.plyr--fullscreen-fallback .plyr__captions{font-size:var(--plyr-font-size-xlarge, 21px)}}.plyr--fullscreen-fallback{bottom:0;left:0;position:fixed;right:0;top:0;z-index:10000000}.plyr__ads{border-radius:inherit;bottom:0;cursor:pointer;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:-1}.plyr__ads>div,.plyr__ads>div iframe{height:100%;position:absolute;width:100%}.plyr__ads::after{background:hsl(216,15%,16%);border-radius:2px;bottom:var(--plyr-control-spacing, 10px);color:#fff;content:attr(data-badge-text);font-size:11px;padding:2px 6px;pointer-events:none;position:absolute;right:var(--plyr-control-spacing, 10px);z-index:3}.plyr__ads:empty::after{display:none}.plyr__cues{background:currentColor;display:block;height:var(--plyr-range-track-height, 5px);left:0;opacity:.8;position:absolute;top:50%;transform:translateY(-50%);width:3px;z-index:3}.plyr__preview-thumb{background-color:var(--plyr-tooltip-background, #fff);border-radius:var(--plyr-menu-radius, 8px);bottom:100%;box-shadow:var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));margin-bottom:calc(calc(var(--plyr-control-spacing, 10px) / 2)*2);opacity:0;padding:3px;pointer-events:none;position:absolute;transform:translate(0, 10px) scale(0.8);transform-origin:50% 100%;transition:transform .2s .1s ease,opacity .2s .1s ease;z-index:2}.plyr__preview-thumb--is-shown{opacity:1;transform:translate(0, 0) scale(1)}.plyr__preview-thumb::before{border-left:var(--plyr-tooltip-arrow-size, 4px) solid rgba(0,0,0,0);border-right:var(--plyr-tooltip-arrow-size, 4px) solid rgba(0,0,0,0);border-top:var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, #fff);bottom:calc(var(--plyr-tooltip-arrow-size, 4px)*-1);content:"";height:0;left:calc(50% + var(--preview-arrow-offset));position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr__preview-thumb__image-container{background:hsl(216,15%,79%);border-radius:calc(var(--plyr-menu-radius, 8px) - 1px);overflow:hidden;position:relative;z-index:0}.plyr__preview-thumb__image-container img,.plyr__preview-thumb__image-container::after{height:100%;left:0;position:absolute;top:0;width:100%}.plyr__preview-thumb__image-container::after{border-radius:inherit;box-shadow:inset 0 0 0 1px rgba(0,0,0,.15);content:"";pointer-events:none}.plyr__preview-thumb__image-container img{max-height:none;max-width:none}.plyr__preview-thumb__time-container{background:var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75)));border-bottom-left-radius:calc(var(--plyr-menu-radius, 8px) - 1px);border-bottom-right-radius:calc(var(--plyr-menu-radius, 8px) - 1px);bottom:0;left:0;line-height:1.1;padding:20px 6px 6px;position:absolute;right:0;z-index:3}.plyr__preview-thumb__time-container span{color:#fff;font-size:var(--plyr-font-size-time, var(--plyr-font-size-small, 13px))}.plyr__preview-scrubbing{bottom:0;filter:blur(1px);height:100%;left:0;margin:auto;opacity:0;overflow:hidden;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .3s ease;width:100%;z-index:1}.plyr__preview-scrubbing--is-shown{opacity:1}.plyr__preview-scrubbing img{height:100%;left:0;max-height:none;max-width:none;object-fit:contain;position:absolute;top:0;width:100%}.plyr--no-transition{transition:none !important}.plyr__sr-only{clip:rect(1px, 1px, 1px, 1px);overflow:hidden;border:0 !important;height:1px !important;padding:0 !important;position:absolute !important;width:1px !important}.plyr [hidden]{display:none !important}.theme-edison .section.video-section{padding-top:var(--padding-large);padding-bottom:var(--padding-large)}.theme-edison .section.video-section .container{display:flex;flex-direction:column;align-items:center}.theme-edison .section.video-section .video-wrapper{position:relative;margin:0 auto;max-width:750px;min-height:400px;--plyr-video-background: #fff}@media(max-width: 1130px), all and (max-height: 640px){.theme-edison .section.video-section .video-wrapper{min-height:100%}}.theme-edison .section.video-section .video-wrapper .close-button{position:absolute;top:15px;right:15px;color:var(--color-link-btn);border:1px solid var(--color-light);border-radius:50%;width:30px;height:30px;padding:0;display:flex;justify-content:center;align-items:center}.theme-edison .section.video-section .video-wrapper .close-button-icon{width:10px;height:10px}.theme-edison .section.video-section .video-wrapper .close-button:hover{background-color:var(--color-white);box-shadow:0 0px 4px 0 rgba(0,0,0,.1)}.theme-edison .section.video-section .video-wrapper :not(:is(:-webkit-full-screen)).plyr{border-radius:25px;max-width:750px;min-height:400px}.theme-edison .section.video-section .video-wrapper :not(:is(:-ms-fullscreen)).plyr{border-radius:25px;max-width:750px;min-height:400px}.theme-edison .section.video-section .video-wrapper :not(:is(:fullscreen)).plyr{border-radius:25px;max-width:750px;min-height:400px}@media(max-width: 1130px), all and (max-height: 640px){.theme-edison .section.video-section .video-wrapper :not(:is(:-webkit-full-screen)).plyr{min-height:100%}.theme-edison .section.video-section .video-wrapper :not(:is(:-ms-fullscreen)).plyr{min-height:100%}.theme-edison .section.video-section .video-wrapper :not(:is(:fullscreen)).plyr{min-height:100%}}.theme-edison .section.video-section .video-wrapper :not(:is(:-webkit-full-screen)).plyr__controls{bottom:-2px}.theme-edison .section.video-section .video-wrapper :not(:is(:-ms-fullscreen)).plyr__controls{bottom:-2px}.theme-edison .section.video-section .video-wrapper :not(:is(:fullscreen)).plyr__controls{bottom:-2px}
.mascot-section{padding-top:var(--padding-large) !important;padding-bottom:var(--padding-large) !important}.mascot-section .content-wrapper{background-color:#fff;padding-top:var(--padding-large);padding-bottom:var(--padding-large);border-radius:24px}.mascot-section .content-wrapper .image-link-wrapper{font-size:14px;font-weight:normal;line-height:18px}.mascot-section .content-wrapper .img-wrapper{width:100%;position:relative}.mascot-section .content-wrapper .img-wrapper img{max-height:500px}.mascot-section .content-wrapper .img-wrapper .mascot-intro{opacity:50%;color:var(--color-black);margin:0;position:absolute;width:515px;height:200px;font-size:16px;line-height:26px;left:calc((100% - 1140px)/2 + 498px);border-radius:60%;overflow:hidden;word-wrap:normal;text-align:center;padding:40px}.mascot-section .content-wrapper .img-wrapper .large{top:70px;font-size:2.1em !important;line-height:1.1em !important}.mascot-section .content-wrapper .img-wrapper .medium{top:70px;font-size:1.8em !important}.mascot-section .content-wrapper .img-wrapper .small{top:80px;font-size:1.2em !important}.mascot-section .content-wrapper .button-wrapper{margin-top:-100px;text-align:right;padding-right:100px;z-index:10}.mascot-section .content-wrapper .content{margin:auto;padding-top:var(--padding-medium);padding-bottom:var(--padding-large)}
@media(max-width: 1130px), all and (max-height: 640px){.welcome-page .section{padding:20px 12px}.welcome-page .trust-banner-section{padding-top:0}.welcome-page .intro-video-progress{padding-bottom:24px}.welcome-page .plyr--video .plyr__controls{padding-bottom:10px;padding-left:10px}}

/*# sourceMappingURL=main.95f7a655ab45c814.css.map*/