/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[5].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].rules[1].use[1]!./node_modules/@fm-ui-adk/components-3/src/app/themes/theme-1/theme.scss?ngGlobalStyle ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css?family=Source+Code+Pro|Source+Sans+Pro:300,300i,400,400i,600,600i,700,700i);
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[5].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].rules[1].use[1]!./src/styles.scss?ngGlobalStyle ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* You can add global styles to this file, and also import other style files */
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[5].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].rules[1].use[1]!./node_modules/@blueprint/cxd-blueprint-ui/src/theming/themes/light-dark.scss?ngGlobalStyle ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.bp-layout-wrapper, .bp-layout-footer, .bp-layout-header, .bp-layout-body {
  display: flex;
}

.bp-layout-wrapper, .bp-layout-header, .bp-layout-footer {
  flex-direction: column;
}

.bp-layout-wrapper {
  position: relative;
  height: 100vh;
  max-width: 100vw;
  overflow-x: hidden;
}

.bp-layout-body {
  flex-direction: row;
  width: 100vw;
}
.bp-layout-body > * {
  overflow-y: scroll;
}

/* Items should flex to take up available space */
.bp-layout-main {
  flex: 1 1 auto !important;
}

.bp-layout-body {
  flex: 1 1 auto;
  overflow: hidden;
}

.bp-layout-body .bp-layout-main {
  /* When body is used, its a app layout, scroll body */
}

.bp-layout-footer {
  /* Ensure Footer is on the bottom is content is short */
  margin-top: auto;
}

.bp-layout-sidebar {
  width: auto;
  height: 100%;
  /* if scroll then messes up auto scrim */
  /* overflow: scroll; */
  z-index: 10;
}

.bp-theme-text-primary {
  color: var(--bp-alias-text-primary);
}

.bp-theme-text-secondary {
  color: var(--bp-alias-text-secondary);
}

.bp-theme-text-subtle {
  color: var(--bp-alias-text-subtle);
}

.bp-theme-text-hint {
  color: var(--bp-alias-text-hint);
}

.bp-theme-text-critical {
  color: var(--bp-alias-text-critical);
}

.bp-theme-text-safe {
  color: var(--bp-alias-text-safe);
}

.bp-theme-text-link {
  color: var(--bp-alias-text-link);
}

.bp-theme-border-strong {
  border-color: var(--bp-alias-border-primary);
}

.bp-theme-border-medium {
  border-color: var(--bp-alias-border-medium);
}

.bp-theme-border-subtle {
  border-color: var(--bp-alias-border-subtle);
}

.bp-theme-border-hint {
  border-color: var(--bp-alias-border-hint);
}

.bp-theme-border-critical {
  border-color: var(--bp-alias-border-critical);
}

.bp-theme-border-safe {
  border-color: var(--bp-alias-border-safe);
}

.bp-theme-border-active {
  border-color: var(--bp-alias-border-active);
}

.bp-theme-elevation-02 {
  box-shadow: var(--bp-alias-shadow-02);
}

.bp-theme-elevation-04 {
  box-shadow: var(--bp-alias-shadow-04);
}

.bp-theme-elevation-08 {
  box-shadow: var(--bp-alias-shadow-08);
}

.bp-theme-elevation-16 {
  box-shadow: var(--bp-alias-shadow-16);
}

.bp-theme-elevation-32 {
  box-shadow: var(--bp-alias-shadow-32);
}

.bp-theme-elevation-64 {
  box-shadow: var(--bp-alias-shadow-64);
}

:root .bp-theme-critical, .bp-theme--light .bp-theme-critical, [data-theme=light] .bp-theme-critical, :root .bp-theme-surface3, .bp-theme--light .bp-theme-surface3, [data-theme=light] .bp-theme-surface3, :root .bp-theme-surface2, .bp-theme--light .bp-theme-surface2, [data-theme=light] .bp-theme-surface2, :root .bp-theme-surface, .bp-theme--light .bp-theme-surface, [data-theme=light] .bp-theme-surface, :root .bp-theme-canvas, .bp-theme--light .bp-theme-canvas, [data-theme=light] .bp-theme-canvas {
  color: var(--bp-alias-fg-90);
  --bp-alias-fg-90: var(--bp-base-shade-90);
  --bp-alias-fg-80: var(--bp-base-shade-80);
  --bp-alias-fg-70: var(--bp-base-shade-70);
  --bp-alias-fg-60: var(--bp-base-shade-60);
  --bp-alias-fg-50: var(--bp-base-shade-50);
  --bp-alias-fg-40: var(--bp-base-shade-40);
  --bp-alias-fg-30: var(--bp-base-shade-30);
  --bp-alias-fg-20: var(--bp-base-shade-20);
  --bp-alias-fg-10: var(--bp-base-shade-10);
}

.bp-theme--dark .bp-theme-brand3, [data-theme=dark] .bp-theme-brand3, .bp-theme--dark .bp-theme-brand2, [data-theme=dark] .bp-theme-brand2, .bp-theme--dark .bp-theme-brand1, [data-theme=dark] .bp-theme-brand1, .bp-theme--dark .bp-theme-critical, [data-theme=dark] .bp-theme-critical, .bp-theme--dark .bp-theme-surface3, [data-theme=dark] .bp-theme-surface3, .bp-theme--dark .bp-theme-surface2, [data-theme=dark] .bp-theme-surface2, .bp-theme--dark .bp-theme-surface, [data-theme=dark] .bp-theme-surface, .bp-theme--dark .bp-theme-canvas, [data-theme=dark] .bp-theme-canvas, :root .bp-theme-brand3, .bp-theme--light .bp-theme-brand3, [data-theme=light] .bp-theme-brand3, :root .bp-theme-brand2, .bp-theme--light .bp-theme-brand2, [data-theme=light] .bp-theme-brand2, :root .bp-theme-brand1, .bp-theme--light .bp-theme-brand1, [data-theme=light] .bp-theme-brand1 {
  color: var(--bp-alias-fg-90);
  --bp-alias-fg-90: var(--bp-base-tint-90);
  --bp-alias-fg-80: var(--bp-base-tint-80);
  --bp-alias-fg-70: var(--bp-base-tint-70);
  --bp-alias-fg-60: var(--bp-base-tint-60);
  --bp-alias-fg-50: var(--bp-base-tint-50);
  --bp-alias-fg-40: var(--bp-base-tint-40);
  --bp-alias-fg-30: var(--bp-base-tint-30);
  --bp-alias-fg-20: var(--bp-base-tint-20);
  --bp-alias-fg-10: var(--bp-base-tint-10);
}

.bp-theme-darken-10 {
  background: var(--bp-alias-darken-10);
}

.bp-theme-darken-20 {
  background: var(--bp-alias-darken-20);
}

.bp-theme-darken-30 {
  background: var(--bp-alias-darken-30);
}

.bp-theme-lighten-10 {
  background: var(--bp-alias-lighten-10);
}

.bp-theme-lighten-20 {
  background: var(--bp-alias-lighten-20);
}

.bp-theme-lighten-30 {
  background: var(--bp-alias-lighten-30);
}

.bp-theme-layer-10 {
  background: var(--bp-alias-layer-10);
}

.bp-theme-layer-20 {
  background: var(--bp-alias-layer-20);
}

.bp-theme-layer-30 {
  background: var(--bp-alias-layer-30);
}

* {
  --bp-alias-text-primary: var(--bp-alias-fg-90);
  --bp-alias-text-secondary: var(--bp-alias-fg-80);
  --bp-alias-text-subtle: var(--bp-alias-fg-70);
  --bp-alias-text-hint: var(--bp-alias-fg-60);
  --bp-alias-text-critical: var(--bp-base-critical-base);
  --bp-alias-text-safe: var(--bp-base-safe-base);
  --bp-alias-text-link: var(--bp-base-interactive-text);
  --bp-alias-border-strong: var(--bp-alias-fg-90);
  --bp-alias-border-medium: var(--bp-alias-fg-70);
  --bp-alias-border-subtle: var(--bp-alias-fg-50);
  --bp-alias-border-hint: var(--bp-alias-fg-40);
  --bp-alias-border-critical: var(--bp-base-critical-base);
  --bp-alias-border-safe: var(--bp-base-safe-light);
  --bp-alias-border-active: var(--bp-base-interactive-base);
  --bp-alias-state-hover-actionable-bg: var(--bp-alias-fg-10);
  --bp-alias-state-active-subtle-bg: var(--bp-alias-fg-20);
}

:root, .bp-theme--light, [data-theme=light] {
  --bp-base-canvas: #f8f8f8;
  --bp-base-surface: #ffffff;
  --bp-base-contrast: #121212;
  --bp-base-brand1-darker: #061321;
  --bp-base-brand1-dark: #0A2540;
  --bp-base-brand1-base: #05314D;
  --bp-base-brand1-light: #194870;
  --bp-base-brand1-lighter: #085280;
  --bp-base-brand1-subtle: #EAF5FA;
  --bp-base-brand1-hint: #EDEBE9;
  --bp-base-brand1-on: #ffffff;
  --bp-base-brand1-text: #05314D;
  --bp-base-brand2-darker: #05314D;
  --bp-base-brand2-dark: #064063;
  --bp-base-brand2-base: #085280;
  --bp-base-brand2-light: #0A649D;
  --bp-base-brand2-lighter: #1176B5;
  --bp-base-brand2-subtle: #D9E5F0;
  --bp-base-brand2-hint: #D9E5F0;
  --bp-base-brand2-on: #ffffff;
  --bp-base-brand2-text: #0A649D;
  --bp-base-brand3-darker: #074B58;
  --bp-base-brand3-dark: #0A6375;
  --bp-base-brand3-base: #238196;
  --bp-base-brand3-light: #1B96AA;
  --bp-base-brand3-lighter: #42BECE;
  --bp-base-brand3-subtle: #E7F2F4;
  --bp-base-brand3-hint: #E7F2F4;
  --bp-base-brand3-on: #ffffff;
  --bp-base-brand3-text: #238196;
  --bp-base-interactive-darker: #16557C;
  --bp-base-interactive-dark: #3085B9;
  --bp-base-interactive-base: #47A7E2;
  --bp-base-interactive-light: #63C0FA;
  --bp-base-interactive-lighter: #8CD1FB;
  --bp-base-interactive-subtle: rgba(71, 167, 226, 0.3);
  --bp-base-interactive-hint: rgba(71, 167, 226, 0.05);
  --bp-base-interactive-text: #1176b5;
  --bp-base-critical-darker: #4A1B1B;
  --bp-base-critical-dark: #912121;
  --bp-base-critical-base: #D02F2F;
  --bp-base-critical-light: #E83232;
  --bp-base-critical-lighter: #FF3939;
  --bp-base-critical-subtle: rgba(208, 47, 47, 0.15);
  --bp-base-critical-hint: rgba(208, 47, 47, 0.05);
  --bp-base-critical-on: #ffffff;
  --bp-base-critical-text: #D02F2F;
  --bp-base-high-darker: #71581E;
  --bp-base-high-dark: #C49528;
  --bp-base-high-base: #FFAA33;
  --bp-base-high-light: #FFC13B;
  --bp-base-high-lighter: #FFD260;
  --bp-base-high-subtle: rgba(255, 170, 51, 0.15);
  --bp-base-high-hint: rgba(255, 170, 51, 0.1);
  --bp-base-high-on: #442c01;
  --bp-base-high-text: #a76006;
  --bp-base-low-darker: #71581E;
  --bp-base-low-dark: #C49528;
  --bp-base-low-base: #FFAA33;
  --bp-base-low-light: #FFC13B;
  --bp-base-low-lighter: #FFD260;
  --bp-base-low-subtle: rgba(255, 170, 51, 0.15);
  --bp-base-low-hint: rgba(255, 170, 51, 0.05);
  --bp-base-low-on: #121212;
  --bp-base-low-text: #C49528;
  --bp-base-safe-darker: #044410;
  --bp-base-safe-dark: #076919;
  --bp-base-safe-base: #098620;
  --bp-base-safe-light: #169C2F;
  --bp-base-safe-lighter: #22B63E;
  --bp-base-safe-subtle: rgba(9, 134, 32, 0.15);
  --bp-base-safe-hint: rgba(9, 134, 32, 0.05);
  --bp-base-safe-on: #ffffff;
  --bp-base-safe-text: #098620;
  --bp-base-tint-90: #ffffff;
  --bp-base-tint-80: rgba(255, 255, 255, 0.8);
  --bp-base-tint-70: rgba(255, 255, 255, 0.6);
  --bp-base-tint-60: rgba(255, 255, 255, 0.3);
  --bp-base-tint-50: rgba(255, 255, 255, 0.2);
  --bp-base-tint-40: rgba(255, 255, 255, 0.16);
  --bp-base-tint-30: rgba(255, 255, 255, 0.13);
  --bp-base-tint-20: rgba(255, 255, 255, 0.1);
  --bp-base-tint-10: rgba(255, 255, 255, 0.06);
  --bp-base-shade-90: #121212;
  --bp-base-shade-80: rgba(18, 18, 18, 0.8);
  --bp-base-shade-70: rgba(18, 18, 18, 0.6);
  --bp-base-shade-60: rgba(18, 18, 18, 0.3);
  --bp-base-shade-50: rgba(18, 18, 18, 0.2);
  --bp-base-shade-40: rgba(18, 18, 18, 0.16);
  --bp-base-shade-30: rgba(18, 18, 18, 0.1);
  --bp-base-shade-20: rgba(18, 18, 18, 0.06);
  --bp-base-shade-10: rgba(18, 18, 18, 0.03);
  --bp-alias-bg-canvas: #f8f8f8;
  --bp-alias-bg-surface: #ffffff;
  --bp-alias-bg-surface2: white;
  --bp-alias-bg-surface3: white;
  --bp-alias-bg-critical: #ffffff;
  --bp-alias-bg-brand1: #05314D;
  --bp-alias-bg-brand2: #085280;
  --bp-alias-bg-brand3: #238196;
  --bp-alias-lighten-10: rgba(255, 255, 255, 0.05);
  --bp-alias-lighten-20: rgba(255, 255, 255, 0.1);
  --bp-alias-lighten-30: rgba(255, 255, 255, 0.15);
  --bp-alias-darken-10: rgba(18, 18, 18, 0.05);
  --bp-alias-darken-20: rgba(18, 18, 18, 0.1);
  --bp-alias-darken-30: rgba(18, 18, 18, 0.15);
  --bp-alias-layer-10: rgba(18, 18, 18, 0.05);
  --bp-alias-layer-20: rgba(18, 18, 18, 0.1);
  --bp-alias-layer-30: rgba(18, 18, 18, 0.15);
  --bp-alias-text-primary: var(--bp-alias-fg-90);
  --bp-alias-text-secondary: var(--bp-alias-fg-80);
  --bp-alias-text-subtle: var(--bp-alias-fg-70);
  --bp-alias-text-hint: var(--bp-alias-fg-60);
  --bp-alias-text-critical: var(--bp-base-critical-base);
  --bp-alias-text-safe: var(--bp-base-safe-base);
  --bp-alias-text-link: var(--bp-base-interactive-text);
  --bp-alias-border-strong: var(--bp-alias-fg-90);
  --bp-alias-border-medium: var(--bp-alias-fg-70);
  --bp-alias-border-subtle: var(--bp-alias-fg-50);
  --bp-alias-border-hint: var(--bp-alias-fg-40);
  --bp-alias-border-critical: var(--bp-base-critical-base);
  --bp-alias-border-safe: var(--bp-base-safe-light);
  --bp-alias-border-active: var(--bp-base-interactive-base);
  --bp-alias-shadow-inset: inset 0 2px 4px 0 rgba(18, 18, 18, 0.2), inset 0 0.3px 1px 0 rgba(18, 18, 18, 0.18);
  --bp-alias-shadow-02: 0 0 0 1px rgba(0, 0, 0, 0.2);
  --bp-alias-shadow-04: 0 1px 0 1px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.1);
  --bp-alias-shadow-08: 0 2px 6px rgba(0, 0, 0, 0.15);
  --bp-alias-shadow-16: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
  --bp-alias-shadow-32: 0 6.4px 14.4px 0 rgba(0, 0, 0, 0.132), 0 1.2px 3.6px 0 rgba(0, 0, 0, 0.108);
  --bp-alias-shadow-64: 0 25.6px 57.6px 0 rgba(0, 0, 0, 0.22), 0 4.8px 14.4px 0 rgba(0, 0, 0, 0.18);
  --bp-alias-cta-primary-default: #0A649D;
  --bp-alias-cta-primary-hover: #095b8f;
  --bp-alias-cta-primary-pressed: #085280;
  --bp-alias-cta-primary-text: #ffffff;
  --bp-alias-cta-primaryAlt-default: #238196;
  --bp-alias-cta-primaryAlt-hover: #20768a;
  --bp-alias-cta-primaryAlt-pressed: #1d6c7d;
  --bp-alias-cta-primaryAlt-text: #ffffff;
  --bp-alias-cta-secondary-default: white;
  --bp-alias-cta-secondary-hover: #f7f7f7;
  --bp-alias-cta-secondary-pressed: #f0f0f0;
  --bp-alias-cta-secondary-text: var(--bp-base-shade-90);
  --bp-alias-cta-destructive-default: #D02F2F;
  --bp-alias-cta-destructive-hover: #c42c2c;
  --bp-alias-cta-destructive-pressed: #b72929;
  --bp-alias-cta-destructive-text: #ffffff;
  --bp-alias-state-active-strong-bg: #47A7E2;
  --bp-alias-state-active-strong-on: #ffffff;
  --bp-alias-state-active-subtle-bg: var(--bp-alias-fg-20);
  --bp-alias-state-selected-strong-bg: #47A7E2;
  --bp-alias-state-selected-strong-on: #ffffff;
  --bp-alias-state-selected-subtle-bg: rgba(71, 167, 226, 0.3);
  --bp-alias-state-hover-actionable-bg: var(--bp-alias-fg-10);
  --bp-alias-state-hover-selectable-bg: rgba(71, 167, 226, 0.05);
  --bp-alias-msg-critical-strong-bg: #D02F2F;
  --bp-alias-msg-critical-strong-border: #D02F2F;
  --bp-alias-msg-critical-strong-on: var(--bp-base-tint-90);
  --bp-alias-msg-critical-subtle-bg: rgba(208, 47, 47, 0.05);
  --bp-alias-msg-critical-subtle-border: rgba(208, 47, 47, 0.05);
  --bp-alias-msg-critical-subtle-on: #D02F2F;
  --bp-alias-msg-critical-outline-bg: transparent;
  --bp-alias-msg-critical-outline-border: #D02F2F;
  --bp-alias-msg-critical-outline-on: #D02F2F;
  --bp-alias-msg-high-strong-bg: #FFAA33;
  --bp-alias-msg-high-strong-border: #FFAA33;
  --bp-alias-msg-high-strong-on: #442c01;
  --bp-alias-msg-high-subtle-bg: rgba(255, 170, 51, 0.1);
  --bp-alias-msg-high-subtle-border: rgba(255, 170, 51, 0.1);
  --bp-alias-msg-high-subtle-on: #a76006;
  --bp-alias-msg-high-outline-bg: transparent;
  --bp-alias-msg-high-outline-border: #FFAA33;
  --bp-alias-msg-high-outline-on: #a76006;
  --bp-alias-msg-low-strong-bg: #FFAA33;
  --bp-alias-msg-low-strong-border: #FFAA33;
  --bp-alias-msg-low-strong-on: var(--bp-base-tint-90);
  --bp-alias-msg-low-subtle-bg: rgba(255, 170, 51, 0.05);
  --bp-alias-msg-low-subtle-border: rgba(255, 170, 51, 0.05);
  --bp-alias-msg-low-subtle-on: #FFAA33;
  --bp-alias-msg-low-outline-bg: transparent;
  --bp-alias-msg-low-outline-border: #FFAA33;
  --bp-alias-msg-low-outline-on: #FFAA33;
  --bp-alias-msg-neutral-strong-bg: var(--bp-base-shade-90);
  --bp-alias-msg-neutral-strong-border: var(--bp-base-shade-90);
  --bp-alias-msg-neutral-strong-on: var(--bp-base-tint-90);
  --bp-alias-msg-neutral-subtle-bg: var(--bp-alias-fg-10);
  --bp-alias-msg-neutral-subtle-border: var(--bp-alias-fg-10);
  --bp-alias-msg-neutral-subtle-on: var(--bp-alias-text-primary);
  --bp-alias-msg-neutral-outline-bg: transparent;
  --bp-alias-msg-neutral-outline-border: var(--bp-alias-fg-90);
  --bp-alias-msg-neutral-outline-on: var(--bp-alias-text-primary);
  --bp-alias-msg-safe-strong-bg: #098620;
  --bp-alias-msg-safe-strong-border: #098620;
  --bp-alias-msg-safe-strong-on: var(--bp-base-tint-90);
  --bp-alias-msg-safe-subtle-bg: rgba(9, 134, 32, 0.05);
  --bp-alias-msg-safe-subtle-border: rgba(9, 134, 32, 0.05);
  --bp-alias-msg-safe-subtle-on: #098620;
  --bp-alias-msg-safe-outline-bg: transparent;
  --bp-alias-msg-safe-outline-border: #098620;
  --bp-alias-msg-safe-outline-on: #098620;
  --bp-alias-fg-90: var(--bp-base-shade-90);
  --bp-alias-fg-80: var(--bp-base-shade-80);
  --bp-alias-fg-70: var(--bp-base-shade-70);
  --bp-alias-fg-60: var(--bp-base-shade-60);
  --bp-alias-fg-50: var(--bp-base-shade-50);
  --bp-alias-fg-40: var(--bp-base-shade-40);
  --bp-alias-fg-30: var(--bp-base-shade-30);
  --bp-alias-fg-20: var(--bp-base-shade-20);
  --bp-alias-fg-10: var(--bp-base-shade-10);
}
:root .bp-theme-canvas, .bp-theme--light .bp-theme-canvas, [data-theme=light] .bp-theme-canvas {
  background: var(--bp-alias-bg-canvas);
}
:root .bp-theme-surface, .bp-theme--light .bp-theme-surface, [data-theme=light] .bp-theme-surface {
  background: var(--bp-alias-bg-surface);
}
:root .bp-theme-surface2, .bp-theme--light .bp-theme-surface2, [data-theme=light] .bp-theme-surface2 {
  background: var(--bp-alias-bg-surface2);
}
:root .bp-theme-surface3, .bp-theme--light .bp-theme-surface3, [data-theme=light] .bp-theme-surface3 {
  background: var(--bp-alias-bg-surface3);
}
:root .bp-theme-critical, .bp-theme--light .bp-theme-critical, [data-theme=light] .bp-theme-critical {
  background: var(--bp-alias-bg-critical);
}
:root .bp-theme-brand1, .bp-theme--light .bp-theme-brand1, [data-theme=light] .bp-theme-brand1 {
  background: var(--bp-alias-bg-brand1);
}
:root .bp-theme-brand2, .bp-theme--light .bp-theme-brand2, [data-theme=light] .bp-theme-brand2 {
  background: var(--bp-alias-bg-brand2);
}
:root .bp-theme-brand3, .bp-theme--light .bp-theme-brand3, [data-theme=light] .bp-theme-brand3 {
  background: var(--bp-alias-bg-brand3);
}

.bp-theme--dark, [data-theme=dark] {
  --bp-base-canvas: #121212;
  --bp-base-surface: #353535;
  --bp-base-contrast: #666666;
  --bp-base-brand1-darker: #05314D;
  --bp-base-brand1-dark: #0A2540;
  --bp-base-brand1-base: #05314D;
  --bp-base-brand1-light: #194870;
  --bp-base-brand1-lighter: #085280;
  --bp-base-brand1-subtle: #EAF5FA;
  --bp-base-brand1-hint: #EDEBE9;
  --bp-base-brand1-on: #ffffff;
  --bp-base-brand1-text: #05314D;
  --bp-base-brand2-darker: #05314D;
  --bp-base-brand2-dark: #064063;
  --bp-base-brand2-base: #085280;
  --bp-base-brand2-light: #0A649D;
  --bp-base-brand2-lighter: #1176B5;
  --bp-base-brand2-subtle: #D9E5F0;
  --bp-base-brand2-hint: #D9E5F0;
  --bp-base-brand2-on: #ffffff;
  --bp-base-brand2-text: #0A649D;
  --bp-base-brand3-darker: #074B58;
  --bp-base-brand3-dark: #0A6375;
  --bp-base-brand3-base: #238196;
  --bp-base-brand3-light: #1B96AA;
  --bp-base-brand3-lighter: #42BECE;
  --bp-base-brand3-subtle: #E7F2F4;
  --bp-base-brand3-hint: #E7F2F4;
  --bp-base-brand3-on: #ffffff;
  --bp-base-brand3-text: #238196;
  --bp-base-interactive-darker: #16557C;
  --bp-base-interactive-dark: #3085B9;
  --bp-base-interactive-base: #47A7E2;
  --bp-base-interactive-light: #63C0FA;
  --bp-base-interactive-lighter: #8CD1FB;
  --bp-base-interactive-subtle: rgba(71, 167, 226, 0.15);
  --bp-base-interactive-hint: rgba(71, 167, 226, 0.05);
  --bp-base-interactive-text: #63C0FA;
  --bp-base-critical-darker: #4A1B1B;
  --bp-base-critical-dark: #912121;
  --bp-base-critical-base: #D02F2F;
  --bp-base-critical-light: #E83232;
  --bp-base-critical-lighter: #FF3939;
  --bp-base-critical-subtle: rgba(208, 47, 47, 0.15);
  --bp-base-critical-hint: rgba(208, 47, 47, 0.05);
  --bp-base-critical-on: #ffffff;
  --bp-base-critical-text: #D02F2F;
  --bp-base-high-darker: #71581E;
  --bp-base-high-dark: #C49528;
  --bp-base-high-base: #FFAA33;
  --bp-base-high-light: #FFC13B;
  --bp-base-high-lighter: #FFD260;
  --bp-base-high-subtle: rgba(255, 170, 51, 0.15);
  --bp-base-high-hint: rgba(255, 170, 51, 0.05);
  --bp-base-high-on: #442c01;
  --bp-base-high-text: #C49528;
  --bp-base-low-darker: #71581E;
  --bp-base-low-dark: #C49528;
  --bp-base-low-base: #FFAA33;
  --bp-base-low-light: #FFC13B;
  --bp-base-low-lighter: #FFD260;
  --bp-base-low-subtle: rgba(255, 170, 51, 0.15);
  --bp-base-low-hint: rgba(255, 170, 51, 0.05);
  --bp-base-low-on: #442c01;
  --bp-base-low-text: #C49528;
  --bp-base-safe-darker: #076919;
  --bp-base-safe-dark: #098620;
  --bp-base-safe-base: #169C2F;
  --bp-base-safe-light: #22B63E;
  --bp-base-safe-lighter: #22B63E;
  --bp-base-safe-subtle: rgba(22, 156, 47, 0.15);
  --bp-base-safe-hint: rgba(22, 156, 47, 0.05);
  --bp-base-safe-on: #ffffff;
  --bp-base-safe-text: #098620;
  --bp-base-tint-90: #d2d2d2;
  --bp-base-tint-80: rgba(210, 210, 210, 0.8);
  --bp-base-tint-70: rgba(210, 210, 210, 0.6);
  --bp-base-tint-60: rgba(210, 210, 210, 0.3);
  --bp-base-tint-50: rgba(210, 210, 210, 0.2);
  --bp-base-tint-40: rgba(210, 210, 210, 0.16);
  --bp-base-tint-30: rgba(210, 210, 210, 0.13);
  --bp-base-tint-20: rgba(210, 210, 210, 0.1);
  --bp-base-tint-10: rgba(210, 210, 210, 0.06);
  --bp-base-shade-90: #121212;
  --bp-base-shade-80: rgba(18, 18, 18, 0.8);
  --bp-base-shade-70: rgba(18, 18, 18, 0.6);
  --bp-base-shade-60: rgba(18, 18, 18, 0.3);
  --bp-base-shade-50: rgba(18, 18, 18, 0.2);
  --bp-base-shade-40: rgba(18, 18, 18, 0.16);
  --bp-base-shade-30: rgba(18, 18, 18, 0.1);
  --bp-base-shade-20: rgba(18, 18, 18, 0.06);
  --bp-base-shade-10: rgba(18, 18, 18, 0.03);
  --bp-alias-bg-canvas: #121212;
  --bp-alias-bg-surface: #353535;
  --bp-alias-bg-surface2: #474747;
  --bp-alias-bg-surface3: #4f4f4f;
  --bp-alias-bg-critical: #353535;
  --bp-alias-bg-brand1: #05314D;
  --bp-alias-bg-brand2: #085280;
  --bp-alias-bg-brand3: #238196;
  --bp-alias-text-primary: var(--bp-alias-fg-90);
  --bp-alias-text-secondary: var(--bp-alias-fg-80);
  --bp-alias-text-subtle: var(--bp-alias-fg-70);
  --bp-alias-text-hint: var(--bp-alias-fg-60);
  --bp-alias-text-critical: var(--bp-base-critical-base);
  --bp-alias-text-safe: var(--bp-base-safe-base);
  --bp-alias-text-link: var(--bp-base-interactive-text);
  --bp-alias-border-strong: var(--bp-alias-fg-90);
  --bp-alias-border-medium: var(--bp-alias-fg-70);
  --bp-alias-border-subtle: var(--bp-alias-fg-50);
  --bp-alias-border-hint: var(--bp-alias-fg-40);
  --bp-alias-border-critical: var(--bp-base-critical-base);
  --bp-alias-border-safe: var(--bp-base-safe-light);
  --bp-alias-border-active: var(--bp-base-interactive-base);
  --bp-alias-shadow-inset: inset 0 2px 4px 0 rgba(18, 18, 18, 0.6), inset 0 0.3px 1px 0 rgba(18, 18, 18, 0.5);
  --bp-alias-shadow-02: 0 0 0 1px rgba(0, 0, 0, 0.6);
  --bp-alias-shadow-04: 0 1px 0 1px rgba(0, 0, 0, 0.6);
  --bp-alias-shadow-08: 0 2px 6px rgba(0, 0, 0, 0.35);
  --bp-alias-shadow-16: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.3), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.5);
  --bp-alias-shadow-32: 0 6.4px 14.4px 0 rgba(0, 0, 0, 0.3), 0 1.2px 3.6px 0 rgba(0, 0, 0, 0.5);
  --bp-alias-shadow-64: 0 25.6px 57.6px 0 rgba(0, 0, 0, 0.7), 0 4.8px 14.4px 0 rgba(0, 0, 0, 0.7);
  --bp-alias-cta-primary-default: #0A649D;
  --bp-alias-cta-primary-hover: #095b8f;
  --bp-alias-cta-primary-pressed: #085280;
  --bp-alias-cta-primary-text: #d2d2d2;
  --bp-alias-cta-primaryAlt-default: #238196;
  --bp-alias-cta-primaryAlt-hover: #20768a;
  --bp-alias-cta-primaryAlt-pressed: #1d6c7d;
  --bp-alias-cta-primaryAlt-text: #d2d2d2;
  --bp-alias-cta-secondary-default: #474747;
  --bp-alias-cta-secondary-hover: #3f3f3f;
  --bp-alias-cta-secondary-pressed: #383838;
  --bp-alias-cta-secondary-text: var(--bp-base-tint-90);
  --bp-alias-cta-destructive-default: #D02F2F;
  --bp-alias-cta-destructive-hover: #c42c2c;
  --bp-alias-cta-destructive-pressed: #b72929;
  --bp-alias-cta-destructive-text: #d2d2d2;
  --bp-alias-state-active-strong-bg: #47A7E2;
  --bp-alias-state-active-strong-on: #ffffff;
  --bp-alias-state-active-subtle-bg: var(--bp-alias-fg-90);
  --bp-alias-state-selected-strong-bg: #47A7E2;
  --bp-alias-state-selected-strong-on: #ffffff;
  --bp-alias-state-selected-subtle-bg: rgba(71, 167, 226, 0.15);
  --bp-alias-state-hover-actionable-bg: var(--bp-alias-fg-10);
  --bp-alias-state-hover-selectable-bg: rgba(71, 167, 226, 0.05);
  --bp-alias-msg-critical-strong-bg: #D02F2F;
  --bp-alias-msg-critical-strong-border: #D02F2F;
  --bp-alias-msg-critical-strong-on: var(--bp-base-tint-90);
  --bp-alias-msg-critical-subtle-bg: rgba(208, 47, 47, 0.05);
  --bp-alias-msg-critical-subtle-border: #D02F2F;
  --bp-alias-msg-critical-subtle-on: #D02F2F;
  --bp-alias-msg-critical-outline-bg: transparent;
  --bp-alias-msg-critical-outline-border: #D02F2F;
  --bp-alias-msg-critical-outline-on: #D02F2F;
  --bp-alias-msg-high-strong-bg: #FFAA33;
  --bp-alias-msg-high-strong-border: #FFAA33;
  --bp-alias-msg-high-strong-on: var(--bp-base-tint-90);
  --bp-alias-msg-high-subtle-bg: rgba(255, 170, 51, 0.05);
  --bp-alias-msg-high-subtle-border: #FFAA33;
  --bp-alias-msg-high-subtle-on: #FFAA33;
  --bp-alias-msg-high-outline-bg: transparent;
  --bp-alias-msg-high-outline-border: #FFAA33;
  --bp-alias-msg-high-outline-on: #FFAA33;
  --bp-alias-msg-low-strong-bg: #FFAA33;
  --bp-alias-msg-low-strong-border: #FFAA33;
  --bp-alias-msg-low-strong-on: var(--bp-base-tint-90);
  --bp-alias-msg-low-subtle-bg: rgba(255, 170, 51, 0.05);
  --bp-alias-msg-low-subtle-border: #FFAA33;
  --bp-alias-msg-low-subtle-on: #FFAA33;
  --bp-alias-msg-low-outline-bg: transparent;
  --bp-alias-msg-low-outline-border: #FFAA33;
  --bp-alias-msg-low-outline-on: #FFAA33;
  --bp-alias-msg-neutral-strong-bg: var(--bp-base-tint-90);
  --bp-alias-msg-neutral-strong-border: var(--bp-base-tint-90);
  --bp-alias-msg-neutral-strong-on: var(--bp-base-shade-90);
  --bp-alias-msg-neutral-subtle-bg: var(--bp-alias-fg-30);
  --bp-alias-msg-neutral-subtle-border: var(--bp-alias-fg-30);
  --bp-alias-msg-neutral-subtle-on: var(--bp-alias-text-primary);
  --bp-alias-msg-neutral-outline-bg: transparent;
  --bp-alias-msg-neutral-outline-border: var(--bp-alias-text-primary);
  --bp-alias-msg-neutral-outline-on: var(--bp-alias-text-primary);
  --bp-alias-msg-safe-strong-bg: #169C2F;
  --bp-alias-msg-safe-strong-border: #169C2F;
  --bp-alias-msg-safe-strong-on: var(--bp-base-tint-90);
  --bp-alias-msg-safe-subtle-bg: rgba(22, 156, 47, 0.05);
  --bp-alias-msg-safe-subtle-border: #169C2F;
  --bp-alias-msg-safe-subtle-on: #169C2F;
  --bp-alias-msg-safe-outline-bg: transparent;
  --bp-alias-msg-safe-outline-border: #169C2F;
  --bp-alias-msg-safe-outline-on: #169C2F;
  --bp-alias-fg-90: var(--bp-base-tint-90);
  --bp-alias-fg-80: var(--bp-base-tint-80);
  --bp-alias-fg-70: var(--bp-base-tint-70);
  --bp-alias-fg-60: var(--bp-base-tint-60);
  --bp-alias-fg-50: var(--bp-base-tint-50);
  --bp-alias-fg-40: var(--bp-base-tint-40);
  --bp-alias-fg-30: var(--bp-base-tint-30);
  --bp-alias-fg-20: var(--bp-base-tint-20);
  --bp-alias-fg-10: var(--bp-base-tint-10);
}
.bp-theme--dark .bp-theme-canvas, [data-theme=dark] .bp-theme-canvas {
  background: var(--bp-alias-bg-canvas);
}
.bp-theme--dark .bp-theme-surface, [data-theme=dark] .bp-theme-surface {
  background: var(--bp-alias-bg-surface);
}
.bp-theme--dark .bp-theme-surface2, [data-theme=dark] .bp-theme-surface2 {
  background: var(--bp-alias-bg-surface2);
}
.bp-theme--dark .bp-theme-surface3, [data-theme=dark] .bp-theme-surface3 {
  background: var(--bp-alias-bg-surface3);
}
.bp-theme--dark .bp-theme-critical, [data-theme=dark] .bp-theme-critical {
  background: var(--bp-alias-bg-critical);
}
.bp-theme--dark .bp-theme-brand1, [data-theme=dark] .bp-theme-brand1 {
  background: var(--bp-alias-bg-brand1);
}
.bp-theme--dark .bp-theme-brand2, [data-theme=dark] .bp-theme-brand2 {
  background: var(--bp-alias-bg-brand2);
}
.bp-theme--dark .bp-theme-brand3, [data-theme=dark] .bp-theme-brand3 {
  background: var(--bp-alias-bg-brand3);
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[5].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].rules[1].use[1]!./node_modules/@fm-ui-adk/components-3/src/app/themes/theme-1/theme.scss?ngGlobalStyle (1) ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.bp-layout-wrapper, .bp-layout-footer, .bp-layout-header, .bp-layout-body {
  display: flex;
}

.bp-layout-wrapper, .bp-layout-header, .bp-layout-footer {
  flex-direction: column;
}

.bp-layout-wrapper {
  position: relative;
  height: 100vh;
  max-width: 100vw;
  overflow-x: hidden;
}

.bp-layout-body {
  flex-direction: row;
  width: 100vw;
}
.bp-layout-body > * {
  overflow-y: scroll;
}

/* Items should flex to take up available space */
.bp-layout-main {
  flex: 1 1 auto !important;
}

.bp-layout-body {
  flex: 1 1 auto;
  overflow: hidden;
}

.bp-layout-body .bp-layout-main {
  /* When body is used, its a app layout, scroll body */
}

.bp-layout-footer {
  /* Ensure Footer is on the bottom is content is short */
  margin-top: auto;
}

.bp-layout-sidebar {
  width: auto;
  height: 100%;
  /* if scroll then messes up auto scrim */
  /* overflow: scroll; */
  z-index: 10;
}

:root {
  --dev-build-version: "3.0-beta-10";
}

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

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 100%;
  -webkit-tap-highlight-color: rgba(51, 51, 51, 0);
}

main {
  display: block;
}

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

hr {
  box-sizing: content-box;
  overflow: visible;
  color: inherit;
}

hr:not([size]) {
  height: 1px;
}

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

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 0.875em;
}

img {
  border-style: none;
  vertical-align: middle;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

label {
  display: inline-block;
}
label[for] {
  cursor: pointer;
}

[type=checkbox] + label[for],
[type=radio] + label[for],
[type=text] + label[for] {
  cursor: pointer;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

textarea {
  overflow: auto;
  resize: vertical;
  -webkit-appearance: textfield;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  width: 100%;
  max-width: 100%;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
  line-height: inherit;
}

::-webkit-datetime-edit {
  overflow: visible;
  line-height: 0;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

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

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

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

table {
  width: inherit;
  border-spacing: 0;
  border-collapse: collapse;
  caption-side: bottom;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

/*
 * Remove the gap between embedded content and the bottom of their containers.
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * 1. Add responsiveness.
 * 3. Corrects responsive `max-width` behavior if padding and border are used.
 * 4. Exclude SVGs for IE11 because they don't preserve their aspect ratio.
 */
canvas,
img,
video {
  max-width: 100%;
  box-sizing: border-box;
}

@supports (display: block) {
  svg {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
  }
}
svg:not(:root) {
  overflow: hidden;
}

iframe {
  border: 0;
}

html {
  box-sizing: border-box;
  font-family: "Source Sans Pro", "Open Sans", Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  overflow-wrap: break-word;
  border-style: solid;
  border-width: 0px;
  text-rendering: optimizeLegibility;
}

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

body {
  margin: 0;
  background-color: var(--bp-alias-bg-canvas);
  color: var(--bp-alias-text-primary);
}

a {
  text-decoration: none;
  color: var(--bp-alias-text-link);
}
a:hover {
  text-decoration: underline;
}

figcaption {
  font-style: italic;
}

hr {
  border-width: 1px;
}

blockquote {
  margin: 0 0 1rem 0;
  line-height: 1.5;
  font-size: 1.25rem;
  font-style: italic;
  color: var(--bp-alias-text-secondary);
}

blockquote footer {
  font-size: 0.875rem;
}
blockquote footer:before {
  content: "— ";
}

::selection {
  background: rgba(80, 158, 213, 0.2);
  text-shadow: none;
}

:not(pre) > code,
:not(pre) > kbd,
:not(pre) > samp {
  font-family: "Source Code Pro", monospace;
  padding: 0.25rem 0.5rem;
  background-color: rgba(0, 0, 0, 0.05);
  font-size: 0.75em;
  color: #C55422;
}

pre code {
  font-family: "Source Code Pro", monospace;
  font-size: 0.75rem;
  line-height: 1.5 !important;
}

pre {
  font-family: "Source Code Pro", monospace;
  background-color: rgba(0, 0, 0, 0.05);
  tab-size: 4;
  overflow: auto;
  padding: 1rem;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

p,
ul,
ol,
dl,
pre,
address,
fieldset,
figure {
  margin: 0 0 1rem 0;
}

/* Add margin if adjacent element */
* + p,
* + ul,
* + ol,
* + dl,
* + pre,
* + address,
* + fieldset,
* + figure {
  margin-top: 1rem;
}

ul,
ol {
  padding-left: 1rem;
}

ul > li > ul,
ul > li > ol,
ol > li > ol,
ol > li > ul {
  margin: 0;
}

dt {
  font-weight: 600;
}

dd {
  margin-left: 0;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

[aria-hidden=false][hidden]:not(:focus) {
  position: absolute;
  display: inherit;
  clip: rect(0, 0, 0, 0);
}

.bp-accordion {
  width: 100%;
  display: block;
  margin-bottom: 1rem;
  border-bottom-width: 1px;
  border-color: var(--bp-alias-border-hint);
  border-radius: 0;
  border-top-width: 1px;
}
.bp-accordion--elevated {
  border-width: 0;
  border-radius: 0;
  box-shadow: var(--bp-alias-shadow-04);
}
.bp-theme-surface .bp-accordion--elevated, .bp-accordion--elevated .bp-accordion--elevated {
  background-color: var(--bp-alias-bg-surface2);
}
.bp-accordion--elevated.bp-accordion--sm {
  box-shadow: var(--bp-alias-shadow-04);
}
.bp-accordion__header {
  height: 3rem;
}
.bp-accordion__control {
  display: flex;
  position: relative;
  width: 100%;
  border: none;
  text-decoration: inherit;
  text-align: left;
  align-items: center;
  overflow-anchor: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  color: var(--bp-alias-text-primary);
  background: transparent;
  height: inherit;
}
.bp-accordion__control__label {
  flex-grow: 1;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-decoration: inherit;
  text-transform: inherit;
  line-height: 3rem;
  padding-left: 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.bp-accordion__control__icon {
  padding-right: 1rem;
  height: 2rem;
}
.bp-accordion__control__icon svg {
  height: 2rem;
  transition: all 0.25s ease-in-out;
}
.bp-accordion__item.is-open .bp-accordion__control__icon svg {
  transition: all 0.25s ease-in-out;
  transform: rotate(-180deg);
}
.bp-accordion__control:hover, .bp-accordion__control:focus {
  outline: none;
}
.bp-accordion__item:not(:first-child) {
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: var(--bp-alias-border-hint);
}
.bp-accordion__content {
  display: none;
  padding: 0 1rem 1rem 1rem;
}
.bp-accordion__item.is-open .bp-accordion__content {
  display: block;
}
.bp-accordion--sm {
  border-radius: 0;
}
.bp-accordion--sm .bp-accordion__header {
  height: 2rem;
}
.bp-accordion--sm .bp-accordion__control__label {
  height: 2rem;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-decoration: inherit;
  text-transform: inherit;
  line-height: 2rem;
  padding-left: 1rem;
}
.bp-accordion--sm .bp-accordion__control__icon {
  padding-right: 1rem;
  height: 1.5rem;
}
.bp-accordion--sm .bp-accordion__control__icon svg {
  height: 1.5rem;
}
.bp-accordion--sm .bp-accordion__content {
  padding: 0 1rem 1rem 1rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-decoration: inherit;
  text-transform: inherit;
}
.bp-accordion--reversed .bp-accordion__control {
  flex-direction: row-reverse;
}
.bp-accordion--reversed .bp-accordion__control__label {
  padding-right: 1rem;
}
.bp-accordion--reversed .bp-accordion__control__icon {
  padding-left: 1rem;
  padding-right: 0;
}
.bp-accordion--reversed.bp-accordion--sm .bp-accordion__control__icon {
  padding-left: 0.5rem;
  padding-right: 0;
}
.bp-accordion--reversed.bp-accordion--sm .bp-accordion__control__label {
  padding-left: 0.5rem;
  padding-right: 0;
}

.bp-action {
  color: var(--bp-alias-text-secondary);
}
.bp-action:hover {
  color: var(--bp-alias-text-primary);
  background-color: var(--bp-base-fg-20);
}
.bp-action--emphasized {
  color: var(--bp-alias-text-link);
}
.bp-action--contained {
  background-color: var(--bp-theme-bg-surface01);
  border-color: #d3d3d3;
  border-width: 1px;
}
.bp-action--contained:hover {
  background-color: var(--bp-theme-bg-canvas);
}

.bp-action {
  display: inline-flex;
  flex-direction: row;
  background: transparent;
  overflow: hidden;
  padding-top: 1px;
  border: 0;
  font-size: bp-font-sze(md);
  line-height: 2rem;
  height: 2rem;
  font-weight: 600;
  padding: 0 0.75rem;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
}
.bp-action:hover {
  cursor: pointer;
}
.bp-action__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-right: 0.5rem;
}
.bp-action__icon svg {
  width: 1.25rem;
  height: 1.25rem;
}
.bp-action--sm {
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: 0.875rem;
  padding: 0 0.5rem;
}
.bp-action--sm .bp-action__icon svg {
  width: 1rem;
  height: 1rem;
}
.bp-action--contained {
  border: 1px solid var(--bp-alias-border-subtle);
  background-color: var(--bp-alias-bg-surface);
}
.bp-action--compact {
  padding: 0 0.5rem;
}
.bp-action--compact .bp-action--sm {
  padding: 0 0.25rem;
}
.bp-action--compact .bp-action__label {
  display: none;
}
.bp-action--compact .bp-action__icon {
  padding-right: 0;
}

.bp-badge {
  position: relative;
  display: inline-block;
  margin: 0;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  padding: 0.25rem 0.5rem;
  border-radius: 0.75rem;
  min-width: 0.75rem;
  line-height: 1;
  font-size: 1rem;
  font-weight: 600;
  color: var(--bp-base-brand2-on);
  background: var(--bp-base-brand2-base);
}
.bp-theme-brand2 .bp-badge {
  background: var(--bp-base-brand2-lighter);
}
.bp-badge--subtle, .bp-theme-brand2 .bp-badge--subtle {
  background: var(--bp-alias-fg-30);
  color: var(--bp-alias-text-primary);
}
.bp-badge--sm {
  font-size: 12px;
  padding: 4px;
}
.bp-badge--brand2 {
  background: var(--bp-base-brand2-base);
  color: var(--bp-base-brand2-base2-on);
}

.bp-banner {
  width: 100%;
  padding: 1rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-decoration: inherit;
  text-transform: inherit;
  background: var(--bp-alias-msg-high-strong-bg);
  color: var(--bp-alias-msg-high-strong-on);
  display: flex;
}
.bp-banner .bp-container {
  display: flex;
}
.bp-banner__icon {
  flex-grow: 0;
  flex-shrink: 1;
  padding-right: 0.5rem;
}
.bp-banner__text {
  flex-grow: 1;
}
.bp-banner__text a {
  color: currentColor;
}
.bp-banner__action {
  flex-grow: 0;
  padding-left: 1rem;
  padding-right: 1rem;
}
.bp-banner__close {
  display: block;
  width: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  flex-grow: 0;
  padding-left: 1rem;
  padding-right: 1rem;
}

.bp-breadcrumb {
  display: block;
  white-space: nowrap;
}
.bp-breadcrumb ul, .bp-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin-left: 0;
}
.bp-breadcrumb li {
  list-style: none;
  display: inline-block;
}
.bp-breadcrumb a {
  color: var(--bp-alias-text-secondary);
}
.bp-breadcrumb__item {
  display: flex;
  align-items: center;
  padding-left: 0.5rem;
}
.bp-breadcrumb__item.is-active, .bp-breadcrumb__item.is-active a {
  font-weight: 600;
}
.bp-breadcrumb__item.is-active:hover, .bp-breadcrumb__item.is-active a:hover {
  text-decoration: none;
}
.bp-breadcrumb__item:not(.is-active)::after {
  content: "/";
  padding-left: 0.5rem;
}
.bp-breadcrumb--sm {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0;
  text-decoration: inherit;
  text-transform: inherit;
}
.bp-breadcrumb--lg {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0;
  text-decoration: inherit;
  text-transform: inherit;
}
.bp-breadcrumb--emphasized a {
  color: var(--bp-base-brand2-lighter);
}
.bp-button {
  --bp-button-color: var(--bp-alias-cta-secondary-text);
  --bp-button-background: var(--bp-alias-cta-secondary-default);
  --bp-button-background-hover: var(--bp-alias-cta-secondary-hover);
  --bp-button-background-pressed: var(--bp-alias-cta-secondary-pressed);
  background: var(--bp-button-background);
  color: var(--bp-button-color);
  box-shadow: var(--bp-alias-shadow-04);
}
.bp-button:hover {
  background: var(--bp-button-background-hover);
}
.bp-button:active {
  background: var(--bp-button-background-pressed);
}
.bp-button[disabled], .bp-button:disabled, .bp-button.is-disabled {
  opacity: 50%;
  cursor: not-allowed;
}
.bp-button--primary {
  --bp-button-color: var(--bp-alias-cta-primary-text);
  --bp-button-background: var(--bp-alias-cta-primary-default);
  --bp-button-background-hover: var(--bp-alias-cta-primary-hover);
  --bp-button-background-pressed: var(--bp-alias-cta-primary-pressed);
}
.bp-button--primaryAlt {
  --bp-button-color: var(--bp-alias-cta-primaryAlt-text);
  --bp-button-background: var(--bp-alias-cta-primaryAlt-default);
  --bp-button-background-hover: var(--bp-alias-cta-primaryAlt-hover);
  --bp-button-background-pressed: var(--bp-alias-cta-primaryAlt-pressed);
}
.bp-button--destructive {
  --bp-button-color: var(--bp-alias-cta-destructive-text);
  --bp-button-background: var(--bp-alias-cta-destructive-default);
  --bp-button-background-hover: var(--bp-alias-cta-destructive-hover);
  --bp-button-background-pressed: var(--bp-alias-cta-destructive-pressed);
}
.bp-button--link {
  --bp-button-background: transparent;
  --bp-button-color: var(--bp-alias-text-link);
  box-shadow: none;
}

.bp-button {
  position: relative;
  display: inline-flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  margin: 0;
  overflow: hidden;
  word-break: none;
  cursor: pointer;
  text-transform: none;
  text-decoration: none;
  flex-shrink: 0;
  vertical-align: bottom;
  border: transparent;
  font-size: 1rem;
  height: 2.5rem;
  padding: 0.25rem 2rem;
  border-radius: 4px;
}
.bp-button--fullWidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
}
.bp-button--sm {
  font-size: 0.875rem;
  height: 1.5rem;
  padding: 0.25rem 0.75rem;
}
.bp-button--lg {
  font-size: 1.125rem;
  height: 3rem;
  padding: 0.25rem 2rem;
}

.bp-button.is-loading {
  opacity: 0.7;
  color: transparent;
  cursor: not-allowed;
}
.bp-button.is-loading:after {
  display: block;
  position: absolute;
  animation: spinAround 500ms infinite linear;
  width: 16px;
  height: 16px;
  margin-left: -8px;
  margin-top: -8px;
  border: 1px solid currentColor;
  border-radius: 4rem;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  opacity: 1;
  position: absolute;
  color: var(--bp-button-color);
  top: 50% !important;
  left: 50% !important;
}

.bp-checkbox {
  position: relative;
  display: inline-block;
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  cursor: pointer;
  padding-left: 16px;
  line-height: 16px;
}
.bp-checkbox .bp-checkbox__label {
  padding-left: 0.5rem;
}
.bp-checkbox .bp-checkbox__input {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  appearance: none;
  width: 16px;
  height: 16px;
  background: var(--bp-alias-bg-surface2);
  border: 2px solid var(--bp-alias-fg-70);
  border-radius: 0.25rem;
}
.bp-checkbox .bp-checkbox__input:checked, .bp-checkbox .bp-checkbox__input:indeterminate {
  background-color: var(--bp-base-interactive-base);
  border-color: var(--bp-base-interactive-base);
}
.bp-checkbox .bp-checkbox__input:checked:not(:indeterminate)::before, .bp-checkbox .bp-checkbox__input:checked:not(:indeterminate)::after {
  position: absolute;
  top: -1px;
  content: "";
  transform: rotate(45deg) scale(1);
}
.bp-checkbox .bp-checkbox__input:not(:indeterminate)::after {
  display: inline-block;
  transform: rotate(45deg) scale(0);
  height: 11.2px;
  width: 5.6px;
  border-bottom: 2.8px solid white;
  border-right: 2.8px solid white;
  left: 3.2px;
}

.bp-datalist {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
}
.bp-datalist__item {
  display: inline-block;
  padding: 1rem 0;
  list-style-type: none;
  border-width: 0;
  border-style: solid;
  border-bottom-width: 1px;
  border-color: var(--bp-alias-border-subtle);
  color: var(--bui-theme-text-primary);
}
.bp-datalist__item:last-child {
  border-bottom: 0;
}
.bp-datalist__label {
  display: inline-block;
  width: 35%;
  font-size: 14px;
  padding-right: space(5);
  color: var(--bp-alias-text-secondary);
  text-transform: uppercase;
  letter-spacing: 1px;
  vertical-align: top;
}
@media screen and (max-width: 919px) {
  .bp-datalist__label {
    width: 100%;
  }
}
.bp-datalist__value {
  display: inline-block;
  width: 55%;
  vertical-align: top;
  margin-right: 5%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.bp-datalist--columns {
  flex-direction: row;
  flex-flow: row wrap;
  justify-content: space-between;
}
@media screen and (max-width: 919px) {
  .bp-datalist--columns {
    flex-direction: column;
  }
}
.bp-datalist--columns > .bp-datalist__item {
  flex-shrink: 1;
  flex-grow: 0;
  flex-basis: 49%;
  align-content: space-between;
}
.bp-datalist--columns > .bp-datalist__item:last-child, .bp-datalist--columns > .bp-datalist__item:nth-last-child(2) {
  border-bottom: 0;
}
@media screen and (max-width: 919px) {
  .bp-datalist--columns > .bp-datalist__item:nth-last-child(2) {
    border-bottom: 1px solid var(--bp-alias-border-subtle);
  }
}

.bp-dialog {
  width: 450px;
  text-align: left;
  border-radius: 12px;
  background: var(--bp-alias-bg-surface);
  box-shadow: var(--bp-alias-shadow-16);
}
.bp-dialog__message {
  padding: 1.5rem;
  display: flex;
  position: relative;
  flex-direction: column;
}
.bp-dialog__title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.06em;
  text-decoration: inherit;
  text-transform: inherit;
}
.bp-dialog__text {
  color: var(--bp-alias-text-primary);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-decoration: inherit;
  text-transform: inherit;
}
.bp-dialog__title + .bp-dialog__text {
  color: var(--bp-alias-text-secondary);
}
.bp-dialog__actions {
  padding: 1.5rem;
  padding-top: 0;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  text-align: right;
}
.bp-dialog__actions > * + * {
  margin-left: 12px;
}
.bp-dialog--graphic {
  text-align: center;
}
.bp-dialog--graphic > .bp-dialog__actions {
  text-align: center;
}
.bp-dialog__graphic {
  align-self: center;
  margin: 0.75rem;
}
.bp-dialog__graphic svg {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  color: bp-theme-get-messaging("error");
  width: 4rem;
  height: 4rem;
}

.bp-divider {
  margin: 1.25rem 0;
}
.bp-divider:before, .bp-divider:after, .bp-divider {
  border: none;
  border-width: 0;
  border-style: solid;
  border-top-width: 0.0625rem;
  border-color: var(--bp-alias-border-subtle);
  width: 100%;
}
.bp-divider--inset {
  margin: 1.25rem 1.25rem;
}
.bp-divider--vertical {
  border-right-width: 0.0625rem;
  border-top-width: 0;
  margin: 0 1.25rem;
}
.bp-divider--withlabel {
  align-items: center;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: 1fr auto 1fr;
  border: 0;
  text-transform: uppercase;
  color: var(--bp-alias-text-subtle);
}
.bp-divider--withlabel::after {
  border-top-width: 0.0625rem;
  content: "";
}
.bp-divider--withlabel::before {
  border-top-width: 0.0625rem;
  border-style: solid;
  content: "";
}

.bp-dotnav {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  /* Items
  ========================================================================== 
  * 1. Hide text if present
  */
}
.bp-dotnav > * {
  flex: none;
  padding-left: 0.25rem;
}
.bp-dotnav > * > * {
  display: block;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--bp-alias-fg-40);
  /* 1 */
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.bp-dotnav > * > :hover, .bp-dotnav > * > :focus {
  background-color: var(--bp-alias-fg-40);
  outline: none;
}
.bp-dotnav > * > :active {
  background-color: var(--bp-alias-fg-60);
}
.bp-dotnav > .is-active > * {
  background-color: var(--bp-alias-state-active-strong-bg);
}

.bp-form--left .bp-form-item {
  flex-direction: row;
}
.bp-form-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
}
.bp-form-item .bp-form-item__label {
  padding-top: 0.5rem;
}

.bp-form-row {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.bp-form-row > .bp-form-item {
  margin-right: 1.5rem;
  width: 100%;
  flex: 1 1 auto;
}

.bp-form-row .bp-form-item:last-child {
  margin-right: 0;
}

.bp-input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  border-radius: 4px;
  background: var(--bp-alias-bg-surface2);
  box-shadow: var(--bp-alias-shadow-04);
}
.bp-input-group > .bp-input-text {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.bp-input-group > .bp-action {
  height: 40px;
}
.bp-input-group > .bp-action, .bp-input-group > .bp-input-text {
  box-shadow: none;
  border: none;
  background: none;
  border-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.bp-input-group .bp-input-group-text {
  padding-left: 14px;
  padding-right: 14px;
  vertical-align: middle;
  line-height: 40px;
  min-width: 40px;
  font-weight: 600;
}

.bp-input-label {
  padding-bottom: 0.25rem;
  vertical-align: middle;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-decoration: inherit;
  text-transform: inherit;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.bp-input-label--left {
  padding-bottom: 0;
}

.bp-input-text {
  box-sizing: border-box;
  cursor: text;
  height: 40px;
  font-size: 1rem;
  box-shadow: var(--bp-alias-shadow-04);
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 4px;
  color: var(--bp-alias-text-primary);
  background: var(--bp-alias-bg-surface2);
  border: 1px solid transparent;
}
.bp-input-text::placeholder {
  color: var(--bp-alias-text-subtle);
}
.bp-input-text.is-error {
  border: 1px solid var(--bp-alias-text-critical);
}
.bp-input-text.is-error:focus, .bp-input-text.is-error:active {
  box-shadow: 0 0 4px 1px var(--bp-alias-text-critical);
}
.bp-input-text.is-success {
  border: 1px solid var(--bp-alias-text-safe);
}
.bp-input-text.is-success:focus, .bp-input-text.is-success:active {
  box-shadow: 0 0 4px 1px var(--bp-alias-text-safe);
}
.bp-input-text:focus, .bp-input-text:active {
  box-shadow: 0 0 4px 2px var(--bp-alias-border-active);
  outline: none;
}
.bp-input-text:disabled, .bp-input-text[disabled] {
  background: var(--bp-alias-bg-surface2);
  opacity: 0.75;
  cursor: not-allowed;
}
.bp-input-text--sm {
  min-height: 24px;
  font-size: 0.875rem;
}
.bp-link-underlined, .bp-link {
  cursor: pointer;
}
.bp-link-underlined:visited, .bp-link:visited {
  color: inherit;
}

.bp-link-underlined, .bp-link {
  color: var(--bp-alias-text-link);
}

.bp-link-article {
  color: var(--bp-alias-text-link);
  background-image: linear-gradient(var(--bp-base-interactive-subtle), var(--bp-base-interactive-subtle), var(--bp-base-interactive-subtle));
  background-repeat: repeat-x;
  background-position: 1px 1.1em;
  background-size: 1em 2px;
}
.bp-link-article:hover {
  text-decoration: none;
  background-image: linear-gradient(var(--bp-alias-text-link), var(--bp-alias-text-link), var(--bp-alias-text-link));
}

.bp-link-info {
  border-bottom: 1px dashed var(--bp-alias-text-primary);
  color: var(--bp-alias-text-link);
}
.bp-link-info:hover {
  text-decoration: none;
}

.bp-nav__item, .bp-link-nav {
  color: currentColor;
  letter-spacing: 0.013em;
  cursor: pointer;
}
.bp-nav__item:hover, .bp-link-nav:hover {
  font-weight: 600;
  text-decoration: none;
  letter-spacing: -0.012em;
  letter-spacing: normal;
  color: currentColor;
}

.bp-link-implied, .bp-child-link-implied > a {
  text-decoration: none;
  color: currentColor;
}
.bp-link-implied:hover, .bp-child-link-implied > a:hover {
  text-decoration: underline;
  color: currentColor;
}

.bp-link-underlined {
  text-decoration: underline;
}

.bp-link-external:after {
  content: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%2218%22%20viewBox%3D%220%200%2072%2072%22%3E%3Ctitle%3Eutility-basics-%3C%2Ftitle%3E%3Cpath%20d%3D%22M19.4%2017.3h-6.3a3%203%200%200%200-3%203V60a3%203%200%200%200%203%203h38.2a3%203%200%200%200%203-3v-9.4M61.4%2010L28.8%2043.5M36.3%209.3L62.4%209l-.3%2026.1%22%20fill%3D%22none%22%20stroke%3D%22%230c77ba%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224.6%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E);
  display: inline-block;
  height: 24px;
  left: 6px;
  padding-right: 6px;
  position: relative;
  top: 3px;
  width: 24px;
}

@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.bp-ucon-loader {
  display: block;
  position: relative;
  animation: spinAround 500ms infinite linear;
  width: 24px;
  height: 24px;
  border: 1px solid currentColor;
  border-radius: 4rem;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
}
.bp-ucon-loader--sm {
  width: 16px;
  height: 16px;
}
.bp-ucon-loader--lg {
  width: 48px;
  height: 48px;
}

.bp-menu {
  padding: 0.25rem 0;
  margin: 0;
  line-height: 1;
  list-style-type: none;
}

.bp-menu-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 36px;
  padding: 0.75rem 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-decoration: inherit;
  text-transform: inherit;
  color: var(--bp-alias-text-primary);
}
.bp-menu-item:focus {
  outline: none;
}
.bp-menu-item__text {
  flex-grow: 1;
}
.bp-menu-item__text, .bp-menu-item {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.bp-menu-item__anchor {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin: 0 1rem 0 0;
  max-width: 36px;
}
.bp-menu-item__meta {
  color: var(--bp-alias-text-secondary);
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0;
  text-decoration: inherit;
  text-transform: inherit;
}
.bp-menu-item__secondary {
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-decoration: inherit;
  text-transform: inherit;
  color: var(--bp-alias-text-subtle);
}
.bp-menu-item__text, .bp-menu-item__primary-text, .bp-menu-item__secondary-text {
  line-height: 1;
}

a.bp-menu-item {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
a.bp-menu-item:hover {
  background-color: var(--bp-alias-state-hover-actionable-bg);
}

a.bp-menu-item.is-active:hover {
  background-color: var(--bp-alias-state-active-subtle-bg);
}

.bp-menu-item.is-active {
  background-color: var(--bp-alias-state-active-subtle-bg);
}

.bp-menu--emphasized .bp-menu-item.is-active {
  background-color: var(--bp-alias-state-active-strong-bg);
  color: var(--bp-alias-state-active-strong-on);
}
.bp-menu--emphasized .bp-menu-item.is-active:hover {
  background-color: var(--bp-alias-state-active-strong-bg);
}
.bp-menu--emphasized .bp-menu-item.is-active .bp-menu-item__secondary {
  color: var(--bp-alias-state-active-strong-on);
}

.bp-notice {
  display: block;
  padding: 1.25rem;
  background-color: var(--bp-alias-msg-neutral-subtle-bg);
  display: flex;
}
.bp-notice__icon {
  flex-grow: 0;
}
.bp-notice__body {
  flex: 1 1 auto;
  max-width: 72em;
}
.bp-notice__close {
  flex-grow: 0;
}
.bp-notice__title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.06em;
  text-decoration: inherit;
  text-transform: inherit;
}
.bp-notice__text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-decoration: inherit;
  text-transform: inherit;
}
.bp-notice--strong {
  background-color: var(--bp-alias-msg-neutral-strong-bg);
  color: var(--bp-alias-msg-neutral-strong-on);
}
.bp-notice--strong__text {
  display: none;
}
.bp-notice--strong a {
  color: var(--bp-alias-msg-neutral-strong-bg);
}
.bp-notice--strong .bp-notice__text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bp-notice--sm {
  padding: 0.5rem;
}
.bp-notice--sm .bp-notice__title {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.03em;
  text-decoration: inherit;
  text-transform: inherit;
}
.bp-notice--sm .bp-notice__text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-decoration: inherit;
  text-transform: inherit;
}
.bp-notice--sm .bp-notice__icon {
  display: none;
}
.bp-notice--critical {
  background-color: var(--bp-alias-bg-surface2);
  border: 1px solid var(--bp-alias-msg-critical-outline-border);
  border-left-width: 4px;
}
.bp-notice--strong.bp-notice--critical {
  background-color: var(--bp-alias-msg-critical-strong-bg);
  color: var(--bp-alias-msg-critical-strong-on);
}
.bp-notice--subtle.bp-notice--critical {
  background-color: var(--bp-alias-msg-critical-subtle-bg);
  color: var(--bp-alias-text-primary);
  border: none;
}
.bp-notice--safe {
  background-color: var(--bp-alias-bg-surface2);
  border: 1px solid var(--bp-alias-msg-safe-outline-border);
  border-left-width: 4px;
}
.bp-notice--strong.bp-notice--safe {
  background-color: var(--bp-alias-msg-safe-strong-bg);
  color: var(--bp-alias-msg-safe-strong-on);
}
.bp-notice--subtle.bp-notice--safe {
  background-color: var(--bp-alias-msg-safe-subtle-bg);
  color: var(--bp-alias-text-primary);
  border: none;
}
.bp-notice--high {
  background-color: var(--bp-alias-bg-surface2);
  border: 1px solid var(--bp-alias-msg-high-outline-border);
  border-left-width: 4px;
}
.bp-notice--strong.bp-notice--high {
  background-color: var(--bp-alias-msg-high-strong-bg);
  color: var(--bp-alias-msg-high-strong-on);
}
.bp-notice--subtle.bp-notice--high {
  background-color: var(--bp-alias-msg-high-subtle-bg);
  color: var(--bp-alias-text-primary);
  border: none;
}

.bp-nav {
  --bp-nav-active-bg: var(--bp-alias-state-active-subtle-bg);
  --bp-nav-active-line: var(--bp-alias-text-primary);
  --bp-nav-active-text: var(--bp-alias-text-primary);
  display: flex;
}
.bp-nav__item {
  font-size: 1rem;
  color: var(--bp-alias-text-primary);
  padding: 0.75rem;
}
.bp-nav__item.is-active {
  color: var(--bp-nav-active-text);
  font-weight: 700;
  letter-spacing: inherit;
}
.bp-nav__item.is-active:hover {
  font-weight: 700;
}
.bp-nav--vertical {
  flex-direction: column;
}
.bp-nav--emphasized {
  --bp-nav-active-bg: var(--bp-alias-state-active-strong-bg);
  --bp-nav-active-line: var(--bp-alias-state-active-strong-bg);
  --bp-nav-active-text: var(--bp-alias-state-active-strong-bg);
}
.bp-nav--emphasized.bp-nav--pill {
  --bp-nav-active-text: var(--bp-alias-state-active-strong-on);
}
.bp-nav--pointing .bp-nav__item.is-active {
  border-bottom: 3px solid;
  border-bottom-color: var(--bp-nav-active-line);
}
.bp-nav--vertical.bp-nav--pointing .bp-nav__item.is-active {
  border-bottom: 0;
  border-left: 3px solid;
  border-left-color: var(--bp-nav-active-line);
}
.bp-nav--pill .bp-nav__item.is-active {
  background-color: var(--bp-nav-active-bg);
  border-radius: 2rem;
}

.bp-pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}
.bp-pagination > li {
  padding-left: 0;
  list-style: none;
}
.bp-pagination__item {
  margin: 0 0.25rem;
  height: 1.5rem;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .bp-pagination__item {
    z-index: 2;
    outline: 1;
    box-shadow: 0 0 0 0;
  }
}
.bp-pagination--compressed > .bp-pagination__item, .bp-pagination--compressed > .bp-pagination__item {
  margin: 0 0;
}
.bp-pagination__item.is-active {
  background-color: var(--bp-alias-state-active-subtle-bg);
  border-radius: 4px;
}
.bp-pagination--emphasized .bp-pagination__item.is-active {
  background-color: var(--bp-alias-state-active-strong-bg);
  color: var(--bp-alias-state-active-strong-on);
  border-radius: 4px;
}
.bp-pagination--emphasized .bp-pagination__item.is-active .bp-pagination__link {
  color: var(--bp-alias-state-active-strong-on);
}
.bp-pagination__item.is-active .bp-pagination__link {
  font-weight: bold;
  z-index: 1;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .bp-pagination__item.is-active .bp-pagination__link {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0;
    overflow: hidden;
  }
}
.bp-pagination__item.is-disabled .bp-pagination__link {
  color: var(--bp-alias-text-subtle);
  pointer-events: none;
  cursor: auto;
  background-color: transparent;
  border-color: transparent;
}
.bp-pagination__link {
  vertical-align: top;
  color: var(--bp-alias-text-primary);
  padding: 0.2em 0.4em;
}
.bp-pagination__link:focus {
  z-index: 2;
  outline: 1;
  overflow: hidden;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .bp-pagination__link:focus {
    z-index: 2;
    outline: 1;
    box-shadow: 0 0 0 0;
  }
}

.bp-progress {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.bp-progress__label {
  width: 100%;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-decoration: inherit;
  text-transform: inherit;
  color: var(--bp-alias-text-secondary);
  flex-shrink: 0;
}
.bp-progress__percentage {
  padding-left: 0.75rem;
  font-size: 0.875rem;
  color: var(--bp-alias-text-secondary);
  line-height: 0.875rem;
  flex: 0;
}
.bp-progress > progress.bp-progress-bar {
  flex: 1 1 auto;
}
.bp-progress--sm .bp-progress__label {
  font-size: 0.75rem;
}
.bp-progress--sm .bp-progress__percentage {
  font-size: 0.75rem;
}
.bp-progress--inline {
  flex-wrap: nowrap;
}
.bp-progress--inline .bp-progress__label {
  padding-right: 0.5rem;
  width: auto;
}

.bp-progress--sm > .bp-progress-bar, .bp-progress-bar.bp-progress-bar--sm {
  height: 0.25rem;
}

progress.bp-progress-bar {
  /* Reset the default appearance */
  appearance: none;
  /* Get rid of default border in Firefox. */
  border: 0;
  /* For IE10 / IE 11 / Edge */
  color: var(--bp-alias-state-active-strong-bg);
  height: 0.5rem;
  line-height: 0.5rem;
  margin: 0;
}
progress.bp-progress-bar::-webkit-progress-bar {
  background-color: var(--bp-alias-fg-30);
}
progress.bp-progress-bar::-webkit-progress-value {
  background-color: var(--bp-alias-state-active-strong-bg);
}
progress.bp-progress-bar::-moz-progress-bar {
  background-color: var(--bp-alias-state-active-strong-bg);
}
progress.bp-progress-bar::-ms-fill {
  border-color: currentColor;
}
progress.bp-progress-bar--critical {
  color: var(--bp-alias-msg-critical-strong-bg);
}
progress.bp-progress-bar--critical::-webkit-progress-value {
  background-color: var(--bp-alias-msg-critical-strong-bg);
}
progress.bp-progress-bar--critical::-moz-progress-bar {
  background-color: var(--bp-alias-msg-critical-strong-bg);
}
progress.bp-progress-bar--high {
  color: var(--bp-alias-msg-high-strong-bg);
}
progress.bp-progress-bar--high::-webkit-progress-value {
  background-color: var(--bp-alias-msg-high-strong-bg);
}
progress.bp-progress-bar--high::-moz-progress-bar {
  background-color: var(--bp-alias-msg-high-strong-bg);
}
progress.bp-progress-bar--safe {
  color: var(--bp-alias-msg-safe-strong-bg);
}
progress.bp-progress-bar--safe::-webkit-progress-value {
  background-color: var(--bp-alias-msg-safe-strong-bg);
}
progress.bp-progress-bar--safe::-moz-progress-bar {
  background-color: var(--bp-alias-msg-safe-strong-bg);
}
progress.bp-progress-bar--indeterminate {
  position: relative;
  overflow: hidden;
  background-color: transparent;
  background-color: transparent;
}
progress.bp-progress-bar--indeterminate::-webkit-progress-value {
  background-color: transparent;
}
progress.bp-progress-bar--indeterminate::-moz-progress-bar {
  background-color: transparent;
}
progress.bp-progress-bar--indeterminate:after {
  animation: clr-progress-looper 2s ease-in-out infinite;
  content: " ";
  top: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  display: block;
  background-color: var(--bp-alias-fg-50, val(--bp-alias-state-active-strong-bg));
  width: 75%;
  height: 1rem;
}

@keyframes clr-progress-looper {
  from {
    left: -100%;
  }
  to {
    left: 100%;
  }
}
.radio.row label {
  display: block;
  float: left;
}

.radio.column {
  margin-top: -1.5rem;
  padding: 0 1rem 1rem;
}

.radio.column label {
  display: block;
}

.radio input[type=radio] {
  opacity: 0;
}

.radio label {
  position: relative;
  padding: 0 3rem 0 2rem;
}

.radio label::before,
.radio label::after {
  position: absolute;
  content: "";
  display: inline-block;
}

.radio label::before {
  height: 22px;
  width: 22px;
  left: 0;
  top: 1px;
  background: #f4f4f4;
  border-radius: 50%;
  border: 1px solid #bbbbbb;
}

.radio label::after {
  left: 4px;
  top: 5px;
  width: 13px;
  height: 13px;
  border: 7px solid var(--bp-alias-state-selected-strong-bg);
  border-radius: 50%;
}

.radio input[type=radio] + label::after {
  content: none;
}

.radio input[type=radio]:checked + label::after {
  content: "";
}

.radio input[type=radio]:focus + label::before {
  outline: auto 2px Highlight;
  outline: auto 5px -webkit-focus-ring-color;
}

.checkbox.row label {
  display: block;
  float: left;
  padding-bottom: 1rem;
  clear: none;
}

.checkbox.column {
  margin-top: -1.5rem;
  padding: 0 1rem 1rem;
}

.checkbox.column label {
  display: block;
}

.checkbox input[type=checkbox] {
  opacity: 0;
}

.checkbox label {
  position: relative;
  padding: 0 3rem 0 2rem;
}

.checkbox label::before,
.checkbox label::after {
  position: absolute;
  content: "";
  display: inline-block;
}

.checkbox label::before {
  height: 22px;
  width: 22px;
  left: 0;
  top: 1px;
  background: var(--bp-alias-bg-surface02);
  border: 1px solid #bbbbbb;
}

.checkbox label::after {
  left: 7px;
  top: 3px;
  width: 8px;
  height: 14px;
  border: solid #ffffff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.checkbox input[type=checkbox] + label::after {
  content: none;
}

.checkbox input[type=checkbox]:checked + label::after {
  content: "";
}

.checkbox input[type=checkbox]:checked + label::before {
  background: var(--bp-alias-state-selected-strong-bg);
  border: solid var(--bp-alias-state-selected-strong-bg);
}

.checkbox input[type=checkbox]:focus + label::before {
  outline: auto 2px Highlight;
  outline: auto 5px -webkit-focus-ring-color;
}

.bp-scrim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 500;
  background-color: var(--bp-base-shade-80);
  opacity: 0;
}
.bp-scrim .is-shown {
  opacity: 0.9;
}

.bp-snackbar {
  z-index: 8;
  margin: 0.75rem;
  display: flex;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  pointer-events: none;
}
.bp-snackbar__surface {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 672px;
  min-width: 344px;
  box-shadow: var(--bp-alias-shadow-08);
  border-radius: 4px;
  background-color: #333;
}
.bp-snackbar.is-open .bp-snackbar__surface {
  transform: scale(1);
  opacity: 1;
  transition: opacity 0.15s cubic-bezier(0, 0, 0.2, 1) 0ms, transform 0.15s cubic-bezier(0, 0, 0.2, 1) 0ms;
}
.bp-snackbar__actions {
  margin-left: 0;
  margin-right: 8px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
}
.bp-snackbar__label {
  font-size: 0.875rem;
  flex-grow: 1;
  margin: 0;
  padding: 14px 16px;
  color: var(--bp-base-tint-80);
}

.bp-sticker {
  display: inline-block;
  position: relative;
  align-items: center;
  justify-content: center;
  text-align: center;
  vertical-align: middle;
  border-radius: 4px;
  font-weight: 400;
  background-color: var(--bp-alias-fg-40);
  width: 2rem;
  height: 2rem;
  font-size: 0.875rem;
  line-height: 2rem;
}
.bp-sticker--circle, .bp-sticker--circle img {
  border-radius: 5000px;
}
.bp-sticker--sm {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: 0.75rem;
}
.bp-sticker--lg {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  font-size: 1.125rem;
}
.bp-sticker--xl {
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  font-size: 1.25rem;
}

.bp-switch {
  position: relative;
  display: inline-block;
}
.bp-switch .bp-switch__input {
  position: absolute;
  display: none;
}
.bp-switch .bp-switch__input:checked ~ .bp-switch__label .bp-switch__control .bp-switch__handle {
  right: 0;
}
.bp-switch .bp-switch__input:checked ~ .bp-switch__label .bp-switch__control .bp-switch__track .bp-switch__inner {
  margin-left: 0;
}
.bp-switch .bp-switch__label {
  display: block;
  cursor: pointer;
}
.bp-switch .bp-switch__text {
  vertical-align: middle;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-decoration: inherit;
  text-transform: inherit;
  padding-left: 8px;
}
.bp-switch .bp-switch__text--left {
  padding-left: 0;
  padding-right: 8px;
}
.bp-switch .bp-switch__control {
  position: relative;
  width: 2.625rem;
  display: inline-block;
  vertical-align: middle;
}
.bp-switch .bp-switch__handle {
  top: 0;
  right: 1.375rem;
  margin: 0;
  position: absolute;
  display: inline-block;
  z-index: 1000;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 1.25rem;
  border-width: 0;
  border-style: solid;
  border-color: var(--bp-alias-border-medium);
  background-color: var(--bp-alias-bg-surface2);
  box-shadow: 1px 0 2px rgba(0, 0, 0, 0.3), 0 0 2px rgba(0, 0, 0, 0.5);
  transition: right 0.15s ease-in-out;
}
.bp-switch .bp-switch__track {
  display: block;
  overflow: hidden;
  border-radius: 2.5rem;
  margin: 0;
}
.bp-switch .bp-switch__inner {
  width: 200%;
  margin-left: -100%;
  transition: margin 0.15s ease-in-out;
}
.bp-switch .bp-switch__inner:before, .bp-switch .bp-switch__inner:after {
  float: left;
  display: block;
  width: 50%;
  padding: 0;
  height: 1.25rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0;
  text-decoration: inherit;
  text-transform: inherit;
  border-radius: 2.5rem;
}
.bp-switch .bp-switch__inner:before {
  content: " ";
  background-color: var(--bp-alias-state-active-strong-bg);
  box-shadow: inset 0 0 2px 1px rgba(18, 18, 18, 0.5), inset 0 0px 1px 0 rgb(18, 18, 18);
}
.bp-switch .bp-switch__inner:after {
  content: " ";
  text-align: right;
  background-color: var(--bp-alias-fg-20);
  border-width: 1px;
  border-color: var(--bp-alias-fg-40);
  box-shadow: inset 0 0 2px 1px rgba(18, 18, 18, 0.2), inset 0 0px 1px 0 rgba(18, 18, 18, 0.5);
}
.bp-switch.bp-switch--onoff .bp-switch .bp-switch__inner:after {
  content: "OFF";
}

.bp-switch.bp-switch--onoff .bp-switch__inner:after {
  content: "OFF";
  padding-right: 5px;
  line-height: 1.75;
}

.bp-switch.bp-switch--onoff .bp-switch__inner:before {
  content: "ON";
  padding-left: 7px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0;
  text-decoration: inherit;
  text-transform: inherit;
  line-height: 2;
}

.bp-switch.bp-switch--sm .bp-switch__handle {
  right: 0.825rem;
  width: 0.75rem;
  height: 0.75rem;
}

.bp-switch.bp-switch--sm .bp-switch__control {
  width: 1.575rem;
}

.bp-switch.bp-switch--sm .bp-switch__inner {
  width: 200%;
  margin-left: -100%;
}
.bp-switch.bp-switch--sm .bp-switch__inner:before, .bp-switch.bp-switch--sm .bp-switch__inner:after {
  height: 0.75rem;
  line-height: 0.75rem;
  font-size: 1px;
}

.bp-switch.bp-switch--lg .bp-switch__control {
  width: 4.2rem;
  height: 2rem;
}

.bp-switch.bp-switch--lg .bp-switch__handle {
  right: 2.2rem;
  width: 2rem;
  height: 2rem;
}

.bp-switch.bp-switch--lg .bp-switch__inner {
  width: 200%;
  margin-left: -100%;
}
.bp-switch.bp-switch--lg .bp-switch__inner:before, .bp-switch.bp-switch--lg .bp-switch__inner:after {
  height: 2rem;
  line-height: 2rem;
}

.bp-table {
  margin-bottom: 1rem;
  vertical-align: top;
  width: 100%;
  background: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
}
.bp-table > :not(caption) > * > * {
  padding: 0.75rem 0.75rem;
  border-style: solid;
  border-bottom-width: 1px;
  border-color: var(--bp-alias-border-subtle);
}
.bp-table > thead {
  vertical-align: bottom;
}
.bp-table > thead th {
  border-bottom-color: var(--bp-alias-border-medium);
}
.bp-table--borderless > :not(caption) > * > * {
  border-width: 0;
}
.bp-table--bordered > :not(caption) > * > * {
  border-width: 1px;
}
.bp-table--bordered > thead, .bp-table--bordered > tbody tr th {
  background-color: var(--bp-alias-fg-30);
  border-bottom-color: var(--bp-alias-border-subtle);
}
.bp-table--striped tbody tr:nth-child(even) {
  background-color: var(--bp-alias-fg-10);
}
.bp-table--hover > tbody > tr:hover {
  background-color: var(--bp-alias-fg-20);
}

.bp-tabs {
  list-style-type: none;
}
.bp-tabs__container {
  width: 100%;
  padding: 0;
}
.bp-tabs__container ul {
  margin-bottom: 0px;
  padding-left: 0px;
}
.bp-tabs__content {
  display: none;
  padding: 1.5rem;
  background-color: var(--bp-alias-bg-surface);
  box-shadow: var(--bp-alias-shadow-04);
}
.bp-tabs__content.is-active {
  display: block;
}
.bp-tabs__label {
  display: inline-block;
  padding: 1rem 1.5625rem;
  font-size: 1rem;
  color: var(--bp-alias-text-secondary);
  background: var(--bp-alias-fg-10);
  text-align: center;
}
.bp-tabs--compressed .bp-tabs__label {
  padding: 0.5rem 0.5rem;
  font-size: 0.75rem;
}
.bp-tabs__label:nth-child(2) {
  margin-left: 2px;
}
.bp-tabs__label:hover {
  cursor: pointer;
  background: var(--bp-alias-fg-20);
}
.bp-tabs__label.is-active {
  background-color: var(--bp-alias-bg-surface);
  font-weight: 600;
  color: var(--bp-alias-text-primary);
  box-shadow: 0 -1px 0 1px rgba(0, 0, 0, 0.2);
}

.bp-tag {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  padding: 0.25rem 0.5rem;
  border-radius: 8px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  background-color: var(--bp-alias-msg-neutral-strong-bg);
  color: var(--bp-alias-msg-neutral-strong-on);
  border: 1px solid var(--bp-alias-msg-neutral-strong-bg);
}
.bp-tag--lg {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-decoration: inherit;
  text-transform: inherit;
}
.bp-tag--sm {
  font-size: 0.625rem;
  padding: 2px 8px;
  text-transform: uppercase;
}
.bp-tag--subtle {
  background-color: var(--bp-alias-msg-neutral-subtle-bg);
  color: var(--bp-alias-msg-neutral-subtle-on);
  border: 1px solid transparent;
}
.bp-tag--outline {
  background-color: var(--bp-alias-msg-neutral-outline-bg);
  color: var(--bp-alias-msg-neutral-outline-on);
  border: 1.1px solid var(--bp-alias-msg-neutral-outline-border);
}
.bp-tag:empty {
  display: none;
}
.bp-tag.bp-tag--critical {
  background-color: var(--bp-alias-msg-critical-strong-bg);
  color: var(--bp-alias-msg-critical-strong-on);
  border: 1px solid var(--bp-alias-msg-critical-strong-border);
}
.bp-tag.bp-tag--critical.bp-tag--strong {
  background-color: var(--bp-alias-msg-critical-strong-bg);
  color: var(--bp-alias-msg-critical-strong-on);
  border: 1px solid var(--bp-alias-msg-critical-strong-border);
}
.bp-tag.bp-tag--critical.bp-tag--outline {
  background-color: var(--bp-alias-msg-critical-outline-bg);
  color: var(--bp-alias-msg-critical-outline-on);
  border: 1px solid var(--bp-alias-msg-critical-outline-border);
}
.bp-tag.bp-tag--critical.bp-tag--subtle {
  background-color: var(--bp-alias-msg-critical-subtle-bg);
  color: var(--bp-alias-msg-critical-subtle-on);
  border: 1px solid var(--bp-alias-msg-critical-subtle-border);
}
.bp-tag.bp-tag--safe {
  background-color: var(--bp-alias-msg-safe-strong-bg);
  color: var(--bp-alias-msg-safe-strong-on);
  border: 1px solid var(--bp-alias-msg-safe-strong-border);
}
.bp-tag.bp-tag--safe.bp-tag--strong {
  background-color: var(--bp-alias-msg-safe-strong-bg);
  color: var(--bp-alias-msg-safe-strong-on);
  border: 1px solid var(--bp-alias-msg-safe-strong-border);
}
.bp-tag.bp-tag--safe.bp-tag--outline {
  background-color: var(--bp-alias-msg-safe-outline-bg);
  color: var(--bp-alias-msg-safe-outline-on);
  border: 1px solid var(--bp-alias-msg-safe-outline-border);
}
.bp-tag.bp-tag--safe.bp-tag--subtle {
  background-color: var(--bp-alias-msg-safe-subtle-bg);
  color: var(--bp-alias-msg-safe-subtle-on);
  border: 1px solid var(--bp-alias-msg-safe-subtle-border);
}
.bp-tag.bp-tag--high {
  background-color: var(--bp-alias-msg-high-strong-bg);
  color: var(--bp-alias-msg-high-strong-on);
  border: 1px solid var(--bp-alias-msg-high-strong-border);
}
.bp-tag.bp-tag--high.bp-tag--strong {
  background-color: var(--bp-alias-msg-high-strong-bg);
  color: var(--bp-alias-msg-high-strong-on);
  border: 1px solid var(--bp-alias-msg-high-strong-border);
}
.bp-tag.bp-tag--high.bp-tag--outline {
  background-color: var(--bp-alias-msg-high-outline-bg);
  color: var(--bp-alias-msg-high-outline-on);
  border: 1px solid var(--bp-alias-msg-high-outline-border);
}
.bp-tag.bp-tag--high.bp-tag--subtle {
  background-color: var(--bp-alias-msg-high-subtle-bg);
  color: var(--bp-alias-msg-high-subtle-on);
  border: 1px solid var(--bp-alias-msg-high-subtle-border);
}
.bp-tag.bp-tag--brand2 {
  background-color: var(--bp-base-brand2-base);
  color: var(--bp-base-brand2-on);
  border: 1px solid var(--bp-base-brand2-base);
}
.bp-tag.bp-tag--brand2.bp-tag--outline {
  background-color: transparent;
  color: var(--bp-base-brand2-text);
  border: 1px solid var(--bp-base-brand2-light);
}
.bp-tag.bp-tag--brand2.bp-tag--subtle {
  background-color: var(--bp-base-brand2-subtle);
  color: var(--bp-base-brand2-text);
  border: transparent;
}

a.bp-tag:hover {
  cursor: pointer;
  text-decoration: underline;
}

.bp-tag-group {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.bp-tag-group .bp-tag:not(:last-child) {
  margin-right: 0.5rem;
}

.bp-tag-group .bp-tag {
  margin-bottom: 0.5rem;
}

.bp-tile {
  min-width: 0.5rem;
  min-height: 0.25rem;
  background: var(--bp-alias-bg-surface);
  display: inline-block;
  padding: 1.25rem;
  box-shadow: var(--bp-alias-shadow-04);
  border-radius: 4px;
  overflow: hidden;
}
.bp-tile--flush {
  padding: 0;
}
.bp-tile--raised, .bp-tile--clickable:hover {
  box-shadow: var(--bp-alias-shadow-08);
}
.bp-tile--clickable:hover, .bp-tile--selectable:hover {
  cursor: pointer;
}
.bp-tile--clickable:hover {
  box-shadow: var(--bp-alias-shadow-08);
}
.bp-tile--selectable:hover {
  background: var(--bp-alias-interactive-selectable);
}
.bp-tile.is-selected {
  box-shadow: 0 0 0 2px var(--bp-alias-border-active);
}
.bp-tile--fullwidth {
  display: block;
}
.bp-tile--expandable > .bp-tile__expandable-content {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.3s ease-in, opacity 0.3s ease-out;
}
.bp-tile--expandable.is-expanded > .bp-tile__expandable-content {
  opacity: 1;
  max-height: 100vh;
}
.bp-tile__footer {
  background: red;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

[data-tooltip] {
  position: relative;
  display: inline-block;
  max-width: 240px;
  white-space: nowrap;
  overflow: inherit;
}
[data-tooltip]::before, [data-tooltip]::after {
  transition: opacity 0.5s;
  transition-delay: 0.4s;
}
[data-tooltip]::before {
  position: absolute;
  top: -6px;
  left: 50%;
  z-index: 1070;
  content: "";
  border-color: rgba(0, 0, 0, 0.8) transparent transparent transparent;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  opacity: 0;
  transform: translateX(-50%);
}
[data-tooltip]::after {
  position: absolute;
  top: -6px;
  left: 50%;
  z-index: 99;
  min-width: 80px;
  padding: 4px 8px;
  font-size: 12px;
  color: var(--bp-alias-msg-neutral-strong-on);
  text-align: center;
  pointer-events: none;
  content: attr(data-tooltip);
  background: var(--bp-alias-msg-neutral-strong-bg);
  border-radius: 4px;
  opacity: 0;
  transform: translateX(-50%) translateY(-100%);
}
[data-tooltip]:hover::after, [data-tooltip]:hover::before {
  opacity: 1;
}

[data-tooltip-position=left]::before {
  top: 50%;
  left: 0%;
  margin-left: -12px;
  transform: translatey(-50%) rotate(-90deg);
}
[data-tooltip-position=left]::after {
  top: 50%;
  left: 0%;
  margin-left: -8px;
  transform: translateX(-100%) translateY(-50%);
}

[data-tooltip-position=top]::before {
  left: 50%;
}
[data-tooltip-position=top]::after {
  left: 50%;
}

[data-tooltip-position=bottom]::before {
  top: 100%;
  margin-top: 8px;
  transform: translateX(-50%) translatey(-100%) rotate(-180deg);
}
[data-tooltip-position=bottom]::after {
  top: 100%;
  margin-top: 8px;
  transform: translateX(-50%) translateY(0%);
}

[data-tooltip-position=right]::before {
  top: 49%;
  left: 100%;
  margin-left: 1px;
  transform: translatey(-50%) rotate(90deg);
}
[data-tooltip-position=right]::after {
  top: 50%;
  left: 101%;
  margin-left: 8px;
  transform: translateX(0%) translateY(-50%);
}

[data-tooltip-position=topRight]::before {
  top: 49%;
  left: 100%;
  margin-left: 1px;
  transform: translatey(-50%) rotate(90deg);
}
[data-tooltip-position=topRight]::after {
  top: 5%;
  left: 100%;
  margin-left: 8px;
  transform: translateX(0%) translateY(-5%);
}

.bp-type-headline-50 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.06em;
  text-decoration: inherit;
  text-transform: inherit;
}

.bp-type-headline-40 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.06em;
  text-decoration: inherit;
  text-transform: inherit;
}

.bp-type-headline-30 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.06em;
  text-decoration: inherit;
  text-transform: inherit;
}

.bp-type-headline-20 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.06em;
  text-decoration: inherit;
  text-transform: inherit;
}

.bp-type-headline-10 {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.03em;
  text-decoration: inherit;
  text-transform: inherit;
}

.bp-type-body-10 {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-decoration: inherit;
  text-transform: inherit;
}

.bp-type-body-short-10 {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.06em;
  text-decoration: inherit;
  text-transform: inherit;
}

.bp-type-body-20 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-decoration: inherit;
  text-transform: inherit;
}

.bp-type-body-short-20 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.02em;
  text-decoration: inherit;
  text-transform: inherit;
}

.bp-type-body-30 {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-decoration: inherit;
  text-transform: inherit;
}

.bp-type-body-short-30 {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.02em;
  text-decoration: inherit;
  text-transform: inherit;
}

.bp-type-micro-10 {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0;
  text-decoration: inherit;
  text-transform: inherit;
}

.bp-type-expressive-10 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0;
  text-decoration: inherit;
  text-transform: inherit;
}

.bp-type-expressive-20 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0;
  text-decoration: inherit;
  text-transform: inherit;
}

.bp-type-expressive-30 {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0;
  text-decoration: inherit;
  text-transform: inherit;
}

.bp-type-expressive-40 {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0;
  text-decoration: inherit;
  text-transform: inherit;
}

.bp-type-expressive-50 {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0;
  text-decoration: inherit;
  text-transform: inherit;
}

.bp-layout-wrapper, .bp-layout-footer, .bp-layout-header, .bp-layout-body {
  display: flex;
}

.bp-layout-wrapper, .bp-layout-header, .bp-layout-footer {
  flex-direction: column;
}

.bp-layout-wrapper {
  position: relative;
  height: 100vh;
  max-width: 100vw;
  overflow-x: hidden;
}

.bp-layout-body {
  flex-direction: row;
  width: 100vw;
}
.bp-layout-body > * {
  overflow-y: scroll;
}

/* Items should flex to take up available space */
.bp-layout-main {
  flex: 1 1 auto !important;
}

.bp-layout-body {
  flex: 1 1 auto;
  overflow: hidden;
}

.bp-layout-body .bp-layout-main {
  /* When body is used, its a app layout, scroll body */
}

.bp-layout-footer {
  /* Ensure Footer is on the bottom is content is short */
  margin-top: auto;
}

.bp-layout-sidebar {
  width: auto;
  height: 100%;
  /* if scroll then messes up auto scrim */
  /* overflow: scroll; */
  z-index: 10;
}

.bp-ucon {
  position: relative;
  display: inline-block;
  fill: currentColor;
  vertical-align: middle;
  stroke-width: 0;
  width: 24px;
  height: 24px;
}
.bp-ucon svg {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.bp-ucon--lg {
  width: 48px;
  height: 48px;
}
.bp-ucon--lg svg {
  width: 48px;
  height: 48px;
}
.bp-ucon--sm {
  width: 16px;
  height: 16px;
}
.bp-ucon--sm svg {
  width: 16px;
  height: 16px;
}
.bp-ucon--mirrored {
  filter: FlipH;
  transform: scaleX(-1);
}

/** Core styles **/
@font-face {
  font-family: "FmDefault";
  src: url('fontawesome-webfont.2b13baa7dd4f54c9.eot?v=4.7.0');
  src: url('fontawesome-webfont.2b13baa7dd4f54c9.eot?#iefix&v=4.7.0') format("embedded-opentype"), url('fontawesome-webfont.e9955780856cf8aa.woff2?v=4.7.0') format("woff2"), url('fontawesome-webfont.cf011583fb81df9f.woff?v=4.7.0') format("woff"), url('fontawesome-webfont.8a7cb27d142e3e19.ttf?v=4.7.0') format("truetype"), url('fontawesome-webfont.da909aa098b0ee2d.svg?v=4.7.0#fontawesomeregular') format("svg");
  font-weight: normal;
  font-style: normal;
}
/** Font Sizes **/
/** Font Family **/
/** Line Heights **/
/**
* z-index priorities
*/
/** Variables for icons **/
h1 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 36px;
  font-weight: bold;
  line-height: 40px;
  margin: 0;
}

h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 40px;
  margin: 0;
}

h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  margin: 0;
}

h4 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  margin: 0;
}

p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  line-height: 16px;
  margin: 0;
}

* {
  font-family: "Source Sans Pro", sans-serif;
}

.fm-data-text {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  line-height: 16px;
}

.fm-forms-text {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  line-height: 16px;
}

.fm-other-text {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 13px;
  line-height: 16px;
}

.txt-white {
  color: #FFFFFF;
}

.txt-white-offwhite {
  color: #F8F8F8;
}

.txt-blue-dark {
  color: #000F2B;
}

.txt-bronze {
  color: #99660F;
}

.txt-salmon {
  color: #C55147;
}

.txt-green {
  color: #216C2B;
}

.txt-purple {
  color: #574A71;
}

.txt-orange {
  color: #C0540F;
}

.txt-teal {
  color: #007599;
}

.txt-bronze-light {
  color: #F7C32B;
}

.txt-salmon-light {
  color: #EA4B50;
}

.txt-green-light {
  color: #2CBC85;
}

.txt-purple-light {
  color: #8D6EB2;
}

.txt-orange-light {
  color: #F09125;
}

.txt-teal-light {
  color: #00ACDC;
}

.txt-bronzelighter {
  color: #FEFBF0;
}

.txt-salmon-lighter {
  color: #FDF2F3;
}

.txt-green-lighter {
  color: #F0FAF6;
}

.txt-teal-lighter {
  color: #EDF5F8;
}

.txt-dark-grey {
  color: #444242;
}

.txt-grey {
  color: #9B9B9B;
}

.txt-light-grey {
  color: #D9D7D3;
}

.fmi-spin {
  animation: fmi-spin 2s infinite linear;
}

.fmi-pulse {
  animation: fmi-spin 1s infinite steps(8);
}

/** Animation for SPIN **/
@keyframes fmi-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/** Animation for ripple **/
@keyframes fm-ripple-after {
  from {
    transform: scale(0.5, 0.5);
    opacity: 0;
  }
  to {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes fm-ripple-before {
  from {
    -webkit-transform: scale(1, 1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
    opacity: 0;
  }
}
.fm-down-chevron {
  src: url('fm-down-chevron.7ae27f69575ba4ed.svg');
}

/** Default icons based on FontAwesome **/
.fmi {
  display: inline-block;
  font: normal normal normal 14px/1 FmDefault;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fmi-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fmi-2x {
  font-size: 2em;
}

.fmi-3x {
  font-size: 3em;
}

.fmi-4x {
  font-size: 4em;
}

.fmi-5x {
  font-size: 5em;
}

.fmi-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fmi-glass:before {
  content: "\f000";
}

.fmi-music:before {
  content: "\f001";
}

.fmi-search:before {
  content: "\f002";
}

.fmi-envelope-o:before {
  content: "\f003";
}

.fmi-heart:before {
  content: "\f004";
}

.fmi-star:before {
  content: "\f005";
}

.fmi-star-o:before {
  content: "\f006";
}

.fmi-user:before {
  content: "\f007";
}

.fmi-film:before {
  content: "\f008";
}

.fmi-th-large:before {
  content: "\f009";
}

.fmi-th:before {
  content: "\f00a";
}

.fmi-th-list:before {
  content: "\f00b";
}

.fmi-check:before {
  content: "\f00c";
}

.fmi-remove:before,
.fmi-close:before,
.fmi-times:before {
  content: "\f00d";
}

.fmi-search-plus:before {
  content: "\f00e";
}

.fmi-search-minus:before {
  content: "\f010";
}

.fmi-power-off:before {
  content: "\f011";
}

.fmi-signal:before {
  content: "\f012";
}

.fmi-gear:before,
.fmi-cog:before {
  content: "\f013";
}

.fmi-trash-o:before {
  content: "\f014";
}

.fmi-home:before {
  content: "\f015";
}

.fmi-file-o:before {
  content: "\f016";
}

.fmi-clock-o:before {
  content: "\f017";
}

.fmi-road:before {
  content: "\f018";
}

.fmi-download:before {
  content: "\f019";
}

.fmi-arrow-circle-o-down:before {
  content: "\f01a";
}

.fmi-arrow-circle-o-up:before {
  content: "\f01b";
}

.fmi-inbox:before {
  content: "\f01c";
}

.fmi-play-circle-o:before {
  content: "\f01d";
}

.fmi-rotate-right:before,
.fmi-repeat:before {
  content: "\f01e";
}

.fmi-refresh:before {
  content: "\f021";
}

.fmi-list-alt:before {
  content: "\f022";
}

.fmi-lock:before {
  content: "\f023";
}

.fmi-flag:before {
  content: "\f024";
}

.fmi-headphones:before {
  content: "\f025";
}

.fmi-volume-off:before {
  content: "\f026";
}

.fmi-volume-down:before {
  content: "\f027";
}

.fmi-volume-up:before {
  content: "\f028";
}

.fmi-qrcode:before {
  content: "\f029";
}

.fmi-barcode:before {
  content: "\f02a";
}

.fmi-tag:before {
  content: "\f02b";
}

.fmi-tags:before {
  content: "\f02c";
}

.fmi-book:before {
  content: "\f02d";
}

.fmi-bookmark:before {
  content: "\f02e";
}

.fmi-print:before {
  content: "\f02f";
}

.fmi-camera:before {
  content: "\f030";
}

.fmi-font:before {
  content: "\f031";
}

.fmi-bold:before {
  content: "\f032";
}

.fmi-italic:before {
  content: "\f033";
}

.fmi-text-height:before {
  content: "\f034";
}

.fmi-text-width:before {
  content: "\f035";
}

.fmi-align-left:before {
  content: "\f036";
}

.fmi-align-center:before {
  content: "\f037";
}

.fmi-align-right:before {
  content: "\f038";
}

.fmi-align-justify:before {
  content: "\f039";
}

.fmi-list:before {
  content: "\f03a";
}

.fmi-dedent:before,
.fmi-outdent:before {
  content: "\f03b";
}

.fmi-indent:before {
  content: "\f03c";
}

.fmi-video-camera:before {
  content: "\f03d";
}

.fmi-photo:before,
.fmi-image:before,
.fmi-picture-o:before {
  content: "\f03e";
}

.fmi-pencil:before {
  content: "\f040";
}

.fmi-map-marker:before {
  content: "\f041";
}

.fmi-adjust:before {
  content: "\f042";
}

.fmi-tint:before {
  content: "\f043";
}

.fmi-edit:before,
.fmi-pencil-square-o:before {
  content: "\f044";
}

.fmi-share-square-o:before {
  content: "\f045";
}

.fmi-check-square-o:before {
  content: "\f046";
}

.fmi-arrows:before {
  content: "\f047";
}

.fmi-step-backward:before {
  content: "\f048";
}

.fmi-fmst-backward:before {
  content: "\f049";
}

.fmi-backward:before {
  content: "\f04a";
}

.fmi-play:before {
  content: "\f04b";
}

.fmi-pause:before {
  content: "\f04c";
}

.fmi-stop:before {
  content: "\f04d";
}

.fmi-forward:before {
  content: "\f04e";
}

.fmi-fmst-forward:before {
  content: "\f050";
}

.fmi-step-forward:before {
  content: "\f051";
}

.fmi-eject:before {
  content: "\f052";
}

.fmi-chevron-left:before {
  content: "\f053";
}

.fmi-chevron-right:before {
  content: "\f054";
}

.fmi-plus-circle:before {
  content: "\f055";
}

.fmi-minus-circle:before {
  content: "\f056";
}

.fmi-times-circle:before {
  content: "\f057";
}

.fmi-check-circle:before {
  content: "\f058";
}

.fmi-question-circle:before {
  content: "\f059";
}

.fmi-info-circle:before {
  content: "\f05a";
}

.fmi-crosshairs:before {
  content: "\f05b";
}

.fmi-times-circle-o:before {
  content: "\f05c";
}

.fmi-check-circle-o:before {
  content: "\f05d";
}

.fmi-ban:before {
  content: "\f05e";
}

.fmi-arrow-left:before {
  content: "\f060";
}

.fmi-arrow-right:before {
  content: "\f061";
}

.fmi-arrow-up:before {
  content: "\f062";
}

.fmi-arrow-down:before {
  content: "\f063";
}

.fmi-mail-forward:before,
.fmi-share:before {
  content: "\f064";
}

.fmi-expand:before {
  content: "\f065";
}

.fmi-compress:before {
  content: "\f066";
}

.fmi-plus:before {
  content: "\f067";
}

.fmi-minus:before {
  content: "\f068";
}

.fmi-asterisk:before {
  content: "\f069";
}

.fmi-exclamation-circle:before {
  content: "\f06a";
}

.fmi-gift:before {
  content: "\f06b";
}

.fmi-leaf:before {
  content: "\f06c";
}

.fmi-fire:before {
  content: "\f06d";
}

.fmi-eye:before {
  content: "\f06e";
}

.fmi-eye-slash:before {
  content: "\f070";
}

.fmi-warning:before,
.fmi-exclamation-triangle:before {
  content: "\f071";
}

.fmi-plane:before {
  content: "\f072";
}

.fmi-calendar:before {
  content: "\f073";
}

.fmi-random:before {
  content: "\f074";
}

.fmi-comment:before {
  content: "\f075";
}

.fmi-magnet:before {
  content: "\f076";
}

.fmi-chevron-up:before {
  content: "\f077";
}

.fmi-chevron-down:before {
  content: "\f078";
}

.fmi-retweet:before {
  content: "\f079";
}

.fmi-shopping-cart:before {
  content: "\f07a";
}

.fmi-folder:before {
  content: "\f07b";
}

.fmi-folder-open:before {
  content: "\f07c";
}

.fmi-arrows-v:before {
  content: "\f07d";
}

.fmi-arrows-h:before {
  content: "\f07e";
}

.fmi-bar-chart-o:before,
.fmi-bar-chart:before {
  content: "\f080";
}

.fmi-twitter-square:before {
  content: "\f081";
}

.fmi-fmcebook-square:before {
  content: "\f082";
}

.fmi-camera-retro:before {
  content: "\f083";
}

.fmi-key:before {
  content: "\f084";
}

.fmi-gears:before,
.fmi-cogs:before {
  content: "\f085";
}

.fmi-comments:before {
  content: "\f086";
}

.fmi-thumbs-o-up:before {
  content: "\f087";
}

.fmi-thumbs-o-down:before {
  content: "\f088";
}

.fmi-star-half:before {
  content: "\f089";
}

.fmi-heart-o:before {
  content: "\f08a";
}

.fmi-sign-out:before {
  content: "\f08b";
}

.fmi-linkedin-square:before {
  content: "\f08c";
}

.fmi-thumb-tack:before {
  content: "\f08d";
}

.fmi-external-link:before {
  content: "\f08e";
}

.fmi-sign-in:before {
  content: "\f090";
}

.fmi-trophy:before {
  content: "\f091";
}

.fmi-github-square:before {
  content: "\f092";
}

.fmi-upload:before {
  content: "\f093";
}

.fmi-lemon-o:before {
  content: "\f094";
}

.fmi-phone:before {
  content: "\f095";
}

.fmi-square-o:before {
  content: "\f096";
}

.fmi-bookmark-o:before {
  content: "\f097";
}

.fmi-phone-square:before {
  content: "\f098";
}

.fmi-twitter:before {
  content: "\f099";
}

.fmi-fmcebook-f:before,
.fmi-fmcebook:before {
  content: "\f09a";
}

.fmi-github:before {
  content: "\f09b";
}

.fmi-unlock:before {
  content: "\f09c";
}

.fmi-credit-card:before {
  content: "\f09d";
}

.fmi-feed:before,
.fmi-rss:before {
  content: "\f09e";
}

.fmi-hdd-o:before {
  content: "\f0a0";
}

.fmi-bullhorn:before {
  content: "\f0a1";
}

.fmi-bell:before {
  content: "\f0f3";
}

.fmi-certificate:before {
  content: "\f0a3";
}

.fmi-hand-o-right:before {
  content: "\f0a4";
}

.fmi-hand-o-left:before {
  content: "\f0a5";
}

.fmi-hand-o-up:before {
  content: "\f0a6";
}

.fmi-hand-o-down:before {
  content: "\f0a7";
}

.fmi-arrow-circle-left:before {
  content: "\f0a8";
}

.fmi-arrow-circle-right:before {
  content: "\f0a9";
}

.fmi-arrow-circle-up:before {
  content: "\f0aa";
}

.fmi-arrow-circle-down:before {
  content: "\f0ab";
}

.fmi-globe:before {
  content: "\f0ac";
}

.fmi-wrench:before {
  content: "\f0ad";
}

.fmi-tasks:before {
  content: "\f0ae";
}

.fmi-filter:before {
  content: "\f0b0";
}

.fmi-briefcase:before {
  content: "\f0b1";
}

.fmi-arrows-alt:before {
  content: "\f0b2";
}

.fmi-group:before,
.fmi-users:before {
  content: "\f0c0";
}

.fmi-chain:before,
.fmi-link:before {
  content: "\f0c1";
}

.fmi-cloud:before {
  content: "\f0c2";
}

.fmi-flask:before {
  content: "\f0c3";
}

.fmi-cut:before,
.fmi-scissors:before {
  content: "\f0c4";
}

.fmi-copy:before,
.fmi-files-o:before {
  content: "\f0c5";
}

.fmi-paperclip:before {
  content: "\f0c6";
}

.fmi-save:before,
.fmi-floppy-o:before {
  content: "\f0c7";
}

.fmi-square:before {
  content: "\f0c8";
}

.fmi-navicon:before,
.fmi-reorder:before,
.fmi-bars:before {
  content: "\f0c9";
}

.fmi-list-ul:before {
  content: "\f0ca";
}

.fmi-list-ol:before {
  content: "\f0cb";
}

.fmi-strikethrough:before {
  content: "\f0cc";
}

.fmi-underline:before {
  content: "\f0cd";
}

.fmi-table:before {
  content: "\f0ce";
}

.fmi-magic:before {
  content: "\f0d0";
}

.fmi-truck:before {
  content: "\f0d1";
}

.fmi-pinterest:before {
  content: "\f0d2";
}

.fmi-pinterest-square:before {
  content: "\f0d3";
}

.fmi-google-plus-square:before {
  content: "\f0d4";
}

.fmi-google-plus:before {
  content: "\f0d5";
}

.fmi-money:before {
  content: "\f0d6";
}

.fmi-caret-down:before {
  content: "\f0d7";
}

.fmi-caret-up:before {
  content: "\f0d8";
}

.fmi-caret-left:before {
  content: "\f0d9";
}

.fmi-caret-right:before {
  content: "\f0da";
}

.fmi-columns:before {
  content: "\f0db";
}

.fmi-unsorted:before,
.fmi-sort:before {
  content: "\f0dc";
}

.fmi-sort-down:before,
.fmi-sort-desc:before {
  content: "\f0dd";
}

.fmi-sort-up:before,
.fmi-sort-asc:before {
  content: "\f0de";
}

.fmi-envelope:before {
  content: "\f0e0";
}

.fmi-linkedin:before {
  content: "\f0e1";
}

.fmi-rotate-left:before,
.fmi-undo:before {
  content: "\f0e2";
}

.fmi-legal:before,
.fmi-gavel:before {
  content: "\f0e3";
}

.fmi-dashboard:before,
.fmi-tachometer:before {
  content: "\f0e4";
}

.fmi-comment-o:before {
  content: "\f0e5";
}

.fmi-comments-o:before {
  content: "\f0e6";
}

.fmi-flash:before,
.fmi-bolt:before {
  content: "\f0e7";
}

.fmi-sitemap:before {
  content: "\f0e8";
}

.fmi-umbrella:before {
  content: "\f0e9";
}

.fmi-paste:before,
.fmi-clipboard:before {
  content: "\f0ea";
}

.fmi-lightbulb-o:before {
  content: "\f0eb";
}

.fmi-exchange:before {
  content: "\f0ec";
}

.fmi-cloud-download:before {
  content: "\f0ed";
}

.fmi-cloud-upload:before {
  content: "\f0ee";
}

.fmi-user-md:before {
  content: "\f0f0";
}

.fmi-stethoscope:before {
  content: "\f0f1";
}

.fmi-suitcase:before {
  content: "\f0f2";
}

.fmi-bell-o:before {
  content: "\f0a2";
}

.fmi-coffee:before {
  content: "\f0f4";
}

.fmi-cutlery:before {
  content: "\f0f5";
}

.fmi-file-text-o:before {
  content: "\f0f6";
}

.fmi-building-o:before {
  content: "\f0f7";
}

.fmi-hospital-o:before {
  content: "\f0f8";
}

.fmi-ambulance:before {
  content: "\f0f9";
}

.fmi-medkit:before {
  content: "༏m";
}

.fmi-fighter-jet:before {
  content: "\f0fb";
}

.fmi-beer:before {
  content: "\f0fc";
}

.fmi-h-square:before {
  content: "\f0fd";
}

.fmi-plus-square:before {
  content: "\f0fe";
}

.fmi-angle-double-left:before {
  content: "\f100";
}

.fmi-angle-double-right:before {
  content: "\f101";
}

.fmi-angle-double-up:before {
  content: "\f102";
}

.fmi-angle-double-down:before {
  content: "\f103";
}

.fmi-angle-left:before {
  content: "\f104";
}

.fmi-angle-right:before {
  content: "\f105";
}

.fmi-angle-up:before {
  content: "\f106";
}

.fmi-angle-down:before {
  content: "\f107";
}

.fmi-desktop:before {
  content: "\f108";
}

.fmi-laptop:before {
  content: "\f109";
}

.fmi-tablet:before {
  content: "\f10a";
}

.fmi-mobile-phone:before,
.fmi-mobile:before {
  content: "\f10b";
}

.fmi-circle-o:before {
  content: "\f10c";
}

.fmi-quote-left:before {
  content: "\f10d";
}

.fmi-quote-right:before {
  content: "\f10e";
}

.fmi-spinner:before {
  content: "\f110";
}

.fmi-circle:before {
  content: "\f111";
}

.fmi-mail-reply:before,
.fmi-reply:before {
  content: "\f112";
}

.fmi-github-alt:before {
  content: "\f113";
}

.fmi-folder-o:before {
  content: "\f114";
}

.fmi-folder-open-o:before {
  content: "\f115";
}

.fmi-smile-o:before {
  content: "\f118";
}

.fmi-frown-o:before {
  content: "\f119";
}

.fmi-meh-o:before {
  content: "\f11a";
}

.fmi-gamepad:before {
  content: "\f11b";
}

.fmi-keyboard-o:before {
  content: "\f11c";
}

.fmi-flag-o:before {
  content: "\f11d";
}

.fmi-flag-checkered:before {
  content: "\f11e";
}

.fmi-terminal:before {
  content: "\f120";
}

.fmi-code:before {
  content: "\f121";
}

.fmi-mail-reply-all:before,
.fmi-reply-all:before {
  content: "\f122";
}

.fmi-star-half-empty:before,
.fmi-star-half-full:before,
.fmi-star-half-o:before {
  content: "\f123";
}

.fmi-location-arrow:before {
  content: "\f124";
}

.fmi-crop:before {
  content: "\f125";
}

.fmi-code-fork:before {
  content: "\f126";
}

.fmi-unlink:before,
.fmi-chain-broken:before {
  content: "\f127";
}

.fmi-question:before {
  content: "\f128";
}

.fmi-info:before {
  content: "\f129";
}

.fmi-exclamation:before {
  content: "\f12a";
}

.fmi-superscript:before {
  content: "\f12b";
}

.fmi-subscript:before {
  content: "\f12c";
}

.fmi-eraser:before {
  content: "\f12d";
}

.fmi-puzzle-piece:before {
  content: "\f12e";
}

.fmi-microphone:before {
  content: "\f130";
}

.fmi-microphone-slash:before {
  content: "\f131";
}

.fmi-shield:before {
  content: "\f132";
}

.fmi-calendar-o:before {
  content: "\f133";
}

.fmi-fire-extinguisher:before {
  content: "\f134";
}

.fmi-rocket:before {
  content: "\f135";
}

.fmi-maxcdn:before {
  content: "\f136";
}

.fmi-chevron-circle-left:before {
  content: "\f137";
}

.fmi-chevron-circle-right:before {
  content: "\f138";
}

.fmi-chevron-circle-up:before {
  content: "\f139";
}

.fmi-chevron-circle-down:before {
  content: "\f13a";
}

.fmi-html5:before {
  content: "\f13b";
}

.fmi-css3:before {
  content: "\f13c";
}

.fmi-anchor:before {
  content: "\f13d";
}

.fmi-unlock-alt:before {
  content: "\f13e";
}

.fmi-bullseye:before {
  content: "\f140";
}

.fmi-ellipsis-h:before {
  content: "\f141";
}

.fmi-ellipsis-v:before {
  content: "\f142";
}

.fmi-rss-square:before {
  content: "\f143";
}

.fmi-play-circle:before {
  content: "\f144";
}

.fmi-ticket:before {
  content: "\f145";
}

.fmi-minus-square:before {
  content: "\f146";
}

.fmi-minus-square-o:before {
  content: "\f147";
}

.fmi-level-up:before {
  content: "\f148";
}

.fmi-level-down:before {
  content: "\f149";
}

.fmi-check-square:before {
  content: "\f14a";
}

.fmi-pencil-square:before {
  content: "\f14b";
}

.fmi-external-link-square:before {
  content: "\f14c";
}

.fmi-share-square:before {
  content: "\f14d";
}

.fmi-compass:before {
  content: "\f14e";
}

.fmi-toggle-down:before,
.fmi-caret-square-o-down:before {
  content: "\f150";
}

.fmi-toggle-up:before,
.fmi-caret-square-o-up:before {
  content: "\f151";
}

.fmi-toggle-right:before,
.fmi-caret-square-o-right:before {
  content: "\f152";
}

.fmi-euro:before,
.fmi-eur:before {
  content: "\f153";
}

.fmi-gbp:before {
  content: "\f154";
}

.fmi-dollar:before,
.fmi-usd:before {
  content: "\f155";
}

.fmi-rupee:before,
.fmi-inr:before {
  content: "\f156";
}

.fmi-cny:before,
.fmi-rmb:before,
.fmi-yen:before,
.fmi-jpy:before {
  content: "\f157";
}

.fmi-ruble:before,
.fmi-rouble:before,
.fmi-rub:before {
  content: "\f158";
}

.fmi-won:before,
.fmi-krw:before {
  content: "\f159";
}

.fmi-bitcoin:before,
.fmi-btc:before {
  content: "\f15a";
}

.fmi-file:before {
  content: "\f15b";
}

.fmi-file-text:before {
  content: "\f15c";
}

.fmi-sort-alpha-asc:before {
  content: "\f15d";
}

.fmi-sort-alpha-desc:before {
  content: "\f15e";
}

.fmi-sort-amount-asc:before {
  content: "\f160";
}

.fmi-sort-amount-desc:before {
  content: "\f161";
}

.fmi-sort-numeric-asc:before {
  content: "\f162";
}

.fmi-sort-numeric-desc:before {
  content: "\f163";
}

.fmi-thumbs-up:before {
  content: "\f164";
}

.fmi-thumbs-down:before {
  content: "\f165";
}

.fmi-youtube-square:before {
  content: "\f166";
}

.fmi-youtube:before {
  content: "\f167";
}

.fmi-xing:before {
  content: "\f168";
}

.fmi-xing-square:before {
  content: "\f169";
}

.fmi-youtube-play:before {
  content: "\f16a";
}

.fmi-dropbox:before {
  content: "\f16b";
}

.fmi-stack-overflow:before {
  content: "\f16c";
}

.fmi-instagram:before {
  content: "\f16d";
}

.fmi-flickr:before {
  content: "\f16e";
}

.fmi-adn:before {
  content: "\f170";
}

.fmi-bitbucket:before {
  content: "\f171";
}

.fmi-bitbucket-square:before {
  content: "\f172";
}

.fmi-tumblr:before {
  content: "\f173";
}

.fmi-tumblr-square:before {
  content: "\f174";
}

.fmi-long-arrow-down:before {
  content: "\f175";
}

.fmi-long-arrow-up:before {
  content: "\f176";
}

.fmi-long-arrow-left:before {
  content: "\f177";
}

.fmi-long-arrow-right:before {
  content: "\f178";
}

.fmi-apple:before {
  content: "\f179";
}

.fmi-windows:before {
  content: "\f17a";
}

.fmi-android:before {
  content: "\f17b";
}

.fmi-linux:before {
  content: "\f17c";
}

.fmi-dribbble:before {
  content: "\f17d";
}

.fmi-skype:before {
  content: "\f17e";
}

.fmi-foursquare:before {
  content: "\f180";
}

.fmi-trello:before {
  content: "\f181";
}

.fmi-female:before {
  content: "\f182";
}

.fmi-male:before {
  content: "\f183";
}

.fmi-gittip:before,
.fmi-gratipay:before {
  content: "\f184";
}

.fmi-sun-o:before {
  content: "\f185";
}

.fmi-moon-o:before {
  content: "\f186";
}

.fmi-archive:before {
  content: "\f187";
}

.fmi-bug:before {
  content: "\f188";
}

.fmi-vk:before {
  content: "\f189";
}

.fmi-weibo:before {
  content: "\f18a";
}

.fmi-renren:before {
  content: "\f18b";
}

.fmi-pagelines:before {
  content: "\f18c";
}

.fmi-stack-exchange:before {
  content: "\f18d";
}

.fmi-arrow-circle-o-right:before {
  content: "\f18e";
}

.fmi-arrow-circle-o-left:before {
  content: "\f190";
}

.fmi-toggle-left:before,
.fmi-caret-square-o-left:before {
  content: "\f191";
}

.fmi-dot-circle-o:before {
  content: "\f192";
}

.fmi-wheelchair:before {
  content: "\f193";
}

.fmi-vimeo-square:before {
  content: "\f194";
}

.fmi-turkish-lira:before,
.fmi-try:before {
  content: "\f195";
}

.fmi-plus-square-o:before {
  content: "\f196";
}

.fmi-space-shuttle:before {
  content: "\f197";
}

.fmi-slack:before {
  content: "\f198";
}

.fmi-envelope-square:before {
  content: "\f199";
}

.fmi-wordpress:before {
  content: "\f19a";
}

.fmi-openid:before {
  content: "\f19b";
}

.fmi-institution:before,
.fmi-bank:before,
.fmi-university:before {
  content: "\f19c";
}

.fmi-mortar-board:before,
.fmi-graduation-cap:before {
  content: "\f19d";
}

.fmi-yahoo:before {
  content: "\f19e";
}

.fmi-google:before {
  content: "\f1a0";
}

.fmi-reddit:before {
  content: "\f1a1";
}

.fmi-reddit-square:before {
  content: "\f1a2";
}

.fmi-stumbleupon-circle:before {
  content: "\f1a3";
}

.fmi-stumbleupon:before {
  content: "\f1a4";
}

.fmi-delicious:before {
  content: "\f1a5";
}

.fmi-digg:before {
  content: "\f1a6";
}

.fmi-pied-piper-pp:before {
  content: "\f1a7";
}

.fmi-pied-piper-alt:before {
  content: "\f1a8";
}

.fmi-drupal:before {
  content: "\f1a9";
}

.fmi-joomla:before {
  content: "\f1aa";
}

.fmi-language:before {
  content: "\f1ab";
}

.fmi-fmx:before {
  content: "\f1ac";
}

.fmi-building:before {
  content: "\f1ad";
}

.fmi-child:before {
  content: "\f1ae";
}

.fmi-paw:before {
  content: "\f1b0";
}

.fmi-spoon:before {
  content: "\f1b1";
}

.fmi-cube:before {
  content: "\f1b2";
}

.fmi-cubes:before {
  content: "\f1b3";
}

.fmi-behance:before {
  content: "\f1b4";
}

.fmi-behance-square:before {
  content: "\f1b5";
}

.fmi-steam:before {
  content: "\f1b6";
}

.fmi-steam-square:before {
  content: "\f1b7";
}

.fmi-recycle:before {
  content: "\f1b8";
}

.fmi-automobile:before,
.fmi-car:before {
  content: "\f1b9";
}

.fmi-cab:before,
.fmi-taxi:before {
  content: "\f1ba";
}

.fmi-tree:before {
  content: "\f1bb";
}

.fmi-spotify:before {
  content: "\f1bc";
}

.fmi-deviantart:before {
  content: "\f1bd";
}

.fmi-soundcloud:before {
  content: "\f1be";
}

.fmi-database:before {
  content: "\f1c0";
}

.fmi-file-pdf-o:before {
  content: "\f1c1";
}

.fmi-file-word-o:before {
  content: "\f1c2";
}

.fmi-file-excel-o:before {
  content: "\f1c3";
}

.fmi-file-powerpoint-o:before {
  content: "\f1c4";
}

.fmi-file-photo-o:before,
.fmi-file-picture-o:before,
.fmi-file-image-o:before {
  content: "\f1c5";
}

.fmi-file-zip-o:before,
.fmi-file-archive-o:before {
  content: "\f1c6";
}

.fmi-file-sound-o:before,
.fmi-file-audio-o:before {
  content: "\f1c7";
}

.fmi-file-movie-o:before,
.fmi-file-video-o:before {
  content: "\f1c8";
}

.fmi-file-code-o:before {
  content: "\f1c9";
}

.fmi-vine:before {
  content: "\f1ca";
}

.fmi-codepen:before {
  content: "\f1cb";
}

.fmi-jsfiddle:before {
  content: "\f1cc";
}

.fmi-life-bouy:before,
.fmi-life-buoy:before,
.fmi-life-saver:before,
.fmi-support:before,
.fmi-life-ring:before {
  content: "\f1cd";
}

.fmi-circle-o-notch:before {
  content: "\f1ce";
}

.fmi-ra:before,
.fmi-resistance:before,
.fmi-rebel:before {
  content: "\f1d0";
}

.fmi-ge:before,
.fmi-empire:before {
  content: "\f1d1";
}

.fmi-git-square:before {
  content: "\f1d2";
}

.fmi-git:before {
  content: "\f1d3";
}

.fmi-y-combinator-square:before,
.fmi-yc-square:before,
.fmi-hacker-news:before {
  content: "\f1d4";
}

.fmi-tencent-weibo:before {
  content: "\f1d5";
}

.fmi-qq:before {
  content: "\f1d6";
}

.fmi-wechat:before,
.fmi-weixin:before {
  content: "\f1d7";
}

.fmi-send:before,
.fmi-paper-plane:before {
  content: "\f1d8";
}

.fmi-send-o:before,
.fmi-paper-plane-o:before {
  content: "\f1d9";
}

.fmi-history:before {
  content: "\f1da";
}

.fmi-circle-thin:before {
  content: "\f1db";
}

.fmi-header:before {
  content: "\f1dc";
}

.fmi-paragraph:before {
  content: "\f1dd";
}

.fmi-sliders:before {
  content: "\f1de";
}

.fmi-share-alt:before {
  content: "\f1e0";
}

.fmi-share-alt-square:before {
  content: "\f1e1";
}

.fmi-bomb:before {
  content: "\f1e2";
}

.fmi-soccer-ball-o:before,
.fmi-futbol-o:before {
  content: "\f1e3";
}

.fmi-tty:before {
  content: "\f1e4";
}

.fmi-binoculars:before {
  content: "\f1e5";
}

.fmi-plug:before {
  content: "\f1e6";
}

.fmi-slideshare:before {
  content: "\f1e7";
}

.fmi-twitch:before {
  content: "\f1e8";
}

.fmi-yelp:before {
  content: "\f1e9";
}

.fmi-newspaper-o:before {
  content: "\f1ea";
}

.fmi-wifi:before {
  content: "\f1eb";
}

.fmi-calculator:before {
  content: "\f1ec";
}

.fmi-paypal:before {
  content: "\f1ed";
}

.fmi-google-wallet:before {
  content: "\f1ee";
}

.fmi-cc-visa:before {
  content: "\f1f0";
}

.fmi-cc-mastercard:before {
  content: "\f1f1";
}

.fmi-cc-discover:before {
  content: "\f1f2";
}

.fmi-cc-amex:before {
  content: "\f1f3";
}

.fmi-cc-paypal:before {
  content: "\f1f4";
}

.fmi-cc-stripe:before {
  content: "\f1f5";
}

.fmi-bell-slash:before {
  content: "\f1f6";
}

.fmi-bell-slash-o:before {
  content: "\f1f7";
}

.fmi-trash:before {
  content: "\f1f8";
}

.fmi-copyright:before {
  content: "\f1f9";
}

.fmi-at:before {
  content: "༟m";
}

.fmi-eyedropper:before {
  content: "\f1fb";
}

.fmi-paint-brush:before {
  content: "\f1fc";
}

.fmi-birthday-cake:before {
  content: "\f1fd";
}

.fmi-area-chart:before {
  content: "\f1fe";
}

.fmi-pie-chart:before {
  content: "\f200";
}

.fmi-line-chart:before {
  content: "\f201";
}

.fmi-lastfm:before {
  content: "\f202";
}

.fmi-lastfmi-square:before {
  content: "\f203";
}

.fmi-toggle-off:before {
  content: "\f204";
}

.fmi-toggle-on:before {
  content: "\f205";
}

.fmi-bicycle:before {
  content: "\f206";
}

.fmi-bus:before {
  content: "\f207";
}

.fmi-ioxhost:before {
  content: "\f208";
}

.fmi-angellist:before {
  content: "\f209";
}

.fmi-cc:before {
  content: "\f20a";
}

.fmi-shekel:before,
.fmi-sheqel:before,
.fmi-ils:before {
  content: "\f20b";
}

.fmi-meanpath:before {
  content: "\f20c";
}

.fmi-buysellads:before {
  content: "\f20d";
}

.fmi-connectdevelop:before {
  content: "\f20e";
}

.fmi-dashcube:before {
  content: "\f210";
}

.fmi-forumbee:before {
  content: "\f211";
}

.fmi-leanpub:before {
  content: "\f212";
}

.fmi-sellsy:before {
  content: "\f213";
}

.fmi-shirtsinbulk:before {
  content: "\f214";
}

.fmi-simplybuilt:before {
  content: "\f215";
}

.fmi-skyatlas:before {
  content: "\f216";
}

.fmi-cart-plus:before {
  content: "\f217";
}

.fmi-cart-arrow-down:before {
  content: "\f218";
}

.fmi-diamond:before {
  content: "\f219";
}

.fmi-ship:before {
  content: "\f21a";
}

.fmi-user-secret:before {
  content: "\f21b";
}

.fmi-motorcycle:before {
  content: "\f21c";
}

.fmi-street-view:before {
  content: "\f21d";
}

.fmi-heartbeat:before {
  content: "\f21e";
}

.fmi-venus:before {
  content: "\f221";
}

.fmi-mars:before {
  content: "\f222";
}

.fmi-mercury:before {
  content: "\f223";
}

.fmi-intersex:before,
.fmi-transgender:before {
  content: "\f224";
}

.fmi-transgender-alt:before {
  content: "\f225";
}

.fmi-venus-double:before {
  content: "\f226";
}

.fmi-mars-double:before {
  content: "\f227";
}

.fmi-venus-mars:before {
  content: "\f228";
}

.fmi-mars-stroke:before {
  content: "\f229";
}

.fmi-mars-stroke-v:before {
  content: "\f22a";
}

.fmi-mars-stroke-h:before {
  content: "\f22b";
}

.fmi-neuter:before {
  content: "\f22c";
}

.fmi-genderless:before {
  content: "\f22d";
}

.fmi-fmcebook-official:before {
  content: "\f230";
}

.fmi-pinterest-p:before {
  content: "\f231";
}

.fmi-whatsapp:before {
  content: "\f232";
}

.fmi-server:before {
  content: "\f233";
}

.fmi-user-plus:before {
  content: "\f234";
}

.fmi-user-times:before {
  content: "\f235";
}

.fmi-hotel:before,
.fmi-bed:before {
  content: "\f236";
}

.fmi-viacoin:before {
  content: "\f237";
}

.fmi-train:before {
  content: "\f238";
}

.fmi-subway:before {
  content: "\f239";
}

.fmi-medium:before {
  content: "\f23a";
}

.fmi-yc:before,
.fmi-y-combinator:before {
  content: "\f23b";
}

.fmi-optin-monster:before {
  content: "\f23c";
}

.fmi-opencart:before {
  content: "\f23d";
}

.fmi-expeditedssl:before {
  content: "\f23e";
}

.fmi-battery-4:before,
.fmi-battery:before,
.fmi-battery-full:before {
  content: "\f240";
}

.fmi-battery-3:before,
.fmi-battery-three-quarters:before {
  content: "\f241";
}

.fmi-battery-2:before,
.fmi-battery-half:before {
  content: "\f242";
}

.fmi-battery-1:before,
.fmi-battery-quarter:before {
  content: "\f243";
}

.fmi-battery-0:before,
.fmi-battery-empty:before {
  content: "\f244";
}

.fmi-mouse-pointer:before {
  content: "\f245";
}

.fmi-i-cursor:before {
  content: "\f246";
}

.fmi-object-group:before {
  content: "\f247";
}

.fmi-object-ungroup:before {
  content: "\f248";
}

.fmi-sticky-note:before {
  content: "\f249";
}

.fmi-sticky-note-o:before {
  content: "\f24a";
}

.fmi-cc-jcb:before {
  content: "\f24b";
}

.fmi-cc-diners-club:before {
  content: "\f24c";
}

.fmi-clone:before {
  content: "\f24d";
}

.fmi-balance-scale:before {
  content: "\f24e";
}

.fmi-hourglass-o:before {
  content: "\f250";
}

.fmi-hourglass-1:before,
.fmi-hourglass-start:before {
  content: "\f251";
}

.fmi-hourglass-2:before,
.fmi-hourglass-half:before {
  content: "\f252";
}

.fmi-hourglass-3:before,
.fmi-hourglass-end:before {
  content: "\f253";
}

.fmi-hourglass:before {
  content: "\f254";
}

.fmi-hand-grab-o:before,
.fmi-hand-rock-o:before {
  content: "\f255";
}

.fmi-hand-stop-o:before,
.fmi-hand-paper-o:before {
  content: "\f256";
}

.fmi-hand-scissors-o:before {
  content: "\f257";
}

.fmi-hand-lizard-o:before {
  content: "\f258";
}

.fmi-hand-spock-o:before {
  content: "\f259";
}

.fmi-hand-pointer-o:before {
  content: "\f25a";
}

.fmi-hand-peace-o:before {
  content: "\f25b";
}

.fmi-trademark:before {
  content: "\f25c";
}

.fmi-registered:before {
  content: "\f25d";
}

.fmi-creative-commons:before {
  content: "\f25e";
}

.fmi-gg:before {
  content: "\f260";
}

.fmi-gg-circle:before {
  content: "\f261";
}

.fmi-tripadvisor:before {
  content: "\f262";
}

.fmi-odnoklassniki:before {
  content: "\f263";
}

.fmi-odnoklassniki-square:before {
  content: "\f264";
}

.fmi-get-pocket:before {
  content: "\f265";
}

.fmi-wikipedia-w:before {
  content: "\f266";
}

.fmi-safari:before {
  content: "\f267";
}

.fmi-chrome:before {
  content: "\f268";
}

.fmi-firefox:before {
  content: "\f269";
}

.fmi-opera:before {
  content: "\f26a";
}

.fmi-internet-explorer:before {
  content: "\f26b";
}

.fmi-tv:before,
.fmi-television:before {
  content: "\f26c";
}

.fmi-contao:before {
  content: "\f26d";
}

.fmi-500px:before {
  content: "\f26e";
}

.fmi-amazon:before {
  content: "\f270";
}

.fmi-calendar-plus-o:before {
  content: "\f271";
}

.fmi-calendar-minus-o:before {
  content: "\f272";
}

.fmi-calendar-times-o:before {
  content: "\f273";
}

.fmi-calendar-check-o:before {
  content: "\f274";
}

.fmi-industry:before {
  content: "\f275";
}

.fmi-map-pin:before {
  content: "\f276";
}

.fmi-map-signs:before {
  content: "\f277";
}

.fmi-map-o:before {
  content: "\f278";
}

.fmi-map:before {
  content: "\f279";
}

.fmi-commenting:before {
  content: "\f27a";
}

.fmi-commenting-o:before {
  content: "\f27b";
}

.fmi-houzz:before {
  content: "\f27c";
}

.fmi-vimeo:before {
  content: "\f27d";
}

.fmi-black-tie:before {
  content: "\f27e";
}

.fmi-fonticons:before {
  content: "\f280";
}

.fmi-reddit-alien:before {
  content: "\f281";
}

.fmi-edge:before {
  content: "\f282";
}

.fmi-credit-card-alt:before {
  content: "\f283";
}

.fmi-codiepie:before {
  content: "\f284";
}

.fmi-modx:before {
  content: "\f285";
}

.fmi-fort-awesome:before {
  content: "\f286";
}

.fmi-usb:before {
  content: "\f287";
}

.fmi-product-hunt:before {
  content: "\f288";
}

.fmi-mixcloud:before {
  content: "\f289";
}

.fmi-scribd:before {
  content: "\f28a";
}

.fmi-pause-circle:before {
  content: "\f28b";
}

.fmi-pause-circle-o:before {
  content: "\f28c";
}

.fmi-stop-circle:before {
  content: "\f28d";
}

.fmi-stop-circle-o:before {
  content: "\f28e";
}

.fmi-shopping-bag:before {
  content: "\f290";
}

.fmi-shopping-basket:before {
  content: "\f291";
}

.fmi-hashtag:before {
  content: "\f292";
}

.fmi-bluetooth:before {
  content: "\f293";
}

.fmi-bluetooth-b:before {
  content: "\f294";
}

.fmi-percent:before {
  content: "\f295";
}

.fmi-gitlab:before {
  content: "\f296";
}

.fmi-wpbeginner:before {
  content: "\f297";
}

.fmi-wpforms:before {
  content: "\f298";
}

.fmi-envira:before {
  content: "\f299";
}

.fmi-universal-access:before {
  content: "\f29a";
}

.fmi-wheelchair-alt:before {
  content: "\f29b";
}

.fmi-question-circle-o:before {
  content: "\f29c";
}

.fmi-blind:before {
  content: "\f29d";
}

.fmi-audio-description:before {
  content: "\f29e";
}

.fmi-volume-control-phone:before {
  content: "\f2a0";
}

.fmi-braille:before {
  content: "\f2a1";
}

.fmi-assistive-listening-systems:before {
  content: "\f2a2";
}

.fmi-asl-interpreting:before,
.fmi-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fmi-deafness:before,
.fmi-hard-of-hearing:before,
.fmi-deaf:before {
  content: "\f2a4";
}

.fmi-glide:before {
  content: "\f2a5";
}

.fmi-glide-g:before {
  content: "\f2a6";
}

.fmi-signing:before,
.fmi-sign-language:before {
  content: "\f2a7";
}

.fmi-low-vision:before {
  content: "\f2a8";
}

.fmi-viadeo:before {
  content: "\f2a9";
}

.fmi-viadeo-square:before {
  content: "\f2aa";
}

.fmi-snapchat:before {
  content: "\f2ab";
}

.fmi-snapchat-ghost:before {
  content: "\f2ac";
}

.fmi-snapchat-square:before {
  content: "\f2ad";
}

.fmi-pied-piper:before {
  content: "\f2ae";
}

.fmi-first-order:before {
  content: "\f2b0";
}

.fmi-yoast:before {
  content: "\f2b1";
}

.fmi-themeisle:before {
  content: "\f2b2";
}

.fmi-google-plus-circle:before,
.fmi-google-plus-official:before {
  content: "\f2b3";
}

.fmi-fm:before,
.fmi-font-awesome:before {
  content: "\f2b4";
}

.fmi-handshake-o:before {
  content: "\f2b5";
}

.fmi-envelope-open:before {
  content: "\f2b6";
}

.fmi-envelope-open-o:before {
  content: "\f2b7";
}

.fmi-linode:before {
  content: "\f2b8";
}

.fmi-address-book:before {
  content: "\f2b9";
}

.fmi-address-book-o:before {
  content: "\f2ba";
}

.fmi-vcard:before,
.fmi-address-card:before {
  content: "\f2bb";
}

.fmi-vcard-o:before,
.fmi-address-card-o:before {
  content: "\f2bc";
}

.fmi-user-circle:before {
  content: "\f2bd";
}

.fmi-user-circle-o:before {
  content: "\f2be";
}

.fmi-user-o:before {
  content: "\f2c0";
}

.fmi-id-badge:before {
  content: "\f2c1";
}

.fmi-drivers-license:before,
.fmi-id-card:before {
  content: "\f2c2";
}

.fmi-drivers-license-o:before,
.fmi-id-card-o:before {
  content: "\f2c3";
}

.fmi-quora:before {
  content: "\f2c4";
}

.fmi-free-code-camp:before {
  content: "\f2c5";
}

.fmi-telegram:before {
  content: "\f2c6";
}

.fmi-thermometer-4:before,
.fmi-thermometer:before,
.fmi-thermometer-full:before {
  content: "\f2c7";
}

.fmi-thermometer-3:before,
.fmi-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fmi-thermometer-2:before,
.fmi-thermometer-half:before {
  content: "\f2c9";
}

.fmi-thermometer-1:before,
.fmi-thermometer-quarter:before {
  content: "\f2ca";
}

.fmi-thermometer-0:before,
.fmi-thermometer-empty:before {
  content: "\f2cb";
}

.fmi-shower:before {
  content: "\f2cc";
}

.fmi-bathtub:before,
.fmi-s15:before,
.fmi-bath:before {
  content: "\f2cd";
}

.fmi-podcast:before {
  content: "\f2ce";
}

.fmi-window-maximize:before {
  content: "\f2d0";
}

.fmi-window-minimize:before {
  content: "\f2d1";
}

.fmi-window-restore:before {
  content: "\f2d2";
}

.fmi-times-rectangle:before,
.fmi-window-close:before {
  content: "\f2d3";
}

.fmi-times-rectangle-o:before,
.fmi-window-close-o:before {
  content: "\f2d4";
}

.fmi-bandcamp:before {
  content: "\f2d5";
}

.fmi-grav:before {
  content: "\f2d6";
}

.fmi-etsy:before {
  content: "\f2d7";
}

.fmi-imdb:before {
  content: "\f2d8";
}

.fmi-ravelry:before {
  content: "\f2d9";
}

.fmi-eercast:before {
  content: "\f2da";
}

.fmi-microchip:before {
  content: "\f2db";
}

.fmi-snowflake-o:before {
  content: "\f2dc";
}

.fmi-superpowers:before {
  content: "\f2dd";
}

.fmi-wpexplorer:before {
  content: "\f2de";
}

.fmi-meetup:before {
  content: "\f2e0";
}

/** core **/
.ui-state-active,
.ui-state-highlight {
  background-color: var(--bp-alias-state-selected-subtle-bg);
  color: var(--bp-alias-state-selected-strong-on);
}

.ui-state-error,
.ui-state-default.ui-state-error {
  border-bottom-color: var(--bp-alias-msg-critical-outline-border);
}

.ui-icon {
  width: 1em;
  height: 1em;
  line-height: 1em;
}

.ui-state-disabled,
.ui-widget:disabled {
  filter: Alpha(Opacity=35);
  background-image: none;
  cursor: default;
}
.ui-state-disabled:not(input),
.ui-widget:disabled:not(input) {
  opacity: 0.35;
}

.ui-state-disabled *,
.ui-widget:disabled * {
  cursor: default;
}

.ui-corner-all {
  border-radius: 0;
}

.ui-corner-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ui-corner-bottom {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.ui-corner-left {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.ui-corner-right {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

@media (max-width: 640px) {
  .ui-panelgrid .ui-grid-responsive .ui-grid-row {
    border: 0 none;
  }
}
.loading {
  background-color: #000000;
  opacity: 0.5;
}

.ui-button-text-icon-right.ui-togglebutton .fa, .ui-button-text-icon-left.ui-togglebutton .fa, .ui-button-icon-only.ui-togglebutton .fa {
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
}

.ui-button.ui-togglebutton {
  display: inline-block;
  position: relative;
  margin-right: 0.1em;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  zoom: 1;
  overflow: visible;
}
.ui-button.ui-togglebutton .ui-button-text {
  display: block;
  line-height: normal;
}
.ui-button.ui-togglebutton.ui-button-secondary.ui-state-default {
  background-color: #FFFFFF;
  border-color: #cccccc;
  color: #373a3c;
}
.ui-button.ui-togglebutton.ui-button-secondary:enabled:hover {
  background-color: #f2f2f2;
  border-color: #cccccc;
  color: #373a3c;
}
.ui-button.ui-togglebutton.ui-button-secondary:enabled:active {
  background-color: #e6e6e6;
  border-color: #cccccc;
  color: #373a3c;
}
.ui-button.ui-togglebutton.ui-button-secondary:focus {
  background-color: #f2f2f2;
  border-color: #cccccc;
  color: #373a3c;
}
.ui-button.ui-togglebutton.ui-button-success.ui-state-default {
  background-color: #5cb85c;
  border-color: #5cb85c;
  color: #FFFFFF;
}
.ui-button.ui-togglebutton.ui-button-success:enabled:hover {
  background-color: #4cae4c;
  border-color: #5cb85c;
}
.ui-button.ui-togglebutton.ui-button-success:enabled:active {
  background-color: #4cae4c;
  border-color: #5cb85c;
}
.ui-button.ui-togglebutton.ui-button-success:focus {
  background-color: #4cae4c;
  border-color: #5cb85c;
}
.ui-button.ui-togglebutton.ui-button-info.ui-state-default {
  background-color: #5bc0de;
  border-color: #5bc0de;
  color: #FFFFFF;
}
.ui-button.ui-togglebutton.ui-button-info:enabled:hover {
  background-color: #46b8da;
  border-color: #5bc0de;
}
.ui-button.ui-togglebutton.ui-button-info:enabled:active {
  background-color: #31b0d5;
  border-color: #5bc0de;
}
.ui-button.ui-togglebutton.ui-button-info:focus {
  background-color: #46b8da;
  border-color: #5bc0de;
}
.ui-button.ui-togglebutton.ui-button-warning.ui-state-default {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
  color: #FFFFFF;
}
.ui-button.ui-togglebutton.ui-button-warning:enabled:hover {
  background-color: #eea236;
  border-color: #f0ad4e;
}
.ui-button.ui-togglebutton.ui-button-warning:enabled:active {
  background-color: #ec971f;
  border-color: #f0ad4e;
}
.ui-button.ui-togglebutton.ui-button-warning:focus {
  background-color: #eea236;
  border-color: #f0ad4e;
}
.ui-button.ui-togglebutton.ui-button-danger.ui-state-default {
  background-color: #d9534f;
  border-color: #d9534f;
  color: #FFFFFF;
}
.ui-button.ui-togglebutton.ui-button-danger:enabled:hover {
  background-color: #d43f3a;
  border-color: #d9534f;
}
.ui-button.ui-togglebutton.ui-button-danger:enabled:active {
  background-color: #c9302c;
  border-color: #d9534f;
}
.ui-button.ui-togglebutton.ui-button-danger:focus {
  background-color: #d43f3a;
  border-color: #d9534f;
}

.ui-button-icon-only.ui-togglebutton {
  width: 2em;
}
.ui-button-icon-only.ui-togglebutton .ui-button-text {
  text-indent: -9999999px;
}
.ui-button-icon-only.ui-togglebutton .fa {
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.6em;
}

.ui-button-text-icon-right.ui-togglebutton .ui-button-text {
  padding: 0.25em 2.1em 0.25em 1em;
}
.ui-button-icon-left.ui-togglebutton {
  left: 0.5em;
}

.ui-button-icon-right.ui-togglebutton {
  right: 0.5em;
}

.ui-fluid .ui-button.ui-togglebutton {
  width: 100%;
  box-sizing: border-box;
}

button.ui-togglebutton.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-datatable-tablewrapper {
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  border-radius: 3px;
}

.ui-datatable-scrollable {
  border-bottom: 1px solid #D9D7DC;
  background-color: #FFFFFF;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  border-radius: 3px;
}

.ui-datatable-tablewrapper table {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: geometricPrecision;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

.ui-datatable tbody {
  display: table-row-group;
  vertical-align: middle;
  border: none;
}

.ui-datatable .ui-datatable-header,
.ui-datatable .ui-datatable-footer {
  padding: 0.75em 1.25em;
  background-color: #F8F8F8;
}

.ui-datatable .ui-editable-column.ui-cell-editing .ui-cell-editor {
  font-size: medium;
}

.ui-datatable .ui-paginator {
  padding: 0;
}

.ui-datatable .ui-datatable-thead > tr {
  border-bottom: 1px solid #D9D7D3;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12) !important;
}

.ui-datatable .ui-datatable-thead > tr > th,
.ui-datatable .ui-datatable-tfoot > tr > td {
  background-color: var(--bp-alias-bg-surface2);
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  border: none;
  color: var(--bp-alias-text-primary);
  height: 56px;
  white-space: normal;
  padding: 10px 24px;
}

.ui-datatable thead th.ui-state-active {
  background-color: var(--bp-alias-bg-canvas);
  cursor: pointer;
}

.ui-datatable thead th.ui-state-active .ui-dropdown-item {
  color: #373a3c;
}

.ui-datatable thead th:focus {
  outline: 0 none;
  background-color: #f0f3f5;
}

.ui-datatable thead th:focus.ui-state-active {
  background-color: #0c77ba;
}

.ui-datatable tfoot th.ui-state-default {
  background-color: #FFFFFF;
  padding: 0.375em 0.75em;
  border-color: #c7c7c7;
  color: #373a3c;
}

.ui-datatable .ui-datatable-data tr.ui-datatable-even {
  background-color: var(--bp-alias-bg-surface);
}

.ui-datatable .ui-datatable-data tr.ui-datatable-odd {
  background-color: var(--bp-alias-bg-surface);
}

.ui-datatable .ui-datatable-data tr.ui-datatable-even.ui-state-highlight,
.ui-datatable .ui-datatable-data tr.ui-datatable-odd.ui-state-highlight {
  border-left: 5px solid #00ACDC;
}
.ui-datatable .ui-datatable-data tr.ui-datatable-even.ui-state-highlight td,
.ui-datatable .ui-datatable-data tr.ui-datatable-odd.ui-state-highlight td {
  background-color: rgba(0, 117, 153, 0.2);
}

.ui-datatable .ui-datatable-data tr.ui-datatable-even.ui-state-highlight td,
.ui-datatable .ui-datatable-data tr.ui-datatable-odd.ui-state-highlight td {
  color: var(--bp-alias-text-primary);
}

.ui-datatable .ui-datatable-data tr.ui-state-highlight {
  border-color: rgba(0, 172, 220, 0.5);
}

.ui-datatable .ui-datatable-data.ui-datatable-hoverable-rows > tr.ui-widget-content:not(.ui-state-highlight):hover {
  cursor: pointer;
}

.ui-datatable .ui-datatable-data tr.ui-row-editing.ui-datatable-odd,
.ui-datatable .ui-datatable-data tr.ui-row-editing.ui-datatable-even {
  border-color: #c7c7c7;
  border-bottom-color: #00ACDC;
}

.ui-datatable .ui-datatable-data > tr {
  border: none;
}

.ui-datatable.ui-datatable-scrollable .ui-datatable-data > tr {
  border-right: 2px solid #D9D7D3;
}

.ui-datatable .ui-datatable-data > tr:hover {
  transition: background-color 0.4s;
}

.ui-datatable .ui-datatable-data > tr > td {
  height: 56px;
  border-right: none;
  border-bottom: none;
  border-top: 1px solid #D9D7D3;
  border-left: 1px solid #D9D7D3;
  vertical-align: middle;
  text-align: left;
  padding: 10px 24px;
}

.ui-datatable .ui-datatable-data > tr :first-child:not(input) {
  border-left: none;
}

.ui-datatable .ui-datatable-data tr td.ui-editable-column input {
  width: 100%;
  box-sizing: border-box;
}

.ui-datatable .ui-datatable-scrollable-header,
.ui-datatable .ui-datatable-scrollable-footer {
  background-color: #f5f5f5;
}

.ui-datatable .ui-datatable-scrollable-header .ui-datatable-scrollable-header-box td,
.ui-datatable .ui-datatable-scrollable-footer .ui-datatable-scrollable-header-box td {
  color: #373a3c;
}

.ui-datatable .ui-datatable-data tr.ui-rowgroup-header {
  font-weight: bold;
}

.ui-datatable .ui-rowgroup-header {
  color: #2d353c;
}

.ui-datatable .ui-rowgroup-header a {
  color: #2d353c;
}

.ui-datatable .ui-datatable-header, .ui-datatable .ui-datatable-footer {
  border: 0 none;
  color: #000F2B;
  background-color: transparent;
  font-family: "Source Sans Pro", sans-serif;
}

.ui-sortable-column-icon {
  color: #0c77ba;
}

.ui-datatable .ui-datatable-emptymessage-row {
  background-color: var(--bp-alias-bg-surface);
}

.ui-selection-column {
  width: 60px;
  font-size: inherit;
}

.ui-column-filter.bp-input-text {
  border: 1px solid #D9D7D3;
}

.ui-datatable .ui-datatable-loading-content {
  color: #000F2B;
}

.ui-datatable {
  position: relative;
}

.ui-datatable table {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
  word-wrap: break-word;
  border: 1px solid #F8F8F8;
}

.ui-datatable .ui-datatable-header,
.ui-datatable .ui-datatable-caption,
.ui-datatable .ui-datatable-footer {
  text-align: center;
  padding: 0.5em 0.75em;
  box-sizing: border-box;
}

.ui-datatable .ui-datatable-caption,
.ui-datatable .ui-datatable-header {
  border-bottom: 0 none;
}

.ui-datatable .ui-datatable-footer {
  border-top: 0 none;
}

.ui-datatable thead th, .ui-datatable tfoot td {
  text-align: center;
}

.ui-datatable thead tr {
  border-width: 0;
}

.ui-datatable .ui-datatable-thead > tr > th,
.ui-datatable .ui-datatable-tfoot > tr > td,
.ui-datatable .ui-datatable-data > tr > td {
  border-color: #c7c7c7;
  box-sizing: border-box;
  padding: 0.25em 0.5em;
  border-width: 1px;
  border-style: solid;
}

.ui-datatable.ui-datatable-resizable .ui-datatable-thead > tr > th,
.ui-datatable.ui-datatable-resizable .ui-datatable-tfoot > tr > td,
.ui-datatable.ui-datatable-resizable .ui-datatable-data > tr > td {
  overflow: hidden;
}

.ui-datatable .ui-datatable-thead > tr > th,
.ui-datatable .ui-datatable-tfoot > tr > td {
  font-weight: normal;
}

.ui-datatable tbody {
  outline: 0;
}

.ui-datatable .ui-sortable-column {
  cursor: pointer;
}

.ui-datatable .ui-sortable-column-icon {
  display: inline-block;
  margin-left: 0.125em;
}

.ui-datatable tr.ui-state-highlight {
  cursor: pointer;
}

/* Scrollable */
.ui-datatable-scrollable-body {
  overflow: auto;
}

.ui-datatable-scrollable-header {
  overflow: hidden;
}

.ui-datatable-scrollable .ui-datatable-scrollable-header,
.ui-datatable-scrollable .ui-datatable-scrollable-footer {
  position: relative;
  border: 0 none;
}

.ui-datatable-scrollable .ui-datatable-scrollable-header td {
  font-weight: normal;
}

.ui-datatable .ui-datatable-scrollable-body {
  min-height: 0%;
}

.ui-datatable .ui-datatable-data tr.ui-state-hover,
.ui-datatable .ui-datatable-data tr.ui-state-highlight {
  border-color: inherit;
  font-weight: inherit;
  cursor: pointer;
}

.ui-datatable .ui-datatable-data tr.ui-rowgroup-header td a,
.ui-datatable .ui-datatable-data tr.ui-rowgroup-header td span.ui-rowgroup-header-name {
  display: inline-block;
  vertical-align: middle;
}

.ui-datatable-scrollable-theadclone {
  height: 0;
}

.ui-datatable-scrollable-theadclone tr {
  height: 0;
}

.ui-datatable-scrollable-theadclone th.ui-state-default {
  height: 0;
  border-bottom-width: 0;
  border-top-width: 0;
  padding-top: 0;
  padding-bottom: 0;
  outline: 0 none;
}

.ui-datatable-scrollable-theadclone th span.ui-column-title {
  display: block;
  height: 0;
}

.ui-datatable .ui-paginator {
  padding: 0.125em;
}

.ui-datatable .ui-paginator-top {
  border-bottom-width: 0;
}

.ui-datatable .ui-paginator-bottom {
  border-top-width: 0;
}

.ui-datatable-rtl {
  direction: rtl;
}

.ui-datatable-rtl.ui-datatable thead th,
.ui-datatable-rtl.ui-datatable tfoot td {
  text-align: right;
}

/* Row Toggler */
.ui-row-toggler {
  cursor: pointer;
}

/* Resizable */
.ui-datatable .ui-column-resizer {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  width: 0.5em;
  height: 100%;
  padding: 0px;
  cursor: col-resize;
  border: 1px solid transparent;
}

.ui-datatable .ui-column-resizer-helper {
  width: 1px;
  position: absolute;
  z-index: 10;
  display: none;
}

.ui-datatable-resizable {
  padding-bottom: 1px; /*fix for webkit overlow*/
  overflow: auto;
}

.ui-datatable-resizable thead th,
.ui-datatable-resizable tbody td,
.ui-datatable-resizable tfoot td {
  white-space: normal;
}

.ui-datatable-resizable th.ui-resizable-column {
  background-clip: padding-box;
  position: relative;
}

/** Reflow **/
.ui-datatable-reflow .ui-datatable-data td .ui-column-title {
  display: none;
}

/* Filter */
.ui-datatable .ui-column-filter {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin-top: 0.25em;
}

/* Editing */
.ui-datatable .ui-editable-column input {
  width: 100%;
  outline: 0;
}

.ui-datatable .ui-datatable-data > tr > td.ui-editable-column {
  padding: 0.5em;
}

.ui-datatable .ui-editable-column > .ui-cell-editor {
  display: none;
}

.ui-datatable .ui-datatable-data > tr > td.ui-editable-column.ui-cell-editing {
  padding: 1px;
}

.ui-datatable .ui-editable-column.ui-cell-editing > .ui-cell-editor {
  display: block;
}

.ui-datatable .ui-editable-column.ui-cell-editing > .ui-cell-data {
  display: none;
}

.ui-datatable-stacked thead th,
.ui-datatable-stacked tfoot td {
  display: none;
}

.ui-datatable.ui-datatable-stacked .ui-datatable-data > tr > td {
  text-align: left;
  display: block;
  border: 0 none;
  width: 100%;
  box-sizing: border-box;
  float: left;
  clear: left;
}

.ui-datatable.ui-datatable-stacked .ui-datatable-data.ui-widget-content {
  border: 0 none;
}

.ui-datatable-stacked .ui-datatable-data tr.ui-widget-content {
  border-left: 0 none;
  border-right: 0 none;
}

.ui-datatable-stacked .ui-datatable-data td .ui-column-title {
  padding: 0.4em;
  min-width: 30%;
  display: inline-block;
  margin: -0.4em 1em -0.4em -0.4em;
  font-weight: bold;
}

.ui-datatable .ui-selection-column .ui-chkbox,
.ui-datatable .ui-selection-column .ui-radiobutton {
  margin: 0 auto;
  display: block;
}

.ui-datatable .ui-selection-column .ui-chkbox-box,
.ui-datatable .ui-selection-column .ui-radiobutton-box {
  display: block;
  box-sizing: border-box;
  margin: 0 auto;
}

.ui-datatable-scrollable-wrapper {
  position: relative;
  background-color: var(--bp-alias-bg-surface2);
}

.ui-datatable-frozen-view .ui-datatable-scrollable-body {
  overflow: hidden;
}

.ui-datatable-unfrozen-view {
  position: absolute;
  top: 0px;
}

.ui-datatable .ui-datatable-load-status {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

.ui-datatable .ui-datatable-virtual-table {
  position: absolute;
  top: 0px;
  left: 0px;
}

.ui-datatable .ui-datatable-loading {
  position: absolute;
  width: 100%;
  height: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  opacity: 0.1;
  z-index: 1;
}

.ui-datatable .ui-datatable-loading-content {
  position: absolute;
  left: 50%;
  top: 25%;
  z-index: 2;
}

@media (max-width: 35em) {
  .ui-datatable-reflow thead th,
  .ui-datatable-reflow tfoot td {
    display: none;
  }
  .ui-datatable-reflow .ui-datatable-data > tr > td {
    text-align: left;
    display: block;
    border: 0 none;
    width: 100%;
    box-sizing: border-box;
    float: left;
    clear: left;
  }
  .ui-datatable-reflow .ui-datatable-data.ui-widget-content {
    border: 0 none;
  }
  .ui-datatable-reflow .ui-datatable-data tr.ui-widget-content {
    border-left: 0 none;
    border-right: 0 none;
  }
  .ui-datatable-reflow .ui-datatable-data td .ui-column-title {
    padding: 0.4em;
    min-width: 30%;
    display: inline-block;
    margin: -0.4em 1em -0.4em -0.4em;
    font-weight: bold;
  }
  .ui-datatable-reflow.ui-datatable-scrollable .ui-datatable-scrollable-body colgroup {
    display: block;
  }
}
.ui-datatable {
  position: relative;
}

.ui-datatable table {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}

.ui-datatable .ui-datatable-header,
.ui-datatable .ui-datatable-caption,
.ui-datatable .ui-datatable-footer {
  text-align: center;
  padding: 0.5em 0.75em;
  box-sizing: border-box;
}

.ui-datatable .ui-datatable-caption,
.ui-datatable .ui-datatable-header {
  border-bottom: 0 none;
}

.ui-datatable .ui-datatable-footer {
  border-top: 0 none;
}

.ui-datatable thead th, .ui-datatable tfoot td {
  text-align: center;
}

.ui-datatable thead tr {
  border-width: 0;
}

.ui-datatable .ui-datatable-thead > tr > th,
.ui-datatable .ui-datatable-tfoot > tr > td,
.ui-datatable .ui-datatable-data > tr > td {
  box-sizing: border-box;
  padding: 0.25em 0.5em;
  border-width: 1px;
  border-style: solid;
}

.ui-datatable.ui-datatable-resizable .ui-datatable-thead > tr > th,
.ui-datatable.ui-datatable-resizable .ui-datatable-tfoot > tr > td,
.ui-datatable.ui-datatable-resizable .ui-datatable-data > tr > td {
  overflow: hidden;
}

.ui-datatable .ui-datatable-thead > tr > th,
.ui-datatable .ui-datatable-tfoot > tr > td {
  font-weight: normal;
}

.ui-datatable tbody {
  outline: 0;
}

.ui-datatable .ui-sortable-column {
  cursor: pointer;
}

.ui-datatable .ui-sortable-column-icon {
  display: inline-block;
  margin-left: 0.125em;
}

.ui-datatable tr.ui-state-highlight {
  cursor: pointer;
}

/* Scrollable */
.ui-datatable-scrollable-body {
  overflow: auto;
}

.ui-datatable-scrollable-header {
  overflow: hidden;
}

.ui-datatable-scrollable .ui-datatable-scrollable-header,
.ui-datatable-scrollable .ui-datatable-scrollable-footer {
  position: relative;
  border: 0 none;
}

.ui-datatable-scrollable .ui-datatable-scrollable-header td {
  font-weight: normal;
}

.ui-datatable .ui-datatable-scrollable-body {
  min-height: 0%;
}

.ui-datatable .ui-datatable-data tr.ui-state-hover,
.ui-datatable .ui-datatable-data tr.ui-state-highlight {
  border-color: inherit;
  font-weight: inherit;
  cursor: pointer;
}

.ui-datatable .ui-datatable-data tr.ui-rowgroup-header td a,
.ui-datatable .ui-datatable-data tr.ui-rowgroup-header td span.ui-rowgroup-header-name {
  display: inline-block;
  vertical-align: middle;
}

.ui-datatable-scrollable-theadclone {
  height: 0;
}

.ui-datatable-scrollable-theadclone tr {
  height: 0;
}

.ui-datatable-scrollable-theadclone th.ui-state-default {
  height: 0;
  border-bottom-width: 0;
  border-top-width: 0;
  padding-top: 0;
  padding-bottom: 0;
  outline: 0 none;
}

.ui-datatable-scrollable-theadclone th span.ui-column-title {
  display: block;
  height: 0;
}

.ui-datatable .ui-paginator {
  padding: 0.125em;
}

.ui-datatable .ui-paginator-top {
  border-bottom-width: 0;
}

.ui-datatable .ui-paginator-bottom {
  border-top-width: 0;
}

.ui-datatable-rtl {
  direction: rtl;
}

.ui-datatable-rtl.ui-datatable thead th,
.ui-datatable-rtl.ui-datatable tfoot td {
  text-align: right;
}

/* Row Toggler */
.ui-row-toggler {
  cursor: pointer;
}

/* Resizable */
.ui-datatable .ui-column-resizer {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  width: 0.5em;
  height: 100%;
  padding: 0px;
  cursor: col-resize;
  border: 1px solid transparent;
}

.ui-datatable .ui-column-resizer-helper {
  width: 1px;
  position: absolute;
  z-index: 10;
  display: none;
}

.ui-datatable-resizable {
  padding-bottom: 1px; /*fix for webkit overlow*/
  overflow: auto;
}

.ui-datatable-resizable thead th,
.ui-datatable-resizable tbody td,
.ui-datatable-resizable tfoot td,
.ui-datatable .ui-datatable-thead > tr > th,
.ui-datatable .ui-datatable-tfoot > tr > td {
  white-space: normal !important;
}

.ui-datatable-resizable th.ui-resizable-column {
  background-clip: padding-box;
  position: relative;
}

/** Reflow **/
.ui-datatable-reflow .ui-datatable-data td .ui-column-title {
  display: none;
}

/* Filter */
.ui-datatable .ui-column-filter {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin-top: 0.25em;
}

/* Editing */
.ui-datatable .ui-editable-column input {
  width: 100%;
  outline: 0;
}

.ui-datatable .ui-datatable-data > tr > td.ui-editable-column {
  padding: 0.5em;
}

.ui-datatable .ui-editable-column > .ui-cell-editor {
  display: none;
}

.ui-datatable .ui-datatable-data > tr > td.ui-editable-column.ui-cell-editing {
  padding: 1px;
}

.ui-datatable .ui-editable-column.ui-cell-editing > .ui-cell-editor {
  display: block;
}

.ui-datatable .ui-editable-column.ui-cell-editing > .ui-cell-data {
  display: none;
}

.ui-datatable-stacked thead th,
.ui-datatable-stacked tfoot td {
  display: none;
}

.ui-datatable.ui-datatable-stacked .ui-datatable-data > tr > td {
  text-align: left;
  display: block;
  border: 0 none;
  width: 100%;
  box-sizing: border-box;
  float: left;
  clear: left;
}

.ui-datatable.ui-datatable-stacked .ui-datatable-data.ui-widget-content {
  border: 0 none;
}

.ui-datatable-stacked .ui-datatable-data tr.ui-widget-content {
  border-left: 0 none;
  border-right: 0 none;
}

.ui-datatable-stacked .ui-datatable-data td .ui-column-title {
  padding: 0.4em;
  min-width: 30%;
  display: inline-block;
  margin: -0.4em 1em -0.4em -0.4em;
  font-weight: bold;
}

.ui-datatable .ui-selection-column .ui-chkbox,
.ui-datatable .ui-selection-column .ui-radiobutton {
  margin: 0 auto;
  display: block;
}

.ui-datatable .ui-selection-column .ui-chkbox-box,
.ui-datatable .ui-selection-column .ui-radiobutton-box {
  display: block;
  box-sizing: border-box;
  margin: 0 auto;
}

.ui-datatable .ui-datatable-data > tr > td.ui-selection-column, body .ui-datatable .ui-datatable-thead > tr > th.ui-selection-column, body .ui-datatable .ui-datatable-tfoot > tr > td.ui-selection-column {
  padding: 10px 0px;
  font-size: 16px;
}

.ui-datatable-scrollable-wrapper {
  position: relative;
}

.ui-datatable-frozen-view .ui-datatable-scrollable-body {
  overflow: hidden;
}

.ui-datatable-unfrozen-view {
  position: absolute;
  top: 0px;
}

.ui-datatable .ui-datatable-load-status {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

.ui-datatable .ui-datatable-virtual-table {
  position: absolute;
  top: 0px;
  left: 0px;
}

.ui-datatable .ui-datatable-loading {
  position: absolute;
  width: 100%;
  height: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  opacity: 0.1;
  z-index: 1;
}

.ui-datatable .ui-datatable-loading-content {
  position: absolute;
  left: 50%;
  top: 25%;
  z-index: 2;
}

@media (max-width: 35em) {
  .ui-datatable-reflow thead th,
  .ui-datatable-reflow tfoot td {
    display: none !important;
  }
  .ui-datatable-reflow .ui-datatable-data > tr > td {
    text-align: left;
    display: block;
    border: 0 none;
    width: 100%;
    box-sizing: border-box;
    float: left;
    clear: left;
  }
  .ui-datatable-reflow .ui-datatable-data.ui-widget-content {
    border: 0 none;
  }
  .ui-datatable-reflow .ui-datatable-data tr.ui-widget-content {
    border-left: 0 none;
    border-right: 0 none;
  }
  .ui-datatable-reflow .ui-datatable-data td .ui-column-title {
    padding: 0.4em;
    min-width: 30%;
    display: inline-block;
    margin: -0.4em 1em -0.4em -0.4em;
    font-weight: bold;
  }
  .ui-datatable-reflow.ui-datatable-scrollable .ui-datatable-scrollable-body colgroup {
    display: block;
  }
}
.ui-panel {
  padding: 0;
  border-color: rgba(0, 0, 0, 0.125);
}

.ui-panel .ui-panel-titlebar {
  border: 0 none;
  border-bottom: 1px solid #e6e6e6;
  padding: 0.75em 1.25em;
  background-color: #f5f5f5;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.ui-panel .ui-panel-titlebar .ui-panel-titlebar-icon {
  position: relative;
  color: #767b7f;
  top: 0.125em;
  transition: color 0.3s;
}

.ui-panel .ui-panel-titlebar .ui-panel-titlebar-icon:hover {
  color: #2d353c;
}

.ui-panel .ui-panel-content {
  height: 100%;
  box-sizing: border-box;
  padding: 1.25em;
}

.ui-panel .ui-panel-footer {
  padding: 0.375em 0.75em;
  border: 0 none;
  border-top: 1px solid #c7c7c7;
  margin: 0;
}

.ui-menu {
  padding: 0;
}

.ui-menu.ui-shadow {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
}

.ui-menu .ui-menu-parent .ui-submenu-icon {
  margin-top: 0.2em;
}

.ui-menu .ui-menu-list .ui-widget-header {
  width: 100%;
  box-sizing: border-box;
  border: 0 none;
  background: #e6e6e6;
  border-radius: 0;
}

.ui-menu .ui-menu-list .ui-widget-header h3 {
  padding: 0.375em 0.75em;
  font-weight: 400;
}

.ui-menu .ui-menu-list .ui-widget-header .ui-icon {
  color: #767b7f;
}

.ui-menu .ui-menu-list .ui-widget-header:hover {
  background-color: #e6e6e6;
}

.ui-menu .ui-menu-list .ui-widget-header:hover .ui-icon {
  color: #2d353c;
}

.ui-menu .ui-menu-list .ui-widget-header:first-child {
  margin-top: 0;
}

.ui-menu .ui-menu-list .ui-menuitem {
  margin: 0;
  box-sizing: border-box;
  border-radius: 0;
}

.ui-menu .ui-menu-list .ui-menuitem .ui-menuitem-link {
  padding: 0.5em 0.75em;
  width: 100%;
  box-sizing: border-box;
  border-radius: 0;
  color: #373a3c;
}

.ui-menu .ui-menu-list .ui-menuitem .ui-menuitem-link:hover,
.ui-menu .ui-menu-list .ui-menuitem.ui-menuitem-active > .ui-menuitem-link {
  background-color: #00ACDC;
  color: #FFFFFF;
}

.ui-menu .ui-menu-list .ui-menu-child {
  padding: 0;
}

.ui-menu .ui-menu-list .ui-menu-child.ui-shadow {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
}

.ui-menu.ui-menubar {
  background-color: #FFFFFF;
  border-color: #e6e6e6;
}

.ui-menu.ui-menubar > .ui-menu-list > .ui-menuitem {
  width: auto;
}

.ui-menu.ui-menubar > .ui-menu-list > .ui-menuitem > .ui-menuitem-link {
  color: #2d353c;
}

.ui-menu.ui-menubar > .ui-menu-list > .ui-menuitem > .ui-menuitem-link .ui-menuitem-icon {
  color: #767b7f;
}

.ui-menu.ui-menubar > .ui-menu-list > .ui-menuitem > .ui-menuitem-link:hover {
  color: #FFFFFF;
}

.ui-menu.ui-menubar > .ui-menu-list > .ui-menuitem > .ui-menuitem-link:hover .ui-menuitem-icon {
  color: #FFFFFF;
}

.ui-menu.ui-menubar > .ui-menu-list > .ui-menuitem.ui-menubar-options {
  margin-right: 8px;
}

.ui-menu.ui-megamenu .ui-menu-list > table > t > tr > td {
  padding: 0;
}

.ui-menu.ui-megamenu.ui-megamenu-vertical > .ui-menu-list .ui-menuitem {
  width: 100%;
}

.ui-tooltip .ui-tooltip-arrow {
  color: var(--bp-base-contrast);
}

.ui-tooltip .ui-tooltip-text {
  background-color: var(--bp-base-contrast);
  padding: 6px 8px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  border-radius: 4px;
  line-height: 1.5em;
}

.ui-tooltip .ui-tooltip-text {
  box-shadow: var(--bp-alias-shadow-04);
  -webkit-box-shadow: var(--bp-alias-shadow-04);
  -moz-box-shadow: var(--bp-alias-shadow-04);
}

.ui-tooltip.ui-state-error {
  border: 0 none;
}

.ui-tooltip {
  position: absolute;
  display: none;
  padding: 0.25em 0.5em;
  max-width: 12.5em;
}

.ui-tooltip.ui-tooltip-right,
.ui-tooltip.ui-tooltip-left {
  padding: 0 0.25em;
}

.ui-tooltip.ui-tooltip-top,
.ui-tooltip.ui-tooltip-bottom {
  padding: 0.25em 0;
}

.ui-tooltip .ui-tooltip-text {
  color: var(--bp-base-tint-90);
  white-space: pre-line;
}

.ui-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.ui-tooltip-right .ui-tooltip-arrow {
  top: 50%;
  left: -2px;
  margin-top: -6px;
  border-width: 6px 6px 6px 0;
  border-right-color: var(--bp-base-contrast);
}

.ui-tooltip-left .ui-tooltip-arrow {
  top: 50%;
  right: -2px;
  margin-top: -6px;
  border-width: 6px 0 6px 6px;
  border-left-color: var(--bp-base-contrast);
}

.ui-tooltip.ui-tooltip-top {
  padding: 0.25em 0;
}

.ui-tooltip-top .ui-tooltip-arrow {
  bottom: -2px;
  left: 50%;
  margin-left: -6px;
  border-width: 6px 6px 0;
  border-top-color: var(--bp-base-contrast);
}

.ui-tooltip-bottom .ui-tooltip-arrow {
  top: -2px;
  left: 50%;
  margin-left: -6px;
  border-width: 0 6px 6px;
  border-bottom-color: var(--bp-base-contrast);
}

/* http://prismjs.com/download.html?themes=prism-coy&languages=markup+css+clike+javascript+typescript */
/**
 * prism.js Coy theme for JavaScript, CoffeeScript, CSS and HTML
 * Based on https://github.com/tshedor/workshop-wp-theme (Example: http://workshop.kansan.com/category/sessions/basics or http://workshop.timshedor.com/category/sessions/basics);
 * @author Tim  Shedor
 */
code[class*=language-],
pre[class*=language-] {
  color: var(--bp-alias-text-primary);
  background: none;
  font-family: "Source Sans Pro", sans-serif, Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  tab-size: 4;
  hyphens: none;
}

/* Code blocks */
pre[class*=language-] {
  position: relative;
  margin: 0.5em 0;
  box-shadow: var(--bp-alias-shadow-02);
  border-left: 10px solid var(--bp-alias-bg-brand2);
  background-color: #fdfdfd;
  background-image: linear-gradient(transparent 50%, rgba(69, 142, 209, 0.04) 50%);
  background-size: 3em 3em;
  background-origin: content-box;
  overflow: auto;
  padding: 0;
}

code[class*=language] {
  max-height: inherit;
  height: 100%;
  padding: 0 1em;
  display: block;
}

/* Margin bottom to accomodate shadow */
:not(pre) > code[class*=language-],
pre[class*=language-] {
  background-color: var(--bp-base-canvas);
  box-sizing: border-box;
  margin-bottom: 1em;
}

/* Inline code */
:not(pre) > code[class*=language-] {
  position: relative;
  padding: 0.2em;
  border-radius: 0.3em;
  color: #c92c2c;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: inline;
  white-space: normal;
}

pre[class*=language-]:before,
pre[class*=language-]:after {
  content: "";
  z-index: -2;
  display: block;
  position: absolute;
  bottom: 0.75em;
  left: 0.18em;
  width: 40%;
  height: 20%;
  max-height: 13em;
  transform: rotate(-2deg);
}

:not(pre) > code[class*=language-]:after,
pre[class*=language-]:after {
  right: 0.75em;
  left: auto;
  transform: rotate(2deg);
}

.token.comment,
.token.block-comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: #7D8B99;
}

.token.punctuation {
  color: var(--bp-alias-text-primary);
}

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.function-name,
.token.constant,
.token.symbol,
.token.deleted {
  color: #c92c2c;
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.function,
.token.builtin,
.token.inserted {
  color: #2f9c0a;
}

.token.operator,
.token.entity,
.token.url,
.token.variable {
  color: #a67f59;
}

.token.atrule,
.token.attr-value,
.token.keyword,
.token.class-name {
  color: #1990b8;
}

.token.regex,
.token.important {
  color: #e90;
}

.language-css .token.string,
.style .token.string {
  color: #a67f59;
  background: rgba(255, 255, 255, 0.5);
}

.token.important {
  font-weight: normal;
}

.token.bold {
  font-weight: bold;
}

.token.italic {
  font-style: italic;
}

.token.entity {
  cursor: help;
}

.namespace {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  pre[class*=language-]:before,
  pre[class*=language-]:after {
    bottom: 14px;
    box-shadow: none;
  }
}
/* Plugin styles */
.token.tab:not(:empty):before,
.token.cr:before,
.token.lf:before {
  color: #e0d7d1;
}

/* Plugin styles: Line Numbers */
pre[class*=language-].line-numbers {
  padding-left: 0;
}

pre[class*=language-].line-numbers code {
  padding-left: 3.8em;
}

pre[class*=language-].line-numbers .line-numbers-rows {
  left: 0;
}

/* Plugin styles: Line Highlight */
pre[class*=language-][data-line] {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

pre[data-line] code {
  position: relative;
  padding-left: 4em;
}

pre .line-highlight {
  margin-top: 0;
}

pre.line-numbers {
  position: relative;
  padding-left: 3.8em;
  counter-reset: linenumber;
}

pre.line-numbers > code {
  position: relative;
  white-space: inherit;
}

.line-numbers .line-numbers-rows {
  position: absolute;
  pointer-events: none;
  top: 0;
  font-size: 100%;
  left: -3.8em;
  width: 3em; /* works for line-numbers below 1000 lines */
  letter-spacing: -1px;
  border-right: 1px solid #999;
  -webkit-user-select: none;
  user-select: none;
}

.line-numbers-rows > span {
  pointer-events: none;
  display: block;
  counter-increment: linenumber;
}

.line-numbers-rows > span:before {
  content: counter(linenumber);
  color: #999;
  display: block;
  padding-right: 0.8em;
  text-align: right;
}

.ui-widget,
.ui-widget .ui-widget,
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  text-decoration: none;
}

.ui-widget-content {
  background-color: #FFFFFF;
  border: 1px solid #DEDEDE;
}

.ui-widget-header {
  background: var(--bp-base-brand1-lighter);
  color: var(--bp-base-brand1-on);
  border: 1px solid var(--bp-base-brand1-lighter);
}

.ui-widget-overlay {
  background-color: #000F2B;
  opacity: 0.8;
  filter: alpha(opacity=70);
}

.bp-theme--light .ui-table,
[data-theme=light] .ui-table {
  --bp-alias-fg-10: #f8f8f8;
}

.bp-theme--dark .ui-table,
[data-theme=dark] .ui-table {
  --bp-alias-fg-10: #5a5a5a;
}

.ui-table .ui-table-thead > tr {
  border-bottom: 1px solid var(--bp-alias-border-subtle);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12) !important;
}

.ui-table-wrapper {
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  border-radius: 3px;
}

.ui-table-expand-wrapper {
  background-color: var(--bp-alias-bg-surface2);
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  border-radius: 3px;
}

.ui-table .ui-table-tbody > tr:hover td {
  background-color: var(--bp-alias-state-hover-actionable-bg);
  transition: background-color 0.4s;
}

.ui-table table {
  border: 1px solid var(--bp-alias-border-subtle);
}
.ui-table .ui-table-thead > tr > th,
.ui-table .ui-table-tfoot > tr > td {
  background-color: var(--bp-alias-bg-surface);
  font-family: "Source Sans Pro", "Open Sans", Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-weight: bold;
  font-size: 12px;
  text-transform: capitalize;
  border: none;
  text-align: left;
  color: var(--bp-alias-text-primary);
  white-space: normal;
  padding: 8px 16px;
}
.ui-table .ui-table-tbody > tr {
  color: var(--bp-alias-text-primary);
  background-color: var(--bp-alias-bg-surface3);
}
.ui-table .ui-table-tbody > tr > td {
  border-bottom: 1px solid var(--bp-alias-border-subtle);
  padding: 8px 16px;
  word-wrap: break-word;
  font-size: 15px;
}
.ui-table .ui-table-tbody > tr.ui-state-highlight {
  background-color: var(--bp-alias-state-selected-subtle-bg);
}
.ui-table .ui-table-tbody > tr.ui-contextmenu-selected {
  background-color: var(--bp-alias-state-selected-subtle-bg);
}
.ui-table .ui-table-tbody-expand > tr:first-child > td {
  border-top: none;
}
.ui-table .ui-table-tbody-expand > tr > td:first-child {
  border-left: 1px solid var(--bp-alias-border-subtle);
}
.ui-table .ui-table-tbody-expand > tr > td:last-child {
  border-right: none;
}
.ui-table .ui-table-tbody-expand > tr:last-child > td {
  border-bottom: none;
}
.ui-table.ui-table-hoverable-rows .ui-table-tbody > tr:not(.ui-state-highlight):hover {
  cursor: pointer;
  background: var(--bp-alias-state-hover-actionable-bg);
}

.ui-table-scrollable-wrapper {
  position: relative;
  border: 1px solid var(--bp-alias-border-hint);
  background-color: var(--bp-alias-bg-surface2);
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  border-radius: 3px;
  overflow: auto;
}
.ui-table-scrollable-wrapper .ui-table .ui-table-scrollable-header,
.ui-table-scrollable-wrapper .ui-table .ui-table-scrollable-footer {
  background-color: var(--bp-alias-bg-surface2);
}

table.ui-table-scrollable-header-table {
  margin: 0px !important;
}

table.ui-table-scrollable-body-table {
  margin-bottom: 0px !important;
}

@media (max-width: 1100px) {
  .ui-table-responsive .ui-table-tbody > tr {
    border-bottom: 1px solid var(--bp-alias-border-subtle);
  }
}
.ui-table {
  position: relative;
}

.ui-table table {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}

.ui-table .ui-table-thead > tr > th,
.ui-table .ui-table-tbody > tr > td,
.ui-table .ui-table-tfoot > tr > td {
  padding: 0.25em 1em;
  height: 56px;
}

.ui-table .ui-table-tbody-compressed > tr > td,
.ui-table .ui-table-thead-compressed > tr > th {
  padding: 0.25em 1em !important;
  height: 0 !important;
}

.ui-table .ui-table-tbody > tr > td {
  padding: 0.25em 1em;
  height: 56px;
}

.ui-table .ui-sortable-column {
  cursor: pointer;
}

.ui-table-auto-layout > .ui-table-wrapper {
  overflow-x: auto;
}

.ui-table-auto-layout > .ui-table-wrapper > table {
  table-layout: auto;
}

/* Sections */
.ui-table-caption,
.ui-table-summary {
  padding: 0.25em 0.5em;
  text-align: center;
  font-weight: bold;
}

.ui-table-caption {
  border-bottom: 0 none;
}

.ui-table-summary {
  border-top: 0 none;
}

/* Paginator */
.ui-table .ui-paginator-top-left {
  border-bottom: 0 none;
}

.ui-table .ui-paginator-top-right {
  border-bottom: 0 none;
  margin-left: auto;
}

.ui-table .ui-paginator-bottom-left {
  margin-top: 10px;
  border-top: 0 none;
}

.ui-table .ui-paginator-bottom-right {
  margin-top: 10px;
  border-top: 0 none;
  margin-left: auto;
}

/* Scrollable */
.ui-table-scrollable-header,
.ui-table-scrollable-footer {
  border: 0 none;
  overflow: hidden;
}

.ui-table-scrollable-body {
  overflow: auto;
  position: relative;
}

.ui-table-scrollable-body > table > .ui-table-tbody > tr:first-child > td {
  border-top: 0 none;
}

.ui-table-virtual-table {
  position: absolute;
}

/* Frozen Columns */
.ui-table-frozen-view {
  position: sticky;
  background: inherit;
  left: 0;
}

.ui-table-frozen-view > .ui-table-scrollable-body > table > .ui-table-tbody > tr > td:last-child {
  border-right: 0 none;
}

.ui-table-unfrozen-view {
  position: absolute;
  top: 0px;
}

/* Resizable */
.ui-table-resizable > .ui-table-wrapper {
  overflow-x: auto;
}

.ui-table-resizable .ui-table-thead > tr > th,
.ui-table-resizable .ui-table-tfoot > tr > td,
.ui-table-resizable .ui-table-data > tr > td {
  overflow: hidden;
}

.ui-resizable-column {
  background-clip: padding-box;
  position: relative;
}

.ui-table-resizable-fit .ui-resizable-column:last-child .ui-column-resizer {
  display: none;
}

.ui-table .ui-column-resizer {
  display: block;
  position: absolute !important;
  top: 0;
  right: 0;
  margin: 0;
  width: 0.5em;
  height: 100%;
  padding: 0px;
  cursor: col-resize;
  border: 1px solid transparent;
}

.ui-table .ui-column-resizer-helper {
  width: 1px;
  position: absolute;
  z-index: 10;
  display: none;
}

/* Edit */
.ui-table .ui-table-tbody > tr > td.ui-editing-cell {
  padding: 0;
}

.ui-table .ui-table-tbody > tr > td.ui-editing-cell p-celleditor > * {
  width: 100%;
}

/* Reorder */
.ui-table-reorder-indicator-up,
.ui-table-reorder-indicator-down {
  position: absolute;
  display: none;
}

/* Responsive */
.ui-table-responsive .ui-table-tbody > tr > td .ui-column-title {
  display: none;
}

@media screen and (max-width: 1100px) {
  .ui-table-responsive .ui-table-thead > tr > th,
  .ui-table-responsive .ui-table-tfoot > tr > td {
    display: none !important;
  }
  .ui-table-responsive .ui-table-tbody > tr > td {
    text-align: left;
    display: block;
    border: 0 none;
    width: 100% !important;
    box-sizing: border-box;
    float: left;
    clear: left;
  }
  .ui-table-responsive .ui-table-tbody > tr > td .ui-column-title {
    padding: 0.4em;
    min-width: 30%;
    display: inline-block;
    margin: -0.4em 1em -0.4em -0.4em;
    font-weight: bold;
  }
}
/* Loader */
.ui-table-loading {
  position: absolute !important;
  background-color: var(--bp-alias-bg-surface3);
  width: 100%;
  height: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  opacity: 0.1;
  z-index: 1;
}

.ui-table-loading-content {
  position: absolute !important;
  left: 50%;
  top: 50%;
  z-index: 2;
  margin-top: -1em;
  margin-left: -1em;
}

.ui-table-entry-total-top-right {
  margin-left: auto;
  display: flex;
}

.ui-table-entry-total-top-left {
  display: flex;
}

.ui-table-entry-total-bottom-right {
  margin-left: auto;
  display: flex;
}

.ui-table-entry-total-bottom-left {
  display: flex;
}

.ui-table-label {
  font-size: 16px;
  font-weight: 600;
}

.ui-table-descriptor-wrapper-top {
  display: flex;
}

.ui-table-descriptor-wrapper-reverse-top {
  flex-direction: row-reverse;
}

.ui-table-descriptor-wrapper-bottom {
  display: flex;
}

.ui-table-descriptor-wrapper-reverse-bottom {
  flex-direction: row-reverse;
}

.ui-table-show-rows .ui-table-unfrozen-view {
  overflow: auto !important;
}
.ui-table-show-rows .ui-table-unfrozen-view .ui-table-scrollable-header-box {
  margin-left: 0 !important;
}
.ui-table-show-rows .ui-table-scrollable-wrapper {
  overflow: auto;
}
.ui-table-show-rows .ui-table-scrollable-header,
.ui-table-show-rows .ui-table-scrollable-footer {
  overflow: unset;
}
.ui-table-show-rows .ui-table-scrollable-header,
.ui-table-show-rows .ui-table-scrollable-body,
.ui-table-show-rows .ui-table-scrollable-footer {
  overflow: visible;
}
.ui-table-show-rows .ui-table-scrollable-body {
  overflow: unset;
}

.ui-popover .ui-popover-content {
  background-color: var(--bp-alias-bg-surface3);
  padding: 6px 8px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-style: normal;
  border-radius: 4px;
  line-height: 1.5em;
}

.ui-popover {
  position: absolute;
  display: none;
  padding: 0.25em 0.5em;
  max-width: 12.5em;
  color: var(--bp-alias-text-primary);
}

.ui-popover.ui-popover-right-bottom,
.ui-popover.ui-popover-right,
.ui-popover.ui-popover-right-top,
.ui-popover.ui-popover-left-bottom,
.ui-popover.ui-popover-left,
.ui-popover.ui-popover-left-top {
  padding: 0 0.25em;
}

.ui-popover.ui-popover-top-left,
.ui-popover.ui-popover-top,
.ui-popover.ui-popover-top-right,
.ui-popover.ui-popover-bottom-left,
.ui-popover.ui-popover-bottom,
.ui-popover.ui-popover-bottom-right {
  padding: 0.25em 0;
}

.ui-popover .ui-popover-content {
  color: var(--bp-alias-text-primary);
  white-space: pre-line;
}

.ui-popover-arrow {
  position: absolute;
  display: block;
  width: 8.48528px;
  height: 8.48528px;
  border-style: solid;
  transform: rotate(45deg);
  background-color: var(--bp-alias-bg-surface3);
}

.ui-popover-right-top .ui-popover-arrow {
  top: 5px;
  transform: translateX(-50%) translateY(50%) rotate(45deg);
  box-shadow: rgba(0, 0, 0, 0.1) -3px 3px 7px;
  border-left-color: var(--bp-alias-text-primary);
  border-bottom-color: var(--bp-alias-text-primary);
}

.ui-popover-right .ui-popover-arrow {
  bottom: 50%;
  transform: translateX(-50%) translateY(50%) rotate(45deg);
  box-shadow: rgba(0, 0, 0, 0.1) -3px 3px 7px;
  border-left-color: var(--bp-alias-text-primary);
  border-bottom-color: var(--bp-alias-text-primary);
}

.ui-popover-right-bottom .ui-popover-arrow {
  bottom: 15px;
  transform: translateX(-50%) translateY(50%) rotate(45deg);
  box-shadow: rgba(0, 0, 0, 0.1) -3px 3px 7px;
  border-left-color: var(--bp-alias-text-primary);
  border-bottom-color: var(--bp-alias-text-primary);
}

.ui-popover-left-top .ui-popover-arrow {
  top: 5px;
  right: 0;
  transform: translateY(50%) rotate(45deg);
  box-shadow: rgba(0, 0, 0, 0.1) 3px -3px 7px;
  border-right-color: var(--bp-alias-text-primary);
  border-top-color: var(--bp-alias-text-primary);
}

.ui-popover-left .ui-popover-arrow {
  bottom: 50%;
  right: 0;
  transform: translateY(50%) rotate(45deg);
  box-shadow: rgba(0, 0, 0, 0.1) 3px -3px 7px;
  border-right-color: var(--bp-alias-text-primary);
  border-top-color: var(--bp-alias-text-primary);
}

.ui-popover-left-bottom .ui-popover-arrow {
  bottom: 15px;
  right: 0;
  transform: translateY(50%) rotate(45deg);
  box-shadow: rgba(0, 0, 0, 0.1) 3px -3px 7px;
  border-right-color: var(--bp-alias-text-primary);
  border-top-color: var(--bp-alias-text-primary);
}

.ui-popover-top-left .ui-popover-arrow {
  left: 15px;
  bottom: 0px;
  transform: translateX(-50%) rotate(45deg);
  box-shadow: rgba(0, 0, 0, 0.1) 3px 3px 7px;
  border-right-color: var(--bp-alias-text-primary);
  border-bottom-color: var(--bp-alias-text-primary);
}

.ui-popover-top .ui-popover-arrow {
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%) rotate(45deg);
  box-shadow: rgba(0, 0, 0, 0.1) 3px 3px 7px;
  border-right-color: var(--bp-alias-text-primary);
  border-bottom-color: var(--bp-alias-text-primary);
}

.ui-popover-top-right .ui-popover-arrow {
  right: 5px;
  bottom: 0px;
  transform: translateX(-50%) rotate(45deg);
  box-shadow: rgba(0, 0, 0, 0.1) 3px 3px 7px;
  border-right-color: var(--bp-alias-text-primary);
  border-bottom-color: var(--bp-alias-text-primary);
}

.ui-popover-bottom-left .ui-popover-arrow {
  top: 0;
  left: 15px;
  transform: translateX(-50%) rotate(45deg);
  box-shadow: rgba(0, 0, 0, 0.1) -3px -3px 7px;
  border-left-color: var(--bp-alias-text-primary);
  border-top-color: var(--bp-alias-text-primary);
}

.ui-popover-bottom .ui-popover-arrow {
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  box-shadow: rgba(0, 0, 0, 0.1) -3px -3px 7px;
  border-left-color: var(--bp-alias-text-primary);
  border-top-color: var(--bp-alias-text-primary);
}

.ui-popover-bottom-right .ui-popover-arrow {
  top: 0;
  right: 5px;
  transform: translateX(-50%) rotate(45deg);
  box-shadow: rgba(0, 0, 0, 0.1) -3px -3px 7px;
  border-left-color: var(--bp-alias-text-primary);
  border-top-color: var(--bp-alias-text-primary);
}

.fm-tree-node {
  list-style-type: none;
}

.fm-tree-filter-container {
  position: relative;
  display: block;
  width: 100%;
}

.fm-tree .fm-tree-node-droppoint.fm-tree-node-droppoint-active {
  background-color: var(--bp-alias-border-active);
  border: 0 none;
}

.fm-tree .fm-tree-node-droppoint {
  height: 4px;
  list-style-type: none;
}

.fm-tree .fm-tree-container .fm-tree-node .fm-tree-node-content.fm-tree-node-dragover {
  background-color: var(--bp-alias-state-hover-actionable-bg);
}

.fm-tree-filter-container {
  margin-bottom: 0.5rem;
}

.fm-tree-filter-container .fm-tree-filter-icon {
  right: 0.5rem;
  color: var(--bp-alias-text-subtle);
}

.fm-tree-filter-icon {
  position: absolute;
  top: 50%;
  margin-top: -0.5rem;
}

ul .fm-tree-node-children {
  padding: 0 0 0 1rem;
  margin: 0;
  list-style-type: none;
}

.fm-tree-node-selectable {
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
}

.fm-tree-node .fm-tree-node-content.ui-state-highlight {
  background-color: var(--bp-alias-state-selected-subtle-bg);
  color: var(--bp-alias-text-primary);
}
.fm-tree-node .fm-tree-node-content.ui-state-highlight .fm-tree-toggler:enabled:hover,
.fm-tree-node .fm-tree-node-content.ui-state-highlight .fm-tree-node-remover:enabled:hover {
  color: var(--bp-alias-text-subtle);
  border-color: transparent;
  background: var(--bp-alias-fg-30);
}

.fm-tree-toggler,
.fm-tree-node-remover {
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  padding: 0;
  margin: 0 0.5rem 0 0;
  width: 2rem;
  height: 2rem;
  color: var(--bp-alias-text-subtle);
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}

.fm-tree-node-content:not(.ui-state-highlight):hover {
  background-color: var(--bp-alias-state-hover-actionable-bg);
}
.fm-tree-node-content:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem var(--bp-alias-border-active);
}

.fm-tree-node-content .fm-tree-node-icon {
  margin-right: 0.5rem;
  color: var(--bp-alias-text-subtle);
}

.fm-tree-node-content .fm-tree-node-remover {
  margin-left: auto;
  color: var(--bp-alias-text-subtle);
  display: block;
}

.fm-tree-node-content .fm-tree-node-remover-icon {
  color: var(--bp-alias-text-subtle);
}

.fm-tree-toggler:focus,
.fm-tree-node-remover:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 1px var(--bp-alias-text-subtle);
}

.fm-tree-node-leaf > .fm-tree-node-content .fm-tree-toggler {
  visibility: hidden;
}

.fm-tree-node-content {
  display: flex;
  align-items: center;
}

.fm-tree-node-content {
  border-radius: 3px;
  transition: box-shadow 0.2s;
  padding: 0.5rem;
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}

.fm-tree-node-content .fm-tree-checkbox {
  margin-right: 0.5rem;
}

.fm-tree-checkbox .fm-tree-checkbox-box {
  border: 2px solid var(--bp-alias-text-subtle);
  background-color: inherit;
  width: 20px;
  height: 20px;
  color: var(--bp-alias-text-primary);
  border-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  transition-property: background-color, color, border-color, box-shadow;
  transition-duration: 0.2s, 0.2s, 0.2s, 0.2s;
  transition-timing-function: ease, ease, ease, ease;
  transition-delay: 0s, 0s, 0s, 0s;
  display: flex;
  justify-content: center;
}
.fm-tree-checkbox .fm-tree-checkbox-box.ui-state-highlight {
  background-color: var(--bp-base-brand2-light);
  border-color: var(--bp-base-brand2-light);
}

.fm-tree-checkbox-box,
.fm-tree-checkbox {
  box-sizing: border-box;
  align-items: center;
}

.fm-tree-checkbox-box {
  display: inline-flex;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  vertical-align: bottom;
}

.ui-treetable {
  position: relative;
}

.ui-treetable table {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
  border: 1px solid var(--bp-alias-border-subtle);
}

.ui-treetable .ui-sortable-column {
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
}

.ui-treetable .ui-sortable-column .ui-column-title,
.ui-treetable .ui-sortable-column .ui-sortable-column-icon,
.ui-treetable .ui-sortable-column .ui-sortable-column-badge {
  vertical-align: middle;
}

.ui-treetable .ui-sortable-column .ui-sortable-column-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ui-treetable .c-form-input,
.c-form-select {
  width: auto;
}

.ui-treetable-auto-layout > .ui-treetable-wrapper {
  overflow-x: auto;
}

.ui-treetable-auto-layout > .ui-treetable-wrapper > table {
  table-layout: auto;
}

.ui-treetable-hoverable-rows .ui-treetable-tbody > tr {
  cursor: pointer;
}

.ui-treetable-toggler {
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  overflow: hidden;
  position: relative;
}

fm-treetabletoggler + fm-treetablecheckbox .fm-checkbox {
  vertical-align: middle;
}

fm-treetabletoggler + fm-treetablecheckbox + span {
  vertical-align: middle;
}

/* Scrollable */
.ui-treetable-scrollable-wrapper {
  position: relative;
}

.ui-treetable-scrollable-header,
.ui-treetable-scrollable-footer {
  overflow: hidden;
}

.ui-treetable-scrollable-body {
  overflow: auto;
  position: relative;
  background-color: var(--bp-alias-bg-surface2);
}

.ui-treetable-scrollable-body > table > .ui-treetable-tbody > tr:first-child > td {
  border-top: 0 none;
}

.ui-treetable-virtual-table {
  position: absolute;
}

/* Frozen Columns */
.ui-treetable-frozen-view .ui-treetable-scrollable-body {
  overflow: hidden;
}

.ui-treetable-frozen-view > .ui-treetable-scrollable-body > table > .ui-treetable-tbody > tr > td:last-child {
  border-right: 0 none;
}

.ui-treetable-unfrozen-view {
  position: absolute;
  top: 0;
}

/* Flex Scrollable */
.ui-treetable-flex-scrollable {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
}

.ui-treetable-flex-scrollable .ui-treetable-scrollable-wrapper,
.ui-treetable-flex-scrollable .ui-treetable-scrollable-view {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
}

.ui-treetable-flex-scrollable .ui-treetable-scrollable-body {
  flex: 1;
}

/* Resizable */
.ui-treetable-resizable > .ui-treetable-wrapper {
  overflow-x: auto;
}

.ui-treetable-resizable .ui-treetable-thead > tr > th,
.ui-treetable-resizable .ui-treetable-tfoot > tr > td,
.ui-treetable-resizable .ui-treetable-tbody > tr > td {
  overflow: hidden;
}

.ui-treetable-resizable .ui-resizable-column {
  background-clip: padding-box;
  position: relative;
}

.ui-treetable-resizable-fit .ui-resizable-column:last-child .ui-column-resizer {
  display: none;
}

.ui-treetable .ui-column-resizer {
  display: block;
  position: absolute !important;
  top: 0;
  right: 0;
  margin: 0;
  width: 0.5rem;
  height: 100%;
  padding: 0px;
  cursor: col-resize;
  border: 1px solid transparent;
}

.ui-treetable .ui-column-resizer-helper {
  width: 1px;
  position: absolute;
  z-index: 10;
  display: none;
}

.ui-treetable .ui-row-editor-init,
.ui-treetable .ui-row-editor-save,
.ui-treetable .ui-row-editor-cancel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

/* Expand */
.ui-treetable .ui-row-toggler {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

/* Reorder */
.ui-treetable-reorder-indicator-up,
.ui-treetable-reorder-indicator-down {
  position: absolute;
  display: none;
}

/* Loader */
.ui-treetable .ui-treetable-loading-overlay {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.ui-treetable-filter-container {
  position: relative;
  display: block;
  width: 100%;
}

.ui-treetable-filter-container {
  margin-bottom: 0.5rem;
}

.ui-treetable-filter-container .ui-treetable-filter-icon {
  right: 0.5rem;
}

.ui-treetable-filter-icon {
  position: absolute;
  top: 50%;
  margin-top: -0.5rem;
}

.ui-treetable-node-children {
  padding: 0 0 0 1rem;
  margin: 0;
  list-style-type: none;
}

.ui-treetable-node {
  padding: 0.143rem;
}

.ui-treetable-node-selectable {
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
}

.ui-treetable-node .ui-treetable-node-content.ui-state-highlight .ui-treetable .ui-treetable-tbody > tr:hover,
.ui-treetable-node-selectable.ui-state-highlight .ui-treetable .ui-treetable-tbody > tr:hover {
  background-color: var(--bp-base-interactive-ligther);
  transition: background-color 0.4s;
}
.ui-treetable-node .ui-treetable-node-content.ui-state-highlight .ui-treetable-toggler:enabled:hover,
.ui-treetable-node .ui-treetable-node-content.ui-state-highlight .ui-treetable-node-remover:enabled:hover,
.ui-treetable-node-selectable.ui-state-highlight .ui-treetable-toggler:enabled:hover,
.ui-treetable-node-selectable.ui-state-highlight .ui-treetable-node-remover:enabled:hover {
  border-color: transparent;
  background: var(--bp-alias-state-hover-actionable-bg);
}

.ui-treetable-toggler,
.ui-treetable-node-remover {
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  padding: 0;
  margin: 0 0.5rem 0 0;
  width: 2rem;
  height: 2rem;
  color: var(--bp-alias-text-primary);
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}

.ui-treetable-node-content .ui-treetable-node-icon {
  margin-right: 0.5rem;
}

.ui-treetable-node-content .ui-treetable-node-remover {
  margin-left: auto;
  display: block;
}

.ui-treetable-node-leaf > .ui-treetable-node-content .ui-treetable-toggler {
  visibility: hidden;
}

.ui-treetable-node-content {
  display: flex;
  align-items: center;
}

.ui-treetable-node-content {
  border-radius: 3px;
  transition: box-shadow 0.2s;
  padding: 0.5rem;
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}

.ui-treetable-node-content .ui-treetable-checkbox {
  margin-right: 0.5rem;
}

.ui-treetable-checkbox .ui-treetable-checkbox-box {
  background: inherit;
  width: 20px;
  height: 20px;
  color: var(--bp-alias-text-primary);
  border-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  transition-property: background-color, color, border-color, box-shadow;
  transition-duration: 0.2s, 0.2s, 0.2s, 0.2s;
  transition-timing-function: ease, ease, ease, ease;
  transition-delay: 0s, 0s, 0s, 0s;
  display: flex;
  justify-content: center;
}
.ui-treetable-checkbox .ui-treetable-checkbox-box.ui-state-highlight {
  background-color: var(--bp-base-brand2-light);
  border-color: var(--bp-base-brand2-light);
}

.ui-treetable-checkbox-box,
.ui-treetable-checkbox {
  box-sizing: border-box;
  align-items: center;
}

.ui-treetable-checkbox-box {
  display: inline-flex;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  vertical-align: bottom;
}

.ui-treetable .ui-paginator-top {
  border-width: 0 0 1px 0;
  border-radius: 0;
}

.ui-treetable .ui-treetable-header {
  background: var(--bp-base-brand1-base);
  color: var(--bp-base-brand1-on);
  border: 1px solid var(--bp-base-brand1-base);
  border-width: 1px 0 1px 0;
  padding: 0.5em 0.5em;
  font-weight: 600;
}
.ui-treetable .ui-treetable-header .ui-chkbox-box {
  border-color: var(--bp-base-brand1-on);
  margin-left: 8px;
}
.ui-treetable .ui-treetable-header .ui-chkbox-box.ui-state-active {
  border-color: var(--bp-base-brand2-light);
}

.ui-treetable .ui-treetable-footer {
  background: var(--bp-alias-bg-surface2);
  color: var(--bp-alias-text-secondary);
  border: 1px solid var(--bp-alias-bg-surface2);
  border-width: 0 0 1px 0;
  padding: 1rem 1rem;
  font-weight: 600;
}

.ui-treetable .ui-treetable-thead > tr > th {
  text-align: left;
  padding: 1rem 1rem;
  border: none;
  font-weight: 600;
  transition: box-shadow 0.2s;
  background-color: var(--bp-alias-bg-surface);
  color: var(--bp-alias-text-primary);
}
.ui-treetable .ui-treetable-thead > tr > th.ui-state-highlight {
  color: var(--bp-base-interactive-base);
}

.ui-treetable .ui-treetable-thead > tr {
  border: 1px solid #c6c3c1;
  border-width: 0 0 1px 0;
}

.ui-treetable .ui-treetable-tfoot > tr > td {
  text-align: left;
  padding: 1rem 1rem;
  border: 1px solid var(--bp-alias-bg-surface2);
  border-width: 0 0 1px 0;
  font-weight: 600;
  background-color: var(--bp-alias-fg-10);
  color: var(--bp-alias-text-primary);
}

.ui-treetable .ui-sortable-column {
  outline-color: var(--bp-alias-border-active);
}

.ui-treetable .ui-sortable-column .ui-sortable-column-icon {
  color: var(--bp-alias-text-primary);
}

.ui-treetable .ui-sortable-column:not(.ui-state-highlight):hover {
  background-color: var(--bp-alias-cta-secondary-hover);
}

.ui-treetable .ui-sortable-column.ui-state-highlight .ui-sortable-column-icon {
  color: var(--bp-base-interactive-base);
}

.ui-treetable .ui-treetable-tbody > tr {
  background: var(--bp-alias-bg-surface2);
}

.ui-treetable .ui-treetable-tbody > tr:not(.ui-state-highlight) {
  outline: 0 none;
}

.ui-treetable .ui-treetable-tbody > tr > td {
  text-align: left;
  border: 1px solid var(--bp-alias-border-subtle);
  border-width: 0 0 1px 0;
  padding: 1rem 1rem;
}

.ui-treetable .ui-treetable-tbody > tr > td .ui-treetable-toggler {
  width: 2rem;
  height: 2rem;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  margin-right: 0.5rem;
}

.ui-treetable .ui-treetable-tbody > tr > td .ui-treetable-toggler:enabled:hover {
  color: var(--bp-alias-text-primary);
  border-color: transparent;
  background: var(--bp-alias-fg-30);
}

.ui-treetable .ui-treetable-tbody > tr > td .ui-treetable-toggler:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem var(--bp-alias-border-active);
}

.ui-treetable .ui-treetable-tbody > tr.ui-state-highlight {
  color: var(--bp-alias-text-primary);
  background-color: var(--bp-alias-state-selected-subtle-bg);
  transition: box-shadow 0.2s;
  outline-color: var(--bp-alias-border-active);
}

.ui-treetable.ui-table-hoverable-rows .ui-treetable-tbody > tr:not(.ui-state-highlight):hover {
  cursor: pointer;
  background: var(--bp-base-interactive-ligther);
}

.ui-treetable .ui-column-resizer-helper {
  background: var(--bp-base-interactive-base);
}

.ui-treetable .ui-treetable-scrollable-header,
.ui-treetable .ui-treetable-scrollable-footer {
  background-color: var(--bp-alias-cta-secondary-hover);
}

.ui-treetable .ui-treetable-loading-icon {
  font-size: 2rem;
}

.ui-treetable.ui-treetable-gridlines .ui-treetable-header {
  border-width: 1px 1px 0 1px;
}

.ui-treetable.ui-treetable-gridlines .ui-treetable-footer {
  border-width: 0 1px 1px 1px;
}

.ui-treetable.ui-treetable-gridlines .ui-treetable-top {
  border-width: 0 1px 0 1px;
}

.ui-treetable.ui-treetable-gridlines .ui-treetable-bottom {
  border-width: 0 1px 1px 1px;
}

.ui-treetable.ui-treetable-gridlines .ui-treetable-thead > tr > th {
  border-width: 1px;
}

.ui-treetable.ui-treetable-gridlines .ui-treetable-tbody > tr > td {
  border-width: 1px;
}

.ui-treetable.ui-treetable-gridlines .ui-treetable-tfoot > tr > td {
  border-width: 1px;
}

.ui-treetable.ui-treetable-sm .ui-treetable-header {
  padding: 0.875rem 0.875rem;
}

.ui-treetable.ui-treetable-sm .ui-treetable-thead > tr > th {
  padding: 0.5rem 0.5rem;
}

.ui-treetable.ui-treetable-sm .ui-treetable-tbody > tr > td {
  padding: 0.5rem 0.5rem;
}

.ui-treetable.ui-treetable-sm .ui-treetable-tfoot > tr > td {
  padding: 0.5rem 0.5rem;
}

.ui-treetable.ui-treetable-sm .ui-treetable-footer {
  padding: 0.5rem 0.5rem;
}

.ui-treetable.ui-treetable-lg .ui-treetable-header {
  padding: 1.25rem 1.25rem;
}

.ui-treetable.ui-treetable-lg .ui-treetable-thead > tr > th {
  padding: 1.25rem 1.25rem;
}

.ui-treetable.ui-treetable-lg .ui-treetable-tbody > tr > td {
  padding: 1.25rem 1.25rem;
}

.ui-treetable.ui-treetable-lg .ui-treetable-tfoot > tr > td {
  padding: 1.25rem 1.25rem;
}

.ui-treetable.ui-treetable-lg .ui-treetable-footer {
  padding: 1.25rem 1.25rem;
}

.ui-g {
  display: flex;
  flex-wrap: wrap;
}

.ui-g-row {
  text-align: center;
}

.ui-g:after {
  clear: both;
  content: "";
  display: table;
}

.ui-g-1,
.ui-g-2,
.ui-g-3,
.ui-g-4,
.ui-g-5,
.ui-g-6,
.ui-g-7,
.ui-g-8,
.ui-g-9,
.ui-g-10,
.ui-g-11,
.ui-g-12 {
  float: left;
  box-sizing: border-box;
  padding: 0.5em;
  display: block;
}

.hidden {
  display: none;
}

.ui-g-1 {
  width: 8.3333%;
}

.ui-g-2 {
  width: 16.6667%;
}

.ui-g-3 {
  width: 25%;
}

.ui-g-4 {
  width: 33.3333%;
}

.ui-g-5 {
  width: 41.6667%;
}

.ui-g-6 {
  width: 50%;
}

.ui-g-7 {
  width: 58.3333%;
}

.ui-g-8 {
  width: 66.6667%;
}

.ui-g-9 {
  width: 75%;
}

.ui-g-10 {
  width: 83.3333%;
}

.ui-g-11 {
  width: 91.6667%;
}

.ui-g-12 {
  width: 100%;
}

.ui-g-offset-12 {
  margin-left: 100%;
}

.ui-g-offset-11 {
  margin-left: 91.66666667%;
}

.ui-g-offset-10 {
  margin-left: 83.33333333%;
}

.ui-g-offset-9 {
  margin-left: 75%;
}

.ui-g-offset-8 {
  margin-left: 66.66666667%;
}

.ui-g-offset-7 {
  margin-left: 58.33333333%;
}

.ui-g-offset-6 {
  margin-left: 50%;
}

.ui-g-offset-5 {
  margin-left: 41.66666667%;
}

.ui-g-offset-4 {
  margin-left: 33.33333333%;
}

.ui-g-offset-3 {
  margin-left: 25%;
}

.ui-g-offset-2 {
  margin-left: 16.66666667%;
}

.ui-g-offset-1 {
  margin-left: 8.33333333%;
}

.ui-g-offset-0 {
  margin-left: 0%;
}

@media screen and (min-width: 40em) {
  .ui-sm-1,
  .ui-sm-2,
  .ui-sm-3,
  .ui-sm-4,
  .ui-sm-5,
  .ui-sm-6,
  .ui-sm-7,
  .ui-sm-8,
  .ui-sm-9,
  .ui-sm-10,
  .ui-sm-11,
  .ui-sm-12 {
    padding: 0.5em;
    display: block;
  }
  .hidden-sm {
    display: none;
  }
  .ui-sm-1 {
    width: 8.3333%;
  }
  .ui-sm-2 {
    width: 16.6667%;
  }
  .ui-sm-3 {
    width: 25%;
  }
  .ui-sm-4 {
    width: 33.3333%;
  }
  .ui-sm-5 {
    width: 41.6667%;
  }
  .ui-sm-6 {
    width: 50%;
  }
  .ui-sm-7 {
    width: 58.3333%;
  }
  .ui-sm-8 {
    width: 66.6667%;
  }
  .ui-sm-9 {
    width: 75%;
  }
  .ui-sm-10 {
    width: 83.3333%;
  }
  .ui-sm-11 {
    width: 91.6667%;
  }
  .ui-sm-12 {
    width: 100%;
  }
  .ui-sm-offset-12 {
    margin-left: 100%;
  }
  .ui-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .ui-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .ui-sm-offset-9 {
    margin-left: 75%;
  }
  .ui-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .ui-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .ui-sm-offset-6 {
    margin-left: 50%;
  }
  .ui-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .ui-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .ui-sm-offset-3 {
    margin-left: 25%;
  }
  .ui-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .ui-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .ui-sm-offset-0 {
    margin-left: 0%;
  }
}
@media screen and (min-width: 40.063em) {
  .ui-md-1,
  .ui-md-2,
  .ui-md-3,
  .ui-md-4,
  .ui-md-5,
  .ui-md-6,
  .ui-md-7,
  .ui-md-8,
  .ui-md-9,
  .ui-md-10,
  .ui-md-11,
  .ui-md-12 {
    padding: 0.5em;
    display: block;
  }
  .hidden-md {
    display: none;
  }
  .ui-md-1 {
    width: 8.3333%;
  }
  .ui-md-2 {
    width: 16.6667%;
  }
  .ui-md-3 {
    width: 25%;
  }
  .ui-md-4 {
    width: 33.3333%;
  }
  .ui-md-5 {
    width: 41.6667%;
  }
  .ui-md-6 {
    width: 50%;
  }
  .ui-md-7 {
    width: 58.3333%;
  }
  .ui-md-8 {
    width: 66.6667%;
  }
  .ui-md-9 {
    width: 75%;
  }
  .ui-md-10 {
    width: 83.3333%;
  }
  .ui-md-11 {
    width: 91.6667%;
  }
  .ui-md-12 {
    width: 100%;
  }
  .ui-md-offset-12 {
    margin-left: 100%;
  }
  .ui-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .ui-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .ui-md-offset-9 {
    margin-left: 75%;
  }
  .ui-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .ui-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .ui-md-offset-6 {
    margin-left: 50%;
  }
  .ui-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .ui-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .ui-md-offset-3 {
    margin-left: 25%;
  }
  .ui-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .ui-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .ui-md-offset-0 {
    margin-left: 0%;
  }
}
@media screen and (min-width: 64.063em) {
  .ui-lg-1,
  .ui-lg-2,
  .ui-lg-3,
  .ui-lg-4,
  .ui-lg-5,
  .ui-lg-6,
  .ui-lg-7,
  .ui-lg-8,
  .ui-lg-9,
  .ui-lg-10,
  .ui-lg-11,
  .ui-lg-12 {
    padding: 0.5em;
    display: block;
  }
  .hidden-lg {
    display: none;
  }
  .ui-lg-1 {
    width: 8.3333%;
  }
  .ui-lg-2 {
    width: 16.6667%;
  }
  .ui-lg-3 {
    width: 25%;
  }
  .ui-lg-4 {
    width: 33.3333%;
  }
  .ui-lg-5 {
    width: 41.6667%;
  }
  .ui-lg-6 {
    width: 50%;
  }
  .ui-lg-7 {
    width: 58.3333%;
  }
  .ui-lg-8 {
    width: 66.6667%;
  }
  .ui-lg-9 {
    width: 75%;
  }
  .ui-lg-10 {
    width: 83.3333%;
  }
  .ui-lg-11 {
    width: 91.6667%;
  }
  .ui-lg-12 {
    width: 100%;
  }
  .ui-lg-offset-12 {
    margin-left: 100%;
  }
  .ui-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .ui-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .ui-lg-offset-9 {
    margin-left: 75%;
  }
  .ui-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .ui-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .ui-lg-offset-6 {
    margin-left: 50%;
  }
  .ui-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .ui-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .ui-lg-offset-3 {
    margin-left: 25%;
  }
  .ui-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .ui-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .ui-lg-offset-0 {
    margin-left: 0%;
  }
}
@media screen and (min-width: 90.063em) {
  .ui-xl-1,
  .ui-xl-2,
  .ui-xl-3,
  .ui-xl-4,
  .ui-xl-5,
  .ui-xl-6,
  .ui-xl-7,
  .ui-xl-8,
  .ui-xl-9,
  .ui-xl-10,
  .ui-xl-11,
  .ui-xl-12 {
    padding: 0.5em;
    display: block;
  }
  .hidden-xl {
    display: none;
  }
  .ui-xl-1 {
    width: 8.3333%;
  }
  .ui-xl-2 {
    width: 16.6667%;
  }
  .ui-xl-3 {
    width: 25%;
  }
  .ui-xl-4 {
    width: 33.3333%;
  }
  .ui-xl-5 {
    width: 41.6667%;
  }
  .ui-xl-6 {
    width: 50%;
  }
  .ui-xl-7 {
    width: 58.3333%;
  }
  .ui-xl-8 {
    width: 66.6667%;
  }
  .ui-xl-9 {
    width: 75%;
  }
  .ui-xl-10 {
    width: 83.3333%;
  }
  .ui-xl-11 {
    width: 91.6667%;
  }
  .ui-xl-12 {
    width: 100%;
  }
  .ui-xl-offset-12 {
    margin-left: 100%;
  }
  .ui-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .ui-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .ui-xl-offset-9 {
    margin-left: 75%;
  }
  .ui-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .ui-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .ui-xl-offset-6 {
    margin-left: 50%;
  }
  .ui-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .ui-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .ui-xl-offset-3 {
    margin-left: 25%;
  }
  .ui-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .ui-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .ui-xl-offset-0 {
    margin-left: 0%;
  }
}
.ui-g-nopad {
  padding: 0;
}

.fm-margin {
  margin: 1.5rem;
}

.ui-widget, .ui-widget * {
  box-sizing: border-box;
}

.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-hidden-accessible input,
.ui-helper-hidden-accessible select {
  transform: scale(0);
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  zoom: 1;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-state-disabled {
  cursor: default !important;
}

.ui-state-disabled a {
  cursor: default !important;
}

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-shadow {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
}

.ui-unselectable-text {
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.ui-scrollbar-measure {
  width: 100px;
  height: 100px;
  overflow: scroll;
  position: absolute;
  top: -9999px;
}

.ui-overflow-hidden {
  overflow: hidden;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #898989;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #898989;
  opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #898989;
  opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #898989;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #898989;
}

.ui-placeholder {
  color: #898989;
}
